:root{--bg: #06080f;--bg-2: #0a0e1a;--surface: #0e1426;--surface-2: #131a30;--border: rgba(255, 255, 255, .08);--border-strong: rgba(255, 255, 255, .16);--text: #eef2fb;--text-muted: #9aa6bf;--text-dim: #7a849d;--accent: #22d3ee;--accent-2: #67e8f9;--accent-3: #22d3ee;--accent-soft: rgba(34, 211, 238, .14);--btn-fg: #062028;--gold: #e8b54d;--gold-soft: rgba(232, 181, 77, .14);--glow: 0 0 26px rgba(34, 211, 238, .28);--holo-border: rgba(103, 232, 249, .2);--holo-border-2: rgba(103, 232, 249, .45);--holo-bg: linear-gradient(180deg, rgba(16, 24, 44, .66), rgba(9, 13, 26, .55));--font-sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-display: "Chakra Petch", var(--font-sans);--maxw: 1200px;--radius: 8px;--radius-sm: 5px;--nav-h: 84px}:root[data-theme=light]{--bg: #eef1f7;--bg-2: #ffffff;--surface: #ffffff;--surface-2: #f3f6fc;--border: rgba(13, 20, 38, .1);--border-strong: rgba(13, 20, 38, .18);--text: #0d1426;--text-muted: #4d5876;--text-dim: #5f6982;--accent: #0e7490;--accent-2: #155e75;--accent-3: #0e7490;--accent-soft: rgba(14, 116, 144, .12);--btn-fg: #ffffff;--glow: none}.hero{--bg: #06080f;--bg-2: #0a0e1a;--surface: #0e1426;--surface-2: #131a30;--border: rgba(255, 255, 255, .08);--border-strong: rgba(255, 255, 255, .16);--text: #eef2fb;--text-muted: #9aa6bf;--text-dim: #7a849d;--accent: #22d3ee;--accent-2: #67e8f9;--accent-3: #22d3ee;--accent-soft: rgba(34, 211, 238, .14);--btn-fg: #062028;--glow: none;color:var(--text)}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--nav-h) + 16px)}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-sans);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden;transition:background-color .3s ease,color .3s ease}h1,h2,h3,h4{font-family:var(--font-display);font-weight:700;line-height:1.1;letter-spacing:-.02em;margin:0}p{margin:0}a{color:inherit;text-decoration:none;transition:color .2s ease}img{max-width:100%;display:block}.container{width:100%;max-width:var(--maxw);margin-inline:auto;padding-inline:24px}.section{padding-block:clamp(64px,10vw,128px)}.eyebrow{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-display);font-size:.8rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--accent)}.eyebrow:before{content:"";width:28px;height:1px;background:linear-gradient(90deg,var(--accent),transparent)}.section-title{font-size:clamp(2rem,4vw,3rem);margin-top:14px;margin-bottom:16px;text-shadow:0 0 30px rgba(34,211,238,.18)}.section-lead{color:var(--text-muted);font-size:1.05rem;max-width:60ch}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:13px 24px;border-radius:var(--radius);font-family:var(--font-display);font-weight:600;font-size:.96rem;letter-spacing:.01em;cursor:pointer;border:1px solid transparent;transition:background .2s ease,border-color .2s ease,color .2s ease,filter .2s ease;white-space:nowrap}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--accent);color:var(--btn-fg);border-color:var(--accent);box-shadow:var(--glow)}.btn-primary:hover{background:var(--accent-2);border-color:var(--accent-2);box-shadow:0 0 34px #22d3ee66}.btn-ghost{background:color-mix(in srgb,var(--text) 5%,transparent);border-color:var(--border-strong);color:var(--text);backdrop-filter:blur(8px)}.btn-ghost:hover{border-color:var(--accent);color:var(--accent)}.btn-sm{padding:10px 18px;font-size:.9rem}.pill{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:var(--radius-sm);border:1px solid var(--border-strong);background:color-mix(in srgb,var(--text) 4%,transparent);font-size:.78rem;font-weight:600;letter-spacing:.04em;color:var(--text-muted)}.dot{width:7px;height:7px;border-radius:50%;background:var(--accent)}.grad-text{color:var(--accent)}.holo{position:relative;background:var(--holo-bg);backdrop-filter:blur(12px) saturate(130%);-webkit-backdrop-filter:blur(12px) saturate(130%);border:1px solid var(--holo-border);box-shadow:inset 0 1px #a3f0ff24,inset 0 0 32px #22d3ee0d,0 14px 40px #00000059;transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease}.holo:hover{border-color:var(--holo-border-2);box-shadow:inset 0 1px #a3f0ff33,inset 0 0 40px #22d3ee14,0 18px 50px #00000073,0 0 34px #22d3ee24}.holo:before{content:"";position:absolute;top:-1px;left:8%;right:8%;height:1px;background:linear-gradient(90deg,transparent,rgba(103,232,249,.7),transparent);pointer-events:none}.holo-grid{background-image:linear-gradient(rgba(103,232,249,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(103,232,249,.05) 1px,transparent 1px);background-size:44px 44px}.holo-tag{font-family:var(--font-display);font-size:.72rem;font-weight:600;letter-spacing:.26em;text-transform:uppercase;color:#67e8f9bf}.hud-frame{position:relative}.hud-frame:before,.hud-frame:after{content:"";position:absolute;width:18px;height:18px;border:2px solid color-mix(in srgb,var(--accent) 65%,transparent);pointer-events:none;transition:border-color .2s ease}.hud-frame:before{top:-1px;left:-1px;border-right:0;border-bottom:0}.hud-frame:after{bottom:-1px;right:-1px;border-left:0;border-top:0}.hud-frame:hover:before,.hud-frame:hover:after{border-color:var(--accent)}.js .reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.js .reveal.in{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto}.js .reveal{opacity:1;transform:none}}.profile{padding-top:calc(var(--nav-h) + 48px);padding-bottom:90px;min-height:100vh}.profile .profile-head{display:flex;align-items:center;gap:18px;padding-bottom:28px;margin-bottom:24px;border-bottom:1px solid var(--border)}.profile .avatar{width:64px;height:64px;flex-shrink:0;display:grid;place-items:center;border-radius:50%;background:var(--accent-soft);color:var(--accent);border:1px solid rgba(103,232,249,.5);box-shadow:0 0 24px #22d3ee40,inset 0 0 16px #22d3ee1f;font-family:var(--font-display);font-size:1.7rem;font-weight:700}.profile .who{flex:1;min-width:0}.profile .who h1{font-size:clamp(1.3rem,3vw,1.8rem);overflow:hidden;text-overflow:ellipsis}.profile .badges{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:10px}.profile .badges .badge{display:inline-flex;align-items:center;width:auto;flex:0 0 auto;white-space:nowrap;font-size:.74rem;font-weight:600;padding:4px 11px;border-radius:999px;border:1px solid var(--border-strong);color:var(--text-muted);background:var(--surface-2)}.profile .badges .badge.ok{color:#15803d;border-color:#2ecc7166;background:#2ecc711a}.profile .badges .badge.warn{color:#b45309;border-color:#f59e0b66;background:#f59e0b1a}.profile .badges .badge.admin{color:var(--accent);background:var(--accent-soft);border-color:color-mix(in srgb,var(--accent) 40%,transparent)}.profile .badges .badge.muted{color:var(--text-dim)}.profile .logout{flex-shrink:0}.profile .del-banner{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;padding:14px 18px;margin-bottom:22px;border-radius:var(--radius-sm);background:#dc26261a;border:1px solid rgba(220,38,38,.4);color:#b42318;font-size:.92rem}.profile .del-banner .btn{background:#b42318;color:#fff;border:0}.profile .msg{margin:0 0 22px;padding:12px 16px;border-radius:var(--radius-sm);font-size:.92rem;border:1px solid transparent}.profile .msg[hidden]{display:none}.profile .msg.ok{background:#2ecc711f;border-color:#2ecc7166;color:#15803d}.profile .msg.error{background:#f851491f;border-color:#f8514966;color:#b42318}.profile .cards{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.profile .card{padding:26px;border:1px solid var(--holo-border);border-radius:var(--radius);background:var(--holo-bg);backdrop-filter:blur(12px) saturate(130%);box-shadow:inset 0 1px #a3f0ff1f,inset 0 0 28px #22d3ee0a}.profile .card h2{font-size:.85rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid var(--border)}.profile .hist-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px;border-bottom:1px solid var(--border)}.profile .hist-head h2{margin-bottom:0;padding-bottom:12px;border-bottom:0}.profile .card-lead{color:var(--text-muted);font-size:.95rem;margin-bottom:18px}.profile dl{margin:0 0 18px}.profile .row{display:flex;justify-content:space-between;gap:16px;padding:11px 0;border-top:1px solid var(--border)}.profile .row:first-child{border-top:0;padding-top:0}.profile dt{color:var(--text-muted);font-size:.92rem}.profile dd{margin:0;text-align:right;font-size:.95rem}.profile dd.mono{font-family:ui-monospace,monospace;color:var(--text-muted)}.profile .link-inline{margin-left:10px;background:none;border:0;padding:0;font:inherit;font-size:.85rem;color:var(--accent);cursor:pointer;text-decoration:underline}.profile .edit-email{display:flex;flex-direction:column;gap:12px;padding-top:6px;border-top:1px solid var(--border)}.profile .edit-email label{display:flex;flex-direction:column;gap:6px}.profile .edit-email span{font-size:.82rem;font-weight:600;color:var(--text-muted)}.profile .edit-email input{padding:10px 12px;border-radius:var(--radius-sm);border:1px solid var(--border-strong);background:var(--surface-2);color:var(--text);font:inherit}.profile .edit-email input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.profile .form-actions{display:flex;gap:10px;justify-content:flex-end}.profile .edit-email[hidden]{display:none}.profile .card.history{margin-top:20px}.profile .hist-state{color:var(--text-dim);font-size:.92rem}.profile .hist{width:100%;border-collapse:collapse;font-size:.92rem}.profile .hist th{text-align:left;color:var(--text-muted);font-size:.78rem;text-transform:uppercase;letter-spacing:.05em;font-weight:600;padding:0 10px 10px;border-bottom:1px solid var(--border)}.profile .hist th:last-child,.profile .hist .h-price{text-align:right}.profile .hist td{padding:12px 10px;border-bottom:1px solid var(--border)}.profile .hist tbody tr:last-child td{border-bottom:0}.profile .hist .h-date{color:var(--text-muted);white-space:nowrap;font-variant-numeric:tabular-nums}.profile .hist .h-prod{color:var(--text)}.profile .hist .h-price{font-weight:600;white-space:nowrap;font-variant-numeric:tabular-nums}.profile .card.danger{margin-top:20px;border-color:#dc262659}.profile .card.danger h2{color:#b42318}.profile .btn-danger{background:transparent;border:1px solid #b42318;color:#b42318}.profile .btn-danger:hover{background:#b42318;color:#fff}@media(max-width:720px){.profile .cards{grid-template-columns:1fr}.profile .profile-head{flex-wrap:wrap}}.auth{min-height:100vh;display:grid;place-items:center;padding:calc(var(--nav-h) + 40px) 24px 80px}.auth .auth-card{width:100%;max-width:420px;padding:40px 34px 30px;border-radius:var(--radius);border:1px solid var(--holo-border);background:var(--holo-bg);backdrop-filter:blur(12px) saturate(130%);box-shadow:inset 0 1px #a3f0ff24,inset 0 0 32px #22d3ee0d,0 30px 80px #0006}.auth .auth-head{text-align:center;margin-bottom:24px}.auth .auth-head .brand-mark{font-size:2rem;color:var(--accent)}.auth .auth-head h1{font-size:1.7rem;margin:10px 0 8px}.auth .auth-head p{color:var(--text-muted);font-size:.92rem}.auth .banner{margin:0 0 20px;padding:11px 14px;border-radius:var(--radius-sm);font-size:.88rem;background:#f59e0b1f;border:1px solid rgba(245,158,11,.4);color:#b45309}.auth .banner[hidden]{display:none}.auth .auth-form{display:flex;flex-direction:column;gap:16px}.auth .auth-form[hidden]{display:none}.auth .auth-form label{display:flex;flex-direction:column;gap:7px}.auth .auth-form span{font-size:.82rem;font-weight:600;color:var(--text-muted)}.auth .auth-form input{padding:12px 14px;border-radius:var(--radius-sm);border:1px solid var(--border-strong);background:var(--surface-2);color:var(--text);font:inherit}.auth .auth-form input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.auth .reset-lead{color:var(--text-muted);font-size:.92rem;margin:0}.auth .hint{font-size:.8rem;color:var(--text-dim);margin:-4px 0 0}.auth .row{display:flex;justify-content:flex-end;margin-top:-6px}.auth .row.center{justify-content:center;margin-top:0}.auth .link{background:none;border:0;padding:0;font:inherit;font-size:.85rem;color:var(--accent);cursor:pointer;text-decoration:underline}.auth .full{width:100%}.auth .msg{margin:0;padding:10px 12px;border-radius:var(--radius-sm);font-size:.88rem;border:1px solid transparent}.auth .msg[hidden]{display:none}.auth .msg.ok{background:#2ecc711f;border-color:#2ecc7166;color:#15803d}.auth .msg.error{background:#f851491f;border-color:#f8514966;color:#b42318}.auth .auth-providers{margin-top:20px;display:flex;flex-direction:column;gap:10px}.auth .auth-providers[hidden]{display:none}.auth .auth-divider{display:flex;align-items:center;gap:12px;color:var(--text-dim);font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px}.auth .auth-divider:before,.auth .auth-divider:after{content:"";flex:1;height:1px;background:var(--border-strong)}.auth .btn-provider{display:flex;align-items:center;justify-content:center;gap:10px;padding:11px 14px;border-radius:var(--radius-sm);border:1px solid var(--border-strong);background:var(--surface-2);color:var(--text);font-weight:600;font-size:.92rem;text-decoration:none;transition:border-color .15s,background .15s}.auth .btn-provider:hover{border-color:var(--accent);background:var(--accent-soft)}.auth .auth-foot{margin-top:20px;text-align:center;font-size:.88rem;color:var(--text-muted)}.auth .auth-foot[hidden]{display:none}.auth .auth-foot a{color:var(--accent)}.legal{max-width:780px;margin:0 auto;padding:calc(var(--nav-h) + 56px) 24px 96px}.legal .legal-head{margin-bottom:40px}.legal .kicker{font-family:var(--font-display);font-size:.78rem;letter-spacing:.16em;color:var(--accent);margin-bottom:10px}.legal h1{font-size:clamp(1.9rem,4vw,2.6rem);margin:0 0 10px}.legal .updated{color:var(--text-dim);font-size:.88rem}.legal section{margin-bottom:34px}.legal h2{font-size:1.15rem;margin:0 0 12px;color:var(--text)}.legal p{color:var(--text-muted);line-height:1.7;margin:0 0 12px}.legal ul{margin:0 0 12px;padding-left:22px;color:var(--text-muted);line-height:1.7;display:flex;flex-direction:column;gap:8px}.legal a{color:var(--accent);text-decoration:underline}.legal code{background:var(--surface-2);border:1px solid var(--border);border-radius:4px;padding:1px 6px;font-size:.86em}.legal .table-wrap{overflow-x:auto;margin-bottom:12px}.legal table{width:100%;border-collapse:collapse;font-size:.92rem}.legal th,.legal td{text-align:left;padding:10px 12px;border-bottom:1px solid var(--border);color:var(--text-muted)}.legal th{color:var(--text);font-size:.8rem;letter-spacing:.08em;text-transform:uppercase}.del{min-height:100vh;padding:calc(var(--nav-h) + 48px) 24px 80px;display:flex;justify-content:center}.del .del-card{width:100%;max-width:620px}.del .back{color:var(--accent);font-size:.9rem}.del .del-card h1{margin:16px 0 8px;font-size:clamp(1.6rem,4vw,2.2rem)}.del .lead{color:var(--text-muted);margin-bottom:28px}.del .conditions{list-style:none;padding:0;margin:0 0 24px;display:flex;flex-direction:column;gap:12px}.del .conditions li{padding:14px 16px;border:1px solid var(--border);border-left:3px solid rgba(220,38,38,.5);border-radius:var(--radius-sm);background:var(--surface);color:var(--text-muted);font-size:.95rem}.del .conditions strong{color:var(--text)}.del .agree{display:flex;align-items:flex-start;gap:10px;margin-bottom:24px;cursor:pointer;font-size:.95rem}.del .agree input{margin-top:3px;width:17px;height:17px;accent-color:#b42318}.del .actions{display:flex;gap:12px;justify-content:flex-end}.del form label{display:flex;flex-direction:column;gap:7px;margin-bottom:18px}.del form label span{font-size:.85rem;font-weight:600;color:var(--text-muted)}.del form input{padding:12px 14px;border-radius:var(--radius-sm);border:1px solid var(--border-strong);background:var(--surface-2);color:var(--text);font:inherit}.del form input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.del form input:disabled{opacity:.55;cursor:not-allowed}.del .otp-field small{color:var(--text-dim);font-size:.8rem}.del .confirm-note{color:var(--text-muted);margin-bottom:20px}.del .msg{margin:0 0 16px;padding:11px 14px;border-radius:var(--radius-sm);font-size:.9rem}.del .msg[hidden]{display:none}.del .msg.error{background:#f851491f;border:1px solid rgba(248,81,73,.4);color:#b42318}.del .btn-danger{background:#b42318;border:1px solid #b42318;color:#fff}.del .btn-danger:hover{background:#97170f;border-color:#97170f}.del .btn-danger:disabled{opacity:.5;cursor:not-allowed}.del [data-step=done]{text-align:center;padding-top:10px}.del .done-icon{width:56px;height:56px;margin:0 auto 16px;display:grid;place-items:center;border-radius:50%;background:#2ecc7126;color:#15803d;font-size:1.6rem}.del .done-text{color:var(--text-muted);max-width:44ch;margin:10px auto 24px}
