:root{color-scheme:light;font-family:Inter,"Segoe UI",Arial,sans-serif;color:#0f172a;background:#fff;font-size:16px;--red:#e81c2d;--ink:#0f172a;--muted:#64748b;--line:#e2e8f0;--soft:#f8fafc}
*{box-sizing:border-box}
body{margin:0;min-height:100vh;background:radial-gradient(circle at 15% 8%,rgba(124,58,237,.08),transparent 28rem),radial-gradient(circle at 86% 9%,rgba(232,28,45,.08),transparent 30rem),radial-gradient(circle,rgba(100,116,139,.14) .7px,transparent .8px),#fff;background-size:auto,auto,18px 18px;color:var(--ink)}
.site-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:72px;padding:10px max(24px,calc((100vw - 1120px)/2));background:rgba(255,255,255,.94);border-bottom:1px solid rgba(226,232,240,.9);box-shadow:0 8px 24px rgba(15,23,42,.06);backdrop-filter:blur(16px)}
.brand{display:inline-flex;align-items:center;text-decoration:none}.brand img{display:block;width:145px;height:auto}.header-label{padding:8px 14px;border:1px solid var(--line);border-radius:999px;color:#475569;background:#fff;font-size:12px;font-weight:750;letter-spacing:.08em;text-transform:uppercase}
main{max-width:1120px;margin:auto;padding:72px 24px 36px}
a{color:var(--red);text-underline-offset:4px;text-decoration-thickness:1px}
.hero{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:54px;align-items:center;margin-bottom:36px}
.intro{max-width:740px}.eyebrow,.product-label,.step-label{margin:0 0 16px;color:var(--red);font-size:12px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}
h1{max-width:780px;margin:0;font-size:clamp(40px,6vw,68px);line-height:1.03;letter-spacing:-.055em;color:#020617}h1 span{color:var(--red)}
.intro>p:last-child{max-width:650px;margin:26px 0 0;color:#475569;font-size:18px;line-height:1.7}
h2{margin-top:0;color:#0f172a;font-size:24px;letter-spacing:-.025em}p{line-height:1.65;color:#64748b}
.product-card{position:relative;overflow:hidden;padding:28px;border:1px solid rgba(226,232,240,.95);border-radius:26px;background:rgba(255,255,255,.92);box-shadow:0 24px 70px rgba(15,23,42,.11)}.product-card:before{position:absolute;inset:0 0 auto;height:5px;background:linear-gradient(90deg,#3157ff,#8a36d5,var(--red));content:""}.product-label{margin-top:4px}.product-heading{display:flex;gap:16px;align-items:center}.product-heading h2{margin:0 0 4px;font-size:27px}.product-heading p{margin:0;font-size:14px}.product-mark{display:grid;flex:0 0 58px;height:58px;place-items:center;border-radius:18px;background:linear-gradient(135deg,#3157ff,#8a36d5 52%,var(--red));color:#fff;font-size:28px;font-weight:850;box-shadow:0 12px 26px rgba(124,58,237,.2)}.product-detail{display:flex;gap:10px;align-items:flex-start;margin-top:24px;padding:14px 16px;border-radius:16px;background:#f8fafc;color:#475569;font-size:13px;line-height:1.55}.product-detail span{display:grid;flex:0 0 20px;height:20px;place-items:center;border-radius:999px;background:#dcfce7;color:#15803d;font-weight:900}
.card{margin:24px 0;padding:30px;border:1px solid var(--line);border-radius:24px;background:rgba(255,255,255,.96);box-shadow:0 18px 55px rgba(15,23,42,.09)}
.auth-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(310px,.75fr);gap:46px;align-items:center;padding:34px 38px}.auth-card h2{margin-bottom:10px;font-size:28px}.auth-card p{margin:0}.step-label{margin-bottom:10px}.auth-action{padding-left:36px;border-left:1px solid var(--line)}
button{border:1px solid transparent;border-radius:999px;padding:13px 22px;font:inherit;font-weight:750;background:var(--red);color:#fff;cursor:pointer;margin-top:10px;box-shadow:0 8px 30px rgba(232,28,45,.24);transition:background .2s,border-color .2s,transform .2s,box-shadow .2s}button:hover{background:#020617;box-shadow:0 8px 26px rgba(15,23,42,.2);transform:translateY(-1px)}button:disabled{opacity:.45;cursor:not-allowed;box-shadow:none;transform:none}button.secondary{background:#fff;border-color:#0f172a;color:#0f172a;box-shadow:none}button.secondary:hover{background:#0f172a;color:#fff}
label{display:block;margin:18px 0 7px;color:#334155;font-size:14px;font-weight:650}input,select{display:block;width:100%;margin-top:7px;padding:12px 13px;border:1px solid #cbd5e1;border-radius:12px;background:#fff;color:#0f172a;font:inherit;box-shadow:inset 0 1px 2px rgba(15,23,42,.03)}input[readonly]{color:#64748b;background:#f8fafc}input:focus,select:focus,button:focus-visible,a:focus-visible{outline:3px solid rgba(232,28,45,.22);outline-offset:2px;border-color:var(--red)}
.check{display:flex;align-items:flex-start;gap:12px;line-height:1.55;font-weight:500}.check input{width:19px;height:19px;flex-shrink:0;margin:2px 0 0;accent-color:var(--red)}.consent{margin:0 0 12px;padding:13px 14px;border:1px solid #fecdd3;border-radius:14px;background:#fff1f2;color:#334155}.auth-action button{width:100%;margin-top:2px}.consent-note{margin-top:10px!important;font-size:12px!important;color:#94a3b8!important;text-align:center}
.muted,dt{color:#64748b;font-size:14px}.account-line,.section-heading{display:flex;justify-content:space-between;align-items:center;gap:16px}.account-line{flex-wrap:wrap;margin-top:22px;padding:13px 16px;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.9)}.account-line button{margin:0}.badge{border-radius:999px;padding:6px 14px;background:#dcfce7;color:#15803d;font-size:13px;font-weight:700}.badge.suspended{background:#ffe4e6;color:#be123c}dl{display:flex;gap:50px;flex-wrap:wrap}dd{margin:8px 0;font-family:ui-monospace,monospace;font-size:20px}
#message:empty{display:none}#message{margin:18px 0;padding:13px 16px;border-left:3px solid var(--red);border-radius:0 10px 10px 0;background:#fff1f2;color:#9f1239}
.table-wrap{overflow-x:auto}table{width:100%;min-width:600px;border-collapse:collapse;text-align:left}th,td{padding:16px 10px;border-bottom:1px solid var(--line);vertical-align:top;font-size:14px;line-height:1.6}th{color:#334155}td small{display:block;color:#64748b;overflow-wrap:anywhere}td input{min-width:150px}
footer{display:flex;justify-content:space-between;margin-top:54px;padding:28px 2px 0;border-top:1px solid var(--line);color:#64748b;font-size:13px}[hidden]{display:none!important}
.terms-page main{max-width:900px}.terms-page .intro{margin-bottom:32px}.terms-page .intro>p:last-child{max-width:760px}.terms-page article h2{margin-top:34px}.terms-page article h2:first-child{margin-top:0}
dialog{max-width:min(560px,94vw);max-height:90vh;overflow:auto;padding:24px;border:1px solid var(--line);border-radius:22px;background:#fff;color:#0f172a;box-shadow:0 30px 80px rgba(15,23,42,.24)}dialog::backdrop{background:rgba(15,23,42,.58)}.tabs,.actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.tabs{margin:22px 0}.tabs button[aria-current=page]{background:#0f172a;color:#fff}.filters{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;align-items:end}.filters label{margin:0}.filters button{height:44px}.environment-note{padding:12px 16px;border-left:3px solid var(--red);border-radius:6px;background:#fff1f2}.form-error{color:#be123c}#dashboard{min-width:0}#dashboard .card{min-width:0}#dashboard td{max-width:300px;overflow-wrap:anywhere}#dashboard .table-wrap{max-width:100%;overflow-x:auto}#dashboard dl{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:16px}#dashboard .actions{margin:14px 0}#dashboard h2{margin-bottom:18px}#dashboard nav button{margin:0}main:has(#dashboard:not([hidden])){max-width:1380px}body:has(dialog[open]){overflow:hidden}
@media(max-width:800px){main{padding-top:48px}.hero,.auth-card{grid-template-columns:1fr}.hero{gap:30px}.auth-card{gap:24px}.auth-action{padding:24px 0 0;border-top:1px solid var(--line);border-left:0}}
@media(max-width:560px){.site-header{min-height:64px;padding:9px 16px}.brand img{width:122px}.header-label{font-size:10px;padding:7px 10px}main{padding:40px 16px 26px}h1{font-size:39px}.intro>p:last-child{font-size:16px}.product-card,.card{padding:22px;border-radius:20px}.auth-card{padding:24px}.product-heading h2{font-size:23px}dl{gap:25px}.section-heading{align-items:flex-start}button{width:100%}.account-line button{width:auto}.filters{grid-template-columns:1fr 1fr}.tabs{gap:7px}.tabs button{font-size:13px;padding:9px}.filters label{min-width:0}.actions button{flex:1}dialog{padding:18px}footer{flex-direction:column;gap:12px}}
