:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--primary:#0a718f;--primary-strong:#07536b;--primary-soft:#e8f4f7;--canvas:#f3f6f5;--surface:#fff;--surface-subtle:#f5f8f7;--surface-elevated:#fff;--surface-raised:#fbfdfc;--text:#132a33;--text-soft:#405861;--muted:#6c8088;--line:#dbe4e2;--line-strong:#c7d5d2;--line-soft:#e8eeec;--orange:#b96317;--orange-soft:#fff2e6;--blue:#2c65b8;--blue-soft:#eaf1fc;--green:#197354;--green-soft:#e8f5ef;--purple:#7651ae;--purple-soft:#f1ecf8;--red:#b63f46;--red-soft:#fceced;--focus:#2b79d0;--sidebar:#0d2c38;--sidebar-soft:#194554;--shadow-panel:0 1px 2px #14303b0a, 0 14px 42px #14303b12;--shadow-float:0 28px 80px #0a232d3d;--shadow-hover:0 10px 28px #14303b17}[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--primary:#58b5cb;--primary-strong:#8dd3e2;--primary-soft:#173c48;--canvas:#081216;--surface:#101b20;--surface-subtle:#0c171b;--surface-elevated:#17252b;--surface-raised:#1b2b31;--text:#ecf3f5;--text-soft:#c4d1d5;--muted:#91a5ad;--line:#25363d;--line-strong:#38505a;--line-soft:#1d2c32;--orange:#f0a35b;--orange-soft:#422d1d;--blue:#80aeea;--blue-soft:#20334d;--green:#73c8a7;--green-soft:#1c3b31;--purple:#b89add;--purple-soft:#332946;--red:#ef8a90;--red-soft:#44262a;--focus:#78b9ff;--sidebar:#060f13;--sidebar-soft:#14262d;--shadow-panel:0 1px 1px #ffffff08, 0 18px 48px #00000047;--shadow-float:0 30px 88px #00000085;--shadow-hover:0 14px 34px #00000057}@media (prefers-color-scheme:dark){:root:not([data-theme]){--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--primary:#58b5cb;--primary-strong:#8dd3e2;--primary-soft:#173c48;--canvas:#081216;--surface:#101b20;--surface-subtle:#0c171b;--surface-elevated:#17252b;--surface-raised:#1b2b31;--text:#ecf3f5;--text-soft:#c4d1d5;--muted:#91a5ad;--line:#25363d;--line-strong:#38505a;--line-soft:#1d2c32;--orange:#f0a35b;--orange-soft:#422d1d;--blue:#80aeea;--blue-soft:#20334d;--green:#73c8a7;--green-soft:#1c3b31;--purple:#b89add;--purple-soft:#332946;--red:#ef8a90;--red-soft:#44262a;--focus:#78b9ff;--sidebar:#060f13;--sidebar-soft:#14262d;--shadow-panel:0 1px 1px #ffffff08, 0 18px 48px #00000047;--shadow-float:0 30px 88px #00000085;--shadow-hover:0 14px 34px #00000057}}*{box-sizing:border-box}html{background:var(--canvas);scroll-behavior:smooth}body{color:var(--text);background:var(--canvas);font-feature-settings:"kern" 1, "liga" 1, "calt" 1;-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-family:Noto Sans Arabic,SF Arabic,SF Pro Text,Segoe UI,Arial,sans-serif}button,input,textarea{font:inherit}button{min-height:44px}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,input:focus-visible,textarea:focus-visible,a:focus-visible{outline:3px solid color-mix(in srgb, var(--focus) 42%, transparent);outline-offset:3px}svg{flex:none;width:20px;height:20px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.privacy-page{min-height:100vh;padding:clamp(24px,5vw,64px) 20px}.privacy-card{background:var(--surface);border:1px solid var(--line);width:min(820px,100%);box-shadow:var(--shadow-panel);border-radius:16px;margin:0 auto;padding:clamp(28px,5vw,56px)}.privacy-brand{color:var(--text);align-items:center;gap:12px;text-decoration:none;display:inline-flex}.privacy-brand img{border-radius:10px}.privacy-brand span{display:grid}.privacy-brand strong{color:var(--primary-strong);letter-spacing:.035em}.privacy-brand small,.privacy-updated{color:var(--muted)}.privacy-kicker{color:var(--primary);margin:34px 0 6px;font-weight:800}.privacy-card h1{margin:0;font-size:clamp(2rem,7vw,3.4rem);line-height:1.2}.privacy-card h2{margin:0 0 8px;font-size:1.18rem}.privacy-card section{margin-top:30px}.privacy-card p{color:var(--text-soft);margin:8px 0;line-height:1.85}.privacy-card a{color:var(--primary-strong);font-weight:700}.privacy-card hr{border:0;border-top:1px solid var(--line);margin:42px 0}[lang=ar] h1,[lang=ar] h2,[lang=ar] h3{font-weight:850}[lang=ar] p,[lang=ar] small,[lang=ar] label{line-height:1.7}.auth-shell{background:var(--canvas);min-height:100vh}.auth-shell>.topbar{position:static}.auth-card{background:var(--surface);border:1px solid var(--line);width:min(500px,100% - 32px);box-shadow:var(--shadow-panel);border-radius:14px;margin:clamp(48px,9vh,92px) auto 48px;padding:clamp(27px,5vw,42px)}.auth-card>img{border-radius:16px;width:72px;height:72px;margin:0 auto 16px;display:block}.auth-card>.eyebrow,.auth-card h1,.auth-card>p{text-align:center}.auth-card h1{letter-spacing:-.03em;margin:7px 0;font-size:1.9rem}.auth-card>p:not(.eyebrow):not(.alert){color:var(--muted);margin:0 0 22px}.auth-card form{gap:14px;margin-top:20px;display:grid}.auth-card .primary-button{margin-top:3px}.auth-card code{text-align:center;background:var(--surface-subtle);overflow-wrap:anywhere;direction:ltr;border-radius:9px;padding:12px;display:block}.auth-switch{width:100%;color:var(--primary-strong);cursor:pointer;background:0 0;border:0;border-radius:8px;margin-top:16px;padding:0 12px;font-weight:750}.auth-switch:hover{background:var(--primary-soft)}.app-shell{grid-template-columns:218px minmax(0,1fr);min-height:100vh;display:grid}.app-frame{min-width:0}.workspace-sidebar{z-index:20;color:#fff;background:radial-gradient(circle at 22% -4%, #4ea5b82e, transparent 28%), linear-gradient(172deg, color-mix(in srgb, var(--sidebar) 92%, #143d4a), color-mix(in srgb, var(--sidebar) 92%, #02080a));grid-template-rows:auto 1fr auto;gap:48px;height:100vh;padding:30px 17px 20px;display:grid;position:sticky;top:0;overflow:hidden;box-shadow:inset -1px 0 #ffffff0a}.workspace-sidebar:after{content:"";inset-inline:30px;background:linear-gradient(90deg,#0000,#ffffff1a,#0000);height:1px;position:absolute;bottom:108px}.sidebar-brand{color:#fff;align-items:center;gap:11px;padding:0 8px;text-decoration:none;display:flex}.sidebar-brand img{border-radius:14px;width:48px;height:48px;box-shadow:0 10px 26px #0003}.sidebar-brand span{gap:3px;display:grid}.sidebar-brand strong{letter-spacing:.075em;font-size:.91rem}.sidebar-brand small{color:#a8c3cc;font-size:.7rem}.sidebar-nav{align-content:start;gap:3px;display:grid}.sidebar-link{color:#abc1c8;cursor:pointer;text-align:start;background:0 0;border:0;border-radius:11px;align-items:center;gap:12px;width:100%;min-height:45px;padding:0 12px;text-decoration:none;transition:color .18s,background .18s,transform .18s;display:flex;position:relative}.sidebar-link:before{content:"";background:0 0;border-radius:999px;width:3px;transition:background .18s,box-shadow .18s;position:absolute;inset-block:12px;inset-inline-start:-17px}.sidebar-link svg{color:#78aebc;width:18px;height:18px;transition:color .18s,transform .18s}.sidebar-link strong{font-size:.82rem;font-weight:720}.sidebar-link:hover{color:#fff;background:#ffffff0b;transform:translate(2px)}.sidebar-link:hover svg{color:#9ed6e3}[dir=rtl] .sidebar-link:hover{transform:translate(-2px)}.sidebar-link.active{color:#fff;box-shadow:none;background:linear-gradient(90deg,#5cbcd017,#0000 92%)}[dir=rtl] .sidebar-link.active{background:linear-gradient(-90deg,#5cbcd017,#0000 92%)}.sidebar-link.active:before{background:#75cadc;box-shadow:0 0 14px #75cadc7a}.sidebar-link.active svg{color:#98dce8;transform:scale(1.04)}.sidebar-profile{background:0 0;border:0;border-radius:12px;grid-template-columns:38px 1fr 8px;align-items:center;gap:10px;padding:10px 8px;display:grid}.profile-avatar{background:linear-gradient(145deg,#258ca5,#13687d);border-radius:50%;place-items:center;width:38px;height:38px;font-weight:850;display:grid;box-shadow:0 8px 18px #00000029}.sidebar-profile>span:nth-child(2){gap:2px;display:grid}.sidebar-profile strong{font-size:.78rem}.sidebar-profile small{color:#a8bec6;font-size:.66rem}.sidebar-profile i{background:#64d6a9;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #64d6a91f}.topbar{z-index:18;background:color-mix(in srgb, var(--canvas) 82%, transparent);border-bottom:1px solid color-mix(in srgb, var(--line) 62%, transparent);-webkit-backdrop-filter:blur(20px)saturate(135%);backdrop-filter:blur(20px)saturate(135%);justify-content:space-between;align-items:center;min-height:68px;padding:9px clamp(18px,3vw,42px);display:flex;position:sticky;top:0}.app-frame>.topbar .brand{visibility:hidden;pointer-events:none}.brand{color:var(--text);align-items:center;gap:11px;text-decoration:none;display:flex}.brand img{border-radius:10px}.brand span{line-height:1.16;display:grid}.brand strong{color:var(--primary-strong);letter-spacing:.04em;font-size:.92rem}.brand small{color:var(--muted);margin-top:3px;font-size:.71rem}.top-actions{align-items:center;gap:8px;margin-inline-start:auto;display:flex}.language-button,.icon-button{color:var(--text-soft);background:color-mix(in srgb, var(--surface-elevated) 74%, transparent);border:1px solid color-mix(in srgb, var(--line) 70%, transparent);cursor:pointer;border-radius:11px;transition:color .18s,background .18s,border-color .18s,transform .18s,box-shadow .18s}.language-button{padding:0 13px;font-weight:700}.icon-button{place-items:center;width:42px;min-height:42px;padding:0;display:grid}.language-button:hover,.icon-button:hover{color:var(--primary-strong);background:var(--primary-soft);border-color:color-mix(in srgb, var(--primary) 35%, var(--line));transform:translateY(-1px);box-shadow:0 7px 18px #14303b14}.demo-role-switch{background:var(--surface-subtle);border:1px solid var(--line);border-radius:9px;gap:3px;padding:3px;display:flex}.demo-role-switch button{min-height:34px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:7px;padding:0 11px}.demo-role-switch button[aria-pressed=true]{color:var(--primary-strong);background:var(--surface);font-weight:800;box-shadow:0 1px 5px #18403d1a}.preview-badge,.live-badge,.role-badge{border-radius:999px;padding:4px 8px;font-size:.69rem;font-weight:800}.preview-badge{color:var(--orange);background:var(--orange-soft);border:1px solid color-mix(in srgb, var(--orange) 25%, transparent)}.live-badge,.role-badge{color:var(--green);background:var(--green-soft);border:1px solid color-mix(in srgb, var(--green) 25%, transparent)}.workspace{width:min(1280px,100% - 64px);margin:0 auto;padding:32px 0 76px}.hero{justify-content:space-between;align-items:center;gap:28px;display:flex}.eyebrow-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.eyebrow{color:var(--primary);letter-spacing:.055em;text-transform:uppercase;margin:0;font-size:.73rem;font-weight:850}[lang=ar] .eyebrow{letter-spacing:0;text-transform:none}.hero h1{letter-spacing:-.045em;margin:7px 0 4px;font-size:clamp(2.15rem,3.5vw,3.15rem);font-weight:880;line-height:1.16}[lang=ar] .hero h1{letter-spacing:-.025em;line-height:1.32}.subtitle{max-width:680px;color:var(--text-soft);margin:0;font-size:.91rem;font-weight:520;line-height:1.68}.primary-button,.secondary-button,.quiet-button,.danger-button{cursor:pointer;border-radius:11px;justify-content:center;align-items:center;gap:9px;min-height:44px;padding:0 16px;font-weight:800;transition:color .18s,background .18s,border-color .18s,box-shadow .18s,transform .18s;display:inline-flex}.primary-button{color:#fff;background:linear-gradient(145deg,#0b7e9c,#086b87);border:1px solid #0000;box-shadow:0 8px 20px #08718f2e}.primary-button:hover:not(:disabled){background:linear-gradient(145deg,#08738f,#055d77);transform:translateY(-1px);box-shadow:0 12px 26px #08718f3b}.primary-button:active:not(:disabled),.secondary-button:active:not(:disabled),.quiet-button:active:not(:disabled),.danger-button:active:not(:disabled){transform:translateY(0)scale(.985)}.secondary-button,.quiet-button{color:var(--primary-strong);background:var(--surface);border:1px solid color-mix(in srgb, var(--primary) 24%, var(--line-strong))}.secondary-button{box-shadow:0 2px 8px #14303b0a}.quiet-button{color:var(--text-soft);box-shadow:none;background:0 0;border-color:#0000}.secondary-button:hover:not(:disabled),.quiet-button:hover:not(:disabled){background:var(--primary-soft);border-color:color-mix(in srgb, var(--primary) 30%, var(--line));transform:translateY(-1px)}.danger-button{color:var(--red);border:1px solid color-mix(in srgb, var(--red) 35%, var(--line));background:0 0}.danger-button:hover:not(:disabled){background:var(--red-soft)}.primary-button:disabled,.secondary-button:disabled,.danger-button:disabled{cursor:wait;opacity:.65}.hero-action{min-height:48px;padding-inline:18px}.alert{border-radius:9px;padding:12px 14px}.error-alert{color:var(--red);background:var(--red-soft);border:1px solid color-mix(in srgb, var(--red) 30%, transparent)}.success-alert{color:var(--green);background:var(--green-soft);border:1px solid color-mix(in srgb, var(--green) 30%, transparent)}.hero+.alert{margin:18px 0 0}.operations-overview{grid-template-columns:minmax(440px,1.55fr) minmax(390px,1fr);align-items:stretch;gap:24px;margin:24px 0 20px;display:grid}.attention-card{min-height:132px;color:var(--text);background:linear-gradient(135deg, var(--surface-elevated), color-mix(in srgb, var(--orange-soft) 42%, var(--surface-elevated)));box-shadow:var(--shadow-panel);border:0;border-radius:18px;grid-template-columns:48px 1fr auto;align-items:center;gap:16px;padding:22px 24px;display:grid;position:relative;overflow:hidden}.attention-card:after{content:"";background:radial-gradient(circle, color-mix(in srgb, var(--orange) 13%, transparent), transparent 70%);pointer-events:none;width:180px;height:180px;position:absolute;inset-block-start:-108px;inset-inline-end:-96px}.attention-card.is-clear{background:linear-gradient(135deg, var(--surface-elevated), color-mix(in srgb, var(--green-soft) 45%, var(--surface-elevated)))}.attention-card.is-clear:after{background:radial-gradient(circle, color-mix(in srgb, var(--green) 13%, transparent), transparent 70%)}.attention-icon{width:50px;height:50px;color:var(--orange);background:var(--orange-soft);box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--orange) 12%, transparent);border-radius:15px;place-items:center;display:grid}.attention-card.is-clear .attention-icon{color:var(--green);background:var(--green-soft)}.attention-icon svg{width:23px;height:23px}.attention-copy{min-width:0}.attention-copy h2{letter-spacing:-.015em;margin:5px 0 4px;font-size:1.18rem}.attention-copy>p:last-of-type{max-width:470px;color:var(--text-soft);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.84rem;font-weight:560;line-height:1.55;overflow:hidden}.attention-meta{color:var(--muted);text-align:start;margin-top:7px;font-size:.68rem;font-weight:700;display:block}.attention-action svg,.submit-request-button svg,.decision-actions .primary-button svg{width:17px;height:17px}[dir=rtl] .attention-action svg,[dir=rtl] .submit-request-button svg,[dir=rtl] .decision-actions .primary-button svg,[dir=rtl] .row-chevron{transform:rotate(180deg)}.metrics{background:0 0;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;padding:10px 0;display:grid}.metric-card{border:0;border-inline-start:1px solid var(--line);background:0 0;border-radius:0;flex-direction:column;justify-content:space-between;align-items:flex-start;min-width:0;min-height:108px;padding:11px 18px;display:flex}.metric-card:first-child{border-inline-start:0}.metric-icon{border-radius:11px;place-items:center;width:34px;height:34px;display:grid}.metric-icon svg{width:18px;height:18px}.tone-orange{color:var(--orange);background:var(--orange-soft)}.tone-purple{color:var(--purple);background:var(--purple-soft)}.tone-green{color:var(--green);background:var(--green-soft)}.metric-card>span:last-child{gap:4px;display:grid}.metric-card strong{letter-spacing:-.05em;font-variant-numeric:tabular-nums;font-size:2.08rem;font-weight:920;line-height:.9}.metric-card small{color:var(--text-soft);font-size:.7rem;font-weight:740}.queue-panel{background:var(--surface-elevated);box-shadow:var(--shadow-panel);border:0;border-radius:20px;overflow:hidden}.queue-heading{justify-content:space-between;align-items:center;gap:24px;padding:23px 28px 16px;display:flex}.queue-heading h2{letter-spacing:-.025em;margin:4px 0 0;font-size:1.4rem}.queue-heading p{color:var(--text-soft);margin:4px 0 0;font-size:.79rem;font-weight:520;line-height:1.5}.search-field{width:min(360px,44%);min-height:45px;color:var(--muted);background:var(--surface-subtle);border:1px solid #0000;border-radius:13px;align-items:center;gap:9px;padding:0 13px;transition:background .18s,border-color .18s,box-shadow .18s;display:flex}.search-field:focus-within{background:var(--surface-elevated);border-color:color-mix(in srgb, var(--primary) 34%, var(--line));box-shadow:0 0 0 4px color-mix(in srgb, var(--primary) 10%, transparent)}.search-field svg{width:18px;height:18px}.search-field input{width:100%;min-width:0;color:var(--text);background:0 0;border:0;outline:0}.search-field input::placeholder{color:var(--muted)}.search-field kbd{min-width:22px;height:22px;color:var(--muted);background:var(--surface);border:1px solid var(--line);border-radius:5px;place-items:center;font-size:.68rem;display:grid}.filters{border-bottom:1px solid var(--line-soft);scrollbar-width:none;gap:8px;padding:0 28px 18px;display:flex;overflow-x:auto}.filters::-webkit-scrollbar{display:none}.metrics::-webkit-scrollbar{display:none}.filters button{min-height:36px;color:var(--muted);white-space:nowrap;cursor:pointer;background:0 0;border:0;border-radius:10px;align-items:center;gap:8px;padding:0 12px;transition:color .16s,background .16s;display:inline-flex}.filters button strong{min-width:20px;color:var(--muted);background:var(--surface-subtle);border-radius:999px;padding:2px 6px;font-size:.65rem}.filters button:hover{color:var(--text);background:var(--surface-subtle)}.filters button[aria-pressed=true]{color:var(--primary-strong);background:var(--primary-soft);font-weight:800}.filters button[aria-pressed=true] strong{color:#fff;background:var(--primary)}.request-table-head,.request-row{grid-template-columns:minmax(260px,2.4fr) minmax(135px,1fr) 90px minmax(120px,.9fr) minmax(150px,1.1fr) 24px;align-items:center;gap:16px;display:grid}.request-table-head{min-height:40px;color:color-mix(in srgb, var(--muted) 88%, transparent);border-bottom:1px solid var(--line-soft);letter-spacing:.02em;background:0 0;padding:0 28px;font-size:.63rem;font-weight:780}.request-list{display:grid}.request-row{width:100%;min-height:88px;color:var(--text);background:var(--surface-elevated);border:0;border-bottom:1px solid color-mix(in srgb, var(--line-soft) 82%, transparent);cursor:pointer;text-align:start;padding:14px 28px;transition:background .16s,box-shadow .16s,transform .16s;position:relative}.request-row:last-child{border-bottom:0}.request-row:hover,.request-row[aria-pressed=true]{z-index:1;background:color-mix(in srgb, var(--primary-soft) 44%, var(--surface-elevated));box-shadow:inset 3px 0 0 color-mix(in srgb, var(--primary) 72%, transparent)}[dir=rtl] .request-row:hover,[dir=rtl] .request-row[aria-pressed=true]{box-shadow:inset -3px 0 0 color-mix(in srgb, var(--primary) 72%, transparent)}.request-row:hover .row-chevron{color:var(--primary);transform:translate(2px)}[dir=rtl] .request-row:hover .row-chevron{transform:rotate(180deg)translate(2px)}.request-product-cell{grid-template-columns:42px minmax(0,1fr);align-items:center;gap:13px;min-width:0;display:grid}.request-product-cell>span:last-child{gap:3px;min-width:0;display:grid}.request-product-cell strong{text-overflow:ellipsis;white-space:nowrap;letter-spacing:-.008em;font-size:.89rem;font-weight:840;line-height:1.5;overflow:hidden}.request-product-cell small,.request-row time{color:var(--muted);font-size:.67rem;font-weight:690}.status-icon{border-radius:13px;place-items:center;width:42px;height:42px;display:grid}.status-icon svg{width:18px;height:18px}.status-new{color:var(--orange);background:var(--orange-soft)}.status-acknowledged{color:var(--blue);background:var(--blue-soft)}.status-supplying{color:var(--purple);background:var(--purple-soft)}.status-completed{color:var(--green);background:var(--green-soft)}.status-declined{color:var(--red);background:var(--red-soft)}.method-cell{color:var(--text-soft);align-items:center;gap:7px;font-size:.75rem;font-weight:590;display:flex}.method-cell svg{width:16px;height:16px;color:var(--muted)}.quantity-cell{font-variant-numeric:tabular-nums;font-size:.92rem;font-weight:850}.status-chip{white-space:nowrap;border-radius:999px;width:fit-content;padding:4px 8px;font-size:.68rem;font-weight:800}.row-chevron{width:17px;height:17px;color:var(--muted);transition:color .16s,transform .16s}.request-list[aria-busy=true] .request-row{opacity:.58;cursor:progress}.empty-state{text-align:center;align-content:center;place-items:center;gap:9px;min-height:280px;padding:42px 24px;display:grid}.empty-state>span{width:48px;height:48px;color:var(--primary);background:var(--primary-soft);border-radius:12px;place-items:center;display:grid}.empty-state h3{margin:5px 0 0;font-size:1rem}.empty-state p{max-width:360px;color:var(--muted);margin:0 0 5px;font-size:.8rem;line-height:1.6}.sheet-backdrop{z-index:80;-webkit-backdrop-filter:blur(6px)saturate(80%);backdrop-filter:blur(6px)saturate(80%);background:#0512178a;justify-content:flex-end;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}[dir=rtl] .sheet-backdrop{justify-content:flex-start}.sheet-panel{width:min(580px,100%);height:100%;color:var(--text);background:var(--canvas);border-inline-start:1px solid color-mix(in srgb, var(--line) 70%, transparent);box-shadow:var(--shadow-float);grid-template-rows:62px minmax(0,1fr);animation:.24s cubic-bezier(.22,.8,.3,1) sheetIn;display:grid}[dir=rtl] .sheet-panel{border-inline-start:0;border-inline-end:1px solid var(--line)}.sheet-panel.sheet-wide{width:min(660px,100%)}.sheet-toolbar{background:color-mix(in srgb, var(--surface-elevated) 80%, transparent);border-bottom:1px solid var(--line-soft);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);justify-content:space-between;align-items:center;padding:0 20px 0 24px;font-size:.77rem;font-weight:850;display:flex}.sheet-toolbar .icon-button{width:38px;min-height:38px}.sheet-scroll{overscroll-behavior:contain;min-height:0;overflow:auto}.sheet-scroll>.form-panel{box-shadow:none;border:0;border-radius:0;margin:0}.sheet-scroll>.form-panel .panel-title>.quiet-button{display:none}.request-inspector{background:var(--canvas);min-height:100%;padding-bottom:40px}.inspector-header{background:linear-gradient(145deg, var(--surface-elevated), color-mix(in srgb, var(--primary-soft) 30%, var(--surface-elevated)));border-bottom:0;grid-template-columns:56px 1fr;align-items:start;gap:17px;padding:34px 28px 30px;display:grid;position:relative;overflow:hidden}.inspector-header:after{content:"";background:radial-gradient(circle, color-mix(in srgb, var(--primary) 12%, transparent), transparent 68%);width:220px;height:220px;position:absolute;inset-block-start:-140px;inset-inline-end:-120px}.inspector-header .status-icon{width:56px;height:56px;box-shadow:inset 0 0 0 1px color-mix(in srgb, currentColor 12%, transparent);border-radius:17px}.inspector-header h2{letter-spacing:-.02em;margin:5px 0 12px;font-size:1.42rem;line-height:1.45}.request-id{color:var(--muted);text-align:start;direction:ltr;unicode-bidi:embed;margin:0;font-size:.7rem}.inspector-section{border-bottom:0;margin:14px 18px 0;padding:24px 10px 10px}.section-heading{margin-bottom:18px}.section-heading h3{letter-spacing:-.015em;margin:5px 0 0;font-size:1.04rem}.status-progress{grid-template-columns:repeat(4,1fr);margin:0;padding:0;list-style:none;display:grid}.status-progress li{color:var(--muted);text-align:center;justify-items:center;gap:7px;display:grid;position:relative}.status-progress li:before{content:"";z-index:0;top:15px;background:var(--line);width:100%;height:2px;position:absolute;inset-inline-start:-50%}.status-progress li:first-child:before{display:none}.status-progress li[data-complete=true]:before{background:var(--green)}.status-progress li>span{z-index:1;width:31px;height:31px;color:var(--muted);background:var(--surface);border:2px solid var(--line-strong);border-radius:50%;place-items:center;font-size:.68rem;font-weight:850;display:grid;position:relative}.status-progress li[data-complete=true]>span{color:#fff;background:var(--green);border-color:var(--green)}.status-progress li[data-current=true]>span{box-shadow:0 0 0 4px color-mix(in srgb, var(--green) 16%, transparent)}.status-progress li small{font-size:.65rem;line-height:1.4}.declined-state{min-height:48px;color:var(--red);background:var(--red-soft);border-radius:9px;align-items:center;gap:9px;padding:0 13px;font-weight:800;display:flex}.inspector-details{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:28px;margin:0;display:grid}.inspector-details div{border:0;border-bottom:1px solid var(--line-soft);background:0 0;border-radius:0;min-width:0;padding:14px 0}.inspector-details dt{color:var(--text-soft);margin-bottom:6px;font-size:.67rem;font-weight:740}.inspector-details dd{overflow-wrap:anywhere;align-items:center;gap:8px;margin:0;font-size:.82rem;font-weight:800;display:flex}.inspector-details dd svg{width:16px;height:16px;color:var(--primary)}.detail-note,.manager-reply{background:var(--surface-elevated);border:0;border-inline-start:3px solid var(--line-strong);border-radius:6px 13px 13px 6px;margin-top:18px;padding:15px 17px;box-shadow:0 6px 22px #14303b0d}[dir=rtl] .detail-note,[dir=rtl] .manager-reply{border-radius:13px 6px 6px 13px}.detail-note strong,.manager-reply strong{font-size:.72rem}.detail-note p,.manager-reply p{color:var(--text-soft);margin:5px 0 0;font-size:.8rem;line-height:1.65}.manager-reply{color:var(--primary-strong);background:var(--primary-soft);border-inline-start-color:var(--primary)}.attachment-list{flex-wrap:wrap;gap:8px;margin-top:13px;display:flex}.attachment-link{text-decoration:none}.reply-field{gap:7px;font-size:.76rem;font-weight:800;display:grid}.reply-field textarea{min-height:108px;color:var(--text);background:var(--surface-elevated);resize:vertical;box-shadow:inset 0 0 0 1px var(--line-soft);border:1px solid #0000;border-radius:13px;padding:13px 14px;transition:border-color .18s,box-shadow .18s,background .18s}.reply-field textarea:focus{background:var(--surface-elevated);border-color:var(--primary);box-shadow:0 0 0 4px color-mix(in srgb, var(--primary) 10%, transparent);outline:0}.decision-actions{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.decline-action{margin-inline-start:auto}.decision-section{background:var(--surface-elevated);box-shadow:var(--shadow-panel);border-radius:18px;margin-top:24px;padding:25px 20px 26px}[data-theme=dark] .attention-card,[data-theme=dark] .queue-panel,[data-theme=dark] .decision-section{box-shadow:inset 0 1px 0 #ffffff08, var(--shadow-panel)}[data-theme=dark] .request-row:hover,[data-theme=dark] .request-row[aria-pressed=true]{background:color-mix(in srgb, var(--primary-soft) 42%, var(--surface-raised))}[data-theme=dark] .sheet-toolbar{background:color-mix(in srgb, var(--surface-elevated) 88%, transparent)}.form-panel{background:var(--canvas);padding:28px}.panel-title{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.panel-title h2{margin:4px 0 0;font-size:1.25rem}.panel-title p:last-child{color:var(--muted);margin:6px 0 0;font-size:.8rem;line-height:1.55}.request-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;margin-top:20px;display:grid}.request-form>label,.invite-form label,.auth-card label{color:var(--text);gap:7px;font-size:.77rem;font-weight:800;display:grid}.request-form input,.request-form textarea,.invite-form input,.auth-card input{width:100%;min-height:47px;color:var(--text);background:var(--surface-elevated);border:1px solid var(--line);border-radius:12px;padding:10px 13px;transition:border-color .18s,box-shadow .18s,background .18s}.request-form input:focus,.request-form textarea:focus,.invite-form input:focus,.auth-card input:focus{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb, var(--primary) 14%, transparent);outline:0}.request-form textarea{resize:vertical;min-height:92px}.full-field{grid-column:1/-1}.request-form fieldset{border:0;grid-column:1/-1;margin:0;padding:0}.request-form legend{width:100%;color:var(--text);margin-bottom:11px;font-size:.82rem;font-weight:850}.method-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;display:grid}.method-card{min-height:104px;color:var(--text);background:var(--surface-elevated);box-shadow:inset 0 0 0 1px var(--line-soft);cursor:pointer;text-align:start;border:1px solid #0000;border-radius:15px;grid-template-rows:auto auto;grid-template-columns:40px 1fr;align-content:center;align-items:center;gap:2px 11px;padding:15px;transition:border-color .18s,background .18s,box-shadow .18s,transform .18s;display:grid}.method-icon{width:38px;height:38px;color:var(--primary);background:var(--primary-soft);border-radius:9px;grid-row:1/3;place-items:center;display:grid}.method-icon svg{width:20px;height:20px}.method-card strong{font-size:.8rem}.method-card small{color:var(--muted);font-size:.68rem}.method-card:hover{border-color:color-mix(in srgb, var(--primary) 36%, var(--line));box-shadow:var(--shadow-hover);transform:translateY(-2px)}.method-card[data-selected=true]{background:var(--primary-soft);border-color:var(--primary);box-shadow:0 0 0 4px color-mix(in srgb, var(--primary) 9%, transparent)}.capture-control,.media-note,.barcode-scanner,.optional-heading{grid-column:1/-1}.optional-heading{color:var(--muted);border-top:1px solid var(--line);margin:3px 0 -2px;padding-top:15px;font-size:.75rem;font-weight:800}.media-note{color:var(--muted);background:var(--surface-subtle);border-radius:9px;margin:0;padding:11px 12px;font-size:.76rem}.barcode-scanner{background:var(--surface-elevated);box-shadow:inset 0 0 0 1px var(--line-soft);border:0;border-radius:15px;gap:10px;padding:15px;display:grid}.scanner-actions{flex-wrap:wrap;gap:8px;display:flex}.barcode-video{object-fit:cover;background:#071311;border-radius:9px;width:100%;max-height:360px;display:none}.barcode-video[data-active=true]{display:block}.scanner-help{color:var(--muted);margin:0;font-size:.74rem}.submit-request-button{justify-self:start;min-width:185px}.voice-recorder{background:var(--surface-elevated);box-shadow:inset 0 0 0 1px var(--line-soft);border:0;border-radius:15px;grid-column:1/-1;gap:11px;padding:15px;display:grid}.voice-recorder-main{grid-template-columns:46px auto minmax(100px,1fr);align-items:center;gap:12px;display:grid}.record-button{color:#fff;background:var(--red);cursor:pointer;border:0;border-radius:50%;place-items:center;width:46px;height:46px;min-height:46px;padding:0;display:grid}.record-button svg{width:20px;height:20px}.record-button.is-recording{animation:1.5s infinite recordPulse}.voice-state{gap:2px;min-width:122px;display:grid}.voice-state strong{font-size:.76rem}.voice-state span{color:var(--muted);font-variant-numeric:tabular-nums;direction:ltr;font-size:.72rem}.waveform{justify-content:flex-end;align-items:center;gap:3px;height:40px;display:flex;overflow:hidden}.waveform i{background:var(--line-strong);transform-origin:50%;border-radius:999px;width:3px;max-height:33px;transform:scaleY(.5)}.waveform[data-active=true] i{background:var(--primary);animation:1s ease-in-out infinite alternate wave}.waveform[data-active=true] i:nth-child(3n){animation-delay:.2s}.waveform[data-active=true] i:nth-child(4n){animation-delay:.4s}.voice-preview{align-items:center;gap:9px;display:flex}.voice-preview audio{width:min(100%,420px);height:40px}.file-fallback{gap:7px;font-size:.75rem;font-weight:800;display:grid}.invite-form{grid-template-columns:1fr;gap:13px;margin-top:20px;display:grid}.invite-form p{color:var(--muted);margin:0;font-size:.75rem;line-height:1.55}.staff-account-form .primary-button,.invite-form .primary-button{justify-self:start}.account-method-tabs{flex-wrap:wrap;gap:7px;margin-top:16px;display:flex}.account-method-tabs button{min-height:40px;color:var(--primary-strong);background:var(--surface);border:1px solid var(--line);cursor:pointer;border-radius:8px;padding:0 12px;font-weight:800}.account-method-tabs button[aria-pressed=true]{color:#fff;background:var(--primary);border-color:var(--primary)}.invite-result{gap:11px;margin-top:20px;display:grid}.invite-result p{color:var(--muted);margin:0}.invite-result p strong{color:var(--primary-strong)}.invite-result code{color:var(--text);background:var(--surface-subtle);border:1px solid var(--line);overflow-wrap:anywhere;-webkit-user-select:all;user-select:all;border-radius:9px;padding:13px}.invite-result .secondary-button{justify-self:start}.mobile-dock,.mobile-account-actions{display:none}@keyframes fadeIn{0%{opacity:0}}@keyframes sheetIn{0%{opacity:0;transform:translate(18px)}}[dir=rtl] .sheet-panel{animation-name:sheetInRtl}@keyframes sheetInRtl{0%{opacity:0;transform:translate(-18px)}}@keyframes recordPulse{50%{box-shadow:0 0 0 7px color-mix(in srgb, var(--red) 18%, transparent)}}@keyframes wave{to{transform:scaleY(1)}}@media (max-width:1180px){.app-shell{grid-template-columns:88px minmax(0,1fr)}.workspace-sidebar{padding-inline:12px}.sidebar-brand{justify-content:center;padding:0}.sidebar-brand span,.sidebar-link strong,.sidebar-profile>span:nth-child(2),.sidebar-profile i{display:none}.sidebar-link{justify-content:center;padding:0}.sidebar-profile{grid-template-columns:1fr;justify-items:center;padding:10px;display:grid}.operations-overview{grid-template-columns:1fr}.attention-card{min-height:118px}.metrics{padding-block:8px}.metric-card{justify-content:center;gap:15px;min-height:105px}.request-table-head,.request-row{grid-template-columns:minmax(230px,2fr) minmax(125px,1fr) 70px minmax(115px,.9fr) 24px}.request-table-head>:nth-child(5),.request-row>:nth-child(5){display:none}}@media (max-width:900px){.app-shell{display:block}.workspace-sidebar{display:none}.app-frame>.topbar .brand{visibility:visible;pointer-events:auto}.desktop-account-action{display:none}.workspace{width:min(100% - 32px,760px);padding-top:32px;padding-bottom:116px}.hero{align-items:flex-start}.hero h1{font-size:clamp(1.65rem,6vw,2.2rem)}.mobile-dock{z-index:30;inset-inline:12px;bottom:max(12px, env(safe-area-inset-bottom));background:color-mix(in srgb, var(--surface-elevated) 90%, transparent);border:1px solid color-mix(in srgb, var(--line) 70%, transparent);-webkit-backdrop-filter:blur(22px)saturate(135%);backdrop-filter:blur(22px)saturate(135%);border-radius:18px;grid-template-columns:1fr 1.1fr 1fr;align-items:center;height:68px;padding:7px 10px;display:grid;position:fixed;box-shadow:0 20px 48px #0d2a342e}.mobile-dock a,.mobile-dock button{min-height:52px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:13px;align-content:center;place-items:center;gap:2px;text-decoration:none;transition:color .16s,background .16s,transform .16s;display:grid}.mobile-dock a:active,.mobile-dock button:active{transform:scale(.96)}.mobile-dock svg{width:20px;height:20px}.mobile-dock small{font-size:.62rem;font-weight:800}.mobile-dock .dock-primary{color:#fff;background:var(--primary)}.mobile-account-actions{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.request-table-head,.request-row{grid-template-columns:minmax(220px,2fr) minmax(118px,1fr) minmax(110px,1fr) 24px}.request-table-head>:nth-child(3),.request-row>:nth-child(3),.request-table-head>:nth-child(5),.request-row>:nth-child(5){display:none}}@media (max-width:700px){.topbar{min-height:62px;padding:8px 12px}.brand img{width:40px;height:40px}.brand small{display:none}.brand strong{font-size:.78rem}.top-actions{gap:5px}.role-badge,.search-field kbd{display:none}.language-button{min-height:40px;padding-inline:10px;font-size:.74rem}.theme-button{width:40px;min-height:40px}.demo-role-switch button{min-height:32px;padding-inline:8px;font-size:.7rem}.workspace{width:min(100% - 24px,620px);padding-top:26px}.hero{gap:18px;display:grid}.hero h1{font-size:clamp(1.9rem,9vw,2.35rem)}.hero-action{width:100%}.operations-overview{gap:16px;margin-top:25px}.attention-card{border-radius:18px;grid-template-columns:42px 1fr;min-height:0;padding:20px}.attention-icon{border-radius:13px;width:42px;height:42px}.attention-action{grid-column:1/-1;width:100%}.attention-copy>p:last-of-type{white-space:normal}.metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:0;padding:4px 0;display:grid;overflow:visible}.metric-card{align-items:flex-start;gap:10px;min-width:0;min-height:92px;padding:10px 12px}.metric-icon{width:32px;height:32px}.metric-card strong{font-size:1.55rem}.metric-card small{font-size:.62rem}.queue-panel{border-radius:18px}.queue-heading{padding:21px 18px 16px;display:grid}.search-field{width:100%}.filters{padding:0 18px 14px}.request-table-head{display:none}.request-row{grid-template-columns:minmax(0,1fr) auto 18px;gap:10px;min-height:90px;padding:14px 18px}.request-row>.method-cell,.request-row>.quantity-cell,.request-row>time{display:none}.request-product-cell{grid-template-columns:40px minmax(0,1fr);gap:11px}.request-product-cell strong{font-size:.84rem}.status-icon{width:40px;height:40px}.status-chip{font-size:.62rem}.sheet-backdrop{align-items:flex-end}.sheet-panel,.sheet-panel.sheet-wide,[dir=rtl] .sheet-panel{border:1px solid color-mix(in srgb, var(--line) 64%, transparent);border-bottom:0;border-radius:26px 26px 0 0;grid-template-rows:64px minmax(0,1fr);width:100%;height:min(94dvh,840px);animation-name:sheetUp}.sheet-toolbar{border-bottom-color:color-mix(in srgb, var(--line-soft) 82%, transparent);min-height:64px;padding-top:7px;position:relative}.sheet-toolbar:before{content:"";background:var(--line-strong);border-radius:999px;width:38px;height:4px;position:absolute;top:8px;left:50%;transform:translate(-50%)}.sheet-scroll>.form-panel{padding:22px 20px 36px}.request-composer .panel-title{padding-bottom:18px}.panel-title h2{letter-spacing:-.02em;font-size:1.36rem}.panel-title p:last-child{color:var(--text-soft);font-size:.8rem;font-weight:520}.request-form{grid-template-columns:1fr}.request-form fieldset,.full-field,.capture-control,.media-note,.barcode-scanner,.optional-heading{grid-column:auto}.request-form legend{align-items:center;gap:9px;margin-bottom:13px;font-size:.84rem;display:flex}.request-form legend:before,.optional-heading:before{color:#fff;background:var(--primary);border-radius:50%;flex:none;place-items:center;width:24px;height:24px;font-size:.67rem;font-weight:900;display:inline-grid}.request-form legend:before{content:"1"}.optional-heading{color:var(--text-soft);align-items:center;gap:9px;padding-top:18px;display:flex}.optional-heading:before{content:"2"}.method-card{border-radius:17px}.submit-request-button{justify-self:stretch;width:100%;min-height:50px}.inspector-header{grid-template-columns:48px 1fr;padding:26px 20px 24px}.inspector-header .status-icon{border-radius:15px;width:48px;height:48px}.inspector-section{margin-inline:14px;padding-inline:6px}.inspector-details{grid-template-columns:1fr;gap:0}.decision-section{border-radius:20px;margin-inline:12px;padding:22px 16px 24px}.decision-section .section-heading{margin-bottom:16px}.decision-actions{grid-template-columns:minmax(0,1fr) auto;gap:10px;display:grid}.decision-actions .primary-button{min-height:50px}.voice-recorder-main{grid-template-columns:46px 1fr}.waveform{grid-column:1/-1}.voice-preview{flex-direction:column;align-items:stretch}.voice-preview audio{width:100%}.decline-action{width:auto;margin-inline-start:0;padding-inline:15px}@keyframes sheetUp{0%{opacity:0;transform:translateY(24px)}}}@media (max-width:430px){.brand span{display:none}.method-grid{grid-template-columns:1fr}.method-card{min-height:84px;padding-block:13px}.status-progress li small{font-size:.58rem}.status-progress li>span{width:28px;height:28px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
