:root{color-scheme:dark;--bg: #050909;--bg-alt: #090d0f;--panel: rgba(11, 16, 18, .92);--panel-strong: rgba(14, 19, 21, .96);--panel-muted: rgba(16, 22, 25, .82);--border: rgba(255, 255, 255, .05);--border-strong: rgba(255, 255, 255, .08);--text: #ebeff0;--text-muted: #8a9497;--accent: #6fa9b9;--accent-2: #8ab9c7;--accent-3: #7a9aa8;--danger: #df6f6f;--success: #56d68f;--shadow: 0 18px 38px rgba(0, 0, 0, .42);--radius-xl: 18px;--radius-lg: 16px;--radius-md: 12px;--radius-sm: 10px;--content-width: 1152px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at 20% 0%,rgba(79,109,118,.16),transparent 28%),radial-gradient(circle at 88% 8%,rgba(68,84,92,.12),transparent 24%),linear-gradient(180deg,#050909,#030303);color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:72px 72px;opacity:.35;-webkit-mask-image:radial-gradient(circle at center,black 35%,transparent 80%);mask-image:radial-gradient(circle at center,black 35%,transparent 80%)}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}img{display:block;max-width:100%}#root{min-height:100vh}.app-shell{position:relative;min-height:100vh;padding:0 14px 22px;isolation:isolate}.app-shell__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;background:radial-gradient(circle at top left,rgba(88,108,116,.08),transparent 30%),radial-gradient(circle at 88% 14%,rgba(67,74,79,.08),transparent 26%);filter:blur(1px)}.topbar{width:min(var(--content-width),100%);margin:0 auto;padding:0 24px;min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:16px;border:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;border-radius:0;box-shadow:none}.brand{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:600;letter-spacing:-.025em}.brand__mark{width:24px;height:24px;display:block;border-radius:50%;object-fit:cover;overflow:hidden;background:transparent;box-shadow:none;flex-shrink:0}.brand__text{display:grid;gap:2px}.brand__text strong{font:inherit;letter-spacing:normal}.brand__text span{font-size:.78rem;color:var(--text-muted)}.topbar__nav{display:inline-flex;align-items:center;gap:4px;padding:4px 6px;border:1px solid rgba(255,255,255,.04);border-radius:999px;background:#ffffff05}.topbar__nav a{padding:4px 12px;border-radius:999px;color:#ffffff4d;font-size:9px;font-weight:500;letter-spacing:.025em;transition:background-color .18s ease,color .18s ease}.topbar__nav a:hover,.topbar__nav a:focus-visible{color:var(--text);background:#ffffff0a;outline:none}.topbar__cta{border:0;padding:6px 16px;border-radius:999px;background:#6c90a0;color:#061014;font-size:10px;font-weight:600;box-shadow:none}.page{width:min(var(--content-width),100%);margin:0 auto;padding:24px 24px 0}.hero{display:grid;justify-items:center;gap:0;text-align:center;padding:10px 0 48px}.hero__eyebrow{position:relative;display:flex;align-items:center;gap:10px;width:100%;max-width:1104px;color:#a0abad99;font-size:9px;font-weight:500;letter-spacing:.2em;text-transform:uppercase}.hero__eyebrow:before,.hero__eyebrow:after{content:"";flex:1 1 0%;height:1px;background:linear-gradient(90deg,transparent,rgba(130,136,138,.22))}.hero__eyebrow:after{background:linear-gradient(90deg,rgba(130,136,138,.22),transparent)}.hero h1{width:100%;margin:24px 0 0;font-family:inherit;font-size:36px;font-weight:700;line-height:40px;letter-spacing:-.025em}.hero p{width:100%;margin:12px 0 0;max-width:none;color:#b7bec099;font-size:11px;line-height:1.5}.workspace{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;align-items:start}.workspace__editor,.workspace__preview{display:grid;gap:16px}.panel{border:1px solid rgba(255,255,255,.04);border-radius:12px;background:#ffffff05;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:var(--shadow)}.panel__header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 20px;border-bottom:1px solid rgba(255,255,255,.04)}.panel__header--split{justify-content:space-between}.panel__kicker{display:inline-flex;align-items:center;gap:10px;color:#bcd3d266;font-size:11px;font-weight:600}.panel__dot{width:6px;height:6px;border-radius:50%;background:var(--text-muted);box-shadow:none}.panel__dot--accent{background:var(--accent-3)}.panel__dot--success{background:var(--success)}.panel__dot--muted{background:#ffffff61}.panel__copy{border:1px solid rgba(255,255,255,.08);padding:4px 12px;border-radius:8px;background:#ffffff08;color:#ffffff4d;font-size:10px;font-weight:600}.field{display:grid;gap:0;margin-top:10px}.field__label{display:block;margin-bottom:6px;color:#ffffff4d;font-size:9px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.field input,.field textarea,.field select{width:100%;border:1px solid rgba(255,255,255,.06);border-radius:8px;background:#ffffff08;color:#fff9;padding:8px 12px;font-size:12px;line-height:18px;outline:none;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease}.field textarea{resize:vertical;min-height:72px}.field input::placeholder,.field textarea::placeholder{color:#fff3}.field input:focus,.field textarea:focus,.field select:focus{border-color:#4fd7c34d;box-shadow:0 0 0 4px #4fd7c31f;background:#ffffff0d}.field--color input{width:64px;min-height:32px;padding:2px;border-radius:8px;overflow:hidden}.grid{display:grid;gap:14px}.grid--two{grid-template-columns:minmax(0,1fr) 64px;gap:12px}.section-card{margin-top:10px;border:1px solid rgba(255,255,255,.05);border-radius:12px;overflow:clip;background:#ffffff04}.section-card__header{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;border:0;background:transparent;color:var(--text);padding:10px 14px}.section-card__title{display:inline-flex;align-items:center;gap:10px;font-size:12px;font-weight:600}.section-card__count{color:#8ca3a180;font-size:10px;font-weight:600}.section-card__dot{width:6px;height:6px;border-radius:50%;background:#ffffff59}.section-card__caret{transition:transform .18s ease;color:#fff3;font-size:10px}.section-card__caret.is-open{transform:rotate(180deg)}.section-card__body{border-top:1px solid rgba(255,255,255,.04);padding:12px 14px}.stack{display:grid;gap:12px}.stack--dense{gap:10px}.nested-card{padding:12px;border-radius:12px;background:#ffffff05;border:1px solid rgba(255,255,255,.06)}.nested-card__header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px;font-size:12px;font-weight:600}.text-button{border:0;background:transparent;color:#ffffffb8;padding:0}.text-button--danger{color:#ff6b7ae0}.toggle{display:inline-flex;align-items:center;gap:10px;margin-top:12px;color:#e1efeed1;font-size:.94rem}.toggle input{width:16px;height:16px;accent-color:var(--accent)}.inline-add{width:100%;border:1px dashed rgba(125,221,206,.22);background:#4fd7c309;color:#c3f0ebeb;border-radius:12px;padding:13px;font-weight:700}.tab-row{display:inline-flex;gap:4px;padding:16px 20px 0}.tab-row__tab{border:1px solid rgba(255,255,255,.06);background:transparent;color:#bed2d140;border-radius:999px;padding:4px 10px;font-size:10px;font-weight:600}.tab-row__tab.is-active{color:#4fd7c3b3;background:#4fd7c31a;border-color:transparent}.token-grid{display:flex;flex-wrap:wrap;gap:8px;padding:14px 20px 16px}.token-chip{display:inline-flex;align-items:center;border:0;border-radius:6px;background:#ffffff08;color:#fff6;padding:4px 8px;font-size:10px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;line-height:1.4;transition:background-color .16s ease,color .16s ease}.token-chip:hover,.token-chip:focus-visible{background:#4fd7c31a;color:#4fd7c399;outline:none}.panel--editor{padding-bottom:6px}.panel--editor>.field,.panel--editor>.section-card{margin-left:20px;margin-right:20px}.panel--variables>.tab-row,.panel--variables>.token-grid{margin-left:20px;margin-right:20px}.panel--variables{padding-bottom:6px}.panel--preview{background:#313338;padding-bottom:12px}.panel--script{padding-bottom:12px}.discord-message{display:grid;gap:10px;padding:16px}.discord-message__header{display:flex;align-items:center;gap:12px}.discord-message__avatar{width:40px;height:40px;border-radius:50%;display:block;object-fit:cover;overflow:hidden;background:transparent;flex-shrink:0}.discord-message__meta{display:grid;gap:2px}.discord-message__name-row{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.discord-message__name{font-weight:600;color:#fff;font-size:13px}.discord-message__badge{padding:2px 4px;border-radius:4px;background:#5865f2;color:#fff;font-size:8px;font-weight:700;line-height:1}.discord-message__time{color:#ffffff40;font-size:11px}.discord-message__content{margin:0 0 2px;color:#e9f5f4f5;line-height:1.5}.embed-card{position:relative;padding:16px;border-radius:12px;background:#ffffff05;border:1px solid rgba(255,255,255,.04);border-left:4px solid var(--accent);overflow:hidden}.embed-card:before{display:none}.embed-card__author{display:flex;align-items:center;gap:10px;margin-bottom:8px}.embed-card__author-icon,.embed-card__footer-icon{width:24px;height:24px;border-radius:50%;object-fit:cover;flex:0 0 auto}.embed-card__author-icon--fallback,.embed-card__footer-icon--fallback,.smart-image-fallback{display:grid;place-items:center;background:linear-gradient(135deg,#4fd7c352,#74a9ff47);color:#effcf9;font-weight:800}.embed-card__author-text{display:grid;gap:2px}.embed-card__author-name{color:#eff7f6f0;font-weight:600;font-size:13px}.embed-card__author-link{color:#7ec7ff;font-size:11px}.embed-card__body{display:flex;gap:10px;align-items:flex-start}.embed-card__content{min-width:0;flex:1 1 auto}.embed-card__title{display:inline-block;margin-bottom:6px;color:#60a8ff;font-size:16px;font-weight:600}.embed-card__description{margin:0;color:#e2eeedf2;line-height:1.5}.embed-card__thumbnail{width:80px;height:80px;border-radius:12px;object-fit:cover;background:#ffffff08}.embed-card__image{width:100%;margin-top:12px;border-radius:12px;object-fit:cover;background:#ffffff08}.embed-card__fields{display:grid;gap:10px;margin-top:12px}.embed-card__fields--grid{grid-template-columns:repeat(auto-fit,minmax(170px,1fr))}.embed-field{display:grid;gap:4px;padding:8px 0}.embed-field__name{color:#e9f6f6e0;font-weight:700;font-size:13px}.embed-field__value{color:#c4d6d6eb;line-height:1.45;font-size:12px}.embed-card__footer{display:inline-flex;align-items:center;gap:8px;margin-top:12px;color:#b7c9c8d6;font-size:11px}.embed-card__footer-text{display:inline-flex;align-items:center;gap:4px}.button-row{display:flex;flex-wrap:wrap;gap:10px;padding:0 16px 16px}.preview-button{border:0;border-radius:999px;padding:8px 12px;color:#fff;font-weight:600;min-height:32px;font-size:11px}.preview-button--link{background:#5865f2}.preview-button--green{background:linear-gradient(135deg,#38c172,#1aa356)}.preview-button--red{background:linear-gradient(135deg,#ff6c6c,#e25454)}.preview-button--gray{background:linear-gradient(135deg,#76818d,#5f6973)}.preview-button.is-disabled{opacity:.58}.smart-image-fallback{color:#f4faf9e6}.script-block{margin:16px;padding:12px;border:1px solid rgba(255,255,255,.04);border-radius:8px;background:#0000004d;color:#ffffff59;white-space:pre-wrap;word-break:break-word;font-size:11px;line-height:1.6}.site-footer{width:min(var(--content-width),100%);margin:24px auto 0;padding:64px 24px 40px;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);gap:24px 32px;color:#b1b8ba99}.site-footer__brand p{margin:0;max-width:200px;line-height:1.7;font-size:10px}.site-footer__columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px 48px}.site-footer__group h2{margin:0 0 14px;color:#a0aaaccc;font-size:9px;font-weight:500;letter-spacing:.15em;text-transform:uppercase}.site-footer__links{display:grid;gap:12px;font-size:10px}.site-footer__meta{grid-column:1 / -1;display:flex;align-items:center;justify-content:space-between;gap:14px;padding-top:48px;border-top:1px solid rgba(255,255,255,.06);color:#a1a8aa80;font-size:9px}.topbar__nav--site a.is-current{color:#041113;background:linear-gradient(135deg,#4fd7c3f2,#74a9fff0)}.page--marketing{display:grid;gap:20px;padding-top:22px}.hero--marketing{text-align:center;padding-top:34px}.hero--marketing h1{max-width:980px}.hero--marketing p,.hero--compact p{max-width:760px}.hero--compact{padding-top:28px;padding-bottom:20px}.hero__actions{display:inline-flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:12px}.hero__primary,.hero__secondary{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;border-radius:999px;border:1px solid transparent;font-weight:700;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background-color .16s ease}.hero__primary{color:#051013;background:linear-gradient(135deg,#4fd7c3fa,#74a9fff0);box-shadow:0 12px 30px #4fd7c32e}.hero__secondary{color:var(--text);border-color:#ffffff14;background:#ffffff08}.hero__primary:hover,.hero__secondary:hover,.hero__primary:focus-visible,.hero__secondary:focus-visible{transform:translateY(-1px);outline:none}.home-showcase{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(290px,.85fr);gap:18px;padding:18px}.home-terminal,.home-activity{display:grid;gap:12px}.home-terminal{padding:18px;border-radius:20px;background:linear-gradient(180deg,#070c0eeb,#0b1215f5);border:1px solid rgba(255,255,255,.05)}.home-terminal__label{color:#a1bab8c2;font-size:.72rem;letter-spacing:.18em;text-transform:uppercase}.home-terminal__code{margin:0;color:#ecf7f4f2;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.95rem;line-height:1.7;white-space:pre-wrap}.home-activity{grid-template-rows:repeat(2,minmax(0,1fr))}.home-status-card{padding:18px;border-radius:18px;background:linear-gradient(180deg,#0d1215f2,#0c1417e0);border:1px solid rgba(255,255,255,.05)}.home-status-card__label{display:block;color:#a1bab8c7;font-size:.72rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;margin-bottom:8px}.home-status-card strong{display:block;margin-bottom:6px;color:#f4faf8;font-size:1.5rem}.home-status-card p,.home-status-card li{margin:0;color:#c9dcdad1;line-height:1.6}.home-status-card ul{margin:0;padding-left:18px;display:grid;gap:4px}.home-status-card--soft{background:linear-gradient(180deg,#101317e0,#0b1114eb)}.page-section{display:grid;gap:16px}.page-section__heading{display:grid;justify-items:center;gap:6px;text-align:center}.page-section__heading span{color:#a4c6c4bf;font-size:.72rem;font-weight:800;letter-spacing:.28em;text-transform:uppercase}.page-section__heading strong{font-family:inherit;font-size:clamp(1.5rem,2.4vw,2.2rem);letter-spacing:-.03em}.chip-row span{border:1px solid rgba(255,255,255,.08);border-radius:999px;padding:8px 13px;color:#d1e1e0db;background:#ffffff05}.feature-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.feature-card{padding:16px;border-radius:18px;background:#ffffff06;border:1px solid rgba(255,255,255,.05);min-height:164px}.feature-card__index{display:inline-flex;margin-bottom:10px;color:#74a9fff2;font-weight:800;font-size:.72rem;letter-spacing:.22em}.feature-card h2{margin:0 0 8px;font-size:1rem;letter-spacing:.02em}.feature-card p{margin:0;color:#c0d3d1d1;line-height:1.65;font-size:.94rem}.page-section--split{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.docs-panel,.status-panel,.policy-card{display:grid}.docs-panel__body,.policy-copy,.status-empty{padding:0 18px 18px}.docs-panel__body p,.policy-copy p,.status-empty p{margin:0 0 12px;color:#c7d9d8d6;line-height:1.7}.docs-panel__body p:last-child,.policy-copy p:last-child,.status-empty p:last-child{margin-bottom:0}.docs-panel--cta h2,.status-cta h2{margin:0 0 10px;font-family:inherit;font-size:clamp(1.3rem,2vw,1.8rem);letter-spacing:-.03em}.docs-panel--cta{background:#ffffff08}.updates-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.update-card{padding:18px;border-radius:18px;background:#ffffff06;border:1px solid rgba(255,255,255,.05)}.update-card span{display:inline-flex;margin-bottom:12px;color:#9a7cfff2;font-size:.72rem;letter-spacing:.22em;font-weight:800}.update-card strong{display:block;margin-bottom:8px;font-size:1rem}.update-card p{margin:0;color:#c2d4d2d1;line-height:1.65}.metric-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:12px}.metric-card{padding:16px;border-radius:18px;background:#ffffff08;border:1px solid rgba(255,255,255,.05);display:grid;gap:10px}.metric-card span{color:#a1bab8c7;font-size:.72rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.metric-card strong{font-family:inherit;font-size:1.7rem;letter-spacing:-.03em}.status-layout{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.status-empty strong{display:block;margin-bottom:8px;font-size:1.08rem}.status-cta{padding:18px;display:flex;align-items:end;justify-content:space-between;gap:20px}.status-cta p{margin:0;color:#c7d9d8d6;line-height:1.7}.status-cta__actions{display:flex;flex-wrap:wrap;gap:10px}.policy-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.policy-summary{grid-row:span 2}.policy-summary p{margin:0;padding:0 18px 14px;color:#c7d9d8d6;line-height:1.7}.policy-summary ul,.policy-list{margin:0;padding:0 18px 18px 36px;color:#c7d9d8d6;line-height:1.7}.policy-card--wide{grid-column:1 / -1}@media (max-width: 1080px){.workspace{grid-template-columns:1fr}.topbar{border-radius:24px}.home-showcase,.page-section--split,.policy-layout,.status-layout{grid-template-columns:1fr}.feature-grid,.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.updates-grid{grid-template-columns:1fr}}@media (max-width: 820px){.topbar{padding:12px 14px;border-radius:22px}.topbar__nav{display:none}.hero{padding:18px 12px 28px}.hero__eyebrow:before,.hero__eyebrow:after{width:46px}.site-footer{grid-template-columns:1fr}.site-footer__columns{grid-template-columns:repeat(2,minmax(0,1fr))}.status-cta{flex-direction:column;align-items:start}}@media (max-width: 640px){.app-shell{padding:12px 12px 20px}.topbar__cta{padding:9px 14px}.grid--two,.site-footer__columns{grid-template-columns:1fr}.site-footer__meta{flex-direction:column;align-items:flex-start}.discord-message{padding:16px 14px}.embed-card__body{flex-direction:column}.embed-card__thumbnail{width:100%;height:168px}.home-showcase,.feature-grid,.metric-grid{grid-template-columns:1fr}.home-showcase,.status-cta{padding:14px}}.site-shell{position:relative;min-height:100vh;padding:0 14px 22px;isolation:isolate}body{background-color:#030303;background-image:radial-gradient(at top,#0d1a1d,#030303);background-attachment:fixed;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}body:before{content:none;display:none;background:none}.site-shell__backdrop{background-color:#030303;background-image:none;background-attachment:fixed}.site-page,.site-section--home,.home-beyond{background-color:#030303}.site-section--home:before,.home-beyond:before{background-image:linear-gradient(90deg,#ffffff08 1px,#0000 1px),linear-gradient(#ffffff08 1px,#0000 1px);background-size:60px 60px;opacity:.2}.home-module{border:1px solid rgba(255,255,255,.04);background:#ffffff05}.home-module__glow{background:#5f828d05}.home-module__proofs{border-bottom:1px solid rgba(255,255,255,.04)}.home-module__proof-row{background:#ffffff05}.home-module__proof-title{color:#ffffff59}.home-module__proof-state{border:1px solid transparent;background:#5f828d1a;color:#5f828d94}.home-module__proof-time{color:#ffffff1f}.home-module__preview-card{border:1px solid rgba(255,255,255,.04);background:#ffffff05}.home-module__preview-copy strong{color:#fff9}.home-module__preview-copy span{color:#fff3}.home-module__preview-tags span,.home-module__boost-tags span,.home-module__customize-tags span{border:1px solid rgba(95,130,141,.1);background:transparent;color:#5f828d80}.home-module__preview-header{color:#ffffff4d}.home-module__preview-header strong{color:#ffffff26}.home-module__voice-list div{background:#ffffff05}.home-module__mini-card,.home-module__boost-card{border:1px solid rgba(255,255,255,.04);background:#ffffff05}.home-module__boost-card strong{color:#fff9}.home-module__boost-card span,.home-module__boost-meta{color:#fff3}.home-module__social-row{border-bottom:1px solid rgba(255,255,255,.04)}.home-module__social-meta strong{color:#fff6}.home-module__social-meta span{color:#ffffff26}.home-module__social-stats{color:#fff3}.home-module__social-state{color:#5f828d99}.home-module__social-footer{color:#fff3}.home-module__role-grid span,.home-module__starboard-row{border:1px solid rgba(255,255,255,.04);background:#ffffff05}.home-module__starboard-count{color:#ffffffd1}.home-module__starboard-message{color:#ffffffad}.home-module__log-entry{border:1px solid rgba(255,255,255,.04);background:#ffffff05}.home-module__log-lines{color:#ffffff8c}.home-module__customize-id{color:#ffffffd9}.site-footer{position:relative;overflow:hidden;margin:0 auto;padding:64px 24px 40px;color:#fff9}.site-footer:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:radial-gradient(circle,#ffffff1f 1px,#0000 1px);background-size:40px 40px;opacity:.2}.site-footer__brand{max-width:200px;gap:12px}.site-footer__brand p{max-width:200px;color:#fff9;font-size:10px;line-height:1.625}.site-footer__columns{gap:48px}.site-footer__group h2{color:#fffc;font-size:9px;font-weight:500;letter-spacing:.15em}.site-footer__links a{color:#fff9;font-size:10px}.site-footer__links a:hover,.site-footer__links a:focus-visible,.site-footer__links a.is-current{color:#ffffffe6}.site-footer__meta{color:#ffffff80;font-size:9px;margin-top:48px;padding-top:24px;border-top-color:#ffffff0f}.site-shell__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;background-color:#030303;background-image:radial-gradient(ellipse at top,#0d1a1d,#030303);background-attachment:fixed}.site-topbar,.site-page,.site-footer{width:min(1152px,100%);margin-inline:auto}.site-topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:8px 24px;border:1px solid rgba(255,255,255,.04);border-radius:20px;background:#090d0fd1;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 18px 38px #0000006b}.site-brand .brand__text{gap:0}.site-brand .brand__text span{display:none}.site-topbar__nav{display:inline-flex;align-items:center;gap:10px;padding:6px;border:1px solid rgba(255,255,255,.05);border-radius:999px;background:#ffffff04}.site-topbar__nav a{padding:7px 12px;border-radius:999px;color:#929c9ee0;font-size:.84rem;font-weight:600;transition:background-color .18s ease,color .18s ease}.site-topbar__nav a:hover,.site-topbar__nav a:focus-visible{color:#f0f5f4;background:#ffffff0a;outline:none}.site-topbar__nav a.is-current{color:#051013;background:linear-gradient(135deg,#78b0baf5,#93b4bceb)}.site-topbar__cta,.site-topbar__menu-cta,.hero-button{border:0;border-radius:999px;font-weight:700;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background-color .16s ease}.site-topbar__cta,.site-topbar__menu-cta{min-height:38px;padding:0 18px;color:#041113;background:linear-gradient(135deg,#83b2bcf5,#97bac2e6);box-shadow:0 10px 24px #0003}.site-topbar__menu{display:none;position:relative}.site-topbar__menuButton{position:relative;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:1px solid rgba(255,255,255,.08);border-radius:999px;background:#ffffff08;cursor:pointer}.site-topbar__menuButton span{position:absolute;display:block;width:12px;height:1.5px;border-radius:999px;background:#d7e1e0e6;transition:transform .18s ease,opacity .18s ease,background-color .18s ease}.site-topbar__menuButton span:nth-child(1){transform:translateY(-5px)}.site-topbar__menuButton span:nth-child(2){transform:translateY(0)}.site-topbar__menuButton span:nth-child(3){transform:translateY(5px)}.site-topbar__menuButton.is-open span:nth-child(1){transform:rotate(45deg)}.site-topbar__menuButton.is-open span:nth-child(2){opacity:0}.site-topbar__menuButton.is-open span:nth-child(3){transform:rotate(-45deg)}.site-topbar__menuMobile{position:relative;background:#0006;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.site-topbar__menuMobilePanel{position:relative;z-index:1;padding:16px 24px;border-top:1px solid rgba(255,255,255,.04)}.site-topbar__menuNav{display:flex;flex-direction:column;gap:4px}.site-topbar__menuNav a{padding:10px 12px;border-radius:8px;color:#ffffff80;font-size:12px;font-weight:500;letter-spacing:.025em;transition:background-color .15s cubic-bezier(.4,0,.2,1),color .15s cubic-bezier(.4,0,.2,1)}.site-topbar__menuNav a:hover,.site-topbar__menuNav a:focus-visible{color:#fffc;background:#ffffff0a;outline:none}.site-topbar__menuInvite{display:block;margin-top:8px;padding:10px 16px;border-radius:999px;background:#6c90a0;color:#061014;font-size:11px;font-weight:600;line-height:16px;text-align:center;transition:transform .15s cubic-bezier(.4,0,.2,1)}.site-topbar__menuInvite:hover,.site-topbar__menuInvite:focus-visible{transform:scale(1.02);outline:none}.site-topbar__menuOverlay{position:absolute;top:0;right:0;bottom:0;left:0;border:0;padding:0;background:#00000080}.site-page{display:grid;gap:24px;padding-top:26px}.site-hero{display:grid;gap:10px;text-align:center;padding:34px 16px 28px}.site-hero--compact{max-width:860px;margin-inline:auto;padding-top:28px;padding-bottom:8px}.site-hero--commands{max-width:720px;padding-top:34px;padding-bottom:20px}.site-hero--status{justify-items:stretch;gap:10px;max-width:none;margin-inline:0;padding:10px 16px 4px;text-align:left}.site-hero--status p{max-width:none;font-size:.88rem;white-space:nowrap}.status-hero__heading{display:inline-flex;align-items:center;gap:12px}.status-hero__heading h1{font-size:1.38rem;line-height:1.05}.status-hero__dot{width:8px;height:8px;border-radius:999px;background:#1dd16b;box-shadow:0 0 0 6px #1dd16b14}.site-hero--home{grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);gap:72px;align-items:center;min-height:100vh;padding-top:24px;padding-bottom:clamp(150px,12vw,220px);text-align:left;position:relative;overflow:hidden;background:radial-gradient(ellipse at top,#0d1a1d,#030303)}.site-hero--home .site-hero__wordmark,.site-hero--home .site-hero__subtitle,.site-hero--home .site-hero__actions,.site-hero--home .home-stats,.site-hero--home .home-hero-stage{opacity:0;transform:translate3d(0,14px,0);transition:opacity .72s cubic-bezier(.22,1,.36,1),transform .9s cubic-bezier(.22,1,.36,1),filter .9s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.site-hero--home .site-hero__wordmark{transition-duration:0ms,0ms,0ms}.site-hero--home .home-hero-stage{transform:translate3d(0,22px,0) scale(.985);filter:blur(1px)}.site-hero--home.is-loaded .site-hero__wordmark{opacity:1;transform:translateZ(0);transition-delay:0ms}.site-hero--home.is-loaded .site-hero__subtitle{opacity:1;transform:translateZ(0);transition-delay:.76s}.site-hero--home.is-loaded .site-hero__actions{opacity:1;transform:translateZ(0);transition-delay:.9s}.site-hero--home.is-loaded .home-stats{opacity:1;transform:translateZ(0);transition-delay:1.08s}.site-hero--home.is-loaded .home-hero-stage{opacity:1;transform:translateZ(0) scale(1);filter:blur(0);transition-delay:.98s}.site-hero__eyebrow{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:12px;color:#95a0a2c7;font-size:.72rem;font-weight:800;letter-spacing:.34em;text-transform:uppercase}.site-hero__eyebrow:before,.site-hero__eyebrow:after{content:"";width:84px;height:1px;background:linear-gradient(90deg,transparent,rgba(127,135,137,.22))}.site-hero__eyebrow:after{background:linear-gradient(90deg,rgba(127,135,137,.22),transparent)}.site-hero h1{margin:0;font-family:inherit;font-weight:700;letter-spacing:-.025em;line-height:1.11}.site-hero--home h1{color:#5f828d;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-feature-settings:normal;font-size:80px;font-variation-settings:normal;font-weight:700;line-height:1;letter-spacing:-.05em;-webkit-font-smoothing:antialiased;text-transform:none}@media (min-width: 640px){.site-hero--home h1{font-size:120px}}@media (min-width: 768px){.site-hero--home h1{font-size:160px}}.site-hero--compact h1{font-size:36px;line-height:40px;letter-spacing:-.025em}.status-hero__heading h1{font-size:24px;line-height:32px;letter-spacing:-.025em}.site-hero__subtitle{margin:0;max-width:340px;color:#ffffff40;font-size:.875rem;line-height:1.65}.site-hero--compact p{max-width:760px;margin-inline:auto}.site-hero__actions{display:inline-flex;flex-wrap:wrap;gap:12px;margin-top:2rem}.hero-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:0 18px;color:#f5faf8}.hero-button--primary{color:#051013;background:linear-gradient(135deg,#83b2bcf5,#97bac2eb);box-shadow:0 12px 28px #0000002e}.hero-button--secondary{border:1px solid rgba(255,255,255,.08);background:#ffffff08;color:#ecf2f2eb}.hero-button:hover,.hero-button:focus-visible,.site-topbar__cta:hover,.site-topbar__cta:focus-visible,.site-topbar__menu-cta:hover,.site-topbar__menu-cta:focus-visible{transform:translateY(-1px);outline:none}.site-hero__copy{display:grid;gap:12px}.site-hero__visual{display:none;position:relative;align-self:stretch;justify-self:end;width:min(100%,430px);perspective:1200px}.home-stats{display:inline-flex;align-items:stretch;justify-self:start;width:auto;width:fit-content;margin-top:32px;border:1px solid rgba(255,255,255,.05);border-radius:16px;background:#ffffff05;overflow:hidden;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);animation:hero-pop .7s ease-out .16s both}.home-stat{position:relative;min-width:0;padding:14px 16px 13px;display:grid;justify-items:center;text-align:center}.home-stat span{display:block;color:#ffffff2e;font-size:.52rem;font-weight:700;letter-spacing:.18em;margin-top:4px;text-transform:uppercase}.home-stat strong{font-size:1rem;letter-spacing:-.03em}.home-stat__divider{width:1px;background:#ffffff0d}.home-stat__bar{position:absolute;left:16px;right:16px;bottom:-1px;height:1px;border-radius:999px;background:#83b2bc57;transform-origin:left;animation:hero-bar 1.2s ease-out .15s both}.home-stat__bar--late{animation-delay:.26s}.site-hero__canvas{pointer-events:none;position:absolute;top:0;right:0;bottom:0;left:0;opacity:.78}.site-hero__copy{position:relative;z-index:1;display:grid;gap:12px}.home-hero-stage{position:relative;height:440px}.home-terminal,.home-preview-card{position:absolute;border:1px solid rgba(255,255,255,.05);background:#ffffff07;box-shadow:0 0 60px #5f828d1c,0 0 120px #5f828d0d;-webkit-backdrop-filter:none;backdrop-filter:none}.home-float{transform-style:preserve-3d;will-change:transform;animation:hero-float 8s ease-in-out infinite}.home-float--terminal{animation-delay:-.9s}.home-float--nuke{animation-delay:-1.5s}.home-float--activity{animation-delay:-2.1s}.home-terminal{right:1rem;top:0;width:16rem;padding:1rem;border-radius:1rem}.home-terminal--hero{perspective:1000px}.home-terminal__chrome-label{margin-left:6px;color:#fff3;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.56rem;font-weight:500;letter-spacing:.12em;text-transform:lowercase}.home-terminal__code{color:#eaf2f1f2;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.625rem;line-height:1.5}.home-terminal__line--spaced{margin-top:.25rem}.home-terminal__line--accent{margin-top:.25rem;color:#83b2bc73}.home-preview-card{padding:1rem;border-radius:1rem}.home-preview-card--hero{right:7rem;top:9rem;width:13rem;perspective:1000px}.home-preview-card--activity{right:2rem;top:18rem;width:14rem;perspective:1000px}.home-preview-card__icon{display:grid;place-items:center;width:1.75rem;height:1.75rem;border-radius:999px;background:#83b2bc24;color:#83b2bcfa}.home-preview-card__kicker{margin-bottom:0;color:#ffffffeb;font-size:.6875rem;font-weight:500;letter-spacing:0;text-transform:none}.home-preview-card__state{margin:2px 0 0;color:#ffffff40;font-size:.625rem}.home-preview-card__bars{display:flex;align-items:flex-end;gap:.125rem;margin-top:.75rem;height:2.375rem}.home-preview-card__bars span{width:.25rem;border-radius:.2rem .2rem 0 0;background:#83b2bc40}.home-preview-card__footer{display:flex;align-items:center;justify-content:space-between;margin-top:.5rem}.home-preview-card__footer-label{color:#ffffff26;font-size:.5625rem}.home-preview-card__footer-value{color:#fff9;font-size:.625rem;font-weight:700}.home-preview-card__activity-title{margin:0;color:#fff6;font-size:.625rem;font-weight:500}.home-preview-card__pulse{width:6px;height:6px;border-radius:999px;background:#83b2bcfa;box-shadow:0 0 #83b2bc59;animation:hero-pulse 1.8s ease-in-out infinite}.home-preview-card__activity-list{margin-top:.75rem;display:grid;gap:.5rem}.home-preview-card__activity-row{display:flex;align-items:center;gap:.5rem;font-size:.625rem}.home-preview-card__command{display:inline-flex;align-items:center;border-radius:.25rem;background:#83b2bc1a;padding:.15rem .3rem;color:#83b2bcb3;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace}.status-summary__hero,.status-stat,.status-cluster,.policy-card,.policy-toc,.support-panel{border:1px solid rgba(255,255,255,.05);background:#ffffff05;box-shadow:0 14px 32px #0003}.home-preview-card--soft{background:#ffffff08}.site-section{display:grid;gap:24px}.site-section+.site-section{margin-top:56px}.section-heading{display:grid;justify-items:center;gap:8px;text-align:center;max-width:760px;margin-inline:auto}.section-heading--inline{justify-items:start;text-align:left;max-width:none;margin-inline:0}.section-heading--compact{justify-items:start;text-align:left;max-width:none;margin-inline:0;gap:6px}.section-heading span{color:#9aa6a8bd;font-size:.72rem;font-weight:800;letter-spacing:.3em;text-transform:uppercase}.section-heading h2{margin:0;font-family:inherit;font-size:clamp(1.5rem,2.5vw,2.2rem);letter-spacing:-.03em}.section-heading__split{display:grid;gap:0;margin:0;font-family:inherit;font-weight:700;letter-spacing:-.05em;line-height:.94}.section-heading__split--center{justify-items:center;text-align:center;font-size:clamp(2.75rem,4.9vw,3.85rem)}.section-heading__split--compact{justify-items:start;text-align:left;font-size:clamp(2.55rem,4.55vw,3.55rem)}.support-panel__headline{display:grid;gap:0;margin:0;font-family:inherit;font-size:clamp(1.75rem,2.8vw,2.35rem);font-weight:700;line-height:.94;letter-spacing:-.04em}.text-accent{color:#83b2bcfa}.section-heading p{margin:0;color:#b8c1c2c7;line-height:1.7}.chip-row{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.chip-row span{border:1px solid rgba(255,255,255,.08);border-radius:999px;padding:8px 13px;color:#d1dedddb;background:#ffffff05;cursor:default;transition:border-color .16s ease,background-color .16s ease,color .16s ease,box-shadow .16s ease,transform .16s ease}.chip-row span:hover{border-color:#83b2bc57;background:#83b2bc14;color:#f4f8f8f5;box-shadow:0 0 0 1px #83b2bc12,0 10px 20px #0000002e;transform:translateY(-1px)}.feature-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.feature-card{min-height:196px;padding:18px;border-radius:18px;border:1px solid rgba(255,255,255,.05);background:#ffffff06}.feature-card__index{display:inline-flex;margin-bottom:10px;color:#83b2bcf5;font-size:.72rem;font-weight:800;letter-spacing:.22em}.feature-card h3{margin:0 0 8px;font-size:1rem;letter-spacing:.02em}.feature-card__subtitle{margin:0 0 8px;color:#e9f6f6e0;font-size:.96rem;line-height:1.5}.feature-card p{margin:0;color:#c1cecdd6;line-height:1.65;font-size:.94rem}.home-beyond{display:grid;gap:12px;margin-top:62px}.home-modules{display:grid;gap:14px}.home-module-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.home-module{display:grid;gap:14px;padding:18px;border-radius:18px;border:1px solid rgba(255,255,255,.05);background:#ffffff06}.home-module--wide,.home-module--split{min-height:100%}.home-module__proofs{display:grid;gap:0;padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.05)}.home-module__proof-dot{width:6px;height:6px;border-radius:50%;background:#d05d5d;box-shadow:0 0 0 3px #d05d5d14}.home-module__proof-title{color:#e1eae9bd;font-size:.82rem;font-weight:600}.home-module__proof-state,.home-module__proof-time{display:inline-flex;align-items:center;min-height:22px;padding:0 8px;border-radius:7px;border:1px solid rgba(255,255,255,.04);background:#ffffff05;color:#adb7b8b3;font-size:.68rem;font-weight:700;letter-spacing:.02em}.home-module__copy{display:grid;gap:8px}.home-module__copy h3{margin:0;font-size:1rem;font-weight:700;letter-spacing:-.02em}.home-module__copy p{margin:0;color:#c1cecdd6;line-height:1.65;font-size:.94rem}.home-module__preview{border:1px solid rgba(255,255,255,.05);border-radius:14px;background:linear-gradient(180deg,#080c0ef0,#0b1012f5)}.home-module__preview--rewards{display:grid;gap:10px;padding:14px}.home-module__preview-card{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:12px;border:1px solid rgba(255,255,255,.04);background:#ffffff05}.home-module__preview-avatar{width:36px;height:36px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:#ffffff0f;color:#ffffff94;font-size:.85rem;font-weight:800}.home-module__preview-copy strong{color:#edf4f3f0;font-size:.86rem;font-weight:700}.home-module__preview-copy span{color:#9bababb8;font-size:.78rem}.home-module__preview-tags{display:flex;gap:6px}.home-module__preview-tags span,.home-module__boost-tags span{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:0 8px;border-radius:7px;border:1px solid rgba(255,255,255,.04);background:#ffffff05;color:#c7d4d4c2;font-size:.7rem;font-weight:700}.home-module__preview--voice{padding:14px}.home-module__preview-header{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:8px;color:#96a6a7b8;font-size:.72rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.home-module__preview-header strong{color:#96a6a7b8}.home-module__voice-list div{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:26px;padding:0 8px;border-radius:8px;background:#ffffff04;color:#d7e1e1c2;font-size:.8rem}.home-module__voice-switch span{width:10px;height:10px;border-radius:999px;background:#ffffff2e;box-shadow:inset 0 0 0 2px #ffffff08}.home-module__mini-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:14px}.home-module__mini-card{min-height:68px;display:grid;gap:4px;padding:10px 12px;border-radius:12px;border:1px solid rgba(255,255,255,.04);background:#ffffff05}.home-module__mini-card span{color:#9aa6a8b8;font-size:.62rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.home-module__mini-card strong{color:#e9f0efe6;font-size:.82rem;font-weight:700}.home-module__preview--messages{border-bottom:1px solid rgba(255,255,255,.05)}.home-module__boost-layout{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;padding:14px}.home-module__boost-card{display:grid;gap:4px;min-height:72px;padding:10px 12px;border-radius:12px;border:1px solid rgba(255,255,255,.04);background:#ffffff05}.home-module__boost-card strong{color:#edf4f3f0;font-size:.86rem}.home-module__boost-card span{color:#9bababb8;font-size:.76rem}.home-module__boost-meter i{display:block;width:56%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#83b2bceb,#58b47ee0)}.home-module__boost-meta{color:#9bababb8;font-size:.72rem}.home-module__boost-tags{display:flex;flex-wrap:wrap;gap:8px;align-items:flex-start}.home-module__boost-tags span{min-width:62px}.home-feed{display:grid;gap:10px;padding:20px;border-radius:18px;border:1px solid rgba(255,255,255,.05);background:#ffffff06}.home-feed__item{display:grid;grid-template-columns:minmax(120px,.8fr) minmax(0,1fr) auto;gap:14px;align-items:center;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.04)}.home-feed__item:last-of-type{padding-bottom:0;border-bottom:0}.home-feed__meta{display:grid;gap:4px}.home-feed__meta strong{color:#eff7f6;font-size:.9rem;font-weight:800}.home-feed__meta span{color:#b7c3c4c7;font-size:.82rem}.home-feed__stats{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-start;color:#d7e3e2d1;font-size:.78rem}.home-feed__state{color:#74a9fff2;font-size:.72rem;font-weight:800;letter-spacing:.24em}.home-feed__footer{margin:4px 0 0;color:#b1b8bac7;font-size:.82rem}.home-note{display:grid;gap:12px;padding:18px;border-radius:18px;border:1px solid rgba(255,255,255,.05);background:#ffffff06}.home-note__kicker{color:#9aa6a8bd;font-size:.72rem;font-weight:800;letter-spacing:.24em;text-transform:uppercase}.home-note h2{margin:0;font-family:inherit;font-size:clamp(1.2rem,2vw,1.7rem);letter-spacing:-.03em}.home-note p,.home-note li{margin:0;color:#c1cdcdd6;line-height:1.7}.home-note ul{margin:0;padding-left:18px;display:grid;gap:8px}.site-section--support{padding-top:42px}.commands-board{display:grid;grid-template-columns:minmax(214px,238px) minmax(0,1fr);gap:28px;align-items:start}.commands-sidebar{position:sticky;top:22px;display:grid;gap:12px}.commands-search{display:flex;align-items:center;gap:10px;min-height:40px;padding:0 12px;border:1px solid rgba(255,255,255,.06);border-radius:14px;background:#ffffff05}.commands-search:focus-within{border-color:#81b0b873;background:#ffffff07;box-shadow:0 0 0 4px #81b0b814}.commands-search__icon{position:relative;width:14px;height:14px;flex:0 0 auto;border-radius:50%;border:1.5px solid rgba(160,171,173,.42)}.commands-search__icon:after{content:"";position:absolute;right:-4px;bottom:-3px;width:5px;height:1.5px;border-radius:999px;background:#a0abad6b;transform:rotate(42deg)}.commands-search input{min-width:0;flex:1 1 auto;border:0;background:transparent;color:var(--text);padding:0;outline:none}.commands-search input::placeholder{color:#8ca3a18c}.commands-search__clear{width:20px;height:20px;display:grid;place-items:center;border:0;border-radius:50%;background:transparent;color:#c3cecfe0;font-size:1.15rem;line-height:1}.commands-results{margin:-2px 0 2px;color:#7e979cd6;font-size:.76rem;line-height:1.4}.commands-results--muted{color:#7e979c8f}.commands-filters{display:grid;gap:8px}.command-filter{display:flex;align-items:center;gap:10px;width:100%;min-height:36px;padding:0 12px;border:1px solid rgba(255,255,255,.05);border-radius:14px;background:#ffffff04;color:#c1cdcdcc;text-align:left;transition:border-color .16s ease,background-color .16s ease,color .16s ease,transform .16s ease}.command-filter:hover,.command-filter:focus-visible{border-color:#ffffff17;background:#ffffff07;color:#eff7f6f5;outline:none}.command-filter.is-active{border-color:#79abb457;background:#ffffff08;color:#f4f9f8f5;box-shadow:inset 0 0 0 1px #79abb424}.command-filter__icon{width:14px;height:14px;flex:0 0 auto;border-radius:50%;border:1.5px solid rgba(160,171,173,.42);box-shadow:inset 0 0 0 2px transparent}.command-filter.is-active .command-filter__icon{border-color:transparent;background:linear-gradient(135deg,#83b2bcfa,#97bac2eb)}.command-filter__label{flex:1 1 auto;font-size:.88rem;font-weight:600}.command-filter__count{color:#8f9d9fdb;font-size:.76rem;font-weight:700}.command-filter.is-active .command-filter__count{color:#ecf2f2b8}.commands-content{display:grid;gap:16px}.commands-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.command-card{display:grid;gap:12px;min-height:118px;padding:16px 16px 14px;border:1px solid rgba(255,255,255,.05);border-radius:18px;background:linear-gradient(180deg,#0b0f11f0,#0a0e10fa);transition:transform .16s ease,border-color .16s ease,background-color .16s ease}.command-card:hover,.command-card:focus-within{transform:translateY(-1px);border-color:#ffffff14;background:linear-gradient(180deg,#0c1012f5,#0a0e10fc)}.command-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.command-card__title-wrap{min-width:0}.command-card__title{margin:0;color:#f4f9f8;font-size:1rem;font-weight:800;letter-spacing:-.02em}.command-card__summary{margin:8px 0 0;color:#c1cdcdcc;line-height:1.55;font-size:.9rem}.command-card__copy{opacity:0;width:24px;height:24px;display:grid;place-items:center;padding:0;border:1px solid rgba(255,255,255,.06);border-radius:8px;background:#ffffff08;color:#ffffff40;transition:opacity .16s ease,border-color .16s ease,background-color .16s ease,color .16s ease}.command-card__copy-icon{width:12px;height:12px}.command-card__copy:hover,.command-card__copy:focus-visible{border-color:#ffffff1a;background:#ffffff0d;color:#ffffff80;outline:none}.command-card__copy.is-copied{color:#59d586eb;border-color:#59d58647}.command-card__meta{display:flex;align-items:center;justify-content:flex-start;gap:8px;color:#8f9d9fcc;font-size:.74rem;line-height:1.4}.command-card__aliases{display:inline-flex;align-items:center;gap:8px}.command-card__aliases-key{color:#91aab0e6}.command-card__aliases-count{color:#707c7ee6}.commands-pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:8px;padding-top:8px}.commands-pagination__button{min-width:34px;min-height:34px;padding:0 12px;border:1px solid rgba(255,255,255,.05);border-radius:999px;background:#ffffff04;color:#c3cecfd1;font-size:.82rem;font-weight:700;transition:border-color .16s ease,background-color .16s ease,color .16s ease,transform .16s ease}.commands-pagination__button:hover,.commands-pagination__button:focus-visible{border-color:#ffffff14;background:#ffffff08;color:#f4f9f8;outline:none}.commands-pagination__button.is-active{color:#051013;background:linear-gradient(135deg,#83b2bcf5,#97bac2eb);border-color:transparent}.commands-pagination__button--arrow{min-width:34px;padding:0}.commands-pagination__button:disabled{opacity:.42;cursor:default}.commands-pagination__ellipsis{color:#707c7ee6;font-size:.88rem}.support-panel{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:150px;padding:22px 24px;border-radius:22px;background:linear-gradient(180deg,#0b0f11f0,#090c0eeb)}.support-panel__copy{display:grid;gap:8px}.support-panel__copy span{color:#9aa6a8bd;font-size:.72rem;font-weight:800;letter-spacing:.28em;text-transform:uppercase}.support-panel__copy h2{margin:0;font-family:inherit;font-size:clamp(1.75rem,2.8vw,2.35rem);letter-spacing:-.04em;line-height:.94}.support-panel__copy p{margin:0;color:#b8c1c2cc;line-height:1.7}.status-summary{display:grid;gap:12px}.status-summary__hero{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:12px 16px;border-radius:22px;background:linear-gradient(180deg,#0b0f11f5,#090c0ef0)}.status-summary__state{display:inline-flex;align-items:center;gap:10px;margin-bottom:10px}.status-summary__state span,.status-cluster__header i{width:8px;height:8px;border-radius:999px;background:#1dd16b}.status-summary__state strong{font-size:1rem}.status-summary__hero p,.status-summary__hero time{margin:0;color:#c1cdcdcc;font-size:.84rem;line-height:1.6}.status-summary__hero time{white-space:nowrap}.status-summary__metric{min-width:150px;text-align:right}.status-summary__metric span,.status-stat span,.status-cluster__grid span{display:block;color:#97a4a6c2;font-size:.72rem;font-weight:800;letter-spacing:.16em;margin-bottom:6px;text-transform:uppercase}.status-summary__metric strong,.status-stat strong{font-size:clamp(1.55rem,2.4vw,2rem);letter-spacing:-.04em}.status-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.status-stat{min-height:60px;padding:10px 14px;border-radius:18px;background:#ffffff06}.status-clusters{display:grid;gap:10px}.status-clusters__header{display:flex;align-items:center;justify-content:space-between;gap:20px;color:#9aa6a8bd;font-size:.72rem;font-weight:800;letter-spacing:.24em;text-transform:uppercase}.status-cluster-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.status-cluster{padding:10px 14px;border-radius:18px;background:#ffffff05;min-height:124px}.status-cluster__header{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:10px}.status-cluster__header span{display:inline-flex;align-items:center;gap:10px;font-size:.92rem;font-weight:700}.status-cluster__header strong{color:#19c06c;font-size:.95rem}.status-cluster__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.status-cluster__grid strong{font-size:1rem;letter-spacing:-.02em}.status-cluster__latency{height:3px;margin-top:6px;border-radius:999px;background:#ffffff0d;overflow:hidden}.status-cluster__latency span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#83b2bcf5,#19c06ce0)}.status-cluster__footer{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:10px}.status-cluster__footer span{color:#97a4a6c2;font-size:.72rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.status-cluster__footer strong{color:#1dd16b;font-size:.84rem}.policy-layout{display:grid;grid-template-columns:minmax(224px,278px) minmax(0,1fr);gap:18px;align-items:start}.policy-toc{position:sticky;top:22px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.policy-toc__title{color:#9aa6a8bd;font-size:.72rem;font-weight:800;letter-spacing:.24em;text-transform:uppercase}.policy-toc__nav{display:grid;gap:10px;margin-top:12px;padding-left:14px;border-left:1px solid rgba(255,255,255,.06)}.policy-toc__nav a{color:#b9c5c6d6;line-height:1.45}.policy-toc__nav a:hover,.policy-toc__nav a:focus-visible{color:#f2f6f5;outline:none}.policy-content{display:grid;gap:22px}.policy-section,.policy-card{padding:0}.policy-section h2,.policy-card h2{margin:0 0 10px;font-family:inherit;font-size:1rem;letter-spacing:-.02em}.policy-section p,.policy-card p{margin:0 0 12px;color:#c1cdcdd6;line-height:1.75}.policy-section p:last-child,.policy-card p:last-child{margin-bottom:0}.policy-card{padding:18px;border-radius:18px;background:#ffffff06}.policy-list{margin:0;padding:0 0 0 18px;color:#c1cdcdd6;line-height:1.7;display:grid;gap:8px}.site-footer{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);gap:24px 32px;margin-top:24px;padding:26px 8px 12px;color:#b1b8bac7}.site-footer__brand p{margin:0;line-height:1.7}.brand--footer .brand__mark{width:20px;height:20px}.site-footer__columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px 38px}.site-footer__group h2{margin:0 0 14px;color:#a0aaacc7;font-size:.72rem;font-weight:800;letter-spacing:.24em;text-transform:uppercase}.site-footer__links{display:grid;gap:12px}.site-footer__links a:hover,.site-footer__links a:focus-visible{color:#f4f8f7;outline:none}.site-footer__links a.is-current{color:#f4f8f7}.site-footer__meta{grid-column:1 / -1;display:flex;align-items:center;justify-content:space-between;gap:14px;padding-top:18px;border-top:1px solid rgba(255,255,255,.05);color:#a1a8aab8;font-size:.82rem}@media (max-width: 1080px){.site-hero--home,.commands-board,.policy-layout,.status-cluster-grid{grid-template-columns:1fr}.site-hero--home{gap:28px;min-height:0}.site-hero__visual{display:none}.commands-sidebar{position:static}.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-module-row,.home-info-grid,.commands-grid{grid-template-columns:1fr}.status-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer{grid-template-columns:1fr}.site-footer__columns{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1081px){.site-hero__visual{display:block}}@media (max-width: 820px){.site-topbar{border-radius:22px}.site-topbar__nav,.site-topbar__cta{display:none}.site-topbar__menu{display:block}.site-hero{padding:22px 12px 20px}.site-hero__eyebrow:before,.site-hero__eyebrow:after{width:46px}.site-hero--commands{padding-top:24px;padding-bottom:16px}.home-stats,.status-stats{grid-template-columns:1fr}.support-panel{flex-direction:column;align-items:flex-start}.site-footer__columns{grid-template-columns:1fr}}@media (max-width: 640px){.site-shell{padding:12px 12px 20px}.site-page{padding-top:22px}.site-hero--home h1{font-size:clamp(3.5rem,18vw,5rem)}.site-hero--compact h1{font-size:clamp(2.4rem,10vw,3.3rem)}.commands-board{gap:20px}.site-topbar__menu-panel{min-width:210px}.feature-grid,.status-cluster-grid,.home-module__mini-grid,.home-module__boost-layout{grid-template-columns:1fr}.status-summary__hero{flex-direction:column}.status-summary__metric{text-align:left}.site-footer__meta{flex-direction:column;align-items:flex-start}}body{background-color:#030303;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-image:radial-gradient(at top,#0d1a1d,#030303);background-attachment:fixed;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}body:before{display:none}.site-shell{padding:0;overflow-x:clip}.site-shell__backdrop{background-color:#030303;background-image:radial-gradient(circle at 50% 36%,#5f828d0a,#03030300 52%),radial-gradient(circle at 50% 78%,#5f828d03,#03030300 42%),radial-gradient(ellipse at top,#0d1a1d,#030303);background-attachment:fixed}.site-topbar{--site-topbar-height: 65px;position:fixed;top:0;left:0;right:0;z-index:50;display:block;width:100%;height:65px;margin:0;padding:0;transform:translateY(0);transition:transform .5s cubic-bezier(.23,1,.32,1);will-change:transform;border:0;border-radius:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.site-topbar.is-hidden{transform:translateY(-100%)}.site-topbar.is-menu-open{height:auto}.site-topbar__inner{width:min(1152px,calc(100vw - 48px));height:65px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:16px;border-bottom:1px solid transparent;background-color:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;transition:background-color .5s cubic-bezier(.23,1,.32,1),border-color .5s cubic-bezier(.23,1,.32,1),backdrop-filter .5s cubic-bezier(.23,1,.32,1),box-shadow .5s cubic-bezier(.23,1,.32,1)}.site-topbar.is-scrolled .site-topbar__inner{border-bottom-color:#ffffff0a;background-color:#0006;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.site-brand{min-width:0}.site-brand .brand__mark{width:24px;height:24px}.site-brand .brand__text{font-size:12px;font-weight:600;letter-spacing:-.02em}.site-topbar__nav{justify-self:center;display:inline-flex;align-items:center;gap:4px;padding:4px 6px;border:1px solid rgba(255,255,255,.04);border-radius:999px;background:#ffffff05}.site-topbar__nav a{padding:4px 12px;border-radius:999px;color:#ffffff4d;font-size:9px;font-weight:500;letter-spacing:.025em}.site-topbar__nav a:hover,.site-topbar__nav a:focus-visible,.site-topbar__nav a.is-current{color:#f4f8f7;background:#ffffff0a;outline:none}.site-topbar__cta{justify-self:end;display:inline-flex;align-items:center;justify-content:center;min-width:57px;height:27px;padding:0 16px;border-radius:999px;background:#6c90a0;color:#061014;font-size:10px;font-weight:600;line-height:15px;box-shadow:none}.site-page{width:100%;margin:0;padding:0;display:grid;gap:0}.site-hero{width:100%;margin:0;padding:0}.site-hero--home{position:relative;display:block;min-height:100vh;overflow:hidden;background-image:radial-gradient(at top,#0d1a1d,#030303);padding:263px 0 145px;text-align:left}.site-hero--home .site-hero__inner{position:relative;z-index:1;width:min(1152px,calc(100vw - 48px));margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:48px;align-items:start}.site-hero--home .site-hero__copy,.site-hero--home .site-hero__visual{opacity:0;transform:translate3d(0,14px,0);transition:opacity .72s cubic-bezier(.22,1,.36,1),transform .9s cubic-bezier(.22,1,.36,1),filter .9s cubic-bezier(.22,1,.36,1)}.site-hero--home .site-hero__copy{padding-top:7px}.site-hero--home .site-hero__visual{justify-self:end;width:100%;height:440px;opacity:1;transform:none;filter:none;transition:none}.site-hero--home.is-loaded .site-hero__copy,.site-hero--home.is-loaded .site-hero__visual{opacity:1;transform:translateZ(0) scale(1);filter:blur(0)}.site-hero__wordmark{margin:0;color:#526f79;display:block;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-feature-settings:normal;font-size:80px;font-variation-settings:normal;font-weight:700;line-height:1;letter-spacing:-.05em;-webkit-font-smoothing:antialiased}@media (min-width: 640px){.site-hero__wordmark{font-size:120px}}@media (min-width: 768px){.site-hero__wordmark{font-size:160px}}.site-hero__subtitle{max-width:384px;margin:22px 0 0;color:#ffffff4d;font-size:14px;line-height:23px}.site-hero__subtitle-text{display:inline}.site-hero__actions{display:inline-flex;gap:12px;margin-top:29px}.hero-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:36px;padding:0 20px;border:0;border-radius:999px;font-size:12px;line-height:16px;font-weight:600;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background-color .16s ease}.hero-button__arrow{width:12px;height:12px;flex:0 0 auto;stroke:currentColor;stroke-width:2;fill:none}.hero-button--primary{background:linear-gradient(135deg,#709ba5f5,#84a4ace6);color:#050505;box-shadow:none}.hero-button--secondary{border:1px solid rgba(255,255,255,.06);background:#ffffff06;color:#ffffff57;font-weight:500}.hero-button:hover,.hero-button:focus-visible,.site-topbar__cta:hover,.site-topbar__cta:focus-visible{transform:translateY(-1px);outline:none}.home-stats{display:grid;grid-template-columns:minmax(0,1fr) 1px minmax(0,1fr);width:221px;margin-top:32px;border:1px solid rgba(255,255,255,.035);border-radius:18px;background:#ffffff04;overflow:hidden}.home-stat{position:relative;min-width:0;padding:14px 16px 12px;display:grid;justify-items:center;text-align:center}.home-stat strong{font-size:18px;line-height:1;letter-spacing:-.03em}.home-stat span{display:block;margin-top:4px;color:#ffffff2e;font-size:9px;font-weight:700;letter-spacing:.18em}.home-stat__divider{background:#ffffff0a}.home-stat__bar{position:absolute;left:16px;right:16px;bottom:-1px;height:1px;border-radius:999px;background:#5f828d57}.site-hero__canvas{opacity:1}.home-hero-stage{position:relative;height:440px;perspective:1200px;transform-style:preserve-3d;isolation:isolate}.home-float{position:absolute;transform-style:preserve-3d;will-change:transform,opacity;opacity:0;pointer-events:none;transform:translate3d(var(--home-float-start-x, 0px),var(--home-float-start-y, 0px),0) scale(var(--home-float-start-scale, .9));transition:opacity .95s cubic-bezier(.22,1,.36,1),transform .95s cubic-bezier(.22,1,.36,1);transition-delay:var(--home-float-delay, 0ms);animation:none}.home-float--terminal{right:16px;top:0;width:256px;transform-origin:72% 18%;--home-float-start-x: 180px;--home-float-start-y: -220px;--home-float-start-scale: .88;--home-float-delay: 0ms}.home-float--nuke{right:112px;top:143px;width:208px;transform-origin:50% 44%;--home-float-start-x: 230px;--home-float-start-y: 120px;--home-float-start-scale: .88;--home-float-delay: .3s}.home-float--activity{right:32px;top:288px;width:224px;transform-origin:44% 52%;--home-float-start-x: 120px;--home-float-start-y: 250px;--home-float-start-scale: .88;--home-float-delay: .6s}.site-hero--home.is-loaded .home-float{opacity:1;transform:translateZ(0) scale(1)}.site-hero--home.is-loaded .home-float--terminal{animation:home-float-terminal 10.4s ease-in-out calc(var(--home-float-delay, 0ms) + .95s) infinite}.site-hero--home.is-loaded .home-float--nuke{animation:home-float-nuke 11.6s ease-in-out calc(var(--home-float-delay, 0ms) + .95s) infinite}.site-hero--home.is-loaded .home-float--activity{animation:home-float-activity 12.1s ease-in-out calc(var(--home-float-delay, 0ms) + .95s) infinite}.home-float .home-terminal,.home-float .home-preview-card{position:relative;right:auto;top:auto;width:100%;height:100%;transform-style:preserve-3d;pointer-events:auto;transition:box-shadow .22s ease}.home-float .home-terminal,.home-float .home-preview-card{padding:16px;border-radius:18px}.home-float .home-preview-card--hero,.home-float .home-preview-card--activity{width:100%;padding:16px}.home-terminal__chrome{display:flex;align-items:center;gap:6px;margin-bottom:10px}.home-terminal__chrome span{width:9px;height:9px;border-radius:999px;background:#8b949673}.home-terminal__chrome span:nth-child(1){background:#df6f6f}.home-terminal__chrome span:nth-child(2){background:#d9c96a}.home-terminal__chrome span:nth-child(3){background:#56d68f}.home-terminal__chrome-label{margin-left:6px;color:#fff3;font-size:9px;font-weight:500;letter-spacing:.12em;text-transform:lowercase}.home-terminal__code{color:#eaf2f1f2;font-size:10px;line-height:1.5}.home-terminal__code p{margin:0}.home-terminal__line--spaced{margin-top:4px}.home-terminal__line--success{color:#56d68f8c}.home-terminal__line--accent{margin-top:4px;color:#83b2bc73}.home-preview-card__title-row{display:flex;align-items:center;gap:10px}.home-preview-card__icon{display:grid;place-items:center;width:28px;height:28px;border-radius:999px;background:#5f828d24;color:#5f828d}.home-preview-card__kicker{margin:0;color:#ffffffeb;font-size:11px;font-weight:500}.home-preview-card__state{margin:2px 0 0;color:#ffffff40;font-size:10px}.home-preview-card__bars{display:flex;align-items:flex-end;gap:2px;margin-top:12px;height:38px}.home-preview-card__bars span{width:4px;border-radius:3px 3px 0 0;background:#5f828d40}.home-preview-card__footer{display:flex;align-items:center;justify-content:space-between;margin-top:8px}.home-preview-card__footer-label{color:#ffffff26;font-size:9px}.home-preview-card__footer-value{color:#fff9;font-size:10px;font-weight:700}.home-preview-card__activity-head{display:flex;align-items:center;justify-content:space-between}.home-preview-card__activity-title{margin:0;color:#fff6;font-size:10px;font-weight:500}.home-preview-card__pulse{width:6px;height:6px;border-radius:999px;background:#5f828dfa;box-shadow:0 0 #5f828d59;animation:hero-pulse 1.8s ease-in-out infinite}.home-preview-card__activity-list{margin-top:12px;display:grid;gap:8px}.home-preview-card__activity-row{display:flex;align-items:center;gap:8px;font-size:10px}.home-preview-card__command{display:inline-flex;align-items:center;border-radius:4px;background:#5f828d1a;padding:2px 5px;color:#5f828db3;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace}.home-preview-card__value{color:#ffffff52}.home-preview-card__time{margin-left:auto;color:#ffffff29}.site-section{padding:116px 0 0}.site-section__inner{width:min(1152px,calc(100vw - 48px));margin:0 auto}.section-heading{width:100%;max-width:none;display:grid;justify-items:center;gap:10px;text-align:center}.section-heading--compact{width:100%;justify-items:start;text-align:left}.section-heading span{color:#5f828d;font-size:10px;font-weight:500;letter-spacing:.2em;text-transform:uppercase}.section-heading__split{margin:0;color:#fff;font-size:48px;line-height:48px;letter-spacing:-.06em}.section-heading__split .text-accent{color:#5f828d}.chip-row{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin:44px 0 40px}.chip-row span{display:inline-flex;align-items:center;gap:6px;height:25px;padding:0 10px;border:1px solid rgba(255,255,255,.05);border-radius:999px;background:#ffffff04;color:#ffffff4d;font-size:9px;font-weight:500;cursor:default;transition:border-color .16s ease,background-color .16s ease,box-shadow .16s ease,color .16s ease,transform .16s ease}.chip-row span svg{width:12px;height:12px;stroke:currentColor;fill:none}.chip-row span:hover{border-color:#5f828d57;background:#5f828d14;color:#f4f8f8f5;box-shadow:0 0 0 1px #5f828d14,0 10px 20px #0000002e;transform:translateY(-1px)}.home-modules{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.home-module{position:relative;display:grid;gap:0;border:1px solid rgba(255,255,255,.04);border-radius:16px;background:#ffffff05;overflow:hidden;transition:all .5s cubic-bezier(.4,0,.2,1)}.home-module--wide{grid-column:1 / -1}.home-module--anti-nuke{min-height:227px}.home-module--rewards,.home-module--voice{min-height:263px}.home-module--messages,.home-module--boosts{min-height:205px}.home-module--social{min-height:336px}.home-module--roles,.home-module--starboard{min-height:217px}.home-module--logs{min-height:234px}.home-module--customize{min-height:232px}.home-module__preview{padding:18px 18px 0}.home-module__copy{display:grid;gap:8px;padding:16px 18px 18px}.home-module__eyebrow{color:#5f828d;font-size:10px;font-weight:500;letter-spacing:.2em;text-transform:uppercase}.home-module__copy h3{margin:0;color:#fff;font-size:15px;font-weight:600;line-height:22px}.home-module__copy p{margin:0;color:#fff9;font-size:12px;line-height:20px}.home-module__proofs{display:grid;gap:0}.home-module__proof-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:10px;min-height:38px;padding:8px 10px;border-bottom:1px solid rgba(255,255,255,.04);border-radius:12px}.home-module__proof-row:last-child{border-bottom:0}.home-module__proof-dot{width:6px;height:6px;border-radius:999px;background:#d05d5d;box-shadow:0 0 0 3px #d05d5d14}.home-module__proof-title{color:#e1eae9bd;font-size:12px;font-weight:600}.home-module__proof-state,.home-module__proof-time{display:inline-flex;align-items:center;min-height:22px;padding:0 8px;border-radius:8px;border:1px solid rgba(255,255,255,.04);background:#ffffff04;color:#adb7b8b3;font-size:10px;font-weight:700}.home-module__proof-state{margin-left:auto}.home-module__preview-card{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:12px;border:1px solid rgba(255,255,255,.04);background:#ffffff04}.home-module__preview-avatar,.home-module__boost-avatar{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;background:#ffffff0f;color:#ffffff94;font-size:13px;font-weight:800}.home-module__preview-copy{display:grid;gap:2px}.home-module__preview-copy strong{color:#edf4f3f0;font-size:13px;font-weight:700}.home-module__preview-copy span{color:#9bababb8;font-size:12px}.home-module__preview-tags,.home-module__boost-tags,.home-module__customize-tags{display:flex;flex-wrap:wrap;gap:8px}.home-module__preview-tags span,.home-module__boost-tags span,.home-module__customize-tags span{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:0 8px;border-radius:8px;border:1px solid rgba(255,255,255,.04);background:#ffffff04;color:#c7d4d4c2;font-size:11px;font-weight:700}.home-module__preview-header{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:8px;color:#96a6a7b8;font-size:10px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.home-module__voice-list{display:grid;gap:6px}.home-module__voice-list div{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:26px;padding:0 8px;border-radius:8px;background:#ffffff04;color:#d7e1e1c2;font-size:12px}.home-module__voice-switch{display:inline-flex;align-items:center;gap:2px}.home-module__voice-switch span{width:10px;height:10px;border-radius:999px;background:#ffffff2e}.home-module__voice-switch .is-on{background:#5f828df5}.home-module__mini-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.home-module__mini-card{min-height:68px;display:grid;gap:4px;padding:10px 12px;border-radius:12px;border:1px solid rgba(255,255,255,.04);background:#ffffff04}.home-module__mini-card span{color:#9aa6a8b8;font-size:10px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.home-module__mini-card strong{color:#e9f0efe6;font-size:13px;font-weight:700}.home-module__boost-layout{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center}.home-module__boost-card{display:grid;gap:4px;min-height:72px;padding:10px 12px;border-radius:12px;border:1px solid rgba(255,255,255,.04);background:#ffffff04}.home-module__boost-card strong{color:#edf4f3f0;font-size:13px}.home-module__boost-card span{color:#9bababb8;font-size:12px}.home-module__boost-avatar--accent{background:#5f828d24;color:#5f828d}.home-module__boost-meter{height:3px;margin-top:4px;border-radius:999px;background:#ffffff0d;overflow:hidden}.home-module__boost-meter i{display:block;width:56%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#5f828deb,#58b47ee0)}.home-module__boost-meta{color:#9bababb8;font-size:10px}.home-module__social-list{display:grid;gap:10px}.home-module__social-row{display:grid;grid-template-columns:minmax(120px,.8fr) minmax(0,1fr) auto;gap:14px;align-items:center;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.04)}.home-module__social-row:last-of-type{padding-bottom:0;border-bottom:0}.home-module__social-meta{display:grid;gap:4px}.home-module__social-meta strong{color:#eff7f6;font-size:13px;font-weight:800}.home-module__social-meta span{color:#b7c3c4c7;font-size:12px}.home-module__social-stats{display:flex;flex-wrap:wrap;gap:12px;color:#d7e3e2d1;font-size:11px}.home-module__social-state{color:#74a9ff;font-size:10px;font-weight:800;letter-spacing:.24em}.home-module__social-footer{margin:4px 0 0;color:#b1b8bac7;font-size:12px}.home-module__role-panel{display:grid;gap:10px}.home-module__role-cta{color:#ffffffad;font-size:11px;font-weight:600;padding:0 18px}.home-module__role-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:0 18px 18px}.home-module__role-grid span{display:inline-flex;align-items:center;gap:8px;min-height:34px;padding:0 12px;border:1px solid rgba(255,255,255,.04);border-radius:10px;background:#ffffff04;color:#ffffffb8;font-size:12px}.home-module__role-grid strong{font-weight:600}.home-module__starboard-list{display:grid;gap:12px}.home-module__starboard-row{display:grid;grid-template-columns:auto auto 1fr;align-items:center;gap:10px;padding:10px 12px;border:1px solid rgba(255,255,255,.04);border-radius:10px;background:#ffffff04}.home-module__starboard-star{color:#d9c96a;font-size:14px}.home-module__starboard-count{color:#ffffffd1;font-size:12px;font-weight:700}.home-module__starboard-message{color:#ffffffad;font-size:12px}.home-module__log-list{display:grid;gap:10px}.home-module__log-entry{display:flex;gap:10px;align-items:center;padding:8px 10px;border:1px solid rgba(255,255,255,.04);border-radius:10px;background:#ffffff04;font-size:12px}.home-module__log-lines{display:grid;gap:4px;padding:0 10px 2px;color:#ffffff8c;font-size:12px}.home-module__customize-grid{display:grid;gap:10px}.home-module__customize-id{color:#ffffffd9;font-size:13px;font-weight:600}body{background-color:#030303;background-image:none}.site-shell__backdrop{background-color:#030303;background-image:radial-gradient(circle at 50% 28%,#0a11128f,#0a111247 16%,#03030300 56%),linear-gradient(180deg,#050505,#030303);background-attachment:fixed}.site-page{background-color:#030303}.site-section--home,.home-beyond{position:relative;overflow:hidden;padding:96px 24px;background-color:#030303}.site-section--home:before,.home-beyond:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:none}.site-section--home .site-section__inner,.home-beyond .site-section__inner{position:relative;z-index:1;width:min(1024px,calc(100vw - 48px))}.site-section--home .section-heading{margin-bottom:90px}.home-beyond .section-heading{margin-bottom:56px;justify-items:stretch;text-align:center}.section-heading{gap:0}.section-heading>span{display:inline-block;color:#5f828d;font-size:10px;font-weight:500;letter-spacing:.2em;text-transform:uppercase}.section-heading>span:after{content:"";display:block;width:32px;height:1px;margin:8px auto 0;background:#5f828d66}.section-heading h2.section-heading__split{margin:12px 0 0;color:#fff;font-size:3rem;font-weight:700;line-height:1;letter-spacing:-.05em}.section-heading h2.section-heading__split .text-accent{display:inline;color:#5f828d;font-size:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-transform:none}.section-heading h2.section-heading__split--center,.section-heading h2.section-heading__split--compact{justify-items:center;text-align:center}.home-beyond .section-heading>span{justify-self:center}.home-beyond .section-heading h2.section-heading__split .text-accent{display:inline!important}.chip-row{gap:8px;margin:0 0 40px}.chip-row span{display:inline-flex;align-items:center;gap:6px;height:25px;padding:0 12px;border:1px solid rgba(255,255,255,.05);border-radius:999px;background:#ffffff05;color:#ffffff40;font-size:9px;font-weight:500}.chip-row span svg{width:10px;height:10px;opacity:.5}.chip-row span:hover{border-color:#5f828d33;background:#5f828d0a;color:#5f828db3;box-shadow:0 0 0 1px #5f828d14,0 10px 20px #0000002e;transform:translateY(-1px)}.home-beyond{margin-top:96px}.home-modules{gap:16px}.home-module{position:relative;display:block;gap:0;padding:20px;border:1px solid rgba(255,255,255,.04);border-radius:16px;background:#ffffff05;overflow:hidden;transition:all .5s cubic-bezier(.4,0,.2,1)}@media (hover: hover){.home-module:hover{border-color:#5f828d26;background:#ffffff08}}.home-module__glow{position:absolute;right:-64px;top:-64px;width:192px;height:192px;border-radius:999px;background:#5f828d05;filter:blur(64px);transition:background-color .5s cubic-bezier(.4,0,.2,1);pointer-events:none}@media (hover: hover){.home-module:hover .home-module__glow{background:#5f828d0a}}.home-module__content{position:relative;z-index:1;display:grid;gap:0}.home-module__preview{margin-bottom:16px;padding:0}.home-module__copy{display:block;padding:0}.home-module__eyebrow{display:flex;align-items:center;gap:8px}.home-module__eyebrow-index{color:#fff6;font-size:10px;font-weight:500}.home-module__eyebrow-label{color:#ffffff80;font-size:10px;font-weight:500;letter-spacing:.1em;text-transform:uppercase}.home-module__copy h3{margin:8px 0 0;color:#fff;font-size:15px;font-weight:600;line-height:22.5px;letter-spacing:0}.home-module__copy p{margin:6px 0 0;color:#fff9;font-size:12px;line-height:19.5px}.home-module__proofs{display:flex;flex-direction:column;gap:6px;padding-bottom:0;border-bottom:0}.home-module__proof-row{display:flex;align-items:center;grid-template-columns:auto minmax(0,1fr) auto auto;gap:10px;min-height:0;padding:6px 10px;border:1px solid rgba(255,255,255,.03);border-radius:8px;background:#ffffff05}.home-module__proof-title{color:#ffffff59;font-size:8px;font-weight:500}.home-module__proof-state{margin-left:auto;min-height:0;padding:2px 4px;border-radius:4px;border:0;background:#5f828d14;color:#5f828d94;font-size:7px;font-weight:500}.home-module__proof-time{min-height:0;padding:0;border:0;background:transparent;color:#ffffff1f;font-size:7px;font-weight:400}.home-module__preview-card{gap:10px;padding:12px;border-radius:12px;border:1px solid rgba(255,255,255,.035);background:#ffffff04}.home-module__preview-avatar,.home-module__boost-avatar{width:24px;height:24px;font-size:10px;font-weight:700}.home-module__preview-copy strong{color:#fff9;font-size:9px;font-weight:500}.home-module__preview-copy span{color:#fff3;font-size:8px}.home-module__preview-tags,.home-module__boost-tags,.home-module__customize-tags{gap:4px}.home-module__preview-tags span,.home-module__boost-tags span,.home-module__customize-tags span{min-height:14px;padding:0 6px;border-radius:4px;border:1px solid rgba(95,130,141,.1);background:#ffffff04;color:#5f828d80;font-size:7px;font-weight:500}.home-module__preview-header{gap:12px;margin-bottom:8px;color:#ffffff4d;font-size:8px;font-weight:500;letter-spacing:.05em}.home-module__preview-header strong{color:#ffffff26;font-size:7px;font-weight:400}.home-module__voice-list{gap:6px}.home-module__voice-list div{gap:12px;min-height:22px;padding:4px 8px;border-radius:8px;background:#ffffff04;color:#ffffff4d;font-size:8px}.home-module__voice-switch span{width:8px;height:8px}.home-module__mini-grid{gap:8px}.home-module__mini-card{padding:10px 12px;border-radius:12px;border:1px solid rgba(255,255,255,.03);background:#ffffff04}.home-module__mini-card span{color:#fff6;font-size:8px;font-weight:500;letter-spacing:.05em}.home-module__mini-card strong{color:#ffffffe6;font-size:13px;font-weight:700}.home-module__message-grid{display:flex;gap:12px}.home-module__message-card{flex:1;padding:10px;border-radius:12px;background:#ffffff05}.home-module__message-card--accent{background:#5f828d1a}.home-module__message-card--accent-strong{background:#5f828d26}.home-module__message-kicker{margin:0;color:#ffffff4d;font-size:7px;font-weight:500;letter-spacing:.1em;text-transform:uppercase}.home-module__message-user{margin:4px 0 0;color:#ffffff80;font-size:8px}.home-module__message-rule{width:100%;height:1px;margin-top:8px;background:#ffffff0a}.home-module__message-bar{width:75%;height:6px;margin-top:6px;border-radius:999px;background:#ffffff0a}.home-module__message-bar--short{width:50%;height:4px;margin-top:4px;background:#ffffff08}.home-module__boost-layout{display:flex;align-items:center;gap:16px;padding:0}.home-module__boost-shell{flex:0 0 auto}.home-module__boost-card{min-height:0;width:118px;padding:12px;border-radius:12px;border:1px solid rgba(255,255,255,.04);background:#ffffff05}.home-module__boost-head{display:flex;align-items:center;gap:8px}.home-module__boost-copy{display:grid;gap:0}.home-module__boost-meter-row{display:flex;align-items:center;gap:6px;margin-top:8px}.home-module__boost-meter{flex:1 0 auto;width:59px;height:16px;border-radius:999px;background:#5f828d1a;overflow:hidden}.home-module__boost-meter i{display:none}.home-module__boost-card strong{color:#fff9;font-size:9px;font-weight:500}.home-module__boost-card span{color:#fff3;font-size:8px}.home-module__boost-meta{color:#5f828d66;font-size:7px}.home-module__boost-tags{display:flex;gap:8px}.home-module__boost-tags span{min-height:24px;padding:0 8px;border-radius:8px;border:1px solid rgba(255,255,255,.04);background:#ffffff05;color:#ffffff40}.home-module__social-list{gap:10px}.home-module__social-row{gap:10px;padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.03)}.home-module__social-meta{gap:4px}.home-module__social-meta strong{color:#fff6;font-size:8px;font-weight:500}.home-module__social-meta span{color:#ffffff26;font-size:7px}.home-module__social-stats{gap:12px;color:#fff3;font-size:7px}.home-module__social-state{color:#5f828d99;font-size:6px;font-weight:700;letter-spacing:.24em}.home-module__social-footer{color:#fff3;font-size:8px}.home-module__role-cta{color:#ffffff80}.home-module__log-list{gap:10px}.home-module__log-entry{padding:8px 10px;border-radius:10px;border:1px solid rgba(255,255,255,.03);background:#ffffff04;font-size:8px}.home-module__log-lines{gap:4px;padding:0 10px 2px;color:#ffffff8c;font-size:8px}.home-module__log-tag{color:#5f828d;font-weight:700}.home-module__log-target{color:#fffc}.home-module__customize-grid{gap:10px}.home-module__customize-id{color:#ffffffd9;font-size:9px;font-weight:600}.site-footer{width:min(1152px,calc(100vw - 48px));margin:72px auto 0;padding:28px 8px 12px;color:#b1b8bac7}.site-footer__brand{max-width:380px;display:grid;gap:14px}.site-footer__columns{gap:24px 38px}.site-footer__group h2{margin:0 0 14px;color:#a0aaacc7;font-size:10px;font-weight:800;letter-spacing:.24em;text-transform:uppercase}.site-footer__links{gap:12px}.site-footer__links a{color:#d6dcddd6}.site-footer__links a:hover,.site-footer__links a:focus-visible,.site-footer__links a.is-current{color:#f4f8f7;outline:none}.site-footer__meta{padding-top:18px;border-top:1px solid rgba(255,255,255,.05);color:#a1a8aab8;font-size:12px}@keyframes hero-float{0%,to{transform:translateZ(0)}50%{transform:translate3d(0,-8px,0)}}@keyframes home-float-terminal{0%,to{transform:translateZ(0) rotate(-.45deg)}28%{transform:translate3d(4px,-10px,0) rotate(.9deg)}62%{transform:translate3d(-3px,-5px,0) rotate(-.25deg)}}@keyframes home-float-nuke{0%,to{transform:translateZ(0) rotate(.65deg)}35%{transform:translate3d(-5px,-13px,0) rotate(-1deg)}70%{transform:translate3d(3px,-6px,0) rotate(.15deg)}}@keyframes home-float-activity{0%,to{transform:translateZ(0) rotate(.35deg)}22%{transform:translate3d(3px,-8px,0) rotate(-.7deg)}58%{transform:translate3d(-2px,-4px,0) rotate(.6deg)}}@keyframes hero-pulse{0%,to{box-shadow:0 0 #5f828d59}50%{box-shadow:0 0 0 6px #5f828d00}}@media (prefers-reduced-motion: reduce){.home-float{animation:none;opacity:1}.home-float .home-terminal,.home-float .home-preview-card{transition:none}}@media (max-width: 1080px){.site-topbar__inner{width:calc(100vw - 32px)}.site-hero--home .site-hero__inner{width:calc(100vw - 32px);grid-template-columns:1fr;gap:28px}.site-hero--home .site-hero__visual{display:none}.site-section__inner,.site-footer{width:calc(100vw - 32px)}.home-modules{grid-template-columns:1fr}.home-module--wide{grid-column:auto}.site-footer{grid-template-columns:1fr}.site-footer__columns{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 820px){.site-topbar__nav,.site-topbar__cta{display:none}.site-topbar__inner{display:flex;align-items:center;justify-content:space-between;gap:16px}.site-topbar__menu{display:block;justify-self:end;margin-left:auto}.site-hero--home{padding:140px 0 160px}.site-hero__subtitle{max-width:340px}.chip-row{justify-content:flex-start;overflow-x:auto;padding-bottom:2px}}@media (max-width: 640px){.site-page{padding-top:65px}.site-page--status{padding-top:0}.site-topbar{--site-topbar-height: 65px;height:65px}.site-topbar__inner{width:100%;height:65px;padding:0 24px}.site-hero--home .site-hero__inner,.site-section__inner,.site-footer{width:calc(100vw - 24px)}.site-hero__actions{flex-direction:column;align-items:flex-start}.home-stats{width:100%;max-width:221px}.site-footer__columns{grid-template-columns:1fr}}.site-shell--status{display:flex;flex-direction:column;min-height:100vh}.site-page--status{flex:1}.status-page{width:100%}.status-page__inner{width:min(1152px,calc(100vw - 48px));margin:0 auto;padding:80px 24px 96px}.status-page__intro{margin-bottom:32px}.status-page__introHeading{display:flex;align-items:center;gap:8px}.status-page__introDot{width:6px;height:6px;border-radius:999px;flex:0 0 auto;background:#4ade80b3}.status-page__intro h1{margin:0;color:#fff;font-size:24px;font-weight:700;line-height:32px;letter-spacing:-.6px}.status-page__intro p{margin:4px 0 0;color:#fff9;font-size:11px;line-height:16.5px}.status-page__updated{margin-left:4px;color:#fff6}.status-page__summary{display:grid;gap:12px}.status-page__summaryCard{border:1px solid rgba(255,255,255,.05);border-radius:16px;background:#ffffff05;padding:20px}.status-page__summaryRow{display:flex;align-items:center;justify-content:space-between;gap:16px}.status-page__summaryState{display:flex;align-items:center;gap:8px}.status-page__summaryPulse{width:8px;height:8px;border-radius:999px;background:#4ade80cc;animation:statusPulse 1.6s ease-in-out infinite}.status-page__summaryStateLabel{color:#fff;font-size:14px;font-weight:700;line-height:20px}.status-page__summaryCopy{margin:4px 0 0;color:#fff9;font-size:11px;line-height:16.5px}.status-page__summaryTime{margin:2px 0 0;color:#fff6;font-size:10px;line-height:15px}.status-page__summaryMetric{min-width:76px;text-align:right}.status-page__summaryMetric p:first-child{margin:0;color:#fff9;font-size:9px;font-weight:500;line-height:13.5px;letter-spacing:.45px;text-transform:uppercase}.status-page__summaryMetric p:last-child{margin:0;color:#fff;font-size:20px;font-weight:700;line-height:28px;letter-spacing:-.5px}.status-page__summaryMetric p:last-child span{color:#ffffff4d}.status-page__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.status-page__metricCard{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.04);border-radius:16px;background:#ffffff05;padding:16px;transition:all .3s cubic-bezier(.4,0,.2,1)}.status-page__metricGlow{position:absolute;top:-48px;right:-48px;width:128px;height:128px;border-radius:999px;background:#6c90a005;filter:blur(48px);transition:background-color .5s cubic-bezier(.4,0,.2,1)}.status-page__metricRow{position:relative;display:flex;align-items:flex-start;gap:12px}.status-page__metricIconShell{display:flex;width:36px;height:36px;flex:0 0 auto;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.06);border-radius:12px;background:#ffffff08;transition:border-color .3s cubic-bezier(.4,0,.2,1),background-color .3s cubic-bezier(.4,0,.2,1)}.status-page__metricIconSvg{width:16px;height:16px;color:#ffffff59;transition:color .3s cubic-bezier(.4,0,.2,1)}.status-page__metricCopy{min-width:0;flex:1}.status-page__metricCopy p{margin:0;color:#ffffff4d;font-size:9px;font-weight:500;line-height:13.5px;letter-spacing:.45px;text-transform:uppercase}.status-page__metricCopy strong{display:block;margin-top:4px;color:#fff;font-size:20px;font-weight:600;line-height:28px;letter-spacing:-.5px}.status-page__clusters{margin-top:32px}.status-page__clustersHeader{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.status-page__clustersHeader h2{margin:0;color:#ffffff4d;font-size:12px;font-weight:600;line-height:16px;letter-spacing:.6px;text-transform:uppercase}.status-page__clustersHeader span{color:#fff3;font-size:10px;line-height:15px}.status-page__clusterGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.status-page__clusterCard{position:relative;overflow:hidden;cursor:pointer;border:1px solid rgba(255,255,255,.04);border-radius:12px;background:#ffffff05;padding:16px;transition:all .3s cubic-bezier(.4,0,.2,1)}.status-page__clusterBody{position:relative}.status-page__clusterHeading{display:flex;align-items:center;gap:8px}.status-page__clusterDot{width:6px;height:6px;border-radius:999px;flex:0 0 auto;background:#4ade80b3}.status-page__clusterHeading span:last-child{color:#fff9;font-size:11px;font-weight:600;line-height:16.5px}.status-page__clusterStats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:12px}.status-page__clusterStats p,.status-page__clusterLatencyRow span{margin:0;color:#fff9;font-size:9px;font-weight:500;line-height:13.5px;letter-spacing:.45px;text-transform:uppercase}.status-page__clusterStats strong{display:block;margin-top:2px;color:#ffffffb3;font-size:14px;font-weight:700;line-height:20px}.status-page__clusterLatencyRow{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px}.status-page__clusterLatencyRow strong{color:#4ade80b3;font-size:11px;font-weight:600;line-height:16.5px}.status-page__clusterRule{width:100%;height:1px;margin-top:4px;background:#ffffff0a}.status-page__clusterBar{height:2px;margin-top:4px;border-radius:999px;background:#4ade804d}.status-page__clusterModalOverlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:center;justify-content:center;padding:16px;background:#000c}.status-page__clusterModal{position:relative;width:100%;max-width:512px;max-height:min(90dvh,calc(100vh - 32px));overflow-y:auto;border:1px solid rgba(255,255,255,.07);border-radius:16px;background:#0a0a0a;box-shadow:0 24px 80px #0009}.status-page__clusterModalClose{position:absolute;top:16px;right:16px;border:0;padding:0;background:transparent;color:#ffffff40;font-size:20px;font-weight:300;line-height:1;cursor:default;transition:color .16s ease}.status-page__clusterModalHeader{border-bottom:1px solid rgba(255,255,255,.06);padding:20px}.status-page__clusterModalHeaderRow{display:flex;align-items:flex-start;gap:12px;padding-right:32px}.status-page__clusterModalIconShell{display:flex;width:40px;height:40px;flex:0 0 auto;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.06);border-radius:12px;background:#ffffff08}.status-page__clusterModalIconDot{width:8px;height:8px;border-radius:999px;background:#4ade80d9}.status-page__clusterModalCopy h3,.status-page__clusterModalCopy p{margin:0}.status-page__clusterModalCopy h3{color:#ffffffeb;font-size:18px;font-weight:600;line-height:1.35}.status-page__clusterModalStatus{margin-top:2px;color:#4ade80d9;font-size:12px;font-weight:500;line-height:1.5}.status-page__clusterModalMeta{margin-top:4px;color:#ffffff6b;font-size:12px;line-height:1.5}.status-page__clusterModalStats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:16px}.status-page__clusterModalStat{width:100%;border:1px solid rgba(255,255,255,.04);border-radius:12px;background:#ffffff05;padding:12px 8px;text-align:center}.status-page__clusterModalStat span,.status-page__clusterModalShardsTitle,.status-page__clusterModalTableHead span{color:#ffffff40;font-size:9px;font-weight:500;line-height:1.5;letter-spacing:.08em;text-transform:uppercase}.status-page__clusterModalStat strong{display:block;margin-top:4px;color:#ffffffc7;font-size:14px;font-weight:600;line-height:1.45}.status-page__clusterModalShards{border-top:1px solid rgba(255,255,255,.04);padding:0 20px 20px}.status-page__clusterModalShardsTitle{margin:0;padding:12px 0}.status-page__clusterModalTable{overflow:hidden;border:1px solid rgba(255,255,255,.04);border-radius:12px;background:#ffffff05}.status-page__clusterModalTableHead,.status-page__clusterModalTableRow{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;padding:10px 16px}.status-page__clusterModalTableHead{border-bottom:1px solid rgba(255,255,255,.04);padding-top:8px;padding-bottom:8px}.status-page__clusterModalTableRow{border-bottom:1px solid rgba(255,255,255,.03);color:#ffffff80;font-size:11px;line-height:1.5}.status-page__clusterModalTableRow:last-child{border-bottom:0}@media (hover: hover){.status-page__metricCard:hover .status-page__metricGlow{background:#6c90a00d}.status-page__metricCard:hover .status-page__metricIconShell{border-color:#6c90a033;background:#6c90a00f}.status-page__metricCard:hover .status-page__metricIconSvg{color:#6c90a0cc}.status-page__clusterCard:hover{border-color:#6c90a026;background:#ffffff08}.status-page__clusterModalClose:hover{color:#ffffffb3}}@keyframes statusPulse{0%,to{opacity:1}50%{opacity:.55}}@media (max-width: 1023px){.status-page__clusterGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.status-page__inner{width:calc(100vw - 48px);padding:80px 0 72px}.status-page__summaryRow{align-items:flex-start}.status-page__clusterModalOverlay{padding:12px}.status-page__clusterModal{max-height:min(90dvh,calc(100vh - 24px))}.status-page__stats,.status-page__clusterGrid{grid-template-columns:1fr}}.commands-page{position:relative;overflow:clip;line-height:24px}.commands-page__grid{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.12;background-image:linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px);background-size:120px 120px;-webkit-mask-image:linear-gradient(180deg,#000000e0,#0000002e);mask-image:linear-gradient(180deg,#000000e0,#0000002e)}.commands-page__container{box-sizing:border-box;position:relative;width:min(1152px,calc(100vw - 48px));margin:0 auto;padding:96px 24px}.commands-page__header{text-align:center;line-height:24px}.commands-page__eyebrow{display:flex;align-items:center;gap:12px;line-height:13.5px}.commands-page__eyebrow span{color:#fff9;display:block;font-size:9px;font-weight:500;line-height:13.5px;letter-spacing:.2em;text-transform:uppercase}.commands-page__eyebrowLine{height:1px;flex:1 1 0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.06))}.commands-page__eyebrowLine:last-child{background:linear-gradient(270deg,transparent,rgba(255,255,255,.06))}.commands-page__header h1{margin:24px 0 0;color:#fff;font-size:36px;font-weight:700;line-height:40px;letter-spacing:-.025em}.commands-page__intro{max-width:384px;margin:12px auto 0;color:#fff9;font-size:11px;line-height:1.625}.commands-page__intro span{color:#ffffffb3;font-weight:600}.commands-page__body{display:flex;min-width:0;flex-direction:column;gap:24px;margin-top:48px;line-height:24px}.commands-page__aside,.commands-page__main,.commands-page__mainMotion{min-width:0}.commands-searchField{position:relative}.commands-searchField__icon{position:absolute;left:12px;top:50%;width:14px;height:14px;color:#ffffff26;transform:translateY(-50%);pointer-events:none}.commands-searchField__input{width:100%;border:1px solid rgba(255,255,255,.08);border-radius:12px;background:#ffffff08;padding:10px 16px 10px 36px;color:#fff9;font-size:11px;line-height:16.5px;outline:none;transition:color .15s cubic-bezier(.4,0,.2,1),background-color .15s cubic-bezier(.4,0,.2,1),border-color .15s cubic-bezier(.4,0,.2,1),box-shadow .15s cubic-bezier(.4,0,.2,1)}.commands-searchField__input::placeholder{color:#fff3}.commands-searchField__input:focus{border-color:#5f828d4d;background:#ffffff0d;box-shadow:0 0 0 1px #5f828d33}.commands-mobileTabs{position:relative;margin-top:16px;margin-inline:-24px;border-bottom:1px solid rgba(255,255,255,.06)}.commands-mobileTabs nav{display:flex;gap:0;overflow-x:auto;padding:0 24px;scrollbar-width:none}.commands-mobileTabs nav::-webkit-scrollbar{display:none}.commands-mobileTab{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;flex:0 0 auto;padding:10px 14px;border:0;background:transparent;color:#ffffff59;font-size:10px;font-weight:500;white-space:nowrap;transition:color .15s ease}.commands-mobileTab.is-active{color:#fff}.commands-mobileTab__underline{position:absolute;left:14px;right:14px;bottom:0;height:2px;border-radius:999px;background:#6c90a0}.commands-desktopTabs{display:none}.commands-page__searchSummary{margin:12px 0 0;color:#fff6;font-size:10px;line-height:1.5}.commands-grid{display:grid;grid-template-columns:1fr;gap:12px}.command-card{display:flex;width:100%;min-width:0;max-width:100%;height:116px;min-height:116px;cursor:pointer;border:1px solid rgba(255,255,255,.04);border-radius:16px;background:#ffffff05;padding:16px;text-align:left;transition:border-color .15s ease,background-color .15s ease,color .15s ease}.command-card:hover,.command-card:focus-within{border-color:#5f828d26;background:#ffffff08;outline:none}.command-card__body{display:flex;width:100%;min-width:0;flex:1 1 auto;align-items:flex-start;gap:12px}.command-card__content{display:flex;min-width:0;min-height:0;flex:1 1 auto;flex-direction:column}.command-card__title{margin:0;overflow:hidden;color:#fff;font-size:13px;font-weight:600;line-height:20px;letter-spacing:-.02em;text-overflow:ellipsis;white-space:nowrap}.command-card__summary{margin:6px 0 0;color:#fff9;font-size:11px;line-height:1.5}.command-card__meta{margin:auto 0 0;overflow:hidden;padding-top:6px;color:#fff3;font-size:9px;line-height:13px;text-overflow:ellipsis;white-space:nowrap}.command-card__aliases-key{color:#ffffff4d}.command-card__copy{display:none;flex:0 0 auto;align-items:center;justify-content:center;align-self:flex-start;padding:6px;border:1px solid rgba(255,255,255,.06);border-radius:8px;background:#ffffff05;color:#ffffff40;opacity:0;transition:opacity .15s ease,color .15s ease,border-color .15s ease,background-color .15s ease}.command-card__copy-icon{width:11px;height:11px}.command-card:hover .command-card__copy,.command-card:focus-within .command-card__copy{opacity:1}.command-card__copy:hover,.command-card__copy:focus-visible{color:#ffffff80;outline:none}.command-card__copy.is-copied{border-color:#4ade8033;background:#4ade801a;color:#4ade80b3;opacity:1}.commands-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:flex;align-items:center;justify-content:center;padding:16px;background:#00000094}.commands-modal-panel{position:relative;width:100%;max-width:448px;max-height:min(90dvh,calc(100vh - 2rem));overflow-y:auto;border:1px solid rgba(255,255,255,.07);border-radius:16px;background:#0a0a0a;box-shadow:0 24px 80px #0009}.commands-modal-panel__header{position:relative;padding:20px;border-bottom:1px solid rgba(255,255,255,.06)}.commands-modal-panel__headerBody{padding-right:32px}.commands-modal-panel__close{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;top:16px;right:16px;padding:0;border:0;background:transparent;color:#ffffff40;font-size:20px;font-weight:300;line-height:20px;transition:color .15s ease}.commands-modal-panel__close:hover,.commands-modal-panel__close:focus-visible{color:#ffffffb3;outline:none}.commands-modal-panel__title{margin:0;color:#fff;font-size:18px;line-height:28px;font-weight:600;letter-spacing:-.02em}.commands-modal-panel__description{margin:8px 0 0;color:#fff9;font-size:11px;line-height:1.625}.commands-modal-panel__body{padding:4px 20px 20px}.commands-modal-panel__section{padding:14px 0;border-bottom:1px solid rgba(255,255,255,.04)}.commands-modal-panel__section:last-child{border-bottom:0}.commands-modal-panel__label{margin:0;color:#ffffff40;font-size:9px;line-height:13.5px;font-weight:500;letter-spacing:.16em;text-transform:uppercase}.commands-modal-panel__usageBox{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:6px;padding:10px 12px;border:1px solid rgba(255,255,255,.06);border-radius:12px;background:#ffffff05}.commands-modal-panel__usageCode{min-width:0;color:#ffffff8c;font-size:11px;line-height:16.5px;word-break:break-all}.commands-modal-panel__usageCopy{-webkit-appearance:none;-moz-appearance:none;appearance:none;flex:0 0 auto;padding:4px 12px;border:0;border-radius:999px;background:#5f828d1a;color:#5f828db3;font-size:9px;line-height:13.5px;font-weight:600;transition:background-color .15s ease}.commands-modal-panel__usageCopy:hover,.commands-modal-panel__usageCopy:focus-visible{background:#5f828d26;outline:none}.commands-modal-panel__aliasList{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.commands-modal-panel__alias{padding:4px 10px;border:1px solid rgba(255,255,255,.06);border-radius:999px;background:#ffffff05;color:#ffffff73;font-size:10px;line-height:15px}.commands-modal-panel__permissions{margin:6px 0 0;color:#ffffff4d;font-size:11px;line-height:16.5px}.commands-pagination{display:flex;flex-direction:column;gap:12px;margin-top:20px}.commands-pagination__summary{color:#fff6;font-size:10px;line-height:1.5}.commands-pagination__nav{display:inline-flex;flex-wrap:wrap;align-items:center;gap:4px}.commands-pagination__button{min-width:28px;height:28px;padding:0 10px;border-radius:999px;color:#fff6;font-size:10px;font-weight:500;transition:color .15s ease,background-color .15s ease}.commands-pagination__button:hover,.commands-pagination__button:focus-visible{color:#ffffffa6;background:#ffffff0a;outline:none}.commands-pagination__button.is-active{color:#fff}.commands-pagination__button:disabled{opacity:.4;cursor:default}.commands-pagination__ellipsis{color:#ffffff4d;font-size:10px;line-height:28px}@media (min-width: 640px){.command-card__copy{display:inline-flex}.commands-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){.commands-page__body{flex-direction:row;gap:40px}.commands-page__aside{width:208px;min-width:208px;flex:0 0 208px}.commands-mobileTabs{display:none}.commands-desktopTabs{display:block;margin-top:16px}.commands-desktopTabs nav{display:flex;flex-direction:column;gap:6px}.commands-pagination{flex-direction:row;align-items:center;justify-content:space-between}.commands-category{position:relative;display:flex;width:100%;flex-shrink:0;align-items:center;justify-content:space-between;gap:12px;overflow:hidden;border:1px solid rgba(255,255,255,.05);border-radius:12px;background:#ffffff05;padding:8px 12px;color:#fff6;text-align:left;font-size:10px;font-weight:500;line-height:15px;min-height:33px;transition:border-color .15s ease,background-color .15s ease,color .15s ease}.commands-category:hover,.commands-category:focus-visible{border-color:#ffffff1a;background:#ffffff0a;color:#ffffffa6;outline:none}.commands-category.is-active{border-color:transparent;background:transparent;color:#fff}.commands-category__activeBg{position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:#ffffff14}.commands-category__labelWrap,.commands-category__count{position:relative;z-index:1}.commands-category__labelWrap{display:flex;align-items:center;gap:8px}.commands-category__icon{width:14px;height:14px;flex:0 0 auto;color:#ffffff40}.commands-category__icon.is-active{color:#fff9}.commands-category__count{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:9px;color:#fff3}.commands-category.is-active .commands-category__count{color:#ffffff80}}@media (max-width: 639px){.site-shell--commands .site-page{padding-top:0}.commands-page__container{width:100%;padding:96px 24px 80px}.commands-page__header h1{font-size:30px;line-height:36px}}.site-shell--commands .site-footer{width:100%;margin:0;padding:44px 144px 24px;min-height:368px}@media (max-width: 1024px){.commands-page__container{width:100%;max-width:none;margin:0}.site-shell--commands .site-footer{width:min(1152px,calc(100vw - 48px));margin:56px auto 0;padding:28px 8px 12px;min-height:auto}}
