.home-page{--home-bg:#fff;--home-surface:#f6f7f9;--home-surface-2:#eef0f3;--home-text:#0a0b0d;--home-text-muted:#5b6270;--home-text-faint:#9aa1ad;--home-border:#e5e7eb;--home-border-strong:#d7dae0;--home-accent:#7c3aed;--home-accent-dim:#f1e9fd;--home-danger:#dc4444;--home-danger-dim:#fdecec;--home-good:#17875a;background:var(--home-bg);color:var(--home-text);letter-spacing:-.01em;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}.home-page *{box-sizing:border-box}body[data-theme=dark] .home-page{--home-bg:#0a0b0f;--home-surface:#15161c;--home-surface-2:#1d1f27;--home-text:#f2f3f5;--home-text-muted:#a1a6b3;--home-text-faint:#676c7a;--home-border:#24262f;--home-border-strong:#34363f;--home-accent:#a276fa;--home-accent-dim:#241a3d;--home-danger:#f37272;--home-danger-dim:#35191a;--home-good:#34d399}.home-page a{color:inherit}.home-container{border-left:1px solid var(--home-border);border-right:1px solid var(--home-border);border-top:1px solid var(--home-border);max-width:1360px;margin:0 auto;padding:96px 32px}.home-eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--home-accent);align-items:center;gap:6px;font-family:Space Mono,monospace;font-size:11px;font-weight:700;display:inline-flex}.home-btn{letter-spacing:.01em;cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:0;justify-content:center;align-items:center;gap:8px;padding:12px 20px;font-family:Inter,sans-serif;font-size:13px;font-weight:600;transition:background .15s,border-color .15s,color .15s,transform .15s;display:inline-flex}.home-btn.home-btn-primary{background:var(--home-accent);color:#fff}.home-btn-primary:hover{background:#6224c7}.home-btn-secondary{color:var(--home-text);border-color:var(--home-border-strong);background:0 0}.home-btn-secondary:hover{border-color:var(--home-text)}.home-input{border:1px solid var(--home-border-strong);background:var(--home-bg);height:44px;color:var(--home-text);border-radius:0;min-width:260px;padding:0 14px;font-family:Inter,sans-serif;font-size:14px}.home-input:focus{border-color:var(--home-accent);outline:none}.home-input::placeholder{color:var(--home-text-faint)}.home-header{z-index:100;background:var(--home-bg);border-bottom:1px solid var(--home-border);transition:box-shadow .25s;position:sticky;top:0;left:0;right:0}.home-header.is-scrolled{box-shadow:0 1px #0a0b0d08}.home-header-inner{border-left:1px solid var(--home-border);border-right:1px solid var(--home-border);align-items:stretch;gap:0;max-width:1360px;margin:0 auto;padding:0 32px;display:flex}.home-logo{letter-spacing:.08em;color:var(--home-text);align-items:center;gap:10px;padding:14px 24px 14px 0;font-family:Space Mono,monospace;font-size:15px;font-weight:700;display:flex}.home-nav{flex:1;justify-content:center;align-items:center;gap:28px;padding:14px 28px;display:flex}.home-nav-link{color:var(--home-text-muted);background:0 0;border:none;padding:0;font-size:14px;font-weight:500;transition:color .15s}.home-nav-link:hover{color:var(--home-text)}.home-nav-link--dropdown{align-items:center;gap:4px;display:inline-flex}.home-nav-link--dropdown svg{transition:transform .2s}.home-nav-item{position:relative}.home-nav-item:hover .home-nav-link--dropdown{color:var(--home-text)}.home-nav-item:hover .home-nav-link--dropdown svg{transform:rotate(180deg)}.home-nav-dropdown-wrap{opacity:0;visibility:hidden;pointer-events:none;width:460px;padding-top:14px;transition:opacity .15s,visibility .15s;position:absolute;top:100%;left:0}.home-nav-item:hover .home-nav-dropdown-wrap,.home-nav-item:focus-within .home-nav-dropdown-wrap{opacity:1;visibility:visible;pointer-events:auto}.home-nav-dropdown{background:var(--home-bg);border:1px solid var(--home-border);grid-template-columns:1fr 1fr;padding:8px;display:grid;box-shadow:0 12px 24px #0a0b0d14}.home-nav-dropdown-link{align-items:flex-start;gap:10px;padding:10px 12px;transition:background .15s;display:flex}.home-nav-dropdown-link:hover{background:var(--home-surface)}.home-nav-dropdown-icon{border:1px solid var(--home-border);width:28px;height:28px;color:var(--home-accent);flex-shrink:0;justify-content:center;align-items:center;display:flex}.home-nav-dropdown-text{flex-direction:column;gap:2px;min-width:0;display:flex}.home-nav-dropdown-title{color:var(--home-text);font-size:13px;font-weight:600}.home-nav-dropdown-desc{color:var(--home-text-muted);font-size:12px}.home-theme-toggle{border:1px solid var(--home-border-strong);background:var(--home-bg);width:32px;height:32px;color:var(--home-text-muted);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin:9px 0 9px 12px;transition:border-color .15s,color .15s,background .15s;display:flex}.home-theme-toggle:hover{border-color:var(--home-accent);color:var(--home-accent)}.home-header-actions{align-items:center;gap:12px;padding:14px 0 14px 28px;display:flex}.home-hero{padding:0;position:relative;overflow:hidden}.home-hero-lines{border-left:1px solid var(--home-border);border-right:1px solid var(--home-border);max-width:1360px;margin:0 auto;position:relative}.home-hero-frame{border-bottom:1px solid var(--home-border);padding:56px 40px 0;position:relative}.home-corner{border:1px solid var(--home-border-strong);pointer-events:none;width:14px;height:14px;position:absolute}.home-corner.tl{border-bottom:none;border-right:none;top:10px;left:10px}.home-corner.tr{border-bottom:none;border-left:none;top:10px;right:10px}.home-corner.bl{border-top:none;border-right:none;bottom:10px;left:10px}.home-corner.br{border-top:none;border-left:none;bottom:10px;right:10px}.home-pixel-grid{pointer-events:none;width:58%;position:absolute;top:-1px;bottom:-1px;right:-1px;overflow:hidden;-webkit-mask-image:radial-gradient(85% 70% at 88% 42%,#000 0% 28%,#0000 72%);mask-image:radial-gradient(85% 70% at 88% 42%,#000 0% 28%,#0000 72%)}.home-pixel-grid-base{opacity:.85;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64'%3E%3Crect x='4' y='6' width='5' height='5' fill='%237c3aed' opacity='0.55'/%3E%3Crect x='22' y='2' width='3' height='3' fill='%237c3aed' opacity='0.35'/%3E%3Crect x='40' y='12' width='6' height='6' fill='%237c3aed' opacity='0.5'/%3E%3Crect x='54' y='4' width='3' height='3' fill='%237c3aed' opacity='0.3'/%3E%3Crect x='10' y='24' width='4' height='4' fill='%237c3aed' opacity='0.4'/%3E%3Crect x='30' y='30' width='3' height='3' fill='%237c3aed' opacity='0.3'/%3E%3Crect x='48' y='26' width='5' height='5' fill='%237c3aed' opacity='0.45'/%3E%3Crect x='2' y='42' width='3' height='3' fill='%237c3aed' opacity='0.3'/%3E%3Crect x='18' y='46' width='6' height='6' fill='%237c3aed' opacity='0.5'/%3E%3Crect x='36' y='48' width='4' height='4' fill='%237c3aed' opacity='0.4'/%3E%3Crect x='56' y='44' width='4' height='4' fill='%237c3aed' opacity='0.4'/%3E%3Crect x='26' y='58' width='3' height='3' fill='%237c3aed' opacity='0.3'/%3E%3C/svg%3E");background-size:64px 64px;position:absolute;inset:0}.home-pixel-disappear{background:var(--home-accent);opacity:1;pointer-events:none;animation-name:home-pixel-disappear;animation-timing-function:ease-in-out;animation-iteration-count:infinite;position:absolute}@keyframes home-pixel-disappear{0%,55%,to{opacity:1}72%{opacity:0}86%{opacity:1}}@media (prefers-reduced-motion:reduce){.home-pixel-disappear{animation:none}}.home-hero-center,.home-panel{z-index:1;position:relative}.home-hero-center{text-align:left;max-width:640px;position:relative}.home-badge{border:1px solid var(--home-border-strong);background:var(--home-bg);color:var(--home-text-muted);align-items:center;gap:8px;margin-bottom:28px;padding:6px 12px 6px 6px;font-size:12px;font-weight:500;transition:border-color .15s;display:inline-flex}.home-badge:hover{border-color:var(--home-accent)}.home-badge-new{background:var(--home-accent);color:#fff;letter-spacing:.08em;padding:3px 7px;font-family:Space Mono,monospace;font-size:10px;font-weight:700}.home-hero-title{letter-spacing:-.03em;color:var(--home-text);margin-bottom:22px;font-family:Inter,sans-serif;font-size:clamp(40px,6.2vw,72px);font-weight:600;line-height:1.04}.home-hero-accent{color:var(--home-accent)}.home-flip-words{vertical-align:top;display:inline-block;position:relative;overflow:hidden}.home-flip-word{display:inline-block}.home-hero-sub{color:var(--home-text-muted);max-width:520px;margin:0 0 32px;font-size:17px;line-height:1.55}.home-hero-form-wrap{flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:28px;display:flex}.home-hero-form{flex-wrap:wrap;justify-content:flex-start;gap:10px;display:flex}.home-hero-error{color:var(--home-danger);font-size:13px}.home-stepform-trigger{align-items:flex-start;width:100%;min-height:315px;display:flex}.home-stepform{border:1px solid var(--home-border);background:var(--home-bg);box-sizing:border-box;width:100%;min-height:315px;padding:20px;overflow:hidden}.home-stepform-progress{gap:6px;margin-bottom:16px;display:flex}.home-stepform-dot{background:var(--home-border);flex:1;height:3px;transition:background .2s}.home-stepform-dot.is-done,.home-stepform-dot.is-active{background:var(--home-accent)}.home-stepform-label{letter-spacing:.1em;color:var(--home-text-faint);font-family:Space Mono,monospace;font-size:10px;font-weight:700}.home-stepform-question{color:var(--home-text);margin:6px 0 12px;font-size:17px;font-weight:600}.home-stepform-desc{color:var(--home-text-muted);margin:0;font-size:14px;line-height:1.5}.home-stepform-options{flex-direction:column;gap:6px;display:flex}.home-stepform-option{text-align:left;border:1px solid var(--home-border-strong);background:var(--home-bg);color:var(--home-text);cursor:pointer;padding:9px 14px;font-family:Inter,sans-serif;font-size:14px;transition:border-color .15s,background .15s}.home-stepform-option:hover{border-color:var(--home-accent)}.home-stepform-option.is-selected{border-color:var(--home-accent);background:var(--home-accent-dim)}.home-stepform-email-row{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.home-stepform-google{border:1px solid var(--home-border-strong);background:var(--home-bg);width:-moz-fit-content;width:fit-content;color:var(--home-text);cursor:pointer;justify-content:center;align-items:center;gap:10px;margin:0 auto;padding:10px 20px;font-family:Inter,sans-serif;font-size:14px;font-weight:500;transition:border-color .15s,background .15s;display:flex}.home-stepform-google:hover{border-color:var(--home-text-faint);background:var(--home-surface)}.home-stepform-divider{align-items:center;gap:12px;margin:16px 0;display:flex}.home-stepform-divider span{background:var(--home-border);flex:1;height:1px}.home-stepform-divider em{color:var(--home-text-faint);font-size:12px;font-style:normal}.home-stepform-topline{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.home-stepform-topline--end{justify-content:flex-end}.home-stepform-back{color:var(--home-text-faint);cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;transition:color .15s;display:inline-block}.home-stepform-back:hover{color:var(--home-text)}.home-stepform-chips{flex-wrap:wrap;gap:8px;display:flex}.home-stepform-chip{border:1px solid var(--home-border-strong);background:var(--home-bg);color:var(--home-text);cursor:pointer;align-items:center;gap:6px;padding:9px 13px;font-family:Inter,sans-serif;font-size:13px;transition:border-color .15s,background .15s,color .15s;display:inline-flex}.home-stepform-chip:hover{border-color:var(--home-accent)}.home-stepform-chip.is-selected{border-color:var(--home-accent);background:var(--home-accent-dim);color:var(--home-accent)}.home-stepform-nav{justify-content:space-between;align-items:center;margin-top:16px;display:flex}.home-stepform-nav--end{justify-content:flex-end}.home-stepform-next{padding:10px 16px}.home-stepform-done{color:var(--home-good);flex-direction:column;align-items:flex-start;gap:6px;display:flex}.home-stepform-done .home-stepform-question{color:var(--home-text);margin:4px 0 0}.home-hero-count{color:var(--home-text-faint);font-size:13px}.home-hero-count strong{color:var(--home-text);font-weight:700}.home-hero-submitted{letter-spacing:.05em;color:var(--home-good);align-items:center;gap:8px;font-family:Space Mono,monospace;font-size:13px;font-weight:700;display:flex}.home-hero-meta{letter-spacing:.1em;text-transform:uppercase;color:var(--home-text-faint);flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:14px;padding:16px 40px 40px;font-family:Space Mono,monospace;font-size:11px;display:flex}.home-hero-meta span{align-items:center;gap:14px;display:inline-flex}.home-hero-meta span:not(:last-child):after{content:"";background:var(--home-border-strong);border-radius:50%;width:3px;height:3px;margin-left:14px}.home-hero-meta-note{text-transform:none;letter-spacing:normal;opacity:.75;margin-left:auto;font-family:Inter,sans-serif;font-size:11.5px}.home-hero-meta span:has(+.home-hero-meta-note):after{content:none}.home-panel{border:1px solid var(--home-border);background:var(--home-surface);border-bottom:none;margin:0 -1px;position:relative}.home-panel--image{line-height:0;overflow:hidden}.home-panel-image{width:100%;height:auto;display:block}.home-panel-topbar{border-bottom:1px solid var(--home-border);background:#fff;align-items:center;gap:16px;padding:12px 20px;display:flex}.home-panel-live{letter-spacing:.1em;color:var(--home-good);align-items:center;gap:6px;font-family:Space Mono,monospace;font-size:10px;font-weight:700;display:inline-flex}.home-panel-live-dot{background:var(--home-good);border-radius:50%;width:6px;height:6px}.home-panel-label{letter-spacing:.1em;color:var(--home-text-faint);text-transform:uppercase;font-family:Space Mono,monospace;font-size:10px}.home-panel-body{text-align:left;grid-template-columns:1.1fr 1fr 1fr;display:grid}.home-panel-col{border-right:1px solid var(--home-border);flex-direction:column;gap:12px;padding:20px;display:flex}.home-panel-col:last-child{border-right:none}.home-panel-heading{letter-spacing:.1em;color:var(--home-text-faint);text-transform:uppercase;margin-bottom:2px;font-family:Space Mono,monospace;font-size:10px;font-weight:700}.home-device-row{align-items:center;gap:8px;font-size:13px;display:flex}.home-device-dot{background:var(--home-good);border-radius:50%;flex-shrink:0;width:6px;height:6px}.home-device-dot--flag{background:var(--home-danger)}.home-device-name{color:var(--home-text);flex:1}.home-device-status{letter-spacing:.05em;color:var(--home-text-faint);font-family:Space Mono,monospace;font-size:10px}.home-device-status--flag{color:var(--home-danger);font-weight:700}.home-alert-msg{color:var(--home-text);font-size:13px;font-style:italic;line-height:1.5}.home-alert-chip{letter-spacing:.06em;color:var(--home-good);background:#e8f6ef;border:1px solid #bfe6d3;align-self:flex-start;padding:4px 8px;font-family:Space Mono,monospace;font-size:10px;font-weight:700}.home-action-row{background:var(--home-danger-dim);border:1px solid #f3c9c9;align-items:center;gap:10px;padding:10px;display:flex}.home-action-icon{background:var(--home-danger);color:#fff;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.home-action-title{color:var(--home-text);font-size:12px;font-weight:600}.home-action-sub{color:var(--home-text-muted);font-size:11px}.home-panel-stat{border-bottom:1px dashed var(--home-border);justify-content:space-between;align-items:baseline;padding-bottom:8px;display:flex}.home-panel-stat:last-child{border-bottom:none;padding-bottom:0}.home-panel-stat-v{color:var(--home-text);font-family:Space Mono,monospace;font-size:15px;font-weight:700}.home-panel-stat-k{color:var(--home-text-faint);font-size:11px}.home-section-head{max-width:640px;margin:0 0 56px}.home-section-title{letter-spacing:-.02em;margin-top:12px;font-family:Inter,sans-serif;font-size:clamp(28px,3.6vw,42px);font-weight:600;line-height:1.1}.home-feature-grid{border-top:1px solid var(--home-border);border-left:1px solid var(--home-border);grid-template-columns:repeat(4,1fr);display:grid}.home-feature-card{border-right:1px solid var(--home-border);border-bottom:1px solid var(--home-border);padding:28px 24px;transition:background .2s;position:relative}.home-feature-card:before{content:"";background:var(--home-accent);transform-origin:0;height:2px;transition:transform .25s;position:absolute;top:-1px;left:0;right:0;transform:scaleX(0)}.home-feature-card:hover{background:var(--home-surface)}.home-feature-card:hover:before{transform:scaleX(1)}.home-feature-num{color:var(--home-accent);letter-spacing:.05em;margin-bottom:16px;font-family:Space Mono,monospace;font-size:11px;font-weight:700;display:block}.home-feature-title{margin-bottom:8px;font-size:16px;font-weight:600}.home-feature-desc{color:var(--home-text-muted);font-size:13.5px;line-height:1.55}.home-bento{border-top:1px solid var(--home-border);border-left:1px solid var(--home-border);grid-template-rows:auto auto;grid-template-columns:1.5fr 1fr .95fr;margin-top:56px;display:grid}.home-bento-cell{border-right:1px solid var(--home-border);border-bottom:1px solid var(--home-border);flex-direction:column;gap:14px;padding:24px;transition:background .2s;display:flex;position:relative}.home-bento-cell:hover{background:var(--home-surface)}.home-bento-cell:hover .home-bento-icon:not(.home-bento-icon--lg){border-color:var(--home-accent);color:var(--home-accent)}.home-bento-cell--tall{grid-row:span 2;justify-content:flex-start}.home-bento-cell--wide{flex-direction:row;grid-column:1/-1;align-items:center;gap:16px}.home-bento-label{letter-spacing:.1em;color:var(--home-text-faint);font-family:Space Mono,monospace;font-size:10px;font-weight:700}.home-beam{justify-content:center;align-items:center;gap:88px;height:216px;padding:12px 2px;display:flex;position:relative}.home-beam-col{z-index:1;flex-direction:column;gap:20px;display:flex;position:relative}.home-beam-col--hub{flex-direction:column;align-items:center;gap:0;position:relative}.home-beam-col--devices{align-items:stretch}.home-beam-node{color:var(--home-text-muted);align-items:center;gap:8px;margin-left:10px;display:flex}.home-beam-node-icon{background:var(--home-bg);border:1px solid var(--home-border-strong);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;transition:border-color .2s,color .2s;display:flex}.home-beam-node--drifted .home-beam-node-icon{background:var(--home-danger-dim);border-color:var(--home-danger);color:var(--home-danger)}.home-beam-node-label{letter-spacing:normal;white-space:nowrap;color:var(--home-text-muted);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13.5px;font-weight:400}.home-beam-node--drifted .home-beam-node-label{color:var(--home-danger);font-weight:400}.home-beam-hub{background:var(--home-surface);border:1px solid var(--home-border-strong);border-radius:18px;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.home-beam-hub img{object-fit:contain;width:46px;height:46px}.home-beam-hub-label{letter-spacing:.06em;white-space:nowrap;color:var(--home-text-faint);margin-top:10px;font-family:Space Mono,monospace;font-size:8.5px;font-weight:700;position:absolute;top:100%;left:50%;transform:translate(-50%)}.home-bento-cell-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.home-bento-cell-head--center{align-items:center}.home-bento-cell-body--tight{flex-direction:column;gap:6px;display:flex}.home-bento-cell-body{margin-top:auto}.home-bento-cell-body--row{flex-direction:column;flex:1;gap:4px;margin-top:0;display:flex}.home-bento-title{letter-spacing:-.01em;color:var(--home-text);font-family:Inter,sans-serif;font-size:18px;font-weight:600}.home-bento-title--sm{font-size:15px}.home-bento-desc{color:var(--home-text-muted);font-size:13px;line-height:1.5}.home-bento-icon{border:1px solid var(--home-border);width:26px;height:26px;color:var(--home-text-muted);flex-shrink:0;justify-content:center;align-items:center;transition:border-color .2s,color .2s;display:flex}.home-bento-icon--lg{width:32px;height:32px;color:var(--home-accent);border-color:var(--home-border-strong)}.home-bento-icon-row{flex-shrink:0;gap:6px;display:flex}.home-bento-log{background:var(--home-surface);border:1px solid var(--home-border);border-radius:8px;height:100px;margin-top:auto;padding:10px;position:relative;overflow:hidden}.home-bento-log-line{white-space:nowrap;text-overflow:ellipsis;align-items:baseline;gap:7px;font-family:Space Mono,monospace;font-size:10.5px;font-weight:600;line-height:1.7;display:flex;overflow:hidden}.home-bento-log-tag{letter-spacing:.02em;text-transform:uppercase;width:28px;color:var(--home-accent);flex-shrink:0;font-weight:700}.home-bento-log-tag--dns{color:#2563eb}.home-bento-log-tag--udp{color:var(--home-text-muted)}.home-bento-log-text{color:var(--home-text-muted);text-overflow:ellipsis;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-weight:400;overflow:hidden}.home-bento-stat{letter-spacing:-.03em;color:var(--home-text);font-family:Inter,sans-serif;font-size:48px;font-weight:600;line-height:1}.home-bento-stat--md{font-size:36px}.home-bento-cell--tight{padding-top:19px;padding-bottom:19px}.home-bento-stat--lg-num{font-size:46px}.home-bento-stat-unit{color:var(--home-text-muted);margin-left:2px;font-size:.5em;font-weight:600}.home-bento-cell--chat{gap:8px;padding-top:11px;padding-bottom:11px}.home-bento-chat{background:var(--home-surface);border:1px solid var(--home-border);border-radius:12px;flex-direction:column;justify-content:flex-start;height:262px;padding:16px;display:flex;overflow:hidden}.home-chat-turn{flex-direction:column;gap:12px;display:flex}.home-chat-sender{letter-spacing:.06em;text-transform:uppercase;color:var(--home-text-faint);font-family:Space Mono,monospace;font-size:8.5px;font-weight:700}.home-chat-group{flex-direction:column;gap:4px;display:flex}.home-chat-group--user{align-self:flex-end}.home-chat-group--ai{flex-direction:row;align-items:flex-start;gap:8px;margin-left:-6px}.home-chat-bubble{border-radius:13px;padding:8px 12px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:12.5px;line-height:1.5}.home-chat-bubble--user{background:var(--home-accent);color:#fff;border-bottom-right-radius:4px;max-width:100%}.home-chat-ai-col,.home-chat-user-col{flex-direction:column;gap:4px;min-width:0;display:flex}.home-chat-user-col{align-items:flex-end}.home-chat-bubble--ai{background:var(--home-bg);border:1px solid var(--home-border);max-width:88%;color:var(--home-text-muted);border-bottom-left-radius:4px;flex-direction:column;gap:5px;padding:9px 12px 10px;display:flex}.home-chat-bubble-head{align-items:center;gap:5px;display:flex}.home-chat-bubble-icon{flex-shrink:0}.home-chat-bubble-label{letter-spacing:.07em;text-transform:uppercase;font-family:Space Mono,monospace;font-size:8.5px;font-weight:700}.home-chat-bubble-text{color:var(--home-text-muted);font-size:12.5px;line-height:1.5}.home-chat-bubble--alert .home-chat-bubble-icon,.home-chat-bubble--alert .home-chat-bubble-label{color:var(--home-danger)}.home-chat-bubble--clear .home-chat-bubble-icon,.home-chat-bubble--clear .home-chat-bubble-label{color:#16a34a}.home-chat-bubble--info .home-chat-bubble-icon,.home-chat-bubble--info .home-chat-bubble-label{color:#2563eb}.home-chat-bubble-placeholder{height:34px}.home-chat-flow{flex-direction:column;gap:5px;padding:2px 0 2px 1px;display:flex}.home-chat-flow-step{color:var(--home-text-faint);align-items:center;gap:7px;font-family:Space Mono,monospace;font-size:10.5px;transition:color .2s;display:flex}.home-chat-flow-step.is-done{color:var(--home-text-muted)}.home-chat-flow-mark{border:1px solid var(--home-border-strong);color:#fff;background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:14px;height:14px;transition:background .2s,border-color .2s;display:flex}.home-chat-flow-step.is-done .home-chat-flow-mark{background:var(--home-accent);border-color:var(--home-accent)}.home-chat-flow-dot{background:var(--home-text-faint);border-radius:50%;width:3px;height:3px}.home-chat-flow-step.is-active{color:var(--home-text)}.home-chat-flow-step.is-active .home-chat-flow-mark{border-color:var(--home-accent)}.home-chat-flow-spinner{border:1.5px solid var(--home-accent-dim);border-top-color:var(--home-accent);border-radius:50%;width:8px;height:8px;animation:.7s linear infinite home-chat-flow-spin}@keyframes home-chat-flow-spin{to{transform:rotate(360deg)}}.home-chat-typing{flex-direction:row;align-items:center;gap:3px;padding:10px 12px;display:flex}.home-chat-dot{background:var(--home-text-faint);border-radius:50%;width:4px;height:4px;animation:1.1s ease-in-out infinite home-chat-dot-bounce}.home-chat-dot:nth-child(2){animation-delay:.15s}.home-chat-dot:nth-child(3){animation-delay:.3s}@keyframes home-chat-dot-bounce{0%,60%,to{opacity:.35;transform:translateY(0)}30%{opacity:1;transform:translateY(-2px)}}.home-bento-stat-badge{letter-spacing:.06em;color:var(--home-accent);background:var(--home-accent-dim);flex-shrink:0;height:-moz-fit-content;height:fit-content;padding:4px 8px;font-family:Space Mono,monospace;font-size:10px;font-weight:700}.home-bento-bar-track{background:var(--home-border);width:100%;height:4px}.home-bento-bar-fill{background:var(--home-accent);width:82%;height:100%}.home-bento-foot{border-top:1px solid var(--home-border);justify-content:space-between;align-items:center;gap:12px;margin-top:auto;padding-top:14px;display:flex}.home-bento-foot-label{color:var(--home-text-muted);font-size:12.5px}.home-bento-foot-value{color:var(--home-text-faint);font-family:Space Mono,monospace;font-size:11px}.home-bento-pill{letter-spacing:.06em;color:var(--home-good);border:1px solid var(--home-border-strong);align-items:center;padding:4px 8px;font-family:Space Mono,monospace;font-size:10px;font-weight:700;display:inline-flex}.home-bento-cell--wide{padding-top:16px;padding-bottom:16px}.home-flow-steps{flex-shrink:0;align-items:center;gap:12px;margin-right:28px;display:flex}.home-flow-step{flex-direction:column;align-items:center;gap:8px;display:flex}.home-flow-icon-wrap{justify-content:center;align-items:center;width:46px;height:46px;display:flex;position:relative}.home-flow-icon{background:var(--home-bg);border:1px solid var(--home-border-strong);width:46px;height:46px;color:var(--home-text-muted);border-radius:50%;justify-content:center;align-items:center;transition:border-color .2s,color .2s,background .2s;display:flex}.home-flow-step.is-active .home-flow-icon{color:var(--home-accent);border-color:var(--home-accent)}.home-flow-step.is-done .home-flow-icon{color:#fff;background:var(--home-accent);border-color:var(--home-accent)}.home-flow-spinner-ring{border:1.5px solid var(--home-accent-dim);border-top-color:var(--home-accent);border-radius:50%;animation:.8s linear infinite home-flow-spin;position:absolute;inset:-3px}@keyframes home-flow-spin{to{transform:rotate(360deg)}}.home-flow-label{letter-spacing:.05em;text-transform:uppercase;color:var(--home-text-faint);white-space:nowrap;font-family:Space Mono,monospace;font-size:9px;font-weight:700;transition:color .2s}.home-flow-step.is-active .home-flow-label,.home-flow-step.is-done .home-flow-label{color:var(--home-text-muted)}.home-flow-connector{background:var(--home-border-strong);flex-shrink:0;width:26px;height:2px;margin-bottom:25px;position:relative;overflow:hidden}.home-flow-connector:after{content:"";background:var(--home-accent);width:0%;position:absolute;inset:0}.home-flow-connector.is-filled:after{width:100%;transition:width .85s cubic-bezier(.16,1,.3,1)}.home-how-grid{grid-template-columns:1fr 1fr;align-items:start;gap:64px;display:grid}.home-how-copy p{color:var(--home-text-muted);margin-top:16px;font-size:16px;line-height:1.6}.home-steps{border-top:1px solid var(--home-border);flex-direction:column;gap:0;display:flex}.home-step{border-bottom:1px solid var(--home-border);gap:20px;padding:24px 0;display:flex}.home-step-num{color:var(--home-accent);flex-shrink:0;width:28px;font-family:Space Mono,monospace;font-size:13px;font-weight:700}.home-step-title{margin-bottom:4px;font-size:15px;font-weight:600}.home-step-desc{color:var(--home-text-muted);font-size:13.5px;line-height:1.55}.home-stats-grid{border-top:1px solid var(--home-border);border-left:1px solid var(--home-border);grid-template-columns:repeat(4,1fr);display:grid}.home-stat-tile{border-right:1px solid var(--home-border);border-bottom:1px solid var(--home-border);padding:32px 24px}.home-stat-tile-value{letter-spacing:-.02em;color:var(--home-text);font-family:Inter,sans-serif;font-size:clamp(28px,3vw,36px);font-weight:600}.home-stat-tile-label{color:var(--home-text-muted);margin-top:6px;font-size:13px}.home-stat-tile-sub{letter-spacing:.08em;text-transform:uppercase;color:var(--home-text-faint);margin-top:12px;font-family:Space Mono,monospace;font-size:10px}.home-cta{text-align:center}.home-cta-title{letter-spacing:-.02em;color:var(--home-text);max-width:640px;margin:0 auto 16px;font-family:Inter,sans-serif;font-size:clamp(28px,4vw,44px);font-weight:600;line-height:1.1}.home-cta-sub{color:var(--home-text-muted);max-width:480px;margin:0 auto 32px;font-size:15px}.home-cta-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;display:flex}.home-doc-section .home-container{border-top:none;max-width:900px;padding-top:40px;position:relative;overflow:hidden}.home-doc-pixel-grid{width:480px;height:420px;inset:-1px -1px auto auto;-webkit-mask-image:radial-gradient(85% 70% at 88% 12%,#000 0% 22%,#0000 68%);mask-image:radial-gradient(85% 70% at 88% 12%,#000 0% 22%,#0000 68%)}a.home-doc-back{letter-spacing:.06em;text-transform:uppercase;color:var(--home-accent);align-items:center;gap:6px;margin-bottom:40px;font-family:Space Mono,monospace;font-size:12px;font-weight:700;transition:color .15s;display:inline-flex}a.home-doc-back:hover{color:var(--home-text)}.home-doc-content{z-index:1;position:relative}.home-doc-title{letter-spacing:-.02em;margin-bottom:12px;font-size:clamp(28px,4vw,42px);font-weight:600;line-height:1.15}.home-doc-meta{letter-spacing:.06em;text-transform:uppercase;color:var(--home-text-faint);font-family:Space Mono,monospace;font-size:12px}.home-page .hero-sub{color:var(--home-text-faint)}.home-doc-body{border-top:1px solid var(--home-border);flex-direction:column;gap:22px;max-width:100%;margin-top:40px;padding-top:40px;display:flex}.home-doc-body p{color:var(--home-text-muted);font-size:15px;line-height:1.75}.home-doc-body strong{color:var(--home-text);font-weight:600}.home-doc-body h2{letter-spacing:.06em;text-transform:uppercase;color:var(--home-text);border-bottom:1px solid var(--home-border);margin-top:10px;padding-bottom:10px;font-family:Space Mono,monospace;font-size:14px;font-weight:700}.home-doc-body h3{color:var(--home-text);margin-top:4px;font-size:16px;font-weight:600}.home-doc-body code{background:var(--home-surface);border:1px solid var(--home-border);border-radius:4px;padding:1px 5px;font-family:Space Mono,monospace;font-size:.9em}.home-doc-callout{color:var(--home-text-muted);border-radius:8px;padding:14px 18px;font-size:13.5px;line-height:1.7}.home-doc-callout strong{color:var(--home-text)}.home-doc-callout--info{background:var(--home-accent-dim);border-left:3px solid var(--home-accent)}.home-doc-callout--warn{background:#d99b1914;border-left:3px solid #d99b19}.home-doc-body ul{flex-direction:column;gap:8px;padding-left:20px;display:flex}.home-doc-body li{color:var(--home-text-muted);font-size:15px;line-height:1.65}.home-doc-body ol{flex-direction:column;gap:8px;padding-left:20px;display:flex}.home-doc-body a{color:var(--home-accent);text-underline-offset:2px;text-decoration:underline}.home-doc-table-wrap{border:1px solid var(--home-border);border-radius:8px;overflow-x:auto}.home-doc-table{border-collapse:collapse;width:100%;color:var(--home-text-muted);font-size:13px}.home-doc-table th{text-align:left;color:var(--home-accent);border-bottom:1px solid var(--home-border);background:var(--home-surface);white-space:nowrap;padding:12px 14px;font-family:Space Mono,monospace;font-size:12px}.home-doc-table td{border-bottom:1px solid var(--home-border);vertical-align:top;padding:12px 14px}.home-doc-table tr:last-child td{border-bottom:none}.home-doc-quick-answer{border:1px solid #17875a40;border-left:3px solid var(--home-good);background:#17875a0f;border-radius:8px;padding:16px 20px}.home-doc-quick-answer-label{letter-spacing:.1em;text-transform:uppercase;color:var(--home-good);margin-bottom:8px;font-family:Space Mono,monospace;font-size:11px;font-weight:700}.home-doc-quick-answer p{color:var(--home-text);margin:0;font-size:15px;line-height:1.7}.home-doc-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--home-accent);font-family:Space Mono,monospace;font-size:11px;font-weight:700}.home-doc-tabs{border-bottom:1px solid var(--home-border);flex-wrap:wrap;gap:20px;margin-top:16px;display:flex}.home-doc-tab{cursor:pointer;color:var(--home-text-faint);background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:0 0 10px;font-family:Space Mono,monospace;font-size:13px;transition:color .2s,border-color .2s}.home-doc-tab.is-active{color:var(--home-accent);border-bottom-color:var(--home-accent)}code.home-doc-code{background:var(--home-surface);border:1px solid var(--home-border);color:var(--home-text);white-space:pre;border-radius:8px;padding:14px 90px 14px 16px;font-family:Space Mono,monospace;font-size:12.5px;line-height:1.6;display:block;position:relative;overflow-x:auto}.home-doc-copy-btn{color:var(--home-text-muted);background:var(--home-bg);border:1px solid var(--home-border-strong);cursor:pointer;border-radius:6px;align-items:center;gap:5px;padding:5px 9px;font-family:Space Mono,monospace;font-size:11px;font-weight:700;transition:border-color .15s,color .15s;display:inline-flex}.home-doc-copy-btn:hover{border-color:var(--home-accent);color:var(--home-accent)}.home-doc-copy-btn--corner{position:absolute;top:10px;right:10px}.home-doc-copy-btn--copied{color:var(--home-good);border-color:var(--home-good)}.home-doc-row{background:var(--home-surface);border:1px solid var(--home-border);border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.home-doc-row-prompt{color:var(--home-text);font-family:Space Mono,monospace;font-size:13px}.home-doc-tool{background:var(--home-surface);border:1px solid var(--home-border);border-radius:8px;padding:14px 16px}.home-doc-tool-name{color:var(--home-accent);margin-right:8px;font-family:Space Mono,monospace;font-size:13px}.home-doc-tool-desc{color:var(--home-text-muted)}.home-doc-card-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:10px;margin-top:14px;display:grid}.home-doc-card{background:var(--home-surface);border:1px solid var(--home-border);border-radius:8px;padding:14px 16px}.home-doc-card-head{align-items:center;gap:8px;margin-bottom:6px;display:flex}.home-doc-card-dot{background:var(--home-accent);border-radius:50%;flex-shrink:0;width:6px;height:6px}.home-doc-card-title{color:var(--home-text);font-size:14px;font-weight:600}.home-doc-card-desc{color:var(--home-text-muted);margin:0;font-size:13.5px}.home-doc-body .home-doc-connector-btn{background:var(--home-accent);color:#fff;border-radius:999px;align-items:center;gap:8px;padding:12px 20px;font-family:Inter,sans-serif;font-size:13px;font-weight:600;text-decoration:none;transition:background .15s;display:inline-flex}.home-doc-connector-btn:hover{background:#6224c7}.home-doc-post-list{flex-direction:column;gap:14px;margin-top:40px;display:flex}.home-doc-post-card{border:1px solid var(--home-border);border-radius:10px;padding:22px 24px;text-decoration:none;transition:border-color .15s,background .15s;display:block}.home-doc-post-card:hover{border-color:var(--home-accent);background:var(--home-surface)}.home-doc-post-tag{letter-spacing:.06em;color:var(--home-accent);font-family:Space Mono,monospace;font-size:11px;font-weight:700}.home-doc-post-title{color:var(--home-text);letter-spacing:-.01em;margin:8px 0;font-size:18px;font-weight:600;line-height:1.35}.home-doc-post-desc{color:var(--home-text-muted);margin:0;font-size:14px;line-height:1.6}.login-page .home-doc-section .home-container{padding-top:0;padding-bottom:0;padding-right:0}.login-split{align-items:stretch;gap:56px;min-height:560px;display:flex}.login-split-left{flex:480px;min-width:0;padding:40px 0 96px}.login-split-right{border:1px solid var(--home-border);border-radius:0;flex:420px;position:relative;overflow:hidden}.login-split-right--bleed{border-top:none;border-bottom:none;margin-top:-32px;margin-bottom:-32px}@media (max-width:900px){.login-split{flex-direction:column;gap:32px;min-height:0}.login-split-right{min-height:280px}.login-split-right--bleed{border-top:1px solid var(--home-border);border-bottom:1px solid var(--home-border);margin-top:0;margin-bottom:0}.home-stepform-trigger,.home-stepform{min-height:0}.home-header-inner{padding:0 20px}.home-logo{padding:12px 16px 12px 0}.home-header-actions{padding:12px 0 12px 16px}.home-nav{display:none}.home-hero{padding:0 16px}.home-hero-frame{padding:40px 20px 0}.home-hero-meta{padding:16px 20px 40px}.home-pixel-grid{display:none}.home-panel-body{grid-template-columns:1fr}.home-panel-col{border-right:none;border-bottom:1px solid var(--home-border)}.home-panel-col:last-child{border-bottom:none}.home-feature-grid,.home-stats-grid{grid-template-columns:1fr 1fr}.home-how-grid{grid-template-columns:1fr;gap:32px}.home-container{padding:64px 20px}.home-bento{grid-template-columns:1fr}.home-bento-cell--tall{grid-row:auto}.home-bento-cell--wide{flex-direction:column;align-items:flex-start}}@media (max-width:560px){.home-feature-grid,.home-stats-grid{grid-template-columns:1fr}.home-hero-form,.home-stepform-email-row{flex-direction:column;align-items:stretch}.home-stepform{padding:22px}.home-input{min-width:0}}
