:root {
  --bg: #142a7a;
  --bg-soft: #2148b4;
  --pink: #ff5ca8;
  --cyan: #5ee6ff;
  --yellow: #ffe56d;
  --ink: #fffdf1;
  --panel: #1d2b72;
  --border: #ffffff;
  --shadow: 0 8px 0 rgba(14, 18, 56, 0.85);
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  font-family: "VT323", monospace;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 120px),
    linear-gradient(135deg, #17307d 0%, #233e97 50%, #2b1964 100%);
}

.top-marquee {
  border-top: 4px solid var(--border);
  border-bottom: 4px solid var(--border);
  background: linear-gradient(90deg, var(--pink), var(--yellow), var(--cyan));
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}

.marquee-track {
  padding: 8px 12px;
  text-align: center;
  font-family: "Changa One", cursive;
  font-size: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #291442;
}

.marquee-track span {
  display: inline-block;
  margin: 0 12px;
}

.marquee-track span::before {
  content: "*";
  margin-right: 12px;
}

.hero-shell {
  position: relative;
  padding-top: 48px;
  padding-bottom: 32px;
}

.hero-card,
.funky-panel {
  border: 4px solid var(--border);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(29, 43, 114, 0.98), rgba(33, 25, 88, 0.98));
  box-shadow: var(--shadow);
}

.hero-card {
  position: relative;
  padding: 28px 24px;
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 2px dashed rgba(255, 255, 255, 0.35);
  border-radius: 12px;
  pointer-events: none;
}

.eyebrow {
  margin: 0 0 12px;
  font-size: 22px;
  color: var(--yellow);
  letter-spacing: 1px;
}

.brand-title {
  margin: 0;
  line-height: 1;
}

.title-main {
  display: inline-block;
  font-family: "Permanent Marker", cursive;
  font-size: clamp(50px, 9vw, 94px);
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 4px 4px 0 #102051, 0 0 14px rgba(94, 230, 255, 0.45);
}

.hero-copy {
  margin: 18px auto 0;
  max-width: 680px;
  font-size: 28px;
  line-height: 1.15;
  color: #f7f4ff;
}

.cta-row {
  margin-top: 22px;
}

.funky-btn {
  margin: 8px 8px;
  min-width: 170px;
  border: 3px solid #fff;
  border-radius: 999px;
  font-family: "Changa One", cursive;
  font-size: 20px;
  text-transform: uppercase;
  box-shadow: 0 6px 0 rgba(16, 32, 81, 0.85);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.funky-btn:hover,
.funky-btn:focus {
  transform: translateY(2px);
  box-shadow: 0 4px 0 rgba(16, 32, 81, 0.85);
}

.status-strip {
  margin-top: 22px;
}

.status-badge {
  display: inline-block;
  margin: 6px;
  padding: 6px 12px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  font-size: 20px;
}

.blink {
  animation: blinkPulse 1.5s steps(2, end) infinite;
}

.info-row {
  margin-top: 30px;
}

.funky-panel {
  overflow: hidden;
}

.funky-panel .panel-heading {
  padding: 12px 16px;
  border-bottom: 3px solid var(--border);
  font-family: "Changa One", cursive;
  font-size: 22px;
  text-transform: uppercase;
  color: #20103d;
}

.funky-panel .panel-body {
  min-height: 198px;
  font-size: 24px;
  line-height: 1.1;
}

.panel-pink .panel-heading {
  background: linear-gradient(90deg, #ffd772, #ff7abf);
}

.panel-cyan .panel-heading {
  background: linear-gradient(90deg, #76e9ff, #9ef7ad);
}

.panel-yellow .panel-heading {
  background: linear-gradient(90deg, #ffe46a, #ffb561);
}

.meter-wrap {
  height: 22px;
  margin: 14px 0 10px;
  border: 3px solid #fff;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.meter-bar {
  width: 35%;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--yellow), var(--pink), var(--cyan));
  transition: width 0.8s ease;
}

.tiny-copy {
  color: #a6f5ff;
}

.vibe-list li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 22px;
}

.vibe-list li::before {
  content: ">";
  position: absolute;
  left: 0;
  color: var(--yellow);
}

.guestbook-line,
.counter-line {
  margin-bottom: 12px;
}

.site-footer {
  padding: 18px 0 26px;
  font-size: 22px;
  color: #fff0ad;
}

.floating-shapes {
  position: fixed;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.shape {
  position: absolute;
  opacity: 0.75;
}

.star {
  width: 62px;
  aspect-ratio: 1;
  background: var(--yellow);
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.ring {
  width: 86px;
  height: 86px;
  border: 10px solid var(--cyan);
  border-radius: 50%;
}

.disc {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #fff 0%, #ffe56d 35%, #ff6eb1 100%);
}

.star-a { top: 120px; left: 4%; animation: floaty 10s ease-in-out infinite; }
.ring-a { top: 220px; right: 5%; animation: floaty 12s ease-in-out infinite; }
.disc-a { bottom: 120px; right: 11%; animation: floaty 9s ease-in-out infinite; }

@keyframes blinkPulse {
  0%, 49% { opacity: 1; }
  50%, 100% { opacity: 0.45; }
}

@keyframes floaty {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@media (max-width: 991px) {
  .funky-panel .panel-body {
    min-height: 170px;
  }
}

@media (max-width: 767px) {
  .marquee-track {
    font-size: 18px;
  }

  .hero-shell {
    padding-top: 28px;
  }

  .hero-card {
    padding: 22px 16px;
  }

  .eyebrow,
  .status-badge,
  .site-footer {
    font-size: 17px;
  }

  .hero-copy {
    font-size: 22px;
  }

  .funky-btn {
    width: 100%;
    margin: 8px 0;
  }

  .funky-panel .panel-heading {
    font-size: 19px;
  }

  .funky-panel .panel-body {
    min-height: auto;
    font-size: 21px;
  }

  .ring-a {
    display: none;
  }
}
