:root{--wall:#dfe7d4;--wall-ink:#3a5c2c21;--wall-gradient:linear-gradient(160deg,#d7e3b5 0%,#b9d3a5 38%,#8fbf9a 70%,#88b9ad 100%);--bg:#f1f2f6;--surface:#fff;--surface-2:#f4f4f5;--surface-3:#eceef1;--line:#e7e8ea;--line-strong:#d6d8dc;--text:#000;--text-2:#3b4148;--hint:#707579;--brand:#2aabee;--brand-2:#229ed9;--brand-gradient:linear-gradient(180deg,#37bbfe,#1d93d2);--action:#2481cc;--action-hover:#1f73b7;--action-text:#fff;--link:#1a73b8;--accent-soft:#2481cc1a;--bubble-in:#fff;--bubble-out:#effdde;--bubble-out-meta:#4fae4e;--bubble-shadow:0 1px 2px #10232f26;--success:#4fae4e;--success-soft:#4fae4e1f;--danger:#e53935;--danger-soft:#e539351a;--warn:#e8a33d;--warn-soft:#e8a33d24;--badge:#2aabee;--badge-muted:#c4c9cc;--service:#00000073;--up:#13803d;--up-soft:#13803d1f;--down:#d92d3a;--down-soft:#d92d3a1a;--up-fill:#22b35e;--down-fill:#ef4d56;--sheet-shadow:0 -4px 24px #0000001f;--card-shadow:0 1px 2px #10232f0f,0 4px 20px #10232f0d;--font:-apple-system,BlinkMacSystemFont,"SF Pro Text","SF Pro Display",Roboto,"Segoe UI",system-ui,"Helvetica Neue",Arial,sans-serif;--mono:ui-monospace,"SF Mono","Roboto Mono",Menlo,Consolas,monospace;--r-bubble:18px;--r-card:14px;--r-field:10px;--r-button:10px;--gutter:16px;--header:56px;--tabbar:58px;--ease:cubic-bezier(.2,.8,.2,1);--safe-top:env(safe-area-inset-top,0px);--safe-bottom:env(safe-area-inset-bottom,0px);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--wall:#0e1621;--wall-ink:#7299c412;--wall-gradient:linear-gradient(160deg,#0f1c2a,#0e1621 60%,#101d2b);--bg:#0e1621;--surface:#17212b;--surface-2:#242f3d;--surface-3:#1d2733;--line:#101921;--line-strong:#2b3a4a;--text:#f5f5f5;--text-2:#c7d0d9;--hint:#8a9aa9;--brand:#2aabee;--action:#5288c1;--action-hover:#5f95ce;--link:#6ab3f3;--accent-soft:#6ab3f31f;--bubble-in:#182533;--bubble-out:#2b5278;--bubble-out-meta:#7dc8ff;--bubble-shadow:none;--success:#5dc452;--success-soft:#5dc45224;--danger:#ef5b5b;--danger-soft:#ef5b5b24;--warn-soft:#e8a33d29;--badge-muted:#3e546a;--service:#00000080;--up:#4fd17a;--up-soft:#4fd17a24;--down:#ff6b6b;--down-soft:#ff6b6b24;--up-fill:#2ebd6b;--down-fill:#f0616d;--sheet-shadow:none;--card-shadow:none;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}:root[data-theme=dark]{--wall:#0e1621;--wall-ink:#7299c412;--wall-gradient:linear-gradient(160deg,#0f1c2a,#0e1621 60%,#101d2b);--bg:#0e1621;--surface:#17212b;--surface-2:#242f3d;--surface-3:#1d2733;--line:#101921;--line-strong:#2b3a4a;--text:#f5f5f5;--text-2:#c7d0d9;--hint:#8a9aa9;--brand:#2aabee;--action:#5288c1;--action-hover:#5f95ce;--link:#6ab3f3;--accent-soft:#6ab3f31f;--bubble-in:#182533;--bubble-out:#2b5278;--bubble-out-meta:#7dc8ff;--bubble-shadow:none;--success:#5dc452;--success-soft:#5dc45224;--danger:#ef5b5b;--danger-soft:#ef5b5b24;--warn-soft:#e8a33d29;--badge-muted:#3e546a;--service:#00000080;--up:#4fd17a;--up-soft:#4fd17a24;--down:#ff6b6b;--down-soft:#ff6b6b24;--up-fill:#2ebd6b;--down-fill:#f0616d;--sheet-shadow:none;--card-shadow:none;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*,:before,:after{box-sizing:border-box}html{-moz-text-size-adjust:100%;text-size-adjust:100%;scroll-padding-top:calc(var(--header) + 12px)}body{background:var(--bg);min-height:100dvh;color:var(--text);font:400 16px/1.45 var(--font);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;overflow-x:hidden}img{max-width:100%;display:block}svg{vertical-align:-.15em;flex-shrink:0}button,input,textarea,select{font:inherit;color:inherit}button{cursor:pointer;background:0 0;border:0;padding:0}button:disabled{cursor:not-allowed}a{color:var(--link);text-decoration:none}a:hover{text-underline-offset:2px;text-decoration:underline}h1,h2,h3,h4,p{margin:0}h1{letter-spacing:-.02em;font-size:28px;font-weight:700;line-height:1.15}h2{letter-spacing:-.015em;font-size:22px;font-weight:700;line-height:1.2}h3{font-size:17px;font-weight:600;line-height:1.3}::selection{background:#2aabee47}:focus-visible{outline:2px solid var(--brand);outline-offset:2px;border-radius:6px}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;position:absolute!important}.skip-link{z-index:100;background:var(--action);color:var(--action-text);border-radius:10px;padding:10px 14px;font-weight:600;position:fixed;top:-60px;left:12px}.skip-link:focus{top:calc(12px + var(--safe-top))}.mono{font-family:var(--mono);font-variant-numeric:tabular-nums}.num{font-variant-numeric:tabular-nums}.hint,.muted-link{color:var(--hint)}.container{width:100%;max-width:1120px;padding:0 var(--gutter);margin:0 auto}.narrow{max-width:720px}.page{padding:20px 0 calc(var(--tabbar) + 40px + var(--safe-bottom))}.page-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:12px 16px;margin:8px 0 18px;display:flex}.page-head>div:first-child{flex:260px;min-width:0}.page-head p{color:var(--hint);max-width:560px;margin-top:6px}.page-head .actions{flex-shrink:0;gap:8px;display:flex}.stack{gap:16px;display:grid}.split{gap:20px;display:grid}@media (min-width:1024px){.split{grid-template-columns:minmax(0,1fr) 380px;align-items:start}.split>aside{top:calc(var(--header) + 20px);position:sticky}}.wall{background:var(--wall-gradient);isolation:isolate;position:relative}.wall:before{content:"";z-index:-1;background:var(--wall-ink);position:absolute;inset:0;-webkit-mask:url(/doodles.svg) 0 0/260px 260px;mask:url(/doodles.svg) 0 0/260px 260px}:root[data-theme=dark] .wall:before{opacity:1}.section{padding:48px 0}.section-head{justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:18px;display:flex}.section-head p{color:var(--hint);margin-top:4px}.kicker{color:var(--link);align-items:center;gap:6px;margin-bottom:8px;font-size:13px;font-weight:600;display:inline-flex}@media (min-width:720px){:root{--gutter:24px}h1{font-size:34px}.page{padding-top:28px}}.topbar{z-index:40;padding-top:var(--safe-top);background:color-mix(in srgb,var(--surface) 88%,transparent);-webkit-backdrop-filter:saturate(180%)blur(16px);border-bottom:1px solid var(--line);position:sticky;top:0}.topbar-inner{height:var(--header);align-items:center;gap:12px;display:flex}.brand{color:var(--text);letter-spacing:-.02em;align-items:center;gap:9px;font-size:19px;font-weight:700;display:inline-flex}.brand:hover{text-decoration:none}.brand svg{width:32px;height:32px}.brand small{color:var(--hint);letter-spacing:0;margin-left:2px;font-size:12px;font-weight:600}.topnav{gap:2px;margin-left:18px;display:none}.topnav a{height:38px;color:var(--text-2);border-radius:10px;align-items:center;gap:7px;padding:0 12px;font-size:15px;font-weight:500;display:inline-flex}.topnav a:hover{background:var(--surface-2);text-decoration:none}.topnav a[aria-current=page]{color:var(--link);background:var(--accent-soft)}.topbar-actions{align-items:center;gap:8px;margin-left:auto;display:flex}@media (min-width:1024px){.topnav{display:flex}}.count-badge{background:var(--badge);color:#fff;border-radius:10px;place-items:center;min-width:20px;height:20px;padding:0 6px;font-size:12px;font-weight:600;line-height:1;display:inline-grid}.tabbar{z-index:40;padding:6px 4px calc(6px + var(--safe-bottom));background:color-mix(in srgb,var(--surface) 92%,transparent);-webkit-backdrop-filter:saturate(180%)blur(16px);border-top:1px solid var(--line);grid-template-columns:repeat(5,1fr);display:grid;position:fixed;bottom:0;left:0;right:0}.tabbar a{color:var(--hint);justify-items:center;gap:2px;min-height:44px;padding:4px 0;font-size:11px;font-weight:500;display:grid;position:relative}.tabbar a:hover{text-decoration:none}.tabbar a svg{width:26px;height:26px}.tabbar a[aria-current=page]{color:var(--action)}.tabbar .tab-launch span.tab-plus{background:var(--action);color:#fff;border-radius:10px;place-items:center;width:40px;height:30px;display:grid}.tabbar .tab-launch[aria-current=page] span.tab-plus{background:var(--action-hover)}.tabbar .count-badge{min-width:18px;height:18px;font-size:11px;position:absolute;top:0;left:calc(50% + 6px)}@media (min-width:1024px){.tabbar{display:none}.page{padding-bottom:64px}}.footer{border-top:1px solid var(--line);background:var(--surface);padding:32px 0 calc(var(--tabbar) + 28px + var(--safe-bottom));color:var(--hint);font-size:14px}.footer-grid{gap:24px;display:grid}.footer-grid h4{color:var(--text);margin-bottom:10px;font-size:13px;font-weight:600}.footer-grid ul{gap:8px;margin:0;padding:0;list-style:none;display:grid}.footer-grid a{color:var(--hint)}.footer-grid a:hover{color:var(--text)}.footer-legal{border-top:1px solid var(--line);flex-wrap:wrap;gap:8px 18px;margin-top:28px;padding-top:18px;font-size:13px;display:flex}@media (min-width:720px){.footer-grid{grid-template-columns:1.4fr 1fr 1fr 1fr}}@media (min-width:1024px){.footer{padding-bottom:32px}}.btn{--h:44px;height:var(--h);border-radius:var(--r-button);white-space:nowrap;transition:background .15s,transform .15s var(--ease),opacity .15s;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;justify-content:center;align-items:center;gap:8px;padding:0 18px;font-size:15px;font-weight:600;line-height:1;display:inline-flex}.btn:hover{text-decoration:none}.btn:active:not(:disabled){transform:scale(.98)}.btn:disabled{opacity:.5}.btn svg{flex-shrink:0;width:20px;height:20px}.btn-primary{background:var(--action);color:var(--action-text)}.btn-primary:hover:not(:disabled){background:var(--action-hover)}.btn-tg{background:var(--brand-gradient);color:#fff}.btn-tg:hover:not(:disabled){filter:brightness(1.06)}.btn-secondary{background:var(--accent-soft);color:var(--link)}.btn-secondary:hover:not(:disabled){background:color-mix(in srgb,var(--accent-soft) 100%,var(--action) 8%)}.btn-ghost{color:var(--link);padding:0 12px}.btn-ghost:hover:not(:disabled){background:var(--accent-soft)}.btn-plain{background:var(--surface-2);color:var(--text)}.btn-plain:hover:not(:disabled){background:var(--surface-3)}.btn-danger{background:var(--danger-soft);color:var(--danger)}.btn-lg{--h:50px;border-radius:12px;padding:0 22px;font-size:17px}.btn-sm{--h:34px;border-radius:9px;padding:0 12px;font-size:14px}.btn-sm svg{width:17px;height:17px}.btn-block{width:100%}.icon-btn{width:40px;height:40px;color:var(--hint);border-radius:50%;place-items:center;transition:background .15s;display:inline-grid}.icon-btn:hover{background:var(--surface-2);color:var(--text)}.icon-btn svg{width:22px;height:22px}.spin{animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.group{background:var(--surface);border-radius:var(--r-card);box-shadow:var(--card-shadow);overflow:hidden}.group-label:first-child{margin-top:0}.group-label{color:var(--hint);text-transform:uppercase;letter-spacing:.02em;margin:22px 16px 7px;font-size:13px;font-weight:500;display:block}.group-note{color:var(--hint);margin:8px 16px 0;font-size:13px;line-height:1.4}.group-note.warn{color:var(--text-2)}.row{min-height:48px;color:var(--text);align-items:center;gap:14px;padding:10px 16px;display:flex;position:relative}.row+.row:before{content:"";top:0;left:var(--inset,16px);background:var(--line);height:1px;position:absolute;right:0}.row.with-icon{--inset:58px}.row.with-avatar{--inset:74px}a.row:hover,button.row:hover{background:var(--surface-2);text-decoration:none}button.row{text-align:left;width:100%}.row-icon{color:#fff;border-radius:8px;flex-shrink:0;place-items:center;width:30px;height:30px;display:grid}.row-icon svg{width:19px;height:19px}.row-main{flex:1;min-width:0}.row-title{align-items:center;gap:6px;min-width:0;font-size:16px;font-weight:500;display:flex}.row-title>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.row-sub{color:var(--hint);text-overflow:ellipsis;white-space:nowrap;margin-top:1px;font-size:14px;overflow:hidden}.row-end{color:var(--hint);flex-shrink:0;align-items:center;gap:8px;font-size:15px;display:flex}.row-end svg{width:18px;height:18px}.field{padding:10px 16px 12px;display:block}.field+.field{border-top:1px solid var(--line)}.field-label{color:var(--hint);justify-content:space-between;gap:8px;margin-bottom:4px;font-size:13px;font-weight:500;display:flex}.field-label .count{font-variant-numeric:tabular-nums}.field-label .count.near{color:var(--warn)}.input{align-items:center;gap:8px;min-height:30px;display:flex}.input>svg{width:20px;height:20px;color:var(--brand);flex-shrink:0}.input .prefix{color:var(--hint);font-weight:500}.input input,.input textarea{background:0 0;border:0;outline:0;flex:1;width:100%;min-width:0;padding:2px 0;font-size:17px;line-height:1.35}.input textarea{resize:vertical;min-height:72px}.input input::placeholder,.input textarea::placeholder{color:var(--hint);opacity:.8}.field:focus-within{background:color-mix(in srgb,var(--accent-soft) 45%,transparent)}.field:focus-within .field-label{color:var(--link)}.field-help{color:var(--hint);margin-top:4px;font-size:13px}.field-help.ok{color:var(--success)}.field-help.error,.field.invalid .field-label{color:var(--danger)}.chips{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}.chip{background:var(--surface-2);height:30px;color:var(--text-2);border-radius:15px;align-items:center;gap:6px;padding:0 12px;font-size:14px;font-weight:500;display:inline-flex}.chip:hover{background:var(--surface-3);text-decoration:none}.chip svg{width:16px;height:16px}.chip.active{background:var(--accent-soft);color:var(--link)}.search{background:var(--surface-2);height:40px;color:var(--hint);border-radius:10px;align-items:center;gap:8px;padding:0 12px;display:flex}.search svg{flex-shrink:0;width:19px;height:19px}.search input{min-width:0;color:var(--text);background:0 0;border:0;outline:0;flex:1;font-size:16px}.search input::placeholder{color:var(--hint)}.search:focus-within{box-shadow:0 0 0 2px var(--brand)}.segmented{background:var(--surface-2);border-radius:10px;padding:2px;display:inline-flex}.segmented button{height:32px;color:var(--hint);border-radius:8px;padding:0 14px;font-size:14px;font-weight:500}.segmented button[aria-pressed=true]{background:var(--surface);color:var(--text);box-shadow:0 1px 2px #0000001a}.avatar{--size:48px;width:var(--size);height:var(--size);color:#fff;font-weight:600;font-size:calc(var(--size)*.38);letter-spacing:-.01em;background:var(--peer,#65aadd);-webkit-user-select:none;user-select:none;background-image:linear-gradient(#ffffff2e,#0000000f);border-radius:50%;flex-shrink:0;place-items:center;display:grid;position:relative;overflow:hidden}.avatar img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.avatar.sm{--size:34px}.avatar.md{--size:42px}.avatar.lg{--size:72px}.avatar.xl{--size:104px}.avatar .online{background:var(--success);width:22%;height:22%;box-shadow:0 0 0 2px var(--surface);border-radius:50%;position:absolute;bottom:1px;right:1px}.chat-list{background:var(--surface);border-radius:var(--r-card);box-shadow:var(--card-shadow);overflow:hidden}.chat{color:var(--text);align-items:center;gap:12px;min-height:72px;padding:9px 14px;display:flex;position:relative}.chat:hover{background:var(--surface-2);text-decoration:none}.chat+.chat:before{content:"";background:var(--line);height:1px;position:absolute;top:0;left:76px;right:0}.chat-main{flex:1;min-width:0}.chat-top{align-items:baseline;gap:8px;display:flex}.chat-name{flex:1;align-items:center;gap:6px;min-width:0;font-size:16px;font-weight:600;display:flex;overflow:hidden}.chat-name>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.chat-name small{color:var(--hint);flex-shrink:0;font-size:14px;font-weight:500}.chat-time{color:var(--hint);flex-shrink:0;align-items:center;gap:3px;font-size:13px;display:flex}.chat-time svg{width:16px;height:16px;color:var(--success)}.chat-bottom{align-items:center;gap:8px;margin-top:2px;display:flex}.chat-msg{min-width:0;color:var(--hint);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:15px;overflow:hidden}.chat-msg b{color:var(--text-2);font-weight:500}.chat-msg .to{color:var(--link)}.pill{background:var(--badge);color:#fff;font-variant-numeric:tabular-nums;border-radius:11px;flex-shrink:0;place-items:center;min-width:22px;height:22px;padding:0 8px;font-size:13px;font-weight:600;display:inline-grid}.pill.muted{background:var(--badge-muted)}.pill.ok{background:var(--success)}.convo{flex-direction:column;gap:6px;padding:16px 12px;display:flex}.bubble{border-radius:var(--r-bubble);background:var(--bubble-in);max-width:min(86%,440px);color:var(--text);box-shadow:var(--bubble-shadow);animation:bubble-in .22s var(--ease) both;overflow-wrap:anywhere;border-bottom-left-radius:6px;align-self:flex-start;padding:8px 12px 7px;font-size:15.5px;line-height:1.38;position:relative}.bubble.out{background:var(--bubble-out);border-bottom-left-radius:var(--r-bubble);border-bottom-right-radius:6px;align-self:flex-end}.bubble.wide{width:100%;max-width:min(94%,520px)}.bubble .author{color:var(--link);margin-bottom:2px;font-size:14px;font-weight:600;display:block}.bubble .meta{float:right;color:var(--hint);align-items:center;gap:3px;margin:6px -4px -3px 10px;font-size:12px;line-height:1;display:inline-flex}.bubble.out .meta{color:var(--bubble-out-meta)}.bubble .meta svg{width:16px;height:16px}.bubble p+p{margin-top:6px}.bubble .media{aspect-ratio:1;background:var(--surface-2);border-radius:14px;max-width:260px;margin:-4px -8px 6px;overflow:hidden}.bubble .media img{object-fit:cover;width:100%;height:100%}.bubble .inline-kb{gap:4px;margin:8px -8px -3px;display:grid}.bubble .inline-kb a,.bubble .inline-kb button{background:var(--accent-soft);height:38px;color:var(--link);border-radius:10px;justify-content:center;align-items:center;gap:6px;font-size:14.5px;font-weight:600;display:flex}.bubble .inline-kb a:hover{filter:brightness(.98);text-decoration:none}.bubble .inline-kb svg{width:16px;height:16px}@keyframes bubble-in{0%{opacity:0;transform:translateY(6px)scale(.98)}to{opacity:1;transform:none}}.service{background:var(--service);-webkit-backdrop-filter:blur(6px);color:#fff;text-align:center;border-radius:14px;align-self:center;max-width:92%;padding:4px 10px;font-size:13.5px;font-weight:500;line-height:1.35}.service a{color:#fff;text-underline-offset:2px;text-decoration:underline}.typing{gap:4px;display:inline-flex;padding:12px 14px!important}.typing i{background:var(--hint);opacity:.4;border-radius:50%;width:7px;height:7px;animation:1.2s infinite typing}.typing i:nth-child(2){animation-delay:.15s}.typing i:nth-child(3){animation-delay:.3s}@keyframes typing{0%,60%,to{opacity:.35;transform:none}30%{opacity:1;transform:translateY(-3px)}}.card{background:var(--surface);border-radius:var(--r-card);box-shadow:var(--card-shadow);padding:18px}.note{background:var(--accent-soft);color:var(--text-2);border-radius:12px;gap:10px;padding:12px 14px;font-size:14px;line-height:1.45;display:flex}.note svg{width:20px;height:20px;color:var(--link);flex-shrink:0;margin-top:1px}.note.warn{background:var(--warn-soft)}.note.warn svg{color:var(--warn)}.note.error{background:var(--danger-soft)}.note.error svg{color:var(--danger)}.note.ok{background:var(--success-soft)}.note.ok svg{color:var(--success)}.note strong{color:var(--text)}.note .note-action{align-self:center;margin-left:auto}.status{background:var(--surface-2);height:26px;color:var(--hint);border-radius:13px;align-items:center;gap:6px;padding:0 10px;font-size:13px;font-weight:600;display:inline-flex}.status svg{width:15px;height:15px}.status.live{background:var(--success-soft);color:var(--success)}.status.wait{background:var(--accent-soft);color:var(--link)}.status.bad{background:var(--danger-soft);color:var(--danger)}.stat-grid{background:var(--line);border-radius:var(--r-card);box-shadow:var(--card-shadow);grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;display:grid;overflow:hidden}.stat{background:var(--surface);padding:14px 16px}.stat span{color:var(--hint);font-size:13px;display:block}.stat strong{letter-spacing:-.01em;font-variant-numeric:tabular-nums;margin-top:2px;font-size:22px;font-weight:700;display:block}.stat strong small{color:var(--hint);margin-left:3px;font-size:14px;font-weight:600}@media (min-width:720px){.stat-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}}.skeleton{background:linear-gradient(90deg,var(--surface-2),var(--surface-3),var(--surface-2));background-size:200% 100%;border-radius:8px;animation:1.4s linear infinite shimmer}@keyframes shimmer{to{background-position:-200% 0}}.empty{text-align:center;justify-items:center;gap:10px;padding:40px 20px;display:grid}.empty .empty-icon{background:var(--accent-soft);width:84px;height:84px;color:var(--link);border-radius:50%;place-items:center;margin-bottom:6px;display:grid}.empty .empty-icon svg{width:40px;height:40px}.empty p{color:var(--hint);max-width:380px}.empty .actions{flex-wrap:wrap;justify-content:center;gap:8px;margin-top:8px;display:flex}.copy{background:var(--surface-2);text-align:left;border-radius:12px;align-items:center;gap:10px;width:100%;padding:12px 14px;transition:background .15s;display:flex}.copy:hover{background:var(--surface-3)}.copy .copy-value{min-width:0;font-family:var(--mono);word-break:break-all;letter-spacing:.01em;flex:1;font-size:15px;line-height:1.5}.copy .copy-label{font-family:var(--font);color:var(--hint);letter-spacing:0;margin-bottom:2px;font-size:12px;font-weight:500;display:block}.copy .copy-icon{color:var(--link);flex-shrink:0;align-items:center;gap:5px;font-size:13px;font-weight:600;display:inline-flex}.copy .copy-icon svg{width:18px;height:18px}.copy.done .copy-icon{color:var(--success)}.addr-chip{background:var(--surface-2);height:30px;font-family:var(--mono);color:var(--text-2);border-radius:9px;align-items:center;gap:6px;padding:0 10px;font-size:13px;display:inline-flex}.addr-chip:hover{background:var(--surface-3)}.addr-chip svg{width:15px;height:15px;color:var(--hint)}.sheet-backdrop{z-index:80;background:#0006;justify-content:center;align-items:flex-end;animation:.2s both fade;display:flex;position:fixed;inset:0}.sheet{background:var(--surface);width:100%;max-width:440px;max-height:calc(100dvh - 24px);padding:10px 20px calc(22px + var(--safe-bottom));box-shadow:var(--sheet-shadow);animation:sheet-up .3s var(--ease) both;border-radius:16px 16px 0 0;position:relative;overflow:auto}.sheet:before{content:"";background:var(--line-strong);border-radius:3px;width:36px;height:5px;margin:0 auto 12px;display:block}.sheet-close{position:absolute;top:10px;right:10px}.sheet h2{text-align:center;margin:6px 32px;font-size:20px}.sheet .sheet-sub{text-align:center;color:var(--hint);margin-bottom:18px;font-size:15px}.sheet .sheet-icon{width:72px;height:72px;margin:6px auto 12px}@media (min-width:720px){.sheet-backdrop{align-items:center}.sheet{border-radius:16px;padding:18px 24px 24px}.sheet:before{display:none}}@keyframes fade{0%{opacity:0}}@keyframes sheet-up{0%{opacity:.6;transform:translateY(40px)}}.toasts{left:50%;bottom:calc(var(--tabbar) + 14px + var(--safe-bottom));z-index:90;pointer-events:none;gap:8px;width:min(420px,100% - 24px);display:grid;position:fixed;transform:translate(-50%)}.toast{pointer-events:auto;color:#fff;animation:bubble-in .22s var(--ease) both;background:#1e2630f0;border-radius:12px;align-items:center;gap:10px;padding:10px 10px 10px 14px;font-size:14.5px;display:flex;box-shadow:0 8px 28px #00000040}.toast svg{flex-shrink:0;width:20px;height:20px}.toast.ok>svg{color:#6fe06b}.toast.error>svg{color:#ff8a80}.toast span{flex:1}.toast button{color:#8ccfff;border-radius:8px;padding:6px 8px;font-size:14px;font-weight:600}.toast .toast-x{color:#fff9;padding:6px}@media (min-width:1024px){.toasts{bottom:24px}}.hero{padding:28px 0 36px}.hero-grid{align-items:center;gap:28px;display:grid}.hero h1{letter-spacing:-.035em;max-width:12ch;font-size:40px;font-weight:800;line-height:1.04}.hero h1 em{background:var(--brand-gradient);color:#0000;-webkit-background-clip:text;background-clip:text;font-style:normal}.hero-lead{color:var(--text-2);max-width:34ch;margin-top:14px;font-size:18px;line-height:1.45}.hero-cta{flex-wrap:wrap;gap:10px;margin-top:22px;display:flex}.hero-proof{color:var(--hint);flex-wrap:wrap;gap:8px 16px;margin-top:22px;font-size:14px;display:flex}.hero-proof span{align-items:center;gap:6px;display:inline-flex}.hero-proof svg{width:17px;height:17px;color:var(--success)}.phone{background:var(--surface);width:100%;max-width:400px;box-shadow:0 30px 60px -20px #10232f59,0 0 0 1px var(--line);border-radius:30px;flex-direction:column;height:600px;margin:0 auto;display:flex;position:relative;overflow:hidden}.phone-bar{background:var(--surface);border-bottom:1px solid var(--line);z-index:1;align-items:center;gap:10px;padding:10px 14px;display:flex}.phone-bar .back{color:var(--link)}.phone-bar .back svg{width:24px;height:24px}.phone-bar strong{font-size:15.5px;display:block}.phone-bar small{color:var(--hint);font-size:13px;display:block}.phone .convo{flex:1;justify-content:flex-end;overflow:hidden}.phone-input{background:var(--surface);border-top:1px solid var(--line);align-items:center;gap:8px;padding:8px 10px;display:flex}.phone-input span{color:var(--hint);flex:1;padding:0 6px;font-size:15px}.phone-input i{background:var(--action);color:#fff;border-radius:50%;place-items:center;width:36px;height:36px;display:grid}.phone-input i svg{width:19px;height:19px;margin-left:-2px}@media (min-width:720px){.hero h1{font-size:56px}.hero-lead{font-size:20px}}@media (min-width:1024px){.hero{padding:56px 0 64px}.hero-grid{grid-template-columns:1.05fr .95fr}.hero h1{font-size:64px}}.steps{counter-reset:step;gap:12px;display:grid}.step{background:var(--surface);border-radius:var(--r-card);box-shadow:var(--card-shadow);align-content:start;gap:8px;padding:18px;display:grid}.step-n{background:var(--brand-gradient);color:#fff;border-radius:50%;place-items:center;width:32px;height:32px;font-size:15px;font-weight:700;display:grid}.step p{color:var(--hint);font-size:15px}.step .mini{margin-top:6px}@media (min-width:720px){.steps{grid-template-columns:repeat(3,1fr)}}.split-bar{background:var(--surface-2);border-radius:6px;height:12px;display:flex;overflow:hidden}.split-bar i:first-child{background:var(--brand);flex:80}.split-bar i:last-child{background:var(--warn);flex:20}.split-legend{color:var(--hint);justify-content:space-between;gap:12px;margin-top:10px;font-size:14px;display:flex}.split-legend b{color:var(--text);font-variant-numeric:tabular-nums}.split-legend span{align-items:center;gap:6px;display:inline-flex}.split-legend i{background:var(--brand);border-radius:3px;width:10px;height:10px}.split-legend span+span i{background:var(--warn)}.ca-bar{border-radius:var(--r-card);background:var(--surface);box-shadow:var(--card-shadow);flex-wrap:wrap;align-items:center;gap:10px 14px;padding:14px 16px;display:flex}.ca-bar .ca-label{align-items:center;gap:10px;font-weight:600;display:flex}.ca-bar .ca-label svg{width:34px;height:34px}.ca-bar .ca-label small{color:var(--hint);font-size:13px;font-weight:500;display:block}.ca-bar .copy{flex:1;min-width:240px;padding:9px 12px}.ca-bar .copy .copy-value{font-size:14px}.faq{gap:8px;display:grid}.faq details{background:var(--surface);box-shadow:var(--card-shadow);border-radius:12px}.faq summary{cursor:pointer;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;font-weight:600;list-style:none;display:flex}.faq summary::-webkit-details-marker{display:none}.faq summary svg{width:20px;height:20px;color:var(--hint);transition:transform .2s var(--ease);flex-shrink:0}.faq details[open] summary svg{transform:rotate(180deg)}.faq details p{color:var(--text-2);padding:0 16px 16px;font-size:15px}.cta-band{border-radius:20px;overflow:hidden}.cta-band .inner{justify-items:start;gap:16px;padding:32px 20px;display:grid}.cta-band h2{max-width:16ch;font-size:28px}@media (min-width:720px){.cta-band .inner{grid-template-columns:1fr auto;align-items:center;padding:44px 40px}.cta-band h2{font-size:34px}}.composer-preview{border-radius:var(--r-card);box-shadow:var(--card-shadow);overflow:hidden}.composer-preview .convo{justify-content:flex-end;min-height:260px}.upload{align-items:center;gap:14px;padding:12px 16px;display:flex}.upload-drop{background:var(--accent-soft);width:72px;height:72px;color:var(--link);border:2px dashed color-mix(in srgb,var(--link) 45%,transparent);border-radius:50%;flex-shrink:0;place-items:center;transition:border-color .15s,background .15s;display:grid;position:relative;overflow:hidden}.upload-drop:hover,.upload-drop.drag{border-color:var(--link);background:color-mix(in srgb,var(--accent-soft) 100%,var(--action) 10%)}.upload-drop img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.upload-drop.has{border-style:solid;border-color:#0000}.upload-drop svg{width:28px;height:28px}.upload-drop .progress{color:#fff;background:#00000073;place-items:center;font-size:13px;font-weight:600;display:grid;position:absolute;inset:0}.upload-copy{flex:1;min-width:0}.upload-copy strong{font-size:16px;font-weight:500;display:block}.upload-copy span{color:var(--hint);font-size:14px}.upload-actions{gap:6px;margin-top:6px;display:flex}.summary{gap:10px;display:grid}.summary .line{justify-content:space-between;gap:12px;font-size:15px;display:flex}.summary .line span{color:var(--hint)}.summary .total{border-top:1px solid var(--line);padding-top:10px;font-weight:600}.sticky-cta{bottom:calc(var(--tabbar) + 8px + var(--safe-bottom));z-index:5;background:color-mix(in srgb,var(--surface) 90%,transparent);-webkit-backdrop-filter:blur(14px);border-radius:16px;margin-top:18px;padding:10px;position:sticky;box-shadow:0 6px 24px #10232f1f}@media (min-width:1024px){.sticky-cta{box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;padding:0;position:static}}.gate{border-radius:20px;overflow:hidden}.gate .convo{justify-content:flex-end;min-height:320px;padding:20px 16px}.amount-big{letter-spacing:-.02em;font-variant-numeric:tabular-nums;font-size:34px;font-weight:700;line-height:1.1}.amount-big small{color:var(--hint);margin-left:4px;font-size:18px;font-weight:600}.deposit-grid{gap:14px;display:grid}.qr{aspect-ratio:1;background:#fff;border-radius:14px;width:100%;max-width:220px;margin:0 auto;padding:12px}.qr svg{width:100%;height:100%}@media (min-width:720px){.deposit-grid{grid-template-columns:1fr 220px;align-items:start}}.timeline{margin:0;padding:0;list-style:none;display:grid}.timeline li{gap:12px;padding:10px 0;display:flex;position:relative}.timeline li:before{content:"";background:var(--line);width:2px;position:absolute;top:38px;bottom:-4px;left:13px}.timeline li:last-child:before{display:none}.timeline .dot{background:var(--surface-2);width:28px;height:28px;color:var(--hint);z-index:1;border-radius:50%;flex-shrink:0;place-items:center;display:grid}.timeline .dot svg{width:17px;height:17px}.timeline li.done .dot{background:var(--success);color:#fff}.timeline li.active .dot{background:var(--action);color:#fff}.timeline li.fail .dot{background:var(--danger);color:#fff}.timeline strong{font-size:15.5px;font-weight:600;display:block}.timeline small{color:var(--hint);margin-top:1px;font-size:14px;display:block}.timeline li:not(.done):not(.active):not(.fail) strong{color:var(--hint);font-weight:500}.profile{text-align:center;justify-items:center;gap:6px;padding:28px 16px 22px;display:grid}.profile h1{margin-top:8px;font-size:26px}.profile .ticker{color:var(--hint);font-size:15px;font-weight:500}.profile-actions{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;width:100%;max-width:440px;margin-top:14px;display:grid}.profile-actions a,.profile-actions button{background:var(--surface-2);color:var(--link);border-radius:12px;justify-items:center;gap:4px;padding:10px 4px;font-size:13px;font-weight:500;display:grid}.profile-actions a:hover,.profile-actions button:hover{background:var(--surface-3);text-decoration:none}.profile-actions svg{width:22px;height:22px}.feed{gap:8px;padding:18px 12px;display:grid}.feed .service{max-width:100%}.table-wrap{border-radius:var(--r-card);box-shadow:var(--card-shadow);background:var(--surface);overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:15px}th{text-align:left;color:var(--hint);border-bottom:1px solid var(--line);white-space:nowrap;padding:12px 16px;font-size:13px;font-weight:500}td{border-bottom:1px solid var(--line);white-space:nowrap;padding:12px 16px}tr:last-child td{border-bottom:0}td.num,th.num{text-align:right;font-variant-numeric:tabular-nums}.doc{gap:24px;display:grid}@media (min-width:1024px){.doc{grid-template-columns:220px minmax(0,1fr)}.doc-nav{top:calc(var(--header) + 24px);align-self:start;position:sticky}}.doc-nav{scrollbar-width:none;gap:6px;padding-bottom:4px;display:flex;overflow-x:auto}.doc-nav a{color:var(--text-2);white-space:nowrap;border-radius:10px;flex-shrink:0;padding:8px 12px;font-size:14.5px;font-weight:500}.doc-nav a:hover{background:var(--surface-2);text-decoration:none}@media (min-width:1024px){.doc-nav{flex-direction:column}}.prose{gap:26px;max-width:720px;display:grid}.prose section{scroll-margin-top:calc(var(--header) + 16px)}.prose h2{margin-bottom:8px;font-size:22px}.prose h3{margin:16px 0 6px}.prose p,.prose li{color:var(--text-2);font-size:16px;line-height:1.6}.prose p+p{margin-top:10px}.prose ul,.prose ol{gap:6px;margin:8px 0 0;padding-left:20px;display:grid}.prose code{font-family:var(--mono);background:var(--surface-2);border-radius:5px;padding:1px 5px;font-size:.9em}.miniapp .topbar,.miniapp .footer{display:none}.miniapp .page{padding-top:12px}.miniapp .hide-in-miniapp{display:none!important}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.spin{animation:1.6s linear infinite spin!important}.typing i{opacity:.7;animation:none!important}}@media (forced-colors:active){.btn,.chip,.copy,.search{border:1px solid buttontext}}.hide-sm{display:none}@media (min-width:720px){.hide-sm{display:inline}}.up{color:var(--up)}.down{color:var(--down)}.change{font-variant-numeric:tabular-nums;border-radius:12px;align-items:center;height:24px;padding:0 8px;font-size:13px;font-weight:600;display:inline-flex}.change.up{background:var(--up-soft)}.change.down{background:var(--down-soft)}.change.up:before{content:"▲";margin-right:3px;font-size:9px}.change.down:before{content:"▼";margin-right:3px;font-size:9px}.token-head{grid-template-columns:auto 1fr;align-items:center;gap:14px 16px;display:grid}.token-title h1{flex-wrap:wrap;align-items:baseline;gap:8px;font-size:24px;display:flex}.token-title .ticker{color:var(--hint);font-size:16px;font-weight:600}.token-title p{color:var(--hint);margin-top:2px;font-size:14.5px}.token-price{flex-wrap:wrap;grid-column:1/-1;align-items:baseline;gap:10px;display:flex}.token-price strong{letter-spacing:-.02em;font-size:30px;font-weight:700}.token-actions{flex-wrap:wrap;grid-column:1/-1;gap:8px;display:flex}@media (min-width:720px){.token-head{grid-template-columns:auto 1fr auto}.token-price{flex-direction:column;grid-column:auto;align-items:flex-end;gap:2px}.token-actions{grid-column:1/-1}}.stat .ratio{background:var(--surface-2);border-radius:2px;height:4px;margin-top:8px;display:flex;overflow:hidden}.stat .ratio i:first-child{background:var(--up-fill)}.stat .ratio i:last-child{background:var(--down-fill)}.curve-top{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.progress{background:var(--surface-2);border-radius:5px;height:10px;overflow:hidden}.progress i{background:var(--brand-gradient);height:100%;transition:width .6s var(--ease);border-radius:5px;display:block}.curve p{margin-top:8px;font-size:13.5px}.chart-card{padding:0;overflow:hidden}.chart-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;min-height:54px;padding:14px 16px 8px;display:flex}.chart-ohlc{flex-wrap:wrap;gap:12px;font-size:13px;font-weight:600;display:flex}.chart-empty{place-items:center;height:160px;font-size:14px;display:grid}.section-bar{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.live-dot{color:var(--success);align-items:center;gap:6px;font-size:13px;font-weight:600;display:inline-flex}.live-dot:before{content:"";background:var(--success);border-radius:50%;width:8px;height:8px;animation:1.6s infinite pulse}@keyframes pulse{0%{box-shadow:0 0 #4fae4e80}70%{box-shadow:0 0 0 7px #4fae4e00}to{box-shadow:0 0 #4fae4e00}}.trades{max-height:420px;overflow:auto}.trade{color:var(--text);grid-template-columns:48px 1fr auto;align-items:center;gap:2px 10px;padding:9px 16px;font-size:14.5px;display:grid}.trade:hover{background:var(--surface-2);text-decoration:none}.trade+.trade{border-top:1px solid var(--line)}.trade-kind{text-align:center;border-radius:8px;padding:3px 0;font-size:13px;font-weight:600}.trade-kind.buy{color:var(--up);background:var(--up-soft)}.trade-kind.sell{color:var(--down);background:var(--down-soft)}.trade-amount{font-weight:600}.trade-age{text-align:right;font-size:13px}.trade-mc,.trade-wallet{font-size:13px;display:none}@media (min-width:720px){.trade{grid-template-columns:52px 90px 1fr 110px 50px}.trade-mc,.trade-wallet{display:block}}.fee-rows{gap:8px;display:grid}.fee-rows div{justify-content:space-between;gap:10px;font-size:14.5px;display:flex}.fee-rows span{color:var(--hint)}.holders{margin:0;padding:6px 0;list-style:none}.holders li{grid-template-columns:22px 1fr 60px 58px;align-items:center;gap:8px;padding:7px 16px;font-size:14px;display:grid}.holders .bar{background:var(--surface-2);border-radius:3px;height:6px;overflow:hidden}.holders .bar i{background:var(--brand);height:100%;display:block}.holders li span:last-child{text-align:right}.chat-mc{font-variant-numeric:tabular-nums;flex-direction:column;flex-shrink:0;align-items:flex-end;gap:2px;font-size:14px;font-weight:600;display:flex}.chat-mc .change{height:20px;padding:0 6px;font-size:12px}.scroll-x{scrollbar-width:none;max-width:100%;overflow-x:auto}.scroll-x button{flex-shrink:0}.chart-canvas{touch-action:pan-y;width:100%;height:280px}@media (min-width:720px){.chart-canvas{height:380px}}.hero-claim{margin-top:14px;font-size:15px}.hero-claim a{align-items:center;gap:6px;font-weight:500;display:inline-flex}.inbox-hero{text-align:center;justify-items:center;gap:2px;margin-bottom:14px;padding:22px 18px;display:grid}.inbox-hero .amount-big{font-size:40px}.inbox-foot{text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;margin-top:16px;font-size:13px;display:flex}.link-btn{color:var(--link);align-items:center;gap:4px;font-size:13px;font-weight:500;display:inline-flex}.shake{animation:.3s shake}@keyframes shake{0%,to{transform:none}25%{transform:translate(-6px)}75%{transform:translate(6px)}}.cta-left{text-align:center;margin-top:6px;font-size:13px}.recipient-preview{background:var(--surface-2);border-radius:12px;align-items:center;gap:12px;margin-top:10px;padding:10px;display:flex}.recipient-preview>div{flex:1;min-width:0;display:grid}.recipient-preview strong{font-size:15px}.recipient-preview span.hint,.recipient-preview .warn-text{font-size:13px}.warn-text{color:var(--warn)}.success-actions{gap:8px;display:grid}.success-row{grid-template-columns:1fr 1fr;gap:8px;display:grid}.chips-scroll{scrollbar-width:none;flex-wrap:nowrap;margin-top:0;padding-bottom:2px;overflow-x:auto}.chips-scroll .chip{flex-shrink:0}.chat-mcap{flex-shrink:0;font-size:15px;font-weight:600}.tag{background:var(--success-soft);height:18px;color:var(--success);border-radius:9px;flex-shrink:0;place-items:center;padding:0 6px;font-size:11px;font-weight:600;display:inline-grid}.chat-bottom .change{flex-shrink:0;height:20px;padding:0 6px;font-size:12px}.token-layout{gap:16px;margin-top:14px;display:grid}@media (min-width:1024px){.token-layout{grid-template-columns:minmax(0,1fr) 360px;align-items:start}.token-aside{top:calc(var(--header) + 16px);position:sticky}}.changes{background:var(--line);border-radius:var(--r-card);box-shadow:var(--card-shadow);grid-template-columns:repeat(4,1fr);gap:1px;display:grid;overflow:hidden}.changes div{background:var(--surface);text-align:center;gap:2px;padding:10px 12px;display:grid}.changes span{color:var(--hint);font-size:12px;font-weight:500}.changes strong{font-size:15px}.changes .up strong{color:var(--up)}.changes .down strong{color:var(--down)}.stat-grid.three{grid-template-columns:repeat(2,minmax(0,1fr))}@media (min-width:720px){.stat-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}}.curve-pct{font-size:22px;font-weight:700}.lock-badge{color:var(--success);font-weight:600}.proof-icon{background:var(--success-soft);width:72px;height:72px;color:var(--success);border-radius:50%;place-items:center;display:grid}.flash-buy{animation:1.2s flash-buy}.flash-sell{animation:1.2s flash-sell}@keyframes flash-buy{0%{background:var(--up-soft)}}@keyframes flash-sell{0%{background:var(--down-soft)}}.trade-kind{font-size:12px}.token-actions .icon-btn{background:var(--surface-2);width:44px;height:44px;color:var(--text-2);border-radius:10px}.buy-bar{left:0;right:0;bottom:calc(var(--tabbar) + var(--safe-bottom));z-index:30;padding:8px var(--gutter);background:color-mix(in srgb,var(--surface) 92%,transparent);-webkit-backdrop-filter:blur(14px);border-top:1px solid var(--line);gap:8px;display:flex;position:fixed}.buy-bar .btn-primary{flex:1}@media (min-width:1024px){.buy-bar{display:none}}.page:has(.buy-bar){padding-bottom:calc(var(--tabbar) + 120px + var(--safe-bottom))}@media (min-width:1024px){.page:has(.buy-bar){padding-bottom:64px}}@media (max-width:719px){.stat-grid.three .stat:last-child{grid-column:1/-1}}.hero-stats{color:var(--text-2);flex-wrap:wrap;gap:6px 18px;margin-top:20px;font-size:14.5px;display:flex}.hero-stats b{color:var(--text);font-weight:700}.hero-stats+.hero-proof{margin-top:10px}@media (max-width:719px){.phone{max-width:360px;height:470px}.phone-input{display:none}}.summary .line{flex-wrap:wrap}.summary .line b{text-align:right;margin-left:auto}.search input::-webkit-search-cancel-button{-webkit-appearance:none;display:none}.search .icon-btn{width:36px!important;height:36px!important}.muted-tag{background:var(--accent-soft);color:var(--link)}.btn:disabled{opacity:1;filter:none;background:var(--surface-3)!important;color:var(--hint)!important}.chip{height:34px}.segmented button{height:36px}.addr-chip{height:34px}.join-btn{gap:6px}.x-btn{width:34px;padding:0}.hero-social{flex-wrap:wrap;gap:6px 18px;display:flex}:root{--navy-0:#030a1c;--navy-1:#061433;--navy-2:#0b2a6b;--neon:#2f8cff;--neon-2:#5cb6ff;--glass:#0c1a3a9e;--glass-line:#78b4ff38}.logo-img{object-fit:contain;border-radius:24%;flex-shrink:0;display:block}.brand .logo-img{filter:drop-shadow(0 0 6px #2f8cff73)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--bg:#040b1d;--surface:#0a1632;--surface-2:#11224a;--surface-3:#0e1c3e;--line:#0c1a38;--line-strong:#1d3466;--hint:#8ea3c4;--action:#2f7fe8;--action-hover:#3d8df5;--link:#6ab8ff;--bubble-in:#0f1f44;--bubble-out:#1d4c9a;--wall:#040b1d;--wall-gradient:radial-gradient(120% 90% at 80% 10%,#0b2a6b 0%,#061433 45%,#030a1c 100%);--wall-ink:#6eaaff0f}}:root[data-theme=dark]{--bg:#040b1d;--surface:#0a1632;--surface-2:#11224a;--surface-3:#0e1c3e;--line:#0c1a38;--line-strong:#1d3466;--hint:#8ea3c4;--action:#2f7fe8;--action-hover:#3d8df5;--link:#6ab8ff;--bubble-in:#0f1f44;--bubble-out:#1d4c9a;--wall:#040b1d;--wall-gradient:radial-gradient(120% 90% at 80% 10%,#0b2a6b 0%,#061433 45%,#030a1c 100%);--wall-ink:#6eaaff0f}.hero-glow{isolation:isolate;color:#fff;background:radial-gradient(90% 120% at 85% 20%,#0b2a6b 0%,#061433 42%,#030a1c 100%);position:relative;overflow:hidden}.hero-glow:before{content:"";z-index:-1;filter:blur(10px);background:radial-gradient(60% 50% at 20% 60%,#2f8cff59,#0000 70%);height:70%;position:absolute;inset:auto -10% -40%}.glow-arc{z-index:-1;pointer-events:none;border:2px solid #5cb6ff8c;border-radius:50%;width:1200px;height:1200px;position:absolute;top:-260px;right:-520px;box-shadow:0 0 40px 6px #2f8cff73,inset 0 0 120px #2f8cff40}.bokeh{z-index:-1;pointer-events:none;filter:blur(4px);background:radial-gradient(circle at 12% 22%,#408cff59 0 10px,#0000 26px),radial-gradient(circle at 46% 12%,#408cff4d 0 12px,#0000 30px),radial-gradient(circle at 58% 78%,#408cff47 0 14px,#0000 34px),radial-gradient(circle at 92% 64%,#408cff4d 0 9px,#0000 24px);position:absolute;inset:0}.hero.hero-glow{padding:56px 0 64px}.hero-glow h1{color:#fff}.hero-glow h1 em{background:linear-gradient(90deg,#8fd0ff,#5cb6ff 60%,#2f8cff);color:#0000;-webkit-background-clip:text;background-clip:text}.hero-glow .hero-lead{color:#e1ecffd1}.eyebrow{letter-spacing:.24em;text-transform:uppercase;color:#7fb8ff;margin-bottom:16px;font-size:12.5px;font-weight:500;display:inline-block}.eyebrow i{color:#7fb8ffb3;margin:0 .6em;font-style:normal}.hero-glow .btn-primary{background:linear-gradient(#3d9bff,#1f6fe8);box-shadow:0 0 0 1px #78beff59,0 10px 34px #1f6fe88c}.hero-glow .btn-primary:hover:not(:disabled){filter:brightness(1.08)}.hero-glow .btn-secondary{color:#fff;-webkit-backdrop-filter:blur(8px);background:#ffffff14;border:1px solid #a0c8ff38}.hero-glow .btn-secondary:hover:not(:disabled){background:#ffffff24}.hero-glow a:not(.btn){color:#8cc8ff}.hero-glow .hero-stats{color:#e1ecffbf}.hero-glow .hero-stats b{color:#fff}.hero-glow .hero-proof{color:#e1ecff99}.hero-glow .hero-proof svg{color:#57e39a}.hero-glow .phone{background:var(--glass);border:1px solid var(--glass-line);-webkit-backdrop-filter:blur(14px);box-shadow:0 0 0 1px #2f8cff40,0 0 60px #2f8cff59,0 30px 60px -20px #0009}.hero-glow .phone-bar,.hero-glow .phone-input{color:#fff;background:#081430bf;border-color:#78b4ff24}.hero-glow .phone-bar small,.hero-glow .phone-input span{color:#c8dcff99}.hero-glow .convo.wall{background:linear-gradient(#09183c99,#050e24cc)}.hero-glow .convo.wall:before{background:#6eaaff12}.hero-glow .bubble{color:#eaf2ff;box-shadow:none;background:#0f2252}.hero-glow .bubble.out{background:#1f5bc4}.hero-glow .bubble .author{color:#7fc4ff}.hero-glow .bubble .meta{color:#c8dcff99}.hero-glow .bubble .inline-kb span{color:#8cc8ff!important;background:#5cb6ff24!important}.cta-band.hero-glow h2{color:#fff}.cta-band.hero-glow p{color:#e1ecffbf!important}.cta-band.hero-glow .glow-arc{width:900px;height:900px;top:-500px;right:-420px}@media (max-width:719px){.glow-arc{width:700px;height:700px;top:-120px;right:-460px}.hero.hero-glow{padding:32px 0 40px}}@media (prefers-reduced-motion:no-preference){.glow-arc{animation:8s ease-in-out infinite arc-breathe}}@keyframes arc-breathe{50%{box-shadow:0 0 56px 10px #2f8cff8c,inset 0 0 140px #2f8cff4d}}.hero-glow .bubble.out b[style]{color:#cfe8ff!important}@media (max-width:719px){.eyebrow{letter-spacing:.16em;font-size:11px}}.hero.hero-glow:has(+.ca-wrap){padding-bottom:96px}.ca-wrap{z-index:2;margin-top:-44px;position:relative}.ca-wrap .ca-bar{box-shadow:0 12px 40px -12px #030a1c73,0 0 0 1px var(--line)}:root[data-theme=dark] .ca-wrap .ca-bar{box-shadow:0 12px 40px -12px #0009,0 0 0 1px #5cb6ff2e,0 0 30px #2f8cff1f}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .ca-wrap .ca-bar{box-shadow:0 12px 40px -12px #0009,0 0 0 1px #5cb6ff2e,0 0 30px #2f8cff1f}}@media (max-width:719px){.hero.hero-glow:has(+.ca-wrap){padding-bottom:72px}.ca-wrap{margin-top:-36px}}.section-head{flex-wrap:wrap}.bubble .media.photo{aspect-ratio:1;border-radius:12px;width:100%;max-width:260px;margin:2px 0 8px}.photo-bubble{max-width:min(86%,300px)}.photo-empty{color:#8cc8ff;background:radial-gradient(80% 80% at 50% 30%,#2f8cff47,#061433e6);border:1.5px dashed #8cc8ff59;border-radius:12px;place-content:center;justify-items:center;gap:8px;height:100%;font-size:13.5px;font-weight:500;display:grid}.composer-preview.hero-glow{border-radius:var(--r-card)}.composer-preview.hero-glow .convo{min-height:300px}.composer-preview .glow-arc{width:700px;height:700px;top:-220px;right:-460px}.split>*{min-width:0}.composer-preview .bubble .media.photo{background:#081a40}.composer-preview .photo-empty{background:radial-gradient(70% 70% at 50% 35%,#2f8cff38,#081a40 75%)}.pay-card{background:radial-gradient(120% 140% at 100% 0%,#2f8cff24,transparent 60%),var(--surface);gap:12px;display:grid}.pay-head{align-items:center;gap:12px;display:flex}.pay-head>div{gap:1px;min-width:0;display:grid}.pay-head .hint{font-size:13.5px}.pay-icon{color:#fff;background:linear-gradient(#3d9bff,#1f6fe8);border-radius:12px;flex-shrink:0;place-items:center;width:40px;height:40px;display:grid;box-shadow:0 4px 14px #1f6fe859}.pay-icon.sm{width:32px;height:32px;box-shadow:none;border-radius:10px}.pay-icon.claim{background:linear-gradient(#4cd07d,#23a55a)}.pay-amount{align-items:baseline;gap:8px;display:flex}.pay-amount strong{letter-spacing:-.02em;font-size:30px;font-weight:700}.pay-share{font-size:14px}.pay-share b{color:var(--text)}.pay-meta{color:var(--hint);border-top:1px solid var(--line);flex-wrap:wrap;justify-content:space-between;gap:10px;padding-top:10px;font-size:14px;display:flex}.pay-meta span{align-items:center;gap:6px;display:inline-flex}.pay-meta b{color:var(--text)}.pay-list{margin:0;padding:0;list-style:none}.pay-list li{border-bottom:1px solid var(--line);align-items:center;gap:12px;padding:12px 16px;display:flex}.pay-list li:last-child{border-bottom:0}.pay-main{flex:1;min-width:0;font-size:14.5px}.pay-note{overflow-wrap:anywhere;margin-top:2px;font-size:13px}.pay-when{white-space:nowrap;font-size:13px}.pay-empty{text-align:center;justify-items:center;gap:4px;padding:28px 16px;display:grid}.pay-empty .hint{max-width:320px;font-size:14px}.admin-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:16px;display:grid}.admin-history{grid-column:1/-1}.admin-form{gap:12px;display:grid}.admin-form .field{border:0;padding:0}.admin-form select.input{appearance:auto}.admin-two{grid-template-columns:1fr 1fr;gap:12px;display:grid}.admin-sel{margin-top:-4px;font-size:13.5px}.admin-sel b{color:var(--text)}.admin-check{align-items:center;gap:8px;font-size:14.5px;display:flex}.admin-check input{width:18px;height:18px;accent-color:var(--action)}.admin-search{background:var(--surface-2);height:32px;color:var(--hint);border-radius:10px;align-items:center;gap:6px;padding:0 10px;display:flex}.admin-search input{width:120px;font:inherit;color:var(--text);background:0 0;border:0;outline:0;font-size:14px}.pay-head .hint svg{vertical-align:-2px}@media (max-width:899px){.admin-grid{grid-template-columns:minmax(0,1fr)}}@media (max-width:479px){.admin-two{grid-template-columns:1fr}}.admin-form .input{border:1px solid var(--line-strong);background:var(--surface-2);width:100%;height:44px;font:inherit;color:var(--text);border-radius:12px;outline:0;padding:0 12px;font-size:16px;transition:border-color .15s,box-shadow .15s;display:block}.admin-form .input:focus{border-color:var(--action);box-shadow:0 0 0 3px color-mix(in srgb,var(--action) 22%,transparent)}.admin-form .field+.field{border-top:0}.pay-wide{display:none}@media (min-width:1024px){.pay-wide{display:block}.pay-narrow{display:none}}.admin-gate{max-width:420px;margin:40px auto 0}.admin-gate .empty{padding-bottom:4px}
