:root{--radius: 12px;--radius-sm: 8px;--font: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;--font-ar: "Cairo", "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;--mono: "JetBrains Mono", ui-monospace, monospace}html[data-theme=day],:root{color-scheme:light;--bg: #ffffff;--bg-elev: #f8fafc;--bg-panel: #ffffff;--bg-input: #f1f5f9;--border: #e2e8f0;--border-elev: #cbd5e1;--text: #0f172a;--muted: #64748b;--accent: #0088fc;--accent-2: #0066d6;--accent-3: #3ba4ff;--accent-deep: #0057c2;--accent-grad: linear-gradient(135deg, #3ba4ff 0%, #0088fc 48%, #0057c2 100%);--accent-glow: rgba(0, 136, 252, .18);--warn: #f59e0b;--danger: #ef4444;--success: #0088fc;--info: #0088fc;--purple: #64748b}html[data-theme=night]{color-scheme:dark;--bg: #05060a;--bg-elev: #0d1018;--bg-panel: #141824;--bg-input: #0d1018;--border: #222837;--border-elev: #2c3446;--text: #f2f5fa;--muted: #8a94a8;--accent: #0088fc;--accent-2: #3ba4ff;--accent-3: #6bbcff;--accent-deep: #0066d6;--accent-grad: linear-gradient(135deg, #6bbcff 0%, #0088fc 48%, #0066d6 100%);--accent-glow: rgba(0, 136, 252, .22);--warn: #f59e0b;--danger: #ef4444;--success: #3ba4ff;--info: #0088fc;--purple: #94a3b8}html[dir=rtl]{--font: var(--font-ar)}*{box-sizing:border-box}html,body,#root{height:100%;width:100%;margin:0}body{font-family:var(--font);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.app-shell{display:grid;grid-template-columns:200px minmax(0,1fr);grid-template-areas:"sidebar content";width:100%;min-height:100%;background:var(--bg)}.app-shell>aside{grid-area:sidebar}.shell-main{grid-area:content;min-width:0;display:flex;flex-direction:column;min-height:100vh}.sidebar{position:sticky;top:0;height:100vh;border-inline-end:1px solid var(--border);background:var(--bg-panel);padding:.5rem;display:flex;flex-direction:column;gap:.5rem;overflow-y:auto}.topbar{position:sticky;top:0;z-index:40;height:48px;flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:0 .85rem;border-bottom:1px solid var(--border);background:var(--bg-panel)}.topbar-start,.topbar-end{display:flex;align-items:center;gap:.4rem;min-width:0}.topbar-end{flex-wrap:nowrap;justify-content:flex-end}.topbar-user{display:flex;flex-direction:column;gap:0;min-width:0}.topbar-user-name{font-size:.82rem;font-weight:650;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topbar-user-meta{font-size:.68rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:220px}.topbar-signout{height:32px;padding-inline:.65rem;font-size:.78rem;white-space:nowrap}.ops-menu{position:relative}.ops-menu-trigger{display:inline-flex;align-items:center;gap:.3rem;height:32px;padding:0 .55rem;border:1px solid var(--border);border-radius:8px;background:var(--bg-elev);color:var(--text);font:inherit;font-size:.72rem;font-weight:650;cursor:pointer;white-space:nowrap}.ops-menu-label{max-width:7.5rem;overflow:hidden;text-overflow:ellipsis}.ops-menu-trigger:hover,.ops-menu-trigger.open{border-color:var(--accent);color:var(--accent)}.ops-badge{min-width:1.25rem;height:1.25rem;padding:0 .3rem;border-radius:999px;background:var(--border);color:var(--muted);font-size:.68rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.ops-badge.hot{background:var(--accent-grad);color:#fff}.ops-menu-alerts .ops-badge.hot{background:#e53935}.ops-menu-panel{position:absolute;top:calc(100% + .35rem);inset-inline-end:0;width:min(360px,calc(100vw - 2rem));max-height:min(420px,70vh);overflow:auto;background:var(--bg-panel);border:1px solid var(--border);border-radius:10px;box-shadow:0 8px 24px #0000001f;z-index:50}.ops-menu-head{padding:.65rem .85rem;border-bottom:1px solid var(--border);font-size:.78rem;font-weight:700;color:var(--text)}.ops-menu-empty{margin:0;padding:1rem .85rem;font-size:.82rem}.ops-menu-list{list-style:none;margin:0;padding:0}.ops-menu-item{display:flex;flex-direction:column;gap:.15rem;padding:.7rem .85rem;border-bottom:1px solid var(--border);text-decoration:none;color:var(--text)}.ops-menu-item:hover{background:var(--bg-elev)}.ops-menu-item-title{font-size:.84rem;font-weight:650}.ops-menu-item-meta,.ops-menu-item-detail,.ops-menu-item-time{font-size:.72rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ops-menu-item-meta{color:var(--muted)}.ops-menu-footer{display:block;padding:.65rem .85rem;font-size:.78rem;font-weight:650;color:var(--accent);text-decoration:none}.ops-menu-footer:hover{background:var(--bg-elev)}.app-footer{flex-shrink:0;height:32px;display:flex;align-items:center;justify-content:center;border-top:1px solid var(--border);background:var(--bg-panel);padding:0 .75rem}.app-footer-powered{font-size:.7rem;color:var(--muted)}.app-footer-powered strong{color:var(--text);font-weight:650}.brand{display:flex;align-items:center;gap:.65rem;font-weight:800;letter-spacing:.03em;font-size:1.25rem;padding:0 .5rem}.brand-logo{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:.55rem}.brand-logo-img{display:block;width:auto;height:40px;object-fit:contain;background:transparent}.brand-logo-admin{color:var(--accent);font-weight:700;font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;line-height:1;align-self:flex-end;margin-bottom:.15rem}.sidebar-brand{padding:.15rem .3rem .45rem;margin-bottom:.1rem;border-bottom:1px solid var(--border)}.sidebar-brand .brand-logo-img{height:28px}.login-brand{margin:0;width:100%}.login-brand.brand-logo{flex-direction:column;align-items:flex-start;gap:.75rem}.login-brand .brand-logo-img{display:block;width:min(100%,460px);height:auto;max-width:100%;object-fit:contain}.login-brand .brand-logo-admin{font-size:.72rem;color:#0088fc;align-self:flex-start;margin:0;padding:.2rem .45rem;border:1px solid rgba(0,136,252,.35);border-radius:6px;background:#0088fc1a}.splash-screen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:grid;place-items:center;overflow:hidden;background:#05070a;transition:opacity .38s ease,transform .38s ease}.splash-screen-leave{opacity:0;transform:scale(1.02);pointer-events:none}.splash-orbit{position:absolute;width:min(520px,80vw);height:min(520px,80vw);border-radius:50%;border:1px solid rgba(0,136,252,.18);animation:splash-orbit 2.2s ease-out both}.splash-orbit-2{width:min(360px,56vw);height:min(360px,56vw);border-color:#0088fc47;animation-delay:.12s}.splash-inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:.7rem;padding:1rem}.splash-mark-wrap{position:relative;width:140px;height:140px;display:grid;place-items:center}.splash-lockup-wrap{width:min(340px,78vw);height:auto;min-height:110px;padding:1.25rem 1.5rem}.splash-mark-ring{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:2px solid rgba(0,136,252,.35);animation:splash-ring 1.6s ease-out both}.splash-lockup-wrap .splash-mark-ring{border-radius:24px}.splash-mark,.splash-lockup{width:112px;height:112px;object-fit:contain;animation:splash-mark-pop 1s cubic-bezier(.22,1,.36,1) both}.splash-lockup{width:min(280px,70vw);height:auto;max-height:88px}.splash-name{color:#f2f5fa;font-size:2.35rem;font-weight:800;letter-spacing:-.05em;line-height:1;animation:splash-in .7s ease .18s both}.splash-line{margin:0;color:#8a94a8;font-size:.95rem;font-weight:500;letter-spacing:.01em;animation:splash-in .7s ease .32s both}.splash-progress{margin-top:.85rem;width:120px;height:2px;border-radius:999px;background:#ffffff14;overflow:hidden}.splash-progress span{display:block;height:100%;width:0;background:#0088fc;animation:splash-bar 1.8s ease .35s forwards}@keyframes splash-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes splash-mark-pop{0%{opacity:0;transform:scale(.72)}65%{opacity:1;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}@keyframes splash-ring{0%{opacity:0;transform:scale(.7)}40%{opacity:1}to{opacity:.35;transform:scale(1.08)}}@keyframes splash-orbit{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}@keyframes splash-bar{0%{width:0}to{width:100%}}@media(prefers-reduced-motion:reduce){.splash-inner,.splash-mark,.splash-mark-ring,.splash-orbit,.splash-name,.splash-line,.splash-progress span{animation:none}.splash-progress span{width:100%}.splash-screen{transition:none}}.demo-heading{margin:0 0 .25rem;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--muted)}.demo-hint{margin:0 0 .6rem;font-size:.8rem;color:var(--muted);line-height:1.35}.demo-hint-footer{margin:.35rem 0 0}.demo-accounts{display:flex;flex-direction:column;gap:.5rem}.demo-accounts-row{flex-direction:row;flex-wrap:wrap}.demo-accounts-row .demo-account-btn{flex:1 1 180px}.demo-account-btn{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:.1rem;text-align:start;padding:.65rem .85rem;min-height:44px}.demo-account-name{font-weight:700;font-size:.9rem}.demo-account-email{font-size:.7rem;opacity:.85}.sample-team-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.4rem}.sample-team-item{border:1px solid var(--border);border-radius:8px;padding:.5rem .65rem;background:var(--bg-elev)}.sample-team-top{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.sample-team-top strong{font-size:.85rem;font-weight:650;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sample-team-status{font-size:.65rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:var(--success);flex-shrink:0}.sample-team-meta{margin:.15rem 0 0;font-size:.72rem;color:var(--muted)}.login-oauth{margin-top:.85rem;padding-top:.75rem;border-top:1px solid var(--border)}.login-google{margin-bottom:.5rem}.brand-mark{width:28px;height:28px;border-radius:8px;background:var(--accent);display:grid;place-items:center;font-size:.8rem;font-weight:900;color:#fff;box-shadow:none}.brand span{color:var(--accent)}.nav{display:flex;flex-direction:column;gap:.15rem}.nav a{padding:.35rem .55rem;border-radius:8px;color:var(--muted);font-weight:500;font-size:.8rem;display:flex;align-items:center;gap:.4rem;transition:all .15s ease}.nav a:hover,.nav a.active{background:var(--bg-panel);color:var(--text);border:none}.nav a.active{background:var(--bg-elev);color:var(--text);font-weight:600}.nav-icon{width:24px;height:24px;border-radius:6px;background:var(--bg-elev);border:1px solid var(--border);display:grid;place-items:center;font-size:.7rem;font-family:var(--mono);font-weight:700;color:var(--muted);flex-shrink:0}.nav a.active .nav-icon{border-color:var(--accent);color:var(--accent);background:#0088fc1a}.main{flex:1;padding:.75rem 1rem 1rem;width:100%;max-width:none;min-height:0}.page-content{width:100%;max-width:1120px;margin-inline:0}.form-page{width:100%;max-width:720px}.form-page .panel{padding:.75rem .85rem}.form-page .field{margin-bottom:.65rem}.form-page .choice-cards{gap:.45rem}.form-page .choice-card{padding:.65rem .75rem}.form-page .split-2{gap:.65rem}.place-ac{position:relative}.place-ac-status{display:block;margin-top:.35rem;font-size:.75rem}.place-ac-status.error-inline{color:#c62828}.place-ac-list{position:absolute;z-index:30;top:calc(100% + .25rem);inset-inline:0;margin:0;padding:.25rem;list-style:none;max-height:240px;overflow:auto;background:var(--bg-panel);border:1px solid var(--border);border-radius:8px;box-shadow:0 8px 20px #0000001a}.place-ac-option{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:.1rem;text-align:start;border:0;background:transparent;color:var(--text);font:inherit;padding:.5rem .55rem;border-radius:6px;cursor:pointer}.place-ac-option:hover,.place-ac-option.active{background:var(--bg-elev)}.place-ac-label{font-size:.84rem;font-weight:600;line-height:1.3}.place-ac-coords{font-size:.7rem;font-family:var(--mono)}.place-selected-meta{margin-top:.35rem}.page-title{margin:0 0 .1rem;font-size:1.15rem;font-weight:650;letter-spacing:-.02em;line-height:1.25}.page-sub{margin:0 0 .65rem;color:var(--muted);font-size:.8rem;line-height:1.35}.grid-kpi{display:grid;grid-template-columns:repeat(auto-fill,minmax(112px,1fr));gap:.4rem;margin-bottom:.65rem}.kpi{background:var(--bg-panel);border:1px solid var(--border);border-radius:8px;padding:.45rem .55rem;position:relative;overflow:hidden;transition:border-color .15s ease}.kpi:hover{border-color:var(--border-elev)}.kpi .label{color:var(--muted);font-size:.62rem;text-transform:uppercase;letter-spacing:.03em;font-weight:600;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kpi .value{font-family:var(--mono);font-size:1.1rem;font-weight:600;margin-top:.15rem;color:var(--text);line-height:1.2}.panel{background:var(--bg-panel);border:1px solid var(--border);border-radius:8px;padding:.65rem .75rem;margin-bottom:.65rem}.panel h2{margin:0 0 .45rem;font-size:.88rem;font-weight:600;color:var(--text)}table{width:100%;border-collapse:separate;border-spacing:0;font-size:.9rem}th,td{text-align:left;padding:.5rem .65rem;border-bottom:1px solid var(--border);font-size:.875rem}th{color:var(--muted);font-weight:600;font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;background:var(--bg-elev)}th:first-child{border-radius:var(--radius-sm) 0 0 var(--radius-sm)}th:last-child{border-radius:0 var(--radius-sm) var(--radius-sm) 0}tr.clickable{cursor:pointer;transition:background .12s ease}tr.clickable:hover{background:#ffffff08}.badge{display:inline-flex;align-items:center;gap:0;padding:.15rem .45rem;border-radius:6px;font-size:.68rem;font-family:var(--mono);font-weight:600;background:var(--bg-elev);border:1px solid var(--border);color:var(--text)}.badge:before{display:none}.badge.active{color:#0088fc;border-color:#0088fc59;background:#0088fc1f}.badge.active:before{background:var(--success);box-shadow:none}.badge.ready{color:#93c5fd;border-color:#0088fc59;background:#0088fc1f}.badge.ready:before{background:var(--accent-2)}.badge.completed{color:var(--muted);border-color:var(--border)}.badge.completed:before{background:var(--muted)}.badge.cancelled{color:#fca5a5;border-color:#ef444459;background:#ef44441f}.badge.cancelled:before{background:var(--danger)}.badge.draft{color:#d1d5db;border-color:var(--border)}.badge.paused{color:#fbbf24;border-color:#f59e0b59;background:#f59e0b1f}.badge.paused:before{background:var(--warn)}.badge.convoy{color:#0088fc;border-color:#0088fc59;background:#0088fc1f}.badge.meet{color:#fde047;border-color:#facc1559;background:#facc151f}.badge.meet:before{background:#fde047}.btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--border-elev);background:var(--bg-elev);color:var(--text);padding:.35rem .65rem;border-radius:8px;cursor:pointer;font-weight:600;font-size:.78rem;min-height:32px;transition:all .15s ease;display:inline-flex;align-items:center;justify-content:center;gap:.35rem}.btn:hover{border-color:var(--muted);background:var(--bg-panel)}.btn.primary{background:var(--accent-grad);border:1px solid transparent;color:#fff;font-weight:700;box-shadow:0 1px #ffffff2e inset}.btn.primary:hover{background:linear-gradient(135deg,var(--accent-3) 0%,var(--accent) 40%,var(--accent-deep) 100%);border-color:transparent;filter:brightness(1.05);transform:none}.btn.primary:active{filter:brightness(.96)}.btn.danger{background:transparent;border-color:#ef444480;color:#fca5a5}.btn.danger:hover{background:#ef44441f}.btn:disabled{opacity:.45;cursor:not-allowed}.btn-row{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.lang-toggle{display:inline-flex;background:var(--bg-elev);border:1px solid var(--border-elev);border-radius:var(--radius-sm);padding:2px;gap:2px}.lang-toggle button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:transparent;color:var(--muted);padding:.35rem .75rem;border-radius:calc(var(--radius-sm) - 2px);cursor:pointer;font-weight:700;font-size:.75rem;letter-spacing:.03em;transition:all .15s ease;min-width:2.5rem}.lang-toggle button.active{background:var(--accent-grad);color:#fff;box-shadow:none}.lang-toggle button:not(.active):hover{color:var(--text)}.lang-toggle.layout-lang{width:100%}.lang-toggle.layout-lang button{flex:1}.lang-toggle.topbar-lang button,.theme-toggle.topbar-theme button{min-width:2rem;padding:.2rem .45rem;font-size:.7rem;min-height:28px}.login-lang{display:flex;justify-content:center;gap:.75rem;margin-bottom:1rem}.theme-toggle{display:inline-flex;background:var(--bg-elev);border:1px solid var(--border-elev);border-radius:var(--radius-sm);padding:2px;gap:2px}.theme-toggle button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:transparent;color:var(--muted);padding:.35rem .75rem;border-radius:calc(var(--radius-sm) - 2px);cursor:pointer;font-weight:700;font-size:.75rem;letter-spacing:.03em;transition:all .15s ease;min-width:2.5rem}.theme-toggle button.active{background:var(--accent-grad);color:#fff;box-shadow:none}.theme-toggle button:not(.active):hover{color:var(--text)}.theme-toggle.layout-toggle{width:100%}.theme-toggle.layout-toggle button{flex:1}.field{display:flex;flex-direction:column;gap:.4rem;margin-bottom:.85rem}.field label{color:var(--muted);font-size:.82rem;font-weight:500}.field input,.field select,.field textarea{background:var(--bg-input);border:1px solid var(--border-elev);border-radius:var(--radius-sm);color:var(--text);padding:.6rem .8rem;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow)}.login-page{min-height:100%;height:100%;display:grid;place-items:center;padding:1.25rem;background:#0b1220;overflow:auto}.login-stage{width:min(1080px,100%);display:grid;grid-template-columns:1.2fr .95fr;gap:0;border:1px solid rgba(255,255,255,.08);border-radius:16px;overflow:hidden;background:#0f172a;box-shadow:0 24px 64px #00000059;animation:login-stage-in .5s ease both}.login-story{display:flex;flex-direction:column;gap:1.75rem;padding:2.25rem 2.4rem 2.2rem;color:#f2f5fa;background:#0f172a}.login-brand-block{display:flex;flex-direction:column;gap:1rem}.login-featured{display:flex;flex-direction:column;gap:.85rem;flex:1;padding-top:.25rem;border-top:1px solid rgba(255,255,255,.08)}.login-featured-title{margin:0;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#64748b}.login-headline{margin:0 0 .65rem;font-size:clamp(1.7rem,2.6vw,2.25rem);font-weight:750;letter-spacing:-.04em;line-height:1.15;max-width:18ch;color:#fff}.login-subhead{margin:0;font-size:.95rem;line-height:1.55;color:#94a3b8;max-width:36rem}.login-benefits{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.85rem}.login-benefit{display:grid;grid-template-columns:10px 1fr;gap:.75rem;align-items:start}.login-benefit-dot{width:8px;height:8px;margin-top:.4rem;border-radius:50%;background:#0088fc}.login-benefit strong{display:block;font-size:.92rem;font-weight:650;color:#f8fafc;margin-bottom:.15rem}.login-benefit p{margin:0;font-size:.82rem;line-height:1.45;color:#94a3b8}.login-story-actions{display:flex;flex-direction:column;align-items:flex-start;gap:.45rem;margin-top:auto}.login-primary-cta{min-height:44px;padding:0 1.25rem;text-decoration:none;border-radius:10px;font-weight:650}.login-story-note{margin:0;font-size:.75rem;color:#64748b}.login-gate{padding:1.75rem 1.5rem;background:#fff;color:#0f172a;display:flex;flex-direction:column;gap:1rem;border-inline-start:1px solid rgba(255,255,255,.06);min-height:100%}html[data-theme=night] .login-gate{background:#141824;color:var(--text)}.login-gate-header{display:flex;flex-direction:column;gap:.35rem}.login-gate-top{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.login-gate-title{margin:0;font-size:1.2rem;font-weight:700;letter-spacing:-.02em}.login-gate-hint{margin:0;font-size:.8rem;line-height:1.4;color:var(--muted)}.login-gate-body{display:flex;flex-direction:column;gap:1rem;flex:1}.login-oauth{display:flex;flex-direction:column;gap:.55rem}.login-google{width:100%}.login-oauth-btn{width:100%;justify-content:center}.login-demo{margin-top:0;border-top:0;padding-top:0}.login-oauth+.login-demo{margin-top:auto;border-top:1px solid var(--border);padding-top:.75rem}.login-demo-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.45rem;color:var(--muted);font-size:.78rem;font-weight:600}.login-demo-badge{font-size:.65rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#64748b;border:1px solid var(--border);border-radius:999px;padding:.15rem .45rem}.login-demo-list{list-style:none;margin:.35rem 0 0;padding:0;border:1px solid var(--border);border-radius:10px;overflow:hidden;background:var(--bg-elev)}.login-demo-note{padding:.55rem .75rem;font-size:.72rem;line-height:1.35;color:var(--muted);border-bottom:1px solid var(--border)}.login-demo-item{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:.1rem;padding:.65rem .75rem;border:0;border-top:1px solid var(--border);background:transparent;color:inherit;font:inherit;text-align:start;cursor:pointer}.login-demo-list>li:nth-child(2) .login-demo-item{border-top:0}.login-demo-item:hover:not(:disabled){background:#0088fc0f}.login-demo-item:disabled{opacity:.55;cursor:not-allowed}.login-demo-name{font-size:.86rem;font-weight:650;color:var(--text)}.login-demo-email{font-size:.7rem;color:var(--muted)}@keyframes login-stage-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.login-stage{animation:none}}@media(max-width:900px){.login-stage{grid-template-columns:1fr}.login-gate{border-inline-start:0;border-top:1px solid rgba(255,255,255,.06)}.login-headline{max-width:none}.login-brand .brand-logo-img{width:min(100%,380px)}.login-primary-cta{width:100%;text-align:center}}.error{color:#fca5a5;background:#ef44441a;border:1px solid rgba(239,68,68,.25);padding:.75rem 1rem;border-radius:var(--radius-sm);margin-bottom:1rem;font-size:.9rem}.muted{color:var(--muted)}.mono{font-family:var(--mono)}.sidebar-footer{margin-top:auto;display:flex;flex-direction:column;gap:.65rem}.btn-block{width:100%}.user-chip{padding:.65rem .7rem;border-radius:8px;border:1px solid var(--border);background:var(--bg-elev);font-size:.78rem}.user-chip .role-pill{display:inline-block;margin-top:.35rem;color:var(--accent);font-family:var(--mono);font-size:.72rem;font-weight:600;background:#0088fc1a;padding:.2rem .55rem;border-radius:999px}.split-2{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.split-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.map-list{display:grid;gap:.6rem}.map-dot{display:flex;gap:.85rem;align-items:center;padding:.65rem .75rem;background:var(--bg-elev);border-radius:var(--radius-sm);border:1px solid var(--border)}.dot{width:8px;height:8px;border-radius:50%;background:var(--accent);flex-shrink:0}.code-pill{font-family:var(--mono);font-size:1.25rem;letter-spacing:.12em;background:var(--bg-elev);border:1px solid var(--border);padding:.55rem .85rem;border-radius:8px;display:inline-flex;color:var(--text)}.filters .filters-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:1rem 1.25rem;margin-bottom:1rem}.filters .field{margin-bottom:0}.status-bars{display:flex;flex-direction:column;gap:.65rem}.status-bar-row{display:grid;grid-template-columns:100px 1fr 36px;gap:.75rem;align-items:center;font-size:.85rem}.bar-track{height:8px;background:var(--bg-elev);border-radius:999px;overflow:hidden;border:1px solid var(--border)}.bar-fill{height:100%;background:var(--accent);border-radius:999px;transition:width .4s ease}.chart{display:flex;align-items:flex-end;gap:6px;height:170px;overflow-x:auto;padding-top:.5rem}.chart-col{flex:1 0 18px;min-width:18px;height:100%;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;gap:4px}.chart-bars{flex:1;width:100%;display:flex;align-items:flex-end;justify-content:center;gap:3px}.chart-bar{width:6px;min-height:2px;border-radius:3px 3px 0 0;transition:height .3s ease}.chart-bar.created{background:var(--accent-2)}.chart-bar.completed{background:var(--accent)}.chart-label{font-size:.62rem;color:var(--muted);font-family:var(--mono)}.legend{display:inline-block;width:10px;height:10px;border-radius:2px;margin-right:.35rem;vertical-align:middle}.legend.created{background:var(--accent-2)}.legend.completed{background:var(--accent)}@media(max-width:900px){.app-shell{grid-template-columns:1fr;grid-template-areas:"sidebar" "content"}.sidebar{position:relative;height:auto;border-inline-end:none;border-bottom:1px solid var(--border);flex-direction:row;flex-wrap:wrap;align-items:center;padding:1rem;gap:1rem}.nav{flex-direction:row;flex-wrap:wrap}.shell-main{min-height:auto}.topbar{height:auto;min-height:48px;flex-wrap:wrap;padding:.4rem .75rem}.topbar-end{flex-wrap:wrap}.topbar-user-meta{display:none}.ops-menu-label{max-width:5.5rem}.split-2,.split-3{grid-template-columns:1fr}.main{padding:1rem}}@media(max-width:600px){.grid-kpi{grid-template-columns:repeat(2,1fr)}}.section-header{display:flex;align-items:center;justify-content:space-between;margin-top:.75rem;margin-bottom:.35rem}.section-header h2{font-size:.85rem;font-weight:650;margin:0}.section-header a{color:var(--accent);font-weight:600;font-size:.75rem}.dash-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.45rem}.dash-card{background:var(--bg-panel);border:1px solid var(--border);border-radius:8px;overflow:hidden;transition:border-color .15s ease}.dash-card:hover{border-color:var(--border-elev)}.dash-card-top{display:none}.dash-card-body{padding:.55rem .65rem}.dash-card-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.25rem}.dash-card-title{font-size:.9rem;font-weight:700;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dash-card-sub{color:var(--muted);font-size:.75rem;margin:0 0 .25rem}.dash-card-meta{color:var(--muted);font-size:.72rem;margin:0 0 .45rem}.dash-card-link{color:var(--accent);font-weight:600;font-size:.75rem}.page-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.35rem}.filter-bar{display:flex;gap:.35rem;margin-bottom:.75rem;flex-wrap:wrap}.events-toolbar{display:flex;align-items:center;justify-content:space-between;gap:.5rem;flex-wrap:wrap;margin-bottom:.65rem}.events-filter-bar{margin-bottom:0}.view-toggle{display:inline-flex;border:1px solid var(--border);border-radius:8px;overflow:hidden;background:var(--bg-panel)}.view-toggle button{border:0;background:transparent;color:var(--muted);font:inherit;font-size:.8rem;font-weight:650;padding:.45rem .85rem;cursor:pointer}.view-toggle button.active{background:var(--accent-grad);color:#fff}.view-toggle button:not(.active):hover{color:var(--text);background:var(--bg-elev)}.filter-pill{display:inline-flex;align-items:center;gap:.3rem;padding:.35rem .7rem;border-radius:999px;border:1px solid var(--border);background:var(--bg-panel);color:var(--muted);font-weight:600;font-size:.78rem;cursor:pointer;transition:all .15s ease}.filter-pill.active{background:var(--text);color:var(--bg);border-color:var(--text)}.filter-count{background:#ffffff26;border-radius:999px;padding:.1rem .4rem;font-size:.75rem;font-weight:700}.event-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:.55rem;align-items:stretch}.event-card{display:flex;flex-direction:column;min-height:220px;background:var(--bg-panel);border:1px solid var(--border);border-radius:10px;overflow:hidden;transition:border-color .15s ease}.event-card:hover{border-color:var(--border-elev)}.event-card-top{display:none}.event-card-body{flex:1;display:flex;flex-direction:column;padding:.7rem .75rem .65rem;min-height:0}.event-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;margin-bottom:.55rem;min-height:2.5rem}.event-card-heading{min-width:0;flex:1}.event-card-title{font-size:.95rem;font-weight:700;margin:0;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.event-card-sub{color:var(--muted);font-size:.72rem;margin:.15rem 0 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.event-metrics{display:grid;grid-template-columns:repeat(2,1fr);gap:.4rem;margin-bottom:.55rem;flex:1;align-content:start}.event-metric{background:var(--bg-elev);border-radius:var(--radius-sm);padding:.45rem .55rem;min-height:2.75rem}.event-metric-label{display:block;color:var(--muted);font-size:.62rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.1rem}.event-metric-value{color:var(--text);font-size:.82rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.event-actions{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:auto;padding-top:.15rem}.code-pill-muted{opacity:.35}.event-list{padding:0;overflow:hidden}.event-list-head,.event-list-row{display:grid;grid-template-columns:minmax(160px,1.6fr) 100px minmax(100px,1fr) 72px 88px 88px 120px;gap:.75rem;align-items:center;padding:0 1rem}.event-list-head{height:40px;border-bottom:1px solid var(--border);color:var(--muted);font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;background:var(--bg-elev)}.event-list-body{list-style:none;margin:0;padding:0}.event-list-row{min-height:56px;border-bottom:1px solid var(--border);color:var(--text)}.event-list-row:last-child{border-bottom:0}.event-list-row:hover{background:var(--bg-elev)}.event-list-main{display:flex;flex-direction:column;gap:.1rem;min-width:0}.event-list-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.92rem}.event-list-cell{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.85rem;color:var(--text)}.event-list-action{justify-self:end;white-space:nowrap}@media(max-width:960px){.event-list-head{display:none}.event-list-row{grid-template-columns:1fr auto;grid-template-areas:"main status" "meta meta" "action action";gap:.45rem;padding:.85rem 1rem}.event-list-main{grid-area:main}.event-list-status{grid-area:status;justify-self:end}.event-list-cell{display:none}.event-list-action{grid-area:action;justify-self:stretch;text-align:center}}.empty-state{text-align:center;padding:2.5rem}.stepper{display:flex;gap:1rem;margin-bottom:1.5rem}.step{display:flex;align-items:center;gap:.5rem;opacity:.5}.step.active{opacity:1}.step-number{width:28px;height:28px;border-radius:8px;background:var(--bg-elev);border:1px solid var(--border);display:grid;place-items:center;font-weight:800;font-size:.85rem;color:var(--muted)}.step.active .step-number{background:var(--accent);border-color:var(--accent);color:var(--bg)}.step-label{font-weight:600;font-size:.9rem;color:var(--muted)}.step.active .step-label{color:var(--text)}.choice-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.choice-card{display:flex;flex-direction:column;gap:.25rem;padding:.9rem;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--bg-elev);color:var(--text);text-align:left;cursor:pointer;transition:all .15s ease}.choice-card:hover{border-color:var(--border-elev)}.choice-card.selected{border-color:var(--accent);background:var(--accent-glow)}.choice-card strong{font-weight:700;font-size:.95rem}.choice-card span{color:var(--muted);font-size:.75rem}.color-grid{display:flex;flex-wrap:wrap;gap:.6rem}.color-swatch{width:32px;height:32px;border-radius:50%;border:2px solid var(--border);cursor:pointer;transition:transform .15s ease}.color-swatch:hover{transform:scale(1.1)}.color-swatch.selected{border-color:var(--text);box-shadow:0 0 0 2px var(--bg),0 0 0 4px var(--text)}.char-count{display:block;text-align:right;color:var(--muted);font-size:.75rem;margin-top:.25rem}.hint{color:var(--muted);font-size:.8rem;margin-top:.4rem;margin-bottom:0}.stop-row{display:grid;grid-template-columns:1fr 1fr 1.5fr auto;gap:.5rem;margin-bottom:.5rem;align-items:center}.checkbox{display:flex;align-items:center;gap:.5rem}.checkbox input{width:18px;height:18px;accent-color:var(--accent)}.checkbox label{margin-bottom:0}@media(max-width:768px){.choice-cards,.stop-row{grid-template-columns:1fr}.page-header{flex-direction:column;align-items:flex-start}}.user-app{min-height:100vh;min-height:100dvh;background:var(--bg);color:var(--text)}.user-screen{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;background:var(--bg);color:var(--text)}.user-welcome{min-height:100vh;min-height:100dvh;background:var(--bg)}.user-stage{width:100%;min-height:100vh;min-height:100dvh;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(360px,440px);background:var(--bg)}.user-story{padding:1.75rem clamp(1.5rem,4vw,3.5rem) 2rem;color:#f2f5fa;display:flex;flex-direction:column;gap:.9rem;background:radial-gradient(ellipse 70% 50% at 20% 0%,rgba(0,136,252,.16),transparent 60%),#0a1220;overflow:auto}.user-story-top{display:flex;align-items:center;justify-content:space-between;gap:1rem}.user-story-tools{display:flex;align-items:center;gap:.65rem}.user-logo-lockup{width:min(220px,48vw);height:auto;object-fit:contain}.user-map-art{position:relative;margin:.25rem 0 .35rem;border:1px solid rgba(0,136,252,.22);border-radius:14px;overflow:hidden;background:#0b1220;max-width:560px}.user-map-svg{display:block;width:100%;height:auto}.user-map-chip{position:absolute;top:.75rem;inset-inline-start:.75rem;display:inline-flex;align-items:center;gap:.4rem;padding:.3rem .6rem;border-radius:999px;background:#0f172ae0;border:1px solid rgba(0,136,252,.35);font-size:.72rem;font-weight:650;color:#e2e8f0}.user-map-chip i{width:7px;height:7px;border-radius:50%;background:#0088fc;box-shadow:0 0 0 3px #0088fc40}.user-headline{margin:.15rem 0 0;font-size:clamp(1.85rem,3.2vw,2.6rem);font-weight:750;letter-spacing:-.045em;line-height:1.1;color:#fff;max-width:12ch}.user-subhead{margin:0;font-size:1rem;line-height:1.55;color:#94a3b8;max-width:36rem}.user-benefits{list-style:none;margin:.5rem 0 0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem;max-width:640px}.user-benefit{display:flex;flex-direction:column;gap:.35rem;padding:.85rem .9rem;border:1px solid rgba(255,255,255,.08);border-radius:12px;background:#ffffff08}.user-benefit-dot{width:8px;height:8px;border-radius:50%;background:#0088fc}.user-benefit strong{display:block;font-size:.88rem;font-weight:650;color:#f8fafc}.user-benefit p{margin:0;font-size:.78rem;line-height:1.4;color:#94a3b8}.user-story-note{margin:.5rem 0 0;font-size:.75rem;color:#64748b}.user-gate{padding:1.75rem 1.5rem;background:var(--bg-panel);color:var(--text);display:flex;flex-direction:column;gap:.85rem;border-inline-start:1px solid var(--border);overflow:auto;box-shadow:-16px 0 40px #0000001f}.user-gate-head{display:flex;flex-direction:column;gap:.3rem}.user-gate-title{margin:0;font-size:1.2rem;font-weight:700;letter-spacing:-.02em}.user-gate-hint{margin:0;font-size:.82rem;line-height:1.45;color:var(--muted)}.user-field span{font-size:.78rem;font-weight:600;color:var(--muted)}.user-field input{min-height:44px;border-radius:10px}.user-topbar,.user-drive-bar{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.65rem 1rem;border-bottom:1px solid var(--border);background:var(--bg-panel);color:var(--text)}.user-topbar-tools{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;justify-content:flex-end}.user-exit{border:0;background:transparent;color:var(--accent);font:inherit;font-size:.85rem;font-weight:600;cursor:pointer;text-decoration:none;padding:.35rem .25rem;white-space:nowrap}.user-story .user-exit{color:#3ba4ff}.user-story .theme-toggle,.user-story .lang-toggle{background:#ffffff0f;border-color:#ffffff1f}.user-actions,.user-panel{width:100%;display:flex;flex-direction:column;gap:.55rem}.user-cta{width:100%;justify-content:center;min-height:46px;text-decoration:none;border-radius:10px;font-weight:650}.user-cta-secondary{background:var(--bg-panel);border-color:var(--border-elev);color:var(--text)}.user-demo{margin-top:.35rem;padding-top:.75rem;border-top:1px solid var(--border)}.user-demo-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.25rem;font-size:.78rem;font-weight:650;color:var(--muted)}.user-demo-badge{font-size:.65rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#0088fc;border:1px solid rgba(0,136,252,.35);border-radius:999px;padding:.12rem .45rem}.user-demo-hint{margin:0 0 .55rem;font-size:.75rem;color:var(--muted);line-height:1.35}.user-team-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45rem}.user-team-btn{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:.15rem;padding:.7rem .8rem;border:1px solid var(--border);border-radius:8px;background:var(--bg-elev);color:inherit;font:inherit;text-align:start;cursor:pointer;transition:border-color .15s ease}.user-team-btn:hover:not(:disabled){border-color:var(--accent)}.user-team-btn:disabled{opacity:.5;cursor:not-allowed}.user-team-top{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.5rem}.user-team-top strong{font-size:.86rem;font-weight:650;color:var(--text)}.user-team-status{font-size:.65rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#0088fc}.user-team-meta{font-size:.72rem;color:var(--muted)}.user-team-blurb{font-size:.72rem;color:var(--muted);line-height:1.35}@media(max-width:980px){.user-stage{grid-template-columns:1fr;min-height:0}.user-story{background:#0a1220}.user-benefits{grid-template-columns:1fr}.user-gate{border-inline-start:0;border-top:1px solid rgba(255,255,255,.06);box-shadow:none;min-height:auto}.user-headline{max-width:none}}.user-lobby{flex:1;max-width:520px;width:100%;margin:0 auto;padding:1.5rem 1.25rem 2rem;display:flex;flex-direction:column;gap:.65rem;color:var(--text)}.user-eyebrow{margin:0;font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--accent)}.user-lobby-title{margin:0;font-size:1.5rem;font-weight:700;color:var(--text)}.user-lobby .muted{color:var(--muted)}.user-code-block{padding:1rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-elev);text-align:center;color:var(--text)}.user-code{font-size:1.75rem;font-weight:700;letter-spacing:.12em;color:var(--accent);margin-top:.35rem}.user-people{margin:.5rem 0 0;font-weight:650;color:var(--text)}.user-member-list{list-style:none;margin:0 0 1rem;padding:0;display:flex;flex-direction:column;gap:.35rem}.user-member-list li{display:flex;align-items:center;gap:.55rem;font-size:.9rem;padding:.55rem .65rem;border:1px solid var(--border);border-radius:8px;background:var(--bg-panel);color:var(--text)}.user-member-name{color:var(--text);font-weight:500;min-width:0;flex:1}.user-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.user-member-list li.is-watch{border-color:#f59e0b73;background:#f59e0b1a}.user-member-list li.is-watch .user-member-name{font-weight:650;color:var(--text)}.user-watch-pill{margin-inline-start:auto;font-size:.65rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#b45309;border:1px solid rgba(245,158,11,.45);background:#f59e0b1f;border-radius:999px;padding:.15rem .45rem}.user-watch-banner{padding:.65rem .85rem;border-radius:10px;border:1px solid rgba(245,158,11,.45);background:#f59e0b1f;color:var(--text);font-size:.85rem;font-weight:650}html[data-theme=day] .user-watch-banner{color:#92400e}html[data-theme=night] .user-watch-banner{color:#fbbf24}.user-lobby-actions{display:flex;flex-direction:column;gap:.55rem;margin-top:.5rem}.user-cta-watch{border-color:#f59e0b8c!important;color:#b45309!important;background:#f59e0b14!important}.user-map-pin.is-watch{background:#f59e0b!important;color:#111827!important}.user-drive{height:100vh;height:100dvh;overflow:hidden}.user-drive-title{display:flex;flex-direction:column;align-items:center;gap:.1rem;min-width:0}.user-drive-title strong{font-size:.9rem;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:40vw}.user-drive-title .mono{font-size:.75rem;color:var(--muted)}.user-drive-map{position:relative;flex:1;min-height:0}.user-map{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.user-map-pin{width:28px;height:28px;border-radius:50%;background:var(--accent);color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;border:2px solid #fff;box-shadow:0 1px 4px #0f172a40}.user-map-pin.is-you{background:#0f172a}.user-pack-chip{position:absolute;top:.75rem;inset-inline-start:.75rem;z-index:2;padding:.4rem .65rem;border-radius:999px;background:var(--bg-panel);border:1px solid var(--border);font-size:.8rem;font-weight:600}.user-banner{border:0;border-bottom:1px solid var(--border);background:color-mix(in srgb,var(--accent) 12%,var(--bg-panel));color:var(--text);font:inherit;font-size:.85rem;padding:.55rem 1rem;text-align:start;cursor:pointer}.user-drive-footer{display:flex;gap:.5rem;padding:.65rem 1rem;border-top:1px solid var(--border);background:var(--bg-panel);color:var(--text)}.user-drive-footer .btn{flex:1;justify-content:center}@media(max-width:640px){.login-user-cta{flex-direction:column;align-items:stretch}.login-user-cta-btn{width:100%;text-align:center}}.mobile-demo-strip{border-top:1px solid var(--border);padding-top:.75rem;margin-top:.15rem}.mobile-demo-strip-head{margin-bottom:.55rem}.mobile-demo-phones{display:flex;gap:.75rem;overflow-x:auto;padding-bottom:.25rem}.phone-frame{margin:0;flex:0 0 auto;width:148px;display:flex;flex-direction:column;align-items:center;gap:.35rem}.phone-frame-compact{width:132px}.phone-bezel{width:100%;aspect-ratio:9 / 18.5;background:#0b1220;border-radius:22px;border:2px solid #1e293b;padding:8px 6px 10px;box-shadow:0 8px 20px #0f172a1f;position:relative;display:flex;flex-direction:column}.phone-notch{width:36%;height:7px;background:#020617;border-radius:0 0 8px 8px;margin:0 auto 4px}.phone-home{width:28%;height:3px;background:#334155;border-radius:999px;margin:5px auto 0}.phone-screen{flex:1;min-height:0;border-radius:12px;overflow:hidden;background:#fff;color:#0f172a}.phone-caption{font-size:.7rem;font-weight:700;color:var(--muted);text-align:center}.mui{height:100%;display:flex;flex-direction:column;padding:10px 8px;font-size:8px;line-height:1.25;box-sizing:border-box}.mui-welcome{align-items:center;justify-content:center;gap:6px;text-align:center}.mui-logo{width:36px;height:36px;object-fit:contain}.mui-brand{font-size:13px;font-weight:800;letter-spacing:-.03em}.mui-tag,.mui-meta,.mui-people{color:#64748b;margin:0}.mui-btn{width:100%;border:0;border-radius:8px;padding:7px 8px;font-size:8px;font-weight:700;pointer-events:none}.mui-btn-primary{background:#0088fc;color:#fff}.mui-btn-ghost{background:#f1f5f9;color:#0f172a}.mui-btn-soft{background:#0088fc1f;color:#0057c2}.mui-btn-bottom{margin-top:auto}.mui-lobby .mui-top{margin-bottom:6px}.mui-eyebrow{font-size:7px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#64748b}.mui-title{margin:2px 0;font-size:11px;font-weight:800;line-height:1.15}.mui-code-block{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:8px;text-align:center;margin:6px 0}.mui-code-label{display:block;font-size:7px;color:#64748b;margin-bottom:2px}.mui-code{font-family:var(--mono);font-size:14px;font-weight:800;letter-spacing:.08em;color:#0088fc}.mui-share-row{display:flex;gap:4px;margin-bottom:6px}.mui-chip{flex:1;text-align:center;border-radius:8px;padding:5px 4px;background:#f1f5f9;font-weight:700;font-size:7px}.mui-chip.wa{background:#0088fc;color:#fff}.mui-members{display:flex;flex-direction:column;gap:3px;margin:4px 0 8px}.mui-member{display:flex;align-items:center;gap:4px;font-size:7.5px;color:#334155}.mui-member i{width:8px;height:8px;border-radius:50%;display:inline-block}.mui-driving{padding:0}.mui-map{position:relative;flex:1;background:#e8eef5;overflow:hidden}.mui-route{position:absolute;left:18%;top:20%;width:64%;height:55%;border:3px solid #0088fc;border-radius:40% 20% 50% 30%;opacity:.55;transform:rotate(-12deg)}.mui-pin{position:absolute;width:16px;height:16px;border-radius:50%;background:#0088fc;color:#fff;font-size:8px;font-weight:800;display:grid;place-items:center;border:1.5px solid #fff}.mui-pin-me{left:42%;top:48%}.mui-pin-a{left:28%;top:36%;background:#0066d6}.mui-pin-b{left:58%;top:30%;background:#3ba4ff}.mui-pack-badge{position:absolute;top:8px;left:8px;background:#ffffffeb;border:1px solid #e2e8f0;border-radius:999px;padding:3px 7px;font-size:7px;font-weight:700}.mui-hazard{position:absolute;right:8px;bottom:58px;width:22px;height:22px;border-radius:11px;border:0;background:#0f172a;color:#fbbf24;font-size:11px;pointer-events:none}.mui-nav-card{display:flex;align-items:center;gap:6px;padding:6px 8px;background:#fff;border-top:1px solid #e2e8f0}.mui-nav-icon{width:20px;height:20px;border-radius:6px;background:#0088fc;color:#fff;display:grid;place-items:center;font-weight:800}.mui-nav-body{flex:1;min-width:0;display:flex;flex-direction:column}.mui-nav-body strong{font-size:8px}.mui-nav-body span{color:#64748b;font-size:7px}.mui-nav-metric{text-align:end}.mui-nav-metric b{display:block;font-size:11px}.mui-nav-metric small{color:#64748b;font-size:7px}.mui-drive-bar{display:grid;grid-template-columns:1fr 1fr 1fr;gap:4px;padding:6px 8px 8px;background:#0f172a;color:#e2e8f0;font-size:7px;font-weight:700;text-align:center}.mui-drive-bar .sos{color:#fca5a5}.mui-create .mui-field{display:flex;flex-direction:column;gap:3px;margin:6px 0}.mui-create .mui-field span{font-size:7px;font-weight:700;color:#64748b}.mui-input{border:1px solid #cbd5e1;background:#f8fafc;border-radius:8px;padding:7px 8px;font-size:8px;font-weight:600}.mui-input.muted{color:#94a3b8}.demo-page{min-height:100%;padding:1.25rem 1.5rem 2rem;background:var(--bg)}.demo-page-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.25rem;flex-wrap:wrap}.demo-page-actions{display:flex;align-items:center;gap:.65rem}.mobile-demo-stage-head{margin-bottom:1rem}.mobile-demo-tabs{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.75rem}.mobile-demo-stage-body{display:grid;grid-template-columns:minmax(220px,280px) minmax(0,1fr);gap:1.5rem;align-items:start}.mobile-demo-stage .phone-frame{width:240px}.mobile-demo-stage .mui{font-size:11px;padding:14px 12px}.mobile-demo-stage .mui-logo{width:56px;height:56px}.mobile-demo-stage .mui-brand{font-size:20px}.mobile-demo-stage .mui-btn{font-size:11px;padding:10px}.mobile-demo-stage .mui-title{font-size:16px}.mobile-demo-stage .mui-code{font-size:22px}.mobile-demo-stage .mui-chip,.mobile-demo-stage .mui-member,.mobile-demo-stage .mui-nav-body strong,.mobile-demo-stage .mui-drive-bar{font-size:10px}.mobile-demo-stage .mui-pin{width:22px;height:22px;font-size:11px}.mobile-demo-notes{border:1px solid var(--border);border-radius:12px;padding:1rem 1.1rem;background:var(--bg-panel)}.mobile-demo-steps{margin:0 0 1rem;padding-inline-start:1.1rem;color:var(--text);font-size:.9rem;line-height:1.5}.mobile-demo-steps li{margin-bottom:.35rem}@media(max-width:800px){.mobile-demo-stage-body{grid-template-columns:1fr}.mobile-demo-stage .phone-frame{margin-inline:auto}}
