:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans SC,Noto Sans JP,sans-serif;color:#181b20;background:#f6f7f9;font-synthesis:none;text-rendering:optimizeLegibility;--border:#e4e7ec;--muted:#697386;--primary:#225ad6;--primary-soft:#eef4ff;--shadow:0 1px 2px rgba(16,24,40,.04),0 4px 14px rgba(16,24,40,.035)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input,textarea,select{font:inherit}button{cursor:pointer}.app-shell{min-height:100vh}.topbar{height:64px;background:#fffffff2;border-bottom:1px solid var(--border);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 32px;position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.brand{display:flex;align-items:center;gap:10px;font-size:15px;font-weight:700}.brand-mark{width:34px;height:34px;border-radius:9px;display:grid;place-items:center;color:#fff;background:#1e2633}.nav-tabs{height:100%;display:flex;gap:28px}.nav-tabs button{border:0;background:none;color:#667085;font-size:14px;padding:0 2px;position:relative}.nav-tabs button.active{color:#111827;font-weight:650}.nav-tabs button.active:after{content:"";height:2px;border-radius:2px;background:#1f2937;position:absolute;bottom:0;left:0;right:0}.topbar-meta{justify-self:end;font-size:12px;color:#667085;display:flex;align-items:center;gap:7px}.connection-dot{width:7px;height:7px;background:#19a15f;border-radius:50%;box-shadow:0 0 0 3px #e7f7ef}main{max-width:1440px;margin:auto;padding:34px 36px 60px}.error-banner,.history-banner{display:flex;align-items:center;gap:10px;border:1px solid #fecaca;background:#fff7f7;color:#a52222;border-radius:10px;padding:11px 14px;margin-bottom:20px;font-size:13px}.error-banner button{margin-left:auto;border:0;background:transparent;color:#a52222;font-weight:650}.history-banner{border-color:#d7dce5;background:#f8f9fb;color:#586174}.page-heading{display:flex;justify-content:space-between;gap:30px;align-items:flex-end;margin-bottom:24px}.eyebrow{text-transform:uppercase;letter-spacing:.09em;font-size:11px;font-weight:700;color:#7b8495;margin-bottom:7px}.heading-line{display:flex;align-items:center;gap:10px}.heading-line h1{margin:0;font-size:26px;line-height:1.2;letter-spacing:-.02em}.page-heading p{margin:7px 0 0;color:var(--muted);font-size:13px}.heading-actions{display:flex;align-items:center;gap:8px}.sync-label{font-size:12px;color:#7b8495;display:flex;align-items:center;gap:6px;margin-right:5px}.button{height:38px;border-radius:8px;border:1px solid transparent;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-size:13px;font-weight:650;transition:all .15s}.button:disabled{opacity:.45;cursor:not-allowed}.button-primary{color:#fff;background:var(--primary);box-shadow:0 1px 2px #225ad633}.button-primary:hover:not(:disabled){background:#194fc4}.button-secondary{background:#fff;border-color:#d8dce3;color:#343a46}.button-secondary:hover:not(:disabled){background:#f8f9fa}.button-ghost{width:38px;padding:0;background:#fff;border-color:#d8dce3}.button-danger{color:#fff;background:#c93636}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.card{background:#fff;border:1px solid var(--border);border-radius:11px;box-shadow:var(--shadow)}.metric-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-bottom:16px}.metric{padding:17px;display:flex;align-items:center;gap:13px;min-height:83px}.metric-icon{width:38px;height:38px;border-radius:9px;background:#f2f4f7;color:#5f697a;display:grid;place-items:center}.metric span{display:block;color:#70798a;font-size:12px;margin-bottom:5px}.metric strong{font-size:23px;letter-spacing:-.02em}.metric-success .metric-icon{background:#eaf8f0;color:#168452}.metric-warning .metric-icon{background:#fff1ec;color:#cc4a21}.metric-warning strong{color:#b93d1b}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:16px}.orders-card{min-width:0}.card-heading{min-height:73px;padding:18px 20px;border-bottom:1px solid #edf0f3;display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.card-heading.compact{min-height:auto}.card-heading h2{font-size:15px;margin:0 0 5px}.card-heading p{font-size:12px;color:#778193;margin:0}.result-count{font-size:12px;color:#6b7485;background:#f3f5f7;border-radius:20px;padding:5px 9px}.toolbar{display:flex;gap:9px;padding:12px 16px;border-bottom:1px solid #edf0f3}.search-field{height:36px;flex:1;display:flex;align-items:center;gap:8px;border:1px solid #dce0e7;border-radius:8px;padding:0 11px;color:#8a93a2;background:#fff}.search-field:focus-within{border-color:#8aa8ee;box-shadow:0 0 0 3px #eef3ff}.search-field input{border:0;outline:0;width:100%;font-size:13px}.toolbar select{height:36px;border:1px solid #dce0e7;background:#fff;border-radius:8px;padding:0 30px 0 11px;color:#424a58;font-size:13px}.table-wrap{overflow:auto}table{border-collapse:collapse;width:100%;font-size:12.5px}th{text-align:left;color:#778193;font-size:11px;font-weight:650;text-transform:none;background:#fafbfc;padding:10px 14px;border-bottom:1px solid #e9ecf0;white-space:nowrap}td{padding:12px 14px;border-bottom:1px solid #edf0f3;white-space:nowrap}tbody tr:hover{background:#fbfcfd}.muted{color:#7a8392}.mono{font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:11.5px}.row-action{text-align:right}.row-action button{border:0;background:none;color:#53627a;font-weight:650;font-size:12px}.copy-value{border:0;background:none;padding:0;color:#20252d;display:inline-flex;align-items:center;gap:6px}.copy-value svg{opacity:0;color:#708099}.copy-value:hover svg{opacity:1}.badge{display:inline-flex;align-items:center;height:23px;padding:0 8px;border-radius:20px;font-size:11px;font-weight:650;white-space:nowrap}.badge-active,.badge-available{background:#e9f8f0;color:#14794b}.badge-closed,.badge-used{background:#f0f2f5;color:#606a79}.badge-assigned{background:#edf3ff;color:#285eb7}.badge-disabled{background:#fff0ef;color:#b33a35}.pagination{height:58px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;color:#737d8d;font-size:12px}.pagination>div{display:flex;gap:7px}.pagination .button{height:32px;padding:0 11px;font-size:12px}.side-column{display:flex;flex-direction:column;gap:16px}.inventory-card{padding-bottom:18px}.status-bars{padding:18px 20px;display:flex;flex-direction:column;gap:15px}.bar-label{display:flex;justify-content:space-between;font-size:12px;margin-bottom:7px;color:#5e6877}.bar-label strong{color:#2a3039}.bar-track{height:6px;background:#eef0f3;border-radius:10px;overflow:hidden}.bar-fill{height:100%;display:block;border-radius:10px}.fill-available{background:#27a36a}.fill-assigned{background:#4d7fd7}.fill-used{background:#8b96a8}.fill-disabled{background:#d65b54}.record-list{padding:4px 20px 12px}.record-item{padding:13px 0;border-bottom:1px solid #eef0f3}.record-item:last-child{border:0}.record-item>div{display:flex;justify-content:space-between;gap:8px}.record-item strong{font-size:12.5px}.record-item span,.record-item small{font-size:11px;color:#7b8493}.record-item small{display:block;margin-top:5px}.mini-empty,.table-empty,.chart-empty{text-align:center;color:#87909f;padding:30px 10px}.empty-state{text-align:center;padding:58px 20px}.empty-icon{width:48px;height:48px;margin:0 auto 13px;border-radius:13px;background:#f0f3f7;color:#637084;display:grid;place-items:center}.empty-state h3{font-size:15px;margin:0 0 7px}.empty-state p{color:#7b8494;font-size:12px;margin:0 auto 18px;max-width:380px}.skeleton{display:block;background:linear-gradient(90deg,#f0f1f3,#f7f8f9,#f0f1f3);background-size:200% 100%;animation:shimmer 1.4s infinite}@keyframes shimmer{to{background-position:-200% 0}}.metric-skeleton{height:38px;width:100%;border-radius:8px}.stats-layout{display:flex;flex-direction:column;gap:16px}.stats-metrics{grid-template-columns:repeat(4,1fr);margin:0}.stats-grid{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(280px,.7fr);gap:16px}.chart-card{min-width:0}.chart-card .recharts-responsive-container{margin:18px 8px 10px}.history-list{display:flex;flex-direction:column}.history-list>button{height:76px;border:0;border-bottom:1px solid #edf0f3;background:#fff;padding:0 20px;display:flex;align-items:center;justify-content:space-between;text-align:left}.history-list>button:hover{background:#fafbfc}.history-main,.history-stats{display:flex;align-items:center;gap:14px}.history-main>div,.history-main span{display:flex;flex-direction:column;gap:5px}.history-main strong{font-size:13px}.history-main span,.history-stats span{font-size:11.5px;color:#788292}.history-icon{width:36px;height:36px!important;border-radius:9px;background:#f1f3f6;display:grid!important;place-items:center;color:#667184}.history-stats{gap:24px}.history-stats strong{color:#2a3039;margin-left:3px}.modal-backdrop{position:fixed;inset:0;background:#1419217a;z-index:50;display:flex;align-items:center;justify-content:center;padding:20px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal{width:100%;background:#fff;border-radius:13px;box-shadow:0 24px 70px #0f172a38;max-height:calc(100vh - 40px);overflow:auto}.modal-header{padding:20px 22px;border-bottom:1px solid #e9ecf0;display:flex;justify-content:space-between;gap:20px}.modal-header h2{font-size:17px;margin:0 0 5px}.modal-header p{font-size:12px;color:#737d8c;margin:0}.icon-button{width:32px;height:32px;border:0;border-radius:7px;background:transparent;color:#687384;display:grid;place-items:center}.icon-button:hover{background:#f1f3f6}.modal-body{padding:20px 22px}.modal-footer{padding:14px 22px;border-top:1px solid #e9ecf0;display:flex;justify-content:flex-end;gap:8px}.field{display:flex;flex-direction:column;gap:7px;margin-bottom:17px}.field>span{font-size:12px;font-weight:650;color:#404754}.field small{font-weight:400;color:#8a93a2}.field input,.field textarea{border:1px solid #d9dee6;border-radius:8px;padding:9px 11px;outline:0;font-size:13px}.field input:focus,.field textarea:focus{border-color:#7c9dea;box-shadow:0 0 0 3px #eef3ff}.field textarea{min-height:86px;resize:vertical}.field .import-textarea{min-height:270px;line-height:1.65;font-family:SFMono-Regular,Consolas,monospace;font-size:12px}.target-batch{background:#f5f7fa;border:1px solid #e4e8ee;border-radius:9px;padding:12px 14px;margin-bottom:18px;display:flex;gap:11px;align-items:center;color:#526074}.target-batch div{display:flex;flex-direction:column;gap:2px}.target-batch span{font-size:10px}.target-batch strong{font-size:13px;color:#262c35}.input-meta{display:flex;justify-content:space-between;margin-top:-10px;color:#7c8594;font-size:11px}.input-meta button{border:0;background:none;color:#536787}.preview-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.preview-grid>div{border:1px solid #e3e6eb;border-radius:9px;padding:13px}.preview-grid span{display:block;color:#788291;font-size:11px;margin-bottom:6px}.preview-grid strong{font-size:21px}.preview-grid .preview-valid{background:#f0faf5;border-color:#d7f0e2}.preview-grid .preview-valid strong{color:#168251}.error-details{margin-top:16px;padding:13px;border:1px solid #fed8d4;background:#fff8f7;border-radius:8px;display:flex;flex-direction:column;gap:6px;font-size:12px;color:#8e3934}.error-details strong{margin-bottom:3px}.error-details small{color:#9c625e}.form-error{font-size:12px;color:#b32d2d;background:#fff4f3;border-radius:7px;padding:9px 11px}.warning-panel{display:flex;gap:11px;background:#fff7ed;border:1px solid #fed7aa;color:#9a4815;border-radius:9px;padding:13px;margin-bottom:18px}.warning-panel p{margin:5px 0 0;font-size:12px;line-height:1.5}.warning-panel strong{font-size:13px}@media(max-width:1000px){.topbar{padding:0 20px}.dashboard-grid,.stats-grid{grid-template-columns:1fr}.side-column{display:grid;grid-template-columns:1fr 1fr}.metric-grid{grid-template-columns:repeat(3,1fr)}.stats-metrics{grid-template-columns:repeat(2,1fr)}}@media(max-width:720px){.topbar{grid-template-columns:1fr auto}.nav-tabs{position:fixed;bottom:0;left:0;right:0;height:56px;background:#fff;border-top:1px solid var(--border);justify-content:space-around;z-index:30}.nav-tabs button{flex:1}.topbar-meta{display:none}main{padding:24px 14px 80px}.page-heading{align-items:flex-start;flex-direction:column}.heading-actions{width:100%;flex-wrap:wrap}.sync-label{width:100%}.metric-grid{grid-template-columns:repeat(2,1fr)}.metric{min-height:72px;padding:13px}.metric-grid .metric:last-child{grid-column:span 2}.dashboard-grid,.side-column{display:block}.side-column .card{margin-top:14px}.history-stats span{display:none}.preview-grid{grid-template-columns:repeat(2,1fr)}.modal-backdrop{padding:0;align-items:flex-end}.modal{border-radius:14px 14px 0 0;max-height:92vh}}.auth-screen{min-height:100vh;display:grid;place-items:center;position:relative;overflow:hidden;padding:24px;background:#f4f6f9}.auth-screen:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(112,124,145,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(112,124,145,.055) 1px,transparent 1px);background-size:34px 34px;-webkit-mask-image:linear-gradient(to bottom,black,transparent 82%);mask-image:linear-gradient(to bottom,black,transparent 82%)}.auth-ambient{position:absolute;border-radius:999px;filter:blur(2px);pointer-events:none}.auth-ambient-one{width:360px;height:360px;top:-190px;right:10%;background:#4d79e11c}.auth-ambient-two{width:300px;height:300px;bottom:-190px;left:8%;background:#37b58517}.login-card{width:min(420px,100%);position:relative;z-index:1;padding:30px;border:1px solid rgba(216,222,231,.95);border-radius:16px;background:#fffffff5;box-shadow:0 22px 70px #1923341c,0 2px 8px #1923340a;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.login-brand{display:flex;align-items:center;gap:11px;margin-bottom:34px}.login-brand>div{display:flex;flex-direction:column;gap:2px}.login-brand strong{font-size:15px;color:#1c222c}.login-brand span:last-child{font-size:8px;letter-spacing:.15em;color:#8a93a2;font-weight:700}.login-heading{margin-bottom:25px}.login-icon{width:38px;height:38px;display:grid;place-items:center;margin-bottom:16px;border-radius:10px;background:var(--primary-soft);color:var(--primary)}.login-heading h1{margin:0;font-size:23px;letter-spacing:-.025em;color:#1b2029}.login-heading p{margin:8px 0 0;font-size:13px;color:var(--muted);line-height:1.55}.login-field{display:flex;flex-direction:column;gap:8px}.login-field>span{font-size:12px;color:#424a57;font-weight:650}.login-field>div{height:44px;display:flex;align-items:center;border:1px solid #d8dde6;border-radius:9px;background:#fff;transition:.15s}.login-field>div:focus-within{border-color:#7e9ee8;box-shadow:0 0 0 3px #eef3ff}.login-field input{min-width:0;flex:1;height:100%;padding:0 12px;border:0;outline:0;background:transparent;font-size:13px;letter-spacing:.02em}.login-field button{width:42px;height:100%;display:grid;place-items:center;border:0;background:transparent;color:#7b8595}.login-submit{width:100%;height:43px;margin-top:18px}.login-error{display:flex;align-items:center;gap:7px;margin-top:11px;padding:9px 10px;border-radius:8px;background:#fff3f2;color:#ae302b;font-size:12px}.login-card footer{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:22px;padding-top:18px;border-top:1px solid #edf0f3;color:#8992a1;font-size:10.5px}.auth-loading{position:relative;z-index:1;display:flex;align-items:center;gap:11px;color:#6f7888;font-size:13px}.signout-button{display:inline-flex;align-items:center;gap:5px;margin-left:7px;padding:5px 8px;border:0;border-radius:6px;background:transparent;color:#667085;font-size:11px}.signout-button:hover{background:#f1f3f6;color:#303743}@media(max-width:520px){.auth-screen{padding:14px;align-items:center}.login-card{padding:24px 21px;border-radius:14px}.login-card footer{align-items:flex-start;line-height:1.45}}
