*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--g-bg: #070706;--g-surface-1: #0d0d0c;--g-surface-2: #141310;--g-surface-3: #1a1815;--g-hover-surface: #201d19;--g-text: #f7f4ee;--g-text-muted: #b1aaa0;--g-text-subtle: #888077;--g-border-subtle: rgba(247, 244, 238, .075);--g-border: rgba(247, 244, 238, .13);--g-border-strong: rgba(247, 244, 238, .23);--g-brand: #ff6b35;--g-brand-hover: #ff8255;--g-brand-soft: #ff9f7b;--g-brand-dim: rgba(255, 107, 53, .14);--g-brand-faint: rgba(255, 107, 53, .07);--g-brand-edge: rgba(255, 107, 53, .42);--g-healthy: #67c69b;--g-warning: #e5b94c;--g-critical: #ee6a7a;--g-info: #79a8e8;--g-offline: #888077;--g-priority-p0: var(--g-critical);--g-priority-p1: var(--g-critical);--g-priority-p2: var(--g-warning);--g-priority-p3: var(--g-info);--g-priority-p4: var(--g-text-subtle);--g-focus: #f7f4ee;--g-radius-1: 2px;--g-radius-2: 4px;--g-radius-3: 6px;--type-display-xl: clamp(2.75rem, 2rem + 3.5vw, 5.25rem);--type-display-lg: clamp(2.75rem, 2rem + 3vw, 4.5rem);--type-h1: clamp(2.5rem, 2rem + 2vw, 3.75rem);--type-h2: clamp(2rem, 1.65rem + 1.5vw, 3rem);--type-h3: clamp(1.35rem, 1.2rem + .6vw, 1.75rem);--type-body-lg: clamp(1rem, .96rem + .2vw, 1.125rem);--type-body: 1rem;--type-small: .875rem;--type-micro: .75rem;--page-max: 1440px;--page-gutter: clamp(20px, 3vw, 48px);--grid-gap: clamp(16px, 1.7vw, 24px);--bg: var(--g-bg);--bg-base: var(--g-bg);--surface: var(--g-surface-1);--bg-surface: var(--g-surface-1);--bg-elevated: var(--g-surface-2);--bg-hover: var(--g-hover-surface);--surface-border: var(--g-border);--border-default: var(--g-border);--border-subtle: var(--g-border-subtle);--text-primary: var(--g-text);--text-secondary: var(--g-text-muted);--text-tertiary: var(--g-text-subtle);--accent: var(--g-brand);--accent-hover: var(--g-brand-hover);--accent-glow: var(--g-brand-dim);--accent-muted: var(--g-brand-dim);--select-chevron: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%23a8a49a' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");--warm: var(--g-brand);--green: var(--g-healthy);--green-bg: rgba(103, 198, 155, .1);--yellow: var(--g-warning);--yellow-bg: rgba(229, 185, 76, .1);--red: var(--g-critical);--red-bg: rgba(238, 106, 122, .1);--blue: var(--g-info);--blue-bg: rgba(121, 168, 232, .08);--status-healthy: var(--green);--status-warning: var(--yellow);--status-critical: var(--red);--status-info: var(--blue);--status-offline: var(--g-offline);--glass-bg: rgba(18, 20, 23, .7);--glass-border: rgba(255, 107, 53, .1);--glass-blur: 16px;--glass-gradient: linear-gradient(135deg, rgba(236,238,241,.04) 0%, rgba(236,238,241,.01) 50%, rgba(236,238,241,.03) 100%);--font-sans: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;--font-mono: "Commit Mono", "IBM Plex Mono", "JetBrains Mono", "SF Mono", monospace;--font-serif: "Source Serif 4", Georgia, "Times New Roman", serif;--text-hero: 3.5rem;--text-h1: 2.5rem;--text-h2: 1.75rem;--text-h3: 1.25rem;--text-body: 1rem;--text-small: .875rem;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--space-12: 48px;--space-16: 64px;--space-20: 80px;--radius-sm: var(--g-radius-1);--radius-md: var(--g-radius-2);--radius-lg: var(--g-radius-2);--radius-full: 9999px}body{font-family:var(--font-sans);background:var(--bg);color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden;font-variant-numeric:tabular-nums}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.container{max-width:960px;margin:0 auto;padding:0 var(--space-6)}.container-narrow{max-width:780px;margin:0 auto;padding:0 var(--space-6)}.btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border:1px solid var(--border-default);border-radius:var(--radius-sm);background:var(--bg-surface);color:var(--text-secondary);font-size:var(--text-small);font-family:inherit;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease,transform .15s ease,opacity .15s ease;text-decoration:none}.btn:hover{background:var(--bg-hover);color:var(--text-primary);text-decoration:none}.btn-primary{background:var(--accent-glow);color:var(--accent);border-color:#ff6b3566;font-weight:500}.btn-primary:hover{background:var(--accent);border-color:var(--accent);color:var(--bg-base)}.btn-primary:active{filter:brightness(.9);transform:translateY(1px)}.btn-primary:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media(prefers-reduced-motion:reduce){.btn-primary{transition:none}.btn-primary:active{transform:none}}.btn-ghost{background:transparent;border-color:transparent}.btn-ghost:hover{background:var(--bg-surface)}.btn-small{padding:4px 10px;font-size:12px}.btn-danger{color:var(--red);border-color:#ef44444d}.btn-danger:hover{background:var(--red-bg)}.btn:active{transform:translateY(1px)}.btn:disabled{opacity:.55;cursor:not-allowed}.btn[aria-busy=true]{cursor:progress;pointer-events:none;opacity:.9}.btn[aria-busy=true]:before{content:"";width:12px;height:12px;flex:none;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:btn-spin .6s linear infinite}@keyframes btn-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.btn:active{transform:none}.btn[aria-busy=true]:before{animation-duration:1.6s}}.card{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:var(--space-5);transition:border-color .2s}.card:hover{border-color:var(--border-default)}.tag{display:inline-flex;align-items:center;padding:2px 8px;border-radius:var(--radius-sm);font-size:12px;font-weight:500;letter-spacing:.03em;text-transform:uppercase}.tag-green{background:var(--green-bg);color:var(--green)}.tag-yellow{background:var(--yellow-bg);color:var(--yellow)}.tag-red{background:var(--red-bg);color:var(--red)}.tag-blue{background:var(--blue-bg);color:var(--blue)}.tag-accent{background:var(--accent-muted);color:var(--accent)}.tag-muted{background:var(--g-surface-3);color:var(--g-text-subtle)}.label{font-size:12px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--text-tertiary)}code{font-family:var(--font-mono);font-size:13px;background:var(--bg-surface);padding:2px 6px;border-radius:var(--radius-sm);font-variant-numeric:tabular-nums}pre{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:var(--space-4);overflow-x:auto;font-size:13px}pre code{background:none;padding:0}code{overflow-wrap:anywhere}body{overflow-wrap:break-word}.quickstart>pre,.term pre,.alert-surface pre,.mini-surface pre,.exhibit pre{border:none;border-radius:0;background:transparent}.table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;position:relative;margin:var(--space-4) 0}.table-scroll>table{min-width:34rem;margin:0}.table-scroll:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media(max-width:640px){.table-scroll:after{content:"";position:sticky;right:0;top:0;float:right;width:24px;height:100%;pointer-events:none;background:linear-gradient(to right,transparent,var(--bg-base))}}table{width:100%;border-collapse:collapse}th{font-size:12px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--text-tertiary);text-align:left;padding:8px 12px;border-bottom:1px solid var(--border-default)}td{padding:10px 12px;border-bottom:1px solid var(--border-subtle);font-size:var(--text-small)}tr:hover{background:var(--bg-surface)}input,select,textarea{width:100%;padding:10px 14px;background:var(--bg-surface);border:1px solid var(--border-default);border-radius:var(--radius-sm);color:var(--text-primary);font-family:inherit;font-size:var(--text-small);transition:border-color .15s}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--accent)}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:var(--select-chevron);background-repeat:no-repeat;background-position:right 10px center;padding-right:32px;color-scheme:dark}.ambient{position:fixed;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:0;overflow:hidden}.ambient:before{content:"";position:absolute;top:-30%;left:40%;width:600px;height:500px;background:radial-gradient(ellipse,rgba(255,107,53,.03) 0%,transparent 70%);animation:drift 10s ease-in-out infinite}@media(prefers-reduced-motion:reduce){.ambient:before{animation:none;opacity:.5}}@keyframes drift{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.glass-edges{position:fixed;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:0;overflow:hidden}.glass-edge{position:absolute;background:linear-gradient(180deg,rgba(245,240,232,.02) 0%,transparent 100%)}.glass-edge:nth-child(1){width:1px;height:35vh;top:0;left:15%;transform:rotate(10deg);opacity:.5}.glass-edge:nth-child(2){width:1px;height:45vh;top:8%;right:20%;transform:rotate(-7deg);opacity:.35;background:linear-gradient(180deg,transparent 0%,rgba(245,240,232,.02) 40%,transparent 100%)}.glass-edge:nth-child(3){width:60px;height:1px;top:45%;left:10%;transform:rotate(-4deg);opacity:.2;background:linear-gradient(90deg,transparent,rgba(255,107,53,.04),transparent)}.glass-panel{background:var(--glass-bg);backdrop-filter:blur(var(--glass-blur));-webkit-backdrop-filter:blur(var(--glass-blur));border:1px solid var(--glass-border);border-radius:var(--radius-lg)}@supports not (backdrop-filter: blur(1px)){.glass-panel{background:var(--bg-surface)}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.text-center{text-align:center}.mt-1{margin-top:var(--space-2)}.mt-2{margin-top:var(--space-4)}.mt-3{margin-top:var(--space-6)}.mt-4{margin-top:var(--space-8)}.mb-1{margin-bottom:var(--space-2)}.mb-2{margin-bottom:var(--space-4)}.mb-3{margin-bottom:var(--space-6)}.gap-1{gap:var(--space-2)}.gap-2{gap:var(--space-4)}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}@media(max-width:600px){.container,.container-narrow{padding:0 var(--space-4)}}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:400;src:url(./ibm-plex-sans-cyrillic-ext-400-normal.g30qAdWV.woff2) format("woff2"),url(./ibm-plex-sans-cyrillic-ext-400-normal.Dsrv2Tcn.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:400;src:url(./ibm-plex-sans-cyrillic-400-normal.DZqxrq2p.woff2) format("woff2"),url(./ibm-plex-sans-cyrillic-400-normal.BTotfTJu.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:400;src:url(./ibm-plex-sans-greek-400-normal._efipK4i.woff2) format("woff2"),url(./ibm-plex-sans-greek-400-normal.D9ESIMu3.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:400;src:url(./ibm-plex-sans-vietnamese-400-normal.DG4YqDda.woff2) format("woff2"),url(./ibm-plex-sans-vietnamese-400-normal.fK1oJ5dG.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:400;src:url(./ibm-plex-sans-latin-ext-400-normal.C5H60-Va.woff2) format("woff2"),url(./ibm-plex-sans-latin-ext-400-normal.RBey6euL.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,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:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:400;src:url(./ibm-plex-sans-latin-400-normal.CDDApCn2.woff2) format("woff2"),url(./ibm-plex-sans-latin-400-normal.CYLoc0-x.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:500;src:url(./ibm-plex-sans-cyrillic-ext-500-normal.Cs5J6C77.woff2) format("woff2"),url(./ibm-plex-sans-cyrillic-ext-500-normal.DB5PtV2g.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:500;src:url(./ibm-plex-sans-cyrillic-500-normal.CocWQlwt.woff2) format("woff2"),url(./ibm-plex-sans-cyrillic-500-normal.ByOcLdNv.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:500;src:url(./ibm-plex-sans-greek-500-normal.JMMifIXV.woff2) format("woff2"),url(./ibm-plex-sans-greek-500-normal.CuWXN6rf.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:500;src:url(./ibm-plex-sans-vietnamese-500-normal.e4dixQRQ.woff2) format("woff2"),url(./ibm-plex-sans-vietnamese-500-normal.BEb3_waV.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:500;src:url(./ibm-plex-sans-latin-ext-500-normal.DakdToA3.woff2) format("woff2"),url(./ibm-plex-sans-latin-ext-500-normal.D0aIdm-b.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,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:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:500;src:url(./ibm-plex-sans-latin-500-normal.6ng42L7E.woff2) format("woff2"),url(./ibm-plex-sans-latin-500-normal.BgVn5rGT.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:600;src:url(./ibm-plex-sans-cyrillic-ext-600-normal.DUMzJB7m.woff2) format("woff2"),url(./ibm-plex-sans-cyrillic-ext-600-normal.Bz0x94Yp.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:600;src:url(./ibm-plex-sans-cyrillic-600-normal.71GNu3SW.woff2) format("woff2"),url(./ibm-plex-sans-cyrillic-600-normal.BGq0mW3O.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:600;src:url(./ibm-plex-sans-greek-600-normal.DzTrcv_p.woff2) format("woff2"),url(./ibm-plex-sans-greek-600-normal.D-CqTdkO.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:600;src:url(./ibm-plex-sans-vietnamese-600-normal.DpPYBSTl.woff2) format("woff2"),url(./ibm-plex-sans-vietnamese-600-normal.DgdngZtN.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:600;src:url(./ibm-plex-sans-latin-ext-600-normal.DOrvGEcy.woff2) format("woff2"),url(./ibm-plex-sans-latin-ext-600-normal.DIrixKbi.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,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:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:600;src:url(./ibm-plex-sans-latin-600-normal.CuJfVYMP.woff2) format("woff2"),url(./ibm-plex-sans-latin-600-normal.Cu4Hd6ag.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Commit Mono;font-style:normal;font-display:swap;font-weight:400;src:url(./commit-mono-latin-400-normal.wzhe4RuD.woff2) format("woff2"),url(./commit-mono-latin-400-normal.s0S3qwFW.woff) format("woff")}@font-face{font-family:Commit Mono;font-style:normal;font-display:swap;font-weight:500;src:url(./commit-mono-latin-500-normal.5uPfnx7h.woff2) format("woff2"),url(./commit-mono-latin-500-normal.DSlnSK8M.woff) format("woff")}.toast-container.svelte-1kymlcg{position:fixed;top:20px;right:20px;z-index:10000;display:flex;flex-direction:column;gap:8px;max-width:min(420px,calc(100vw - 40px))}.toast.svelte-1kymlcg{padding:12px 20px;border-radius:4px;font-size:13px;font-weight:500;background:var(--surface);border:1px solid var(--surface-border);color:var(--text-primary);animation:svelte-1kymlcg-slideIn .2s ease-out;line-height:1.45}.toast-success.svelte-1kymlcg{border-color:var(--green);color:var(--green)}.toast-error.svelte-1kymlcg{border-color:var(--red);color:var(--red)}.toast-info.svelte-1kymlcg{border-color:var(--g-info);color:var(--g-info)}@keyframes svelte-1kymlcg-slideIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.floating-trigger.svelte-e6k5xw{position:fixed;bottom:20px;right:20px;z-index:90;width:36px;height:36px;border-radius:50%;background:var(--bg-elevated);border:1px solid var(--surface-border);color:var(--text-secondary);font-size:16px;font-weight:600;font-family:var(--font-mono, monospace);cursor:pointer;opacity:.7;transition:opacity .15s,background .15s,color .15s,border-color .15s}.floating-trigger.svelte-e6k5xw:hover{opacity:1;background:var(--bg-hover);color:var(--accent);border-color:var(--accent)}.inline-trigger.svelte-e6k5xw{display:block;width:100%;text-align:left;background:none;border:none;border-left:2px solid transparent;padding:7px 20px;font:inherit;font-size:13px;color:var(--text-tertiary);cursor:pointer}.inline-trigger.svelte-e6k5xw:hover{color:var(--text-primary)}.inline-trigger.svelte-e6k5xw:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.overlay.svelte-e6k5xw{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:200;padding:20px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal.svelte-e6k5xw{background:var(--surface, #14131a);border:1px solid var(--surface-border, #2a2730);border-radius:4px;width:100%;max-width:480px;padding:20px 22px 22px;box-shadow:0 20px 60px #00000080}header.svelte-e6k5xw{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}h2.svelte-e6k5xw{font-size:16px;margin:0;color:var(--text-primary)}.close-btn.svelte-e6k5xw{background:none;border:none;color:var(--text-tertiary);font-size:22px;line-height:1;cursor:pointer;padding:0 4px}.close-btn.svelte-e6k5xw:hover{color:var(--text-primary)}.attached-error.svelte-e6k5xw{display:flex;align-items:center;gap:10px;background:#ff6b350f;border:1px solid rgba(255,107,53,.2);padding:6px 10px;border-radius:4px;margin-bottom:14px;font-size:12px}.attached-label.svelte-e6k5xw{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.08em;font-size:12px}.attached-error.svelte-e6k5xw code:where(.svelte-e6k5xw){color:var(--accent);font-family:var(--font-mono, monospace);background:transparent;padding:0}label.svelte-e6k5xw{display:block;margin-bottom:12px}label.svelte-e6k5xw span:where(.svelte-e6k5xw){display:block;font-size:12px;color:var(--text-secondary);margin-bottom:5px}input.svelte-e6k5xw,textarea.svelte-e6k5xw{width:100%;background:#ffffff08;border:1px solid var(--surface-border, #2a2730);border-radius:4px;padding:8px 10px;color:var(--text-primary);font-size:13px;font-family:inherit}input.svelte-e6k5xw:focus,textarea.svelte-e6k5xw:focus{outline:none;border-color:var(--accent)}textarea.svelte-e6k5xw{resize:vertical;min-height:90px;line-height:1.5}.actions.svelte-e6k5xw{display:flex;justify-content:flex-end;gap:10px;margin-top:6px}.btn-primary.svelte-e6k5xw,.btn-secondary.svelte-e6k5xw{padding:7px 14px;border-radius:4px;font-size:13px;cursor:pointer;border:1px solid transparent}.btn-primary.svelte-e6k5xw{background:var(--accent);color:#0b0c0e;border-color:var(--accent)}.btn-primary.svelte-e6k5xw:disabled{opacity:.5;cursor:not-allowed}.btn-secondary.svelte-e6k5xw{background:transparent;color:var(--text-secondary);border-color:var(--surface-border)}.btn-secondary.svelte-e6k5xw:hover{color:var(--text-primary)}.error.svelte-e6k5xw{font-size:12px;color:#ff6b6b;margin:6px 0 0}.thanks.svelte-e6k5xw p:where(.svelte-e6k5xw){color:var(--text-primary);font-size:14px;padding:12px 0;margin:0}.demo-ribbon.svelte-1gp5xsp{display:flex;align-items:center;gap:10px;padding:8px 16px;margin-bottom:24px;background:var(--bg-elevated);border-bottom:1px solid var(--surface-border);font-size:13px;flex-wrap:wrap;position:relative;z-index:95}.label.svelte-1gp5xsp{font-weight:600;color:var(--text-primary)}.sub.svelte-1gp5xsp{color:var(--text-secondary)}.cta-wrap.svelte-1gp5xsp{margin-left:auto;position:relative}.cta.svelte-1gp5xsp{background:var(--accent-glow, rgba(255, 107, 53,.12));color:var(--accent);border:1px solid rgba(255,107,53,.4);border-radius:4px;padding:6px 14px;font-size:12px;font-weight:500;cursor:pointer;transition:background .15s,border-color .15s}.cta.svelte-1gp5xsp:hover,.cta.active.svelte-1gp5xsp{background:#ff6b352e;border-color:#ff6b358c}.lead-popover.svelte-1gp5xsp{position:absolute;top:calc(100% + 10px);right:0;width:320px;max-width:calc(100vw - 32px);background:var(--bg-elevated, #181B1F);border:1px solid var(--surface-border);border-radius:4px;padding:16px;box-shadow:0 20px 50px #00000080;text-align:left;z-index:200}.lead-popover.svelte-1gp5xsp:before{content:"";position:absolute;top:-6px;right:22px;width:11px;height:11px;background:var(--bg-elevated, #181B1F);border-left:1px solid var(--surface-border);border-top:1px solid var(--surface-border);transform:rotate(45deg)}.pop-title.svelte-1gp5xsp{font-size:14px;font-weight:600;color:var(--text-primary);margin:0 0 4px}.pop-sub.svelte-1gp5xsp{font-size:12px;color:var(--text-secondary);margin:0 0 14px;line-height:1.5}.lead-popover.svelte-1gp5xsp form:where(.svelte-1gp5xsp){display:flex;flex-direction:column;gap:11px}.lead-popover.svelte-1gp5xsp input[type=email]:where(.svelte-1gp5xsp){width:100%;box-sizing:border-box;background:var(--surface);border:1px solid var(--surface-border);border-radius:4px;padding:9px 12px;font-size:13px;color:var(--text-primary);transition:border-color .15s,box-shadow .15s}.lead-popover.svelte-1gp5xsp input[type=email]:where(.svelte-1gp5xsp)::placeholder{color:var(--text-tertiary)}.lead-popover.svelte-1gp5xsp input[type=email]:where(.svelte-1gp5xsp):focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #ff6b3526}.call-check.svelte-1gp5xsp{display:flex;align-items:center;gap:9px;font-size:13px;color:var(--text-secondary);cursor:pointer}.call-check.svelte-1gp5xsp input:where(.svelte-1gp5xsp){position:absolute;opacity:0;width:0;height:0}.call-check.svelte-1gp5xsp .box:where(.svelte-1gp5xsp){width:17px;height:17px;flex-shrink:0;border-radius:4px;border:1px solid var(--surface-border);background:var(--surface);display:inline-flex;align-items:center;justify-content:center;transition:background .15s,border-color .15s}.call-check.svelte-1gp5xsp input:where(.svelte-1gp5xsp):checked+.box:where(.svelte-1gp5xsp){background:var(--accent);border-color:var(--accent)}.call-check.svelte-1gp5xsp input:where(.svelte-1gp5xsp):checked+.box:where(.svelte-1gp5xsp):after{content:"";width:4px;height:8px;margin-top:-2px;border:solid var(--bg, #0B0C0E);border-width:0 2px 2px 0;transform:rotate(45deg)}.call-check.svelte-1gp5xsp input:where(.svelte-1gp5xsp):focus-visible+.box:where(.svelte-1gp5xsp){box-shadow:0 0 0 3px #ff6b3533}.send.svelte-1gp5xsp{width:100%;background:var(--accent);color:var(--bg, #0B0C0E);border:none;border-radius:4px;padding:9px;font-size:13px;font-weight:600;cursor:pointer;transition:filter .15s}.send.svelte-1gp5xsp:hover{filter:brightness(1.08)}.send.svelte-1gp5xsp:disabled{opacity:.6;cursor:default}.err.svelte-1gp5xsp{color:var(--red);font-size:12px}.thanks.svelte-1gp5xsp{color:var(--green);font-weight:500}.exit.svelte-1gp5xsp{font-size:12px;color:var(--text-tertiary);text-decoration:none;white-space:nowrap;display:inline-flex;align-items:center;min-height:24px;padding:3px 0;margin:-3px 0}.exit.svelte-1gp5xsp:hover{color:var(--accent)}@media(max-width:640px){.sub.svelte-1gp5xsp{display:none}}.sidebar.svelte-12qhfyh{position:fixed;top:0;left:0;bottom:0;width:220px;z-index:100;background:#0c0d10;border-right:1px solid var(--surface-border);padding:24px 0 20px;display:flex;flex-direction:column}.sidebar-brand.svelte-12qhfyh{padding:0 20px 24px}.brand-link.svelte-12qhfyh{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:600;letter-spacing:.12em;color:var(--text-secondary);text-decoration:none}.brand-link.svelte-12qhfyh:hover{color:var(--text-primary);text-decoration:none}.sidebar-nav.svelte-12qhfyh{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:2px;padding:0 12px}.sidebar-nav.svelte-12qhfyh a:where(.svelte-12qhfyh){display:block;padding:8px 12px 8px 14px;font-size:14px;color:var(--text-secondary);text-decoration:none;border-left:2px solid transparent;border-radius:0 4px 4px 0;transition:color .15s ease,background .15s ease}.sidebar-nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--text-primary);background:var(--g-hover-surface);text-decoration:none}.sidebar-nav.svelte-12qhfyh a.active:where(.svelte-12qhfyh){color:var(--text-primary);font-weight:600;border-left-color:var(--g-brand);background:var(--g-surface-2)}.sidebar-nav-secondary.svelte-12qhfyh{margin-top:auto;display:flex;flex-direction:column;gap:2px;padding-top:12px;padding-bottom:12px;border-top:1px solid var(--surface-border)}.sidebar-account.svelte-12qhfyh{padding:16px 20px 0;border-top:1px solid var(--surface-border)}.account-email.svelte-12qhfyh{margin:0 0 6px;font-size:12px;color:var(--text-tertiary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.logout-form.svelte-12qhfyh{margin:0}.account-logout.svelte-12qhfyh{display:inline-block;font-size:13px;color:var(--text-secondary);text-decoration:none;transition:color .15s ease;background:none;border:none;padding:0;cursor:pointer;font-family:inherit}.account-logout.svelte-12qhfyh:hover{color:var(--text-primary);text-decoration:none}.layout.svelte-12qhfyh{margin-left:220px;min-height:100vh;display:flex;flex-direction:column}.main.svelte-12qhfyh .container{max-width:1400px;padding-left:clamp(24px,2.5vw,32px);padding-right:clamp(24px,2.5vw,32px)}.layout.svelte-12qhfyh .main:where(.svelte-12qhfyh){flex:1;padding:32px 0}.mobile-topbar.svelte-12qhfyh{display:none}.hamburger.svelte-12qhfyh{background:transparent;border:none;cursor:pointer;color:var(--text-secondary);padding:4px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:color .15s ease,background .15s ease}.hamburger.svelte-12qhfyh:hover{color:var(--text-primary);background:#ffffff0a}.mobile-brand.svelte-12qhfyh{min-height:24px;display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:600;letter-spacing:.12em;color:var(--text-secondary);text-decoration:none}.mobile-brand.svelte-12qhfyh:hover{text-decoration:none}.sidebar-backdrop.svelte-12qhfyh{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:95;background:#0006;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border:none;cursor:pointer}@media(max-width:900px){.sidebar.svelte-12qhfyh{transform:translate(-100%);visibility:hidden;transition:transform .2s ease,visibility 0s linear .2s}.sidebar.open.svelte-12qhfyh{transform:translate(0);visibility:visible;transition:transform .2s ease,visibility 0s}.layout.svelte-12qhfyh{margin-left:0}.mobile-topbar.svelte-12qhfyh{display:flex;align-items:center;gap:12px;padding:12px 16px;position:sticky;top:0;z-index:90;background:#08090cd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--surface-border)}.sidebar-backdrop.svelte-12qhfyh{display:block}}.nav.svelte-12qhfyh{position:sticky;top:0;z-index:100;padding:14px 0;border-bottom:1px solid var(--surface-border);background:#08090cd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.nav-inner.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between}.nav-left-group.svelte-12qhfyh{display:flex;align-items:center;gap:8px}.nav-logo.svelte-12qhfyh{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:600;letter-spacing:.12em;color:var(--text-secondary);text-decoration:none}.nav-logo.svelte-12qhfyh:hover{text-decoration:none}.nav-links.svelte-12qhfyh{display:flex;gap:24px;align-items:center}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh){font-size:14px;color:var(--text-secondary);text-decoration:none;transition:color .15s}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--text-primary);text-decoration:none}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh).btn-primary{color:var(--accent)}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh).btn-primary:hover{color:#0b0c0e}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh).btn-small{font-size:14px}.nav-links.svelte-12qhfyh .nav-login{color:var(--accent);font-weight:500}.main.svelte-12qhfyh{min-height:calc(100vh - 120px);padding:32px 0}.footer.svelte-12qhfyh{position:relative;z-index:1;padding:24px 0;border-top:1px solid var(--surface-border)}.footer.svelte-12qhfyh p:where(.svelte-12qhfyh){font-size:12px;color:var(--text-tertiary)}.kbd-overlay.svelte-12qhfyh{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:9999}.kbd-modal.svelte-12qhfyh{background:var(--bg);border:1px solid var(--surface-border);border-radius:4px;padding:24px;max-width:380px;width:90%}.kbd-modal.svelte-12qhfyh h3:where(.svelte-12qhfyh){font-size:16px;font-weight:600;margin:0 0 16px;color:var(--text-primary)}.kbd-list.svelte-12qhfyh{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.kbd-list.svelte-12qhfyh li:where(.svelte-12qhfyh){display:flex;align-items:center;gap:12px;font-size:14px}.kbd-list.svelte-12qhfyh .combo:where(.svelte-12qhfyh){display:inline-flex;align-items:center;gap:4px;flex:0 0 auto}.kbd-list.svelte-12qhfyh .label:where(.svelte-12qhfyh){color:var(--text-secondary)}.kbd-list.svelte-12qhfyh kbd:where(.svelte-12qhfyh){display:inline-block;min-width:22px;padding:2px 6px;font-family:var(--font-mono);font-size:12px;color:var(--text-primary);background:var(--surface);border:1px solid var(--surface-border);border-radius:4px;text-align:center;line-height:1.4}.kbd-modal.svelte-12qhfyh .hint:where(.svelte-12qhfyh){font-size:12px;color:var(--text-tertiary);margin:16px 0 0}.verify-banner.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.6rem 1rem;background:color-mix(in srgb,var(--brand, #ff6b35) 14%,transparent);border-bottom:1px solid color-mix(in srgb,var(--brand, #ff6b35) 40%,transparent);font-size:.9rem;color:var(--text, #ECEEF1);flex-wrap:wrap}.verify-resend.svelte-12qhfyh{flex:none;padding:.35rem .8rem;border-radius:6px;border:1px solid var(--brand, #ff6b35);background:transparent;color:var(--brand, #ff6b35);font-weight:600;cursor:pointer}.verify-resend.svelte-12qhfyh:disabled{opacity:.6;cursor:default}
