:root {
  --bg: #06120c;
  --surface: rgba(10, 34, 23, .78);
  --surface-2: rgba(255,255,255,.06);
  --line: rgba(255,255,255,.11);
  --text: #f5fff8;
  --muted: #9bb7a7;
  --green: #00d34f;
  --green-2: #49f58c;
  --orange: #ff9d2e;
  --shadow: 0 24px 80px rgba(0,0,0,.42);
}

* { box-sizing: border-box; }
html { min-height: 100%; background: var(--bg); }
body {
  min-height: 100vh;
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 50% -10%, rgba(0,211,79,.20), transparent 38%),
    linear-gradient(160deg, #06120c 0%, #071910 50%, #041009 100%);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
.ambient { position: fixed; border-radius: 999px; filter: blur(80px); pointer-events: none; opacity: .42; }
.ambient-a { width: 320px; height: 320px; background: rgba(0,211,79,.24); right: -140px; top: 7vh; }
.ambient-b { width: 260px; height: 260px; background: rgba(255,157,46,.11); left: -120px; bottom: 6vh; }
.shell { width: min(100%, 520px); margin: 0 auto; padding: 20px 16px 36px; position: relative; z-index: 1; }
.profile-card, .directory-card, .error-card {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(14,45,29,.88), rgba(6,20,13,.94));
  box-shadow: var(--shadow);
  border-radius: 30px;
  overflow: hidden;
  backdrop-filter: blur(18px);
}
.profile-card { padding: 18px; }
.brandbar { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.brand { display: inline-flex; align-items: baseline; letter-spacing: -1.2px; font-weight: 800; }
.brand-mark { width: 26px; height: 26px; border-radius: 50%; background: var(--green); color: #04220f; display: inline-grid; place-items: center; font-size: 20px; margin-right: 2px; }
.brand-name { font-size: 29px; line-height: 1; }
.brand-energy { margin-left: 3px; font-size: 11px; font-weight: 700; color: var(--green-2); letter-spacing: 0; }
.official-badge { font-size: 9px; letter-spacing: 1.4px; font-weight: 800; border: 1px solid rgba(73,245,140,.28); background: rgba(73,245,140,.07); color: #aefacb; padding: 8px 9px; border-radius: 999px; }
.hero { text-align: center; padding: 30px 8px 18px; }
.avatar-wrap { width: 122px; height: 122px; margin: 0 auto 18px; position: relative; }
.avatar, .avatar-fallback { width: 100%; height: 100%; border-radius: 50%; border: 3px solid rgba(255,255,255,.88); box-shadow: 0 0 0 7px rgba(0,211,79,.16), 0 18px 50px rgba(0,0,0,.36); object-fit: cover; background: linear-gradient(135deg,#0c4c2b,#0b2d1d); }
.avatar-fallback { display: none; place-items: center; font-size: 36px; font-weight: 800; color: #dfffea; }
.verified { position: absolute; right: 1px; bottom: 6px; width: 28px; height: 28px; display: grid; place-items: center; background: var(--green); color: #04220f; border: 3px solid #092319; border-radius: 50%; font-size: 14px; font-weight: 900; }
.eyebrow { margin: 0 0 8px; color: var(--green-2); font-weight: 800; font-size: 11px; letter-spacing: 2.5px; }
.hero h1 { font-size: clamp(30px, 8vw, 42px); line-height: .98; letter-spacing: -1.7px; margin: 0; }
.location { margin: 10px 0 0; color: #bdd0c4; font-size: 13px; }
.headline { color: #d9ebe0; font-size: 15px; line-height: 1.55; margin: 18px auto 0; max-width: 340px; }
.actions { display: grid; gap: 12px; padding-top: 6px; }
.btn { position: relative; display: flex; align-items: center; gap: 13px; min-height: 68px; border-radius: 20px; border: 1px solid var(--line); padding: 14px 16px; transition: transform .18s ease, border-color .18s ease, background .18s ease; }
.btn:hover { transform: translateY(-2px); border-color: rgba(255,255,255,.23); }
.btn:active { transform: translateY(0) scale(.99); }
.btn-primary { background: linear-gradient(135deg, var(--green), #00b844); color: #03200d; border-color: rgba(255,255,255,.16); box-shadow: 0 15px 40px rgba(0,211,79,.19); }
.btn-primary .btn-copy small { color: rgba(3,32,13,.68); }
.btn-icon { width: 37px; height: 37px; display: grid; place-items: center; background: rgba(255,255,255,.28); border-radius: 12px; font-size: 19px; flex: 0 0 auto; }
.btn-copy { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.btn-copy strong { font-size: 14px; line-height: 1.25; }
.btn-copy small { color: var(--muted); font-size: 11px; line-height: 1.25; }
.btn-arrow { margin-left: auto; font-size: 22px; opacity: .82; }
.social-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.btn-social { min-height: 56px; justify-content: center; padding: 10px 12px; background: var(--surface-2); font-size: 13px; font-weight: 700; }
.social-symbol { width: 30px; height: 30px; display: grid; place-items: center; background: rgba(255,255,255,.08); border-radius: 10px; font-size: 18px; }
.btn-card { background: linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035)); }
.card-icon { width: 39px; height: 39px; border-radius: 13px; display: grid; place-items: center; flex: 0 0 auto; color: var(--green-2); background: rgba(0,211,79,.10); border: 1px solid rgba(0,211,79,.14); }
.trust-strip { margin: 18px 0 2px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: repeat(3,1fr); gap: 6px; padding: 16px 0; text-align: center; }
.trust-strip div { display: flex; flex-direction: column; gap: 3px; }
.trust-strip strong { font-size: 10px; color: #daf7e5; }
.trust-strip span { font-size: 9px; color: #759483; }
.footer { text-align: center; color: #769384; padding: 15px 16px 3px; font-size: 10px; line-height: 1.5; }
.footer p { margin: 3px 0; }
.directory, .error-state { min-height: 82vh; display: grid; place-items: center; }
.directory-card, .error-card { width: 100%; padding: 34px 26px; text-align: center; }
.brand-center { justify-content: center; margin-bottom: 22px; }
.directory h1, .error-card h1 { margin: 0 0 10px; letter-spacing: -1px; }
.directory p, .error-card p { color: var(--muted); line-height: 1.55; margin: 0 0 24px; }
.profile-list { display: grid; gap: 10px; text-align: left; }
.profile-list a { padding: 14px 16px; border: 1px solid var(--line); background: var(--surface-2); border-radius: 16px; display: flex; justify-content: space-between; gap: 10px; }
.profile-list span { color: var(--muted); font-size: 12px; }
.error-code { font-size: 58px; font-weight: 900; color: var(--green); letter-spacing: -4px; }
.btn-center { justify-content: center; }
[hidden] { display: none !important; }
@media (min-width: 560px) { .shell { padding-top: 34px; } }
@media (prefers-reduced-motion: no-preference) {
  .profile-card { animation: rise .45s ease both; }
  @keyframes rise { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
}
