:root{color-scheme:light;--ink: #17202a;--muted: #65737d;--line: #d9e3e8;--soft: #f4f8fa;--paper: #ffffff;--brand: #0b6f6a;--brand-dark: #064c49;--blue: #2563eb;--amber: #d97706;--red: #b91c1c;--green: #15803d;--shadow: 0 16px 34px rgba(23, 32, 42, .1)}*{box-sizing:border-box}body{margin:0;min-width:320px;color:var(--ink);background:var(--soft);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,textarea,select{font:inherit}button{cursor:pointer}.app-shell{display:grid;grid-template-columns:250px minmax(0,1fr);min-height:100dvh}.panel,.admin-group,.admin-subform,.team-panel,.content-grid>*,.dashboard-grid>*,.secondary-grid>*{min-width:0}.panel form,.panel label,.admin-group form,.admin-group label,.team-panel form,.team-panel label,.inline-fields>*{min-width:0;max-width:100%}.panel input,.panel select,.panel textarea,.admin-group input,.admin-group select,.admin-group textarea,.team-panel input,.team-panel select,.team-panel textarea{min-width:0;max-width:100%}@media(max-width:560px){.panel-head,.button-row,.row-actions{align-items:stretch;flex-direction:column}.panel button,.admin-group button,.team-panel button{max-width:100%}}@media(max-width:820px){.content-grid,.dashboard-grid,.secondary-grid,.usage-grid,.admin-grid,.settings-grid,.action-forms,.list-filters,.assign-form{grid-template-columns:minmax(0,1fr)}}@media(max-width:560px){.panel-head,.button-row,.row-actions{align-items:stretch;flex-direction:column}}.sidebar{position:sticky;top:0;align-self:start;display:flex;flex-direction:column;gap:28px;height:100dvh;max-height:100dvh;overflow-y:auto;overscroll-behavior:contain;padding:22px;color:#fff;background:#101820}.brand{display:flex;align-items:center;gap:12px}.brand-mark{width:40px;height:40px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.28);border-radius:8px;background:var(--brand);font-weight:900}.brand strong,.brand span{display:block}.brand span{margin-top:2px;color:#ffffffa8;font-size:.88rem}.login-shell{display:grid;place-items:center;min-height:100vh;padding:24px;background:var(--soft)}.admin-login-shell{place-items:start center;align-content:start;gap:18px}.admin-login-shell .admin-panel{width:min(1180px,100%)}.login-panel{display:grid;gap:16px;width:min(100%,390px);padding:24px;border:1px solid var(--line);border-radius:8px;background:var(--paper);box-shadow:var(--shadow)}.nav-list{display:grid;gap:8px}.nav-list a,.nav-list button{display:flex;align-items:center;gap:10px;width:100%;min-height:42px;padding:0 10px;border:0;color:#ffffffb8;border-radius:8px;background:transparent;text-align:left;text-decoration:none}.nav-list a.active,.nav-list a:hover,.nav-list button.active,.nav-list button:hover{color:#fff;background:#ffffff1f}.sidebar-footer{display:grid;gap:10px;margin-top:auto;padding-top:16px;border-top:1px solid rgba(255,255,255,.16)}.sidebar-footer .product-switch{width:100%}.workspace{display:grid;gap:18px;align-content:start;padding:28px}.topbar{display:flex;align-items:center;justify-content:space-between;gap:18px}.topbar-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:10px;min-width:0}.organization-switch,.product-switch{width:min(260px,32vw);height:42px;border:1px solid var(--line);border-radius:8px;color:var(--ink);background:var(--paper)}.user-chip{max-width:180px;overflow:hidden;padding:10px 12px;border:1px solid var(--line);border-radius:8px;color:var(--muted);background:var(--paper);font-size:.9rem;text-overflow:ellipsis;white-space:nowrap}.invitation-summary{display:grid;gap:4px;padding:12px 14px;border:1px solid var(--line);border-radius:8px;background:var(--soft)}.invitation-summary span{color:var(--muted);font-size:.9rem}.kicker{margin:0 0 4px;color:var(--brand);font-size:.86rem;font-weight:800;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{margin-bottom:0;font-size:clamp(1.8rem,3vw,2.6rem);line-height:1.05}h2{margin-bottom:0;font-size:1.05rem}h3{margin-bottom:10px;font-size:1.28rem}.icon-button{width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--line);border-radius:8px;color:var(--ink);background:var(--paper)}.logout-action{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 14px;border:1px solid var(--line);border-radius:8px;color:var(--brand-dark);background:var(--paper);font-weight:900;white-space:nowrap}.logout-action:hover{border-color:var(--brand);background:#eefaf9}.notice{padding:12px 14px;border:1px solid #f4b4b4;border-radius:8px;color:#7f1d1d;background:#fff2f2}.metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.metric-card,.panel{border:1px solid var(--line);border-radius:8px;background:var(--paper);box-shadow:var(--shadow)}.metric-card{display:grid;min-width:0;gap:8px;padding:17px}.metric-card>*{min-width:0;max-width:100%;overflow-wrap:anywhere}.metric-card svg{color:var(--brand)}.metric-card span{color:var(--muted);font-size:.9rem}.metric-card strong{font-size:1.9rem;line-height:1}.content-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.48fr);gap:18px}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.46fr);gap:18px}.secondary-grid{display:grid;grid-template-columns:minmax(280px,.8fr) minmax(260px,.6fr) minmax(260px,.6fr);gap:18px}.panel{min-width:0;padding:18px}.panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.panel-head span{color:var(--muted);font-size:.9rem}.order-list,.activity-list,.comment-list,.mobile-preview{display:grid;gap:10px}.list-filters{display:grid;grid-template-columns:minmax(190px,1fr) repeat(3,minmax(130px,.5fr));gap:10px;margin-bottom:12px}.empty-state{margin:0;padding:12px;border:1px dashed var(--line);border-radius:8px;color:var(--muted);background:#f9fbfc}.order-row{display:grid;grid-template-columns:12px minmax(170px,1fr) minmax(150px,.7fr) auto;align-items:center;gap:12px;width:100%;min-height:66px;padding:10px 12px;border:1px solid var(--line);border-radius:8px;color:var(--ink);background:#fff;text-align:left}.order-row.selected,.order-row:hover{border-color:var(--brand);background:#f0fbfa}.order-row strong,.order-row small{display:block}.order-row small{color:var(--muted);font-size:.87rem}.status-dot{width:10px;height:10px;border-radius:999px;background:var(--muted)}.status-dot.assigned,.state.assigned{background:#e0f2fe;color:#075985}.status-dot.in_progress,.state.in_progress{background:#fef3c7;color:#92400e}.status-dot.scheduled,.state.scheduled{background:#dbeafe;color:#1d4ed8}.status-dot.completed,.state.completed{background:#dcfce7;color:#166534}.status-dot.assigned,.status-dot.in_progress,.status-dot.scheduled,.status-dot.completed{color:transparent}.pill,.state{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:4px 9px;border-radius:8px;font-size:.82rem;font-weight:800;white-space:nowrap}.pill.low{color:#166534;background:#dcfce7}.pill.normal{color:#1d4ed8;background:#dbeafe}.pill.high,.pill.urgent{color:#9a3412;background:#ffedd5}.detail-panel p{color:var(--muted)}.details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:18px 0}.details div,.split-list div,.mobile-preview article,.comment-list article,.activity-list article{border:1px solid var(--line);border-radius:8px;background:#f9fbfc}.details div{padding:12px}.details dt{color:var(--muted);font-size:.8rem}.details dd{margin:2px 0 0;font-weight:800}.split-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:16px}.split-list div{display:grid;gap:5px;padding:12px}.split-list small,.activity-list small,.mobile-preview small,.compact-list small{color:var(--muted)}.action-forms{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:16px}.assign-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:end;margin-bottom:16px;padding:12px;border:1px solid var(--line);border-radius:8px;background:#f9fbfc}.assign-form .secondary-action{min-width:132px;min-height:42px}.action-forms form{display:grid;gap:8px;align-content:start;min-width:0;padding:12px;border:1px solid var(--line);border-radius:8px;background:#f9fbfc}.mini-head{display:flex;align-items:center;gap:7px;color:var(--brand-dark)}.inline-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.button-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:10px}.complete-action{margin-top:10px}.secondary-action{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:36px;border:1px solid var(--line);border-radius:8px;color:var(--brand-dark);background:#eefaf9;font-weight:900}.secondary-action:disabled{cursor:wait;opacity:.68}.billing-panel{display:grid;gap:12px}.billing-button{width:auto;min-width:130px;padding:0 14px}.usage-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.usage-grid article{display:grid;gap:9px;padding:12px;border:1px solid var(--line);border-radius:8px;background:#f9fbfc}.usage-grid article span{display:flex;justify-content:space-between;gap:10px}.usage-grid small{color:var(--muted);white-space:nowrap}.usage-bar{height:8px;overflow:hidden;border-radius:999px;background:#d9e3e8}.usage-bar span{display:block;height:100%;background:var(--brand)}.admin-panel{display:grid;gap:14px}.admin-refresh{width:auto;min-width:132px;padding:0 14px}.success-notice{padding:12px 14px;border:1px solid #9bd8b8;border-radius:8px;color:#14532d;background:#ecfdf3}.admin-grid{display:grid;grid-template-columns:minmax(280px,.9fr) minmax(280px,.9fr) minmax(320px,1fr);gap:18px}.admin-group,.admin-subform,.admin-list{display:grid;gap:12px;align-content:start}.admin-title{display:flex;align-items:center;gap:8px;color:var(--brand-dark)}.admin-checks{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.check-label{display:flex;align-items:center;gap:8px;color:var(--ink)}.check-label input{width:18px;height:18px;padding:0}.admin-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.admin-summary span:not(.state){display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:6px 8px;border:1px solid var(--line);border-radius:8px;color:var(--muted);background:#f9fbfc;font-size:.86rem;font-weight:800}.admin-row{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(120px,.35fr);align-items:center;gap:10px;min-height:58px;padding:10px;border:1px solid var(--line);border-radius:8px;background:#fff}.admin-row strong,.admin-row small{display:block}.team-panel .admin-grid{grid-template-columns:repeat(2,minmax(280px,1fr))}.team-panel .admin-row{grid-template-columns:auto minmax(180px,1fr) minmax(120px,160px) minmax(120px,160px) auto}.team-panel .admin-row .secondary-action{width:auto;min-width:96px;padding:0 12px}.team-panel .success-notice span{display:block;margin-top:4px;overflow-wrap:anywhere}.settings-panel .settings-grid{grid-template-columns:repeat(3,minmax(240px,1fr))}.invite-link{display:grid;gap:4px;padding:10px;border:1px solid var(--line);border-radius:8px;background:#f9fbfc;overflow-wrap:anywhere}.compact-action{width:auto;min-width:96px;padding:0 12px}.state.blocked{color:#991b1b;background:#fee2e2}.document-action{margin-top:10px}.document-link{display:inline-flex;align-items:center;justify-content:center;min-height:38px;margin-top:8px;border-radius:8px;color:var(--brand-dark);font-weight:900;text-decoration:none}.primary-action{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;width:100%;padding:0 14px;border:1px solid var(--brand);border-radius:8px;color:#fff;background:var(--brand);font-weight:900}.primary-action:disabled{cursor:wait;opacity:.68}.text-action{justify-self:center;min-height:34px;border:0;color:var(--brand-dark);background:transparent;font-weight:900}.text-action:hover{text-decoration:underline}.text-action:disabled{cursor:wait;opacity:.68}.create-panel{display:grid;gap:12px}.compact-list{display:grid;gap:7px;padding-top:4px}.audit-panel{display:grid;gap:14px}.audit-filters{display:grid;grid-template-columns:repeat(6,minmax(110px,1fr)) auto auto;gap:10px;align-items:end}.audit-filters .secondary-action{width:auto;min-width:104px;padding:0 12px}.audit-list{display:grid;gap:10px}.audit-row{grid-template-columns:minmax(0,1fr) auto;align-items:center}.audit-row span{display:grid;gap:4px}.audit-row small{color:var(--muted);overflow-wrap:anywhere}.revision-panel .audit-filters{grid-template-columns:repeat(7,minmax(100px,1fr)) auto auto}.revision-list{display:grid;gap:10px}.revision-row{grid-template-columns:minmax(220px,.42fr) minmax(0,1fr);align-items:start}.revision-row details{min-width:0}.revision-row summary{cursor:pointer;color:var(--brand-dark);font-weight:900}.revision-row pre{max-height:240px;margin:8px 0 0;padding:10px;overflow:auto;border:1px solid var(--line);border-radius:8px;background:#f9fbfc;font-size:.78rem}label{display:grid;gap:6px;color:var(--muted);font-size:.9rem;font-weight:700}input,textarea,select{width:100%;border:1px solid var(--line);border-radius:8px;padding:10px 11px;color:var(--ink);background:#fff}textarea{min-height:92px;resize:vertical}.mobile-preview article,.comment-list article,.activity-list article{display:grid;gap:7px;padding:13px}.mobile-preview strong,.comment-list strong,.activity-list strong{line-height:1.25}@media(max-width:1120px){.content-grid,.dashboard-grid,.secondary-grid,.usage-grid,.action-forms,.list-filters,.audit-filters,.revision-panel .audit-filters,.admin-grid,.settings-panel .settings-grid{grid-template-columns:1fr}}@media(max-width:820px){.app-shell{grid-template-columns:1fr}.sidebar{position:sticky;top:0;z-index:4;flex-direction:row;align-items:center;gap:14px;height:auto;max-height:none;min-height:0;max-width:100vw;min-width:0;padding:12px 14px;overflow-x:auto;overflow-y:visible;overscroll-behavior-x:contain}.sidebar-footer{min-width:220px;margin-top:0;margin-left:auto;padding-top:0;border-top:0}.brand{justify-content:space-between}.nav-list{grid-template-columns:repeat(4,minmax(0,1fr))}.nav-list a,.nav-list button{justify-content:center;min-height:38px;padding:0}.nav-list a,.nav-list button{font-size:0}.workspace{padding:18px 14px}.metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.order-row{grid-template-columns:12px minmax(0,1fr) auto}.order-row>span:nth-child(3){display:none}}@media(max-width:560px){.metrics,.details,.split-list,.inline-fields,.button-row,.assign-form,.admin-checks,.admin-summary,.admin-row,.audit-filters,.audit-row,.revision-panel .audit-filters,.revision-row,.team-panel .admin-grid,.team-panel .admin-row{grid-template-columns:1fr}.admin-refresh,.compact-action{width:100%}.topbar{flex-wrap:wrap;align-items:flex-start}.topbar-actions{justify-content:flex-start;width:100%}.organization-switch,.product-switch{width:min(100%,260px)}.panel{padding:14px}}.app-shell{--brand-sidebar: #101820;--brand-soft: #f4f8fa;--brand-line: #d9e3e8;--brand-panel-radius: 8px;--brand-control-radius: 8px}.app-shell[data-brand-style] .sidebar{background:var(--brand-sidebar)}.app-shell[data-brand-style] .brand-mark,.app-shell[data-brand-style] .app-brand .brand-mark{width:44px;height:44px;flex:0 0 44px;border-radius:var(--brand-control-radius)}.app-shell[data-brand-style] .brand-logo,.app-shell[data-brand-style] .app-brand .brand-logo{position:relative;display:block;overflow:hidden;width:104px;height:80px;flex:0 0 104px;box-sizing:border-box;padding:4px;border:1px solid rgba(255,255,255,.42);border-radius:var(--brand-control-radius);background:#fff;box-shadow:0 4px 14px #030a122e}.app-shell[data-brand-style] .brand-logo-image,.header-brand-logo .brand-logo-image{display:block;width:100%;height:100%;object-fit:contain;object-position:center}.app-shell[data-brand-style] .header-brand-logo .brand-logo{width:100%;height:100%;flex:0 0 100%}.app-shell[data-brand-style] .legacy-platform-brand-logo,.header-brand-logo .legacy-platform-brand-logo{margin:0;padding:0;border:0;background:#111a31}.app-shell[data-brand-style] .legacy-platform-brand-logo-crop,.header-brand-logo .legacy-platform-brand-logo-crop{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;margin:0;overflow:hidden;background:#111a31}.app-shell[data-brand-style] .legacy-platform-brand-logo-crop .brand-logo-image,.header-brand-logo .legacy-platform-brand-logo-crop .brand-logo-image{position:absolute;top:-31.9%;left:-12.75%;width:125.5%;max-width:none;height:auto}.platform-logo{position:relative;width:min(210px,100%);aspect-ratio:408 / 348;overflow:hidden;justify-self:start;border:1px solid #263851;border-radius:8px;background:#111a31;box-shadow:0 10px 24px #0f182b33}.platform-logo img{position:absolute;top:-23.8%;left:-12.8%;display:block;width:125.5%;max-width:none;height:auto}.app-shell[data-brand-style] .brand-mark{border-color:#ffffff3d;background:var(--brand)}.app-shell[data-brand-style] .panel,.app-shell[data-brand-style] .metric,.app-shell[data-brand-style] .metric-card,.app-shell[data-brand-style] .order-row,.app-shell[data-brand-style] .record-row,.app-shell[data-brand-style] .admin-row,.app-shell[data-brand-style] .activity-list article,.app-shell[data-brand-style] .comment-list article,.app-shell[data-brand-style] .mobile-preview article,.app-shell[data-brand-style] .split-list div,.app-shell[data-brand-style] .details div,.app-shell[data-brand-style] .usage-grid article,.app-shell[data-brand-style] .login-panel,.app-shell[data-brand-style] .mini-form,.app-shell[data-brand-style] .action-forms form,.app-shell[data-brand-style] .assign-form,.app-shell[data-brand-style] .qr-preview,.app-shell[data-brand-style] .invite-link,.app-shell[data-brand-style] .credential-list div{border-radius:var(--brand-panel-radius)}.app-shell[data-brand-style] .primary-action,.app-shell[data-brand-style] .secondary-action,.app-shell[data-brand-style] .logout-action,.app-shell[data-brand-style] .icon-button,.app-shell[data-brand-style] .organization-switch,.app-shell[data-brand-style] .product-switch,.app-shell[data-brand-style] .user-chip,.app-shell[data-brand-style] .nav-list a,.app-shell[data-brand-style] .nav-list button,.app-shell[data-brand-style] .side-nav button,.app-shell[data-brand-style] input,.app-shell[data-brand-style] textarea,.app-shell[data-brand-style] select,.app-shell[data-brand-style] .pill,.app-shell[data-brand-style] .state,.app-shell[data-brand-style] .document-link{border-radius:var(--brand-control-radius)}.app-shell[data-brand-style] .metric-card svg,.app-shell[data-brand-style] .metric svg,.app-shell[data-brand-style] .mini-head,.app-shell[data-brand-style] .admin-title,.app-shell[data-brand-style] .kicker{color:var(--brand)}.app-shell[data-brand-style] .primary-action{border-color:var(--brand);background:var(--brand)}.app-shell,.workspace,.panel,.sidebar-footer,.sidebar-account-footer,.sidebar-user{min-width:0}.sidebar-account-footer select,.sidebar-account-footer button{max-width:100%}.sidebar-footer.sidebar-account-footer{display:grid;grid-template-columns:minmax(0,1fr);align-items:stretch;gap:10px;width:100%;min-width:0;margin-top:auto;padding-top:16px;border-top:1px solid rgba(255,255,255,.18)}.sidebar-account-footer .product-switch{width:100%;min-width:0;min-height:42px;padding:8px 10px;border:1px solid rgba(255,255,255,.22);border-radius:var(--brand-control-radius, 8px);color:#17202a;background:#fff}.sidebar-account-footer .sidebar-user{display:grid;min-width:0;gap:3px}.sidebar-account-footer .sidebar-user strong,.sidebar-account-footer .sidebar-user small{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-account-footer .sidebar-user small{color:#ffffffad}.sidebar-account-footer .sidebar-logout{display:inline-flex;align-items:center;justify-content:flex-start;gap:9px;width:100%;min-height:42px;padding:8px 10px;border:1px solid transparent;border-radius:var(--brand-control-radius, 8px);color:#ffffffe0;background:transparent;font:inherit;font-weight:800;cursor:pointer}.sidebar-account-footer .sidebar-logout:hover{color:#fff;border-color:#fff3;background:#ffffff1a}.sidebar-account-footer .sidebar-logout:disabled{cursor:not-allowed;opacity:.58}.sidebar-account-footer .legal-links{display:flex;flex-wrap:wrap;gap:6px 12px;margin:2px 0 0;padding-top:10px;border-top:1px solid rgba(255,255,255,.12);font-size:12px}.sidebar-account-footer .legal-links a{color:#ffffffad;font-weight:750;text-decoration:none}.sidebar-account-footer .legal-links a:hover{color:#fff;text-decoration:underline}@media(max-width:1100px){.sidebar-footer.sidebar-account-footer{flex:0 0 240px;width:240px;min-width:220px;margin-top:0;margin-left:auto;padding-top:0;padding-left:14px;border-top:0;border-left:1px solid rgba(255,255,255,.18)}}@media(max-width:760px){.sidebar-footer.sidebar-account-footer{flex:1 0 100%;width:100%;min-width:100%;margin-left:0;padding:12px 0 0;border-top:1px solid rgba(255,255,255,.18);border-left:0}}.app-shell[data-brand-style] .secondary-action,.app-shell[data-brand-style] .logout-action,.app-shell[data-brand-style] .document-link{color:var(--brand-dark);background:var(--brand-soft)}.app-shell[data-brand-style] .order-row.selected,.app-shell[data-brand-style] .order-row:hover,.app-shell[data-brand-style] .record-row.selected,.app-shell[data-brand-style] .record-row:hover,.app-shell[data-brand-style] .check-item.completed{border-color:var(--brand);background:var(--brand-soft)}.app-shell[data-brand-style] .usage-bar span{background:var(--brand)}.app-shell[data-brand-style] .account-access-panel .record-list{display:grid;gap:10px}.app-shell[data-brand-style] .account-access-panel .record-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;align-items:center;min-height:64px;padding:12px;color:inherit;text-decoration:none;border:1px solid var(--brand-line);background:#fff}.app-shell[data-brand-style] .account-access-panel .record-row span{display:grid;gap:3px}.app-shell[data-brand-style] .account-access-panel .record-row small{color:#64717f}.app-shell[data-brand-style=sidebar-color]{--brand-sidebar: var(--brand-dark)}.app-shell[data-brand-style=sidebar-color] .topbar{border-bottom:3px solid var(--brand);padding-bottom:14px}.app-shell[data-brand-style=compact]{grid-template-columns:220px minmax(0,1fr)}.app-shell[data-brand-style=compact] .sidebar{gap:16px;padding:16px}.app-shell[data-brand-style=compact] .workspace{gap:12px;padding:18px}.app-shell[data-brand-style=compact] .panel,.app-shell[data-brand-style=compact] .metric,.app-shell[data-brand-style=compact] .metric-card{padding:12px;box-shadow:0 8px 18px #17202a14}.app-shell[data-brand-style=compact] h1{font-size:1.7rem}.app-shell[data-brand-style=corporate]{background:#f7f8f8}.app-shell[data-brand-style=corporate] .sidebar{border-right:4px solid var(--brand-dark);color:#17202a;background:#fff}.app-shell[data-brand-style=corporate] .brand span,.app-shell[data-brand-style=corporate] .app-brand span,.app-shell[data-brand-style=corporate] .nav-list a,.app-shell[data-brand-style=corporate] .nav-list button,.app-shell[data-brand-style=corporate] .side-nav button{color:#4b5a63}.app-shell[data-brand-style=corporate] .nav-list a:hover,.app-shell[data-brand-style=corporate] .nav-list a.active,.app-shell[data-brand-style=corporate] .nav-list button:hover,.app-shell[data-brand-style=corporate] .nav-list button.active,.app-shell[data-brand-style=corporate] .side-nav button:hover,.app-shell[data-brand-style=corporate] .side-nav button.active{color:var(--brand-dark);background:var(--brand-soft)}.app-shell[data-brand-style=corporate] .panel,.app-shell[data-brand-style=corporate] .metric,.app-shell[data-brand-style=corporate] .metric-card{border-top:3px solid var(--brand-dark);box-shadow:none}.app-shell[data-brand-style=corporate] .brand-logo,.app-shell[data-brand-style=corporate] .brand-mark,.app-shell[data-brand-style=corporate] .sidebar-account-footer{border-color:var(--brand-line)}.app-shell[data-brand-style=corporate] .sidebar-account-footer .sidebar-user small,.app-shell[data-brand-style=corporate] .sidebar-account-footer .sidebar-logout,.app-shell[data-brand-style=corporate] .sidebar-account-footer .legal-links a{color:#4b5a63}.app-shell[data-brand-style=corporate] .sidebar-account-footer .sidebar-logout:hover,.app-shell[data-brand-style=corporate] .sidebar-account-footer .legal-links a:hover{color:var(--brand-dark);background:var(--brand-soft)}.app-shell[data-brand-style=high-contrast]{--brand: #005ea8;--brand-dark: #162e51;--accent: #ffbe2e;--brand-soft: #e7f6f8;--brand-line: #565c65;color:#1b1b1b;background:#f0f0f0}.app-shell[data-brand-style=high-contrast] .sidebar{color:#fff;background:#162e51;border-right:6px solid #ffbe2e}.app-shell[data-brand-style=high-contrast] .panel,.app-shell[data-brand-style=high-contrast] .metric,.app-shell[data-brand-style=high-contrast] .metric-card,.app-shell[data-brand-style=high-contrast] .order-row,.app-shell[data-brand-style=high-contrast] .record-row,.app-shell[data-brand-style=high-contrast] .admin-row,.app-shell[data-brand-style=high-contrast] .usage-grid article,.app-shell[data-brand-style=high-contrast] input,.app-shell[data-brand-style=high-contrast] textarea,.app-shell[data-brand-style=high-contrast] select,.app-shell[data-brand-style=high-contrast] .primary-action,.app-shell[data-brand-style=high-contrast] .secondary-action,.app-shell[data-brand-style=high-contrast] .logout-action,.app-shell[data-brand-style=high-contrast] .icon-button{border-width:1px;box-shadow:none}.app-shell[data-brand-style=high-contrast] .primary-action,.app-shell[data-brand-style=high-contrast] .nav-list a.active,.app-shell[data-brand-style=high-contrast] .nav-list button.active,.app-shell[data-brand-style=high-contrast] .side-nav button.active{color:#fff;background:#005ea8}.app-shell[data-brand-style=high-contrast] .nav-list a,.app-shell[data-brand-style=high-contrast] .nav-list button,.app-shell[data-brand-style=high-contrast] .side-nav button{color:#fff;font-weight:800;text-decoration-thickness:2px}.app-shell[data-brand-style=high-contrast] .nav-list a.active,.app-shell[data-brand-style=high-contrast] .nav-list button.active,.app-shell[data-brand-style=high-contrast] .side-nav button.active{color:#1b1b1b;background:#ffbe2e;outline:2px solid #ffffff;outline-offset:2px}.app-shell[data-brand-style=high-contrast] :focus-visible{outline:4px solid #ffbe2e;outline-offset:3px}@media(max-width:980px){.app-shell[data-brand-style=compact]{grid-template-columns:1fr}}
