:root {
  color-scheme: dark;
  --bg: #050505;
  --panel: rgba(16, 16, 18, .82);
  --line: rgba(255, 255, 255, .1);
  --muted: #a3a3ad;
  --blue: #208cff;
}

* { box-sizing: border-box; }

html { min-height: 100%; background: var(--bg); }

body {
  min-height: 100vh;
  margin: 0;
  padding: 52px 20px 34px;
  overflow-x: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 50% -15%, rgba(32, 140, 255, .16), transparent 38%),
    linear-gradient(180deg, #08090b 0%, #030303 72%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .16;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E");
}

.ambient {
  position: fixed;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  filter: blur(115px);
  opacity: .1;
  background: var(--blue);
  pointer-events: none;
}

.ambient-one { left: -180px; top: 25%; }
.ambient-two { right: -190px; bottom: 5%; }

.profile-card {
  position: relative;
  z-index: 1;
  width: min(100%, 620px);
  margin: 0 auto;
}

.profile { text-align: center; margin-bottom: 30px; }

.avatar-wrap {
  position: relative;
  width: 132px;
  height: 132px;
  margin: 0 auto 22px;
  padding: 3px;
  border-radius: 50%;
  background: linear-gradient(145deg, #5cb2ff, #0a56c9 48%, #202126 52%, #fff);
  box-shadow: 0 0 0 6px rgba(255,255,255,.035), 0 18px 60px rgba(0,103,255,.25);
}

.avatar { width: 100%; height: 100%; display: block; object-fit: contain; border-radius: 50%; background: #000; }

.status-dot {
  position: absolute;
  right: 7px;
  bottom: 9px;
  width: 18px;
  height: 18px;
  border: 4px solid #08090b;
  border-radius: 50%;
  background: #4dff8a;
  box-shadow: 0 0 15px rgba(77,255,138,.55);
}

.eyebrow { margin: 0 0 7px; color: #55a9ff; font-size: 11px; font-weight: 800; letter-spacing: .22em; }
h1 { margin: 0; font-size: clamp(32px, 6vw, 46px); letter-spacing: -.045em; line-height: 1; }
.bio { margin: 13px auto 9px; color: #d9d9de; font-size: 16px; line-height: 1.55; }
.location { display: flex; justify-content: center; align-items: flex-start; gap: 7px; margin: 0 auto; color: #80808a; font-size: 12px; line-height: 1.5; }
.location span { color: var(--blue); font-size: 17px; line-height: 1.05; }

.links { display: grid; gap: 12px; }

.link {
  position: relative;
  display: grid;
  grid-template-columns: 52px 1fr auto;
  gap: 15px;
  align-items: center;
  min-height: 78px;
  padding: 12px 18px 12px 13px;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: linear-gradient(110deg, rgba(25,25,28,.9), rgba(11,11,13,.78));
  box-shadow: 0 15px 50px rgba(0,0,0,.24);
  backdrop-filter: blur(16px);
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.link::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: var(--blue);
  opacity: 0;
  transition: opacity .22s ease;
}

.link:hover { transform: translateY(-3px); border-color: rgba(56,151,255,.48); background: linear-gradient(110deg, rgba(28,36,49,.95), rgba(13,14,17,.9)); }
.link:hover::after { opacity: 1; }

.icon-box { display: grid; place-items: center; width: 52px; height: 52px; border: 1px solid rgba(255,255,255,.09); border-radius: 15px; background: #0b0b0d; box-shadow: inset 0 1px 0 rgba(255,255,255,.05); }
.icon-box img { width: 27px; height: 27px; object-fit: contain; }
.brand-mark { color: #fff; border-color: rgba(72,157,255,.48); background: linear-gradient(145deg, #1684fa, #04224b); font-size: 30px; font-weight: 1000; font-style: italic; }
.tiktok-icon { box-shadow: inset 3px 0 0 #25f4ee, inset -3px 0 0 #fe2c55; }

.link-copy { min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.link-copy strong { font-size: 16px; letter-spacing: -.01em; }
.link-copy small { overflow: hidden; color: var(--muted); font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.arrow { color: #777782; font-size: 21px; transition: color .2s ease, transform .2s ease; }
.link:hover .arrow { color: #fff; transform: translate(2px, -2px); }

.soon { padding: 6px 8px; color: #73e99f; border: 1px solid rgba(37,211,102,.25); border-radius: 8px; background: rgba(37,211,102,.08); font-size: 8px; font-weight: 900; letter-spacing: .1em; }
.youtube-pending { cursor: default; }
.youtube-pending:hover { transform: none; border-color: rgba(255,0,0,.3); }
.youtube-pending:hover::after { opacity: 0; }
.youtube-soon { color: #ff7777; border-color: rgba(255,0,0,.25); background: rgba(255,0,0,.08); }

footer { padding: 28px 0 0; color: #52525a; text-align: center; font-size: 11px; letter-spacing: .08em; }

@media (max-width: 540px) {
  body { padding: 34px 14px 24px; }
  .avatar-wrap { width: 116px; height: 116px; margin-bottom: 19px; }
  .profile { margin-bottom: 24px; }
  .bio { font-size: 14px; }
  .location { width: min(100%, 350px); font-size: 11px; }
  .links { gap: 10px; }
  .link { min-height: 71px; grid-template-columns: 46px 1fr auto; gap: 12px; padding: 11px 15px 11px 11px; border-radius: 17px; }
  .icon-box { width: 46px; height: 46px; border-radius: 13px; }
  .icon-box img { width: 25px; height: 25px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
