:root{--bg:#0f0f0f;--surface:#171717;--surface-2:#1f1f1f;--border:#2a2a2a;--yellow:#facc15;--yellow-2:#fde047;--text:#fafafa;--muted:#a1a1aa;--green:#22c55e;--red:#ef4444;--radius:18px;--shadow:0 24px 70px #00000057}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:radial-gradient(circle at 50% -10%, #facc1517, transparent 32rem), var(--bg);color:var(--text);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.55}a{color:inherit;text-decoration:none}button,input{font:inherit}.shell{width:min(1120px,100% - 40px);margin-inline:auto}.siteHeader{z-index:50;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0f0f0fd1;border-bottom:1px solid #ffffff0e;position:sticky;top:0}.nav{grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;min-height:72px;display:grid}.brand{letter-spacing:-.025em;align-items:center;gap:10px;width:max-content;font-size:1.1rem;font-weight:750;display:inline-flex}.brandMark{object-fit:cover;border-radius:11px}.navLinks{color:var(--muted);gap:28px;font-size:.93rem;display:flex}.navLinks a:hover,.footerLinks a:hover,.textLink:hover{color:var(--text)}.navActions{justify-self:end}.button{border:1px solid var(--yellow);background:var(--yellow);color:#111;cursor:pointer;border-radius:12px;justify-content:center;align-items:center;min-height:46px;padding:0 20px;font-weight:760;transition:all .18s;display:inline-flex;box-shadow:0 0 #facc1500}.button:hover{background:var(--yellow-2);transform:translateY(-1px);box-shadow:0 8px 30px #facc151f}.buttonSmall{min-height:39px;padding-inline:15px;font-size:.9rem}.buttonGhost{color:var(--text);border-color:var(--border);background:0 0}.buttonGhost:hover{background:var(--surface-2);border-color:#3b3b3b}.hero{text-align:center;padding-top:108px;padding-bottom:82px}.heroBadge{border:1px solid var(--border);color:var(--muted);background:#ffffff06;border-radius:999px;align-items:center;gap:9px;margin-bottom:24px;padding:7px 11px;font-size:.83rem;display:inline-flex}.dot{background:var(--yellow);border-radius:50%;width:7px;height:7px;box-shadow:0 0 16px #facc15a6}.hero h1{letter-spacing:-.065em;max-width:870px;margin:0 auto;font-size:clamp(3.1rem,8vw,6.1rem);line-height:.96}.hero h1 span,.yellowText{color:var(--yellow)}.heroText{max-width:650px;color:var(--muted);margin:26px auto 0;font-size:1.08rem}.heroActions{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:30px;display:flex}.heroPreview{text-align:left;border:1px solid var(--border);background:linear-gradient(180deg, #ffffff06, transparent), var(--surface);max-width:850px;box-shadow:var(--shadow);border-radius:24px;margin:72px auto 0;padding:22px}.previewTop,.panelHeader,.dashHeader{justify-content:space-between;align-items:center;gap:18px;display:flex}.previewTitle{font-weight:680}.statusPill{color:var(--yellow-2);text-transform:uppercase;letter-spacing:.07em;background:#facc151a;border:1px solid #facc152e;border-radius:999px;align-items:center;padding:5px 9px;font-size:.69rem;font-weight:800;display:inline-flex}.previewGrid,.dashboardMetrics{grid-template-columns:repeat(4,1fr);gap:12px;margin-top:22px;display:grid}.metric,.dashCard{border:1px solid var(--border);background:#00000021;border-radius:14px;padding:18px}.metric span,.dashCard>span{color:var(--muted);margin-bottom:6px;font-size:.8rem;display:block}.metric strong,.dashCard strong{font-size:1.05rem}.section{padding-block:80px}.sectionHeading{max-width:650px;margin-bottom:34px}.sectionHeading.centered{text-align:center;margin-inline:auto}.sectionHeading h2,.cta h2,.panel h2,.legal h1,.authCard h1,.dashHeader h1{letter-spacing:-.035em;margin:5px 0 8px;line-height:1.05}.sectionHeading h2,.cta h2{font-size:clamp(2.1rem,4vw,3.5rem)}.eyebrow{color:var(--yellow);text-transform:uppercase;letter-spacing:.12em;margin:0;font-size:.73rem;font-weight:820}.muted{color:var(--muted)}.featureGrid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.card,.panel,.planCard,.authCard{border:1px solid var(--border);background:var(--surface);border-radius:var(--radius)}.card{padding:25px}.card h3{margin:17px 0 8px;font-size:1.08rem}.card p{color:var(--muted);margin:0}.iconBox{width:38px;height:38px;color:var(--yellow);background:#facc151a;border:1px solid #facc152e;border-radius:10px;place-items:center;font-weight:800;display:grid}.planCard{max-width:650px;margin:0 auto;padding:32px}.planName{color:var(--yellow);margin:0;font-weight:800}.price{letter-spacing:-.055em;margin-block:5px;font-size:3.2rem;font-weight:800}.price span{color:var(--muted);letter-spacing:0;font-size:1rem;font-weight:500}.checkList{grid-template-columns:1fr 1fr;gap:10px;margin:27px 0;padding:0;list-style:none;display:grid}.checkList li:before{content:"✓";color:var(--yellow);margin-right:9px;font-weight:900}.disabledButton,.disabledButton:hover{cursor:not-allowed;opacity:.63;width:100%;box-shadow:none;transform:none}.faqList{gap:10px;display:grid}details{border:1px solid var(--border);background:var(--surface);border-radius:14px;padding:18px 20px}summary{cursor:pointer;font-weight:700}details p{color:var(--muted);margin-bottom:0}.cta{border:1px solid var(--border);background:radial-gradient(circle at 80% 0%, #facc1514, transparent 50%), var(--surface);border-radius:24px;justify-content:space-between;align-items:center;gap:30px;margin-top:50px;margin-bottom:80px;padding:35px;display:flex}.cta .heroActions{flex-shrink:0;margin:0}.footer{border-top:1px solid var(--border);padding-block:38px}.footerInner{justify-content:space-between;gap:30px;display:flex}.footerCopy{margin:12px 0 0}.footerLinks{color:var(--muted);align-items:center;gap:22px;font-size:.9rem;display:flex}.authPage{place-items:center;min-height:100vh;padding:30px;display:grid}.authCard{width:min(460px,100%);box-shadow:var(--shadow);padding:34px}.authEyebrow{margin-top:34px}.authCard h1{font-size:2.4rem}.fullButton{width:100%;margin-top:24px}.textLink{color:var(--muted);text-align:center;margin-top:18px;font-size:.9rem;display:block}.errorBox{color:#fecaca;background:#ef444417;border:1px solid #ef44443d;border-radius:10px;margin-top:18px;padding:12px 14px;font-size:.9rem}.dashboardPage{grid-template-columns:250px 1fr;min-height:100vh;display:grid}.sidebar{border-right:1px solid var(--border);background:#111;flex-direction:column;height:100vh;padding:25px 20px;display:flex;position:sticky;top:0}.sideNav{gap:6px;margin-top:42px;display:grid}.sideNav>a,.sideNav>span{color:var(--muted);border-radius:9px;justify-content:space-between;align-items:center;padding:10px 12px;font-size:.92rem;display:flex}.sideNav a:hover,.sideNav .active{color:var(--text);background:var(--surface-2)}.sideNav small{color:#666;text-transform:uppercase;letter-spacing:.08em;font-size:.66rem}.sidebarBottom{gap:9px;margin-top:auto;display:grid}.sidebarBottom>a,.logoutButton{color:var(--muted);text-align:left;cursor:pointer;background:0 0;border:0;padding:7px 0}.logoutButton:hover,.sidebarBottom>a:hover{color:var(--text)}.dashboardContent{width:100%;max-width:1400px;padding:40px clamp(24px,5vw,70px)}.dashHeader h1{font-size:clamp(2rem,4vw,3rem)}.userChip{border:1px solid var(--border);background:var(--surface);border-radius:13px;align-items:center;gap:10px;padding:8px 11px;display:flex}.userChip img,.avatarFallback{object-fit:cover;border-radius:10px;width:36px;height:36px}.avatarFallback{color:#111;background:var(--yellow);place-items:center;font-weight:900;display:grid}.userChip div{line-height:1.25;display:grid}.userChip span{color:var(--muted);font-size:.75rem}.dashboardMetrics{margin-top:34px}.dashCard p{color:#737373;margin:8px 0 0;font-size:.78rem}.dashGrid{grid-template-columns:1.65fr 1fr;gap:14px;margin-top:14px;display:grid}.panel{padding:26px}.largePanel{min-height:260px}.largePanel .button{width:auto;margin-top:28px}.accountRows{gap:14px;margin-top:23px;display:grid}.accountRows>div{border-bottom:1px solid var(--border);gap:4px;padding-bottom:12px;display:grid}.accountRows span{color:var(--muted);font-size:.78rem}.accountRows code{overflow-wrap:anywhere;color:var(--text)}.betaBanner{background:#facc150e;border:1px solid #facc152e;border-radius:16px;justify-content:space-between;align-items:center;gap:20px;margin-top:14px;padding:22px 24px;display:flex}.betaBanner p{color:var(--muted);margin:4px 0 0}.legal{max-width:800px;padding-top:85px;padding-bottom:100px}.legal h1{margin-bottom:30px;font-size:3.5rem}.legal h2{margin-top:35px;font-size:1.25rem}.legal p{color:#c4c4c8}.legalNotice{background:#facc150e;border:1px solid #facc1533;border-radius:12px;padding:15px 17px}.legal code{color:var(--yellow-2)}@media (max-width:850px){.nav{grid-template-columns:1fr auto}.navLinks{display:none}.featureGrid,.previewGrid,.dashboardMetrics{grid-template-columns:1fr 1fr}.dashboardPage{display:block}.sidebar{border-right:0;border-bottom:1px solid var(--border);height:auto;position:static}.sideNav,.sidebarBottom{display:none}.dashGrid{grid-template-columns:1fr}}@media (max-width:600px){.shell{width:min(100% - 28px,1120px)}.hero{padding-top:75px}.hero h1{font-size:3.4rem}.featureGrid,.previewGrid,.dashboardMetrics,.checkList{grid-template-columns:1fr}.cta,.footerInner,.dashHeader,.betaBanner{flex-direction:column;align-items:flex-start}.userChip{width:100%}.dashboardContent{padding:28px 16px 50px}.footerLinks{flex-wrap:wrap}}.successText{color:var(--green)}.inlineButton{width:max-content;margin-top:26px}.sideNav>span{cursor:default}.emptyState{flex-direction:column;justify-content:center;align-items:flex-start;min-height:360px;margin-top:34px;display:flex}.emptyIcon{width:52px;height:52px;color:var(--yellow);background:#facc151a;border:1px solid #facc1533;border-radius:14px;place-items:center;margin-bottom:18px;font-size:1.7rem;display:grid}.botGrid{grid-template-columns:repeat(3,1fr);gap:14px;margin-top:34px;display:grid}.botCard{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);padding:22px;transition:all .18s}.botCard:hover{background:#1b1b1b;border-color:#444;transform:translateY(-2px)}.botCardTop{justify-content:space-between;align-items:center;gap:14px;display:flex}.botIcon,.largeBotIcon,.runtimeIcon{color:var(--yellow);letter-spacing:-.03em;background:#facc151a;border:1px solid #facc1533;place-items:center;font-weight:900;display:grid}.botIcon{border-radius:11px;width:42px;height:42px;font-size:.8rem}.botCard h2{margin:18px 0 3px;font-size:1.17rem}.botCard p{color:var(--muted);margin:0;font-size:.9rem}.botMeta{color:#777;flex-wrap:wrap;gap:14px;margin-top:20px;font-size:.76rem;display:flex}.botStatus{text-transform:uppercase;letter-spacing:.065em;border:1px solid var(--border);border-radius:999px;align-items:center;padding:5px 9px;font-size:.68rem;font-weight:800;display:inline-flex}.status-waiting{color:var(--yellow-2);background:#facc1514;border-color:#facc152e}.status-running{color:#86efac;background:#22c55e14;border-color:#22c55e33}.status-stopped,.status-suspended{color:#fca5a5;background:#ef444414;border-color:#ef44442e}.narrowContent{max-width:900px}.pageBack{margin-bottom:28px}.pageBack a{color:var(--muted);font-size:.9rem}.pageBack a:hover{color:var(--text)}.createHeader h1,.botDetailHeader h1{letter-spacing:-.045em;margin:4px 0 7px;font-size:clamp(2.2rem,4vw,3.4rem);line-height:1.02}.createForm{margin-top:30px;padding:28px}.formGroup{gap:8px;display:grid}.formGroup label,.runtimeFieldset legend{font-size:.91rem;font-weight:750}.formGroup input{border:1px solid var(--border);width:100%;min-height:46px;color:var(--text);background:#111;border-radius:11px;outline:none;padding:0 13px}.formGroup input:focus{border-color:#facc1599;box-shadow:0 0 0 3px #facc1514}.formGroup span,.runtimeOption span{color:var(--muted);font-size:.8rem}.runtimeFieldset{border:0;gap:10px;margin:28px 0 0;padding:0;display:grid}.runtimeFieldset legend{margin-bottom:10px}.runtimeOption{border:1px solid var(--border);cursor:pointer;background:#00000014;border-radius:13px;grid-template-columns:auto 44px 1fr;align-items:center;gap:13px;padding:15px;display:grid}.runtimeOption:has(input:checked){background:#facc150a;border-color:#facc157a}.runtimeOption input{accent-color:var(--yellow)}.runtimeOption>div:last-child{gap:2px;display:grid}.runtimeIcon{border-radius:10px;width:40px;height:40px;font-size:.72rem}.resourcePreview,.detailMetrics{grid-template-columns:repeat(3,1fr);gap:10px;margin-top:28px;display:grid}.resourcePreview>div{border:1px solid var(--border);background:#0000001a;border-radius:11px;gap:3px;padding:15px;display:grid}.resourcePreview span{color:var(--muted);font-size:.76rem}.noticeBox{background:#facc150d;border:1px solid #facc1530;border-radius:12px;margin-top:24px;padding:15px 17px}.noticeBox p{color:var(--muted);margin:5px 0 0;font-size:.88rem}.noticeBox code{color:var(--yellow-2)}.successBox{color:#bbf7d0;background:#22c55e12;border:1px solid #22c55e38;border-radius:11px;margin-bottom:24px;padding:13px 15px}.botDetailHeader{justify-content:space-between;align-items:center;gap:24px;display:flex}.detailIdentity{align-items:center;gap:18px;display:flex}.largeBotIcon{border-radius:17px;width:66px;height:66px;font-size:1rem}.detailStatus{padding:7px 11px}.detailMetrics{grid-template-columns:repeat(4,1fr);margin-top:34px}.botDetailGrid{margin-top:14px}.disabledControls{flex-wrap:wrap;gap:9px;margin-top:24px;display:flex}.disabledControls button{border:1px solid var(--border);color:#5d5d5d;cursor:not-allowed;background:#151515;border-radius:9px;min-height:39px;padding:0 15px}@media (max-width:900px){.botGrid,.detailMetrics{grid-template-columns:1fr 1fr}}@media (max-width:600px){.botGrid,.resourcePreview,.detailMetrics{grid-template-columns:1fr}.botDetailHeader{flex-direction:column;align-items:flex-start}}.runtimeControls{flex-wrap:wrap;gap:9px;margin-top:24px;display:flex}.runtimeControls button{border:1px solid var(--border);min-height:40px;color:var(--text);cursor:pointer;background:#1c1c1c;border-radius:9px;padding:0 16px;font-weight:700}.runtimeControls button:hover{background:#222;border-color:#444}.consoleBox{border:1px solid var(--border);background:#090909;border-radius:16px;margin-top:14px;overflow:hidden}.consoleTop{border-bottom:1px solid var(--border);background:#121212;justify-content:space-between;align-items:center;gap:12px;min-height:44px;padding:0 15px;font-size:.82rem;font-weight:700;display:flex}.consoleState{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:.7rem}.console-running{color:#86efac}.console-stopped,.console-exited,.console-dead{color:#fca5a5}.consoleBox pre{color:#d4d4d8;white-space:pre-wrap;word-break:break-word;min-height:250px;max-height:470px;margin:0;padding:17px;font:12.5px/1.6 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;overflow:auto}.dangerZone{background:#ef444409;border:1px solid #ef44442e;border-radius:16px;justify-content:space-between;align-items:center;gap:20px;margin-top:20px;padding:20px 22px;display:flex}.dangerZone p{color:var(--muted);margin:4px 0 0;font-size:.85rem}.dangerButton{color:#fca5a5;cursor:pointer;background:#ef444414;border:1px solid #ef444459;border-radius:9px;min-height:40px;padding:0 15px;font-weight:750}.dangerButton:hover{background:#ef444421}@media (max-width:600px){.dangerZone{flex-direction:column;align-items:flex-start}}.errorText{color:#fca5a5}.deployForm{gap:18px;margin-top:24px;display:grid}.deployForm input[type=file]{border:1px solid var(--border);width:100%;color:var(--muted);background:#111;border-radius:11px;padding:10px}.deployForm input[type=file]::file-selector-button{background:var(--yellow);color:#111;cursor:pointer;border:0;border-radius:8px;margin-right:12px;padding:8px 11px;font-weight:750}.runtimePanel{margin-top:14px}.envPanel{margin-top:30px}.envList{gap:8px;margin-top:22px;display:grid}.envRow{border:1px solid var(--border);background:#00000017;border-radius:11px;justify-content:space-between;align-items:center;gap:18px;padding:13px 14px;display:flex}.envRow>div{align-items:center;gap:14px;display:flex}.envRow code{color:var(--yellow-2);font-weight:700}.envRow span{color:#666;letter-spacing:.08em}.envValueGroup{margin-top:20px}.smallDangerButton{color:#fca5a5;cursor:pointer;background:#ef44440f;border:1px solid #ef444447;border-radius:8px;min-height:32px;padding:0 10px}.miniEnvList{flex-wrap:wrap;gap:7px;margin-top:18px;display:flex}.miniEnvList code,.miniEnvList span{border:1px solid var(--border);color:var(--muted);background:#111;border-radius:7px;padding:5px 8px;font-size:.73rem}.deploymentError{color:#fca5a5;white-space:pre-wrap;background:#090909;border:1px solid #ef444429;border-radius:9px;max-height:220px;margin:18px 0 0;padding:13px;font:11.5px/1.5 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;overflow:auto}:root{--bg:#0b0b0b;--surface:#141414;--surface-2:#1b1b1b;--surface-3:#202020;--border:#292929;--border-soft:#fff1;--yellow:#facc15;--yellow-2:#fde047;--text:#fafafa;--muted:#a1a1aa;--muted-2:#71717a;--green:#22c55e;--red:#ef4444;--radius:18px;--shadow:0 24px 70px #00000057}body{background:radial-gradient(circle at 72% -10%, #facc1513, transparent 26rem), radial-gradient(circle at 22% 10%, #ffffff06, transparent 24rem), var(--bg)}.dashboardPage{background:linear-gradient(#ffffff02,#0000 35%),0 0;grid-template-columns:266px minmax(0,1fr)}.dashboardContent{max-width:1540px;padding:44px clamp(28px,5vw,76px) 80px}.pageLead{color:var(--muted);max-width:700px;margin:8px 0 0}.sidebar{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:radial-gradient(circle at 25% 0,#facc150e,#0000 16rem),#0f0f0ff7;border-right-color:#fff1;width:266px;padding:24px 18px 18px}.sidebarBrand{justify-content:space-between;align-items:center;gap:10px;padding:0 7px;display:flex}.betaTag{color:var(--yellow-2);text-transform:uppercase;letter-spacing:.08em;background:#facc1512;border:1px solid #facc152e;border-radius:6px;padding:3px 6px;font-size:.58rem;font-weight:850}.sidebarSectionLabel{color:#5f5f67;text-transform:uppercase;letter-spacing:.13em;margin:34px 10px 8px;font-size:.63rem;font-weight:800}.sidebarHelpLabel{margin-top:26px}.sideNav{gap:4px;margin-top:0}.sideNav>a,.sideNav>span{border:1px solid #0000;border-radius:11px;justify-content:flex-start;gap:11px;min-height:43px;padding:0 11px;font-size:.88rem;transition:all .15s;position:relative}.sideNav>a:hover{background:#ffffff09;border-color:#ffffff0b}.sideNav>a.active{color:var(--text);background:linear-gradient(90deg,#facc1517,#facc1506);border-color:#facc1521}.sideNav>a.active:before{content:"";background:var(--yellow);border-radius:999px;width:3px;height:20px;position:absolute;left:-7px;box-shadow:0 0 18px #facc1559}.navIcon{color:#74747d;flex:none;place-items:center;width:20px;height:20px;padding:0;display:grid}.sideNav>a:hover .navIcon,.sideNav>a.active .navIcon{color:var(--yellow)}.navLabel{flex:1;padding:0}.sideNav small{color:var(--yellow-2);background:#facc1512;border:1px solid #facc151f;border-radius:6px;margin-left:auto;padding:3px 6px;font-size:.55rem}.externalMark{color:#555;margin-left:auto;padding:0;font-size:.74rem}.sidebarBottom{gap:12px}.sidebarProfile{border:1px solid var(--border-soft);background:#ffffff06;border-radius:13px;grid-template-columns:38px 1fr auto;align-items:center;gap:10px;padding:10px;display:grid;position:relative}.sidebarProfile img,.sidebarAvatarFallback{border-radius:10px;width:38px;height:38px}.sidebarProfile img{object-fit:cover}.sidebarAvatarFallback{background:var(--yellow);color:#111;place-items:center;font-weight:900;display:grid}.sidebarProfile>div{min-width:0;line-height:1.25;display:grid}.sidebarProfile strong{white-space:nowrap;text-overflow:ellipsis;font-size:.82rem;overflow:hidden}.sidebarProfile span:not(.sidebarAvatarFallback):not(.sidebarAdminDot){color:var(--muted-2);white-space:nowrap;text-overflow:ellipsis;font-size:.69rem;overflow:hidden}.sidebarAdminDot{background:var(--yellow);border-radius:50%;width:7px;height:7px;box-shadow:0 0 12px #facc1580}.sidebarActions{grid-template-columns:1fr 1fr;gap:6px;display:grid}.sidebarActions>a,.sidebarActions .logoutButton{border:1px solid var(--border-soft);color:#777;text-align:center;background:#ffffff05;border-radius:9px;place-items:center;min-height:34px;padding:0 8px;font-size:.72rem;display:grid}.sidebarActions>a:hover,.sidebarActions .logoutButton:hover{color:var(--text);background:#ffffff09;border-color:#383838}.panel,.dashCard,.botCard{box-shadow:inset 0 1px #ffffff05}.panel{background:linear-gradient(180deg, #ffffff05, #fff0), var(--surface)}.dashCard{background:linear-gradient(#ffffff05,#0000),#111111c7;transition:border-color .15s,transform .15s}.dashCard:hover{border-color:#373737;transform:translateY(-1px)}.dashCard strong em{color:var(--muted-2);font-size:.72em;font-style:normal;font-weight:550}.usageTrack{background:#252525;border-radius:999px;height:4px;margin-top:13px;overflow:hidden}.usageTrack i{border-radius:inherit;background:linear-gradient(90deg, #eab308, var(--yellow-2));min-width:2px;height:100%;display:block;box-shadow:0 0 12px #facc152e}.usageTrack.wide{height:6px;margin-top:9px}.dashboardHero,.adminHero{background:linear-gradient(120deg,#facc1513,#facc1503 46%,#0000 72%),#121212;border:1px solid #facc1521;border-radius:22px;justify-content:space-between;align-items:end;gap:35px;min-height:220px;margin-top:34px;padding:clamp(27px,4vw,42px);display:flex;position:relative;overflow:hidden}.dashboardHeroGlow{filter:blur(55px);pointer-events:none;background:#facc1514;border-radius:50%;width:340px;height:340px;position:absolute;top:-170px;right:-90px}.dashboardHero>div:not(.dashboardHeroGlow),.adminHero>div{z-index:1;position:relative}.dashboardHero h2,.adminHero h2{letter-spacing:-.045em;max-width:650px;margin:12px 0 9px;font-size:clamp(1.8rem,3vw,2.75rem);line-height:1.02}.dashboardHero p,.adminHero p{max-width:690px;color:var(--muted);margin:0}.heroKicker{color:#d4d4d8;align-items:center;gap:8px;font-size:.76rem;font-weight:700;display:inline-flex}.liveDot,.idleDot{border-radius:50%;width:7px;height:7px;display:inline-block}.liveDot{background:var(--green);box-shadow:0 0 12px #22c55e8c}.idleDot{background:var(--yellow);box-shadow:0 0 12px #facc1573}.heroQuickActions{flex-wrap:wrap;flex:none;justify-content:flex-end;gap:9px;display:flex}.overviewGrid,.accountLayout,.adminGrid{grid-template-columns:1.35fr 1fr;gap:14px;margin-top:14px;display:grid}.quietLink,.tableLink{color:var(--muted);font-size:.8rem}.quietLink:hover,.tableLink:hover{color:var(--yellow-2)}.overviewBotList,.activityList,.auditList,.nodeList{gap:7px;margin-top:22px;display:grid}.overviewBotRow,.activityRow,.nodeRow,.auditRow{background:#ffffff05;border:1px solid #0000;border-radius:11px;align-items:center;gap:12px;min-width:0;padding:11px;display:flex}.overviewBotRow:hover,.activityRow:hover{border-color:var(--border);background:#ffffff08}.miniRuntimeIcon{width:35px;height:35px;color:var(--yellow);background:#facc1513;border:1px solid #facc1529;border-radius:9px;flex:none;place-items:center;font-size:.67rem;font-weight:900;display:grid}.overviewBotRow>div,.activityRow>div,.nodeRow>div,.auditRow>div{flex:1;min-width:0;display:grid}.overviewBotRow>div span,.activityRow>div span,.nodeRow>div span,.auditRow>div span{color:var(--muted-2);text-overflow:ellipsis;white-space:nowrap;font-size:.73rem;overflow:hidden}.overviewBotRow .botStatus{flex:none}.activityDot,.nodeDot{background:#666;border-radius:50%;flex:none;width:8px;height:8px}.deployment-deployed,.deployment-success{color:#86efac!important}.activityDot.deployment-deployed,.activityDot.deployment-success,.nodeDot.node-online{background:var(--green);box-shadow:0 0 10px #22c55e59}.deployment-failed{color:#fca5a5!important}.activityDot.deployment-failed,.nodeDot.node-offline{background:var(--red)}.deployment-building{color:var(--yellow-2)!important}.activityDot.deployment-building,.nodeDot.node-degraded{background:var(--yellow)}.compactEmpty{min-height:150px;color:var(--muted);align-items:center;gap:14px;display:flex}.compactEmpty>span{width:40px;height:40px;color:var(--yellow);background:#facc1512;border:1px solid #facc1521;border-radius:10px;place-items:center;font-size:1.2rem;display:grid}.compactEmpty div{display:grid}.compactEmpty p,.panelEmptyText{margin:4px 0 0;font-size:.83rem}.polishedBanner{background:linear-gradient(90deg,#facc150e,#facc1505),#121212;margin-top:14px}.polishedBotCard{position:relative;overflow:hidden}.polishedBotCard:after{content:"";filter:blur(20px);background:#facc150e;border-radius:50%;width:120px;height:120px;transition:all .18s;position:absolute;top:-70px;right:-65px}.polishedBotCard:hover:after{background:#facc1517}.botCardDivider{background:var(--border-soft);height:1px;margin:20px 0 13px}.botCardFoot{color:var(--muted-2);justify-content:space-between;align-items:center;gap:10px;font-size:.68rem;display:flex}.deploymentMini,.deploymentBadge{text-transform:capitalize}.deploymentMini{font-weight:750}.elevatedEmpty{background:radial-gradient(circle at 80% 0%, #facc150d, transparent 18rem), var(--surface)}.deploymentMetrics{margin-bottom:14px}.tablePanel{margin-top:14px;padding:0;overflow:hidden}.tablePanel>.panelHeader{padding:24px 26px}.dataTableWrap{border-top:1px solid var(--border-soft);width:100%;overflow:auto}.dataTable{border-collapse:collapse;width:100%;min-width:900px;font-size:.79rem}.dataTable th,.dataTable td{text-align:left;border-bottom:1px solid var(--border-soft);vertical-align:middle;padding:13px 16px}.dataTable th{z-index:1;color:#686871;text-transform:uppercase;letter-spacing:.08em;background:#121212;font-size:.62rem;position:sticky;top:0}.dataTable tbody tr{background:#ffffff02}.dataTable tbody tr:hover{background:#ffffff06}.dataTable tbody tr:last-child td{border-bottom:0}.dataTable code{color:#c7c7cb;font-size:.74rem}.tablePrimary{display:grid}.tablePrimary span{color:var(--muted-2);font-size:.7rem}.deploymentBadge,.planBadge,.adminBadge,.connectedBadge,.adminAccessChip{border:1px solid var(--border);background:#ffffff06;border-radius:999px;align-items:center;gap:7px;width:max-content;padding:5px 8px;font-size:.67rem;font-weight:750;display:inline-flex}.deploymentBadge.deployment-deployed{background:#22c55e0e;border-color:#22c55e2b}.deploymentBadge.deployment-failed{background:#ef44440e;border-color:#ef44442e}.deploymentBadge.deployment-building{background:#facc150e;border-color:#facc152b}.failedDeployments{border-top:1px solid var(--border-soft);padding:25px 26px}.deploymentFailure{background:#0d0d0d;margin-top:10px;padding:12px 14px}.deploymentFailure pre{white-space:pre-wrap;color:#fca5a5;max-height:260px;margin:13px 0 0;font:11.5px/1.55 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;overflow:auto}.accountHero{background:radial-gradient(circle at 95% 0%, #facc1512, transparent 18rem), var(--surface);border:1px solid #facc151c;border-radius:20px;justify-content:space-between;align-items:center;gap:25px;margin-top:34px;padding:26px;display:flex}.accountIdentity{align-items:center;gap:18px;display:flex}.accountIdentity>img,.accountAvatarFallback{border-radius:18px;width:72px;height:72px}.accountIdentity>img{object-fit:cover}.accountAvatarFallback{background:var(--yellow);color:#111;place-items:center;font-size:1.5rem;font-weight:900;display:grid}.accountIdentity h2{letter-spacing:-.03em;margin:0;font-size:1.55rem}.accountIdentity p{color:var(--muted);margin:3px 0 0}.accountNameRow{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.planBadge{color:var(--yellow-2);text-transform:capitalize;background:#facc150e;border-color:#facc1529}.adminBadge{color:#ddd6fe;background:#a78bfa12;border-color:#a78bfa38}.connectedBadge{color:#bbf7d0;background:#22c55e0d;border-color:#22c55e29}.connectedBadge i,.adminAccessChip i{background:var(--green);border-radius:50%;width:6px;height:6px}.accountDetailRows{margin-top:25px}.usageList{gap:22px;margin-top:27px;display:grid}.usageItem>div:first-child{color:var(--muted);justify-content:space-between;align-items:center;gap:20px;font-size:.79rem;display:flex}.usageItem strong{color:var(--text)}.securityPanel{justify-content:space-between;align-items:center;gap:30px;margin-top:14px;display:flex}.securityPanel h2{margin-bottom:7px}.securityPanel p{max-width:720px;margin:0}.adminContent{max-width:1650px}.adminAccessChip{color:#ddd6fe;background:#a78bfa0e;border-color:#a78bfa33;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.adminAccessChip i{background:#a78bfa;box-shadow:0 0 10px #a78bfa66}.adminHero{background:linear-gradient(120deg,#a78bfa13,#facc1506 52%,#0000),#121212;border-color:#a78bfa21}.adminHeroNumber{text-align:right;min-width:180px}.adminHeroNumber strong{color:var(--yellow);letter-spacing:-.06em;font-size:3rem;line-height:1;display:block}.adminHeroNumber span{color:var(--muted);font-size:.78rem}.nodeRow,.auditRow{border-color:var(--border-soft)}.nodeMeta{text-align:right;flex:none!important}.nodeMeta strong{text-transform:capitalize;font-size:.75rem}.auditIcon{width:25px;height:25px;color:var(--yellow);background:#facc150f;border-radius:7px;flex:none;place-items:center;display:grid}.auditRow time{color:#5d5d64;flex:none;font-size:.67rem}.adminTablePanel{margin-top:14px}.metadataCell{max-width:340px;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}@media (max-width:1050px){.overviewGrid,.accountLayout,.adminGrid{grid-template-columns:1fr}.dashboardHero,.adminHero{flex-direction:column;align-items:flex-start}.heroQuickActions{justify-content:flex-start}.adminHeroNumber{text-align:left}}@media (max-width:850px){.dashboardPage{display:block}.sidebar{width:100%;height:auto;padding:15px;position:static}.sidebarBrand{padding:0}.sidebarSectionLabel,.sidebarHelpLabel,.sidebarBottom{display:none}.sideNav{gap:5px;margin-top:14px;padding-bottom:2px;display:flex;overflow-x:auto}.sideNavSecondary{display:none}.sideNav>a{min-width:max-content;min-height:38px;padding:0 10px}.sideNav>a.active:before{display:none}.navIcon{width:17px;height:17px}.dashboardContent{padding-top:30px}}@media (max-width:700px){.accountHero,.securityPanel{flex-direction:column;align-items:flex-start}.accountIdentity{align-items:flex-start}.accountIdentity>img,.accountAvatarFallback{border-radius:15px;width:58px;height:58px}.dashboardHero,.adminHero{min-height:0}.heroQuickActions{width:100%}.heroQuickActions .button{flex:1}.auditRow time{display:none}}.status-crashed{color:#fca5a5!important;background:#ef444411!important;border-color:#ef444438!important}.status-restarting{color:#fde68a!important;background:#facc150f!important;border-color:#facc1533!important}.status-suspended{color:#c4b5fd!important;background:#a78bfa11!important;border-color:#a78bfa38!important}.warningBox{color:#fde68a;background:#facc150e;border:1px solid #facc152e;border-radius:11px;padding:13px 15px;font-size:.82rem}.runtimeWorkspace{border:1px solid var(--border);background:radial-gradient(circle at 90% 0,#facc150a,#0000 22rem),#111;border-radius:18px;margin-top:14px;overflow:hidden;box-shadow:inset 0 1px #ffffff05}.runtimeWorkspaceTop{border-bottom:1px solid var(--border-soft);justify-content:space-between;align-items:center;gap:20px;min-height:82px;padding:21px 23px;display:flex}.runtimeWorkspaceTop h2{margin:3px 0 0;font-size:1.05rem}.runtimeTopActions{align-items:center;gap:9px;display:flex}.rollbackButton{min-height:34px;color:var(--yellow-2);cursor:pointer;background:#facc150e;border:1px solid #facc1529;border-radius:8px;padding:0 11px;font-weight:750}.rollbackButton:hover{background:#facc1518}.runtimeAlert{margin:16px 20px 0}.runtimeMetricGrid{border-bottom:1px solid var(--border-soft);grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;padding:16px 20px;display:grid}.runtimeMetric{border:1px solid var(--border-soft);background:#ffffff04;border-radius:11px;min-width:0;padding:13px}.runtimeMetric>span{color:#686871;text-transform:uppercase;letter-spacing:.08em;font-size:.59rem;font-weight:800;display:block}.runtimeMetric>strong{color:var(--text);text-overflow:ellipsis;white-space:nowrap;margin-top:6px;font-size:1rem;display:block;overflow:hidden}.runtimeMetric>small{color:var(--muted-2);margin-top:3px;font-size:.64rem;display:block}.runtimeMetric .runtimeRelease{color:var(--yellow-2);font:700 .72rem/1.3 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.runtimeMeter{background:#252525;border-radius:999px;height:3px;margin-top:9px;overflow:hidden}.runtimeMeter i{background:var(--yellow);height:100%;display:block}.logWorkspace{min-width:0}.logTabs{border-bottom:1px solid var(--border-soft);gap:3px;min-height:44px;padding:7px 10px 0;display:flex}.logTabs button{color:#777;cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;align-items:center;gap:7px;padding:0 11px;font-size:.74rem;font-weight:700;display:flex}.logTabs button.active{border-bottom-color:var(--yellow);color:var(--text)}.logTabs button span{color:#666;background:#ffffff0a;border-radius:5px;padding:2px 5px;font-size:.58rem}.runtimeLog{color:#c7c7cb;white-space:pre-wrap;background:#090909;height:310px;margin:0;padding:17px 19px;font:11.5px/1.62 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;overflow:auto}.workerHealthStrip{border:1px solid var(--border-soft);background:#ffffff04;border-radius:14px;justify-content:space-between;align-items:center;gap:18px;min-height:66px;margin-top:14px;padding:14px 16px;display:flex}.workerHealthStrip>div{align-items:center;gap:11px;min-width:0;display:flex}.workerHealthStrip>div>div{min-width:0;display:grid}.workerHealthStrip strong{font-size:.82rem}.workerHealthStrip span:not(.nodeDot):not(.statusPill){color:var(--muted-2);text-overflow:ellipsis;white-space:nowrap;font-size:.7rem;overflow:hidden}.adminModerationPanel{justify-content:space-between;align-items:center;gap:30px;margin-top:14px;display:flex}.adminInlineActions{flex-wrap:wrap;align-items:center;gap:5px;display:flex}.adminInlineActions form{margin:0}.adminInlineActions button{border:1px solid var(--border);color:#bbb;cursor:pointer;background:#ffffff06;border-radius:7px;min-height:29px;padding:0 8px;font-size:.66rem}.adminInlineActions button:hover{color:var(--text);border-color:#444}.adminInlineActions .dangerMini{color:#fca5a5;background:#ef44440b;border-color:#ef44442e}@media (max-width:1180px){.runtimeMetricGrid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:680px){.runtimeWorkspaceTop,.adminModerationPanel{flex-direction:column;align-items:flex-start}.runtimeTopActions{justify-content:space-between;width:100%}.runtimeMetricGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.runtimeLog{height:270px}}.homeV17{overflow:hidden}.homeHero{grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);align-items:center;gap:70px;min-height:680px;padding:105px 0 80px;display:grid}.homeHeroCopy h1{letter-spacing:-.068em;max-width:720px;margin:0;font-size:clamp(3.4rem,6vw,5.7rem);line-height:.94}.homeHeroCopy h1 span{color:var(--yellow)}.homeHeroCopy>p{max-width:640px;color:var(--muted);margin:25px 0 0;font-size:1.08rem}.homeHeroActions{flex-wrap:wrap;gap:10px;margin-top:30px;display:flex}.homePrimary{box-shadow:0 16px 45px #facc151f}.homeTrustRow{color:#7f7f87;flex-wrap:wrap;gap:20px;margin-top:27px;font-size:.74rem;display:flex}.homeTrustRow span{align-items:center;gap:7px;display:flex}.homeTrustRow i{background:var(--yellow);border-radius:50%;width:6px;height:6px}.homeRuntimeDemo{background:linear-gradient(#ffffff06,#0000),#121212;border:1px solid #303030;border-radius:22px;padding:20px;position:relative;box-shadow:0 35px 100px #00000073}.homeRuntimeDemo:before{content:"";pointer-events:none;background:linear-gradient(135deg,#facc151f,#0000 35%);border-radius:22px;padding:1px;position:absolute;inset:-1px;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.demoTop{justify-content:space-between;align-items:center;gap:20px;padding:2px 2px 18px;display:flex}.demoTop>div{display:grid}.demoEyebrow{color:#6c6c74;text-transform:uppercase;letter-spacing:.12em;font-size:.6rem;font-weight:850}.demoTop strong{margin-top:3px}.demoState{color:#86efac;text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:7px;font-size:.68rem;font-weight:800;display:flex}.demoState i{background:var(--green);border-radius:50%;width:7px;height:7px;box-shadow:0 0 12px #22c55e8c}.demoMetrics{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.demoMetrics div{border:1px solid var(--border-soft);background:#0e0e0e;border-radius:10px;padding:13px;display:grid}.demoMetrics span{color:#63636b;text-transform:uppercase;letter-spacing:.08em;font-size:.63rem}.demoMetrics strong{margin-top:4px;font-size:.92rem}.demoTerminal{border:1px solid var(--border-soft);color:#b6b6bc;background:#080808;border-radius:10px;margin-top:9px;padding:16px;font:11px/1.72 ui-monospace,SFMono-Regular,Menlo,monospace}.demoTerminal span{color:#57575f}.demoTerminal b{color:#86efac;font-weight:600}.demoRelease{border:1px solid var(--border-soft);background:#ffffff03;border-radius:10px;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;margin-top:9px;padding:11px 13px;font-size:.7rem;display:grid}.demoRelease span{color:#67676f}.demoRelease code{color:var(--yellow-2)}.demoRelease em{color:#7f7f87;font-style:normal}.homeStrip{border-block:1px solid var(--border-soft);background:#ffffff03}.homeStrip .shell{color:#6f6f77;text-transform:uppercase;letter-spacing:.07em;justify-content:space-between;align-items:center;gap:20px;min-height:62px;font-size:.72rem;font-weight:750;display:flex}.homeSectionHeading{justify-content:space-between;align-items:end;gap:50px;margin-bottom:35px;display:flex}.homeSectionHeading>div{max-width:650px}.homeSectionHeading h2{letter-spacing:-.055em;margin:7px 0 0;font-size:clamp(2.4rem,4vw,4rem);line-height:1}.homeSectionHeading>p{max-width:390px;color:var(--muted);margin:0}.homeFeatureGrid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.homeFeature{border:1px solid var(--border);background:linear-gradient(#ffffff04,#0000),#141414;border-radius:18px;flex-direction:column;min-height:235px;padding:25px;display:flex}.homeFeature.featured{background:radial-gradient(circle at 90% 0,#facc1512,#0000 20rem),#141414;grid-column:span 2}.featureNumber{color:#5d5d64;font:700 .66rem ui-monospace,monospace}.homeFeature h3{letter-spacing:-.025em;margin:34px 0 9px;font-size:1.3rem}.homeFeature p{color:var(--muted);margin:0}.miniFlow{align-items:center;gap:9px;margin-top:auto;padding-top:25px;display:flex}.miniFlow span{border:1px solid var(--border);color:#b8b8be;background:#0d0d0d;border-radius:7px;padding:6px 9px;font:700 .68rem ui-monospace,monospace}.miniFlow b{color:#555}.stepRail{border:1px solid var(--border);border-radius:20px;grid-template-columns:repeat(3,1fr);display:grid;overflow:hidden}.stepRail article{background:#131313;gap:17px;padding:29px;display:flex}.stepRail article+article{border-left:1px solid var(--border)}.stepRail>article>span{width:32px;height:32px;color:var(--yellow);background:#facc1514;border:1px solid #facc1524;border-radius:9px;flex:none;place-items:center;font-weight:850;display:grid}.stepRail strong{font-size:.98rem}.stepRail p{color:var(--muted);margin:5px 0 0;font-size:.82rem}.planShowcase{background:radial-gradient(circle at 15% 0,#facc1512,#0000 24rem),#121212;border:1px solid #facc1521;border-radius:24px;grid-template-columns:1fr .85fr;gap:14px;padding:15px;display:grid}.planShowcase>div{padding:34px}.planShowcase h2{letter-spacing:-.06em;margin:7px 0 10px;font-size:clamp(2.8rem,5vw,4.6rem);line-height:.95}.planShowcase>div>p:not(.eyebrow){max-width:520px;color:var(--muted)}.planShowcase .button{margin-top:20px}.planSpec{border:1px solid var(--border-soft);background:#0d0d0d;border-radius:16px;align-content:start;gap:0;display:grid}.planSpec>span{color:#686871;text-transform:uppercase;letter-spacing:.09em;padding-bottom:10px;font-size:.64rem;font-weight:850}.planSpec strong{border-bottom:1px solid var(--border-soft);padding:12px 0;font-size:.87rem}.planSpec small{color:#686871;padding-top:15px}.homeFinalCta{background:radial-gradient(circle at 90% 10%,#facc1517,#0000 20rem),#131313;border:1px solid #facc1524;border-radius:24px;justify-content:space-between;align-items:center;gap:35px;margin:45px auto 85px;padding:38px;display:flex}.homeFinalCta>div:first-child{position:relative}.homeFinalCta .dot{position:absolute;top:5px;left:-18px}.homeFinalCta h2{letter-spacing:-.045em;margin:8px 0;font-size:clamp(2rem,4vw,3.2rem)}.homeFinalCta p:last-child{color:var(--muted);margin:0}.footerV17{padding:48px 0}.footerGrid{grid-template-columns:1.6fr repeat(3,1fr);gap:45px;display:grid}.footerGrid>div:not(.footerBrand){flex-direction:column;align-items:flex-start;gap:9px;display:flex}.footerGrid strong{text-transform:uppercase;letter-spacing:.09em;color:#777;font-size:.73rem}.footerGrid a{color:var(--muted);font-size:.82rem}.footerGrid a:hover{color:var(--text)}.footerBrand p{max-width:380px;color:var(--muted);font-size:.83rem}.footerBrand>span{color:#5d5d64;font-size:.72rem}.adminNav{border:1px solid var(--border-soft);background:#111;border-radius:12px;gap:4px;width:max-content;max-width:100%;margin:25px 0 18px;padding:5px;display:flex;overflow-x:auto}.adminNav a{color:#777;white-space:nowrap;border-radius:8px;padding:8px 12px;font-size:.75rem;font-weight:720}.adminNav a:hover{color:var(--text)}.adminNav a.active{color:var(--yellow-2);background:#facc1516}.adminHeaderClean{margin-bottom:0}.adminHealthBadge{border:1px solid var(--border);color:#aaa;text-transform:uppercase;letter-spacing:.06em;border-radius:999px;align-items:center;gap:7px;padding:7px 10px;font-size:.64rem;font-weight:800;display:flex}.adminHealthBadge i{border-radius:50%;width:7px;height:7px}.adminHealthBadge.online i{background:var(--green)}.adminHealthBadge.offline i{background:var(--red)}.adminMetricGrid{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.adminMetricCard{border:1px solid var(--border);background:linear-gradient(#ffffff04,#0000),#131313;border-radius:14px;padding:19px;display:grid}.adminMetricCard:hover{border-color:#3a3a3a}.adminMetricCard>span{color:#707078;font-size:.7rem}.adminMetricCard strong{letter-spacing:-.05em;margin-top:6px;font-size:1.7rem}.adminMetricCard small{color:#686870;margin-top:4px}.adminOverviewGrid{grid-template-columns:1fr 1fr;gap:10px;margin-top:10px;display:grid}.adminSimplePanel{padding:22px}.adminFactList{margin-top:18px;display:grid}.adminFactList>div{border-bottom:1px solid var(--border-soft);justify-content:space-between;align-items:center;gap:15px;padding:10px 0;font-size:.78rem;display:flex}.adminFactList span{color:#777}.adminFactList code{color:#ccc}.adminFootNote{color:#606068;margin:15px 0 0;font-size:.7rem}.attentionList{gap:7px;margin-top:18px;display:grid}.attentionItem{border:1px solid var(--border-soft);background:#ffffff04;border-radius:9px;justify-content:space-between;gap:15px;padding:11px 12px;font-size:.76rem;display:flex}.attentionItem span{color:#777}.attentionItem.danger{border-color:#ef444426}.attentionItem.warning{border-color:#facc151f}.attentionEmpty{color:#777;align-items:center;gap:12px;min-height:100px;display:flex}.attentionEmpty>span{color:#86efac;background:#22c55e12;border-radius:50%;place-items:center;width:35px;height:35px;display:grid}.attentionEmpty p{margin:3px 0 0;font-size:.75rem}.adminRecentPanel{margin-top:10px}.cleanEventList{margin-top:14px;display:grid}.cleanEvent{border-bottom:1px solid var(--border-soft);grid-template-columns:8px minmax(0,1fr) auto;align-items:center;gap:12px;padding:11px 0;display:grid}.cleanEvent:last-child{border-bottom:0}.cleanEvent>div{min-width:0;display:grid}.cleanEvent strong{font-size:.77rem}.cleanEvent span:not(.eventDot){color:#707078;white-space:nowrap;text-overflow:ellipsis;font-size:.7rem;overflow:hidden}.cleanEvent time{color:#5f5f67;font-size:.66rem}.eventDot{background:#777;border-radius:50%;width:7px;height:7px}.eventDot.state-failed{background:var(--red)}.eventDot.state-deployed{background:var(--green)}.adminSearch{gap:8px;margin:0 0 12px;display:flex}.adminSearch input{border:1px solid var(--border);min-height:42px;color:var(--text);background:#111;border-radius:10px;outline:none;flex:1;padding:0 13px}.adminSearch input:focus{border-color:#4a431a}.adminCleanTable td,.adminCleanTable th{padding-block:14px}.simpleState{border:1px solid var(--border);color:#aaa;text-transform:capitalize;background:#ffffff05;border-radius:999px;width:max-content;padding:4px 7px;font-size:.66rem;font-weight:750;display:inline-flex}.simpleState.active,.simpleState.running,.simpleState.deployed{color:#86efac;background:#22c55e0d;border-color:#22c55e29}.simpleState.suspended,.simpleState.building,.simpleState.restarting{color:#fde68a;background:#facc150d;border-color:#facc152b}.simpleState.crashed,.simpleState.failed{color:#fca5a5;background:#ef44440d;border-color:#ef44442e}.manageButton{border:1px solid var(--border);color:#bbb;border-radius:8px;padding:6px 9px;font-size:.7rem;display:inline-flex}.manageButton:hover{color:var(--text);border-color:#444}.adminAuditPanel{padding:18px 23px}.auditDetailed{grid-template-columns:8px minmax(0,1fr) 155px}.adminUserTopGrid{grid-template-columns:1.25fr .75fr;gap:10px;display:grid}.slotManagerCard,.accountAdminCard{padding:24px}.slotManagerCard{position:relative}.slotVisual{text-align:right;position:absolute;top:24px;right:24px}.slotVisual strong{color:var(--yellow);font-size:2.3rem;line-height:1;display:block}.slotVisual span{color:#666;font-size:.67rem}.slotActions{gap:6px;margin-top:22px;display:flex}.slotActions form{flex:1}.slotActions button{border:1px solid var(--border);color:#bbb;cursor:pointer;background:#111;border-radius:9px;width:100%;min-height:38px}.slotActions .slotAdd{color:var(--yellow-2);background:#facc150e;border-color:#facc1529}.slotActions button:disabled{opacity:.35;cursor:not-allowed}.exactSlotForm{grid-template-columns:auto 90px auto;align-items:center;gap:8px;margin-top:9px;display:grid}.exactSlotForm label{color:#777;font-size:.7rem}.exactSlotForm input{border:1px solid var(--border);min-height:36px;color:var(--text);background:#0d0d0d;border-radius:8px;padding:0 8px}.exactSlotForm button{border:1px solid var(--border);color:#ddd;cursor:pointer;background:#1a1a1a;border-radius:8px;min-height:36px;padding:0 10px}.adminBotsPanel{margin-top:10px;padding:23px}.adminBotCards{gap:7px;margin-top:18px;display:grid}.adminBotItem{border:1px solid var(--border-soft);background:#ffffff03;border-radius:11px;grid-template-columns:minmax(190px,1.2fr) auto minmax(230px,1fr) auto;align-items:center;gap:13px;padding:12px;display:grid}.adminBotIdentity{align-items:center;gap:10px;min-width:0;display:flex}.adminBotIdentity>div{min-width:0;display:grid}.adminBotIdentity span:last-child{color:#696971;font-size:.68rem}.adminBotMeta{color:#696971;white-space:nowrap;gap:12px;font-size:.68rem;display:flex}.accountAdminCard .fullButton{margin-top:18px}.legalPage{padding:75px 0 100px}.legalHero{border-bottom:1px solid var(--border);max-width:850px;padding-bottom:38px}.legalHero h1{letter-spacing:-.06em;margin:8px 0 14px;font-size:clamp(3rem,6vw,5rem);line-height:.95}.legalHero>p:not(.eyebrow){max-width:760px;color:var(--muted);font-size:1.04rem}.legalMeta{color:#6f6f77;gap:18px;margin-top:20px;font-size:.75rem;display:flex}.legalMeta a{color:var(--yellow-2)}.legalLayout{grid-template-columns:220px minmax(0,760px);justify-content:space-between;gap:70px;padding-top:45px;display:grid}.legalToc{align-self:start;gap:8px;display:grid;position:sticky;top:100px}.legalToc strong{color:#777;text-transform:uppercase;letter-spacing:.08em;margin-bottom:5px;font-size:.64rem}.legalToc a{color:#777;font-size:.76rem}.legalToc a:hover{color:var(--text)}.legalBody section{margin-bottom:44px;scroll-margin-top:110px}.legalBody h2{letter-spacing:-.025em;margin:0 0 12px;font-size:1.45rem}.legalBody h3{margin:23px 0 7px;font-size:.98rem}.legalBody p{color:#b2b2b8;margin:0 0 12px;line-height:1.72}.legalBody a{color:var(--yellow-2);text-underline-offset:3px;-webkit-text-decoration:underline #facc1540;text-decoration:underline #facc1540}.legalBody code{color:#ddd;background:#1d1d1d;border-radius:5px;padding:2px 5px;font-size:.8em}@media (max-width:1080px){.homeHero{grid-template-columns:1fr;gap:48px}.homeRuntimeDemo{max-width:720px}.homeFeatureGrid{grid-template-columns:1fr 1fr}.footerGrid{grid-template-columns:1.4fr 1fr 1fr}.footerGrid>div:last-child{grid-column:2/4}.adminMetricGrid{grid-template-columns:1fr 1fr}.adminBotItem{grid-template-columns:1fr auto}.adminBotMeta{grid-column:1/2}.adminInlineActions{grid-column:2/3}.legalLayout{grid-template-columns:170px minmax(0,1fr);gap:40px}}@media (max-width:760px){.homeHero{min-height:0;padding-top:75px}.homeHeroCopy h1{font-size:clamp(3rem,13vw,4.5rem)}.homeStrip .shell{white-space:nowrap;justify-content:flex-start;overflow-x:auto}.homeSectionHeading{flex-direction:column;align-items:flex-start;gap:12px}.homeFeatureGrid{grid-template-columns:1fr}.homeFeature.featured{grid-column:auto}.stepRail{grid-template-columns:1fr}.stepRail article+article{border-left:0;border-top:1px solid var(--border)}.planShowcase{grid-template-columns:1fr}.homeFinalCta{flex-direction:column;align-items:flex-start}.footerGrid{grid-template-columns:1fr 1fr}.footerBrand{grid-column:1/3}.footerGrid>div:last-child{grid-column:auto}.adminMetricGrid,.adminOverviewGrid,.adminUserTopGrid,.adminBotItem{grid-template-columns:1fr}.adminBotMeta,.adminInlineActions{flex-wrap:wrap;grid-column:auto}.slotVisual{text-align:left;margin-top:18px;position:static}.exactSlotForm{grid-template-columns:1fr}.auditDetailed{grid-template-columns:8px 1fr}.auditDetailed time{display:none}.legalLayout{grid-template-columns:1fr}.legalToc{display:none}.legalPage{padding-top:50px}}html{scrollbar-color:#393939 #0b0b0b}.siteHeader{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0a0a0ac7;border-bottom:1px solid #ffffff0e}.navLinks a{align-items:center;gap:6px;display:inline-flex}.navStatusDot,.buttonStatusDot,.statusNavDot{background:var(--green);border-radius:50%;width:6px;height:6px;display:inline-block;box-shadow:0 0 10px #22c55e7a}.feedbackToast{z-index:9999;border:1px solid var(--border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#111111f2;border-radius:13px;grid-template-columns:34px 1fr auto;align-items:center;gap:10px;width:min(390px,100vw - 28px);padding:13px 14px;animation:.22s both toastIn;display:grid;position:fixed;top:22px;right:22px;box-shadow:0 20px 60px #00000073}.feedbackToast.success{border-color:#22c55e2e}.feedbackToast.error{border-color:#ef444433}.feedbackToastIcon{background:#ffffff09;border-radius:9px;place-items:center;width:34px;height:34px;font-weight:900;display:grid}.feedbackToast.success .feedbackToastIcon{color:#86efac;background:#22c55e12}.feedbackToast.error .feedbackToastIcon{color:#fca5a5;background:#ef444412}.feedbackToast>div{display:grid}.feedbackToast strong{font-size:.78rem}.feedbackToast p{color:#8a8a92;margin:2px 0 0;font-size:.72rem;line-height:1.35}.feedbackToast>button{color:#6f6f77;cursor:pointer;background:0 0;border:0;font-size:1.2rem}.feedbackToast>button:hover{color:#fff}@keyframes toastIn{0%{opacity:0;transform:translateY(-8px)scale(.98)}to{opacity:1;transform:none}}.dashboardHeroV171{background:radial-gradient(circle at 80% -20%,#facc151f,#0000 23rem),linear-gradient(120deg,#facc1512,#0000 45%),#111;min-height:245px}.dashboardHeroV171:after{content:"";pointer-events:none;border:1px solid #ffffff06;border-radius:15px;position:absolute;inset:18px}.dashboardMetricsV171{margin-top:12px}.betaBannerV171{align-items:center}.betaBannerActions{flex-wrap:wrap;gap:8px;display:flex}.onboardingCard{background:linear-gradient(120deg,#facc150b,#0000 36%),#121212;border:1px solid #facc1521;border-radius:17px;margin-top:12px;padding:22px}.onboardingHeading{justify-content:space-between;align-items:flex-end;gap:15px;display:flex}.onboardingHeading h2{margin:4px 0 0;font-size:1.1rem}.onboardingHeading>span{color:#777;font-size:.7rem}.onboardingSteps{grid-template-columns:repeat(5,1fr);gap:7px;margin-top:17px;display:grid}.onboardingStep{border:1px solid var(--border-soft);background:#0e0e0e;border-radius:10px;grid-template-columns:28px 1fr auto;align-items:center;gap:9px;min-width:0;padding:12px;display:grid}.onboardingStep:hover{background:#111;border-color:#353535}.onboardingStep.done{border-color:#22c55e1a}.onboardingCheck{color:#888;background:#1b1b1b;border-radius:8px;place-items:center;width:28px;height:28px;font-size:.7rem;font-weight:900;display:grid}.onboardingStep.done .onboardingCheck{color:#86efac;background:#22c55e12}.onboardingStep>div{min-width:0;display:grid}.onboardingStep strong{font-size:.72rem}.onboardingStep small{color:#64646c;white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:.61rem;overflow:hidden}.onboardingStep>b{color:#4f4f55}.overviewPrimaryPanel{background:radial-gradient(circle at 100% 0%,#facc1509,transparent 15rem),var(--surface)}.runtimeSubline{color:#606068;margin:4px 0 0;font-size:.67rem}.runtimeMetricGridV171{grid-template-columns:1.15fr 1.15fr repeat(4,minmax(0,1fr))}.metricWithChart{min-height:105px;position:relative;overflow:hidden}.metricSparkline{width:calc(100% - 20px);height:27px;color:var(--yellow);opacity:.58;position:absolute;bottom:7px;left:10px;right:10px}.metricSparkline polyline{fill:none;stroke:currentColor;stroke-width:1.8px;vector-effect:non-scaling-stroke;stroke-linejoin:round;stroke-linecap:round}.logTabs{align-items:center}.logTabSpacer{flex:1}.liveLogHint{color:#5f5f67;text-transform:uppercase;letter-spacing:.07em;align-items:center;gap:5px;margin-right:8px;font-size:.62rem;display:flex}.liveLogHint i{background:var(--green);border-radius:50%;width:6px;height:6px;box-shadow:0 0 8px #22c55e66}.runtimeEmptyBody{color:#777;justify-content:center;align-items:center;gap:13px;min-height:145px;padding:26px;display:flex}.runtimeEmptyBody>span{border:1px solid var(--border);width:42px;height:42px;color:var(--yellow);background:#151515;border-radius:12px;place-items:center;font-size:1.2rem;display:grid}.runtimeEmptyBody div{display:grid}.runtimeEmptyBody p{color:#666;margin:3px 0 0;font-size:.75rem}.homeV171{background:radial-gradient(circle at 50% -15%,#facc150b,#0000 36rem);overflow:hidden}.homeHeroV171{grid-template-columns:minmax(0,.92fr) minmax(500px,1.08fr);gap:68px;min-height:760px;padding-top:115px}.homeHeroV171 .homeHeroCopy h1{max-width:760px;font-size:clamp(3.6rem,6.3vw,6.15rem)}.productStage{place-items:center;min-height:520px;display:grid;position:relative}.productStageGlow{filter:blur(80px);background:#facc1514;border-radius:50%;width:430px;height:430px;position:absolute}.productWindow{z-index:2;background:#0e0e0e;border:1px solid #323232;border-radius:18px;width:100%;position:relative;overflow:hidden;transform:perspective(1200px)rotateY(-3deg)rotateX(1deg);box-shadow:0 45px 120px #00000080}.productWindowBar{border-bottom:1px solid var(--border-soft);background:#151515;align-items:center;gap:6px;height:42px;padding:0 13px;display:flex}.productWindowBar>span{background:#343434;border-radius:50%;width:8px;height:8px}.productWindowBar>b{color:#555;margin-left:9px;font:600 .61rem ui-monospace,monospace}.productWindowBody{grid-template-columns:125px 1fr;min-height:390px;display:grid}.productWindowBody aside{border-right:1px solid var(--border-soft);color:#606068;background:#0b0b0b;flex-direction:column;gap:12px;padding:17px 12px;font-size:.62rem;display:flex}.fakeBrand{color:#eee;align-items:center;gap:6px;margin-bottom:12px;font-weight:800;display:flex}.fakeBrand i{background:var(--yellow);border-radius:5px;width:17px;height:17px}.productWindowBody aside .fakeActive{color:var(--yellow-2);background:#facc150f;border-radius:6px;padding:7px}.productWindowBody section{padding:19px}.fakeTop{justify-content:space-between;align-items:center;display:flex}.fakeTop>div{display:grid}.fakeTop small{color:var(--yellow);letter-spacing:.1em;font-size:.54rem}.fakeTop strong{margin-top:3px}.fakeTop em{color:#86efac;align-items:center;gap:5px;font-size:.54rem;font-style:normal;display:flex}.fakeTop em i{background:var(--green);border-radius:50%;width:5px;height:5px}.fakeMetrics{grid-template-columns:repeat(3,1fr);gap:7px;margin-top:16px;display:grid}.fakeMetrics div{border:1px solid var(--border-soft);background:#111;border-radius:8px;min-height:84px;padding:11px;position:relative;overflow:hidden}.fakeMetrics span{color:#65656d;letter-spacing:.08em;font-size:.52rem;display:block}.fakeMetrics strong{margin-top:5px;font-size:.8rem;display:block}.fakeChart{color:#facc1573;letter-spacing:-4px;font-size:1.1rem;position:absolute;bottom:5px;left:9px}.productWindowBody pre{border:1px solid var(--border-soft);color:#aaa;white-space:pre-wrap;background:#070707;border-radius:8px;height:180px;margin:9px 0 0;padding:13px;font:9.5px/1.7 ui-monospace,monospace}.productWindowBody pre span{color:#505058}.productWindowBody pre b{color:#86efac}.floatingProductBadge{z-index:3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#c8c8cc;background:#111111eb;border:1px solid #343434;border-radius:9px;padding:8px 10px;font-size:.65rem;font-weight:700;position:absolute;box-shadow:0 14px 45px #00000059}.floatingProductBadge.badgeTop{color:var(--yellow-2);top:72px;right:-18px}.floatingProductBadge.badgeBottom{align-items:center;gap:7px;display:flex;bottom:58px;left:-25px}.floatingProductBadge.badgeBottom i{background:var(--green);border-radius:50%;width:6px;height:6px}.featureJourney{grid-template-columns:repeat(3,1fr);gap:10px;margin-top:30px;display:grid}.featureJourney article{border:1px solid var(--border);background:linear-gradient(#ffffff05,#0000),#121212;border-radius:18px;flex-direction:column;justify-content:space-between;min-height:280px;padding:27px;display:flex}.journeyIcon{width:43px;height:43px;color:var(--yellow);background:#facc150e;border:1px solid #facc1524;border-radius:12px;place-items:center;font-size:1.15rem;display:grid}.featureJourney small{color:#686870;text-transform:uppercase;letter-spacing:.09em;font-weight:800}.featureJourney h3{letter-spacing:-.025em;margin:9px 0 8px;font-size:1.28rem}.featureJourney p{color:var(--muted);margin:0;font-size:.84rem;line-height:1.6}.homeProof{grid-template-columns:1fr 1fr;align-items:center;gap:70px;display:grid}.homeProofCopy h2{letter-spacing:-.055em;max-width:580px;margin:8px 0 14px;font-size:clamp(2.4rem,4.5vw,4rem);line-height:.98}.homeProofCopy>p:not(.eyebrow){max-width:570px;color:var(--muted);line-height:1.65}.proofChips{flex-wrap:wrap;gap:7px;margin-top:20px;display:flex}.proofChips span{border:1px solid var(--border);color:#8b8b92;background:#111;border-radius:8px;padding:7px 9px;font:600 .66rem ui-monospace,monospace}.crashVisual{border:1px solid var(--border);box-shadow:var(--shadow);background:#111;border-radius:18px;padding:20px}.crashHeader{border-bottom:1px solid var(--border-soft);color:#777;justify-content:space-between;gap:15px;padding-bottom:15px;font-size:.68rem;display:flex}.crashHeader b{color:#fca5a5;text-transform:uppercase;font-size:.62rem}.crashSteps{margin:10px 0;display:grid}.crashSteps div{border-bottom:1px solid var(--border-soft);grid-template-columns:12px 1fr auto;align-items:center;gap:8px;padding:12px 4px;font-size:.76rem;display:grid}.crashSteps i{background:#777;border-radius:50%;width:7px;height:7px}.crashSteps .ok i{background:var(--green)}.crashSteps .warn i{background:var(--yellow)}.crashSteps .bad i{background:var(--red)}.crashSteps small{color:#616169}.crashVisual button{width:100%;min-height:39px;color:var(--yellow-2);background:#facc150f;border:1px solid #facc1526;border-radius:9px;font-weight:750}.homeSecurity .sectionHeading{max-width:700px}.securityGrid{grid-template-columns:repeat(4,1fr);gap:9px;margin-top:28px;display:grid}.securityGrid article{border:1px solid var(--border);background:#111;border-radius:15px;padding:22px}.securityGrid span{color:var(--yellow);font:800 .65rem ui-monospace,monospace}.securityGrid h3{margin:18px 0 8px;font-size:1rem}.securityGrid p{color:#85858d;margin:0;font-size:.78rem;line-height:1.6}.securityGrid code{color:#ccc}.planShowcaseV171{box-shadow:0 30px 90px #00000040}.statusPage{padding:95px 0}.statusHero{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-end;gap:40px;padding-bottom:35px;display:flex}.statusHero h1{letter-spacing:-.055em;margin:8px 0 12px;font-size:clamp(2.7rem,5vw,4.6rem);line-height:.98}.statusHero p:not(.eyebrow){max-width:720px;color:var(--muted);margin:0}.statusOverall{border:1px solid var(--border);border-radius:999px;align-items:center;gap:8px;padding:9px 12px;font-size:.72rem;font-weight:800;display:flex}.statusOverall i{border-radius:50%;width:7px;height:7px}.statusOverall.ok{color:#86efac;background:#22c55e0a;border-color:#22c55e29}.statusOverall.ok i{background:var(--green);box-shadow:0 0 10px #22c55e66}.statusOverall.bad{color:#fca5a5;border-color:#ef44442e}.statusOverall.bad i{background:var(--red)}.statusBoard{border:1px solid var(--border);background:#111;border-radius:17px;margin-top:28px;overflow:hidden}.statusService{border-bottom:1px solid var(--border-soft);grid-template-columns:10px minmax(0,1fr) auto;align-items:center;gap:14px;min-height:84px;padding:17px 20px;display:grid}.statusService:last-child{border-bottom:0}.statusServiceDot{background:#777;border-radius:50%;width:8px;height:8px}.statusServiceDot.ok{background:var(--green);box-shadow:0 0 10px #22c55e59}.statusServiceDot.bad{background:var(--red)}.statusService>div:not(.statusServiceRight){display:grid}.statusService strong{font-size:.87rem}.statusService p{color:#6f6f77;margin:3px 0 0;font-size:.72rem}.statusServiceRight{text-align:right;display:grid}.statusServiceRight b{color:#86efac;font-size:.72rem}.statusServiceRight span{color:#5e5e66;margin-top:3px;font-size:.64rem}.statusMeta{color:#5e5e66;justify-content:space-between;gap:15px;padding:12px 3px;font-size:.66rem;display:flex}.statusFooterCta{border:1px solid var(--border);background:#111;border-radius:16px;justify-content:space-between;align-items:center;gap:25px;margin-top:30px;padding:24px;display:flex}.statusFooterCta p{color:#777;max-width:650px;margin:5px 0 0;font-size:.78rem}.statusFooterCta>div:last-child{gap:8px;display:flex}.slotManagerV171 h2{margin-bottom:7px}.slotGauge{border:1px solid var(--border);background:#0c0c0c;border-radius:9px;height:28px;margin-top:20px;position:relative;overflow:hidden}.slotGauge>div{background:linear-gradient(90deg,#facc1538,#facc1514);border-right:1px solid #facc1540;height:100%}.slotGauge span{color:#bbb;place-items:center;font-size:.67rem;font-weight:800;display:grid;position:absolute;inset:0}.slotQuickActions{grid-template-columns:1fr 1fr;gap:7px;margin-top:8px;display:grid}.slotQuickActions button{border:1px solid var(--border);color:#bbb;cursor:pointer;background:#111;border-radius:9px;width:100%;min-height:39px}.slotQuickActions .slotAdd{color:var(--yellow-2);background:#facc150e;border-color:#facc1529}.slotQuickActions button:disabled{opacity:.35;cursor:not-allowed}.exactSlotFormV171{grid-template-columns:auto 90px minmax(110px,auto)}.adminBotItemV171{transition:border-color .15s,background .15s}.adminBotItemV171:hover{background:#ffffff05;border-color:#343434}.dashboardLoading{background:#0b0b0b;grid-template-columns:266px 1fr;min-height:100vh;display:grid}.loadingSidebar{border-right:1px solid var(--border);background:#0f0f0f;padding:26px 18px}.loadingContent{padding:48px clamp(28px,5vw,76px)}.skeleton{background:#161616;border-radius:10px;position:relative;overflow:hidden}.skeleton:after{content:"";background:linear-gradient(90deg,#0000,#ffffff09,#0000);animation:1.4s infinite skeleton;position:absolute;inset:0;transform:translate(-100%)}.skeletonBrand{width:130px;height:35px}.skeletonNav{height:42px;margin-top:14px}.skeletonTitle{width:min(450px,70%);height:52px}.skeletonHero{border-radius:20px;height:230px;margin-top:35px}.loadingMetrics{grid-template-columns:repeat(4,1fr);gap:10px;margin-top:12px;display:grid}.skeletonMetric{height:120px}.loadingGrid{grid-template-columns:1.35fr 1fr;gap:10px;margin-top:10px;display:grid}.skeletonPanel{height:310px}.inlineLoading{color:#777;align-items:center;gap:10px;padding:30px;display:flex}.loadingPulse{background:var(--yellow);border-radius:50%;width:8px;height:8px;animation:1s infinite alternate pulse}@keyframes skeleton{to{transform:translate(100%)}}@keyframes pulse{to{opacity:.25}}@media (max-width:1180px){.homeHeroV171{grid-template-columns:1fr;min-height:0}.productStage{width:100%;max-width:820px}.featureJourney{grid-template-columns:1fr 1fr}.featureJourney article:last-child{grid-column:1/3}.securityGrid,.onboardingSteps{grid-template-columns:1fr 1fr}.onboardingStep:last-child{grid-column:1/3}.runtimeMetricGridV171{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:850px){.dashboardPage{padding-bottom:74px}.sidebar{z-index:1000;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);bottom:0;left:0;right:0;border-top:1px solid var(--border)!important;background:#0c0c0cf0!important;border-right:0!important;width:100%!important;height:68px!important;padding:7px 8px!important;position:fixed!important;top:auto!important}.sidebarBrand,.sidebarSectionLabel,.sidebarBottom,.sideNavSecondary{display:none!important}.sideNav{grid-template-columns:repeat(auto-fit,minmax(64px,1fr));gap:3px;overflow-x:auto;margin:0!important;display:grid!important}.sideNav>a{text-align:center;flex-direction:column;border-radius:9px!important;justify-content:center!important;gap:4px!important;min-width:64px!important;min-height:53px!important;padding:5px 4px!important;font-size:.59rem!important;display:flex!important}.sideNav>a.active{background:#facc1511!important}.sideNav>a.active:before{display:none!important}.navIcon{width:18px!important;height:18px!important}.navLabel{flex:0!important}.sideNav small{display:none}.dashboardContent{padding-top:30px!important}.feedbackToast{top:14px;right:14px}.dashboardLoading{grid-template-columns:1fr}.loadingSidebar{display:none}.loadingContent{padding:30px 20px 95px}}@media (max-width:760px){.homeHeroV171{padding-top:72px}.productWindow{transform:none}.productWindowBody{grid-template-columns:84px 1fr}.floatingProductBadge{display:none}.featureJourney{grid-template-columns:1fr}.featureJourney article:last-child{grid-column:auto}.homeProof{grid-template-columns:1fr;gap:30px}.securityGrid,.onboardingSteps{grid-template-columns:1fr}.onboardingStep:last-child{grid-column:auto}.statusHero,.statusFooterCta{flex-direction:column;align-items:flex-start}.statusService{grid-template-columns:9px 1fr}.statusServiceRight{text-align:left;grid-column:2}.statusMeta{flex-direction:column}.statusFooterCta>div:last-child{flex-wrap:wrap;width:100%}.loadingMetrics,.loadingGrid{grid-template-columns:1fr 1fr}.skeletonPanel{height:220px}.runtimeMetricGridV171{grid-template-columns:1fr 1fr}}@media (max-width:520px){.productWindowBody aside{display:none}.productWindowBody{grid-template-columns:1fr}.homeHeroV171 .homeHeroCopy h1{font-size:clamp(3rem,15vw,4.2rem)}.homeHeroActions .button{justify-content:center;width:100%}.loadingMetrics,.loadingGrid{grid-template-columns:1fr}.statusPage{padding-top:58px}.feedbackToast{width:auto;left:14px}.onboardingHeading,.betaBannerV171{flex-direction:column;align-items:flex-start}.betaBannerActions{width:100%}.betaBannerActions .button{flex:1}.slotQuickActions,.exactSlotFormV171{grid-template-columns:1fr}}@keyframes yhFadeUp{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translate(0,0)}}@keyframes yhFloat{0%,to{transform:perspective(1200px) rotateX(var(--yh-tilt-x,0deg)) rotateY(var(--yh-tilt-y,0deg)) translate3d(0, 0, 0)}50%{transform:perspective(1200px) rotateX(var(--yh-tilt-x,0deg)) rotateY(var(--yh-tilt-y,0deg)) translate3d(0, -7px, 0)}}@keyframes yhBadgeFloatA{0%,to{transform:translate(0,0)rotate(-1deg)}50%{transform:translateY(-7px)rotate(1deg)}}@keyframes yhBadgeFloatB{0%,to{transform:translate(0,0)rotate(1deg)}50%{transform:translateY(6px)rotate(-1deg)}}@keyframes yhPulseGlow{0%,to{opacity:.5;transform:scale(.96)}50%{opacity:1;transform:scale(1.08)}}@keyframes yhStatusRing{0%{box-shadow:0 0 #22c55e4d}70%{box-shadow:0 0 0 7px #22c55e00}to{box-shadow:0 0 #22c55e00}}@keyframes yhStripDrift{0%{transform:translate(-8px)}to{transform:translate(8px)}}@keyframes yhShimmer{0%{transform:translate(-140%)skew(-18deg)}70%,to{transform:translate(260%)skew(-18deg)}}@keyframes yhCrashPing{0%,to{opacity:.45}50%{opacity:1}}.yh-motion-mounted [data-yh-reveal]{opacity:0;will-change:transform, opacity, filter;transition:opacity .72s cubic-bezier(.2,.7,.2,1) var(--yh-delay,0s), transform .78s cubic-bezier(.16,1,.3,1) var(--yh-delay,0s), filter .72s ease var(--yh-delay,0s)}.yh-motion-mounted [data-yh-reveal=up]{filter:blur(3px);transform:translateY(22px)}.yh-motion-mounted [data-yh-reveal=left]{filter:blur(3px);transform:translate(-24px)}.yh-motion-mounted [data-yh-reveal=right]{filter:blur(3px);transform:translate(24px)}.yh-motion-mounted [data-yh-reveal=scale]{filter:blur(3px);transform:translateY(12px)scale(.975)}.yh-motion-mounted [data-yh-reveal=fade]{transform:none}.yh-motion-mounted [data-yh-reveal].yh-visible{opacity:1;filter:blur();transform:translate(0,0)scale(1)}.homeHeroV171{isolation:isolate;position:relative}.homeHeroV171:before{content:"";z-index:-1;width:440px;height:440px;left:calc(var(--yh-hero-x,72%) - 220px);top:calc(var(--yh-hero-y,34%) - 220px);pointer-events:none;filter:blur(14px);background:radial-gradient(circle,#facc1513,#facc1505 36%,#0000 68%);border-radius:50%;transition:left .16s linear,top .16s linear;position:absolute}.productStage{--yh-tilt-x:0deg;--yh-tilt-y:0deg;--yh-pointer-x:65%;--yh-pointer-y:35%;perspective:1200px}.productStage:after{content:"";z-index:-1;pointer-events:none;background:radial-gradient(circle at var(--yh-pointer-x) var(--yh-pointer-y), #facc151c, transparent 45%);filter:blur(26px);opacity:.75;border-radius:50%;transition:opacity .25s;position:absolute;inset:6% 8%}.productStage:hover:after{opacity:1}.productWindowMotion{transform-style:preserve-3d;transition:box-shadow .35s,border-color .35s;animation:6.8s ease-in-out infinite yhFloat}.productStage:hover .productWindowMotion{border-color:#facc152e;box-shadow:0 32px 90px #0000006b,0 0 0 1px #facc1506,0 0 54px #facc150b}.badgeFloatA{animation:5.3s ease-in-out infinite yhBadgeFloatA}.badgeFloatB{animation:6.1s ease-in-out .8s infinite yhBadgeFloatB}.button,.rollbackButton,.dangerButton,.slotQuickActions button,.adminInlineActions button{transition:transform .18s,border-color .18s,background .18s,color .18s,box-shadow .18s;position:relative;overflow:hidden;transform:translateZ(0)}.button:after,.rollbackButton:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#ffffff21,#0000);width:42px;position:absolute;top:-35%;bottom:-35%;left:-70px;transform:skew(-18deg)}.button:hover,.rollbackButton:hover,.slotQuickActions button:hover,.adminInlineActions button:hover{transform:translateY(-1px)}.button:hover:after,.rollbackButton:hover:after{animation:.9s forwards yhShimmer}.homePrimary:hover,.button:not(.buttonGhost):hover{box-shadow:0 10px 32px #facc151a}.featureJourney article,.securityGrid article,.dashCard,.panel,.botCard,.statusService,.runtimeMetric{transition:transform .22s cubic-bezier(.2,.7,.2,1),border-color .22s,background-color .22s,box-shadow .22s}.featureJourney article:hover,.securityGrid article:hover,.botCard:hover{border-color:#facc1529;transform:translateY(-4px);box-shadow:0 18px 46px #0003}.dashCard:hover,.runtimeMetric:hover{border-color:#facc151f;transform:translateY(-2px)}.panel:hover{border-color:#343434}.statusServiceDot.ok,.liveDot,.buttonStatusDot,.connectedBadge i{animation:2.4s ease-out infinite yhStatusRing}.statusOverall.ok i{animation:2.4s ease-out infinite yhStatusRing,2.4s ease-in-out infinite yhPulseGlow}.crashVisualMotion .crashSteps .warn i{animation:1.25s ease-in-out infinite yhCrashPing}.crashVisualMotion .crashSteps .bad i{animation:1.55s ease-in-out infinite yhPulseGlow}.crashVisualMotion button{transition:transform .18s,background .18s,border-color .18s}.crashVisualMotion button:hover{background:#facc1517;border-color:#facc153d;transform:translateY(-1px)}.homeStrip{overflow:hidden}.homeStrip .shell{animation:9s ease-in-out infinite alternate yhStripDrift}.sideNav>a{transition:color .18s,background .18s,border-color .18s,transform .18s}.sideNav>a:hover{transform:translate(2px)}.sideNav>a.active .navIcon{filter:drop-shadow(0 0 7px #facc1538)}.sidebarProfile{transition:border-color .2s,background .2s,transform .2s}.sidebarProfile:hover{background:#ffffff08;border-color:#facc151a;transform:translateY(-1px)}.runtimeMetric strong,.runtimeMetric small,.consoleState,.botStatus,.deploymentBadge{transition:color .25s,background-color .25s,border-color .25s,opacity .25s}.runtimeMeter i,.usageTrack i{transition:width .7s cubic-bezier(.16,1,.3,1)}.feedbackToast{animation:.36s cubic-bezier(.16,1,.3,1) both yhToastIn}@keyframes yhToastIn{0%{opacity:0;transform:translateY(-12px)scale(.975)}to{opacity:1;transform:translate(0,0)scale(1)}}.homeFinalCtaMotion{position:relative;overflow:hidden}.homeFinalCtaMotion:after{content:"";pointer-events:none;filter:blur(55px);background:#facc1511;border-radius:50%;width:320px;height:320px;animation:5.5s ease-in-out infinite yhPulseGlow;position:absolute;bottom:-190px;right:-120px}a:focus-visible,button:focus-visible,input:focus-visible,summary:focus-visible{outline-offset:3px;outline:2px solid #facc15bf}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}.yh-motion-mounted [data-yh-reveal]{opacity:1!important;filter:none!important;transform:none!important}}@media (max-width:850px){.sideNav>a:hover{transform:none}.productWindowMotion,.badgeFloatA,.badgeFloatB,.homeStrip .shell{animation:none}.homeHeroV171:before{display:none}}.button{white-space:nowrap;gap:8px;line-height:1}.buttonStatusDot,.navStatusDot,.statusNavDot{flex:none;margin:0}.heroQuickActions{align-items:stretch;max-width:100%}.heroQuickActions .button{min-width:148px;min-height:44px;padding-inline:17px}.heroQuickActions .button,.homeHeroActions .button,.betaBannerActions .button,.statusFooterCta .button{max-width:100%}.heroQuickActions .buttonGhost .buttonStatusDot,.homeHeroActions .buttonGhost .buttonStatusDot{width:7px;height:7px;box-shadow:0 0 0 3px #22c55e12,0 0 10px #22c55e61}@media (max-width:700px){.heroQuickActions{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;display:grid}.heroQuickActions .button{width:100%;min-width:0}}@media (max-width:480px){.heroQuickActions{grid-template-columns:1fr}.heroQuickActions .button{min-height:46px}}.statusLiveMetrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:28px;display:grid}.statusLiveMetrics article{border:1px solid var(--border);background:#111;border-radius:14px;gap:5px;min-width:0;padding:16px 18px;display:grid}.statusLiveMetrics span{color:#66666f;text-transform:uppercase;letter-spacing:.08em;font-size:.64rem;font-weight:800}.statusLiveMetrics strong{text-overflow:ellipsis;white-space:nowrap;font-size:.86rem;overflow:hidden}.statusBadText{color:#fca5a5!important}.statusTransparency{border:1px solid var(--border);background:#111;border-radius:16px;grid-template-columns:minmax(180px,.65fr) minmax(0,1.35fr);align-items:start;gap:30px;margin-top:28px;padding:24px;display:grid}.statusTransparency h2{letter-spacing:-.035em;margin:6px 0 0;font-size:1.35rem}.statusTransparency>p{color:#777;margin:0;font-size:.78rem;line-height:1.65}@media (max-width:760px){.statusLiveMetrics{grid-template-columns:repeat(2,minmax(0,1fr))}.statusTransparency{grid-template-columns:1fr}}@media (max-width:520px){.statusLiveMetrics{grid-template-columns:1fr}.statusHero{flex-direction:column;align-items:flex-start}.statusOverall{align-self:flex-start}}
