:root{--bg:#071014;--text:#edf7f8;--muted:#91a9ae;--accent:#61dfd1;--line:#254047}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;min-height:100vh}.nav{height:82px;padding:0 6vw;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #183037}.brand{display:flex;align-items:center;gap:11px;font-weight:750;font-size:20px}.mark{width:32px;height:32px;border:1px solid #3ccfc0;border-radius:9px;display:grid;place-items:center;color:#71e5d9;font-weight:800}.back{color:#9bb0b4;font-size:13px}.verify-page{max-width:900px;margin:0 auto;padding:120px 7vw 150px}.eyebrow{font-size:11px;letter-spacing:.2em;color:#56dacc;font-weight:800}.verify-page h1{font-size:clamp(56px,9vw,110px);line-height:.9;letter-spacing:-.065em;margin:25px 0}.verify-page h1 span{color:var(--accent)}.verify-page>p{max-width:620px;color:#9eb3b7;font-size:18px;line-height:1.6}.verify-page form{display:flex;gap:10px;margin-top:45px}.verify-page input{flex:1;background:#0d1c21;border:1px solid #2a464e;border-radius:14px;padding:18px;color:white;font-size:16px;outline:none}.verify-page input:focus{border-color:#61dfd1}.verify-page button{border:0;border-radius:14px;background:var(--accent);color:#061014;padding:0 25px;font-weight:800;font-size:15px}.result{display:none;margin-top:18px;padding:22px;border:1px solid #29464c;border-radius:16px;background:#0b1a1f}.result.show{display:block}.pending{color:#61dfd1;font-weight:800}.result p{color:#b8c9cc}.result small{color:#71888d;line-height:1.5}.trust-note{margin-top:60px;border-left:2px solid #3b7977;padding:4px 0 4px 18px;color:#7f979c;line-height:1.65;font-size:14px}footer{border-top:1px solid #183037;padding:28px 6vw;display:flex;justify-content:space-between;color:#71888d;font-size:12px}@media(max-width:650px){.verify-page{padding-top:80px}.verify-page form{flex-direction:column}.verify-page button{height:56px}}
