:root{--navy:#041432;--navy2:#092454;--blue:#12c8ff;--gold:#ffb51b;--white:#f7fbff;--muted:#a9bdd8;--line:rgba(84,190,255,.22)}
*{box-sizing:border-box}
html{min-height:100%;background:var(--navy)}
body{margin:0;min-height:100vh;color:var(--white);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;background:radial-gradient(circle at 50% -5%,#0c3b74 0,#061a3c 32%,#03102b 72%,#020b20 100%);overflow-x:hidden}
.glow{position:fixed;border-radius:50%;filter:blur(90px);pointer-events:none;opacity:.22}.glow-one{width:360px;height:360px;background:#00c8ff;top:-180px;left:-120px}.glow-two{width:300px;height:300px;background:#ffae00;right:-180px;bottom:-120px;opacity:.12}
.page{width:min(100% - 32px,560px);margin:0 auto;padding:42px 0 30px;position:relative;z-index:1}
.profile{text-align:center}.logo-wrap{width:112px;height:112px;margin:0 auto 18px;padding:4px;border-radius:30px;background:linear-gradient(135deg,var(--blue),#1776ff 58%,var(--gold));box-shadow:0 0 0 7px rgba(26,187,255,.07),0 18px 50px rgba(0,157,255,.24);transform:rotate(-2deg)}
.logo-wrap img{width:100%;height:100%;display:block;object-fit:cover;border-radius:26px;transform:rotate(2deg)}
.kicker{margin:0 0 7px;color:var(--blue);font-size:11px;font-weight:850;letter-spacing:.2em}.profile h1{margin:0;font-size:clamp(31px,8vw,43px);line-height:1.08;letter-spacing:-.035em}.intro{max-width:430px;margin:12px auto 13px;color:var(--muted);font-size:15px;line-height:1.55}.trust{display:inline-flex;align-items:center;gap:7px;color:#cfe0f5;font-size:12px;background:rgba(10,42,81,.72);border:1px solid var(--line);border-radius:999px;padding:6px 11px}.trust span{width:7px;height:7px;border-radius:50%;background:#28e58a;box-shadow:0 0 12px #28e58a}
.links{display:grid;gap:12px;margin-top:28px}.link{min-height:74px;display:flex;align-items:center;gap:14px;padding:12px 15px;text-decoration:none;color:var(--white);background:linear-gradient(105deg,rgba(10,39,79,.96),rgba(7,29,62,.95));border:1px solid var(--line);border-radius:18px;box-shadow:0 12px 35px rgba(0,5,20,.22);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.link:hover,.link:focus-visible{transform:translateY(-3px);border-color:rgba(60,205,255,.72);box-shadow:0 15px 42px rgba(0,126,220,.2);outline:none}.link.featured{border-color:rgba(255,181,27,.6);background:linear-gradient(105deg,rgba(13,56,74,.98),rgba(8,37,72,.96));box-shadow:0 13px 38px rgba(4,191,129,.1)}
.icon{width:46px;height:46px;flex:0 0 46px;display:grid;place-items:center;border-radius:14px;background:linear-gradient(145deg,rgba(21,203,255,.2),rgba(13,89,188,.18));border:1px solid rgba(56,200,255,.22);font-size:22px}.copy{min-width:0;flex:1;display:flex;flex-direction:column;gap:3px}.copy strong{font-size:16px;letter-spacing:-.01em}.copy small{color:var(--muted);font-size:12px;line-height:1.3}.arrow{font-family:Georgia,serif;color:var(--blue);font-size:30px;line-height:1;transform:translateY(-1px)}
footer{text-align:center;margin-top:27px;color:var(--muted)}footer p{margin:0 0 6px;color:#d9e8f8;font-size:13px;font-weight:650}footer small{font-size:11px}
@media(max-width:390px){.page{width:min(100% - 22px,560px);padding-top:28px}.logo-wrap{width:96px;height:96px;border-radius:26px}.logo-wrap img{border-radius:22px}.link{min-height:70px;padding:11px 12px;gap:11px}.icon{width:43px;height:43px;flex-basis:43px}.copy strong{font-size:15px}}
@media(prefers-reduced-motion:reduce){.link{transition:none}}
