:root{--ink:#162033;--muted:#667085;--bg:#f4f7fb;--card:#fff;--line:#e4e9f1;--blue:#3b5bdb;--green:#0ca678;--orange:#f08c00;--red:#e03131;--purple:#7950f2;--shadow:0 10px 30px rgba(23,35,61,.08)}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif}a{text-decoration:none;color:inherit}.topbar{position:sticky;top:0;z-index:20;background:#fff;border-bottom:1px solid var(--line);height:64px;display:flex;align-items:center;gap:16px;padding:0 20px}.brand{font-weight:900;font-size:21px;display:flex;gap:9px;align-items:center}.brand span{color:var(--blue)}.navlinks{display:flex;gap:7px;flex-wrap:wrap;margin-left:auto}.navlinks a{padding:9px 11px;border-radius:10px;font-weight:700;font-size:13px}.navlinks a:hover{background:#eef2ff}.wrap{max-width:1250px;margin:24px auto;padding:0 18px}.grid{display:grid;gap:16px}.cards{grid-template-columns:repeat(4,minmax(0,1fr))}.card{background:var(--card);border:1px solid var(--line);border-radius:18px;padding:20px;box-shadow:var(--shadow)}.hero{padding:24px;border-radius:22px;background:linear-gradient(120deg,#eef2ff,#e7f5ff,#f3f0ff);border:1px solid #dbe4ff;margin-bottom:18px}.hero h1{margin:0 0 6px;font-size:30px}.muted{color:var(--muted)}.metric{font-size:28px;font-weight:900;margin:8px 0}.metriclabel{color:var(--muted);font-size:13px;font-weight:700}.blue{border-top:5px solid var(--blue)}.green{border-top:5px solid var(--green)}.orange{border-top:5px solid var(--orange)}.purple{border-top:5px solid var(--purple)}.red{border-top:5px solid var(--red)}.actions{display:flex;gap:9px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid var(--line);background:#fff;padding:11px 14px;border-radius:11px;font-weight:800;cursor:pointer}.btn.primary{background:var(--blue);border-color:var(--blue);color:#fff}.btn.green{background:var(--green);border-color:var(--green);color:#fff}.btn.red{background:var(--red);border-color:var(--red);color:#fff}.btn.orange{background:var(--orange);border-color:var(--orange);color:#fff}.btn.small{padding:8px 10px;font-size:12px}.toolbar{display:flex;gap:10px;flex-wrap:wrap;align-items:end;margin-bottom:15px}.field{display:flex;flex-direction:column;gap:6px;min-width:170px;flex:1}.field label{font-size:12px;font-weight:800;color:var(--muted)}input,select,textarea{width:100%;padding:11px 12px;border:1px solid #ccd5e1;border-radius:10px;background:#fff;color:var(--ink);font:inherit}textarea{min-height:90px;resize:vertical}.tablewrap{overflow:auto}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:11px 10px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top;font-size:13px}.table th{background:#f8fafc;font-size:12px}.pill{display:inline-block;padding:5px 9px;border-radius:999px;font-size:11px;font-weight:900;background:#edf2ff}.pill.green{background:#e6fcf5;color:#087f5b}.pill.red{background:#fff5f5;color:#c92a2a}.pill.orange{background:#fff4e6;color:#d9480f}.notice{padding:12px 14px;border-radius:12px;margin-bottom:14px;background:#eef2ff;border:1px solid #dbe4ff}.success{background:#e6fcf5;border-color:#b2f2bb}.error{background:#fff5f5;border-color:#ffc9c9}.section-title{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:14px}.section-title h2{margin:0}.quick{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.quick a{padding:14px;border:1px solid var(--line);border-radius:14px;background:#fff;text-align:center;font-weight:800;font-size:13px}.quick a:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.login{min-height:100vh;display:grid;place-items:center;padding:20px;background:radial-gradient(circle at 20% 20%,#dbe4ff,transparent 35%),radial-gradient(circle at 80% 80%,#e5dbff,transparent 35%),var(--bg)}.loginbox{max-width:440px;width:100%;background:#fff;border:1px solid var(--line);border-radius:24px;padding:32px;box-shadow:0 20px 60px rgba(23,35,61,.12)}.hublogo{width:64px;height:64px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,#3b5bdb,#7950f2);color:#fff;font-size:30px;margin-bottom:15px}.pwd{position:relative}.pwd button{position:absolute;right:8px;top:7px;border:0;background:transparent;font-size:20px;cursor:pointer}.eye{animation:blink 3s infinite}.formgrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.full{grid-column:1/-1}.photo{width:58px;height:58px;border-radius:14px;object-fit:cover;border:1px solid var(--line)}.shopphoto{max-width:100%;border-radius:16px}.route-next{display:flex;align-items:center;justify-content:space-between;gap:12px;background:linear-gradient(120deg,#e7f5ff,#eef2ff);border:1px solid #dbe4ff}.big{font-size:20px;font-weight:900}@keyframes blink{0%,45%,55%,100%{transform:scaleY(1)}50%{transform:scaleY(.15)}}@media(max-width:900px){.cards{grid-template-columns:repeat(2,minmax(0,1fr))}.quick{grid-template-columns:repeat(3,minmax(0,1fr))}.navlinks{display:none}}@media(max-width:600px){.wrap{padding:0 12px}.cards,.formgrid{grid-template-columns:1fr}.quick{grid-template-columns:repeat(2,minmax(0,1fr))}.topbar{padding:0 12px}.hero h1{font-size:24px}.card{padding:16px}.toolbar .field{min-width:130px}}
@media print{.topbar,.actions,.no-print{display:none!important}body{background:#fff}.card{box-shadow:none}}

/* HUB 2026 application shell */
:root{--hub-navy:#162554;--hub-navy2:#253b86;--hub-blue:#2f67e8;--hub-purple:#7455e8;--hub-bg:#f5f7fb;--hub-text:#15213a;--hub-muted:#6c7890;--hub-line:#e4e9f2;--hub-green:#12a875;--hub-orange:#f59f00;--hub-red:#e5484d;--hub-shadow:0 14px 40px rgba(26,39,72,.08)}
*{box-sizing:border-box}.hub-app{background:var(--hub-bg);color:var(--hub-text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif}.hub-app a{text-decoration:none}.app-shell{min-height:100vh;display:flex}.sidebar{position:fixed;z-index:50;left:0;top:0;bottom:0;width:260px;background:linear-gradient(180deg,#111d47 0%,#19285b 55%,#241e63 100%);color:#fff;padding:22px 15px 15px;display:flex;flex-direction:column;overflow-y:auto}.side-brand{display:flex;align-items:center;gap:11px;color:#fff;padding:2px 9px 22px}.side-brand b{font-size:22px;letter-spacing:-.5px;display:block}.side-brand small{display:block;font-size:8px;letter-spacing:1.1px;color:#aeb9df;font-weight:800;margin-top:2px}.brand-mark{width:42px;height:42px;border-radius:13px;background:linear-gradient(135deg,#63a4ff,#7650ec);display:grid;place-items:center;font-weight:900;font-size:21px;box-shadow:0 9px 24px rgba(82,91,230,.32)}.business-chip{display:flex;gap:10px;align-items:center;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.07);padding:11px;border-radius:13px;margin:0 2px 18px}.business-dot{width:9px;height:9px;border-radius:50%;background:#55e2a6;box-shadow:0 0 0 4px rgba(85,226,166,.12);flex:none}.business-chip small{display:block;color:#9eabd3;font-size:8px;font-weight:800;letter-spacing:1px}.business-chip strong{display:block;font-size:12px;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:190px}.nav-caption{color:#8997c4;font-size:9px;font-weight:900;letter-spacing:1.2px;padding:4px 11px 8px}.side-nav{display:flex;flex-direction:column;gap:4px}.side-link{display:flex;align-items:center;gap:11px;min-height:43px;padding:9px 11px;border-radius:11px;color:#c4cce2;font-size:13px;font-weight:750;transition:.18s}.side-link:hover{background:rgba(255,255,255,.08);color:#fff;transform:translateX(2px)}.side-link.active{background:linear-gradient(90deg,rgba(79,122,245,.28),rgba(112,78,229,.24));color:#fff;box-shadow:inset 3px 0 0 #73a0ff}.side-icon,.side-icon svg{width:19px;height:19px;display:block;flex:none}.side-icon svg{fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.nav-badge{margin-left:auto;background:#ff6870;color:#fff;border-radius:99px;padding:2px 7px;font-size:10px;font-style:normal}.side-bottom{margin-top:auto;border-top:1px solid rgba(255,255,255,.1);padding-top:13px}.user-mini{display:flex;align-items:center;gap:9px;padding:8px 8px 12px}.avatar{width:35px;height:35px;border-radius:11px;display:grid;place-items:center;background:linear-gradient(135deg,#8e6cff,#3c7df5);font-weight:900}.user-mini strong{display:block;font-size:12px;color:#fff}.user-mini small{display:block;font-size:9px;color:#9faad0;margin-top:2px}.logout-link{color:#aeb8d5}.app-main{margin-left:260px;width:calc(100% - 260px);min-width:0}.content-wrap{max-width:1540px;margin:0 auto;padding:28px 30px 5px}.hub-footer{text-align:center;color:#8a95aa;font-size:11px;padding:20px}.hub-footer span{font-weight:900;color:#52617d}.mobile-topbar{display:none}.dashboard-hero{position:relative;overflow:hidden;border-radius:0 0 24px 24px;background:linear-gradient(115deg,#17275d 0%,#213a88 52%,#42258a 100%);padding:34px 36px;min-height:175px;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:24px;box-shadow:0 14px 40px rgba(27,42,94,.16)}.dashboard-hero:after{content:"";position:absolute;width:340px;height:340px;border-radius:50%;right:-80px;top:-250px;background:rgba(255,255,255,.07)}.hero-copy{position:relative;z-index:1}.eyebrow{font-size:9px;font-weight:900;letter-spacing:1.3px;color:#718cff}.dashboard-hero .eyebrow{color:#8fb4ff}.dashboard-hero h1{margin:9px 0 6px;font-size:30px;letter-spacing:-.7px}.dashboard-hero h1 span{font-size:24px}.dashboard-hero p{margin:0;color:#c4d0f2;font-size:13px}.festival-chip{display:inline-flex;margin-top:12px;padding:6px 10px;border-radius:99px;background:rgba(255,255,255,.1);font-size:11px}.hero-actions{position:relative;z-index:1;display:flex;gap:9px}.hero-btn{display:inline-flex;align-items:center;gap:8px;border-radius:11px;padding:11px 14px;font-size:12px;font-weight:850;white-space:nowrap}.hero-btn svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.hero-btn.light{background:#fff;color:#17234a}.hero-btn.ghost{background:rgba(255,255,255,.1);color:#fff;border:1px solid rgba(255,255,255,.2)}.stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:16px 0}.stat-card{position:relative;display:flex;align-items:center;gap:13px;background:#fff;border:1px solid var(--hub-line);border-radius:16px;padding:16px 17px;box-shadow:var(--hub-shadow);overflow:hidden}.stat-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px}.stat-blue:before{background:#3d72f3}.stat-orange:before{background:#ff9f1a}.stat-green:before{background:#17ad7a}.stat-purple:before{background:#8159eb}.stat-icon{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;flex:none}.stat-icon svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.stat-blue .stat-icon{background:#edf3ff;color:#2f67e8}.stat-orange .stat-icon{background:#fff4e4;color:#f08c00}.stat-green .stat-icon{background:#e9fbf4;color:#0ca678}.stat-purple .stat-icon{background:#f2eeff;color:#7455e8}.stat-card small{display:block;color:#69758b;font-size:10px;font-weight:800}.stat-card strong{display:block;font-size:23px;letter-spacing:-.4px;margin-top:1px}.stat-card em{display:block;font-style:normal;color:#9aa4b5;font-size:9px;margin-top:1px}.dashboard-columns{display:grid;grid-template-columns:minmax(0,2fr) minmax(310px,1fr);gap:14px}.panel{background:#fff;border:1px solid var(--hub-line);border-radius:17px;box-shadow:var(--hub-shadow);overflow:hidden}.panel-head{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:20px 20px 14px}.panel-head h2{font-size:17px;margin:4px 0 0;letter-spacing:-.25px}.panel-head>a{font-size:11px;font-weight:850;color:#2f67e8}.order-list{padding:0 7px 8px}.order-row{display:flex;align-items:center;gap:11px;padding:12px 10px;border-top:1px solid #edf0f5;color:inherit;transition:.16s}.order-row:hover{background:#f8faff}.row-icon{width:34px;height:34px;border-radius:10px;background:#eef4ff;color:#2f67e8;display:grid;place-items:center;flex:none}.row-icon svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.row-main{min-width:0;flex:1}.row-main strong{display:block;font-size:12px}.row-main small{display:block;color:#77839a;font-size:10px;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.row-total{text-align:right;min-width:110px}.row-total strong{display:block;font-size:11px}.status{display:inline-block;margin-top:4px;padding:4px 7px;border-radius:99px;font-size:8px;font-weight:900;background:#eef1f5;color:#68758a}.status-completed{background:#e7faf2;color:#07825b}.status-cancelled{background:#fff0f1;color:#c53035}.status-pending,.status-new,.status-assigned,.status-in_progress,.status-reopened,.status-exception{background:#fff5e7;color:#b96b00}.workspace-actions{padding:0 16px 16px;display:flex;flex-direction:column;gap:10px}.workspace-card{display:flex;align-items:center;gap:11px;padding:13px;border:1px solid #e4e9f1;border-radius:13px;color:inherit;transition:.16s}.workspace-card:hover{transform:translateY(-1px);box-shadow:0 8px 22px rgba(25,39,73,.07)}.workspace-card>span:first-child{width:34px;height:34px;border-radius:10px;display:grid;place-items:center}.workspace-card>span:first-child svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.workspace-card div{flex:1}.workspace-card strong{display:block;font-size:11px}.workspace-card small{display:block;color:#8792a5;font-size:9px;margin-top:3px}.workspace-card>svg{width:14px;height:14px;fill:none;stroke:#a5afbe;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.green-accent>span:first-child{background:#e9fbf4;color:#0ca678}.purple-accent>span:first-child{background:#f1edff;color:#7455e8}.blue-accent>span:first-child{background:#edf3ff;color:#2f67e8}.orange-accent>span:first-child{background:#fff4e4;color:#f08c00}.shortcuts-panel{margin-top:14px}.shortcut-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding:0 16px 16px}.shortcut-card{display:flex;align-items:center;gap:10px;padding:13px;border:1px solid #e4e9f1;border-radius:13px;color:inherit;background:#fff;transition:.16s}.shortcut-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(25,39,73,.07)}.shortcut-icon{width:36px;height:36px;border-radius:11px;display:grid;place-items:center;flex:none}.shortcut-icon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.shortcut-icon.blue{background:#edf3ff;color:#2f67e8}.shortcut-icon.orange{background:#fff4e4;color:#f08c00}.shortcut-icon.green,.shortcut-icon.teal{background:#e9fbf4;color:#0ca678}.shortcut-icon.purple,.shortcut-icon.indigo{background:#f1edff;color:#7455e8}.shortcut-icon.red{background:#fff0f1;color:#d13b42}.shortcut-card div{min-width:0;flex:1}.shortcut-card strong{display:block;font-size:11px}.shortcut-card small{display:block;color:#8792a5;font-size:9px;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shortcut-arrow{color:#9aa4b5;font-size:13px}.low-stock-panel{margin-top:14px}.low-stock-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;padding:0 16px 16px}.low-stock-item{border:1px solid #e7ebf2;border-radius:12px;padding:11px;display:flex;gap:9px;align-items:center}.low-stock-item>span{width:30px;height:30px;border-radius:9px;background:#fff1e9;color:#ef6c39;display:grid;place-items:center}.low-stock-item svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8}.low-stock-item strong{display:block;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.low-stock-item small{display:block;color:#929bab;font-size:8px;margin-top:3px}.empty-state{padding:35px;text-align:center;color:#8792a5}.empty-icon{margin:auto auto 8px;width:38px;height:38px;border-radius:12px;background:#f1f4f8;display:grid;place-items:center}.empty-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8}.empty-state strong{display:block;font-size:12px;color:#536079}.empty-state span{font-size:10px}.top-notice{margin-bottom:15px}
@media(max-width:1100px){.sidebar{width:220px}.app-main{margin-left:220px;width:calc(100% - 220px)}.content-wrap{padding:20px}.shortcut-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.low-stock-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-columns{grid-template-columns:1fr}.workspace-actions{display:grid;grid-template-columns:1fr 1fr}.stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.sidebar{transform:translateX(-105%);transition:.2s;width:270px;box-shadow:20px 0 50px rgba(12,22,50,.2)}.sidebar.open{transform:translateX(0)}.app-main{margin-left:0;width:100%}.mobile-topbar{height:62px;background:#fff;border-bottom:1px solid var(--hub-line);display:flex;align-items:center;justify-content:space-between;padding:0 14px;position:sticky;top:0;z-index:40}.menu-btn{border:0;background:#f0f3f9;border-radius:10px;width:38px;height:38px;font-size:20px;color:#1b2850}.mobile-brand{display:flex;align-items:center;gap:8px;color:#17234a}.mobile-brand .brand-mark{width:34px;height:34px;border-radius:10px;font-size:17px}.mobile-alert{width:36px;height:36px;border-radius:10px;background:#f0f3f9;color:#465474;display:grid;place-items:center}.mobile-alert svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8}.content-wrap{padding:14px 12px}.dashboard-hero{border-radius:17px;padding:22px 18px;min-height:0;display:block}.dashboard-hero h1{font-size:24px}.hero-actions{margin-top:18px;flex-wrap:wrap}.hero-btn{flex:1;justify-content:center}.stat-grid{grid-template-columns:1fr 1fr;gap:9px}.stat-card{padding:12px 10px;gap:9px}.stat-icon{width:35px;height:35px;border-radius:10px}.stat-icon svg{width:16px;height:16px}.stat-card strong{font-size:18px}.stat-card small{font-size:9px}.stat-card em{font-size:8px}.workspace-actions{grid-template-columns:1fr}.shortcut-grid{grid-template-columns:1fr 1fr;padding:0 10px 10px}.low-stock-grid{grid-template-columns:1fr 1fr}.panel-head{padding:16px 14px 12px}.order-row{padding:11px 7px}.row-total{min-width:85px}.hub-footer{padding:18px 8px}.wrap{padding:0}}
@media(max-width:430px){.stat-grid{grid-template-columns:1fr}.shortcut-grid,.low-stock-grid{grid-template-columns:1fr}.dashboard-hero h1{font-size:22px}.hero-btn{font-size:11px}.row-main small{max-width:135px}}

/* HUB refinement pass — filters, toggles, actions and responsive tables */
.business-chip span:not(.business-dot){display:block;color:#aeb9df;font-size:9px;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:190px}.business-chip strong{margin-top:1px}
.btn{transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.btn:hover{transform:translateY(-1px);box-shadow:0 7px 18px rgba(30,50,95,.12)}.btn:active{transform:translateY(0)}
.report-hero{background:linear-gradient(115deg,#edf4ff,#f4efff);display:flex;justify-content:space-between;align-items:center}.report-filters{margin-bottom:14px}.report-filter-grid{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));gap:12px;align-items:end}.report-filter-grid .field{min-width:0}.report-actions{display:flex;gap:8px;align-items:end;grid-column:1/-1;padding-top:2px}.report-tabs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px;margin-bottom:14px}.report-tab{background:#fff;border:1px solid var(--hub-line);border-radius:12px;padding:11px 12px;display:flex;align-items:center;justify-content:center;gap:7px;font-size:11px;font-weight:850;box-shadow:0 5px 16px rgba(26,39,72,.04);transition:.15s}.report-tab span{width:25px;height:25px;border-radius:8px;display:grid;place-items:center;background:#eef4ff;color:#2f67e8;font-size:14px}.report-tab:hover{transform:translateY(-1px);box-shadow:0 9px 22px rgba(26,39,72,.08)}.report-tab.active{background:#2f67e8;color:#fff;border-color:#2f67e8}.report-tab.active span{background:rgba(255,255,255,.15);color:#fff}.report-table{overflow:hidden}.blue-pill{background:#edf3ff;color:#2f67e8}.red-pill{background:#fff0f1;color:#c53035}
.backup-hero{display:flex;justify-content:space-between;align-items:center;background:linear-gradient(115deg,#edf5ff,#f2efff)}.big-action{padding:13px 17px}.backup-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:14px;margin-top:14px}.backup-card{min-height:245px}.backup-icon{width:44px;height:44px;border-radius:13px;background:#eef3ff;color:#2f67e8;display:grid;place-items:center;font-size:24px}.drop-zone{border:1.5px dashed #cbd6e7;border-radius:14px;padding:15px;display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:center;background:#fafcff}.drop-zone strong{display:block;font-size:12px}.drop-zone small{display:block;color:#8792a5;font-size:10px;margin-top:3px}.drop-zone input{grid-column:1/-1}.restore-btn{margin-top:12px}.backup-actions{display:flex;gap:9px;flex-wrap:wrap}.mini-note,.cloud-note{margin-top:13px;padding:11px 12px;border-radius:11px;background:#f7f9fc;border:1px solid #e7ebf2;color:#748097;font-size:10px;line-height:1.5}.backup-list{margin-top:14px}
.toggle-wrap{display:inline-flex;align-items:center;gap:8px}.toggle-switch{position:relative;width:54px;height:30px;display:inline-block;flex:none}.toggle-switch input{position:absolute;opacity:0;width:0;height:0}.toggle-track{position:absolute;inset:0;border-radius:99px;background:#dfe5ee;transition:.2s;box-shadow:inset 0 0 0 1px rgba(20,35,65,.06)}.toggle-track:before{content:"";position:absolute;width:24px;height:24px;left:3px;top:3px;background:#fff;border-radius:50%;box-shadow:0 2px 6px rgba(15,25,50,.2);transition:.2s}.toggle-switch input:checked+.toggle-track{background:#12a875}.toggle-switch input:checked+.toggle-track:before{transform:translateX(24px)}.toggle-state{font-size:10px;font-weight:900;color:#8792a5}.toggle-switch input:checked~.toggle-state{color:#087f5b}.switch-cell{white-space:nowrap}.action-stack{display:flex;gap:6px;flex-wrap:wrap;align-items:center}.action-card{padding:14px;border:1px solid var(--hub-line);border-radius:14px;background:#fbfcff}
.low-stock-item .low-stock-badge{display:inline-flex;margin-left:auto;background:#e5484d;color:#fff;border-radius:99px;padding:4px 7px;font-size:9px;font-weight:900}.inventory-low{display:inline-flex;background:#e5484d;color:#fff;border-radius:99px;padding:7px 11px;font-size:13px;font-weight:900;box-shadow:0 5px 12px rgba(229,72,77,.18)}
@media(max-width:1100px){.report-filter-grid{grid-template-columns:repeat(3,minmax(150px,1fr))}.report-tabs{grid-template-columns:repeat(3,minmax(0,1fr))}.backup-grid{grid-template-columns:1fr}}
@media(max-width:760px){.report-filter-grid{grid-template-columns:1fr 1fr}.report-actions{grid-column:1/-1}.report-tabs{grid-template-columns:1fr 1fr}.backup-hero{display:block}.big-action{margin-top:12px}.drop-zone{grid-template-columns:auto 1fr}.backup-actions .btn{flex:1}.table{min-width:760px}}
@media(max-width:480px){.report-filter-grid{grid-template-columns:1fr}.report-tabs{grid-template-columns:1fr}.report-actions{flex-direction:column}.report-actions .btn,.report-actions button{width:100%}.backup-actions{flex-direction:column}.backup-actions .btn{width:100%}}
@media print{.sidebar,.mobile-topbar,.report-filters,.report-tabs,.backup-hero,.backup-grid,.hub-footer{display:none!important}.app-main{margin-left:0;width:100%}.content-wrap{padding:0}.report-table{box-shadow:none;border:0}}
.setting-toggle{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 13px;margin:7px 0;border:1px solid var(--hub-line);border-radius:12px;background:#fbfcff}.setting-toggle strong{display:block;font-size:12px}.setting-toggle small{display:block;color:#8a95aa;font-size:9px;margin-top:2px}
.stock-number{font-size:18px;margin-right:6px}.inventory-low{font-size:10px;padding:5px 8px}
.mini-action-icon{width:15px!important;height:15px!important}.mini-action-icon svg{width:15px!important;height:15px!important}
.import-warning{max-width:900px}.import-warning .drop-zone{margin-top:10px}
.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:14px 0}.metric{background:#fff;border:1px solid var(--hub-line);border-radius:14px;padding:15px;box-shadow:0 6px 20px rgba(26,39,72,.05);margin:0}.metric span{display:block;color:#7d889d;font-size:10px;font-weight:800}.metric b{display:block;margin-top:6px;font-size:19px}.timeline-row{padding:12px 0;border-bottom:1px solid var(--hub-line);display:grid;gap:3px}.timeline-row b{font-size:12px}.timeline-row span,.timeline-row small{font-size:10px;color:#7c879a}.notification-row{display:flex;gap:12px;padding:15px 4px;border-bottom:1px solid var(--hub-line)}.notification-row:last-child{border-bottom:0}.notification-icon{width:38px;height:38px;border-radius:11px;background:#edf3ff;color:#2f67e8;display:grid;place-items:center;flex:none}.notification-row b{font-size:12px}.notification-row p{margin:5px 0;color:#536079;font-size:12px}.notification-row small{color:#8993a5;font-size:9px}.blue-pill{background:#edf3ff;color:#2f67e8}@media(max-width:900px){.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.metric-grid{grid-template-columns:1fr 1fr}}
/* Reference-style HUB login */
.hub-login{min-height:100vh;background:linear-gradient(135deg,#27b8b2 0%,#3d9fd0 48%,#3c76bd 100%);display:flex;align-items:center;justify-content:center;padding:30px;overflow:hidden;position:relative}.hub-login:before,.hub-login:after{content:"";position:absolute;border-radius:50%;background:rgba(255,255,255,.10)}.hub-login:before{width:360px;height:360px;left:-130px;top:-120px}.hub-login:after{width:420px;height:420px;right:-170px;bottom:-180px}.hub-login-card{position:relative;z-index:2;width:min(470px,100%);padding:76px 42px 34px;background:#fff;border-radius:22px;box-shadow:0 28px 70px rgba(15,54,90,.28);border:1px solid rgba(255,255,255,.8)}.hub-owl{position:absolute;left:50%;top:-74px;transform:translateX(-50%);width:150px;height:112px}.hub-owl .head{position:absolute;inset:8px 13px 0;border-radius:48% 48% 42% 42%;background:#7c5b42;border:5px solid #63452f}.hub-owl .face{position:absolute;left:23px;right:23px;top:23px;height:70px;border-radius:50%;background:#e7d8c6}.hub-owl .eye{position:absolute;top:28px;width:36px;height:36px;border-radius:50%;background:#fff;border:3px solid #553a2b}.hub-owl .eye:after{content:"";position:absolute;width:12px;height:12px;border-radius:50%;background:#222;left:9px;top:9px}.hub-owl .eye.l{left:31px}.hub-owl .eye.r{right:31px}.hub-owl .beak{position:absolute;left:50%;top:59px;transform:translateX(-50%) rotate(45deg);width:18px;height:18px;background:#e5a22c;border-radius:4px}.hub-owl .wing{position:absolute;top:55px;width:32px;height:48px;background:#6e5039;border:4px solid #553a2b;border-radius:50%;z-index:-1}.hub-owl .wing.l{left:0;transform:rotate(20deg)}.hub-owl .wing.r{right:0;transform:rotate(-20deg)}.hub-login-brand{text-align:center}.hub-login-brand .mini-logo{width:48px;height:48px;margin:0 auto 8px;border-radius:14px;background:linear-gradient(135deg,#2f67e8,#7455e8);color:#fff;display:grid;place-items:center;font-size:24px;font-weight:900}.hub-login-brand h1{margin:0;color:#17254b;font-size:27px}.hub-login-brand p{margin:5px 0 22px;color:#7a879a;font-size:11px}.hub-login-card .field{margin-top:13px}.hub-login-card .field label{color:#526078}.hub-login-card input{padding:13px 14px;border-radius:11px;background:#f9fbfd}.hub-login-card .login-submit{width:100%;margin-top:17px;padding:13px}.hub-login-links{display:flex;justify-content:space-between;gap:10px;margin-top:16px;font-size:11px;font-weight:800;color:#4771c8}.hub-login-signup{text-align:center;margin-top:22px;padding-top:18px;border-top:1px solid #edf0f5;color:#7b8798;font-size:11px}.hub-login-signup a{color:#376dd1;font-weight:900}.hub-login-error{margin-bottom:10px}
@media(max-width:600px){.hub-login{padding:20px 12px}.hub-login-card{padding:68px 22px 28px}.hub-owl{transform:translateX(-50%) scale(.9);transform-origin:bottom center}.hub-login-links{font-size:10px}}
