@font-face{font-family:Oswald Variable;font-style:normal;font-display:swap;font-weight:200 700;src:url(/assets/oswald-cyrillic-ext-wght-normal-DLWmRmaW.woff2)format("woff2-variations");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Oswald Variable;font-style:normal;font-display:swap;font-weight:200 700;src:url(/assets/oswald-cyrillic-wght-normal-C8sJyxwB.woff2)format("woff2-variations");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Oswald Variable;font-style:normal;font-display:swap;font-weight:200 700;src:url(/assets/oswald-vietnamese-wght-normal-Tdf5mmdl.woff2)format("woff2-variations");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Oswald Variable;font-style:normal;font-display:swap;font-weight:200 700;src:url(/assets/oswald-latin-ext-wght-normal-Dj_1K-Kw.woff2)format("woff2-variations");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Oswald Variable;font-style:normal;font-display:swap;font-weight:200 700;src:url(/assets/oswald-latin-wght-normal-CzS3kehr.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--bg:#f6f7f9;--surface:#fff;--surface-2:#f0f2f5;--line:#e2e5ea;--fg:#151a21;--muted:#5f6b7a;--accent:#d9534f;--accent-soft:#d9534f1f;--on-accent:#fff;--live:#e5574f;--ok:#8a95a5;--warn:#e0a100;--danger:#c93b3b;--radius:14px;--display:"Oswald Variable", "Oswald", "Arial Narrow", sans-serif;--body:ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, "SF Mono", Menlo, Consolas, monospace;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}@media (prefers-color-scheme:dark){:root{--bg:#0e1116;--surface:#161b22;--surface-2:#1d232c;--line:#262d37;--fg:#e6e9ef;--muted:#9aa3b2;--accent:#ff8585;--live:#ff8585;--accent-soft:#ff858524;--on-accent:#1a0f10;--ok:#6b7686;--warn:#f0b429;--danger:#ff7a7a;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}*,:before,:after{box-sizing:border-box}html,body,#root{height:100%}body{background:var(--bg);color:var(--fg);font:16px/1.5 var(--body);-webkit-font-smoothing:antialiased;margin:0}a{color:inherit}h1,h2,p{margin:0}code,.mono{font-family:var(--mono);font-size:.92em}.muted{color:var(--muted)}.small{font-size:14px}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.wordmark{width:120px;display:block}.wordmark svg{width:100%;height:auto;display:block}.dot{background:var(--ok);border-radius:50%;flex:none;width:10px;height:10px;display:inline-block}.dot-live{background:var(--live);animation:2.2s ease-in-out infinite recording}.dot-warn{background:var(--warn)}.dot-off{background:var(--line)}@keyframes recording{50%{opacity:.35}}.spinner{border:2.5px solid var(--line);border-top-color:var(--accent);border-radius:50%;width:22px;height:22px;animation:.8s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.dot-live,.spinner{animation:none}}.loading,.center-screen{place-items:center;padding:48px 0;display:grid}.center-screen{min-height:100%}.button{background:var(--accent);color:var(--on-accent);font:600 15px/1.2 var(--body);cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:10px 18px;text-decoration:none;display:inline-flex}.button:hover:not(:disabled){filter:brightness(1.06)}.button:disabled{opacity:.5;cursor:default}.button.ghost{color:var(--fg);border-color:var(--line);background:0 0}.button.ghost:hover:not(:disabled){background:var(--surface-2);filter:none}.button.small{padding:6px 12px;font-size:14px}.button.danger{background:var(--danger);color:#fff}.danger-text{color:var(--danger)!important}.button.apple{background:var(--fg);color:var(--bg)}.button .icon{width:18px;height:18px}.link{font:inherit;color:var(--accent);cursor:pointer;background:0 0;border:0;padding:0}.link.danger{color:var(--danger)}input:not([type=checkbox]):not([type=radio]),select{font:inherit;color:var(--fg);background:var(--surface);border:1px solid var(--line);border-radius:10px;min-width:0;padding:9px 12px}input:focus,select:focus{outline:2px solid var(--accent-soft);border-color:var(--accent)}.signin{place-items:center;min-height:100%;padding:32px 16px;display:grid}.signin-panel{gap:16px;width:100%;max-width:420px;display:grid}.signin-logo .wordmark{width:150px;margin-bottom:16px}.signin h1{font:500 clamp(30px, 6vw, 38px) / 1.1 var(--display)}.signin-buttons{gap:10px;margin:12px 0 4px;display:grid}.signin-buttons .button{padding:13px 18px;font-size:16px}.eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);align-items:center;gap:8px;font-size:13px;display:inline-flex}.shell{grid-template-columns:240px 1fr;min-height:100%;display:grid}.sidebar{border-right:1px solid var(--line);background:var(--surface);flex-direction:column;gap:28px;height:100vh;padding:24px 14px;display:flex;position:sticky;top:0}.sidebar-logo{padding:0 10px}.sidebar nav{gap:2px;display:grid}.sidebar nav a{color:var(--muted);border-radius:10px;align-items:center;gap:12px;padding:9px 10px;font-weight:500;text-decoration:none;display:flex}.sidebar nav a:hover{background:var(--surface-2);color:var(--fg)}.sidebar nav a.active{background:var(--accent-soft);color:var(--accent)}.icon{flex:none;width:20px;height:20px}.content{align-content:start;gap:16px;width:100%;max-width:820px;padding:36px 32px 64px;display:grid}@media (width<=760px){.shell{grid-template-columns:1fr}.sidebar{z-index:10;height:auto;padding:6px 4px calc(6px + env(safe-area-inset-bottom));border-right:0;border-top:1px solid var(--line);flex-direction:row;position:fixed;inset:auto 0 0}.sidebar-logo{display:none}.sidebar nav{grid-auto-columns:1fr;grid-auto-flow:column;width:100%}.sidebar nav a{flex-direction:column;gap:3px;padding:6px 2px;font-size:11px}.sidebar nav a.active{background:0 0}.content{padding:20px 16px calc(96px + env(safe-area-inset-bottom))}}.page-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:4px;display:flex}.page-header h1{font:500 clamp(30px, 5vw, 38px) / 1.1 var(--display)}.page-actions{gap:8px;display:flex}.back{color:var(--accent);justify-self:start;font-weight:500;text-decoration:none}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);gap:12px;padding:18px 20px;display:grid}.card-title{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);font-size:13px;font-weight:600}.card-body{gap:12px;display:grid}.card-footer{color:var(--muted);font-size:14px}.error{color:var(--danger);font-size:15px}.empty{text-align:center;justify-items:center;gap:10px;padding:24px 8px;display:grid}.empty h2{font:500 24px/1.2 var(--display)}.empty p{max-width:34em}.stack{gap:14px;display:grid}.field{gap:6px;display:grid}.field>span:first-child{font-size:14px;font-weight:600}.form-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.form-actions.start{justify-content:flex-start}.form-actions.center{justify-content:center}.inline-form{gap:8px;display:flex}.inline-form input{flex:1}.hero-card{padding:22px}.hero-status{grid-template-columns:auto 1fr auto;align-items:center;gap:16px;display:grid}.hero-status .dot{width:16px;height:16px}.hero-status h2{font:500 24px/1.2 var(--display)}@media (width<=520px){.hero-status{grid-template-columns:auto 1fr}.hero-status .button{grid-column:1/-1}}.segmented{background:var(--surface-2);border-radius:12px;justify-self:start;gap:4px;max-width:100%;padding:4px;display:flex;overflow-x:auto}.segmented button{font:500 14px/1.2 var(--body);color:var(--muted);cursor:pointer;white-space:nowrap;background:0 0;border:0;border-radius:9px;padding:8px 14px}.segmented button.active{background:var(--surface);color:var(--fg);box-shadow:0 1px 3px #0000001f}.rows{margin:0;padding:0;list-style:none}.row{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;padding:12px 0;display:flex}.rows>.row:first-child{border-top:0;padding-top:4px}.row-text{flex:1;gap:2px;min-width:0;display:grid}.row-title{overflow-wrap:anywhere;font-weight:500}.row-detail{color:var(--muted);font-size:14px}.row-link{min-width:0;color:inherit;flex:1;align-items:center;gap:12px;text-decoration:none;display:flex}.row-link.plain{font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;padding:0}div.row-link.plain{cursor:default}.chevron{color:var(--muted);margin-left:auto;font-size:20px}.tag{background:var(--accent-soft);color:var(--accent);border-radius:999px;flex:none;padding:3px 9px;font-size:12px;font-weight:600}.search{width:100%}.switch{background:var(--line);cursor:pointer;border:0;border-radius:999px;flex:none;width:48px;height:28px;padding:0;transition:background .18s;position:relative}.switch[aria-checked=true]{background:var(--accent)}.switch:disabled{opacity:.55;cursor:default}.switch-thumb{background:#fff;border-radius:50%;width:22px;height:22px;transition:transform .18s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #00000040}.switch[aria-checked=true] .switch-thumb{transform:translate(20px)}.choices{gap:8px;display:grid}.choice{border:1px solid var(--line);cursor:pointer;border-radius:12px;grid-template-columns:auto 1fr;align-items:center;gap:2px 12px;padding:12px 14px;display:grid}.choice input{accent-color:var(--accent);grid-row:span 2;width:18px;height:18px;margin:0}.choice.active{border-color:var(--accent);background:var(--accent-soft)}.device-list{gap:12px;display:grid}.device-head{align-items:center;gap:14px;display:flex}.device-body{border-top:1px solid var(--line);gap:12px;padding-top:14px;display:grid}.device-actions{gap:20px;padding-top:4px;display:flex}.address{background:var(--surface-2);border-radius:10px;align-items:center;gap:10px;padding:10px 12px;display:flex}.address code{overflow-wrap:anywhere;flex:1;min-width:0}.steps{gap:8px;margin:0;padding-left:1.3em;display:grid}.subhead{margin-top:4px;font-weight:600}.more summary{cursor:pointer;color:var(--accent);margin-bottom:10px;font-weight:500}.more>:not(summary){margin-bottom:10px}.kinds{flex-wrap:wrap;gap:8px;display:flex}.kind{font:500 15px/1.2 var(--body);border:1px solid var(--line);background:var(--surface);color:var(--fg);cursor:pointer;border-radius:10px;padding:10px 14px}.kind.active{border-color:var(--accent);background:var(--accent-soft);color:var(--accent)}.check-row{align-items:center;gap:14px;display:flex}.check-row p{flex:1}@media (width<=520px){.check-row{flex-wrap:wrap}}.toolbar{flex-wrap:wrap;align-items:center;gap:16px;display:flex}label.check{cursor:pointer;align-items:center;gap:8px;display:inline-flex}label.check input{accent-color:var(--accent);width:18px;height:18px}.invite{max-width:520px}.dialog{border:1px solid var(--line);background:var(--surface);color:var(--fg);border-radius:18px;width:min(420px,100vw - 32px);padding:24px;box-shadow:0 24px 60px #0000004d}.dialog::backdrop{background:#080a0e80}.dialog h2{font:500 24px/1.2 var(--display);margin-bottom:8px}.dialog p{color:var(--muted)}.dialog-actions{justify-content:flex-end;gap:8px;margin-top:20px;display:flex}
