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

body {
  font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, sans-serif;
  background: #0a0a0b;
  color: #f0f0f0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  user-select: none;
  -webkit-user-select: none;
}

@keyframes neonBar {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100vw); }
}

@keyframes neonBarV {
  0% { transform: translateY(-100%); }
  100% { transform: translateY(100vh); }
}

#neonBorder {
  position: fixed;
  inset: 0;
  z-index: 10;
  pointer-events: none;
}

#neonBorder .bar {
  position: absolute;
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, transparent, #4169e1, #87ceeb, transparent);
  filter: blur(3px);
  box-shadow: 0 0 8px rgba(65,105,225,0.4), 0 0 20px rgba(65,105,225,0.2);
}

#neonBorder .bar-v {
  width: 3px;
  height: 80px;
  background: linear-gradient(180deg, transparent, #4169e1, #87ceeb, transparent);
  box-shadow: 0 0 8px rgba(65,105,225,0.4), 0 0 20px rgba(65,105,225,0.2);
}

.bar-t { top: 0; left: 0; animation: neonBar 4s linear infinite; }
.bar-t2 { top: 0; left: 0; animation: neonBar 4s linear infinite; animation-delay: 2s; }
.bar-b { bottom: 0; left: 0; animation: neonBar 4s linear infinite; animation-direction: reverse; }
.bar-b2 { bottom: 0; left: 0; animation: neonBar 4s linear infinite; animation-direction: reverse; animation-delay: 2s; }
.bar-l { left: 0; top: 0; animation: neonBarV 4s linear infinite; }
.bar-l2 { left: 0; top: 0; animation: neonBarV 4s linear infinite; animation-delay: 2s; }
.bar-r { right: 0; top: 0; animation: neonBarV 4s linear infinite; animation-direction: reverse; }
.bar-r2 { right: 0; top: 0; animation: neonBarV 4s linear infinite; animation-direction: reverse; animation-delay: 2s; }

#neonGlow {
  position: fixed;
  inset: 0;
  z-index: 10;
  pointer-events: none;
  box-shadow:
    inset 0 0 15px rgba(65,105,225,0.08),
    inset 0 0 40px rgba(65,105,225,0.04);
}

#ambientLight {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.03) 30%, transparent 65%);
  pointer-events: none;
  z-index: 1;
}

#leafCanvas {
  position: fixed;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

#rippleCanvas {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

#cursorBlur {
  position: fixed;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.04) 0%, transparent 60%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  pointer-events: none;
  z-index: 3;
}

#bgContainer {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}

.bg-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0.3;
  filter: blur(3px);
}

#app {
  padding: 30px 20px;
  position: relative;
  z-index: 4;
}

.profile {
  text-align: center;
  padding: 40px 0;
}

.avatar-wrapper {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.avatar {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.avatar-decoration {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  pointer-events: none;
  border-radius: 50%;
}

.avatar-placeholder {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #1a1a1d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  font-weight: 700;
  margin: 0 auto 20px;
}

.name {
  font-family: 'Lucette-Regular', 'Playfair Display', 'Georgia', serif;
  font-size: 34px;
  font-weight: 400;
  margin-top: 14px;
  margin-bottom: 20px;
  letter-spacing: 6px;
  text-transform: uppercase;
  text-shadow:
    0 0 5px rgba(255,255,255,0.6),
    0 0 20px rgba(255,255,255,0.4),
    0 0 50px rgba(255,255,255,0.25),
    0 0 100px rgba(255,255,255,0.12),
    0 0 180px rgba(255,255,255,0.06);
  text-align: center;
  padding-left: 8px;
}

.location {
  color: #ccc;
  font-size: 13px;
  margin-bottom: 32px;
  margin-top: 2px;
  letter-spacing: 1.5px;
  text-align: center;
  text-shadow:
    0 0 4px rgba(255,255,255,0.6),
    0 0 15px rgba(255,255,255,0.4),
    0 0 35px rgba(255,255,255,0.2),
    0 0 70px rgba(255,255,255,0.1);
}

.loc-icon {
  filter: drop-shadow(0 0 4px rgba(255,255,255,0.6)) drop-shadow(0 0 15px rgba(255,255,255,0.4)) drop-shadow(0 0 45px rgba(255,255,255,0.15));
  vertical-align: baseline;
  margin-right: 4px;
  position: relative;
  top: 1px;
}

.links-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding-left: 14px;
}

.link-btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #ddd;
  text-decoration: none;
  transition: all 0.3s;
  filter: drop-shadow(0 0 6px rgba(255,255,255,0.15)) drop-shadow(0 0 20px rgba(255,255,255,0.08));
}

.link-btn-icon svg {
  width: 30px;
  height: 30px;
  filter: drop-shadow(0 0 5px rgba(255,255,255,0.2)) drop-shadow(0 0 15px rgba(255,255,255,0.1));
}

.link-btn-icon:hover {
  color: #fff;
  filter: drop-shadow(0 0 10px rgba(255,255,255,0.4)) drop-shadow(0 0 30px rgba(255,255,255,0.2)) drop-shadow(0 0 60px rgba(255,255,255,0.08));
  transform: scale(1.15);
}

.link-image {
  width: 36px;
  height: 36px;
  object-fit: contain;
  filter: drop-shadow(0 0 5px rgba(255,255,255,0.2)) drop-shadow(0 0 15px rgba(255,255,255,0.1));
}



.stats-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 28px;
  font-size: 14px;
  color: #ccc;
}

.stat-item {
  display: flex;
  align-items: center;
  gap: 4px;
  letter-spacing: 0.5px;
  font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, sans-serif;
}

.eye-icon {
  display: flex;
  align-items: center;
  gap: 3px;
  opacity: 0.7;
}

.like-group {
  display: flex;
  align-items: center;
  gap: 3px;
}

.like-btn {
  background: none;
  border: none;
  cursor: pointer;
  line-height: 1;
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s;
}

.like-btn:active {
  transform: scale(1.3);
}

.heart-icon {
  display: block;
  width: 16px;
  height: 16px;
  transition: all 0.3s;
  filter: drop-shadow(0 0 4px rgba(255,255,255,0.3));
}

.heart-icon.liked {
  filter: drop-shadow(0 0 6px rgba(255,45,85,0.9)) drop-shadow(0 0 16px rgba(255,45,85,0.5)) drop-shadow(0 0 32px rgba(255,45,85,0.3)) drop-shadow(0 0 60px rgba(255,45,85,0.15));
  animation: heartPulse 1s ease-in-out infinite;
}

@keyframes heartPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
}

.like-count {
  min-width: 16px;
  color: #fff;
}

@media (max-width: 600px) {
  #app { padding: 24px 16px; }
  .profile { padding: 30px 0; }
  .avatar { width: 150px; height: 150px; }
  .avatar-decoration { width: 200px; height: 200px; }
  .avatar-placeholder { width: 150px; height: 150px; font-size: 48px; }
  .name { font-size: 30px; letter-spacing: 4px; margin-top: 16px; }
  .location { font-size: 14px; margin-bottom: 28px; }
  .links-row { gap: 20px; padding-left: 0; }
  .link-btn-icon svg { width: 34px; height: 34px; }
  .link-image { width: 38px; height: 38px; }
  .stats-row { margin-top: 24px; font-size: 15px; gap: 16px; }
  .heart-icon { width: 18px; height: 18px; }
  .like-btn { padding: 4px; }
  #cursorBlur { display: none; }
  #ambientLight { width: 400px; height: 400px; }
  .bar { width: 50px; }
  .bar-v { height: 50px; }
}

@media (max-width: 380px) {
  #app { padding: 16px 10px; }
  .avatar { width: 130px; height: 130px; }
  .avatar-decoration { width: 180px; height: 180px; }
  .name { font-size: 24px; letter-spacing: 3px; }
  .link-btn-icon svg { width: 28px; height: 28px; }
  .link-image { width: 32px; height: 32px; }
  .stats-row { font-size: 13px; gap: 12px; }
}
