:root{color:#e4e4e7;background-color:#09090b;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;line-height:1.5}*{box-sizing:border-box;margin:0;padding:0}body{min-height:100vh}.page-centered{display:grid;place-items: center;min-height:calc(100vh - 49px);padding:2rem}.card{background:#18181b;border:1px solid #27272a;border-radius:12px;width:100%;max-width:400px;padding:2rem}.card.wide{max-width:700px}h1{margin-bottom:1.5rem;font-size:1.5rem}label{display:block;color:#a1a1aa;margin-bottom:.375rem;font-size:.875rem}input[type=email],input[type=text]{color:#e4e4e7;outline:none;background:#09090b;border:1px solid #3f3f46;border-radius:8px;width:100%;margin-bottom:1rem;padding:.625rem .75rem;transition:border-color .15s;font-size:1rem}input:focus{border-color:#a78bfa}select{color:#e4e4e7;outline:none;background:#09090b;border:1px solid #3f3f46;border-radius:8px;padding:.625rem .75rem;font-size:1rem}select:focus{border-color:#a78bfa}button{color:#09090b;cursor:pointer;background:#a78bfa;border:none;border-radius:8px;width:100%;padding:.625rem 1rem;transition:background .15s;font-size:.9375rem;font-weight:600}button:hover{background:#8b5cf6}button:disabled{opacity:.5;cursor:not-allowed}.link-btn{color:#a1a1aa;background:0 0;margin-top:.5rem;font-size:.875rem;font-weight:400}.link-btn:hover{color:#e4e4e7;background:0 0}.download-btn{display:inline-flex;color:#e4e4e7;cursor:pointer;background:#27272a;border:1px solid #3f3f46;border-radius:8px;align-items: center;gap:.5rem;width:auto;margin-top:.75rem;padding:.5rem .875rem;transition:background .15s,border-color .15s;font-size:.8125rem;font-weight:500}.download-btn:hover{background:#3f3f46;border-color:#52525b}.hint{color:#71717a;margin-bottom:1rem;font-size:.875rem}.error{color:#f87171;margin-top:.75rem;font-size:.875rem}.header-row{display:flex;justify-content:space-between;align-items: center}.header-row h1{margin-bottom:0}.header-row .link-btn{width:auto;margin-top:0}.info-box{background:#09090b;border:1px solid #27272a;border-radius:8px;margin-top:1.5rem;padding:1rem;font-size:.875rem;line-height:1.6}.info-box p{margin-bottom:.5rem}.info-box pre{overflow-x:auto;background:#18181b;border:1px solid #27272a;border-radius:6px;margin-bottom:.5rem;padding:.75rem;font-size:.8125rem}code{background:#27272a;border-radius:4px;padding:.125rem .375rem;font-family:ui-monospace,SF Mono,SFMono-Regular,Menlo,monospace;font-size:.875em}.register-form{display:flex;gap:.5rem;margin:1.5rem 0}.register-form input{flex:1;margin-bottom:0}.register-form select{flex-shrink:0}.register-form button{flex-shrink:0;width:auto}table{border-collapse:collapse;width:100%;font-size:.875rem}th{text-align:left;color:#a1a1aa;border-bottom:1px solid #27272a;padding:.625rem .5rem;font-weight:500}td{border-bottom:1px solid #27272a;padding:.625rem .5rem}tr:last-child td{border-bottom:none}.cert-links{display:flex;gap:.25rem}.cert-links .link-btn{width:auto;margin-top:0;padding:.125rem .375rem;font-family:ui-monospace,SF Mono,SFMono-Regular,Menlo,monospace;font-size:.75rem}.top-nav{display:flex;position:sticky;z-index:100;background:#09090b;border-bottom:1px solid #27272a;align-items: center;gap:2rem;height:49px;padding:0 1.5rem;top:0}.top-nav-brand{color:#a78bfa;letter-spacing:-.01em;font-size:.9375rem;font-weight:700}.top-nav-links{display:flex;gap:.25rem}.top-nav-link{color:#71717a;text-decoration:none;border-radius:6px;padding:.375rem .75rem;transition:color .15s,background .15s;font-size:.875rem}.top-nav-link:hover,.top-nav-link.active{color:#e4e4e7;background:#18181b}.docs-layout{display:flex;min-height:calc(100vh - 49px)}.docs-sidebar{position:sticky;overflow-y:auto;border-right:1px solid #27272a;flex-shrink:0;width:220px;height:calc(100vh - 49px);padding:1.5rem 0;top:49px}.docs-sidebar-title{display:flex;color:#e4e4e7;align-items: center;gap:.5rem;padding:0 1.25rem .25rem;font-size:.875rem;font-weight:600}.docs-sidebar-version{color:#52525b;padding:0 1.25rem 1rem;font-family:ui-monospace,SF Mono,SFMono-Regular,Menlo,monospace;font-size:.75rem}.device-badge{color:#c4b5fd;letter-spacing:.02em;text-transform:uppercase;background:#4c1d95;border-radius:4px;padding:.125rem .4rem;font-size:.6875rem;font-weight:700}.docs-nav{display:flex;flex-direction:column}.docs-nav-item{all:unset;cursor:pointer;display:block;color:#71717a;box-sizing:border-box;border-radius:0;width:100%;padding:.3125rem 1.25rem;transition:color .12s;font-size:.8125rem}.docs-nav-item:hover{color:#e4e4e7;background:0 0}.docs-nav-item.active{color:#a78bfa}.docs-nav-child{padding-left:2rem;font-size:.8125rem}.docs-main{flex:1;min-width:0;max-width:780px;padding:3rem 3.5rem}.docs-page-title{letter-spacing:-.02em;margin-bottom:.75rem;font-size:2rem;font-weight:700}.docs-subtitle{color:#a1a1aa;margin-bottom:2rem;font-size:1.0625rem;line-height:1.6}.docs-callout{color:#a1a1aa;background:#1c1917;border:1px solid #292524;border-left:3px solid #a78bfa;border-radius:6px;margin-bottom:2.5rem;padding:.875rem 1rem;font-size:.875rem;line-height:1.6}.docs-callout strong{color:#e4e4e7}.docs-main h2{color:#e4e4e7;margin:2rem 0 .75rem;font-size:1.25rem;font-weight:600}.docs-main h3{color:#a1a1aa;text-transform:uppercase;letter-spacing:.04em;margin:1.5rem 0 .625rem;font-size:.75rem;font-weight:600}.docs-main p{color:#a1a1aa;margin-bottom:1rem;font-size:.9375rem;line-height:1.7}.docs-section-intro{color:#71717a;margin-bottom:0;font-size:.9375rem}.docs-section-header{display:flex;align-items: center;gap:.75rem;margin-bottom:.75rem}.docs-section-header h2{margin:0}.docs-divider{display:flex;color:#52525b;text-transform:uppercase;letter-spacing:.08em;align-items: center;gap:1rem;margin:2.5rem 0;font-size:.75rem;font-weight:600}.docs-divider:before,.docs-divider:after{content:"";background:#27272a;flex:1;height:1px}section[id]{margin-bottom:1rem;scroll-margin-top:4rem}.code-block{position:relative;margin:1rem 0}.code-block pre{overflow-x:auto;background:#0d0d0f;border:1px solid #27272a;border-radius:8px;padding:1rem 1.25rem;font-size:.8125rem;line-height:1.65}.code-block pre code{font-size:inherit;color:#d4d4d8;background:0 0;border-radius:0;padding:0}.copy-btn{all:unset;cursor:pointer;position:absolute;color:#52525b;background:#18181b;border:1px solid #27272a;border-radius:4px;width:auto;padding:.2rem .5rem;transition:color .12s,background .12s;font-size:.6875rem;font-weight:500;top:.5rem;right:.5rem}.copy-btn:hover{color:#a1a1aa;background:#27272a}.param-table{border-collapse:collapse;width:100%;margin-bottom:1.5rem;font-size:.875rem}.param-table th{text-align:left;color:#71717a;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid #27272a;padding:.5rem .75rem;font-size:.75rem;font-weight:500}.param-table td{vertical-align:top;color:#a1a1aa;border-bottom:1px solid #1e1e21;padding:.625rem .75rem}.param-table tr:last-child td{border-bottom:none}.param-table td code{font-size:.8125rem}.type-badge{color:#86efac;background:#052e16;border:1px solid #14532d;border-radius:4px;padding:.1rem .375rem;font-family:ui-monospace,SF Mono,SFMono-Regular,Menlo,monospace;font-size:.75rem}.badge-optional{color:#78716c;background:#1c1917;border:1px solid #292524;border-radius:4px;margin-left:.4rem;padding:.1rem .375rem;font-family:ui-monospace,SF Mono,SFMono-Regular,Menlo,monospace;font-size:.6875rem;font-weight:500}.method-badge{letter-spacing:.04em;border-radius:4px;padding:.2rem .5rem;font-size:.6875rem;font-weight:700}.method-badge.publish{color:#60a5fa;background:#0c1a2e;border:1px solid #1e3a5f}.method-badge.subscribe{color:#34d399;background:#0a2218;border:1px solid #065f46}
