:root{color-scheme:dark;--ink-950: #0a0f1e;--ink-900: #10182b;--ink-850: #151d33;--ink-800: #1b2742;--ink-700: #263453;--line: rgba(182, 198, 255, .16);--line-strong: rgba(182, 198, 255, .28);--text: #f6f8ff;--text-muted: #9eabc8;--blue: #2a5bff;--cyan: #00a2ff;--red: #cc141a;--green: #22c55e;--amber: #f6c453;--shadow: 0 22px 70px rgba(0, 0, 0, .34);--red-soft: rgba(204, 20, 26, .14);--green-soft: rgba(34, 197, 94, .14);--amber-soft: rgba(246, 196, 83, .14);--blue-soft: rgba(42, 91, 255, .14);--radius-lg: 12px;--radius-xl: 16px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--ink-950);color:var(--text);font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html{min-width:320px;background:var(--ink-950)}body{margin:0;min-width:320px;min-height:100vh;background:linear-gradient(135deg,rgba(42,91,255,.18),transparent 34%),linear-gradient(180deg,#0a0f1e,#11192d 52%,#0a0f1e)}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}#root{min-height:100vh}.admin-shell{display:grid;grid-template-columns:260px minmax(0,1fr);min-height:100vh}.sidebar{position:sticky;top:0;display:flex;flex-direction:column;gap:28px;height:100vh;padding:24px 18px;border-right:1px solid var(--line);background:#0a0f1ee0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand-lockup,.sidebar-status,.operator-pill,.locked-pill,.live-indicator,.balance-pill,.stock-dot,.metric-card,.delivery-placeholder{display:flex;align-items:center}.brand-lockup{gap:12px}.brand-mark{display:grid;width:42px;height:42px;place-items:center;border:1px solid rgba(0,162,255,.38);border-radius:8px;background:linear-gradient(135deg,#2a5bff52,#cc141a38);color:#fff;font-size:.9rem;font-weight:800}.brand-lockup strong,.sidebar-status strong{display:block;font-size:.96rem}.brand-lockup span,.sidebar-status span{display:block;color:var(--text-muted);font-size:.78rem}.side-nav{display:grid;gap:6px}.side-nav a{display:flex;align-items:center;gap:10px;min-height:42px;padding:0 12px;border:1px solid transparent;border-radius:8px;color:#d8e0f5;font-size:.88rem;font-weight:700}.side-nav a:hover,.side-nav a:focus-visible,.side-nav a.is-active{border-color:var(--line);background:#151d33d1;outline:none}.side-nav a.is-active{border-color:#cc141a6b;background:linear-gradient(90deg,#cc141a33,#2a5bff14);color:#fff}.portal-screen{display:grid;gap:18px;min-width:0}.portal-screen-header h1,.login-card h1{margin:0;color:#fff;font-size:clamp(1.75rem,3vw,2.35rem);letter-spacing:-.04em}.portal-screen-header p,.login-card p{margin:7px 0 0;color:var(--text-muted)}.dashboard-topbar{min-height:42px}.portal-hero-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.portal-hero-card{display:grid;min-height:184px;place-items:center;align-content:center;gap:10px;border:1px solid var(--line);border-radius:var(--radius-lg);background:linear-gradient(145deg,#1b2742f2,#10182bf5);box-shadow:0 18px 44px #0003;text-align:center;transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}.portal-hero-card:hover,.portal-hero-card:focus-visible{transform:translateY(-3px);border-color:var(--cyan);box-shadow:0 22px 54px #00a2ff21;outline:none}.portal-hero-card strong{color:#fff;font-size:1.08rem;letter-spacing:.09em;text-transform:uppercase}.portal-hero-card>span:last-child{color:var(--text-muted);font-size:.82rem}.portal-hero-icon{display:grid;width:64px;height:64px;place-items:center;border:1px solid rgba(204,20,26,.34);border-radius:50%;background:linear-gradient(135deg,var(--red-soft),var(--blue-soft));color:#fff}.portal-hero-icon svg{width:30px;height:30px;stroke-width:1.6}.portal-metric strong{font-size:1.45rem}.recent-orders-panel,.report-chart{overflow:hidden}.panel-header a{color:var(--cyan);font-size:.82rem;font-weight:800}.portal-list{display:grid;gap:8px}.portal-row{display:grid;grid-template-columns:minmax(110px,1.3fr) minmax(120px,1fr) minmax(90px,.6fr) auto;align-items:center;gap:12px;min-height:52px;padding:10px 12px;border:1px solid var(--line);border-radius:8px;background:#151d339e;color:var(--text-muted);font-size:.82rem}.portal-row strong{color:#fff}.status-badge,.store-status-chip,.audience-count,.reachability{width:max-content;padding:5px 9px;border-radius:999px;background:var(--blue-soft);color:#dfe7ff;font-size:.72rem;font-weight:800;text-transform:capitalize}.store-status-chip{display:flex;align-items:center;gap:7px;border:1px solid var(--line)}.store-status-chip>span{width:8px;height:8px;border-radius:50%;background:var(--green)}.store-status-chip.status-busy>span{background:var(--amber)}.store-status-chip.status-closed>span{background:var(--red)}.portal-tabs{display:flex;gap:5px;padding:5px;width:max-content;border:1px solid var(--line);border-radius:10px;background:var(--ink-900)}.portal-tabs button,.status-selector button{min-height:38px;padding:0 16px;border:0;border-radius:7px;background:transparent;color:var(--text-muted);font-size:.82rem;font-weight:800}.portal-tabs button.is-active,.status-selector button.is-active{background:var(--ink-700);color:#fff}.portal-two-column,.customer-directory{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:18px;align-items:start}.portal-form{display:grid;gap:15px}.portal-form label,.report-filters label,.login-card label{display:grid;gap:7px;color:#dce5f7;font-size:.78rem;font-weight:800}.portal-form input,.portal-form textarea,.portal-form select,.portal-toolbar input,.report-filters input,.report-filters select,.login-card input{width:100%;min-height:42px;padding:9px 11px;border:1px solid var(--line-strong);border-radius:8px;background:var(--ink-900);color:#fff;font-size:.88rem}.portal-form textarea{min-height:104px;resize:vertical}.field-hint{justify-self:end;color:var(--text-muted);font-size:.7rem}.portal-form .primary-action,.login-card .primary-action{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 16px;background:linear-gradient(135deg,var(--red),#a30d13)}.primary-action svg,.secondary-action svg{width:16px;height:16px}.upload-field{place-items:center;min-height:100px;padding:16px;border:1px dashed var(--line-strong);border-radius:10px;background:#2a5bff0f;text-align:center}.upload-field input{min-height:auto;padding:0;border:0;background:none}.banner-preview{width:100%;aspect-ratio:2.45 / 1;object-fit:cover;border-radius:10px}.banner-admin-list{display:grid;gap:10px}.banner-admin-card{display:grid;grid-template-columns:30px 110px minmax(0,1fr) auto;gap:12px;align-items:center;padding:10px;border:1px solid var(--line);border-radius:10px;background:var(--ink-900)}.banner-admin-card img,.banner-fallback{width:110px;aspect-ratio:2.45 / 1;object-fit:cover;border-radius:6px}.banner-fallback{display:grid;place-items:center;background:var(--ink-800)}.banner-admin-card div strong,.banner-admin-card div span{display:block}.banner-admin-card div span{margin-top:4px;color:var(--text-muted);font-size:.75rem}.banner-order{color:var(--text-muted);font-weight:900}.portal-toolbar{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-bottom:14px}.portal-toolbar>input{max-width:360px}.portal-toolbar>span{color:var(--text-muted);font-size:.78rem}.portal-table{min-width:0;overflow-x:auto}.portal-table-head,.portal-table-row{display:grid;grid-template-columns:minmax(180px,1.5fr) repeat(3,minmax(100px,.7fr));gap:12px;align-items:center;min-width:620px;padding:12px;text-align:left}.portal-table-head{color:var(--text-muted);font-size:.7rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}button.portal-table-row{width:100%;border:0;border-top:1px solid var(--line);background:transparent;color:var(--text-muted)}.portal-table-row:hover{background:#2a5bff12}.portal-table-row strong{color:#fff}.customer-detail{position:sticky;top:24px;padding:18px;border:1px solid var(--line);border-radius:10px;background:var(--ink-900)}.customer-detail h3{margin:0;color:#fff}.customer-detail h4{margin:22px 0 10px;color:#fff}.customer-detail p{color:var(--text-muted)}.detail-order{display:grid;grid-template-columns:1fr auto auto;gap:10px;padding:8px 0;border-bottom:1px solid var(--line);color:var(--text-muted);font-size:.76rem}.reachability{margin-top:16px;background:#9eabc81a}.reachability.is-reachable{background:var(--green-soft);color:#b8f6ca}.empty-detail{display:grid;min-height:230px;place-items:center;align-content:center;text-align:center}.report-filters{justify-content:flex-start}.report-filters label{min-width:150px}.status-selector{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;padding:6px;border:1px solid var(--line);border-radius:10px;background:var(--ink-900)}.status-selector button.is-active:first-child{background:var(--green-soft);color:#b8f6ca}.status-selector button.is-active:nth-child(2){background:var(--amber-soft);color:#ffe5a5}.status-selector button.is-active:last-child{background:var(--red-soft);color:#ffc3c6}.toggle-row{display:flex!important;align-items:center;justify-content:space-between;gap:16px;padding:13px;border:1px solid var(--line);border-radius:8px;background:var(--ink-900)}.toggle-row small{display:block;margin-top:3px;color:var(--text-muted);font-weight:500}.toggle-row input{width:20px;min-height:20px}.compact-form{margin-top:18px;padding-top:18px;border-top:1px solid var(--line)}.readiness-row{display:flex;justify-content:space-between;padding:12px;border:1px solid var(--line);border-radius:8px;color:var(--text-muted)}.readiness-row.is-ready strong{color:var(--green)}.empty-state{display:grid;min-height:180px;place-items:center;align-content:center;gap:8px;color:var(--text-muted);text-align:center}.empty-state svg{width:42px;height:42px;stroke-width:1.3}.empty-state strong{color:#fff}.empty-state p{margin:0}.skeleton-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.skeleton-grid span{min-height:180px;border-radius:12px;background:linear-gradient(90deg,var(--ink-850),var(--ink-700),var(--ink-850));background-size:200% 100%;animation:skeleton 1.5s infinite}@keyframes skeleton{to{background-position:-200% 0}}.notice-error{border-color:#cc141a66;background:var(--red-soft);color:#ffd7d9}.notice-success{border-color:#22c55e59;background:var(--green-soft);color:#c9f7d5}.login-screen{display:grid;min-height:100vh;place-items:center;padding:24px;background:radial-gradient(circle at 50% 0,rgba(42,91,255,.2),transparent 42%),var(--ink-950)}.login-card{display:grid;width:min(430px,100%);gap:16px;padding:32px;border:1px solid var(--line-strong);border-radius:var(--radius-xl);background:#10182bf5;box-shadow:var(--shadow)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}.side-nav svg,.sidebar-status svg,.operator-pill svg,.locked-pill svg,.metric-icon svg,.panel-icon{width:18px;height:18px}.sidebar-status{gap:10px;margin-top:auto;padding:14px;border:1px solid rgba(34,197,94,.22);border-radius:8px;background:#22c55e14}.workspace{display:grid;gap:18px;padding:24px}.topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.topbar h1,.panel h2{margin:0;color:#fff}.topbar h1{font-size:2rem;line-height:1.08}.topbar-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;min-width:0}.section-kicker,.row-eyebrow{margin:0 0 4px;color:var(--cyan);font-size:.72rem;font-weight:800;text-transform:uppercase}.notice{max-width:320px;overflow-wrap:anywhere;padding:9px 12px;border:1px solid rgba(0,162,255,.32);border-radius:8px;background:#00a2ff1c;color:#dff4ff;font-size:.82rem;font-weight:700}.icon-button,.primary-action,.secondary-action{min-height:38px;border:1px solid var(--line-strong);border-radius:8px;color:#fff;font-weight:800}.icon-button{display:grid;width:40px;place-items:center;background:var(--ink-850)}.icon-button svg{width:17px;height:17px}.operator-pill,.locked-pill,.balance-pill,.live-indicator{gap:8px;min-height:38px;padding:0 12px;border:1px solid var(--line);border-radius:8px;background:#151d33db;color:#eaf0ff;font-size:.82rem;font-weight:800}.live-indicator{border-color:#22c55e47;background:#22c55e1a;color:#a8f3c5}.locked-pill{border-color:#f6c4534d;color:#ffe6a6}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.metric-card{gap:12px;min-height:84px;padding:16px;border:1px solid var(--line);border-radius:8px;background:#151d33b8;box-shadow:var(--shadow)}.metric-icon{display:grid;width:40px;height:40px;place-items:center;border-radius:8px;background:#2a5bff29;color:var(--cyan)}.metric-card span{display:block;color:var(--text-muted);font-size:.78rem;font-weight:700}.metric-card strong{display:block;margin-top:4px;color:#fff;font-size:1.32rem;line-height:1.1}.order-layout{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(320px,.8fr);gap:18px;align-items:start}.ops-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:18px}.panel{min-width:0;padding:18px;border:1px solid var(--line);border-radius:8px;background:#151d33bd;box-shadow:var(--shadow)}.panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:16px}.panel h2{font-size:1.08rem;line-height:1.2}.board-columns{display:grid;grid-template-columns:repeat(5,minmax(160px,1fr));gap:10px;overflow-x:auto;padding-bottom:4px}.delivery-lanes{display:grid;gap:10px;margin:14px 0}.delivery-lane{display:grid;gap:8px;padding:10px;border:1px solid rgba(182,198,255,.1);border-radius:8px;background:#0a0f1e70}.delivery-order{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;width:100%;min-height:42px;border:1px solid var(--line);border-radius:8px;background:#151d33db;color:var(--text);padding:8px 10px;text-align:left}.delivery-order span{min-width:0;overflow:hidden;color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap}.delivery-order em{color:var(--amber);font-style:normal;font-weight:800}.board-column{min-width:160px;padding:10px;border:1px solid rgba(182,198,255,.1);border-radius:8px;background:#0a0f1e80}.column-heading{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px;color:#dbe5ff;font-size:.78rem;font-weight:800}.column-heading strong{display:grid;width:24px;height:24px;place-items:center;border-radius:8px;background:#2a5bff2e;color:#fff}.order-stack{display:grid;gap:8px}.order-card{display:grid;gap:8px;width:100%;min-height:112px;padding:12px;border:1px solid transparent;border-radius:8px;background:#151d33eb;color:#eef3ff;text-align:left}.order-card:hover,.order-card:focus-visible,.order-card.is-selected{border-color:#00a2ff94;outline:none}.order-card.is-selected{background:#2a5bff2e}.order-card-topline,.order-card-meta,.line-item,.feed-row{display:flex;align-items:center;gap:8px}.order-card-topline{justify-content:space-between}.order-card-topline span,.order-card-meta,.muted-text{color:var(--text-muted);font-size:.78rem;font-weight:700}.order-card-meta{justify-content:space-between}.order-card-meta svg{width:14px;height:14px;color:var(--cyan)}.empty-lane{display:grid;min-height:80px;place-items:center;border:1px dashed rgba(182,198,255,.18);border-radius:8px;color:var(--text-muted);font-size:.82rem;font-weight:800}.detail-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:0 0 14px}.detail-grid div{padding:10px;border:1px solid rgba(182,198,255,.1);border-radius:8px;background:#0a0f1e6b}.detail-grid dt{color:var(--text-muted);font-size:.72rem;font-weight:800}.detail-grid dd{margin:4px 0 0;color:#fff;font-size:.88rem;font-weight:900;text-transform:capitalize}.status-chip{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border-radius:8px;font-size:.72rem;font-weight:900}.status-warning{background:#f6c45324;color:#ffe6a6}.status-info{background:#00a2ff21;color:#b8e8ff}.status-accent,.status-phaseTwo{background:#2a5bff2e;color:#c7d5ff}.status-success{background:#22c55e24;color:#a8f3c5}.status-danger{background:#cc141a2e;color:#ffb5b8}.line-list{display:grid;gap:8px;margin-bottom:12px}.line-item{justify-content:space-between;padding:10px 0;border-bottom:1px solid rgba(182,198,255,.1)}.line-item span,.line-item em{color:var(--text-muted);font-size:.82rem;font-style:normal;font-weight:800}.line-item strong{flex:1;color:#fff;font-size:.86rem}.order-note{margin-bottom:12px;padding:10px 12px;border-left:3px solid var(--cyan);border-radius:0 8px 8px 0;background:#00a2ff14;color:#dbeeff;font-size:.84rem}.field-label{display:block;margin:0 0 6px;color:#d8e2ff;font-size:.76rem;font-weight:800}input,select,textarea{width:100%;border:1px solid var(--line-strong);border-radius:8px;background:#0a0f1ebd;color:#fff;outline:none}input,select{min-height:38px;padding:0 11px}textarea{min-height:86px;resize:vertical;padding:10px 11px}input:focus,select:focus,textarea:focus{border-color:#00a2ffa3}.action-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.primary-action,.secondary-action{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 13px}.primary-action{border-color:#00a2ff73;background:linear-gradient(135deg,var(--blue),var(--cyan))}.primary-action svg{width:16px;height:16px}.secondary-action{background:#151d33e6}.terminal-state{color:var(--text-muted);font-size:.84rem;font-weight:800}.search-field{position:relative;min-width:190px}.search-field svg{position:absolute;top:10px;left:10px;width:16px;height:16px;color:var(--text-muted)}.search-field input{padding-left:32px}.menu-list{display:grid;gap:8px;max-height:510px;overflow:auto;padding-right:2px}.menu-row{display:grid;grid-template-columns:minmax(180px,1fr) 92px minmax(130px,.7fr) 88px;gap:10px;align-items:center;min-height:74px;padding:10px;border:1px solid rgba(182,198,255,.1);border-radius:8px;background:#0a0f1e6b}.menu-row strong{display:block;margin-bottom:3px;color:#fff;font-size:.88rem}.row-eyebrow{display:block;margin-bottom:4px;font-size:.68rem}.stock-dot{justify-content:center;min-height:30px;border-radius:8px;font-size:.72rem;font-weight:900}.stock-steady{background:#22c55e24;color:#a8f3c5}.stock-watch{background:#f6c45324;color:#ffe6a6}.stock-sold_out{background:#cc141a2e;color:#ffb5b8}.menu-manager{grid-column:1 / -1}.menu-manager-layout{display:grid;grid-template-columns:minmax(220px,.32fr) minmax(0,1fr);gap:14px;align-items:start}.menu-manager-list,.manager-editor,.item-editor,.option-group-card{border:1px solid rgba(182,198,255,.1);border-radius:8px;background:#0a0f1e6b}.menu-manager-list{display:grid;gap:8px;max-height:760px;overflow:auto;padding:10px}.manager-toolbar,.option-heading,.item-selector,.option-row-editor{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.manager-toolbar{margin:10px 0}.manager-toolbar:first-child{margin-top:0}.manager-list-button{display:grid;gap:4px;width:100%;min-height:78px;padding:12px;border:1px solid transparent;border-radius:8px;background:#151d33d1;color:var(--text);text-align:left}.manager-list-button.is-selected,.item-pill.is-selected{border-color:#00a2ff94;background:#2a5bff2e}.manager-list-button strong,.manager-list-button span,.manager-list-button em{display:block}.manager-list-button span,.manager-list-button em{color:var(--text-muted);font-size:.76rem;font-style:normal;font-weight:800}.manager-editor,.item-editor{display:grid;gap:12px;padding:12px}.editor-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.item-selector{max-width:100%;overflow-x:auto;padding-bottom:2px}.item-pill{min-height:36px;border:1px solid var(--line);border-radius:999px;background:#151d33d6;color:var(--text);padding:0 12px;font-size:.8rem;font-weight:800}.image-preview{display:grid;min-height:146px;place-items:center;overflow:hidden;border:1px dashed rgba(246,196,83,.32);border-radius:8px;background:#f6c45312;color:var(--amber)}.image-preview img{width:100%;height:180px;object-fit:cover}.image-preview svg{width:34px;height:34px}.option-editor{display:grid;gap:10px}.option-heading{justify-content:space-between}.option-heading h3{margin:0;color:var(--text);font-size:1rem}.option-group-card{display:grid;gap:10px;padding:10px}.option-grid{grid-template-columns:minmax(180px,1fr) 90px 90px auto;align-items:end}.option-list{display:grid;gap:8px}.option-row-editor{display:grid;grid-template-columns:minmax(180px,1fr) 120px auto;gap:8px}.loyalty-form{display:grid;gap:10px}.form-pair{display:grid;grid-template-columns:110px minmax(0,1fr);gap:10px}.compact-feed{display:grid;gap:10px;margin-top:14px}.feed-row{align-items:flex-start;padding:10px;border:1px solid rgba(182,198,255,.1);border-radius:8px;background:#0a0f1e6b}.feed-row strong,.feed-row span{display:block}.feed-row strong{color:#fff;font-size:.84rem}.feed-row span{color:var(--text-muted);font-size:.78rem;font-weight:700}.delta-positive,.delta-negative{min-width:42px;padding-top:2px;font-size:.88rem;font-weight:900}.delta-positive{color:var(--green)}.delta-negative{color:#ffb5b8}.delivery-placeholder{gap:12px;min-height:86px;padding:14px;border:1px dashed rgba(246,196,83,.3);border-radius:8px;background:#f6c45314}.delivery-placeholder svg{width:24px;height:24px;color:var(--amber)}.delivery-placeholder strong,.delivery-placeholder span{display:block}.delivery-placeholder span{margin-top:4px;color:var(--text-muted);font-size:.82rem;font-weight:700}.readiness-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:12px}.readiness-item{display:flex;align-items:flex-start;gap:10px;min-height:76px;padding:12px;border:1px solid rgba(182,198,255,.1);border-radius:8px;background:#0a0f1e6b}.readiness-item svg{flex:0 0 auto;width:18px;height:18px;margin-top:2px}.readiness-ready svg{color:var(--green)}.readiness-blocked svg{color:#ffb5b8}.readiness-item strong,.readiness-item span{display:block}.readiness-item strong{color:var(--text);font-size:.82rem}.readiness-item span{margin-top:4px;color:var(--text-muted);font-size:.76rem;font-weight:700;line-height:1.35}.event-dot{width:10px;height:10px;margin-top:5px;border-radius:999px;background:var(--amber);box-shadow:0 0 0 5px #f6c4531f}.audit-list{display:grid;gap:10px;max-height:350px;overflow:auto}.audit-row{padding:12px;border-left:3px solid rgba(0,162,255,.7);border-radius:0 8px 8px 0;background:#0a0f1e70}.audit-row strong,.audit-row p,.audit-row span{display:block}.audit-action{color:var(--cyan);font-size:.7rem;font-weight:900;text-transform:uppercase}.audit-row strong{margin-top:4px;color:#fff;font-size:.88rem}.audit-row p{margin:6px 0;color:#c9d5ed;font-size:.82rem;line-height:1.45}@media(max-width:1280px){.admin-shell{grid-template-columns:86px minmax(0,1fr)}.brand-lockup div:not(.brand-mark),.side-nav a{justify-content:center}.brand-lockup div:last-child,.side-nav a span,.sidebar-status div,.side-nav a{font-size:0}.side-nav a svg{width:20px;height:20px}}@media(max-width:1080px){.metric-grid,.order-layout,.ops-grid,.menu-manager-layout{grid-template-columns:1fr}.order-detail{position:static}.portal-hero-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.portal-hero-card:last-child{grid-column:1 / -1}.portal-two-column,.customer-directory{grid-template-columns:1fr}.customer-detail{position:static}}@media(max-width:760px){.admin-shell{display:block}.sidebar{position:fixed;inset:auto 0 0;z-index:50;flex-direction:row;align-items:center;height:auto;padding:14px;overflow-x:auto}.brand-lockup{display:none}.side-nav{width:max-content;min-width:100%;justify-content:space-around}.side-nav a{min-width:54px}.workspace{padding-bottom:92px}.portal-hero-grid{grid-template-columns:1fr}.portal-hero-card:last-child{grid-column:auto}.portal-hero-card{min-height:142px}.portal-row{grid-template-columns:1fr auto}.portal-row>:nth-child(2),.portal-row>:nth-child(3){display:none}.portal-toolbar{align-items:stretch;flex-direction:column}.portal-toolbar>input{max-width:none}.report-filters label{width:100%}.banner-admin-card{grid-template-columns:24px 80px 1fr}.banner-admin-card img,.banner-fallback{width:80px}.banner-admin-card button{grid-column:2 / -1}.side-nav{display:flex}.sidebar-status{display:none}.workspace{padding:16px}.topbar,.panel-header{flex-direction:column;align-items:stretch}.topbar-actions{justify-content:flex-start;flex-wrap:wrap}.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.menu-row,.editor-grid,.option-grid,.option-row-editor{grid-template-columns:1fr}.search-field{min-width:0}}@media(max-width:480px){.metric-grid,.detail-grid,.form-pair{grid-template-columns:1fr}.topbar h1{font-size:1.6rem}.panel{padding:14px}}
