:root{--primary-purple:#3a2f5c;--primary-purple-light:#5a4f8c;--primary-purple-dark:#2a1f4c;--white:#fff;--gray-50:#f9f8fb;--gray-100:#f0eff4;--gray-200:#e5e3eb;--gray-500:#8b8ba8;--gray-600:#6e6c88;--gray-700:#565472;--gray-900:#2a2840;--success:#1f7a4d;--warning:#a86b12;--info:#2f5f8f;--error:#c0392b;--shadow-md:0 4px 12px #0000001a;--shadow-lg:0 8px 24px #0000001f;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--app-max:600px;--tap-min:44px;color:var(--gray-900);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;max-width:100vw;min-height:100dvh;overflow-x:hidden}body{background:linear-gradient(135deg, var(--primary-purple) 0%, var(--primary-purple-dark) 100%);min-width:280px;color:var(--white);margin:0}button,input{font:inherit}.brand-mark{letter-spacing:-.02em;color:var(--primary-purple);font-size:1.05rem;font-weight:700}.muted{color:var(--gray-500)}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.login-screen{background:var(--gray-50);min-height:100dvh;color:var(--gray-900);flex-direction:column;justify-content:center;align-items:center;padding:16px;display:flex}.login-card{background:var(--white);border-radius:var(--radius-lg);width:100%;max-width:360px;padding:24px;box-shadow:0 4px 20px #00000014}.login-title{color:var(--gray-900);text-align:center;margin:8px 0 0;font-size:1.35rem;line-height:1.25}.login-sub{color:var(--gray-500);text-align:center;margin:6px 0 20px;font-size:.875rem}.login-form{gap:12px;display:grid}.field{color:var(--gray-700);gap:6px;font-size:.8125rem;font-weight:600;display:grid}.field input{border:1.5px solid var(--gray-200);min-height:var(--tap-min);background:var(--white);color:var(--gray-900);border-radius:10px;width:100%;padding:12px 14px;font-size:15px}.field input:focus{border-color:var(--primary-purple);outline:none;box-shadow:0 0 0 3px #3a2f5c26}.form-error{color:var(--error);background:#fee;border-radius:10px;margin:0;padding:10px 12px;font-size:.875rem}.btn-primary,.btn-secondary{border-radius:var(--radius-md);min-height:var(--tap-min);cursor:pointer;border:none;width:100%;padding:14px 16px;font-size:16px;font-weight:600}.btn-primary{background:var(--primary-purple);color:var(--white)}.btn-primary:disabled{opacity:.65;cursor:wait}.btn-secondary{background:var(--white);color:var(--primary-purple-dark);border:1.5px solid var(--gray-200);margin-top:12px}.login-version{text-align:center;color:var(--gray-500);margin:16px 0 0;font-size:.75rem}.login-screen .brand-mark{text-align:center;display:block}.app-shell{justify-content:center;align-items:stretch;width:100%;min-height:100dvh;display:flex}.app-frame{width:100%;max-width:var(--app-max);min-height:100dvh;color:var(--gray-900);flex-direction:column;padding:12px 12px 24px;display:flex}.app-topbar{background:var(--white);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);color:var(--primary-purple);justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:10px;padding:14px 14px 12px;display:flex}.app-topbar-text{min-width:0}.app-topbar-user{color:var(--gray-600);margin-top:2px;font-size:.8125rem}.btn-topbar-search{border:1.5px solid var(--primary-purple);background:var(--primary-purple);color:var(--white);cursor:pointer;border-radius:10px;flex-shrink:0;align-self:center;min-height:40px;padding:10px 16px;font-size:.9rem;font-weight:600}.app-tabbar{background:#ffffff24;border:1px solid #ffffff38;border-radius:14px;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px;padding:6px;display:grid}.app-tabbar-3{grid-template-columns:1fr 1fr 1fr}.app-tabbar-3 .app-tab{font-size:.85rem}.app-tab{color:#ffffffd1;background:0 0;border-radius:10px;justify-content:center;align-items:center;min-height:44px;font-size:.95rem;font-weight:700;text-decoration:none;display:flex}.app-tab-active{background:var(--white);color:var(--primary-purple);box-shadow:var(--shadow-md)}.app-footer-version{text-align:center;color:#ffffffb8;margin:8px 0 0;font-size:.75rem}.profile-avatar{object-fit:cover;border:1px solid var(--gray-200);background:#fff;border-radius:14px;width:72px;height:72px;margin:4px 0 10px}.profile-actions{justify-content:stretch;margin-top:16px;display:flex}.profile-actions .btn-secondary{width:100%;margin-top:0}.main-pane{flex-direction:column;flex:auto;min-height:0;display:flex}.page{background:var(--white);border-radius:var(--radius-xl);width:100%;box-shadow:var(--shadow-lg);color:var(--gray-900);flex:auto;padding:16px}.page-header{margin-bottom:14px}.page-header h1{color:var(--primary-purple);margin:0;font-size:1.35rem;font-weight:700}.page-header .muted{margin:4px 0 0;font-size:.875rem}.empty-state{border:1px dashed var(--gray-200);border-radius:var(--radius-lg);background:var(--gray-50);padding:20px}.fbs-actions{margin-bottom:12px}.fbs-create-panel{border:1.5px solid var(--gray-200);border-radius:var(--radius-lg);background:var(--gray-50);gap:10px;margin-bottom:14px;padding:12px;display:grid}.fbs-field{color:var(--gray-700);gap:4px;font-size:.875rem;display:grid}.fbs-field select{min-height:var(--tap-min);border:1.5px solid var(--gray-200);border-radius:var(--radius-md);background-color:var(--white);color:var(--gray-900);appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%234B5563' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;background-size:12px 8px;padding:8px 36px 8px 10px}.fbs-line-preview{color:var(--gray-700);margin:8px 0 0;padding-left:18px;font-size:.8125rem}.fbs-back-link{color:var(--primary-purple);margin-bottom:6px;font-size:.875rem;font-weight:600;text-decoration:none;display:inline-block}.fbs-sheet-detail{flex-direction:column;flex:auto;min-height:0;padding-bottom:12px;display:flex;overflow:hidden}.fbs-sheet-detail-header{flex-shrink:0}.fbs-sheet-detail-header h1{margin-bottom:0}.fbs-sheet-scroll{-webkit-overflow-scrolling:touch;flex:auto;min-height:0;margin-top:4px;padding-right:2px;overflow-y:auto}.fbs-product-list{gap:10px;margin:0;padding:0;list-style:none;display:grid}.fbs-product-card{border:1.5px solid var(--gray-200);border-radius:var(--radius-lg);background:var(--gray-50);align-items:flex-start;gap:12px;padding:12px;display:flex}.fbs-product-photo-btn{cursor:pointer;background:0 0;border:none;border-radius:12px;flex-shrink:0;margin:0;padding:0;line-height:0}.fbs-product-photo{object-fit:cover;border:1px solid var(--gray-200);background:#fff;border-radius:12px;flex-shrink:0;width:72px;height:72px;display:block}.fbs-product-photo-empty{background:var(--gray-100)}.fbs-product-info{flex:1;gap:4px;min-width:0;display:grid}.fbs-product-name-row{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.fbs-product-name{color:var(--gray-900);font-size:.95rem;font-weight:700;line-height:1.3}.fbs-product-barcode{color:var(--primary-purple-dark);word-break:break-all;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.85rem}.fbs-product-qty{color:var(--gray-700);font-size:.875rem}.fbs-sheet-cta{border-top:1px solid var(--gray-200);background:var(--white);flex-shrink:0;margin-top:12px;padding-top:8px}.fbs-sheet-cta .btn-primary{width:100%;margin-top:0}.main-pane:has(.fbs-sheet-detail){min-height:0}.order-list{gap:8px;margin:0;padding:0;list-style:none;display:grid}.order-row{text-align:left;border:1.5px solid var(--gray-200);border-radius:var(--radius-lg);background:var(--gray-50);width:100%;min-height:var(--tap-min);cursor:pointer;color:inherit;padding:12px 14px}.order-row:hover,.order-row.is-active{border-color:var(--primary-purple-light);background:var(--white)}.order-row-top,.order-row-meta{justify-content:space-between;align-items:center;gap:10px;display:flex}.order-row-meta{color:var(--gray-600);flex-wrap:wrap;justify-content:flex-start;gap:8px 12px;margin-top:6px;font-size:.8125rem}.order-detail{border-top:1px solid var(--gray-200);color:var(--gray-600);margin:10px 0 0;padding-top:10px;font-size:.875rem}.status-pill{background:var(--gray-100);color:var(--primary-purple);white-space:nowrap;border-radius:999px;padding:4px 8px;font-size:.75rem;font-weight:700}.status-new{color:var(--info);background:#e8f0fa}.status-picking{color:var(--warning);background:#fff1d9}.status-ready{color:var(--success);background:#e3f5eb}.status-assembly-reserved{background:var(--gray-100);color:var(--gray-700)}.status-assembly-picking{color:var(--warning);background:#fff1d9}.status-assembly-assembled{color:var(--success);background:#e3f5eb}.status-assembly-labeled{color:var(--primary-purple);background:#f5f3ff}.staff-period{grid-template-columns:1fr 1fr;gap:10px;margin:10px 0 8px;display:grid}.staff-period-apply{grid-column:1/-1;width:100%;margin-top:0}.staff-picks-summary{margin:0 0 10px}.staff-pick-list{gap:10px;margin:0;padding:0;list-style:none;display:grid}.staff-pick-card{border:1.5px solid var(--gray-200);border-radius:var(--radius-lg);background:var(--gray-50);align-items:center;gap:12px;padding:12px;display:flex}.staff-pick-avatar{object-fit:cover;border:1px solid var(--gray-200);background:#fff;border-radius:12px;flex-shrink:0;width:48px;height:48px}.staff-pick-avatar-empty{background:var(--gray-100)}.staff-pick-info{flex:1;gap:2px;min-width:0;display:grid}.staff-pick-name{color:var(--gray-900);font-size:.95rem;font-weight:700;line-height:1.3}.staff-pick-count{text-align:right;color:var(--gray-700);flex-shrink:0;gap:0;font-size:.75rem;display:grid}.staff-pick-count strong{color:var(--primary-purple);font-size:1.25rem;line-height:1.1}.scanner-overlay{z-index:10000;background:#2a1f4c8c;justify-content:center;align-items:flex-end;padding:12px;display:flex;position:fixed;inset:0}.scanner-panel{width:100%;max-width:var(--app-max);background:var(--white);border-radius:var(--radius-xl) var(--radius-xl) 12px 12px;box-shadow:var(--shadow-lg);color:var(--gray-900);padding:16px}.scanner-header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:8px;display:flex}.scanner-header h3{color:var(--primary-purple);margin:0;font-size:1.05rem;line-height:1.3}.scanner-close{background:var(--gray-100);cursor:pointer;width:36px;height:36px;color:var(--gray-700);border:none;border-radius:10px;flex-shrink:0;font-size:16px}.scanner-sub{margin:0 0 12px;font-size:.8125rem}.scanner-sub code{background:var(--gray-100);border-radius:6px;padding:1px 5px;font-size:.75rem}.scanner-error{color:var(--error);background:#fee;border-radius:10px;margin:0 0 10px;padding:10px 12px;font-size:.875rem}.scanner-form{gap:10px;display:grid}.scanner-input{width:100%;min-height:var(--tap-min);border:1.5px solid var(--gray-200);letter-spacing:.02em;border-radius:12px;padding:12px 14px;font-size:16px}.scanner-input:focus{border-color:var(--primary-purple);outline:none;box-shadow:0 0 0 3px #3a2f5c26}.search-result-layer{z-index:9000;background:linear-gradient(135deg, var(--primary-purple) 0%, var(--primary-purple-dark) 100%);justify-content:center;display:flex;position:fixed;inset:0;overflow:auto}.search-result-frame{min-height:auto}.search-result-panel{background:var(--white);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);color:var(--gray-900);padding:16px}.search-result-actions{gap:8px;margin-bottom:12px;display:flex}.search-result-actions .btn-primary,.search-result-actions .btn-secondary{flex:1;width:auto;margin-top:0;padding:10px 12px;font-size:.9rem}.search-type-badge{color:#2563eb;background:#eff6ff;border:2px solid #3b82f6;border-radius:12px;margin-bottom:12px;padding:10px 12px;font-size:.8125rem;font-weight:700}.search-type-badge.type-batch{color:#0f766e;background:#f0fdfa;border-color:#14b8a6}.search-type-badge.type-cell{color:var(--primary-purple);border-color:var(--primary-purple-light);background:#f5f3ff}.search-type-badge.type-unknown{color:#b45309;background:#fffbeb;border-color:#f59e0b}.detail-card{border:1.5px solid var(--gray-200);border-radius:var(--radius-lg);background:var(--gray-50);margin-bottom:10px;padding:4px 14px}.detail-row{border-bottom:1px solid var(--gray-200);justify-content:space-between;align-items:center;gap:10px;padding:10px 0;font-size:.9rem;display:flex}.detail-row:last-child{border-bottom:none}.search-inv-row{list-style:none}@media (height<=520px){.app-frame{padding:8px 8px 16px}.app-topbar{margin-bottom:8px;padding:10px 12px}.page{padding:12px}.page-header h1{font-size:1.2rem}}.search-screen{gap:10px;display:grid}.search-section-title{color:var(--primary-purple);margin:4px 0 0;padding:0 2px;font-size:.95rem;font-weight:700}.search-hero{align-items:flex-start;gap:12px;padding:8px 0;display:flex}.search-hero-photo-btn{cursor:pointer;background:0 0;border:none;border-radius:12px;flex-shrink:0;margin:0;padding:0;line-height:0}.search-hero-photo{object-fit:cover;border:1px solid var(--gray-200);background:#fff;border-radius:12px;width:72px;height:72px;display:block}.search-inv-photo-btn{cursor:pointer;background:0 0;border:none;border-radius:10px;flex-shrink:0;margin:0;padding:0;line-height:0}.photo-lightbox{z-index:1200;background:#000000e0;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.photo-lightbox-img{object-fit:contain;border-radius:8px;max-width:100%;max-height:100%}.photo-lightbox-close{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:10px;width:44px;height:44px;font-size:1.75rem;line-height:1;position:absolute;top:10px;right:12px}.search-hero-text{flex:1;min-width:0}.search-hero-text h2{color:var(--gray-900);margin:0 0 6px;font-size:1.05rem;line-height:1.3}.search-hero-text p{margin:2px 0;font-size:.85rem}.search-hero-card{padding:8px 14px}.barcode-chip{border:1px solid var(--gray-200);color:var(--primary-purple-dark);word-break:break-all;background:#fff;border-radius:8px;padding:2px 6px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.8rem;display:inline-block}.barcode-chip-lg{letter-spacing:.02em;padding:6px 10px;font-size:1.05rem;font-weight:700}.inv-barcode-lg{margin:8px 0 6px}.inv-title{color:var(--gray-900);margin:0 0 2px;font-size:.95rem;font-weight:700}.search-inv-row>.inv-title{margin-top:8px}.inv-sub{margin:0 0 2px;font-size:.8rem}.search-inv-head{align-items:flex-start;gap:10px;margin:4px 0 6px;display:flex}.search-inv-head-text{flex:1;min-width:0}.search-inv-photo{object-fit:cover;border:1px solid var(--gray-200);background:#fff;border-radius:10px;flex-shrink:0;width:64px;height:64px}.search-inv-photo-empty{background:var(--gray-100)}.qty-ok{color:var(--success)}.qty-warn{color:var(--warning)}.pack-bar{margin:8px 0 6px}.pack-bar-meta{justify-content:space-between;gap:8px;margin-bottom:4px;font-size:.8rem;display:flex}.pack-bar-track{background:var(--gray-200);border-radius:999px;height:6px;overflow:hidden}.pack-bar-fill{background:#ef4444;border-radius:999px;height:100%}.pack-bar.pack-ok .pack-bar-fill{background:#22c55e}.pack-bar.pack-partial .pack-bar-fill{background:#f59e0b}.pack-bar.pack-none .pack-bar-fill{background:#ef4444}.search-type-badge.type-product_in_cell{color:#1d4ed8;background:#eff6ff;border-color:#3b82f6}.search-perf{border:1px dashed var(--gray-200);color:var(--gray-700);background:#fafafa;border-radius:10px;flex-wrap:wrap;align-items:center;gap:6px 10px;margin:0 0 12px;padding:8px 10px;font-size:.75rem;display:flex}.search-perf-label{text-transform:uppercase;letter-spacing:.04em;color:var(--gray-500);margin-right:2px;font-weight:700}.search-perf-item strong{font-variant-numeric:tabular-nums;color:var(--gray-900)}.search-perf-total strong{color:var(--primary-purple-dark)}.fbs-sheet-cta{gap:8px;display:grid}.fbs-sheet-cta .btn-secondary{width:100%}.fbs-pick-page .fbs-pick-hint{gap:12px;margin-top:8px;display:grid}.fbs-pick-step{color:var(--gray-900);margin:0;font-size:1rem;font-weight:700}.fbs-product-qty-picked{color:var(--gray-600)}.fbs-sheet-title-row{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.fbs-sheet-title-text{flex:auto;min-width:0}.fbs-sheet-title-text h1{margin-bottom:0}.fbs-sheet-delete-btn{white-space:nowrap;flex-shrink:0;width:auto;min-height:36px;margin-top:2px;padding:6px 12px;font-size:.875rem}.fbs-pick-page{flex-direction:column;flex:auto;min-height:0;display:flex;overflow:hidden}.fbs-pick-body{-webkit-overflow-scrolling:touch;flex:auto;min-height:0;overflow-y:auto}.fbs-pick-scan{border-top:1px solid var(--gray-200);background:var(--white);flex-shrink:0;margin-top:10px;padding-top:10px}.fbs-pick-scan-hint{color:var(--gray-900);margin:0 0 8px;font-size:1rem;font-weight:700}.fbs-pick-feedback{margin:0}.main-pane:has(.fbs-pick-page){min-height:0}.fbs-pick-focus-bar{justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px;display:flex}.fbs-pick-focus-bar .btn-secondary{width:48px;min-height:40px;padding:0;font-size:1.1rem}.fbs-pick-sources{gap:4px;margin:4px 0 8px;padding:0;list-style:none;display:grid}.fbs-pick-sources li{background:var(--gray-100);color:var(--gray-800);word-break:break-all;border-radius:8px;margin:0;padding:6px 8px;font-size:.85rem}.fbs-pick-sources li.is-primary{background:var(--gray-200);font-weight:700}.fbs-sheet-progress{flex-shrink:0;margin:8px 0 4px}.fbs-sheet-progress-meta{color:var(--gray-700);justify-content:space-between;gap:8px;margin-bottom:6px;font-size:.875rem;display:flex}.fbs-sheet-progress-track{background:var(--gray-100);border:1px solid var(--gray-200);border-radius:999px;height:10px;overflow:hidden}.fbs-sheet-progress-fill{background:var(--primary-purple);border-radius:inherit;height:100%;transition:width .2s}.fbs-product-meta{word-break:break-word;font-size:.8125rem}.order-row.is-selected{outline:2px solid var(--accent,#2563eb);outline-offset:-2px}.fbs-supply-page .fbs-sheet-cta{margin-top:1rem}.fbs-print-page .fbs-print-agent{border-bottom:1px solid var(--border,#e5e7eb);margin:.75rem 0 1rem;padding:.75rem 0}.fbs-print-section-title{margin:1rem 0 .5rem;font-size:1rem}.fbs-print-detail{margin-top:1.25rem}.fbs-print-sticker-grid{gap:.75rem;margin:.75rem 0 0;padding:0;list-style:none;display:grid}.fbs-print-sticker-card{border-bottom:1px solid var(--border,#e5e7eb);flex-direction:column;gap:.5rem;padding:.5rem 0;display:flex}.fbs-print-sticker-img{border:1px solid var(--border,#e5e7eb);background:#fff;width:100%;max-width:280px;height:auto}.fbs-trbx-page .fbs-field input{width:100%;min-height:2.5rem;padding:.4rem .6rem;font-size:1rem}
