:root{--brand-primary: #6c4ce6;--brand-primary-dark: #5a3fd6;--brand-primary-2: #8b6ff2;--brand-gradient: linear-gradient(135deg, #7857ee 0%, #6c4ce6 55%, #5a3fd6 100%);--brand-tint: #efeafe;--brand-secondary: #10b981;--accent: #f59e0b;--danger: #dc2626;--n900: #211a3e;--n500: #6b6786;--n100: #f5f4fb;--white: #ffffff;--radius: 16px;--shadow: 0 1px 3px rgba(78, 58, 156, .08), 0 8px 24px rgba(78, 58, 156, .08)}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,sans-serif;background:var(--n100);color:var(--n900);font-size:15px;line-height:1.5}h1,h2,h3{margin:0 0 8px;line-height:1.25}h1{font-size:26px;font-weight:700}h2{font-size:19px;font-weight:600}h3{font-size:16px;font-weight:600}p{margin:0 0 10px}a{color:var(--brand-primary)}:focus-visible{outline:3px solid rgba(108,76,230,.45);outline-offset:2px;border-radius:4px}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.shell{display:flex;min-height:100vh}.sidebar{width:232px;flex-shrink:0;background:var(--n900);color:#cbd5e1;display:flex;flex-direction:column;padding:18px 12px;gap:4px;position:sticky;top:0;height:100vh;overflow-y:auto;overflow-x:hidden;transition:width .18s ease}.sidebar-top{display:flex;align-items:center;gap:6px}.sidebar-top .brand-logo{flex:1;min-width:0}.sidebar-toggle{flex-shrink:0;width:28px;height:28px;border-radius:8px;border:1px solid rgba(255,255,255,.15);background:transparent;color:#cbd5e1;cursor:pointer;font-size:14px;line-height:1}.sidebar-toggle:hover{background:#ffffff14;color:var(--white)}.nav-icon{display:inline-flex;width:20px;justify-content:center;flex-shrink:0}.nav-label{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (min-width: 881px){.sidebar.collapsed{width:64px;padding-left:8px;padding-right:8px}.sidebar.collapsed .brand-logo{padding:2px 0 14px;text-align:center}.sidebar.collapsed .brand-logo img{width:30px;margin:0 auto;border-radius:7px}.sidebar.collapsed .nav-label{display:none}.sidebar.collapsed .nav-link{justify-content:center;padding:10px 0;gap:0;position:relative}.sidebar.collapsed .sidebar-top{flex-direction:column;gap:8px}.sidebar.collapsed .unread-badge{position:absolute;top:4px;right:8px}}.wordmark{font-size:22px;font-weight:700;color:var(--white);padding:4px 10px 18px;letter-spacing:-.5px}.wordmark span{color:var(--accent)}.brand-logo{padding:2px 6px 16px}.brand-logo img{display:block;width:140px;max-width:100%;height:auto}.auth-logo{display:block;width:168px;max-width:70%;height:auto;margin:0 0 10px}.nav-link{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;color:#cbd5e1;text-decoration:none;font-weight:500;font-size:14px}.nav-link:hover{background:#ffffff14;color:var(--white)}.nav-link.active{background:var(--brand-primary);color:var(--white)}.sidebar-footer{margin-top:auto;padding:10px 12px;font-size:13px;color:#94a3b8}.sidebar-footer button{margin-top:8px;width:100%}.content{flex:1;min-width:0;padding:28px 32px 60px;max-width:1180px}@media (max-width: 880px){.shell{flex-direction:column}.sidebar{width:100%;flex-direction:row;align-items:center;overflow-x:auto;overflow-y:hidden;padding:10px 12px;height:auto;position:sticky;top:0;z-index:50}.wordmark{padding:0 14px 0 4px;font-size:18px;white-space:nowrap}.nav-link{white-space:nowrap}.sidebar-toggle{display:none}.sidebar-top{flex:0 0 auto}.sidebar-footer{margin:0 0 0 auto;display:flex;align-items:center;gap:8px;padding:0 4px;white-space:nowrap}.sidebar-footer button{margin:0;width:auto}.content{padding:18px 14px 60px}}.card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);padding:20px;margin-bottom:16px}.card h2{margin-bottom:12px}.grid{display:grid;gap:16px}.grid-2{grid-template-columns:1fr 1fr}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media (max-width: 880px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.two-col{display:grid;grid-template-columns:5fr 4fr;gap:16px;align-items:start}@media (max-width: 980px){.two-col{grid-template-columns:1fr}}.row{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.spread{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap}.muted{color:var(--n500);font-size:13px}.kpi-value{font-size:26px;font-weight:700;color:var(--brand-primary)}.mt{margin-top:12px}.btn{font-family:inherit;font-size:14px;font-weight:600;border:none;border-radius:12px;padding:11px 18px;cursor:pointer;background:var(--brand-gradient);color:var(--white);box-shadow:0 6px 16px #6c4ce63d;transition:filter .15s,transform .05s,box-shadow .15s}.btn:hover:not(:disabled){filter:brightness(1.06);box-shadow:0 8px 20px #6c4ce652}.btn:active:not(:disabled){transform:translateY(1px)}.btn:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.btn.secondary{background:var(--brand-secondary);box-shadow:0 6px 16px #10b98138}.btn.ghost{background:transparent;color:var(--brand-primary);border:1px solid var(--brand-primary-2);box-shadow:none}.btn.ghost:hover:not(:disabled){background:var(--brand-tint)}.btn.danger{background:var(--danger);box-shadow:0 6px 16px #dc262633}.btn.small{padding:6px 12px;font-size:13px;border-radius:9px;box-shadow:none}label.field{display:block;margin-bottom:12px;font-size:13px;font-weight:600;color:var(--n900)}label.field>span{display:block;margin-bottom:4px}input,select,textarea{font-family:inherit;font-size:14px;width:100%;padding:9px 11px;border:1px solid #cbd5e1;border-radius:8px;background:var(--white);color:var(--n900)}textarea{resize:vertical;min-height:70px}input[type=checkbox]{width:auto}.error-text{color:var(--danger);font-size:13px;margin:6px 0}.hint-box{background:#fffbeb;border:1px dashed var(--accent);color:#92400e;font-size:13px;border-radius:8px;padding:8px 12px;margin:8px 0}.info-dot{flex:none;width:16px;height:16px;padding:0;border-radius:999px;border:1px solid var(--border, #cbd5e1);background:transparent;color:var(--muted, #64748b);font-size:11px;font-style:italic;font-weight:700;line-height:14px;text-align:center;cursor:pointer}.info-dot:hover,.info-dot[aria-expanded=true]{border-color:var(--brand-primary, #2563eb);color:var(--brand-primary, #2563eb)}.setting-help{margin-top:6px;max-width:260px;font-size:12px;line-height:1.45;color:var(--muted, #64748b);white-space:normal}.setting-key{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;color:var(--muted, #94a3b8);word-break:break-all}.pill{display:inline-block;padding:3px 10px;border-radius:999px;font-size:12px;font-weight:600;white-space:nowrap;background:#e2e8f0;color:var(--n900)}.pill.blue{background:#dbeafe;color:#1e40af}.pill.teal{background:#ccfbf1;color:#115e59}.pill.amber{background:#fef3c7;color:#92400e}.pill.red{background:#fee2e2;color:#991b1b}.pill.gray{background:#e2e8f0;color:#334155}.pill.purple{background:#ede9fe;color:#5b21b6}.chip{display:inline-flex;align-items:center;gap:6px;padding:3px 10px;border-radius:999px;font-size:12px;font-weight:600;white-space:nowrap;background:#e2e8f0;color:#334155}.chip-x{background:none;border:none;cursor:pointer;font:inherit;color:inherit;line-height:1;padding:6px;margin:-6px -4px -6px 0}.chip-dot{width:7px;height:7px;border-radius:50%;background:currentColor;flex-shrink:0}.chip.blue{background:#dbeafe;color:#1e40af}.chip.teal{background:#ccfbf1;color:#115e59}.chip.amber{background:#fef3c7;color:#92400e}.chip.red{background:#fee2e2;color:#991b1b}.chip.gray{background:#e2e8f0;color:#334155}.chip.purple{background:#ede9fe;color:#5b21b6}.chip.brand{background:#e6effb;color:var(--brand-primary)}.page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:20px;flex-wrap:wrap}.page-head h1{margin:0 0 2px}.page-head .subtitle{color:var(--n500);font-size:13px;margin:0}.profile-grid{display:grid;grid-template-columns:340px 1fr;gap:20px;align-items:start}.profile-grid>*{min-width:0}@media (max-width: 768px){.profile-grid{grid-template-columns:1fr}}.identity-card{position:sticky;top:20px}@media (max-width: 768px){.identity-card{position:static}}.identity-card .ident-name{margin:12px 0 6px;font-size:20px}.avatar-wrap{position:relative;width:96px;height:96px}.avatar-img{width:96px;height:96px;border-radius:50%;object-fit:cover;display:block;border:3px solid var(--white);box-shadow:0 0 0 1px #e2e8f0,var(--shadow)}.avatar-initials{width:96px;height:96px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#e6effb;color:var(--brand-primary);font-weight:700;font-size:34px;border:3px solid var(--white);box-shadow:0 0 0 1px #e2e8f0,var(--shadow)}.avatar-overlay{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;display:flex;align-items:center;justify-content:center;gap:4px;background:#0f172a8c;color:#fff;opacity:0;transition:opacity .15s ease;cursor:pointer;border:none;font-size:11px;font-weight:600}.avatar-wrap:hover .avatar-overlay,.avatar-overlay:focus-visible{opacity:1}.account-summary{margin-top:18px;padding-top:16px;border-top:1px solid #eef2f7}.section-card{background:var(--white);border-radius:var(--radius);border:1px solid #e7ecf3;box-shadow:var(--shadow);padding:22px;margin-bottom:18px}.section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:6px}.section-title{margin:0;font-size:15px;font-weight:600}.section-subtitle{margin:2px 0 0;color:var(--n500);font-size:12.5px}.section-body{margin-top:12px}.def-row{display:flex;align-items:center;gap:12px;padding:13px 0;border-bottom:1px solid #eef2f7}.def-row:last-child{border-bottom:none}.def-label{flex:0 0 130px;color:var(--n500);font-size:13px}.def-value{flex:1;min-width:0;font-size:14px;color:var(--n900);word-break:break-word}.def-value .not-set{color:#94a3b8}.def-action{flex-shrink:0}@media (max-width: 480px){.def-label{flex-basis:92px}}.quiet-link{background:none;border:none;padding:2px 4px;margin:0;font:inherit;font-size:13px;font-weight:600;color:var(--brand-primary);cursor:pointer;border-radius:6px}.quiet-link:hover:not(:disabled){text-decoration:underline}.quiet-link:disabled{color:#94a3b8;cursor:not-allowed}.quiet-link.danger{color:var(--danger)}.icon-btn{display:inline-flex;align-items:center;gap:6px;background:none;border:1px solid transparent;padding:5px 8px;border-radius:8px;font:inherit;font-size:13px;font-weight:600;color:var(--brand-primary);cursor:pointer}.icon-btn:hover:not(:disabled){background:#eef4fc}.icon-btn.danger{color:var(--danger)}.icon-btn.danger:hover:not(:disabled){background:#fef2f2}.icon-btn:disabled{opacity:.5;cursor:not-allowed}.session-row{display:flex;align-items:center;gap:12px;padding:14px 0;border-bottom:1px solid #eef2f7}.session-row:last-child{border-bottom:none}.session-ico{width:38px;height:38px;border-radius:10px;background:#eef4fc;color:var(--brand-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.session-main{flex:1;min-width:0}.session-title{font-weight:600;font-size:14px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.session-meta{color:var(--n500);font-size:12.5px;margin-top:2px}@media (max-width: 520px){.section-card{padding:18px 16px}.session-row{flex-wrap:wrap}.session-row .icon-btn{margin-left:50px}.def-row{flex-wrap:wrap}.def-action{margin-left:auto}}.skeleton{display:inline-block;background:linear-gradient(90deg,#eef2f7 25%,#e2e8f0 37%,#eef2f7 63%);background-size:400% 100%;animation:skeleton 1.4s ease infinite}@keyframes skeleton{0%{background-position:100% 50%}to{background-position:0 50%}}.call-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;background:#211a3e9e;display:flex;align-items:center;justify-content:center}.call-sheet{width:100%;height:100%;display:flex;align-items:stretch}.call-sheet>.card{width:100%;margin:0;border-radius:0;display:flex;flex-direction:column;justify-content:center;overflow-y:auto}@media (min-width: 641px){.call-overlay{padding:24px}.call-sheet{height:auto;max-width:460px}.call-sheet>.card{border-radius:var(--radius);max-height:88vh}}.call-screen{width:100%;height:100%;background:var(--white);display:flex;flex-direction:column;padding:18px 20px calc(18px + env(safe-area-inset-bottom,0px))}.call-screen-head{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:34px}.call-screen-body{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:6px;min-height:0}.call-avatar{width:96px;height:96px;border-radius:50%;background:var(--brand-tint);color:var(--brand-primary);display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:700;margin-bottom:10px}.call-who{font-size:24px;font-weight:700;margin:0}.call-status{font-size:17px;color:var(--brand-primary);font-weight:600;margin:0;font-variant-numeric:tabular-nums}.call-sub{max-width:320px;margin:4px 0 0}.call-screen-actions{display:flex;align-items:center;justify-content:center;gap:22px;padding:18px 0 6px}.call-action{width:72px;height:72px;border-radius:50%;border:none;cursor:pointer;font-size:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;background:var(--n100);color:var(--n900);font-family:inherit}.call-action small{font-size:11px;font-weight:600}.call-action:disabled{opacity:.5;cursor:not-allowed}.call-action.toggle.on{background:var(--brand-tint);color:var(--brand-primary)}.call-action.accept{background:var(--brand-secondary);color:var(--white)}.call-action.decline{background:var(--danger);color:var(--white)}.call-screen-foot{display:flex;justify-content:center}@media (min-width: 641px){.call-screen{height:auto;border-radius:var(--radius);max-width:420px;margin:auto;padding:18px 22px 20px}.call-avatar{width:80px;height:80px;font-size:27px}.call-action{width:64px;height:64px;font-size:21px}}@media (max-height: 520px){.call-avatar{width:60px;height:60px;font-size:20px;margin-bottom:4px}.call-who{font-size:19px}.call-action{width:60px;height:60px;font-size:19px}.call-sub{display:none}}.call-dock{position:fixed;left:12px;right:12px;bottom:12px;z-index:80;background:var(--white);border-radius:14px;box-shadow:0 10px 30px #211a3e47;border-left:4px solid var(--brand-secondary);padding:10px 14px;display:flex;align-items:center;justify-content:space-between;gap:12px}.call-dock-who{display:flex;flex-direction:column;min-width:0}.call-dock-who strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (min-width: 641px){.call-dock{left:auto;right:20px;bottom:20px;min-width:320px}}.dots{display:inline-block;margin-left:4px;letter-spacing:2px;color:var(--brand-primary)}.dots span{opacity:0;animation:dot-fade 1.5s ease-in-out infinite}.dots span:nth-child(2){animation-delay:.25s}.dots span:nth-child(3){animation-delay:.5s}@keyframes dot-fade{0%{opacity:0}15%{opacity:1}60%{opacity:1}75%,to{opacity:0}}@media (prefers-reduced-motion: reduce){.dots span{animation:none!important;opacity:1}}.quiet-link:focus-visible,.icon-btn:focus-visible,.avatar-overlay:focus-visible{outline:2px solid var(--brand-primary);outline-offset:2px}.badge-tier{font-weight:700;font-size:12px}.badge-tier.Platinum{color:#6d28d9}.badge-tier.Gold{color:#b45309}.badge-tier.Silver{color:#64748b}.badge-tier.Bronze{color:#92400e}.stars{color:var(--accent);letter-spacing:1px;font-size:14px}.content:has(>.workspace){max-width:none}.workspace>.ws-head{margin-bottom:14px}.workspace .tabs{max-width:560px;margin-bottom:0}.workspace .tabs button{flex:0 1 auto;padding:9px 22px}.ws-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:12px;flex-wrap:wrap;margin-bottom:12px}.ws-section-head h2{margin:0}.filter-bar{display:flex;flex-wrap:wrap;gap:12px;align-items:flex-end}.filter-field{display:flex;flex-direction:column;gap:3px;font-size:12px;font-weight:600;color:var(--n500)}.filter-field select,.filter-field input{font-weight:400;min-width:152px}.filter-field select.on{border-color:var(--brand-primary)}.filter-chip{border:1px solid var(--brand-primary);background:var(--brand-tint);color:var(--brand-primary-dark);border-radius:999px;padding:2px 10px;font-size:12px;font-weight:600;cursor:pointer}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(186px,100%),1fr));gap:14px;margin-bottom:16px}.panel-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(340px,100%),1fr));gap:16px;align-items:start}.stat-tile{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);padding:16px 18px}.stat-tile .kpi-value{line-height:1.1;margin:2px 0}.stat-line{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:7px 0;border-bottom:1px solid #eef2f7}.stat-line:last-child{border-bottom:none}.stat-line strong{font-size:16px}.tscroll{max-width:100%}.table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:0 -4px;padding:0 4px}.table-wrap table{min-width:940px}table{width:100%;border-collapse:collapse;font-size:14px}th{text-align:left;font-size:12px;text-transform:uppercase;letter-spacing:.4px;color:var(--n500);padding:8px 10px;border-bottom:2px solid #e2e8f0}td{padding:10px;border-bottom:1px solid #eef2f7;vertical-align:top}tr.clickable{cursor:pointer}tr.clickable:hover td{background:#f8fafc}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8c;display:flex;align-items:center;justify-content:center;padding:16px;z-index:60}.modal{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);width:100%;max-width:560px;max-height:88vh;overflow-y:auto;padding:22px}.rail{list-style:none;margin:0;padding:0;position:relative}.rail li{position:relative;padding:0 0 22px 34px}.rail-toggle{background:none;border:none;padding:0;font:inherit;font-size:13px;font-weight:600;color:var(--brand-primary);cursor:pointer;text-align:left}.rail-toggle:hover{text-decoration:underline}.rail li:before{content:"";position:absolute;left:10px;top:18px;bottom:-2px;width:2px;background:#e2e8f0}.rail li:last-child:before{display:none}.rail .dot{position:absolute;left:2px;top:2px;width:18px;height:18px;border-radius:50%;background:#e2e8f0;border:3px solid var(--white);box-shadow:0 0 0 2px #e2e8f0}.rail li.done .dot{background:var(--brand-secondary);box-shadow:0 0 0 2px var(--brand-secondary)}.rail li.done:before{background:var(--brand-secondary)}.rail li.current .dot{background:var(--brand-primary);box-shadow:0 0 0 2px var(--brand-primary);animation:pulse-halo 1.8s ease-out infinite}@keyframes pulse-halo{0%{box-shadow:0 0 0 2px var(--brand-primary),0 0 0 2px #1a56a766}70%{box-shadow:0 0 0 2px var(--brand-primary),0 0 0 12px #1a56a700}to{box-shadow:0 0 0 2px var(--brand-primary),0 0 0 2px #1a56a700}}.rail .label{font-weight:600;font-size:14px}.rail li.future .label{color:var(--n500);font-weight:500}.rail .meta{font-size:12px;color:var(--n500)}.map-box{background:#eef4fb;border-radius:var(--radius);overflow:hidden;position:relative}.truck-dot{animation:pulse-truck 1.6s ease-out infinite;transform-origin:center}@keyframes pulse-truck{0%,to{opacity:1}50%{opacity:.55}}.wizard-bar{display:flex;gap:6px;margin-bottom:18px}.wizard-bar .seg{flex:1;height:6px;border-radius:3px;background:#e2e8f0}.wizard-bar .seg.on{background:var(--brand-primary)}.option-card{border:2px solid #e2e8f0;border-radius:var(--radius);padding:16px;cursor:pointer}.option-card:hover{border-color:var(--brand-primary)}.option-card.selected{border-color:var(--brand-primary);background:#f0f6ff}.steps-strip{display:flex;gap:14px}.steps-strip>div{flex:1;background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);padding:16px}.steps-strip .num{width:28px;height:28px;border-radius:50%;background:var(--brand-primary);color:var(--white);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;margin-bottom:8px}@media (max-width: 880px){.steps-strip{flex-direction:column}}.sig-canvas{border:1px dashed #94a3b8;border-radius:8px;background:var(--white);touch-action:none;width:100%}.photo-grid{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:8px}.photo-thumb{width:86px;height:86px;object-fit:cover;border-radius:10px;border:1px solid #e2e8f0;background:#eef2f7;display:inline-block}.photo-thumb.placeholder{display:inline-block}.photo-remove{position:absolute;top:-6px;right:-6px;width:22px;height:22px;border-radius:50%;border:none;background:var(--danger);color:#fff;font-size:11px;font-weight:700;cursor:pointer;line-height:1}.photo-add{width:86px;height:86px;border-radius:10px;border:2px dashed #94a3b8;background:none;color:var(--n500);font-family:inherit;font-weight:600;font-size:13px;cursor:pointer}.photo-add:hover{border-color:var(--brand-primary);color:var(--brand-primary)}.leaflet-box{height:280px;border-radius:10px;overflow:hidden;border:1px solid #cbd5e1}.leaflet-box.track-map{height:320px}.lorry-rot{transition:transform .4s ease;transform-origin:center}.map-pin{font-size:26px;line-height:1;filter:drop-shadow(0 2px 2px rgba(0,0,0,.3))}.picked-location{display:flex;justify-content:space-between;gap:10px;align-items:flex-start;border:1px solid #cbd5e1;border-radius:10px;padding:12px;background:#f8fafc}.picked-location.blocked{border-color:var(--danger);background:#fef2f2}.pin-refine{margin-bottom:10px}.sim-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:18px;background:var(--n900)}.sim-card{width:100%;max-width:420px}.choice-card{display:block;border:2px solid #e2e8f0;border-radius:var(--radius);padding:14px 16px;cursor:pointer;margin-bottom:10px}.choice-card.on{border-color:var(--brand-primary);background:#f0f6ff}.otp-display{display:flex;gap:8px;margin:10px 0 14px}.otp-display span{width:42px;height:52px;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;color:var(--brand-primary);background:#f0f6ff;border:2px solid var(--brand-primary);border-radius:10px;letter-spacing:1px}.suggest-list{position:absolute;top:calc(100% - 8px);left:0;right:0;z-index:40;background:var(--white);border:1px solid #cbd5e1;border-radius:8px;box-shadow:var(--shadow);list-style:none;margin:0;padding:4px;max-height:240px;overflow-y:auto}.suggest-list button{display:block;width:100%;text-align:left;background:none;border:none;font-family:inherit;font-size:14px;padding:8px 10px;border-radius:6px;cursor:pointer;color:var(--n900)}.suggest-list button:hover{background:#f0f6ff}.toast-stack{position:fixed;right:18px;bottom:18px;display:flex;flex-direction:column;gap:10px;z-index:80;width:min(340px,calc(100vw - 36px))}.toast{background:var(--white);border-left:4px solid var(--brand-primary);border-radius:10px;box-shadow:0 6px 24px #0f172a2e;padding:12px 14px;animation:toast-in .25s ease-out}@keyframes toast-in{0%{transform:translateY(12px);opacity:0}to{transform:translateY(0);opacity:1}}.unread-badge{display:inline-block;margin-left:8px;min-width:18px;text-align:center;background:var(--danger);color:var(--white);border-radius:999px;font-size:11px;font-weight:700;padding:1px 5px}.bar-row{display:flex;align-items:center;gap:10px;margin-bottom:6px}.bar-row .bar-label{width:110px;font-size:13px;color:var(--n500);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bar-row .bar-track{flex:1;background:#e8edf4;border-radius:5px;height:18px;overflow:hidden}.bar-row .bar-fill{height:100%;background:var(--brand-primary);border-radius:5px;min-width:2px}.bar-row .bar-value{width:40px;font-size:13px;font-weight:600}.empty{text-align:center;color:var(--n500);padding:28px 10px}.spinner{text-align:center;color:var(--n500);padding:40px 0}.login-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:18px;background-color:var(--n900);background-image:url(/auth-bg.svg);background-size:cover;background-position:center;background-repeat:no-repeat}.login-card{width:100%;max-width:430px;background:#fffffff7;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 24px 60px #02061759;border:1px solid rgba(255,255,255,.6)}@media (prefers-reduced-motion: reduce){.login-wrap{background-attachment:scroll}}.tabs{display:flex;gap:6px;margin-bottom:16px}.tabs button{flex:1;padding:9px;border-radius:8px;border:1px solid #cbd5e1;background:var(--white);font-family:inherit;font-weight:600;font-size:14px;cursor:pointer;color:var(--n500)}.tabs button.on{background:var(--brand-primary);border-color:var(--brand-primary);color:var(--white)}.demo-creds{font-size:12px;color:var(--n500);margin-top:14px;line-height:1.7}.demo-creds code{background:#eef2f7;padding:1px 5px;border-radius:4px}@media (max-width: 720px){.tscroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.tscroll>table{width:max-content;min-width:100%;overflow-wrap:normal;word-break:normal}.table-wrap table{min-width:0}td a,td code,td strong,td .chip,td .btn,th{white-space:nowrap}td,th{max-width:62vw}td select,td input:not([type=checkbox]):not([type=radio]){min-width:110px}.grid>*,.two-col>*{min-width:0}.card,.muted{overflow-wrap:anywhere}.tabs{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:2px}.tabs::-webkit-scrollbar{display:none}.tabs button{flex:0 0 auto;padding:9px 14px;white-space:nowrap}.workspace .tabs{max-width:none}}@media (pointer: coarse){.btn.small,.quiet-link,.icon-btn,.chip-x,.tabs button,select,input:not([type=checkbox]):not([type=radio]):not([type=range]){min-height:36px}.quiet-link,.icon-btn,.chip-x{display:inline-flex;align-items:center;justify-content:center;min-width:36px}td a{display:inline-block;padding:8px 0;margin:-8px 0}input[type=checkbox],input[type=radio]{width:18px;height:18px}}
