.launchModule{padding:28px 30px 50px;max-width:1500px;margin:auto}.launchHero{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:18px}.launchHero h1{font-size:clamp(28px,2.4vw,38px);margin:7px 0}.launchHero p{color:var(--muted);font-size:14px;line-height:1.5;margin:0;max-width:850px}.readinessRing{width:110px;height:110px;flex:0 0 110px;border-radius:50%;padding:7px;background:conic-gradient(var(--accent) var(--progress),var(--raised) 0);box-shadow:0 0 25px #f5a62312}.readinessRing.ready{background:conic-gradient(var(--success) var(--progress),var(--raised) 0)}.readinessRing>div{width:100%;height:100%;border-radius:50%;display:grid;place-items:center;align-content:center;background:var(--panel);border:1px solid var(--border)}.readinessRing b{font-size:22px}.readinessRing span{font-size:11px;color:var(--muted)}.launchError{display:flex;gap:15px;padding:13px 15px;border:1px solid #ff626250;background:#ff626210;color:#ff7777;border-radius:10px;margin-bottom:12px}.launchError button{margin-left:auto;border:0;background:transparent;color:inherit;font-weight:750}.launchControl{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:20px;padding:18px 20px;border:1px solid var(--border);border-radius:14px;background:var(--panel);margin-bottom:14px}.launchControl>div{display:flex;align-items:center;gap:12px;min-width:0}.launchControl>div:first-child{min-width:0}.launchControl span{width:42px;height:42px;flex:0 0 42px;border-radius:10px;display:grid;place-items:center;font-weight:900}.launchControl span.ok{background:#58ce7d17;color:var(--success)}.launchControl span.blocked{background:#ff626217;color:#ff7777}.launchControl p{display:flex;flex-direction:column;min-width:0;margin:0}.launchControl b{font-size:17px;line-height:1.25}.launchControl small{font-size:14px;line-height:1.45;color:var(--muted);margin-top:6px}.launchControl p em{font-size:12px;line-height:1.4;color:var(--accent);font-style:normal;margin-top:7px}.launchActions{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:10px}.launchControl button{min-height:44px;height:auto;border:1px solid var(--border);border-radius:9px;background:var(--raised);color:var(--text);padding:10px 16px;font-size:14px;line-height:1.2;font-weight:700;white-space:normal;cursor:pointer}.launchControl button.start{background:var(--accent);color:#14202b;border:0;font-weight:850}.launchControl button.finish{border-color:#58ce7d66;color:var(--success)}.launchControl button.goLive{background:linear-gradient(135deg,#68d98b,#2fbf72);border:0;color:#071c12;font-weight:900}.launchControl button:disabled{opacity:.45;cursor:not-allowed}.launchControl.live{border-color:#58ce7d66;background:linear-gradient(120deg,#58ce7d12,var(--panel))}.launchActions>strong{display:flex;align-items:center;min-height:44px;padding:0 16px;border-radius:9px;background:#58ce7d18;color:var(--success);font-size:14px}.pilotScenario{padding:18px;border:1px solid var(--border);border-radius:14px;background:linear-gradient(105deg,#f5a6230b,transparent);margin-bottom:14px}.pilotScenario h2{font-size:16px;margin:0 0 14px}.pilotScenario>div{display:flex;gap:8px;overflow:auto;padding-bottom:4px}.pilotScenario span{min-width:160px;display:flex;align-items:center;gap:8px;font-size:12px;color:var(--muted)}.pilotScenario b{width:30px;height:30px;flex:0 0 30px;display:grid;place-items:center;border-radius:7px;background:#f5a62318;color:var(--accent)}.pilotScenario i{margin-left:auto;color:var(--accent)}.launchGroups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.launchGroups>section{border:1px solid var(--border);border-radius:14px;background:var(--panel);overflow:hidden}.launchGroups>section>header{display:flex;align-items:center;padding:15px 16px;border-bottom:1px solid var(--border)}.launchGroups h2{font-size:16px;margin:0;flex:1}.launchGroups header span{padding:5px 8px;background:var(--raised);border-radius:7px;font-size:12px}.launchGroups article{display:grid;grid-template-columns:38px minmax(0,1fr) auto;gap:12px;align-items:center;padding:14px 16px;border-top:1px solid var(--border)}.launchGroups article:first-of-type{border-top:0}.launchGroups article>span{width:34px;height:34px;border-radius:8px;display:grid;place-items:center;background:var(--raised)}.launchGroups article.ready>span{color:var(--success);background:#58ce7d12}.launchGroups article.warning>span{color:var(--accent);background:#f5a62312}.launchGroups article.blocked>span{color:#ff7777;background:#ff626212}.launchGroups article>div{display:flex;flex-direction:column;min-width:0}.launchGroups article b{font-size:14px}.launchGroups article em{font-style:normal;font-size:10px;color:var(--accent);margin-left:7px}.launchGroups article p{font-size:12px;line-height:1.4;color:var(--muted);margin:4px 0}.launchGroups article strong{font-size:12px;color:var(--muted);text-align:right}.launchGroups article button{grid-column:2/4;border:0;background:transparent;color:var(--accent);text-align:left;font-size:12px;padding:0;cursor:pointer}.launchHistory{margin-top:14px;border:1px solid var(--border);border-radius:14px;background:var(--panel);padding:16px}.launchHistory header{display:flex;align-items:center;gap:16px}.launchHistory h2{font-size:16px;flex:1}.launchHistory header span,.launchHistory>p{font-size:12px;color:var(--muted)}.launchHistory>div{display:grid;grid-template-columns:10px minmax(0,1fr) auto auto;gap:10px;padding:11px 0;border-top:1px solid var(--border);align-items:center}.launchHistory>div>span{width:8px;height:8px;border-radius:50%;background:var(--muted)}.launchHistory>div>span.live,.launchHistory>div>span.running{background:var(--success);box-shadow:0 0 8px var(--success)}.launchHistory b,.launchHistory em,.launchHistory time{font-size:12px}.launchHistory em{color:var(--accent);font-style:normal}.launchHistory time{color:var(--muted)}@media(max-width:1150px){.launchControl{grid-template-columns:1fr;align-items:stretch}.launchActions{justify-content:flex-start}.launchControl button{flex:1 1 190px}.launchActions>strong{justify-content:center;flex:1 1 190px}}@media(max-width:900px){.launchGroups{grid-template-columns:1fr}}@media(max-width:650px){.launchModule{padding:20px 13px 40px}.launchHero{align-items:flex-start}.launchHero h1{font-size:25px}.launchHero p{font-size:13px}.readinessRing{width:86px;height:86px;flex-basis:86px}.readinessRing b{font-size:18px}.launchControl{padding:15px}.launchControl>div:first-child{align-items:flex-start}.launchControl b{font-size:16px}.launchControl small{font-size:13px}.launchActions{width:100%}.launchControl button{width:100%;flex-basis:100%}.pilotScenario{padding:15px}.launchGroups article{grid-template-columns:34px minmax(0,1fr);padding:13px}.launchGroups article button,.launchGroups article strong{grid-column:2;text-align:left}.launchHistory header{align-items:flex-start;flex-direction:column;gap:0}.launchHistory>div{grid-template-columns:10px minmax(0,1fr) auto}.launchHistory time{grid-column:2/4}}.demoSetupCard{margin:0 0 18px;background:linear-gradient(135deg,#102338,#091827);border:1px solid #f5a62366;border-radius:14px;overflow:hidden}.demoSetupIntro{display:flex;align-items:center;gap:14px;padding:18px}.demoSetupIntro>span{width:52px;height:52px;flex:0 0 52px;border-radius:13px;display:grid;place-items:center;background:#f5a62318;border:1px solid #f5a62388;color:var(--accent);font-size:22px;font-weight:850}.demoSetupIntro>span.installed{background:#4cca7018;border-color:#4cca7088;color:#62db83}.demoSetupIntro>div{flex:1}.demoSetupIntro h2{font-size:18px;margin:3px 0 5px}.demoSetupIntro>div>p:last-child{margin:0;color:var(--muted);font-size:9px;line-height:1.55}.demoSetupIntro>button{height:40px;border:0;border-radius:8px;padding:0 15px;background:var(--accent);color:#12202d;font-size:9px;font-weight:800;cursor:pointer}.demoSetupIntro>button:disabled{opacity:.55}.demoSetupCounts{display:grid;grid-template-columns:repeat(6,1fr);border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:#06121f66}.demoSetupCounts span{padding:12px 10px;color:var(--muted);font-size:7px;text-align:center;border-right:1px solid var(--border)}.demoSetupCounts span:last-child{border:0}.demoSetupCounts b{display:block;color:var(--text);font-size:15px;margin-bottom:3px}.demoSandboxNotice{display:flex;align-items:center;gap:12px;margin:13px 16px;padding:10px 12px;border:1px solid #f5a62355;background:#f5a6230c;border-radius:8px}.demoSandboxNotice b{color:var(--accent);font-size:8px;white-space:nowrap}.demoSandboxNotice span{color:var(--muted);font-size:8px}.demoAccounts{margin:0 16px 16px;border:1px solid var(--border);border-radius:9px;background:var(--panel)}.demoAccounts summary{cursor:pointer;padding:11px 13px;font-size:9px;font-weight:700}.demoAccounts summary span{float:right;color:var(--accent);font-size:8px}.demoAccounts>div{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;padding:0 10px 10px}.demoAccounts article{padding:9px;border:1px solid var(--border);border-radius:7px;background:var(--raised)}.demoAccounts small{display:block;color:var(--accent);font-size:6px;text-transform:uppercase}.demoAccounts b{display:block;font-size:8px;margin:4px 0}.demoAccounts p{display:flex;justify-content:space-between;margin:0;color:var(--muted);font-size:7px}.demoAccounts strong{color:#67dc86}.demoSetupError{margin:0 16px 13px;padding:9px;color:#ff7777;border:1px solid #ff626240;border-radius:7px;font-size:8px}.demoSetupError button{float:right;background:none;border:0;color:#ff7777}@media(max-width:900px){.demoSetupCounts{grid-template-columns:repeat(3,1fr)}.demoSetupCounts span:nth-child(3){border-right:0}.demoAccounts>div{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.demoSetupIntro{align-items:flex-start;flex-wrap:wrap}.demoSetupIntro>div{min-width:calc(100% - 70px)}.demoSetupIntro>button{width:100%}.demoSetupCounts{grid-template-columns:repeat(2,1fr)}.demoSetupCounts span:nth-child(3){border-right:1px solid var(--border)}.demoSetupCounts span:nth-child(2n){border-right:0}.demoAccounts>div{grid-template-columns:1fr}.demoSandboxNotice{align-items:flex-start;flex-direction:column}}.integrationsPage{padding:28px 34px 60px;max-width:1600px;margin:0 auto}.integrationsHero{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:22px}.integrationsHero h1{font-size:2rem;margin:4px 0 8px}.integrationsHero p{color:var(--muted);margin:0}.integrationStats{display:flex;gap:10px}.integrationStats span{padding:12px 15px;border:1px solid var(--border);border-radius:13px;background:var(--panel);color:var(--muted);white-space:nowrap}.integrationStats b{color:var(--text);font-size:1.25rem;margin-right:5px}.integrationSafety{display:flex;align-items:center;gap:13px;background:rgba(36,197,123,.08);border:1px solid rgba(36,197,123,.3);border-radius:14px;padding:14px 18px;margin-bottom:18px}.integrationSafety>span{display:grid;place-items:center;width:38px;height:38px;border-radius:10px;background:rgba(36,197,123,.14);color:#31d98b}.integrationSafety b{display:block}.integrationSafety p{margin:3px 0 0;color:var(--muted);font-size:.88rem}.integrationToolbar{display:flex;gap:14px;align-items:flex-start;justify-content:space-between;margin:16px 0}.integrationTabs{display:flex;gap:8px;flex-wrap:wrap}.integrationLogHead button,.integrationTabs button{border:1px solid var(--border);background:var(--panel);color:var(--muted);border-radius:10px;padding:9px 12px}.integrationTabs button.active{background:var(--accent);color:#102030;border-color:var(--accent);font-weight:700}.integrationSearch{display:flex;align-items:center;gap:8px;border:1px solid var(--border);background:var(--panel);border-radius:10px;padding:0 12px;min-width:230px}.integrationSearch input{border:0!important;background:transparent!important;padding:10px 0!important;width:100%;color:var(--text)}.integrationGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.integrationCard{background:var(--panel);border:1px solid var(--border);border-radius:16px;padding:17px;min-height:245px;display:flex;flex-direction:column}.integrationCardTop{display:flex;align-items:center;justify-content:space-between}.integrationLogo{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:rgba(41,142,255,.14);color:#5ba7ff;font-weight:800;font-size:.86rem}.integrationLogo.payments{background:rgba(255,165,0,.14);color:#ffae28}.integrationLogo.fiscal{background:rgba(137,95,255,.14);color:#a789ff}.integrationLogo.delivery{background:rgba(36,197,123,.14);color:#40d993}.integrationLogo.communications{background:rgba(49,169,255,.14);color:#50b2ff}.integrationLogo.reputation{background:rgba(255,93,105,.13);color:#ff7580}.integrationStatus{font-size:.74rem;color:var(--muted);display:flex;align-items:center;gap:6px}.integrationStatus i{width:7px;height:7px;border-radius:50%;background:#718194}.integrationStatus.connected{color:#35d989}.integrationStatus.connected i{background:#35d989;box-shadow:0 0 10px #35d989}.integrationStatus.error{color:#ff6b72}.integrationStatus.error i{background:#ff6b72}.integrationStatus.saved{color:#ffad24}.integrationStatus.saved i{background:#ffad24}.integrationCard h3{margin:16px 0 7px;font-size:1.08rem}.integrationCard>p{color:var(--muted);line-height:1.45;margin:0 0 14px;font-size:.86rem;flex:1}.integrationCard>small{color:var(--muted);font-size:.72rem;text-transform:uppercase;letter-spacing:.04em}.integrationCardActions{display:flex;justify-content:space-between;align-items:center;margin-top:13px}.integrationCardActions>button{border:1px solid var(--border);background:var(--raised);color:var(--text);border-radius:9px;padding:9px 12px;font-weight:700}.integrationSwitch input{position:absolute;opacity:0}.integrationSwitch span{display:block;width:42px;height:23px;background:#526071;border-radius:999px;position:relative;cursor:pointer}.integrationSwitch span:after{content:"";position:absolute;width:17px;height:17px;top:3px;left:3px;border-radius:50%;background:white;transition:.2s}.integrationSwitch input:checked+span{background:#27bf79}.integrationSwitch input:checked+span:after{left:22px}.integrationCardError{font-size:.74rem;color:#ff8389;margin-top:10px;padding-top:9px;border-top:1px solid var(--border)}.integrationLog{margin-top:24px;border:1px solid var(--border);background:var(--panel);border-radius:16px;overflow:hidden}.integrationLogHead{padding:17px 20px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border)}.integrationLogHead h2{font-size:1rem;margin:0 0 4px}.integrationLogHead p{color:var(--muted);font-size:.8rem;margin:0}.integrationLogRows>div{display:grid;grid-template-columns:28px 150px 1fr 90px 165px;align-items:center;gap:12px;padding:12px 20px;border-bottom:1px solid var(--border);font-size:.8rem}.integrationLogRows>div:last-child{border-bottom:0}.integrationLogRows span,.integrationLogRows time{color:var(--muted)}.integrationLogRows em{font-style:normal;color:#35d989}.integrationLogRows em.failed{color:#ff6b72}.eventDirection{display:grid;place-items:center;width:25px;height:25px;background:var(--raised);border-radius:7px}.integrationEmpty,.integrationLoading{padding:28px;color:var(--muted);text-align:center}.integrationBackdrop{position:fixed;inset:0;width:100%;height:100%;padding:0;border:0;margin:0;background:rgba(0,8,16,.7);z-index:80;justify-content:flex-end}.integrationBackdrop[open]{display:flex}.integrationDrawer{height:100%;width:min(580px,100%);background:var(--bg);border-left:1px solid var(--border);display:flex;flex-direction:column;box-shadow:-20px 0 60px rgba(0,0,0,.25)}.integrationDrawerHead{padding:20px 22px;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}.integrationDrawerHead>div{display:flex;align-items:center;gap:13px}.integrationDrawerHead small{color:var(--accent);font-size:.68rem;letter-spacing:.1em}.integrationDrawerHead h2{margin:3px 0 0;font-size:1.25rem}.integrationDrawerHead>button{border:0;background:transparent;color:var(--muted);font-size:1.8rem}.integrationDrawerBody{padding:20px 22px;overflow:auto;display:grid;gap:14px}.integrationDrawerBody label{display:grid;gap:7px;font-size:.8rem;font-weight:700}.integrationDrawerBody input,.integrationDrawerBody select,.integrationDrawerBody textarea{width:100%;box-sizing:border-box;background:var(--panel);border:1px solid var(--border);color:var(--text);border-radius:10px;padding:11px 12px;font:inherit}.integrationDrawerBody textarea{min-height:70px;resize:vertical}.integrationInstruction{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:14px}.integrationInstruction p{color:var(--muted);margin:6px 0 9px}.integrationInstruction a{font-size:.82rem}.integrationPair{display:grid;grid-template-columns:1fr 1fr;gap:12px}.webhookBox{border:1px dashed var(--border);border-radius:12px;padding:13px;position:relative}.webhookBox b{display:block;margin-bottom:8px}.webhookBox code{background:var(--panel);border-radius:8px;color:var(--muted);font-size:.72rem;padding:10px 90px 10px 10px}.webhookBox button{position:absolute;right:20px;top:44px;border:0;background:transparent;color:var(--accent);font-weight:700}.webhookBox p{font-size:.75rem;color:var(--muted);margin:9px 0 0}.integrationFormError,.integrationFormSuccess{padding:11px;border-radius:9px;margin:0;font-size:.82rem}.integrationFormError{background:rgba(255,75,86,.1);color:#ff7a82}.integrationFormSuccess{background:rgba(36,197,123,.1);color:#35d989}.integrationDrawerActions{padding:16px 22px;border-top:1px solid var(--border);display:flex;justify-content:flex-end;gap:10px}.integrationDrawerActions button{padding:11px 15px;border-radius:10px;border:1px solid var(--border);background:var(--panel);color:var(--text);font-weight:700}.integrationDrawerActions .testConnection{background:var(--accent);color:#13202b;border-color:var(--accent)}@media(max-width:1250px){.integrationGrid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){.integrationsPage{padding:22px 20px 50px}.integrationGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.integrationsHero{align-items:flex-start}.integrationToolbar,.integrationsHero{flex-direction:column}.integrationSearch{width:100%}.integrationLogRows>div{grid-template-columns:28px 120px 1fr 85px}.integrationLogRows time{display:none}}@media(max-width:600px){.integrationGrid{grid-template-columns:1fr}.integrationStats,.integrationTabs{width:100%;overflow:auto}.integrationTabs{flex-wrap:nowrap;padding-bottom:4px}.integrationTabs button{white-space:nowrap}.integrationPair{grid-template-columns:1fr}.integrationLogRows>div{grid-template-columns:28px 1fr 80px}.integrationLogRows>div>span:nth-of-type(2){display:none}.integrationDrawerActions button{flex:1}}.workflowCenter{margin-top:24px;border:1px solid color-mix(in srgb,var(--accent) 45%,var(--border));background:linear-gradient(145deg,color-mix(in srgb,var(--panel) 92%,var(--accent)),var(--panel));border-radius:16px;overflow:hidden}.workflowLive{font-size:.72rem;color:var(--success);font-weight:800}.workflowLive i{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--success);box-shadow:0 0 10px var(--success);margin-right:5px}.workflowStats{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;padding:15px}.workflowStats article{display:flex;align-items:center;gap:10px;border:1px solid var(--border);background:var(--raised);border-radius:12px;padding:13px}.workflowStats article>span{display:grid;place-items:center;width:37px;height:37px;border-radius:10px;background:#f5a62318;color:var(--accent);font-weight:800}.workflowStats article div{display:flex;flex:1;flex-direction:column}.workflowStats article small{color:var(--muted);font-size:.72rem;margin-top:3px}.workflowStats article em{font-style:normal;font-size:.7rem}.workflowStats article em.ok{color:var(--success)}.workflowStats article em.issue{color:#ff786f}.workflowRows{border-top:1px solid var(--border)}.workflowRows>div:not(.integrationEmpty){display:grid;grid-template-columns:42px 190px 130px 1fr 92px;align-items:center;gap:12px;padding:12px 17px;border-bottom:1px solid var(--border);font-size:.78rem}.workflowRows>div:last-child{border-bottom:0}.workflowType{display:grid;place-items:center;width:38px;height:30px;border-radius:8px;background:#f5a62318;color:var(--accent);font-size:.66rem;font-weight:800}.workflowRows div>div{display:flex;flex-direction:column}.workflowRows p,.workflowRows small{color:var(--muted);font-size:.7rem;margin:3px 0 0}.workflowRows em{font-style:normal;color:var(--accent)}.workflowRows em.completed{color:var(--success)}.workflowRows em.needs_attention{color:#ff786f}.workflowRows button{border:1px solid var(--accent);background:transparent;color:var(--accent);border-radius:8px;padding:7px 10px;font-weight:700}.integrationDrawerBody label small{color:var(--muted);font-size:.7rem;font-weight:400}.fiscalIssueQueue{margin-top:24px;border:1px solid var(--border);border-radius:16px;background:var(--panel);padding:18px}.fiscalIssueQueue>div:first-child{display:flex;gap:14px;align-items:center}.fiscalIssueQueue>div:first-child>span{display:grid;place-items:center;flex:0 0 48px;height:48px;border-radius:14px;background:#3fca7420;color:var(--success);font-size:1.25rem;font-weight:900}.fiscalIssueQueue h2{margin:2px 0;font-size:1.12rem}.fiscalIssueQueue p{margin:0;color:var(--muted);font-size:.82rem}.fiscalIssueQueue.hasIssues{border-color:#ff786f80;background:linear-gradient(145deg,#32191d,var(--panel))}.fiscalIssueQueue.hasIssues>div:first-child>span{background:#ff786f20;color:#ff786f}.fiscalIssueRows{display:grid;gap:8px;margin-top:15px}.fiscalIssueRows article{display:grid;grid-template-columns:90px 180px 1fr auto;gap:12px;align-items:center;border:1px solid #ff786f55;border-radius:11px;padding:11px 13px;background:var(--raised)}.fiscalIssueRows article>b{color:#ff938b}.fiscalIssueRows article p{font-size:.76rem}.fiscalIssueRows button{border:1px solid var(--accent);border-radius:8px;background:transparent;color:var(--accent);padding:8px 12px;font-weight:800}@media(max-width:900px){.workflowStats{grid-template-columns:1fr 1fr}.workflowRows>div:not(.integrationEmpty){grid-template-columns:42px 1fr 120px 90px}.workflowRows p{display:none}.fiscalIssueRows article{grid-template-columns:90px 1fr auto}.fiscalIssueRows article p{grid-column:1/-1}}@media(max-width:600px){.workflowStats{grid-template-columns:1fr}.workflowRows>div:not(.integrationEmpty){grid-template-columns:36px 1fr 90px}.workflowRows>div>em{display:none}.fiscalIssueRows article{grid-template-columns:1fr}.fiscalIssueRows article p{grid-column:auto}.fiscalIssueRows button{width:100%}}.integrationLogo{width:46px;height:46px;border-radius:13px;font-weight:900;letter-spacing:-.03em;box-shadow:inset 0 0 0 1px currentColor}.integrationLogo.accounting{background:rgba(64,210,147,.12);color:#40d293}.integrationLogo.migration{background:rgba(255,174,40,.12);color:#ffae28}.integrationDrawer{width:min(680px,100%)}.integrationDrawerBody{padding:20px 24px 30px;gap:16px}.integrationDrawerBody input,.integrationDrawerBody select,.integrationDrawerBody textarea{padding:12px 13px}.integrationDrawerBody input:focus,.integrationDrawerBody select:focus,.integrationDrawerBody textarea:focus{outline:2px solid color-mix(in srgb,var(--accent) 45%,transparent);border-color:var(--accent)}.integrationSteps{display:grid;grid-template-columns:1fr 18px 1fr 18px 1fr;align-items:center;gap:5px}.integrationSteps span{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:.76rem;font-weight:750}.instructionTitle>span,.integrationSteps span b{display:grid;place-items:center;width:27px;height:27px;flex:0 0 27px;border-radius:50%;background:#f5a62318;color:var(--accent);border:1px solid #f5a62355}.integrationSteps span.active{color:var(--text)}.integrationSteps i{text-align:center;color:var(--muted);font-style:normal}.credentialSection,.integrationInstruction,.webhookBox{background:var(--panel);border:1px solid var(--border);border-radius:14px;padding:16px}.instructionTitle{display:flex;align-items:center;gap:10px}.instructionTitle>div{display:grid;gap:2px}.instructionTitle b{font-size:.92rem}.instructionTitle small{color:var(--muted);font-size:.72rem;font-weight:500}.integrationInstruction p{color:var(--text);line-height:1.55;margin:13px 0}.integrationInstruction a{display:inline-flex;color:var(--accent);font-size:.84rem;font-weight:750}.credentialSection{display:grid;gap:14px}.credentialField>span{display:flex;align-items:center;justify-content:space-between;gap:10px}.credentialField em{font-size:.66rem;color:var(--muted);font-style:normal;font-weight:500}.credentialField>div{display:flex;gap:7px}.credentialField>div input{min-width:0}.credentialField>div button,.webhookBox button{position:static;flex:0 0 auto;border:1px solid color-mix(in srgb,var(--accent) 55%,var(--border));background:#f5a62312;color:var(--accent);border-radius:10px;padding:0 13px;font-weight:800}.webhookBox{display:grid;gap:12px}.webhookBox code{display:block;background:var(--raised);padding:12px;border-radius:9px;color:var(--text);font-size:.75rem;word-break:break-all;border:1px solid var(--border)}.webhookBox button{min-height:40px}.webhookBox .clipboardNotice{font-size:.75rem;color:#ffbd54;margin:0}.advancedIntegration{border:1px solid var(--border);border-radius:12px;background:var(--panel);overflow:hidden}.advancedIntegration summary{cursor:pointer;padding:14px 16px;color:var(--muted);font-size:.82rem;font-weight:750}.advancedIntegration>div{display:grid;gap:14px;border-top:1px solid var(--border);padding:16px}.integrationDrawerActions{padding:16px 24px;align-items:center;justify-content:space-between;gap:16px;background:var(--panel)}.integrationDrawerActions>div{display:grid;gap:3px}.integrationDrawerActions>div small{color:var(--muted);font-size:.7rem}.integrationDrawerActions .testConnection{padding:12px 17px}@media(max-width:600px){.integrationSteps{grid-template-columns:1fr}.integrationSteps i{display:none}.integrationDrawerActions{align-items:stretch;flex-direction:column}.credentialField>div{flex-direction:column}.credentialField>div button{min-height:40px}.integrationPair{grid-template-columns:1fr}}.advancedIntegration summary,.credentialField>span,.integrationDrawerBody,.integrationDrawerBody label{color:var(--text)}.credentialField>span{font-weight:800}.integrationDrawerBody input,.integrationDrawerBody select,.integrationDrawerBody textarea{background:var(--raised)!important;color:var(--text)!important;-webkit-text-fill-color:var(--text)!important;caret-color:var(--accent);color-scheme:dark}.integrationDrawerBody input::placeholder,.integrationDrawerBody textarea::placeholder{color:var(--muted)!important;-webkit-text-fill-color:var(--muted)!important;opacity:1}.integrationDrawerBody select option{background:var(--panel);color:var(--text)}.integrationDrawerBody input:-webkit-autofill,.integrationDrawerBody input:-webkit-autofill:focus,.integrationDrawerBody input:-webkit-autofill:hover{-webkit-text-fill-color:var(--text)!important;-webkit-box-shadow:0 0 0 1000px var(--raised) inset!important;box-shadow:0 0 0 1000px var(--raised) inset!important}.app[data-theme=light] .integrationDrawerBody input,.app[data-theme=light] .integrationDrawerBody select,.app[data-theme=light] .integrationDrawerBody textarea{color-scheme:light}.cashPage{padding:30px 34px 60px;max-width:1600px;margin:0 auto}.cashHero{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:22px}.cashHero h1{font-size:2rem;margin:5px 0 7px}.cashHero p{margin:0;color:var(--muted)}.shiftBadge{display:flex;align-items:center;gap:8px;padding:13px 16px;border:1px solid var(--border);background:var(--panel);border-radius:12px;font-weight:750}.shiftBadge i{width:9px;height:9px;border-radius:50%;background:#778493}.shiftBadge small{color:var(--muted);font-weight:400}.shiftBadge.open{color:var(--success);border-color:#58ce7d44}.shiftBadge.open i{background:var(--success);box-shadow:0 0 10px var(--success)}.cashAlert{display:flex;align-items:center;gap:10px;padding:12px 15px;border-radius:11px;margin-bottom:14px}.cashAlert.error{border:1px solid #ff655755;background:#ff655710;color:#ff8177}.cashAlert.success{border:1px solid #58ce7d44;background:#58ce7d10;color:var(--success)}.cashAlert button{margin-left:auto;border:0;background:transparent;color:inherit;font-size:1.2rem}.shiftClosed{display:flex;align-items:center;gap:18px;padding:28px;background:linear-gradient(135deg,var(--panel),color-mix(in srgb,var(--panel) 90%,var(--accent)));border:1px solid color-mix(in srgb,var(--accent) 45%,var(--border));border-radius:16px}.shiftClosed>span{display:grid;place-items:center;width:64px;height:64px;border-radius:18px;background:#f5a62318;color:var(--accent);font-size:1.8rem}.shiftClosed div{flex:1}.shiftClosed h2{margin:0 0 7px}.shiftClosed p{margin:0;color:var(--muted)}.cashBill footer button,.shiftClosed button{border:0;background:linear-gradient(135deg,#ffc457,var(--accent));color:#18222b;border-radius:10px;padding:13px 18px;font-weight:800}.cashMetrics{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.cashMetrics article{display:flex;align-items:center;gap:13px;background:var(--panel);border:1px solid var(--border);border-radius:14px;padding:16px}.cashMetrics article>span{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#f5a62318;color:var(--accent);font-weight:800}.cashMetrics article div{display:flex;flex-direction:column}.cashMetrics small{color:var(--muted);margin-bottom:5px}.cashMetrics b{font-size:1.2rem}.cashMetrics article.good b{color:var(--success)}.cashMetrics article.warning{border-color:#ff785544}.cashMetrics article.warning b{color:#ff8177}.cashActions{display:flex;gap:8px;margin:13px 0}.cashActions button{border:1px solid var(--border);background:var(--panel);color:var(--text);border-radius:10px;padding:10px 13px}.cashActions .closeShift{margin-left:auto;border-color:#f5a62355;color:var(--accent)}.cashWorkspace{display:grid;grid-template-columns:270px minmax(420px,1fr) 300px;background:var(--panel);border:1px solid var(--border);border-radius:16px;overflow:hidden;min-height:560px}.cashOrderQueue{border-right:1px solid var(--border)}.cashHistory header,.cashOrderQueue header{display:flex;align-items:center;padding:16px;border-bottom:1px solid var(--border)}.cashOrderQueue header div{flex:1}.cashHistory h2,.cashOrderQueue h2,.cashSummary h2{font-size:1rem;margin:0 0 4px}.cashHistory header p,.cashOrderQueue header p{font-size:.75rem;color:var(--muted);margin:0}.cashOrderQueue header button{border:0;background:transparent;color:var(--muted)}.cashOrderQueue>button{width:100%;padding:14px 16px;border:0;border-bottom:1px solid var(--border);background:transparent;color:var(--text);text-align:left}.cashOrderQueue>button.active{background:var(--raised);box-shadow:inset 3px 0 var(--accent)}.cashOrderQueue>button span{display:flex;justify-content:space-between}.cashOrderQueue>button p,.cashOrderQueue>button small{color:var(--muted);font-size:.74rem}.cashOrderQueue>button p{margin:8px 0 5px}.cashOrderQueue>button strong{color:var(--accent)}.cashBill{display:flex;flex-direction:column;min-width:0}.cashBill>header{display:flex;align-items:center;padding:16px 19px;border-bottom:1px solid var(--border)}.cashBill>header div{flex:1}.cashBill>header p{margin:0;color:var(--muted);font-size:.72rem}.cashBill>header h2{margin:4px 0 0}.unpaidPill{padding:6px 9px;border-radius:999px;background:#f5a62316;color:var(--accent);font-size:.72rem}.cashBillHead,.cashBillLines>div{display:grid;grid-template-columns:1fr 70px 100px;align-items:center;gap:10px;padding:0 19px}.cashBillHead{height:38px;background:var(--raised);color:var(--muted);font-size:.7rem;text-transform:uppercase}.cashBillLines{flex:1;overflow:auto}.cashBillLines>div{min-height:63px;border-bottom:1px solid var(--border)}.cashBillLines>div>span{display:flex;flex-direction:column}.cashBillLines small{color:var(--muted);margin-top:4px}.cashBillLines em{font-style:normal;color:var(--muted)}.cashBillLines strong{text-align:right}.cashBill>footer{display:flex;align-items:center;padding:16px 19px;border-top:1px solid var(--border);background:var(--raised)}.cashBill>footer div{display:flex;flex:1;flex-direction:column}.cashBill>footer small{color:var(--muted)}.cashBill>footer b{font-size:1.6rem;margin-top:3px}.cashSummary{border-left:1px solid var(--border);padding:18px}.cashSummary dl{margin:16px 0}.cashSummary dl>div{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid var(--border);font-size:.8rem}.cashSummary dt{color:var(--muted)}.cashSummary dd{margin:0}.negative{color:#ff766e!important}.cashExpected{display:flex;flex-direction:column;padding:16px;border:1px solid #f5a62355;background:#f5a6230d;border-radius:11px}.cashExpected small{color:var(--muted)}.cashExpected b{font-size:1.4rem;color:var(--accent);margin-top:5px}.cashEmpty{padding:30px;text-align:center;color:var(--muted)}.cashEmpty.big{margin:auto}.cashEmpty.big>span{display:grid;place-items:center;width:52px;height:52px;margin:auto;border-radius:50%;background:#58ce7d18;color:var(--success);font-size:1.5rem}.cashEmpty.big h2{color:var(--text)}.cashHistory{margin-top:18px;background:var(--panel);border:1px solid var(--border);border-radius:16px;overflow:hidden}.cashHistoryRows>div{display:grid;grid-template-columns:40px minmax(180px,1fr) 80px 120px 120px 100px;align-items:center;gap:12px;padding:12px 16px;border-bottom:1px solid var(--border);font-size:.78rem}.cashHistoryRows>div:last-child{border-bottom:0}.txIcon{display:grid;place-items:center;width:34px;height:34px;border-radius:9px;background:#58ce7d16;color:var(--success);font-weight:800}.txIcon.cash_out,.txIcon.refund{background:#ff655716;color:#ff766e}.cashHistoryRows div>div{display:flex;flex-direction:column}.cashHistoryRows small,.cashHistoryRows time{color:var(--muted);font-size:.7rem}.cashHistoryRows em{font-style:normal}.cashHistoryRows em.done{color:var(--success)}.cashHistoryRows em.pending{color:var(--accent)}.cashHistoryRows>div>strong{text-align:right}.cashHistoryRows>div>button{border:1px solid #ff766e55;background:transparent;color:#ff766e;border-radius:8px;padding:7px}.cashDialogBack{position:fixed;inset:0;width:100%;height:100%;max-width:none;max-height:none;margin:0;padding:20px;border:0;background:#02070dcc;color:var(--text);z-index:90;display:grid;place-items:center}.cashDialog{position:relative;width:min(560px,96vw);padding:27px;background:linear-gradient(145deg,var(--panel),var(--raised));border:1px solid color-mix(in srgb,var(--accent) 45%,var(--border));border-radius:16px}.cashDialog h2{margin:5px 0 18px}.cashDialog>label,.splitPayment label{display:grid;gap:7px;color:var(--muted);font-size:.8rem;margin-bottom:13px}.cashDialog input,.cashDialog textarea{width:100%;box-sizing:border-box;border:1px solid var(--border);background:var(--panel);color:var(--text);border-radius:10px;padding:12px;font:inherit}.cashDialog textarea{min-height:80px;resize:vertical}.cashDialogClose{position:absolute;right:14px;top:12px;border:0;background:transparent;color:var(--muted);font-size:1.6rem}.cashDialog footer{display:flex;justify-content:flex-end;gap:9px;margin-top:18px}.cashDialog footer button{border:1px solid var(--border);background:var(--panel);color:var(--text);border-radius:9px;padding:11px 14px}.cashDialog footer .confirmCash{background:var(--accent);border-color:var(--accent);color:#15212b;font-weight:800}.paymentTotal{display:flex;align-items:center;justify-content:space-between;padding:14px;background:var(--panel);border:1px solid var(--border);border-radius:11px;margin-bottom:14px}.paymentTotal b{font-size:1.5rem;color:var(--accent)}.splitPayment{display:grid;grid-template-columns:1fr 100px 1fr;align-items:center;gap:10px}.splitPayment button{border:1px solid var(--border);background:var(--panel);color:var(--muted);border-radius:8px;padding:9px;font-size:.72rem}.paymentCheck{padding:11px;border-radius:9px;font-size:.8rem}.paymentCheck.ok{background:#58ce7d12;color:var(--success)}.paymentCheck.bad{background:#ff655712;color:#ff766e}@media(max-width:1200px){.cashWorkspace{grid-template-columns:240px 1fr}.cashSummary{grid-column:1/3;border-left:0;border-top:1px solid var(--border)}.cashSummary dl{display:grid;grid-template-columns:repeat(3,1fr);gap:0 18px}.cashMetrics{grid-template-columns:1fr 1fr}}@media(max-width:760px){.cashPage{padding:22px 14px 50px}.cashHero{align-items:flex-start;flex-direction:column}.cashWorkspace{grid-template-columns:1fr}.cashOrderQueue{max-height:280px;border-right:0;border-bottom:1px solid var(--border)}.cashSummary{grid-column:1}.cashSummary dl{grid-template-columns:1fr 1fr}.cashActions{overflow:auto}.cashActions button{white-space:nowrap}.cashHistoryRows>div{grid-template-columns:38px 1fr 105px}.cashHistoryRows em,.cashHistoryRows time,.cashHistoryRows>div>button{display:none}}@media(max-width:520px){.cashMetrics,.cashSummary dl{grid-template-columns:1fr}.shiftClosed{align-items:flex-start;flex-direction:column}.shiftClosed button{width:100%}.splitPayment{grid-template-columns:1fr}.cashBillHead,.cashBillLines>div{grid-template-columns:1fr 55px 90px}}@media print{.cashActions,.cashBill,.cashHistory,.cashOrderQueue,.sidebar,.topbar{display:none!important}.workspace{margin:0!important}.cashPage{padding:0}.cashSummary{border:0}.cashSummary dl{display:block}.cashHero{margin-bottom:20px}}.cashDialog select{width:100%;box-sizing:border-box;border:1px solid var(--border);background:var(--panel);color:var(--text);border-radius:10px;padding:12px;font:inherit}.employeePayToggle{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:14px}.employeePayToggle button{min-height:44px;border:1px solid var(--border);border-radius:10px;background:var(--raised);color:var(--muted);font-weight:800}.employeePayToggle button.active{background:#f5a62318;border-color:var(--accent);color:var(--accent)}.cashHeroActions{display:flex;align-items:center;gap:10px}.cashHeroActions>a{display:flex;align-items:center;min-height:46px;padding:0 15px;border-radius:11px;background:var(--accent);color:#14202b;text-decoration:none;font-weight:850}@media(max-width:760px){.cashHeroActions{width:100%;align-items:stretch;flex-direction:column}.cashHeroActions>a{justify-content:center}}.teamPage{padding:30px 34px 60px;max-width:1600px;margin:auto}.teamHero{display:flex;justify-content:space-between;align-items:flex-end;gap:20px}.teamHero h1{font-size:2rem;margin:5px 0}.teamHero p{color:var(--muted);margin:0}.teamHero>button,.teamSave{border:0;border-radius:10px;background:var(--accent);color:#13212d;padding:12px 16px;font-weight:850}.teamError{margin:15px 0;padding:12px;border:1px solid #ff766e55;background:#ff766e10;color:#ff8177;border-radius:10px}.teamError button{float:right;border:0;background:transparent;color:inherit}.teamTabs{display:flex;gap:8px;margin:20px 0}.teamTabs button{border:1px solid var(--border);background:var(--panel);color:var(--muted);border-radius:10px;padding:10px 14px}.teamTabs button.active{border-color:var(--accent);color:var(--accent)}.roleCards{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-bottom:15px}.roleCards article{display:grid;grid-template-columns:37px 1fr;gap:9px;padding:13px;border:1px solid var(--border);background:var(--panel);border-radius:12px}.roleCards article>span{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;background:#f5a62318;color:var(--accent);font-weight:900}.roleCards article div{display:flex;flex-direction:column}.roleCards p,.roleCards small{color:var(--muted);font-size:.68rem}.roleCards p{grid-column:1/3;margin:7px 0 0}.auditPanel,.staffTable{border:1px solid var(--border);background:var(--panel);border-radius:15px;overflow:hidden}.staffTable>div,.staffTable>header{display:grid;grid-template-columns:1.4fr .8fr .8fr .8fr .65fr 90px;gap:12px;align-items:center;padding:12px 16px}.staffTable>header{background:var(--raised);color:var(--muted);font-size:.68rem}.staffTable>div{border-top:1px solid var(--border);font-size:.8rem}.staffTable>div>span{display:flex;align-items:center;gap:10px}.staffTable>div>span>i{width:35px;height:35px;display:grid;place-items:center;background:var(--raised);border-radius:10px;color:var(--accent);font-style:normal}.staffTable p{display:flex;flex-direction:column;margin:0}.staffTable small{color:var(--muted);margin-top:3px}.staffTable button{border:1px solid var(--border);background:var(--raised);color:var(--text);border-radius:8px;padding:8px}.staffTable .pinReady{color:var(--success)}.staffTable .pinMissing{color:var(--accent)}.staffTable .balanceButton{color:var(--accent);font-weight:800}.staffTable em{font-style:normal;color:var(--success)}.staffTable em.off{color:#ff8177}.auditPanel>header{padding:17px;border-bottom:1px solid var(--border)}.auditPanel h2{margin:0 0 4px}.auditPanel p{margin:0;color:var(--muted)}.auditPanel>div{display:grid;grid-template-columns:38px 1fr 180px;align-items:center;gap:10px;padding:12px 16px;border-bottom:1px solid var(--border)}.auditPanel>div>span{width:34px;height:34px;display:grid;place-items:center;border-radius:9px;background:var(--raised);color:var(--accent)}.auditPanel>div>div{display:flex;flex-direction:column}.auditPanel small,.auditPanel time{color:var(--muted);font-size:.7rem}.teamModalBack{position:fixed;inset:0;width:100%;height:100%;max-width:none;max-height:none;border:0;margin:0;background:#02070dcc;display:grid;place-items:center;color:var(--text);z-index:100}.teamModal{position:relative;width:min(580px,94vw);padding:27px;background:linear-gradient(145deg,var(--panel),var(--raised));border:1px solid #f5a62366;border-radius:16px}.teamModal h2{margin:5px 0 18px}.teamModal label{display:grid;gap:7px;color:var(--muted);font-size:.78rem;margin:12px 0}.teamModal input,.teamModal select{height:44px;border:1px solid var(--border);border-radius:9px;background:var(--panel);color:var(--text);padding:0 11px;font:inherit}.teamHint,.teamModal label small{color:var(--muted);line-height:1.5}.teamPair{display:grid;grid-template-columns:1fr 1fr;gap:10px}.teamModal .teamCheck{display:flex;align-items:center}.teamCheck input{width:19px;height:19px}.teamClose{position:absolute;right:14px;top:12px;border:0;background:transparent;color:var(--muted);font-size:24px}.teamSave{width:100%;margin-top:12px}@media(max-width:1150px){.roleCards{grid-template-columns:repeat(2,1fr)}.staffTable>div,.staffTable>header{grid-template-columns:1.4fr .8fr .8fr .7fr 85px}.staffTable>div>:nth-child(3),.staffTable>header span:nth-child(3){display:none}}@media(max-width:700px){.teamPage{padding:22px 14px}.teamHero{align-items:flex-start;flex-direction:column}.roleCards{grid-template-columns:1fr}.staffTable>header{display:none}.staffTable>div{grid-template-columns:1fr auto;gap:8px}.staffTable>div>:nth-child(2),.staffTable>div>:nth-child(4),.staffTable>div>:nth-child(5){display:none}.auditPanel>div{grid-template-columns:34px 1fr}.auditPanel time{grid-column:2}.teamPair{grid-template-columns:1fr}}.warehouseModule{padding:28px 32px 60px;max-width:1600px;margin:0 auto}.warehouseHero{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:20px}.warehouseHero h1{font-size:2rem;margin:5px 0 8px}.warehouseHero p{color:var(--muted);margin:0}.warehouseHero>div:last-child{display:flex;gap:10px}.smallPrimary,.warehousePrimary,.warehouseSecondary{border-radius:10px;padding:11px 15px;font-weight:800;cursor:pointer}.smallPrimary,.warehousePrimary{border:1px solid var(--accent);background:var(--accent);color:#13202b}.warehouseSecondary{border:1px solid var(--border);background:var(--panel);color:var(--text)}.warehouseNotice{display:flex;align-items:center;gap:6px;margin:12px 0;padding:12px 15px;border-radius:11px}.warehouseNotice button{margin-left:auto;border:0;background:transparent;color:inherit;font-size:1.1rem}.warehouseNotice.error{border:1px solid #ff6c704f;background:#ff6c7012;color:#ff898b}.warehouseNotice.success{border:1px solid #35d98a4f;background:#35d98a12;color:#42dc95}.warehouseKpis{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:18px}.warehouseKpis article{display:flex;align-items:center;gap:13px;border:1px solid var(--border);border-radius:15px;background:var(--panel);padding:17px}.warehouseKpis article>span{display:grid;place-items:center;flex:0 0 43px;height:43px;border-radius:12px;background:#f5a62318;color:var(--accent);font-size:1.1rem;font-weight:900}.warehouseKpis article>div{display:flex;flex-direction:column}.warehouseKpis em,.warehouseKpis small{color:var(--muted);font-size:.72rem;font-style:normal}.warehouseKpis b{font-size:1.15rem;margin:3px 0}.warehouseKpis article.danger{border-color:#ff6c7055}.warehouseKpis article.danger b,.warehouseKpis article.danger>span{color:#ff777b}.warehouseTabs{display:flex;gap:5px;overflow:auto;border-bottom:1px solid var(--border);margin-bottom:15px}.warehouseTabs button{position:relative;white-space:nowrap;border:0;border-bottom:2px solid transparent;background:transparent;color:var(--muted);padding:12px 14px;font-weight:700}.warehouseTabs button.active{color:var(--accent);border-color:var(--accent)}.warehouseTabs i{display:inline-grid;place-items:center;margin-left:7px;min-width:19px;height:19px;border-radius:10px;background:var(--accent);color:#14202b;font-size:.7rem;font-style:normal}.warehouseOverview{display:grid;grid-template-columns:1.1fr .9fr;gap:14px}.warehousePanel{border:1px solid var(--border);border-radius:15px;background:var(--panel);overflow:hidden}.warehousePanel>header{display:flex;align-items:center;justify-content:space-between;padding:17px 19px;border-bottom:1px solid var(--border)}.warehousePanel h2{font-size:1.1rem;margin:3px 0}.warehousePanel header button{border:0;background:transparent;color:var(--accent);font-weight:750}.warehouseEmpty{margin:15px;padding:25px;border:1px dashed var(--border);border-radius:11px;color:var(--muted);text-align:center}.criticalRow{display:grid;grid-template-columns:1.5fr .65fr .55fr .55fr auto;gap:12px;align-items:center;padding:12px 18px;border-bottom:1px solid var(--border)}.criticalRow>span{display:flex;flex-direction:column}.criticalRow small{color:var(--muted);font-size:.72rem;margin-top:3px}.criticalRow>strong{color:#ff777b}.criticalRow em{font-style:normal;color:var(--muted);font-size:.75rem}.criticalRow .need{color:var(--accent)}.criticalRow button,.deliveryCard button{border:1px solid var(--accent);background:transparent;color:var(--accent);border-radius:8px;padding:8px 10px;font-weight:750}.deliveryCard{display:grid;grid-template-columns:1fr auto auto;gap:14px;align-items:center;margin:12px 15px;padding:13px;border:1px solid var(--border);border-radius:11px;background:var(--raised)}.deliveryCard>div{display:flex;flex-direction:column}.deliveryCard small,.deliveryCard span,.deliveryCard time{color:var(--muted);font-size:.72rem}.deliveryCard b{margin:3px 0}.warehouseTools{display:flex;align-items:center;gap:12px;padding:14px 16px;border-bottom:1px solid var(--border)}.warehouseTools label{display:flex;align-items:center;gap:8px;flex:1;max-width:520px;border:1px solid var(--border);border-radius:9px;background:var(--raised);padding:0 11px}.warehouseTools input{width:100%;border:0;background:transparent;color:var(--text);padding:11px 0;outline:0}.warehouseTools>span{margin-left:auto;color:var(--muted)}.stockTable{display:grid;grid-template-columns:1.45fr .65fr .75fr .55fr .6fr 78px;gap:12px;align-items:center;padding:11px 16px;border-bottom:1px solid var(--border);font-size:.82rem}.stockTable.head{background:var(--raised);color:var(--muted);font-size:.67rem}.stockTable>span:first-child{display:flex;align-items:center;gap:10px}.stockTable>span:first-child>i{display:grid;place-items:center;width:34px;height:34px;border-radius:9px;background:#f5a62318;color:var(--accent);font-style:normal;font-weight:900}.stockTable p{display:flex;flex-direction:column;margin:0}.stockTable small{color:var(--muted);font-size:.68rem;margin-top:3px}.stockTable.low>strong{color:#ff777b}.rowActions{display:flex!important;gap:6px}.rowActions button{width:30px;height:30px;border:1px solid var(--border);border-radius:8px;background:var(--raised);color:var(--text);font-size:1rem}.rowActions button:first-child{color:#43da92}.rowActions button:last-child{color:#ff777b}.purchaseOrder{display:grid;grid-template-columns:1.35fr .45fr .65fr .65fr auto;align-items:center;gap:16px;padding:14px 18px;border-bottom:1px solid var(--border)}.purchaseOrder>div:not(.poMain){display:flex;flex-direction:column}.purchaseOrder small{color:var(--muted);font-size:.7rem}.poMain{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:4px 9px}.poMain small{grid-column:2}.poStatus{grid-row:1/3;display:grid;place-items:center;padding:6px 8px;border-radius:8px;background:#f5a62318;color:var(--accent);font-size:.68rem}.poStatus.received{background:#35d98a18;color:#3fd891}.purchaseOrder>button{border:0;border-radius:8px;background:var(--accent);color:#14202b;padding:9px 11px;font-weight:800}.receivedMark{color:#3fd891}.stocktakeProgress{display:flex;align-items:center;gap:15px;padding:14px 18px;background:var(--raised)}.stocktakeProgress i{height:7px;border-radius:10px;background:#27384a;flex:1;overflow:hidden}.stocktakeProgress i b{display:block;height:100%;background:var(--accent)}.countHead,.countRow{display:grid;grid-template-columns:1.4fr .65fr .65fr .65fr;gap:12px;align-items:center;padding:10px 18px}.countHead{color:var(--muted);background:var(--raised);font-size:.67rem}.countRow{border-top:1px solid var(--border)}.countRow>span:first-child{display:flex;flex-direction:column}.countRow small{color:var(--muted);font-size:.68rem}.countRow input{width:100%;box-sizing:border-box;border:1px solid var(--border);border-radius:8px;background:var(--raised);color:var(--text);padding:9px}.positive{color:#3fda91!important}.negative{color:#ff777b!important}.stocktakePanel>footer{display:flex;align-items:center;justify-content:flex-end;gap:18px;padding:16px 18px;border-top:1px solid var(--border);background:var(--raised)}.stocktakePanel>footer span{color:var(--muted);font-size:.75rem;margin-right:auto}.stocktakePanel>footer button{border:0;border-radius:9px;background:#3cc982;color:#082417;padding:11px 15px;font-weight:800}.stocktakePanel>footer button:disabled{opacity:.45}.stocktakeStart{display:flex;align-items:center;flex-direction:column;text-align:center;padding:60px 25px}.stocktakeStart>span{display:grid;place-items:center;width:64px;height:64px;border-radius:18px;background:#f5a62318;color:var(--accent);font-size:1.6rem}.stocktakeStart h3{margin:17px 0 7px}.stocktakeStart p{max-width:620px;color:var(--muted);line-height:1.6}.movementHead,.movementRow{display:grid;grid-template-columns:140px 1.2fr .8fr .75fr .75fr .6fr;gap:12px;align-items:center;padding:11px 18px}.movementHead{background:var(--raised);color:var(--muted);font-size:.67rem}.movementRow{border-top:1px solid var(--border);font-size:.78rem}.movementRow small,.movementRow time{color:var(--muted);font-size:.68rem}.movementRow>span:nth-child(2){display:flex;flex-direction:column}.movementRow em{width:max-content;padding:5px 8px;border-radius:7px;background:#ff777b15;color:#ff8b8e;font-style:normal;font-size:.68rem}.movementRow em.in{background:#35d98a15;color:#42dc95}.supplierGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.addSupplier,.supplierGrid article{border:1px solid var(--border);border-radius:14px;background:var(--panel);padding:17px;text-align:left;color:var(--text)}.addSupplier{display:flex;align-items:center;justify-content:center;flex-direction:column;min-height:230px;border-style:dashed;color:var(--muted)}.addSupplier>span{font-size:2rem;color:var(--accent)}.addSupplier b{color:var(--text);margin:10px 0 4px}.supplierGrid article header{display:flex;justify-content:space-between}.supplierGrid article header>span{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#f5a62318;color:var(--accent);font-weight:900}.supplierGrid article header button{border:0;background:transparent;color:var(--muted)}.supplierGrid article h3{margin:14px 0 5px}.supplierGrid article>p{color:var(--muted);font-size:.76rem}.supplierGrid dl{display:grid;gap:7px}.supplierGrid dl div{display:flex;justify-content:space-between;border-top:1px solid var(--border);padding-top:7px}.supplierGrid dt{color:var(--muted);font-size:.7rem}.supplierGrid dd{margin:0;font-size:.75rem}.supplierGrid article>button{width:100%;border:0;border-top:1px solid var(--border);background:transparent;color:var(--accent);padding:12px 0 0;margin-top:8px;text-align:right;font-weight:750}.warehouseModalBack{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:20px;background:#020812c9}.warehouseModal{position:relative;width:min(650px,96vw);max-height:92vh;overflow:auto;border:1px solid var(--border);border-radius:16px;background:var(--panel);padding:25px;color:var(--text)}.warehouseModal h2{margin:5px 0 20px}.warehouseClose{position:absolute;right:16px;top:13px;border:0;background:transparent;color:var(--muted);font-size:1.7rem}.warehouseModal .formPair label,.warehouseModal>label{display:flex;flex-direction:column;gap:7px;margin-bottom:13px;color:var(--muted);font-size:.76rem;font-weight:700}.warehouseModal input,.warehouseModal select,.warehouseModal textarea{box-sizing:border-box;width:100%;border:1px solid var(--border);border-radius:9px;background:var(--raised);color:var(--text);padding:11px 12px;font:inherit;-webkit-text-fill-color:var(--text)}.warehouseModal textarea{min-height:70px;resize:vertical}.warehouseModal input:disabled{opacity:.65}.formPair{display:grid;grid-template-columns:1fr 1fr;gap:11px}.warehouseModal footer{display:flex;justify-content:flex-end;gap:9px;margin-top:18px}.warehouseModal footer button{border:1px solid var(--border);border-radius:9px;background:var(--raised);color:var(--text);padding:11px 14px;font-weight:800}.warehouseModal footer .confirm{border-color:var(--accent);background:var(--accent);color:#14202b}.warehouseModal footer button:disabled{opacity:.55}.purchaseLines{border:1px solid var(--border);border-radius:11px;overflow:hidden;margin:5px 0 14px}.purchaseLines>header{display:flex;align-items:center;justify-content:space-between;padding:11px 13px;background:var(--raised)}.purchaseLines>header button{border:0;background:transparent;color:var(--accent);font-weight:800}.purchaseLines>div{display:grid;grid-template-columns:1.4fr .55fr .55fr 30px;gap:7px;padding:8px;border-top:1px solid var(--border)}.purchaseLines>div button{border:0;background:transparent;color:#ff777b}.purchaseTotal{display:flex;justify-content:space-between;padding:13px;border-radius:10px;background:#f5a62312;color:var(--accent)}.modalLead{color:var(--muted);line-height:1.5}.receiveLines{display:grid;gap:8px}.receiveLines label{display:grid;grid-template-columns:1fr 140px;align-items:center;gap:14px;border:1px solid var(--border);border-radius:10px;padding:10px}.receiveLines label>span{display:flex;flex-direction:column}.receiveLines small{color:var(--muted);font-size:.7rem}.warehouseLoading{padding:80px;text-align:center;color:var(--muted)}@media(max-width:1100px){.warehouseKpis{grid-template-columns:1fr 1fr}.warehouseOverview{grid-template-columns:1fr}.stockTable{grid-template-columns:1.4fr .7fr .75fr .55fr 75px}.stockTable>:nth-child(5){display:none}.purchaseOrder{grid-template-columns:1.2fr .5fr .7fr auto}.purchaseOrder>div:nth-child(4){display:none}.movementHead,.movementRow{grid-template-columns:110px 1.2fr .8fr .75fr .7fr}.movementHead>:last-child,.movementRow>:last-child{display:none}}@media(max-width:720px){.warehouseModule{padding:20px 13px 50px}.warehouseHero{align-items:flex-start;flex-direction:column}.warehouseHero>div:last-child{width:100%}.warehouseHero button{flex:1}.warehouseKpis{grid-template-columns:1fr}.criticalRow{grid-template-columns:1fr .7fr auto}.criticalRow .need,.criticalRow em{display:none}.deliveryCard{grid-template-columns:1fr auto}.deliveryCard time{display:none}.stockTable{grid-template-columns:1.4fr .7fr 70px}.stockTable>:nth-child(3),.stockTable>:nth-child(4){display:none}.purchaseOrder{grid-template-columns:1fr auto}.purchaseOrder>div:nth-child(2),.purchaseOrder>div:nth-child(3){display:none}.countHead,.countRow{grid-template-columns:1.2fr .7fr .7fr}.countHead>:nth-child(2),.countRow>:nth-child(2){display:none}.stocktakePanel>footer{align-items:stretch;flex-direction:column}.movementHead,.movementRow{grid-template-columns:1fr .8fr .8fr}.movementHead>:first-child,.movementHead>:nth-child(5),.movementRow>:first-child,.movementRow>:nth-child(5){display:none}.formPair,.supplierGrid{grid-template-columns:1fr}.purchaseLines>div{grid-template-columns:1fr 1fr 30px}.purchaseLines>div select{grid-column:1/4}.receiveLines label{grid-template-columns:1fr 100px}}.matchingExplanation{display:flex;align-items:center;gap:14px;margin:15px;padding:15px;border:1px solid #35d98a55;border-radius:12px;background:#35d98a0d}.matchingExplanation>span{display:grid;place-items:center;flex:0 0 46px;height:46px;border-radius:13px;background:#35d98a1b;color:#42dc95;font-weight:900}.matchingExplanation p{margin:0;color:var(--muted);line-height:1.5}.matchingExplanation b{color:var(--text)}.mappingRow{display:grid;grid-template-columns:1fr 36px 1.25fr auto;align-items:center;gap:13px;padding:14px 18px;border-top:1px solid var(--border)}.mappingSource{display:flex;flex-direction:column}.mappingRow label small,.mappingRow label span,.mappingSource em,.mappingSource small{color:var(--muted);font-size:.7rem;font-style:normal}.mappingSource b{margin:4px 0}.mappingArrow,.mappingSource em{color:var(--accent)}.mappingArrow{text-align:center;font-size:1.3rem}.mappingRow label{display:grid;gap:5px}.mappingRow select{width:100%;border:1px solid var(--border);border-radius:8px;background:var(--raised);color:var(--text);padding:10px}.mappingActions{display:grid;gap:6px}.mappingActions button{border-radius:8px;padding:9px 11px;font-weight:800;white-space:nowrap}.confirmMapping{border:0;background:#3cc982;color:#082417}.createMapping{border:1px solid var(--accent);background:transparent;color:var(--accent)}.mappingActions button:disabled{opacity:.45}.learnedMappings{display:flex;gap:12px;justify-content:space-between;padding:15px 18px;background:var(--raised);color:var(--muted);font-size:.76rem}.learnedMappings b{color:#42dc95}.recognizedNames{min-height:220px!important;line-height:1.7}@media(max-width:900px){.mappingRow{grid-template-columns:1fr}.mappingArrow{display:none}.mappingActions{grid-template-columns:1fr 1fr}.learnedMappings{flex-direction:column}}@media(max-width:720px){.warehouseHero>div:last-child{flex-wrap:wrap}.mappingActions{grid-template-columns:1fr}}.textScaleButton{height:36px;min-width:72px;padding:0 9px;border:1px solid var(--border);border-radius:8px;background:var(--raised);color:var(--text);cursor:pointer;font-size:13px!important;font-weight:700}.textScaleButton b{margin-left:3px;color:var(--accent);font-size:10px!important}.app{--adaptive-sidebar:clamp(244px,16vw,280px);width:100%;max-width:100%;overflow-x:hidden}.app[data-scale="120"],.app[data-scale="140"]{zoom:1;width:100%;min-height:100vh}.sidebar{width:var(--adaptive-sidebar)}.workspace{margin-left:var(--adaptive-sidebar);width:calc(100% - var(--adaptive-sidebar));min-width:0;overflow:hidden}.content,.floorModule,.menuModule{width:100%;max-width:none}.metrics{grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}.mainGrid{grid-template-columns:minmax(0,1.45fr) minmax(300px,1fr)}.tableDock{left:calc(var(--adaptive-sidebar) + 29px)}.app[data-scale="120"] :where(button,small,p,label,input,select,textarea,dt,dd,em,strong,b){font-size:max(10px,1em)}.app[data-scale="140"] :where(button,small,p,label,input,select,textarea,dt,dd,em,strong,b){font-size:max(11px,1em)}@media(max-width:1250px){.floorGrid,.mainGrid{grid-template-columns:1fr}.reservationRail{max-height:340px;overflow:auto}.dishGrid{grid-template-columns:1fr 1fr}}@media(max-width:720px){.app{--adaptive-sidebar:72px}.sidebar{width:72px}.workspace{margin-left:0;width:calc(100% - 72px)}.textScaleButton{min-width:48px}.textScaleButton b{display:none}.app[data-scale="120"],.app[data-scale="140"]{zoom:1;width:100%;min-height:100vh}.app[data-scale="120"] :where(button,small,p,label,input,select,textarea,dt,dd,em,strong,b){font-size:max(12px,1em)}.app[data-scale="140"] :where(button,small,p,label,input,select,textarea,dt,dd,em,strong,b){font-size:max(14px,1em)}.tableDock{left:82px}.dishGrid{grid-template-columns:1fr}}.dishGrid article>span.dishPhoto,.guestFoodPhoto,.posFoodPhoto{background-size:300% 200%!important;background-repeat:no-repeat!important;box-shadow:inset 0 0 0 1px #ffffff22}