:root{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;color:#263238;background:#f7f5ef;font-synthesis:none;text-rendering:optimizeLegibility;--ink: #263238;--muted: #718087;--line: #e4e0d6;--paper: #fffdf8;--cream: #f7f5ef;--coral: #ef6d5e;--coral-dark: #c7534b;--yellow: #f4c650;--mint: #81c9ad;--blue: #8eb9d2;--shadow: 0 18px 42px rgba(54, 64, 61, .08)}*{box-sizing:border-box}body{margin:0;min-width:320px;background:var(--cream)}button,input{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}.app-shell{min-height:100vh;padding-bottom:96px}.topbar{height:78px;padding:0 clamp(18px,4vw,68px);display:flex;align-items:center;justify-content:space-between;background:#fffdf8eb;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:5;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand-button{border:0;background:transparent;display:flex;align-items:center;gap:10px;color:var(--ink);text-align:left;padding:0}.brand-button strong,.brand-button small{display:block}.brand-button strong{font-family:Georgia,serif;font-size:19px;letter-spacing:.02em}.brand-button small{color:var(--muted);font-size:11px;margin-top:1px}.brand-mark{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;color:#fff;background:var(--coral);box-shadow:0 7px 15px #ef6d5e3b}.topbar-title{font-weight:700;color:#566268;font-size:15px}.topbar-status{display:flex;align-items:center;gap:7px;font-size:12px;color:var(--muted)}.status-dot{width:8px;height:8px;display:inline-block;border-radius:50%;background:var(--mint);box-shadow:0 0 0 4px #81c9ad2e}.main-content{width:min(1160px,calc(100% - 36px));margin:0 auto;padding:42px 0 32px}.home-view{display:grid;gap:26px}.welcome-band{min-height:320px;border-radius:28px;padding:48px clamp(28px,5vw,76px);display:flex;align-items:center;justify-content:space-between;overflow:hidden;position:relative;background:#dceee7;border:1px solid #c8e2d8}.welcome-band:after{content:"";position:absolute;width:310px;height:310px;border:1px solid rgba(255,255,255,.6);border-radius:50%;right:70px;top:-85px}.eyebrow{color:var(--coral-dark);text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:800}h1,h2,h3,p{margin:0}.welcome-band h1{margin:13px 0 12px;font-family:Georgia,Times New Roman,serif;font-size:clamp(35px,5vw,64px);line-height:1.03;letter-spacing:0;font-weight:600}.welcome-band h1 em{color:var(--coral-dark);font-style:normal}.welcome-band p{color:#53716b;font-size:15px}.welcome-art{width:170px;height:170px;border-radius:45% 55% 48% 52%;background:#fff7df;color:#6fae9a;display:grid;place-items:center;position:relative;transform:rotate(5deg);box-shadow:0 18px 28px #62978524}.sparkle{position:absolute;color:var(--coral)}.sparkle-a{top:26px;right:27px}.sparkle-b{bottom:26px;left:24px;color:var(--yellow)}.summary-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.summary-item{background:var(--paper);border:1px solid var(--line);border-radius:18px;padding:18px;display:flex;align-items:center;gap:13px}.summary-item small,.summary-item strong{display:block}.summary-item small{color:var(--muted);font-size:12px;margin-bottom:5px}.summary-item strong{font-size:23px;letter-spacing:.02em}.summary-icon{width:42px;height:42px;border-radius:14px;display:grid;place-items:center}.summary-icon.coral{background:#fce1da;color:var(--coral-dark)}.summary-icon.yellow{background:#fff0c5;color:#ad7c06}.summary-icon.mint{background:#dcefe7;color:#4e9d82}.negative{color:var(--coral-dark)!important}.home-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.action-tile{min-height:138px;border:1px solid transparent;border-radius:21px;padding:22px;display:flex;align-items:center;gap:14px;text-align:left;color:var(--ink);transition:transform .18s ease,box-shadow .18s ease}.action-tile:hover,.sale-card:hover,.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.action-tile span:not(.tile-icon){flex:1}.action-tile b,.action-tile small{display:block}.action-tile b{font-size:17px;margin-bottom:6px}.action-tile small{color:#6d777a;font-size:12px;line-height:1.45}.action-tile.stock{background:#fae1d9;border-color:#f3c9bf}.action-tile.sell{background:#fff0c7;border-color:#f5dda2}.action-tile.report{background:#dceee7;border-color:#c8e2d8}.tile-icon{width:58px;height:58px;display:grid;place-items:center;border-radius:18px;background:#ffffff94}.page-view{display:grid;gap:25px}.page-heading{display:flex;justify-content:space-between;align-items:end;gap:18px}.page-heading h1{font-family:Georgia,serif;font-size:clamp(34px,5vw,48px);font-weight:600;margin:8px 0}.page-heading p{color:var(--muted);font-size:14px}.toolbar{display:flex;align-items:center;gap:16px}.search-box{background:var(--paper);border:1px solid var(--line);border-radius:14px;min-height:48px;width:min(450px,100%);display:flex;align-items:center;gap:10px;padding:0 15px;color:var(--muted)}.search-box input{border:0;outline:0;background:transparent;color:var(--ink);min-width:0;width:100%}.count-note{color:var(--muted);font-size:13px}.primary-button,.secondary-button,.danger-button,.ghost-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:13px;min-height:48px;padding:0 18px;font-weight:800;transition:transform .15s ease,background .15s ease}.primary-button{color:#fff;background:var(--coral);box-shadow:0 8px 17px #ef6d5e38}.primary-button:hover{background:var(--coral-dark);transform:translateY(-1px)}.secondary-button{color:#48625f;background:#e6f1ed;border:1px solid #cce4da}.danger-button{color:#fff;background:#b64a43}.ghost-button{min-height:36px;padding:0 11px;color:var(--coral-dark);background:#fff0ec;font-size:12px}.full-button{width:100%}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}.product-card,.sale-card{background:var(--paper);border:1px solid var(--line);border-radius:18px;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease}.product-card.soldout{opacity:.68}.product-image{aspect-ratio:1 / .85;display:grid;place-items:center;background:#f0ece2;color:#8aa19c;overflow:hidden}.product-image img,.mini-image img,.large-image img{width:100%;height:100%;object-fit:cover}.product-card-body{padding:15px}.product-card-title{display:flex;justify-content:space-between;gap:8px;align-items:start}.product-card h3{font-size:16px;line-height:1.3}.stock-badge{white-space:nowrap;font-size:10px;padding:5px 7px;border-radius:999px}.stock-badge.available{color:#4d9278;background:#e1f2e8}.stock-badge.empty{color:#a26d63;background:#f7e3dd}.product-price-row{display:flex;justify-content:space-between;align-items:center;margin:17px 0 13px;color:var(--muted);font-size:12px}.product-price-row strong{color:var(--ink);font-size:18px}.sale-card{text-align:left;padding:0;color:var(--ink)}.sale-card .product-image{aspect-ratio:1 / 1}.sale-card-name,.sale-card-price,.sale-card-stock{display:block;padding:0 14px}.sale-card-name{font-weight:800;font-size:16px;margin-top:14px}.sale-card-price{color:var(--coral-dark);font-weight:900;font-size:22px;margin-top:8px}.sale-card-price small{color:var(--muted);font-size:10px;font-weight:500}.sale-card-stock{color:var(--muted);font-size:12px;padding-bottom:15px;margin-top:5px}.empty-state{min-height:300px;display:grid;place-items:center;align-content:center;gap:10px;text-align:center;color:var(--muted);background:#fffdf88a;border:1px dashed #d7d2c6;border-radius:22px;padding:30px}.empty-state svg{color:#aab9b1}.empty-state h2{color:var(--ink);font-family:Georgia,serif;font-size:26px}.empty-state p{max-width:360px;font-size:14px}.empty-state.compact{min-height:190px}.report-hero{display:grid;grid-template-columns:1.15fr .85fr;background:#dceee7;border:1px solid #c8e2d8;border-radius:24px;overflow:hidden}.report-hero-main{padding:30px 34px}.report-label{display:block;color:#52766c;font-size:13px;font-weight:800}.report-hero-main>strong{display:block;font-family:Georgia,serif;font-size:clamp(45px,8vw,82px);line-height:1;color:#3d816c;margin:12px 0 10px}.report-message{color:#587b72;font-size:14px}.report-hero-side{padding:25px 30px;background:#ffffff59;display:grid;align-content:center;gap:20px}.report-hero-side div{display:flex;justify-content:space-between;align-items:baseline;gap:15px}.report-hero-side span{color:#5b7770;font-size:13px}.report-hero-side strong{font-size:23px}.progress-section{background:var(--paper);border:1px solid var(--line);border-radius:18px;padding:19px 22px}.progress-copy{display:flex;justify-content:space-between;gap:10px;font-size:13px}.progress-copy span{color:var(--muted)}.progress-copy strong{font-size:14px}.progress-track{background:#eeeae1;border-radius:20px;height:15px;overflow:hidden;margin:14px 0 8px}.progress-track span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#f1ad52,#ef6d5e);transition:width .45s ease}.progress-section>small{color:var(--muted);font-size:11px}.report-tabs{display:flex;gap:8px;border-bottom:1px solid var(--line)}.report-tabs button{background:transparent;border:0;padding:12px 4px;margin-right:17px;display:inline-flex;align-items:center;gap:8px;color:var(--muted);font-weight:800;border-bottom:3px solid transparent}.report-tabs button.active{color:var(--coral-dark);border-color:var(--coral)}.report-list{display:grid;gap:9px}.report-row,.order-row{background:var(--paper);border:1px solid var(--line);border-radius:15px;padding:14px}.report-row{display:flex;align-items:center;gap:12px}.mini-image{width:48px;height:48px;display:grid;place-items:center;border-radius:13px;overflow:hidden;background:#eeeae1;color:#8aa19c}.report-row-main{flex:1}.report-row-main strong,.report-row-main span{display:block}.report-row-main strong{font-size:15px}.report-row-main span{color:var(--muted);font-size:12px;margin-top:5px}.report-row-result{text-align:right}.report-row-result small{display:block;color:var(--muted);font-size:10px}.report-row-result strong{font-size:19px}.order-row{padding:0;overflow:hidden}.order-row-button{width:100%;display:flex;align-items:center;gap:12px;text-align:left;color:var(--ink);background:transparent;border:0;padding:14px}.order-icon{width:37px;height:37px;border-radius:12px;display:grid;place-items:center;color:#4e9d82;background:#e1f2e8}.cancelled .order-icon{color:#a36c63;background:#f7e3dd}.order-row-main{flex:1}.order-row-main strong,.order-row-main span{display:block}.order-row-main span{color:var(--muted);font-size:12px;margin-top:4px}.order-row-total{text-align:right}.order-row-total strong,.order-row-total small{display:block}.order-row-total small{color:var(--muted);font-size:10px;margin-top:3px}.cancelled{opacity:.64}.bottom-nav{position:fixed;bottom:18px;left:50%;transform:translate(-50%);z-index:8;display:flex;gap:5px;background:#fffdf8f0;border:1px solid var(--line);border-radius:23px;padding:7px;box-shadow:0 16px 35px #2e373421;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.bottom-nav button{width:92px;min-height:58px;border:0;border-radius:17px;background:transparent;color:var(--muted);display:grid;place-items:center;gap:1px;font-size:11px;font-weight:800}.bottom-nav button.active{color:var(--coral-dark);background:#fff0ec}.bottom-nav .nav-main{color:#fff;background:var(--coral);box-shadow:0 7px 16px #ef6d5e42}.bottom-nav .nav-main.active{color:#fff;background:var(--coral-dark)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;background:#252f2d6b;display:grid;place-items:center;padding:20px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal-panel{max-height:calc(100vh - 40px);overflow-y:auto;width:min(520px,100%);background:var(--paper);border-radius:25px;border:1px solid rgba(255,255,255,.5);box-shadow:0 28px 70px #1a23213d;padding:28px;position:relative}.close-button{position:absolute;top:17px;right:17px;width:38px;height:38px;border:0;border-radius:12px;background:#f0ece4;color:var(--muted);display:grid;place-items:center}.modal-heading{display:flex;align-items:center;gap:12px;margin-bottom:23px}.modal-heading h2,.order-product-head h2{font-family:Georgia,serif;font-size:29px;margin-top:5px}.modal-icon{width:47px;height:47px;display:grid;place-items:center;color:var(--coral-dark);background:#fce1da;border-radius:15px}.image-picker{display:flex;align-items:center;gap:14px;margin-bottom:22px}.image-preview{width:88px;height:88px;background:#f0ece2;border-radius:17px;display:grid;place-items:center;color:#8aa19c;overflow:hidden}.image-preview img{width:100%;height:100%;object-fit:cover}.upload-button{position:relative;overflow:hidden}.upload-button input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.field{display:grid;gap:7px;margin-top:15px}.field span{color:#617077;font-size:12px;font-weight:800}.field input{width:100%;height:48px;border:1px solid var(--line);border-radius:13px;background:#fffefb;padding:0 14px;color:var(--ink);outline:none}.field input:focus{border-color:var(--coral);box-shadow:0 0 0 3px #ef6d5e1f}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.floor-hint{margin-top:15px;padding:12px 14px;border-radius:13px;background:#fff0c7;color:#866522;font-size:13px}.floor-hint strong{color:#6b531b;font-size:17px;margin-left:5px}.floor-hint small{display:block;margin-top:3px;color:#a48748}.form-error{color:#b64a43;background:#fde8e3;border-radius:12px;padding:10px 12px;font-size:12px;margin-top:14px}.form-modal .full-button{margin-top:20px}.order-product-head{display:flex;gap:16px;align-items:center;padding-right:35px}.large-image{width:90px;height:90px;flex:none;overflow:hidden;border-radius:21px;display:grid;place-items:center;background:#f0ece2;color:#8aa19c}.order-product-head>div:last-child>span:last-child{display:block;color:var(--muted);font-size:12px;margin-top:7px}.quantity-control{display:flex;align-items:center;justify-content:space-between;margin:30px 0 16px;color:#536168;font-weight:800}.quantity-control>div{display:flex;align-items:center;gap:15px}.quantity-control button{width:43px;height:43px;border:0;border-radius:13px;background:#fce1da;color:var(--coral-dark);font-size:27px;line-height:1}.quantity-control strong{min-width:22px;text-align:center;font-size:23px}.total-field{margin-top:10px}.money-input{display:flex;align-items:center;gap:8px;height:62px;border:2px solid #efc9bf;border-radius:16px;padding:0 15px;background:#fffaf7;color:var(--coral-dark)}.money-input span{font-family:Georgia,serif;font-size:26px}.money-input input{height:100%;width:100%;border:0;outline:0;background:transparent;color:var(--ink);font-size:28px;font-weight:800}.calculation{margin:20px 0;display:grid;grid-template-columns:1fr auto 1fr;align-items:end;gap:12px;padding:16px;background:#f4f0e7;border-radius:16px}.calculation div:not(.equals) span,.calculation div:not(.equals) strong{display:block}.calculation span{color:var(--muted);font-size:11px}.calculation strong{font-size:20px;margin-top:5px}.calculation>div:last-child{text-align:right}.equals{color:var(--coral-dark);font-weight:900;font-size:13px}.sell-button{min-height:56px;font-size:16px}.warning-backdrop{z-index:30}.warning-modal{width:min(450px,100%);text-align:center;padding:30px}.warning-icon{width:52px;height:52px;display:grid;place-items:center;margin:0 auto 14px;border-radius:50%;color:#fff;background:var(--yellow);font-size:29px;font-weight:900}.warning-modal h2{font-family:Georgia,serif;font-size:31px;margin:8px 0 22px}.warning-numbers{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:25px}.warning-numbers div{padding:12px 6px;border-radius:14px;background:#f6f1e5}.warning-numbers small,.warning-numbers strong{display:block}.warning-numbers small{color:var(--muted);font-size:10px}.warning-numbers strong{font-size:16px;margin-top:6px}.warning-numbers em{font-size:10px;font-style:normal;color:var(--muted)}.warning-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.tear-choice{background:#bd6253}.cancel-choice{background:#eef2ee;border-color:#dce6df}.detail-status{display:inline-flex;align-items:center;gap:8px;margin-top:15px;padding:7px 10px;border-radius:999px;font-size:11px;font-weight:800;background:#e1f2e8;color:#4e9d82}.detail-status.cancelled{background:#f7e3dd;color:#a36c63}.order-detail-modal h2{font-family:Georgia,serif;font-size:32px;margin-top:17px}.detail-number{font-family:Georgia,serif;font-size:58px;color:#3d816c;margin-top:17px}.detail-caption{color:var(--muted);font-size:12px}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:24px 0}.detail-grid div{background:#f4f0e7;border-radius:13px;padding:12px}.detail-grid span,.detail-grid strong{display:block}.detail-grid span{color:var(--muted);font-size:11px}.detail-grid strong{font-size:15px;margin-top:5px}.order-detail-modal .full-button+.full-button{margin-top:10px}.toast{position:fixed;left:50%;bottom:106px;transform:translate(-50%);z-index:50;display:inline-flex;align-items:center;gap:8px;padding:12px 16px;border-radius:13px;color:#fff;font-weight:800;font-size:13px;box-shadow:0 12px 28px #1e262338}.toast.success{background:#4f9d81}.toast.error{background:#b64a43}.toast-enter-active,.toast-leave-active{transition:opacity .2s,transform .2s}.toast-enter-from,.toast-leave-to{opacity:0;transform:translate(-50%,10px)}@media(max-width:800px){.main-content{padding-top:25px}.welcome-band{min-height:285px;padding:32px 26px}.welcome-art{width:125px;height:125px}.welcome-art svg:first-child{width:62px}.home-actions{grid-template-columns:1fr}.action-tile{min-height:104px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.report-hero{grid-template-columns:1fr}.report-hero-side{grid-template-columns:1fr 1fr}.page-heading{align-items:start;flex-direction:column}.page-heading .primary-button{width:100%}.toolbar{flex-direction:column;align-items:stretch}.search-box{width:100%}.count-note{text-align:right}.topbar-title{display:none}}@media(max-width:460px){.main-content{width:min(100% - 24px,1160px)}.topbar{height:68px;padding:0 14px}.topbar-status{font-size:10px}.brand-mark{width:36px;height:36px}.brand-button strong{font-size:17px}.welcome-band h1{font-size:38px}.welcome-art{position:absolute;opacity:.5;right:15px;bottom:18px}.summary-strip{grid-template-columns:1fr}.summary-item{padding:13px}.summary-item strong{font-size:21px}.product-grid{gap:10px}.product-card-body{padding:11px}.product-card h3{font-size:14px}.stock-badge{font-size:9px}.sale-card-price{font-size:19px}.bottom-nav{width:calc(100% - 24px);justify-content:space-around;bottom:10px}.bottom-nav button{flex:1;width:auto}.modal-panel{padding:22px 18px}.field-grid,.warning-actions{grid-template-columns:1fr}.warning-actions{gap:8px}.order-product-head h2{font-size:25px}.calculation{gap:7px;padding:12px}.calculation strong{font-size:17px}.detail-number{font-size:50px}}.hidden-file-input{position:fixed;width:1px;height:1px;opacity:0;pointer-events:none}.file-input-overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer;z-index:2}.upload-button.is-uploading{opacity:.65;pointer-events:none}.file-upload-control{display:grid;gap:8px;color:#617077;font-size:12px;font-weight:800}.file-upload-control.is-uploading{opacity:.65}.file-input-native{width:min(250px,100%);color:#617077;font-size:12px}.file-input-native::file-selector-button{border:1px solid #cce4da;border-radius:13px;background:#e6f1ed;color:#48625f;min-height:46px;padding:0 14px;margin-right:8px;font-weight:800;cursor:pointer}.file-input-native:disabled::file-selector-button{cursor:not-allowed}
