.account-trigger{border:1px solid var(--line-strong);background:var(--surface-raised);min-width:136px;max-width:230px;min-height:34px;color:var(--text);cursor:pointer;border-radius:5px;align-items:center;gap:7px;padding:0 10px;font-size:12px;display:inline-flex}.account-trigger:hover{border-color:var(--muted)}.account-trigger:disabled{cursor:default;opacity:1}.account-trigger-loading:hover{border-color:var(--line-strong)}.account-trigger-error{color:var(--muted)}.account-trigger span{text-overflow:ellipsis;white-space:nowrap;max-width:130px;overflow:hidden}.account-trigger .account-trigger-skeleton{background:var(--line-strong);border-radius:2px;width:76px;height:7px;animation:1.3s ease-in-out infinite account-skeleton-pulse}.account-trigger strong{border-left:1px solid var(--line);color:var(--accent-strong);padding-left:6px;font:700 11px ui-monospace,SFMono-Regular,monospace}.account-overlay{z-index:80;backdrop-filter:blur(3px);background:#00000094;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.account-dialog{border:1px solid var(--line-strong);background:var(--surface);border-radius:8px;width:min(410px,100vw - 28px);max-height:calc(100vh - 48px);overflow-y:auto;box-shadow:0 24px 80px #0000007a}.account-dialog-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:17px 18px;display:flex}.account-dialog-head h2{margin:0;font-size:16px}.account-close{width:30px;height:30px;color:var(--muted);cursor:pointer;background:0 0;border-radius:4px;place-items:center;display:grid}.account-close:hover{color:var(--text);background:var(--surface-raised)}.account-form,.account-details{gap:16px;padding:18px;display:grid}.account-form label{color:var(--muted);gap:7px;font-size:12px;display:grid}.account-form input{border:1px solid var(--line-strong);height:40px;color:var(--text);background:#111110;border-radius:4px;outline:none;padding:0 11px}.account-form input:focus{border-color:var(--accent)}.account-form small{color:var(--subtle);font-size:11px}.account-error{color:#ffaaa5;margin:-2px 0 0;font-size:12px}.account-notice{color:var(--success);background:#62d6a714;border:1px solid #62d6a759;border-radius:5px;margin:-2px 0 0;padding:10px 11px;font-size:12px;line-height:1.5}.account-google{border:1px solid var(--line-strong);background:var(--surface-raised);min-height:42px;color:var(--text);border-radius:5px;justify-content:center;align-items:center;gap:9px;font-size:13px;font-weight:650;text-decoration:none;display:flex}.account-google:hover{border-color:var(--muted)}.account-google span{color:#4285f4;background:#fff;border-radius:50%;place-items:center;width:20px;height:20px;font:800 13px Arial,sans-serif;display:grid}.account-divider{color:var(--subtle);align-items:center;gap:10px;font-size:11px;display:flex}.account-divider:before,.account-divider:after{content:"";background:var(--line);flex:1;height:1px}.account-submit{background:var(--accent);min-height:40px;color:var(--accent-ink);cursor:pointer;border-radius:5px;justify-content:center;align-items:center;gap:8px;font-weight:700;display:inline-flex}.account-submit:disabled{cursor:wait;opacity:.6}.account-switch{color:var(--accent-strong);cursor:pointer;background:0 0;justify-self:center;font-size:12px}.account-resend{color:var(--accent-strong);cursor:pointer;background:0 0;border:0;justify-self:center;font-size:12px}.account-resend:disabled{cursor:wait;opacity:.6}.account-details>p{color:var(--muted);overflow-wrap:anywhere;margin:0;font-size:13px}.account-balance{border-top:1px solid var(--line);border-bottom:1px solid var(--line);color:var(--muted);justify-content:space-between;align-items:center;padding:14px 0;font-size:12px;display:flex}.account-balance strong{color:var(--accent-strong);font:800 22px ui-monospace,SFMono-Regular,monospace}.account-logout{background:var(--surface-raised);color:var(--text);border:1px solid var(--line-strong)}.account-settings-link{text-decoration:none}.account-spinner{animation:.8s linear infinite account-spin}@keyframes account-spin{to{transform:rotate(360deg)}}@keyframes account-skeleton-pulse{50%{opacity:.45}}@media (width<=760px){.account-overlay{padding:14px}.account-dialog{max-height:calc(100vh - 28px)}.account-trigger{min-width:94px}.account-trigger span{max-width:70px}.account-trigger .account-trigger-skeleton{width:52px}}:root{color-scheme:dark;--bg:#10100f;--surface:#181817;--surface-raised:#20201e;--line:#363633;--line-strong:#4a4944;--text:#f5f3ed;--muted:#aaa79e;--subtle:#77756e;--accent:#ff7a1a;--accent-strong:#ff9042;--accent-ink:#17100b;--success:#62d6a7;--danger:#ff6b62;--shadow:0 18px 54px #00000047;font-synthesis:none;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{background:var(--bg);scroll-behavior:smooth}body{background:var(--bg);min-width:320px;color:var(--text);margin:0;font-size:16px;line-height:1.5}button,input{font:inherit;letter-spacing:0}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}img,video{max-width:100%;display:block}button{border:0}.shell{width:min(1180px,100% - 40px);margin:0 auto}.skip-link{z-index:100;background:var(--text);color:var(--bg);border-radius:4px;padding:10px 14px;position:fixed;top:-80px;left:16px}.skip-link:focus{top:16px}.site-header{z-index:30;backdrop-filter:blur(14px);background:#10100feb;border-bottom:1px solid #363633bf;position:sticky;top:0}.header-inner{grid-template-columns:1fr auto 1fr;align-items:center;gap:28px;height:64px;display:grid}.brand{width:fit-content;color:var(--text);align-items:center;gap:10px;font-size:17px;font-weight:720;display:inline-flex}.brand-mark{background:var(--accent);width:26px;height:26px;color:var(--accent-ink);border-radius:5px;place-items:center;font-weight:900;display:grid}.primary-nav{color:var(--muted);align-items:center;gap:28px;font-size:14px;display:flex}.primary-nav a,.language-link,.footer-links a{transition:color .16s}.primary-nav a:hover,.language-link:hover,.footer-links a:hover{color:var(--text)}.header-actions{justify-self:end;align-items:center;gap:12px;display:flex}.language-menu{position:relative}.language-link{min-width:34px;color:var(--muted);text-align:center;cursor:pointer;background:0 0;border:0;padding:4px 0;font-size:13px;list-style:none}.language-link::-webkit-details-marker{display:none}.language-options{z-index:40;border:1px solid var(--line-strong);background:var(--surface-raised);min-width:164px;box-shadow:var(--shadow);border-radius:6px;padding:6px;display:grid;position:absolute;top:calc(100% + 10px);right:0}.language-options a{color:var(--muted);border-radius:4px;padding:8px 10px;font-size:12px}.language-options a:hover,.language-options a.active{color:var(--accent-strong);background:#ff7a1a1f}.site-footer{border-top:1px solid var(--line);color:var(--muted);padding:48px 0}.footer-inner{grid-template-columns:1.5fr 1fr auto;align-items:end;gap:36px;display:grid}.footer-brand{margin-bottom:12px}.footer-inner p{max-width:460px;margin:0;font-size:14px}.footer-contact{color:var(--accent-strong);margin-top:10px;font-size:13px;display:inline-block}.footer-links{grid-template-columns:repeat(2,minmax(120px,1fr));gap:10px 24px;font-size:14px;display:grid}.copyright{color:var(--subtle);font-size:13px}.content-band{border-top:1px solid var(--line)}.section-pad{padding:86px 0}.eyebrow{color:var(--accent-strong);text-transform:uppercase;align-items:center;gap:9px;margin:0 0 16px;font-size:12px;font-weight:750;display:flex}.eyebrow:before{content:"";background:currentColor;width:20px;height:2px}.section-heading{letter-spacing:0;max-width:700px;margin:0;font-size:clamp(30px,4vw,48px);line-height:1.08}.section-lede{max-width:660px;color:var(--muted);margin:20px 0 0;font-size:17px}@media (width<=760px){.shell{width:min(100% - 28px,1180px)}.header-inner{grid-template-columns:1fr auto;gap:12px;height:58px}.primary-nav{display:none}.footer-inner{grid-template-columns:1fr;align-items:start}.section-pad{padding:58px 0}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
