*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

:root {
  --fire1: #FF2200;
  --fire2: #FF6A00;
  --fire3: #FFB700;
  --fire4: #FFE259;
  --bg: #0a0a0b;
  --surface: #111114;
  --surface2: #1a1a1f;
  --border: rgba(255, 106, 0, 0.15);
  --text: #f5f0ea;
  --muted: #e6e4e9;
  --radius: 14px
}

html,
body {
  min-height: 100%;
  background: var(--bg);
  color: var(--text);
  font-family: 'Outfit', sans-serif;
  overflow-x: hidden
}

.bg-canvas {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none
}

.bg-canvas::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 50% at 50% 100%, rgba(255, 60, 0, .18) 0%, transparent 70%), radial-gradient(ellipse 40% 30% at 50% 95%, rgba(255, 160, 0, .1) 0%, transparent 60%)
}

@keyframes ember-float {
  0% {
    transform: translateY(0) translateX(0) scale(1);
    opacity: 0
  }

  10% {
    opacity: 1
  }

  90% {
    opacity: .6
  }

  100% {
    transform: translateY(-110vh) translateX(var(--dx)) scale(.3);
    opacity: 0
  }
}

.ember {
  position: absolute;
  bottom: -10px;
  width: var(--sz);
  height: var(--sz);
  border-radius: 50%;
  background: var(--col);
  filter: blur(1px);
  animation: ember-float var(--dur) var(--delay) ease-in infinite
}

.page {
  position: relative;
  z-index: 1;
  max-width: 480px;
  margin: 0 auto;
  padding: 52px 20px 80px;
  display: flex;
  flex-direction: column;
  align-items: center
}

.avatar {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: var(--surface2);
  position: relative;
  margin-bottom: 16px;
  overflow: hidden;
  opacity: 0;
  animation: fade-up .6s .1s ease forwards
}

.avatar::before {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--fire1), var(--fire2), var(--fire3));
  z-index: -1
}

.avatar-inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--surface2);
  display: flex;
  align-items: center;
  justify-content: center
}

.name {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 30px;
  letter-spacing: 2.5px;
  text-align: center;
  line-height: 1;
  background: linear-gradient(90deg, var(--fire2), var(--fire3), var(--fire4));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 4px;
  opacity: 0;
  animation: fade-up .6s .2s ease forwards
}

.brand-name {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 13px;
  letter-spacing: 4px;
  color: var(--muted);
  text-align: center;
  margin-bottom: 10px;
  opacity: 0;
  animation: fade-up .6s .3s ease forwards
}

.bio {
  font-size: 13.5px;
  font-weight: 300;
  color: var(--muted);
  text-align: center;
  line-height: 1.65;
  max-width: 300px;
  margin-bottom: 32px;
  opacity: 0;
  animation: fade-up .6s .4s ease forwards
}

.bio strong {
  color: var(--fire3);
  font-weight: 500
}

.flame-divider {
  width: 40px;
  height: 28px;
  margin: 0 auto 28px;
  opacity: 0;
  animation: fade-up .5s .5s ease forwards
}

.section-label {
  align-self: flex-start;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 10px;
  padding-left: 2px;
  opacity: 0;
  animation: fade-up .5s .5s ease forwards
}

.links {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px
}

.link-card {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 15px 18px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  text-decoration: none;
  color: var(--text);
  position: relative;
  overflow: hidden;
  transition: transform .18s, border-color .2s, box-shadow .2s;
  opacity: 0;
  animation: fade-up .5s .6s ease forwards
}

.link-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 106, 0, .06), transparent);
  opacity: 0;
  transition: opacity .2s
}

.link-card:hover {
  transform: translateX(4px);
  border-color: rgba(255, 106, 0, .4);
  box-shadow: 0 4px 30px rgba(255, 80, 0, .12), -4px 0 0 0 var(--fire2)
}

.link-card:hover::before {
  opacity: 1
}

.link-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0
}

.link-text {
  flex: 1
}

.link-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 2px
}

.link-desc {
  font-size: 11.5px;
  font-weight: 300;
  color: var(--muted);
  line-height: 1.4
}

.link-arrow {
  color: var(--muted);
  font-size: 16px;
  transition: transform .2s, color .2s;
  flex-shrink: 0
}

.link-card:hover .link-arrow {
  transform: translateX(3px);
  color: var(--fire3)
}

.badge {
  position: absolute;
  top: 10px;
  right: 14px;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 20px;
  background: linear-gradient(90deg, var(--fire1), var(--fire2));
  color: #fff
}

.divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border), transparent);
  margin: 4px 0 24px
}

.socials {
  display: flex;
  gap: 12px;
  margin-bottom: 36px;
  opacity: 0;
  animation: fade-up .5s 1.2s ease forwards
}

.social-btn {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--surface);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  text-decoration: none;
  color: var(--muted);
  transition: border-color .2s, color .2s, transform .15s
}

.social-btn:hover {
  border-color: rgba(255, 106, 0, .5);
  color: var(--fire3);
  transform: translateY(-2px)
}

.footer {
  font-size: 11px;
  color: var(--muted);
  letter-spacing: .04em;
  text-align: center;
  opacity: 0;
  animation: fade-up .5s 1.4s ease forwards
}

.footer span {
  color: var(--fire2);
  font-weight: 500
}

@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(16px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.ic-red {
  background: rgba(255, 34, 0, .12);
  color: #ff5533
}

.ic-orange {
  background: rgba(255, 106, 0, .12);
  color: #ff8833
}

.ic-yellow {
  background: rgba(255, 183, 0, .12);
  color: #ffcc33
}

.ic-white {
  background: rgba(255, 255, 255, .06);
  color: #e0ddd8
}

.ic-red2 {
  background: rgba(220, 20, 60, .14);
  color: #ff3355
}

.ic-green {
  background: rgba(0, 200, 80, .1);
  color: #33dd88
}

.ic-blue {
  background: rgba(0, 140, 255, .1);
  color: #44aaff
}

.ic-purple {
  background: rgba(160, 80, 255, .1);
  color: #cc88ff
}