*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}:root{--bg: #f4f2ee;--panel: #ffffff;--panel-2: #f3f1ed;--line: #e2ddd5;--text: #1d1b19;--muted: #7d776e;--accent: #dd4f2e;--danger: #c62828;--warn: #b26a00;--ok: #2e7233}html,body{height:100%;overscroll-behavior:none}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);overflow:hidden}#app{position:fixed;inset:0}button{font:inherit;color:var(--text);background:var(--panel);border:1px solid var(--line);border-radius:9px;padding:10px 14px;min-height:44px;cursor:pointer}button:active{filter:brightness(.95)}button.primary{background:var(--accent);border-color:var(--accent);color:#fff}button.danger{background:var(--danger);border-color:var(--danger);color:#fff}button.ghost{background:transparent}button:disabled{opacity:.45;cursor:default}input,select{font:inherit;color:var(--text);background:var(--panel);border:1px solid var(--line);border-radius:9px;padding:10px 12px;min-height:44px}#canvas-wrap{position:absolute;inset:0}#canvas-wrap canvas{display:block;touch-action:none}.mapboxgl-map{position:absolute;inset:0;font-family:inherit}.mapboxgl-control-container{position:absolute;inset:0;z-index:7;pointer-events:none}.mapboxgl-control-container .mapboxgl-ctrl{pointer-events:auto}.mapboxgl-ctrl-bottom-left,.mapboxgl-ctrl-bottom-right{z-index:7}body.mapbox-board-mode{background:#fff}body.mapbox-board-mode #canvas-wrap{top:52px;background:#fff}body.mapbox-board-mode #canvas-wrap.mapbox-board-loading:after,body.mapbox-board-mode #canvas-wrap.mapbox-board-revealing:after{content:"Preparing map…";position:absolute;inset:0;z-index:30;display:grid;place-items:center;background:#fff;color:#899195;font-size:12px;letter-spacing:.04em;pointer-events:auto;transition:opacity .18s ease}body.mapbox-board-mode #canvas-wrap.mapbox-board-loading:after{opacity:1}body.mapbox-board-mode #canvas-wrap.mapbox-board-revealing:after{opacity:0}.tnt-north-control{overflow:hidden;border:0;border-radius:4px!important;background:#fff!important;box-shadow:0 0 0 2px #0000001a!important}.tnt-north-button{width:29px!important;height:40px!important;min-height:0!important;padding:4px 0 5px!important;display:grid!important;justify-items:center;align-content:center;gap:1px;border:0!important;border-radius:0!important;background:transparent!important}.tnt-north-letter{color:#33373b;font-size:9.5px;font-weight:700;line-height:1}.tnt-north-needle{display:block;color:#c04320;font-size:13px;line-height:1;transform-origin:50% 50%;transition:transform .12s ease-out}.tnt-north-button:hover{background:#f2f2f2!important}.tnt-north-button:focus-visible{outline:2px solid #c04320;outline-offset:-3px}.mapbox-setup{position:absolute;inset:0;z-index:6;display:grid;place-items:center;padding:24px;background:#f2f3f3;color:#303536}.mapbox-setup-card{width:min(520px,92vw);padding:28px;border:1px solid #d9dddd;border-radius:16px;background:#fffffff0;box-shadow:0 24px 60px -36px #191f2159}.mapbox-setup-card b{display:block;margin-bottom:8px;font-size:18px}.mapbox-setup-card p{color:#687174;font-size:14px;line-height:1.55}.mapbox-setup-card code{display:block;margin-top:16px;padding:11px 12px;border-radius:8px;background:#f0f2f2;color:#3f67b4;font:12px/1.45 ui-monospace,SF Mono,Menlo,monospace}.map-attribution{position:fixed;right:12px;bottom:10px;z-index:8;max-width:min(430px,calc(100vw - 24px));padding:5px 8px;border:1px solid rgba(130,122,108,.18);border-radius:7px;background:#fffdf9d1;color:#6f746f;font-size:10px;line-height:1.25;pointer-events:none;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.topbar{position:absolute;top:0;left:0;right:0;height:52px;display:flex;align-items:center;gap:12px;padding:0 14px;background:#ffffffe0;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:20}.topbar .brand{font-weight:800;letter-spacing:-.01em;font-size:15px}.topbar .brand span{color:var(--accent)}.topbar .who{color:var(--muted);font-size:13px}.topbar .spacer{flex:1}.threat-seg{display:flex;border:1px solid var(--line);border-radius:9px;overflow:hidden;background:var(--panel)}.threat-seg button{border:0;border-radius:0;min-height:38px;padding:6px 12px;font-size:13px;background:transparent}.threat-seg button.sel.low{background:var(--ok);color:#fff}.threat-seg button.sel.medium{background:var(--warn);color:#fff}.threat-seg button.sel.high{background:var(--danger);color:#fff}.side{position:absolute;top:52px;bottom:0;right:0;width:min(360px,88vw);background:#fffffff5;border-left:1px solid var(--line);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transform:translate(100%);transition:transform .25s ease;z-index:19;display:flex;flex-direction:column}.side.open{transform:translate(0)}.side .head{padding:12px 14px;border-bottom:1px solid var(--line);font-weight:600}.side .body{flex:1;overflow-y:auto;padding:12px 14px;display:flex;flex-direction:column;gap:10px}.inject{border:1px solid var(--line);border-radius:12px;padding:12px;background:var(--panel)}.inject .k{font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:10.5px;letter-spacing:.04em;color:var(--muted)}.inject .t{font-weight:600;margin:3px 0 6px}.inject .x{font-size:13.5px;color:#57534e;line-height:1.5}.inject.activity{border-color:#dd4f2e59;background:#dd4f2e0a}.inject.current{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.inject.pending{opacity:.5}.inject .row{display:flex;gap:8px;margin-top:10px}.inject .row button{flex:1;min-height:38px;font-size:13px}.toolbar{position:absolute;left:50%;bottom:max(12px,env(safe-area-inset-bottom));transform:translate(-50%);display:flex;gap:8px;padding:8px;background:#ffffffeb;border:1px solid var(--line);border-radius:16px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:20;max-width:96vw;overflow-x:auto;box-shadow:0 10px 30px -18px #1d1b1959}.toolbar button{display:flex;flex-direction:column;align-items:center;gap:2px;min-width:62px;padding:8px 6px;font-size:11px;border-radius:10px;border:1px solid transparent;background:transparent}.toolbar button:hover{background:var(--panel-2)}.toolbar button .ic{font-size:20px;line-height:1}.toolbar button.armed{outline:2px solid var(--accent);background:#dd4f2e14}.toast{position:absolute;top:64px;left:50%;transform:translate(-50%);background:var(--panel);border:1px solid var(--accent);color:var(--text);border-radius:10px;padding:12px 18px;z-index:30;max-width:80vw;box-shadow:0 14px 40px -18px #1d1b1966;font-size:14px}.toast.danger{border-color:var(--danger)}.timerbar{position:absolute;top:60px;right:12px;z-index:18;background:var(--panel);border:1px solid var(--warn);border-radius:10px;padding:8px 14px;font-variant-numeric:tabular-nums;font-size:15px;box-shadow:0 10px 26px -16px #1d1b1959}.timerbar .lbl{font-family:ui-monospace,SF Mono,Menlo,monospace;color:var(--muted);font-size:10.5px;letter-spacing:.08em}.selbox{position:absolute;left:12px;bottom:max(12px,env(safe-area-inset-bottom));z-index:21;background:var(--panel);border:1px solid var(--line);border-radius:14px;padding:12px;width:230px;display:none;box-shadow:0 14px 36px -20px #1d1b1966}.selbox.open{display:block}.selbox .t{font-weight:600;margin-bottom:8px;font-size:14px}.selbox .warnline{font-size:12.5px;margin:6px 0;color:var(--warn)}.selbox .warnline.danger{color:var(--danger);font-weight:600}.selbox input[type=range]{width:100%;min-height:30px;accent-color:var(--accent)}.selbox .row{display:flex;gap:8px;margin-top:8px}.selbox .row button{flex:1;min-height:38px;font-size:13px}.legend{position:absolute;left:12px;top:60px;z-index:18;font-size:12px;background:#ffffffe6;border:1px solid var(--line);border-radius:10px;padding:8px 12px;color:var(--muted);max-width:260px}.legend b{color:var(--text)}.groups-hud{display:flex;gap:6px;align-items:center}.groups-hud .chip{font-size:12px;padding:4px 10px;border-radius:999px;border:1px solid var(--line);background:var(--panel);color:var(--muted)}.groups-hud .chip.low{border-color:var(--ok);color:var(--ok)}.groups-hud .chip.medium{border-color:var(--warn);color:var(--warn)}.groups-hud .chip.high{border-color:var(--danger);color:var(--danger)}body.page{background:#faf9f7;overflow:auto}body.page #app{position:static}body.page.dashboard-page{background:#fff}.shell{--bg: #faf9f7;--panel: #ffffff;--band: #f3f1ed;--line: #e8e4de;--line-2: #d8d2c9;--ink: #1d1b19;--ink-2: #57534e;--muted: #8a847c;--red: #DD4F2E;--red-2: #c74527;--red-dim: rgba(221, 79, 46, .1);--mono: ui-monospace, "SF Mono", "JetBrains Mono", Menlo, monospace;position:relative;min-height:100vh;display:flex;flex-direction:column;background:var(--bg);color:var(--ink);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:15px;line-height:1.6;-webkit-font-smoothing:antialiased}.shell .wrap{max-width:1080px;margin:0 auto;padding:0 24px}.shell button,.shell input,.shell textarea{background:none;border:none;color:inherit;min-height:0;padding:0;border-radius:0;font:inherit}.shell .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:40px;padding:0 18px;border-radius:9px;font-size:14px;font-weight:600;cursor:pointer;white-space:nowrap;border:1px solid transparent;text-decoration:none;color:var(--ink);transition:background .15s,border-color .15s,box-shadow .15s,filter .15s}.shell .btn:active{filter:brightness(.94)}.shell .btn-primary{background:var(--red);color:#fff}.shell .btn-primary:hover{background:var(--red-2);box-shadow:0 6px 18px -8px #dd4f2e99}.shell .btn-ghost{border-color:var(--line-2);background:var(--panel)}.shell .btn-ghost:hover{border-color:var(--red);color:var(--red)}.shell .btn-lg{height:46px;padding:0 22px;font-size:15px}.shell .btn[disabled]{opacity:.45;cursor:default}.shell .input{width:100%;height:42px;padding:0 12px;border-radius:9px;border:1px solid var(--line-2);background:var(--panel);color:var(--ink);font-size:14px;outline:none;transition:border-color .15s,box-shadow .15s}.shell .input:focus{border-color:var(--red);box-shadow:0 0 0 3px var(--red-dim)}.shell .input::placeholder{color:var(--muted)}.shell label{font-size:12.5px;font-weight:600;letter-spacing:.005em;color:var(--ink);display:block;margin-bottom:7px}.shell h1,.shell h2{font-weight:700;letter-spacing:-.025em;line-height:1.1}.shell .nav{height:76px}.shell .nav .wrap{height:100%;display:flex;align-items:center;gap:24px}.shell .nav .spacer{flex:1}.shell .nav .signin{font-size:14px;color:var(--ink-2);text-decoration:none}.shell .nav .signin:hover{color:var(--ink)}.shell .logo{display:inline-flex;align-items:center;gap:9px;text-decoration:none;color:var(--ink);font-weight:800;font-size:19px;letter-spacing:.02em}.shell .logo .logo-mark{display:block;width:24px;height:24px;flex-shrink:0}.shell footer .logo .logo-mark{width:20px;height:20px}.shell .hero{position:relative;isolation:isolate;overflow:hidden;padding:56px 0 84px;background:linear-gradient(180deg,#f3f1ed52,#faf9f71f)}.shell .hero:before{content:"";position:absolute;inset:0;z-index:-2;pointer-events:none;background-image:linear-gradient(rgba(111,103,93,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(111,103,93,.08) 1px,transparent 1px),linear-gradient(rgba(111,103,93,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(111,103,93,.035) 1px,transparent 1px);background-size:96px 96px,96px 96px,24px 24px,24px 24px;mask-image:radial-gradient(ellipse 92% 92% at 50% 44%,#000 16%,rgba(0,0,0,.66) 62%,transparent 100%);-webkit-mask-image:radial-gradient(ellipse 92% 92% at 50% 44%,#000 16%,rgba(0,0,0,.66) 62%,transparent 100%)}.shell .hero:after{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='.5'/%3E%3C/svg%3E");opacity:.045;mix-blend-mode:multiply}.shell .hero-grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(280px,.98fr);gap:52px;align-items:center}@media(max-width:880px){.shell .hero-grid{grid-template-columns:1fr}}.shell .hero h1{font-size:clamp(38px,4.8vw,56px)}.shell .hero h1 em{font-style:normal;color:var(--red)}.shell .hero .sub{margin:20px 0 28px;font-size:17px;color:var(--ink-2);max-width:520px;line-height:1.65}.shell .hero .ctas{display:flex;gap:12px;flex-wrap:wrap}.shell .meta-row{display:flex;gap:24px;margin-top:26px;font-size:13.5px;color:var(--muted)}.shell .meta-row span{display:inline-flex;align-items:center;gap:8px}.shell .meta-row .mi{color:var(--red);flex-shrink:0}.shell footer{margin-top:auto;border-top:1px solid var(--line);padding:30px 0 32px;font-size:13.5px;color:var(--muted)}.shell footer .wrap{display:flex;gap:20px;flex-wrap:wrap;align-items:center}.shell footer .spacer{flex:1}.shell footer .logo{font-size:16px}.shell footer .logo img{height:30px}.landing-shell{--red: oklch(.56 .2 30);--red-2: oklch(.51 .2 30);--red-dim: oklch(.56 .2 30 / .1);--bg: #ffffff;--band: #f5f5f4;--line: #e9e9e7;--line-2: #d9d9d6;--display: "Archivo", Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;display:flex;flex-direction:column;min-height:100vh}.landing-shell .wrap{max-width:1160px}.landing-shell .hero h1,.landing-shell .how-head h2,.landing-shell .closing h2{font-family:var(--display)}.landing-shell .nav{height:80px;border-bottom:1px solid var(--line)}.landing-shell .nav .logo{letter-spacing:.02em}.landing-shell .hero{position:relative;margin:0;padding:96px 0 108px;background:none;overflow:hidden}.landing-shell .hero:before,.landing-shell .hero:after{display:none}.landing-shell .hero-copy{position:relative;z-index:2;max-width:540px}.landing-shell .eyebrow{font-family:var(--mono);font-size:11px;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--ink-2)}.landing-shell .hero h1{margin-top:18px;font-size:clamp(36px,4.4vw,58px);font-weight:900;letter-spacing:-.018em;line-height:1.06;text-transform:uppercase}.landing-shell .hero h1 em{font-style:normal;color:var(--red)}.landing-shell .hero .sub{margin:24px 0 0;max-width:500px;font-size:17px;line-height:1.65;color:var(--ink-2)}.landing-shell .hero .ctas{margin-top:32px;display:flex;gap:12px;flex-wrap:wrap}.landing-shell .hero-meta{margin-top:28px;font-family:var(--mono);font-size:11px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}.landing-shell .hero-map{position:absolute;top:0;right:0;bottom:0;z-index:1;width:min(56vw,980px);pointer-events:none;background:var(--band)}.landing-shell .hero-map-host,.landing-shell .hero-map-host .mapboxgl-map{position:absolute;inset:0}.landing-shell .hero-map-host .mapboxgl-ctrl-bottom-right{display:none}.landing-shell .hero-map-host .mapboxgl-ctrl-bottom-left{left:auto;right:10px;z-index:4;opacity:.4}.landing-shell .hero-map-still{position:absolute;inset:0;z-index:2;width:100%;height:100%;object-fit:cover;transition:opacity .9s ease}.landing-shell .hero-map-still.is-hidden{opacity:0}.landing-shell .hero-map-fade{position:absolute;inset:0;z-index:3;background:linear-gradient(90deg,var(--bg) 0%,rgba(255,255,255,.55) 22%,rgba(255,255,255,0) 52%),linear-gradient(180deg,var(--bg) 0%,rgba(255,255,255,0) 18%),linear-gradient(0deg,var(--bg) 0%,rgba(255,255,255,0) 16%)}.landing-shell .built-for{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.landing-shell .built-for .wrap{display:flex;align-items:center;gap:36px;flex-wrap:wrap;padding-top:22px;padding-bottom:22px}.landing-shell .built-for-label{font-family:var(--mono);font-size:10.5px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--muted);flex-shrink:0}.landing-shell .built-for ul{display:flex;gap:12px 36px;flex-wrap:wrap;list-style:none;margin:0;padding:0}.landing-shell .built-for li{display:inline-flex;align-items:center;gap:8px;font-size:14.5px;font-weight:650;letter-spacing:.01em;color:var(--ink-2);white-space:nowrap}.landing-shell .built-for li svg{width:16px;height:16px;flex-shrink:0;color:var(--muted)}.landing-shell .how{padding:96px 0 104px}.landing-shell .how-head h2{font-size:clamp(28px,3vw,38px);letter-spacing:-.01em;max-width:560px;text-transform:uppercase;font-weight:800}.landing-shell .how-head h2 .accent-line{display:block;color:var(--red)}.landing-shell .how-panel{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:52px;border:1px solid var(--line-2);background:var(--panel)}.landing-shell .how-cell{display:flex;flex-direction:column;border-right:1px solid var(--line)}.landing-shell .how-cell:last-child{border-right:0}.landing-shell .how-shot{position:relative;aspect-ratio:16 / 10;display:flex;align-items:center;justify-content:center;border-bottom:1px solid var(--line);background:var(--band);background-image:linear-gradient(rgba(111,111,105,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(111,111,105,.07) 1px,transparent 1px);background-size:24px 24px}.landing-shell .how-shot span{font-family:var(--mono);font-size:10px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);padding:4px 10px;background:var(--band)}.landing-shell .how-copy{padding:22px 24px 28px}.landing-shell .step-num{font-family:var(--mono);font-size:12px;font-weight:600;letter-spacing:.1em;color:var(--muted)}.landing-shell .how-copy h3{margin-top:10px;font-size:18.5px;font-weight:700;letter-spacing:-.015em}.landing-shell .how-copy p{margin-top:10px;font-size:14.5px;line-height:1.65;color:var(--ink-2)}.landing-shell .closing{border-top:1px solid var(--line);background:var(--band)}.landing-shell .closing .wrap{padding-top:88px;padding-bottom:96px;display:flex;flex-direction:column;align-items:center;text-align:center}.landing-shell .closing h2{font-size:clamp(30px,3.4vw,42px);letter-spacing:-.01em;text-transform:uppercase;font-weight:800}.landing-shell .closing p{margin:14px 0 0;font-size:16px;color:var(--ink-2)}.landing-shell .closing .btn{margin-top:30px}.landing-shell footer{margin-top:0;border-top:0;background:#161512;padding:40px 0 42px;color:#ffffff8c}.landing-shell footer .logo{color:#fff}@media(max-width:940px){.landing-shell .hero{padding:60px 0 0;display:flex;flex-direction:column}.landing-shell .hero>.wrap{order:1}.landing-shell .hero-copy{max-width:560px;padding-bottom:56px}.landing-shell .hero-map{position:relative;inset:auto;order:2;width:100%;height:300px;border-top:1px solid var(--line)}.landing-shell .hero-map-fade{background:linear-gradient(180deg,var(--bg) 0%,rgba(255,255,255,0) 24%)}.landing-shell .how-panel{grid-template-columns:1fr}.landing-shell .how-cell{border-right:0;border-bottom:1px solid var(--line)}.landing-shell .how-cell:last-child{border-bottom:0}.landing-shell .how{padding:72px 0 80px}}@media(max-width:680px){.landing-shell .wrap{padding:0 20px}.landing-shell .nav{height:70px}.landing-shell .nav .signin{display:none}.landing-shell .hero{padding:48px 0 60px}.landing-shell .hero h1{font-size:clamp(36px,9.6vw,48px)}.landing-shell .hero .ctas{flex-direction:column;align-items:stretch}.landing-shell .hero .btn-lg{width:100%}.landing-shell .built-for .wrap{gap:14px 24px}.landing-shell .built-for ul{gap:10px 24px}.landing-shell .closing .wrap{padding-top:64px;padding-bottom:72px}}.login-shell{--red: oklch(.56 .2 30);--red-2: oklch(.51 .2 30);--red-dim: oklch(.56 .2 30 / .1);--bg: #ffffff;--display: "Archivo", Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);min-height:100vh}.login-shell .login-left{display:flex;flex-direction:column;padding:28px 48px 24px}.login-shell .login-top{display:flex;align-items:center;min-height:44px}.login-shell .login-form{width:min(384px,100%);margin:auto 0;align-self:center;padding:48px 0}.login-shell .login-form .eyebrow{font-family:var(--mono);font-size:10.5px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--ink-2)}.login-shell .login-form h1{margin-top:14px;font-family:var(--display);font-size:34px;font-weight:800;letter-spacing:-.01em;text-transform:uppercase}.login-shell .login-form .hint{margin:8px 0 30px;font-size:14.5px;color:var(--ink-2)}.login-shell .login-form .field{margin-bottom:16px}.login-shell .login-form .btn{width:100%;margin-top:8px}.login-shell .login-form .micro{margin-top:18px;font-size:12.5px;color:var(--muted)}.login-shell .login-bottom{font-size:12px;color:var(--muted)}.login-shell .login-visual{position:relative;overflow:hidden;background:#161512}.login-shell .login-visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.login-shell .login-visual-scrim{position:absolute;inset:0;background:linear-gradient(15deg,#161512d1,#16151247 38%,#16151200 62%)}.login-shell .login-visual-copy{position:absolute;left:36px;right:36px;bottom:32px;color:#fff}.login-shell .login-visual-copy span{font-family:var(--mono);font-size:10.5px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:#ffffffa8}.login-shell .login-visual-copy p{margin-top:10px;font-family:var(--display);font-size:clamp(22px,2.2vw,30px);font-weight:800;letter-spacing:-.01em;text-transform:uppercase;line-height:1.15}@media(max-width:860px){.login-shell{grid-template-columns:1fr}.login-shell .login-visual{display:none}.login-shell .login-left{padding:22px 24px 20px}}.shell .center-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:40px 20px}.shell .auth-card{width:min(408px,94vw);border:1px solid var(--line);border-radius:14px;background:var(--panel);padding:34px;box-shadow:0 18px 48px -28px #1d1b194d}.shell .auth-card .logo{margin-bottom:22px}.shell .auth-card h2{font-size:21px;letter-spacing:-.01em;margin-bottom:4px}.shell .auth-card .hint{font-size:14px;color:var(--ink-2);margin-bottom:24px}.shell .auth-card .field{margin-bottom:16px}.shell .auth-card .btn{width:100%}.shell .auth-card .micro{margin-top:18px;font-size:12.5px;color:var(--muted);text-align:center}.shell .auth-card .micro a{color:var(--ink-2)}.shell .seg{display:flex;border:1px solid var(--line-2);border-radius:9px;overflow:hidden}.shell .seg button{flex:1;height:40px;font-size:14px;cursor:pointer;background:var(--panel);color:var(--ink-2)}.shell .seg button.sel{background:var(--red);color:#fff;font-weight:600}.shell .wrap-wide{max-width:1360px;margin:0 auto;padding:0 24px}.editor-shell{--red: oklch(.56 .2 30);--red-2: oklch(.51 .2 30);--red-dim: oklch(.56 .2 30 / .1);--bg: #ffffff;--band: #f3f4f6;--line: #e7e8ea;--line-2: #d7d9dc;--ink: #17181a;--ink-2: #4b4d51;--muted: #898c92;--display: "Archivo", Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}.shell .editor-bar{width:100%;height:56px;background:#fff;border-bottom:1px solid var(--line);color:var(--ink);position:relative;z-index:20}.shell .editor-bar .editor-bar-inner{width:100%;height:100%;padding:0 20px;display:flex;align-items:center;justify-content:space-between;gap:24px}.shell .editor-bar-left{display:flex;align-items:center;gap:14px;min-width:0}.shell .editor-bar-right{display:flex;align-items:center;gap:10px}.shell .editor-bar .logo{font-size:17px}.shell .editor-bar .logo .logo-mark{width:22px;height:22px}.shell .editor-bar .mode{font-family:var(--mono);font-size:10.5px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;border:1px solid var(--line-2);border-radius:5px;padding:3px 8px;color:var(--ink-2)}.shell .editor-bar .mode-title{font-size:14px;color:var(--ink-2);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shell .editor-bar .btn-primary{height:36px}.shell .btn-bar{border-color:var(--line-2);color:var(--ink);background:#fff;height:36px}.shell .btn-bar:hover{border-color:var(--red);color:var(--red);background:#fff}.editor-shell .edfloat{position:relative;height:calc(100vh - 56px);overflow:hidden;background:var(--band)}.editor-shell .ed-map{position:absolute;inset:0}.editor-shell .ed-map .scene-host{position:absolute;inset:0;z-index:1;opacity:1;transition:opacity .4s ease}.editor-shell .ed-map .scene-host.mapbox-board-loading{opacity:0}.editor-shell .map-loading{position:absolute;inset:0;z-index:0;display:flex;align-items:center;justify-content:center;gap:10px;font-size:13.5px;color:var(--ink-2);background:var(--band)}.editor-shell .spinner.dark{border-color:#17181a26;border-top-color:var(--ink-2)}.shell.editor-shell .preview-cap{left:12px;bottom:84px}.editor-shell .map-tools{position:absolute;left:12px;bottom:126px;z-index:5}.editor-shell .map-tools-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid var(--line);border-radius:8px;background:#ffffffeb;color:var(--ink-2);cursor:pointer;transition:border-color .15s,color .15s}.editor-shell .map-tools-btn:hover{border-color:var(--red);color:var(--red)}.editor-shell .map-tools-btn svg{width:16px;height:16px}.editor-shell .map-tools-pop{position:absolute;bottom:calc(100% + 6px);left:0;min-width:190px;padding:6px;background:var(--panel);border:1px solid var(--line);border-radius:10px;box-shadow:0 16px 40px -20px #17181a59}.editor-shell .tool-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:7px 10px;margin:0;border-radius:7px;cursor:pointer;font-size:13px;font-weight:500;color:var(--ink);letter-spacing:0}.editor-shell .tool-row:hover{background:var(--band)}.editor-shell .switch{appearance:none;width:32px;height:19px;border-radius:999px;background:var(--line-2);position:relative;cursor:pointer;flex-shrink:0;transition:background .15s}.editor-shell .switch:after{content:"";position:absolute;top:2.5px;left:2.5px;width:14px;height:14px;border-radius:50%;background:#fff;transition:transform .15s}.editor-shell .switch:checked{background:var(--red)}.editor-shell .switch:checked:after{transform:translate(13px)}.editor-shell .ed-map .ph-wrap{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.editor-shell .ed-map .ph-wrap:before{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(100,105,112,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(100,105,112,.07) 1px,transparent 1px);background-size:48px 48px;mask-image:radial-gradient(circle 460px at 50% 50%,transparent 0%,transparent 34%,#000 78%);-webkit-mask-image:radial-gradient(circle 460px at 50% 50%,transparent 0%,transparent 34%,#000 78%)}.editor-shell .preview-ph{position:relative}.editor-shell .ph-rose{display:block;width:148px;height:148px;margin:0 auto 6px;fill:var(--line-2);opacity:.8}.editor-shell .float-panel{position:absolute;top:16px;z-index:10;display:flex;flex-direction:column;width:372px;max-height:calc(100% - 32px);background:var(--panel);border:1px solid var(--line);border-radius:14px;box-shadow:0 24px 56px -28px #1d1b1966;overflow:hidden}.editor-shell .float-left{left:16px;bottom:16px}.editor-shell .float-left.collapsed{bottom:auto}.editor-shell .float-left.collapsed .float-body{display:none}.editor-shell .float-left.collapsed .float-head{border-bottom:0}.editor-shell .float-left.collapsed .float-head p{display:none}.editor-shell .float-left.collapsed .panel-toggle svg{transform:rotate(180deg)}.editor-shell .float-right{right:16px;width:356px;transform:translate(calc(100% + 32px));opacity:0;pointer-events:none;transition:transform .24s ease,opacity .2s ease}.editor-shell .float-right.open{transform:none;opacity:1;pointer-events:auto}.editor-shell .float-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 14px 13px 18px;border-bottom:1px solid var(--line);flex-shrink:0}.editor-shell .panel-toggle{margin-top:0}.editor-shell .float-head h2{font-family:var(--display);font-size:13px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.editor-shell .float-head p{margin-top:3px;font-size:12.5px;color:var(--muted)}.editor-shell .panel-toggle{flex-shrink:0;width:26px;height:26px;margin-top:-2px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line-2);border-radius:7px;background:var(--panel);color:var(--ink-2);cursor:pointer;transition:border-color .15s,color .15s}.editor-shell .panel-toggle:hover{border-color:var(--red);color:var(--red)}.editor-shell .panel-toggle svg{width:14px;height:14px;transition:transform .2s}.editor-shell .float-body{overflow-y:auto;padding:2px 16px 16px}.editor-shell .script-card{display:flex;align-items:center;gap:8px;border:1px solid var(--line-2);border-radius:10px;background:var(--panel);padding:10px 12px;margin-bottom:8px;cursor:pointer;transition:border-color .15s,box-shadow .15s}.editor-shell .script-card:hover{border-color:var(--red)}.editor-shell .script-card.sel{border-color:var(--red);box-shadow:0 0 0 1px var(--red)}.editor-shell .script-card .title{flex:1;min-width:0;font-size:13.5px;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.editor-shell .script-card .title.empty{color:var(--muted)}.editor-shell .script-card .mini{min-height:26px;height:26px;width:26px;padding:0;font-size:12px;border:1px solid var(--line-2);border-radius:6px;background:var(--panel);cursor:pointer;color:var(--ink-2);flex-shrink:0}.editor-shell .script-card .mini:hover{border-color:var(--red);color:var(--red)}.editor-shell .script-hint{margin-top:12px;font-family:var(--mono);font-size:10px;font-weight:500;letter-spacing:.05em;text-transform:uppercase;color:var(--muted);line-height:1.7}.editor-shell .btn-ghost.danger{color:var(--red);border-color:var(--line-2)}.editor-shell .btn-ghost.danger:hover{border-color:var(--red);background:var(--red-dim)}.editor-shell .addr-wrap{position:relative;flex:1;min-width:0}.editor-shell .addr-wrap .input{width:100%}.editor-shell .addr-suggest{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:30;padding:4px;background:var(--panel);border:1px solid var(--line);border-radius:10px;box-shadow:0 16px 40px -20px #1d1b1959;max-height:220px;overflow-y:auto}.editor-shell .addr-item{display:block;width:100%;padding:8px 10px;border-radius:7px;font-size:13px;line-height:1.45;color:var(--ink);text-align:left;cursor:pointer}.editor-shell .addr-item:hover,.editor-shell .addr-item.active{background:var(--band)}.editor-shell .spinner{width:13px;height:13px;flex-shrink:0;border-radius:50%;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;animation:ed-spin .7s linear infinite}@keyframes ed-spin{to{transform:rotate(360deg)}}.editor-shell .venue-note{margin-top:10px;font-size:12px;color:var(--muted);line-height:1.55}.editor-shell .or-sep{display:flex;align-items:center;gap:12px;margin:16px 0 14px;font-family:var(--mono);font-size:10px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}.editor-shell .or-sep:before,.editor-shell .or-sep:after{content:"";flex:1;height:1px;background:var(--line)}.editor-shell .radio-card.compact{padding:11px 13px;border-radius:10px;margin-bottom:0}.editor-shell .radio-card.compact .dot{width:15px;height:15px;margin-top:1px}.editor-shell .radio-card.compact h4{font-size:13px}.editor-shell .radio-card.compact p{font-size:12px;margin-top:1px}@media(max-width:940px){.editor-shell .edfloat{height:auto;overflow:visible}.editor-shell .ed-map{position:relative;height:46vh}.editor-shell .float-panel{position:static;width:auto;max-height:none;margin:12px;box-shadow:none}.editor-shell .float-right{transform:none;opacity:1;pointer-events:auto;display:none}.editor-shell .float-right.open{display:flex}}.shell .ed2{display:flex;min-height:calc(100vh - 56px);align-items:stretch}.shell .ed2-side{width:400px;flex-shrink:0;background:var(--panel);border-right:1px solid var(--line);padding:14px 16px 40px;overflow-y:auto;height:calc(100vh - 56px);position:sticky;top:0}.shell .acc{border-bottom:1px solid var(--line)}.shell .acc:last-child{border-bottom:none}.shell .acc-head{width:100%;display:flex;align-items:center;gap:10px;padding:14px 8px;font-size:14.5px;font-weight:550;color:var(--ink);cursor:pointer;background:transparent;text-align:left}.shell .acc.locked .acc-head{opacity:.45;cursor:default}.shell .lock-hint{font-size:12.5px;color:var(--muted);margin-top:4px}.shell .import-form{display:flex;gap:8px;margin-top:12px}.shell .import-form .input{flex:1;height:38px;font-size:13.5px}.shell .import-form .btn{height:38px;font-size:13px;padding:0 12px;white-space:nowrap}.shell .gen-status{font-size:12.5px;color:var(--muted);margin-top:10px}.shell .gen-status.error{color:var(--red)}.shell .preview-ph .ph-icon{color:var(--line-2);display:flex;justify-content:center}.shell .scene-host{position:absolute;inset:0}.shell .scene-host canvas{display:block}.shell .acc-head .chev{width:16px;height:16px;margin-left:auto;color:#96918a;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.shell .acc-head .chev svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.shell .acc-head .chev .acc-lock{width:13px;height:13px;stroke-width:1.8}.shell .acc-body{display:none;padding:2px 8px 20px}.shell .acc.open .acc-body{display:block}.shell .acc-body .field{margin-bottom:16px}.shell .acc-body .radio-card,.shell .acc-body .check-row{padding:13px}.shell .acc-body .ied-row{padding:12px}.shell .ed2-map{flex:1;min-width:0;padding:0;background:#fff}.shell label .opt{font-weight:400;text-transform:none;letter-spacing:0;color:var(--muted);font-family:Inter,sans-serif;font-size:11.5px}.shell .problems{margin-top:14px;font-size:13.5px;color:var(--red);display:flex;flex-direction:column;gap:6px}.shell .map-card{position:sticky;top:0;border:0;border-radius:0;background:#fff;height:calc(100vh - 56px);overflow:hidden;display:flex;align-items:center;justify-content:center}.shell .preview-ph{text-align:center}.shell .preview-ph .ph-mark{font-weight:800;font-size:42px;letter-spacing:-.02em;color:var(--line-2);-webkit-user-select:none;user-select:none}.shell .preview-ph .ph-cap{margin-top:8px;font-size:13px;color:var(--muted)}.shell .preview-canvas{position:absolute;inset:0;width:100%;height:100%}.shell .preview-cap{position:absolute;left:14px;bottom:12px;font-size:12.5px;color:var(--ink-2);background:#ffffffd9;border:1px solid var(--line);border-radius:8px;padding:5px 10px}.shell .preview-cap b{color:var(--ink)}.shell textarea.input{height:auto;min-height:88px;padding:10px 12px;resize:vertical;line-height:1.5}.shell .wiz{max-width:720px;margin:0 auto;padding-bottom:80px}.shell .wiz-head{padding:10px 0 22px}.shell .wiz-head h2{font-size:26px;letter-spacing:-.02em}.shell .wiz-head p{color:var(--ink-2);margin-top:6px;font-size:14.5px}.shell .wiz-steps{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:26px}.shell .wiz-steps .pill{height:32px;padding:0 14px;font-size:13px}.shell .wiz-steps .pill.done{border-color:var(--red);color:var(--red)}.shell .wiz-panel{border:1px solid var(--line);border-radius:14px;background:var(--panel);padding:26px}.shell .wiz-panel .field{margin-bottom:18px}.shell .wiz-nav{display:flex;gap:10px;margin-top:22px}.shell .wiz-nav .spacer{flex:1}.shell .radio-card{display:flex;gap:14px;align-items:flex-start;border:1px solid var(--line-2);border-radius:12px;padding:16px;cursor:pointer;margin-bottom:12px;background:var(--panel)}.shell .radio-card.sel{border-color:var(--red);box-shadow:0 0 0 1px var(--red)}.shell .radio-card.off{opacity:.6;cursor:default}.shell .radio-card h4{font-size:14.5px;font-weight:600}.shell .radio-card p{font-size:13px;color:var(--ink-2);margin-top:3px;line-height:1.5}.shell .radio-card .dot{width:18px;height:18px;border-radius:50%;border:2px solid var(--line-2);flex-shrink:0;margin-top:2px}.shell .radio-card.sel .dot{border-color:var(--red);background:radial-gradient(circle,var(--red) 0 45%,transparent 50%)}.shell .ied-row{border:1px solid var(--line);border-radius:12px;background:var(--panel);padding:14px;margin-bottom:10px}.shell .ied-row .ied-head{display:flex;align-items:center;gap:10px;margin-bottom:10px}.shell .ied-row .kbadge{font-family:var(--mono);font-size:10px;font-weight:600;letter-spacing:.07em;padding:3px 8px;border-radius:5px;background:var(--band);border:1px solid var(--line-2);color:var(--ink-2);flex-shrink:0}.shell .ied-row .kbadge.activity{background:var(--red-dim);border-color:#dd4f2e59;color:var(--red)}.shell .ied-row .ied-head .grow{flex:1}.shell .ied-row .ied-head input{height:36px;font-size:14px}.shell .ied-row .mini{min-height:30px;height:30px;width:30px;padding:0;font-size:13px;border:1px solid var(--line-2);border-radius:7px;background:var(--panel);cursor:pointer;color:var(--ink-2);flex-shrink:0}.shell .ied-row .mini:hover{border-color:var(--red);color:var(--red)}.shell .ied-row .minutes{display:flex;align-items:center;gap:8px;margin-top:10px;font-size:13px;color:var(--ink-2)}.shell .ied-row .minutes input{width:70px;height:34px}.shell .add-row{display:flex;gap:10px;margin-top:14px}.shell .check-row{display:flex;gap:12px;align-items:center;border:1px solid var(--line-2);border-radius:12px;padding:14px 16px;margin-bottom:12px;cursor:pointer;background:var(--panel)}.shell .check-row.sel{border-color:var(--red);box-shadow:0 0 0 1px var(--red)}.shell .check-row .ic{font-size:20px}.shell .check-row h4{font-size:14.5px;font-weight:600}.shell .check-row p{font-size:13px;color:var(--ink-2);margin-top:2px}.shell .review-list{display:flex;flex-direction:column;gap:8px;font-size:14px}.shell .review-list .rrow{display:flex;gap:10px}.shell .review-list .rk{font-family:var(--mono);font-size:11px;letter-spacing:.04em;color:var(--muted);width:110px;flex-shrink:0;padding-top:2px}.dashboard-shell{--bg: #fff;background:#fff;--red: oklch(.56 .2 30);--red-2: oklch(.51 .2 30);--red-dim: oklch(.56 .2 30 / .1);--display: "Archivo", Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}.dashboard-shell .nav{border-bottom:1px solid var(--line)}.dashboard-shell>.wrap{width:100%}.dashboard-shell .beta-tag{margin-left:2px;padding:3px 8px;border:1px solid var(--red);border-radius:5px;color:var(--red);font-family:var(--mono);font-size:9.5px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.dashboard-shell .dash-head{padding:36px 24px 4px}.dashboard-shell .dash-head .eyebrow{font-family:var(--mono);font-size:10.5px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--muted)}.dashboard-shell .dash-head h1{margin-top:10px;font-family:var(--display);font-size:32px;font-weight:800;letter-spacing:-.01em;text-transform:uppercase}.dashboard-shell .pill-nav{padding-top:18px}.dashboard-shell .scenario-section-heading h2{font-family:var(--display);font-size:16.5px;font-weight:800;letter-spacing:.02em;text-transform:uppercase}.dashboard-shell .user-menu{position:relative}.dashboard-shell .user-chip{display:flex;align-items:center;gap:10px;cursor:pointer;padding:6px 10px;border-radius:999px;border:1px solid transparent;font-size:13.5px;color:var(--ink-2);transition:border-color .15s,background .15s}.dashboard-shell .user-chip:hover{border-color:var(--line-2);background:var(--bg)}.dashboard-shell .user-chip svg{width:14px;height:14px;color:var(--muted)}.dashboard-shell .user-menu-panel{position:absolute;top:calc(100% + 8px);right:0;z-index:60;min-width:224px;padding:6px;background:var(--panel);border:1px solid var(--line);border-radius:12px;box-shadow:0 18px 44px -22px #1d1b1959}.dashboard-shell .user-menu-panel a,.dashboard-shell .user-menu-panel button{display:block;width:100%;padding:9px 12px;border-radius:8px;font-size:13.5px;color:var(--ink);text-decoration:none;text-align:left;cursor:pointer}.dashboard-shell .user-menu-panel a:hover,.dashboard-shell .user-menu-panel button:hover{background:var(--band)}.dashboard-shell .user-menu-panel #signout{color:var(--red)}.dashboard-shell .user-menu-sep{height:1px;margin:6px 4px;background:var(--line)}.dashboard-shell .settings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,480px));gap:18px}.dashboard-shell .settings-card{border:1px solid var(--line);border-radius:14px;background:var(--panel);padding:26px}.dashboard-shell .settings-card h3{font-family:var(--display);font-size:15px;font-weight:800;letter-spacing:.02em;text-transform:uppercase}.dashboard-shell .settings-card>p{margin:6px 0 20px;font-size:14px;color:var(--ink-2)}.dashboard-shell .settings-card .field{margin-bottom:16px}.dashboard-shell .settings-note{display:block;margin-top:12px;font-size:13px;color:var(--ink-2)}.dashboard-shell .settings-note[hidden]{display:none}.dashboard-shell .plan-row{display:flex;align-items:center;justify-content:space-between;gap:14px;border:1px solid var(--line-2);border-radius:12px;padding:14px 16px;margin-bottom:16px}.dashboard-shell .plan-name{font-size:14.5px;font-weight:650}.dashboard-shell .plan-detail{font-size:13px;color:var(--ink-2);margin-top:2px}.shell .pill-nav{display:flex;gap:10px;flex-wrap:wrap;padding:30px 0 42px}.shell .pill{display:inline-flex;align-items:center;gap:8px;height:36px;padding:0 16px;border-radius:999px;border:1px solid var(--line-2);background:var(--panel);font-size:14px;color:var(--ink-2);text-decoration:none;transition:border-color .15s,background .15s,color .15s}.shell .pill:hover{border-color:var(--red);color:var(--ink)}.shell .pill.active{background:transparent;border-color:var(--red);color:var(--red);font-weight:650}.shell .pill.active:hover{background:var(--red-dim);border-color:var(--red-2);color:var(--red-2)}.shell .pill.disabled{pointer-events:none;opacity:.65}.shell .pill .soon{font-family:var(--mono);font-size:9.5px;font-weight:600;letter-spacing:.08em;color:var(--muted);border:1px solid var(--line-2);border-radius:4px;padding:1px 6px}.shell .dash-content{width:100%;flex:1;padding-bottom:64px}.shell .user-chip{display:flex;align-items:center;gap:10px;font-size:13.5px;color:var(--ink-2)}.shell .user-chip .avatar{width:30px;height:30px;border-radius:50%;background:var(--red);color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700}.shell .user-chip button{cursor:pointer;color:var(--muted);font-size:13px;text-decoration:underline}.shell .dash-content #grid{display:flex;flex-direction:column;gap:48px}.shell .scenario-section{display:flex;flex-direction:column;gap:16px}.shell .scenario-section-heading{display:flex;align-items:center;gap:10px}.shell .scenario-section-heading h2{margin:0;font-size:20px}.shell .scenario-section-heading span{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 7px;border-radius:999px;background:var(--band);color:var(--muted);font-family:var(--mono);font-size:11px}.shell .scenario-empty{padding:24px;border:1px dashed var(--line-2);border-radius:14px;color:var(--muted);font-size:14px}.shell .scen-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:18px}.shell .scen-card{border:1px solid var(--line);border-radius:14px;padding:24px;display:flex;flex-direction:column;background:var(--panel);transition:border-color .15s,box-shadow .15s}.shell .scen-card:hover{border-color:var(--line-2);box-shadow:0 12px 30px -20px #1d1b1940}.shell .scen-card.ghost{background:transparent;border-style:dashed;box-shadow:none}.shell .scen-card .tag-row{display:flex;gap:6px;margin-bottom:16px;flex-wrap:wrap}.shell .tag{font-family:var(--mono);font-size:10px;font-weight:600;letter-spacing:.07em;padding:3px 8px;border-radius:5px;background:var(--band);border:1px solid var(--line-2);color:var(--ink-2)}.shell .tag.ready{background:#171717;border-color:#171717;color:#fff}.shell .tag.draft{background:transparent;border-color:#b8b4ae;color:#77716a}.shell .scen-card h3{font-size:18px;font-weight:680;line-height:1.3;margin-bottom:8px}.shell .scen-card p{font-size:14px;color:var(--ink-2);line-height:1.55}.shell .scenario-address{margin:18px 0 20px;padding-top:16px;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:3px;font-size:13px;color:var(--ink-2)}.shell .scenario-address-label{font-family:var(--mono);font-size:9.5px;font-weight:650;letter-spacing:.04em;color:var(--muted)}.shell .scen-card .actions{margin-top:auto;display:flex;gap:10px}.shell .scen-card .actions .btn{flex:1;height:36px;font-size:13.5px}
