/* ===== Social Media Stars — COMPLETE STYLESHEET ===== */
:root {
  --gold: #ffd700;
  --purple: #1a0b2e;
  --deep: #0d0618;
  --muted: #7a6a9a;
  --text: #f0e6ff;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { height: 100%; }
body {
  font-family: 'Poppins', sans-serif;
  background: radial-gradient(ellipse at top, #1a0b2e 0%, #0d0618 70%);
  color: var(--text);
  overflow-x: hidden;
  min-height: 100vh;
}

#bg-stars { position: fixed; inset: 0; z-index: 0; pointer-events: none; }
.bg-star {
  position: absolute;
  background: #fff;
  border-radius: 50%;
  animation: twinkle 2.5s infinite ease-in-out;
}
@keyframes twinkle {
  0%, 100% { opacity: 0.1; transform: scale(0.7); }
  50% { opacity: 1; transform: scale(2.1); }
}

header {
  position: relative; z-index: 5; text-align: center; padding: 1.8rem 1rem 0.5rem;
}
.coming-badge {
  display: inline-block;
  background: linear-gradient(90deg, #ff6b00, #ffd700);
  color: #000; font-family: 'Orbitron', sans-serif; font-weight: 700;
  font-size: 0.75rem; padding: 0.35rem 1rem; border-radius: 20px;
  letter-spacing: 2px; margin-bottom: 0.8rem;
}
.public-counter { font-size: 0.9rem; color: var(--gold); margin-bottom: 0.6rem; }
h1 {
  font-family: 'Orbitron', sans-serif;
  font-size: clamp(1.6rem, 5vw, 2.8rem); font-weight: 900;
  background: linear-gradient(90deg, #ffd700, #fff, #ffd700);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  margin-bottom: 0.4rem;
}
.domains { margin: 0.6rem 0 1rem; font-size: 0.85rem; color: var(--muted); }
.domains a { color: var(--gold); text-decoration: none; margin: 0 0.4rem; }
.domains a:hover { text-decoration: underline; }

/* ===== FOLLOW BUTTONS (fixes the huge X icons) ===== */
.creator-follow {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin: 0.8rem 0 1.2rem;
  position: relative;
  z-index: 5;
}
.follow-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: rgba(255,215,0,0.12);
  border: 1px solid rgba(255,215,0,0.5);
  color: #ffd700;
  font-family: 'Orbitron', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 0.45rem 0.9rem;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.25s;
}
.follow-btn:hover {
  background: rgba(255,215,0,0.25);
  transform: translateY(-2px);
}
.follow-btn svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
  flex-shrink: 0;
}
.follow-btn span {
  color: #fff;
}

.tagline {
  position: relative; z-index: 5;
  max-width: 720px; margin: 0 auto 1.8rem;
  padding: 0 1.2rem; text-align: center;
  font-size: 1.05rem; line-height: 1.55; color: #e0d4ff;
}

.star-stage {
  position: relative; z-index: 5;
  width: 100%; max-width: 620px; height: 520px;
  margin: 0 auto 2.5rem;
}

.orbit {
  position: absolute; inset: 0; margin: auto;
  width: 100%; height: 100%;
  transform-origin: center center;
  animation: spin 22s linear infinite;
}

.orbit-item {
  position: absolute; top: 50%; left: 50%;
  width: 0; height: 0;
}

.small-star {
  position: absolute;
  width: 86px; height: 86px;
  margin: -43px 0 0 -43px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #ffd700;
  box-shadow: 0 0 18px #ffd700, 0 0 35px rgba(255,180,0,0.5);
  transition: transform 0.35s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.3s;
  z-index: 5;
}
.small-star img,
.small-star video,
.small-star lottie-player {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  pointer-events: none;
}
.small-star:hover {
  transform: scale(1.18);
  box-shadow: 0 0 28px #ffd700, 0 0 55px #ffaa00;
  z-index: 20;
}
.small-star.reveal {
  animation: reveal-pulse 1.2s ease;
}
@keyframes reveal-pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.25); box-shadow: 0 0 40px #fff, 0 0 70px #ffd700; }
  100% { transform: scale(1); }
}

.big-star-wrap {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 240px; height: 240px;
  z-index: 10;
}
.big-star-rim {
  position: absolute; inset: -18px;
  border-radius: 50%;
  background: conic-gradient(from 0deg, #ffd700, #ff6b00, #ffd700, #ffaa00, #ff4500, #ffd700);
  background-size: 300% 300%;
  animation: rim-spin 8s linear infinite, pulse-rim 2.5s ease-in-out infinite;
  filter: drop-shadow(0 0 25px rgba(255,200,0,0.8));
  z-index: -1;
}
.big-star {
  width: 100%; height: 100%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  border: 3px solid #ffd700;
  box-shadow: 0 0 30px #ffd700, 0 0 60px rgba(255,180,0,0.6);
}
.big-star img,
.big-star video,
.big-star lottie-player {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.6s ease;
}
.big-star img.active,
.big-star video.active,
.big-star lottie-player.active {
  opacity: 1;
}

.star-controls {
  position: absolute; bottom: -42px; left: 50%;
  transform: translateX(-50%);
  display: flex; gap: 1rem;
}
.ctrl-btn {
  background: rgba(255,215,0,0.15);
  border: 1px solid #ffd700;
  color: #ffd700;
  width: 40px; height: 40px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.1rem;
  transition: 0.2s;
}
.ctrl-btn:hover {
  background: #ffd700; color: #111;
}

.social-icons {
  position: relative; z-index: 5;
  display: flex; justify-content: center; flex-wrap: wrap;
  gap: 0.7rem; margin: 1.5rem 0 0.5rem;
}
.social-icon {
  width: 42px; height: 42px;
  border-radius: 50%;
  border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: transform 0.25s;
}
.social-icon svg { width: 20px; height: 20px; fill: #fff; }
.social-icon:hover { transform: scale(1.15); }

.share-hint {
  text-align: center; font-size: 0.85rem;
  color: var(--muted); margin-bottom: 2rem;
  position: relative; z-index: 5;
}

/* ===== PRE-REGISTRATION ===== */
.prereg-section {
  position: relative; z-index: 5;
  max-width: 680px; margin: 0 auto 3rem;
  padding: 0 1rem;
}
.prereg-toggle-btn {
  display: block; width: 100%;
  background: linear-gradient(90deg, #ff6b00, #ffd700);
  color: #111; font-family: 'Orbitron', sans-serif;
  font-weight: 700; font-size: 1.05rem;
  padding: 0.9rem; border: none; border-radius: 12px;
  cursor: pointer; letter-spacing: 1px;
  box-shadow: 0 0 25px rgba(255,107,0,0.4);
  transition: 0.25s;
}
.prereg-toggle-btn:hover { transform: translateY(-2px); box-shadow: 0 0 35px rgba(255,107,0,0.6); }

.prereg-forms-wrap {
  display: none;
  margin-top: 1.5rem;
  background: rgba(18,12,36,0.95);
  border: 1px solid rgba(255,215,0,0.3);
  border-radius: 16px;
  padding: 1.8rem 1.4rem;
}
.prereg-forms-wrap.visible { display: block; }
.prereg-title {
  font-family: 'Orbitron', sans-serif;
  color: #ffd700; text-align: center;
  margin-bottom: 0.4rem; font-size: 1.4rem;
}
.prereg-sub {
  text-align: center; color: #c4b5fd;
  font-size: 0.9rem; margin-bottom: 1.5rem;
}

.tabs {
  display: flex; gap: 0.5rem; margin-bottom: 1.2rem;
  flex-wrap: wrap; justify-content: center;
}
.tab-btn {
  background: rgba(255,215,0,0.1);
  border: 1px solid rgba(255,215,0,0.35);
  color: #ffd700; padding: 0.5rem 1rem;
  border-radius: 8px; cursor: pointer;
  font-family: 'Orbitron', sans-serif; font-size: 0.85rem;
}
.tab-btn.active {
  background: #ffd700; color: #111;
}

.form-panel { display: none; }
.form-panel.active { display: block; }

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem 1rem;
}
.form-group { display: flex; flex-direction: column; }
.form-group.full { grid-column: 1 / -1; }
.form-group label {
  font-size: 0.8rem; color: #c4b5fd; margin-bottom: 0.25rem;
}
.form-group input,
.form-group select,
.form-group textarea {
  background: #0d0618;
  border: 1px solid rgba(255,215,0,0.3);
  border-radius: 8px;
  padding: 0.55rem 0.75rem;
  color: #fff; font-size: 0.95rem;
  outline: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: #ffd700;
  box-shadow: 0 0 10px rgba(255,215,0,0.25);
}
.form-group textarea { min-height: 70px; resize: vertical; }

.submit-btn {
  grid-column: 1 / -1;
  background: linear-gradient(90deg, #ff6b00, #ffd700);
  color: #111; font-family: 'Orbitron', sans-serif;
  font-weight: 700; font-size: 1rem;
  padding: 0.8rem; border: none; border-radius: 10px;
  cursor: pointer; margin-top: 0.5rem;
  letter-spacing: 1px;
}
.submit-btn:hover { filter: brightness(1.1); }

.music-btn {
  position: fixed; bottom: 24px; left: 20px;
  z-index: 100;
  width: 48px; height: 48px;
  border-radius: 50%;
  background: rgba(255,215,0,0.15);
  border: 1px solid #ffd700;
  color: #ffd700; font-size: 1.3rem;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: 0.25s;
}
.music-btn:hover { background: #ffd700; color: #111; }

.ai-fab {
  position: fixed; bottom: 24px; right: 20px;
  z-index: 100;
  width: 58px; height: 58px;
  border-radius: 50%;
  border: 2px solid #ffd700;
  overflow: hidden; cursor: pointer;
  box-shadow: 0 0 20px rgba(255,215,0,0.5);
  padding: 0; background: none;
}
.ai-fab img { width: 100%; height: 100%; object-fit: cover; }

.ai-backdrop {
  position: fixed; inset: 0;
  background: rgba(0,0,0,0.6);
  z-index: 200;
  opacity: 0; pointer-events: none;
  transition: 0.3s;
}
.ai-backdrop.open { opacity: 1; pointer-events: auto; }

.ai-panel {
  position: fixed; top: 0; right: 0;
  width: min(380px, 100vw); height: 100%;
  background: #120c24;
  border-left: 1px solid rgba(255,215,0,0.3);
  z-index: 210;
  display: flex; flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.34,1.2,0.64,1);
}
.ai-panel.open { transform: translateX(0); }

.ai-panel-header {
  display: flex; align-items: center; gap: 0.8rem;
  padding: 1rem 1.1rem;
  border-bottom: 1px solid rgba(255,215,0,0.2);
}
.ai-panel-avatar {
  width: 42px; height: 42px;
  border-radius: 50%; object-fit: cover;
  border: 2px solid #ffd700;
}
.ai-panel-name {
  font-family: 'Orbitron', sans-serif;
  color: #ffd700; font-weight: 700;
}
.ai-panel-close {
  margin-left: auto;
  background: none; border: none;
  color: #fff; font-size: 1.6rem; cursor: pointer;
}

.ai-messages {
  flex: 1; overflow-y: auto;
  padding: 1rem;
  display: flex; flex-direction: column; gap: 0.7rem;
}
.ai-msg {
  max-width: 85%; padding: 0.7rem 0.9rem;
  border-radius: 12px; font-size: 0.9rem; line-height: 1.4;
}
.ai-msg.user {
  align-self: flex-end;
  background: rgba(255,215,0,0.2);
  color: #fff;
}
.ai-msg.bot {
  align-self: flex-start;
  background: rgba(255,255,255,0.08);
  color: #e0d4ff;
}
.typing-indicator .dot {
  display: inline-block; width: 7px; height: 7px;
  background: #ffd700; border-radius: 50%;
  margin: 0 2px; animation: typing 1.2s infinite;
}
.typing-indicator .dot:nth-child(2) { animation-delay: 0.2s; }
.typing-indicator .dot:nth-child(3) { animation-delay: 0.4s; }
@keyframes typing {
  0%, 100% { opacity: 0.3; transform: translateY(0); }
  50% { opacity: 1; transform: translateY(-4px); }
}

.ai-input-row {
  display: flex; gap: 6px;
  padding: 0.7rem 0.9rem;
  border-top: 1px solid rgba(255,215,0,0.15);
}
.ai-input-row input {
  flex: 1; height: 38px;
  background: #0d0618;
  border: 1px solid rgba(255,215,0,0.3);
  border-radius: 8px; padding: 0 0.8rem;
  color: #fff; font-size: 0.9rem; outline: none;
}
.ai-send, #micBtn {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: rgba(255,215,0,0.15);
  border: 1px solid #ffd700;
  color: #ffd700; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
}

.lightbox {
  position: fixed; inset: 0;
  background: rgba(0,0,0,0.92);
  z-index: 300;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none;
  transition: 0.3s;
}
.lightbox.open { opacity: 1; pointer-events: auto; }
.lightbox-inner {
  position: relative;
  max-width: 90vw; max-height: 85vh;
  text-align: center;
}
.lightbox-inner img,
.lightbox-inner video,
.lightbox-inner lottie-player {
  max-width: 100%; max-height: 70vh;
  border-radius: 12px;
  border: 3px solid #ff4500;
  box-shadow: 0 0 30px #ff4500, 0 0 60px #ff2200;
  cursor: zoom-in;
}
.lightbox.zoomed .lightbox-inner {
  max-width: 100vw; max-height: 100vh;
  width: 100vw; height: 100vh;
  display: flex; align-items: center; justify-content: center;
}
.lightbox.zoomed .lightbox-inner img,
.lightbox.zoomed .lightbox-inner video,
.lightbox.zoomed .lightbox-inner lottie-player {
  max-width: 100vw; max-height: 100vh;
  border-radius: 0; border: none;
  box-shadow: none; cursor: zoom-out;
}
.lightbox-close {
  position: absolute; top: -40px; right: 0;
  background: none; border: none;
  color: #fff; font-size: 2rem; cursor: pointer;
}
.lightbox-meta {
  margin-top: 1rem; color: #e0d4ff;
}
.lightbox-meta h3 {
  font-family: 'Orbitron', sans-serif;
  color: #ffd700; margin-bottom: 0.4rem;
}

.construction-zone {
  position: relative; z-index: 4;
  width: 100%; height: 200px;
  margin-top: 2rem;
  overflow: hidden;
  background: linear-gradient(to bottom, transparent 0%, rgba(30,20,10,0.5) 100%);
}
.caution-tape {
  position: absolute; top: 0; left: 0; right: 0;
  height: 16px;
  background: repeating-linear-gradient(-45deg, #ffcc00, #ffcc00 12px, #222 12px, #222 24px);
}
.construction-title {
  position: absolute; top: 28px; left: 0; right: 0;
  text-align: center;
  font-family: 'Orbitron', sans-serif;
  font-weight: 700; font-size: 1.1rem;
  color: #ffd700;
  letter-spacing: 2px;
}
.construction-sub {
  position: absolute; top: 52px; left: 0; right: 0;
  text-align: center; font-size: 0.75rem;
  color: #c4b5fd;
}
.construction-ground {
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 14px; background: #3a2a1a;
}

.sms-limo {
  position: absolute; bottom: 18px; left: -300px;
  width: 260px; height: auto;
  z-index: 30; cursor: pointer;
  transition: left 8s linear;
  pointer-events: auto;
}
.sms-limo img {
  width: 100%; height: auto;
  filter: drop-shadow(0 4px 10px rgba(0,0,0,0.5));
}
.sms-limo.zoomed {
  position: fixed; left: 50% !important; top: 50%;
  transform: translate(-50%, -50%) scale(1.8);
  width: 80vw; max-width: 900px;
  z-index: 99999;
  transition: all 0.6s cubic-bezier(0.34,1.56,0.64,1);
}
.sms-limo.drop-target {
  filter: drop-shadow(0 0 25px #ffd700);
  outline: 2px solid #ffd700;
}

.whos-riding-btn {
  display: block; margin: 1rem auto;
  background: linear-gradient(90deg, #ff6b00, #ffd700);
  color: #111; font-family: 'Orbitron', sans-serif;
  font-weight: 700; font-size: 0.95rem;
  padding: 0.55rem 1.4rem; border-radius: 30px;
  border: none; cursor: pointer;
}
.riders-modal {
  position: fixed; inset: 0;
  background: rgba(0,0,0,0.85);
  z-index: 500;
  display: none; align-items: center; justify-content: center;
}
.riders-modal.open { display: flex; }
.riders-box {
  background: #1a1225;
  border: 2px solid #ffd700;
  border-radius: 16px;
  padding: 1.5rem;
  max-width: 420px; width: 90%;
  max-height: 70vh; overflow-y: auto;
  color: #fff;
}
.riders-box h3 {
  font-family: 'Orbitron', sans-serif;
  color: #ffd700; margin: 0 0 1rem; text-align: center;
}
.riders-list { list-style: none; padding: 0; margin: 0 0 1rem; }
.riders-list li {
  padding: 0.5rem 0.8rem;
  border-bottom: 1px solid rgba(255,215,0,0.2);
}
.riders-list a { color: #ffd700; }
.riders-list img {
  width: 28px; height: 28px; border-radius: 50%;
  object-fit: cover; vertical-align: middle; margin-right: 8px;
  border: 1px solid #ffd700;
}
.riders-close {
  display: block; width: 100%;
  background: #ffd700; color: #111;
  border: none; padding: 0.6rem;
  border-radius: 8px; font-weight: 700; cursor: pointer;
}

#visitor-counter {
  display: none; text-align: center;
  color: #ffd700; font-family: 'Orbitron', sans-serif;
  padding: 0.5rem;
}
#visitor-counter.visible { display: block; }

.legal-footer {
  position: relative; z-index: 5;
  text-align: center;
  padding: 2rem 1rem 3rem;
  font-size: 0.72rem; color: #7a6a9a;
  line-height: 1.6;
  border-top: 1px solid rgba(255,215,0,0.15);
}
.legal-footer strong { color: #ffd700; }
.legal-footer a { color: #ffd700; text-decoration: none; }

@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
@keyframes rim-spin {
  from { background-position: 0% 50%; }
  to { background-position: 100% 50%; }
}
@keyframes pulse-rim {
  0%, 100% { filter: drop-shadow(0 0 20px rgba(255,215,0,0.7)); opacity: 0.9; }
  50% { filter: drop-shadow(0 0 40px rgba(255,215,0,1)) drop-shadow(0 0 70px rgba(255,100,0,0.6)); opacity: 1; }
}

/* Style variants */
.star-stage.style-reverse .orbit { animation: spin 22s linear infinite reverse; }
.star-stage.style-fire .small-star { box-shadow: 0 0 25px #ff4500, 0 0 50px #ff2200; }
.star-stage.style-solar .small-star { box-shadow: 0 0 30px #ffd700, 0 0 60px #ffaa00; }
.star-stage.style-pulse .small-star { animation: hard-pulse 1.4s ease-in-out infinite; }
@keyframes hard-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.2); }
}

/* ===== SOLAR SYSTEM SUN ===== */
.star-stage.style-solar-system .big-star-wrap {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 260px !important;
  height: 260px !important;
  z-index: 12 !important;
}
.star-stage.style-solar-system .big-star-rim {
  position: absolute !important;
  inset: -8px !important;
  border-radius: 50% !important;
  clip-path: none !important;
  background: radial-gradient(circle at 30% 30%, #fffbe6 0%, #ffd700 30%, #ffaa00 60%, #ff6b00 100%) !important;
  background-size: 200% 200% !important;
  filter: drop-shadow(0 0 25px #ffd700) drop-shadow(0 0 50px #ffaa00) drop-shadow(0 0 80px rgba(255,100,0,0.6)) !important;
  animation: sun-glow-pulse 3s ease-in-out infinite !important;
  z-index: -1 !important;
  pointer-events: none !important;
  transition: background 1.2s ease, filter 1.2s ease, transform 0.8s ease !important;
}
.star-stage.style-solar-system .big-star {
  width: 100% !important;
  height: 100% !important;
  border-radius: 50% !important;
  clip-path: none !important;
  overflow: hidden !important;
  background: radial-gradient(circle at 35% 35%, #fff8dc 0%, #ffd700 25%, #ffaa00 55%, #ff6b00 85%, #ff4500 100%) !important;
  filter: drop-shadow(0 0 20px #ffd700) drop-shadow(0 0 40px #ffaa00) !important;
  animation: sun-core-pulse 3.5s ease-in-out infinite !important;
  transition: background 1.2s ease, filter 1.2s ease, transform 0.9s cubic-bezier(0.34,1.2,0.64,1) !important;
  cursor: default !important;
  border: none !important;
}
.star-stage.style-solar-system .big-star:not(.solar-open) img,
.star-stage.style-solar-system .big-star:not(.solar-open) video,
.star-stage.style-solar-system .big-star:not(.solar-open) lottie-player {
  opacity: 0 !important;
  pointer-events: none !important;
}
.star-stage.style-solar-system .big-star.phase-yellow,
.star-stage.style-solar-system .big-star-rim.phase-yellow {
  background: radial-gradient(circle at 30% 30%, #fffbe6 0%, #ffd700 35%, #ffcc00 70%, #ffaa00 100%) !important;
  filter: drop-shadow(0 0 30px #ffd700) drop-shadow(0 0 60px #ffcc00) !important;
}
.star-stage.style-solar-system .big-star.phase-orange,
.star-stage.style-solar-system .big-star-rim.phase-orange {
  background: radial-gradient(circle at 30% 30%, #fff0c0 0%, #ffaa00 30%, #ff8800 65%, #ff6b00 100%) !important;
  filter: drop-shadow(0 0 35px #ffaa00) drop-shadow(0 0 70px #ff6b00) !important;
}
.star-stage.style-solar-system .big-star.phase-red,
.star-stage.style-solar-system .big-star-rim.phase-red {
  background: radial-gradient(circle at 30% 30%, #ffe0b0 0%, #ff6b00 30%, #ff4500 65%, #ff2200 100%) !important;
  filter: drop-shadow(0 0 40px #ff4500) drop-shadow(0 0 80px #ff2200) !important;
}
.star-stage.style-solar-system .big-star.solar-open {
  transform: scale(0.98) !important;
  background: transparent !important;
  filter: drop-shadow(0 0 18px #ffd700) drop-shadow(0 0 35px #ffaa00) !important;
  cursor: pointer !important;
}
.star-stage.style-solar-system .big-star.solar-open img,
.star-stage.style-solar-system .big-star.solar-open video,
.star-stage.style-solar-system .big-star.solar-open lottie-player {
  opacity: 1 !important;
  transition: opacity 0.8s ease !important;
}
.star-stage.style-solar-system .big-star-rim.solar-open {
  transform: scale(1.05) !important;
  opacity: 0.85 !important;
  filter: drop-shadow(0 0 20px #ffd700) drop-shadow(0 0 40px #ffaa00) !important;
}
#solarCaption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 25;
  color: #fff;
  font-family: 'Orbitron', sans-serif;
  font-weight: 700;
  font-size: clamp(0.75rem, 2.4vw, 1.15rem);
  text-align: center;
  text-shadow: 0 0 14px #000, 0 0 25px #ff4500, 0 0 40px #ffd700;
  pointer-events: none;
  max-width: 75%;
  line-height: 1.35;
  opacity: 0;
  transition: opacity 0.9s ease;
  letter-spacing: 0.5px;
}
@keyframes sun-glow-pulse {
  0%, 100% { transform: scale(1); filter: drop-shadow(0 0 25px #ffd700) drop-shadow(0 0 50px #ffaa00); }
  50% { transform: scale(1.06); filter: drop-shadow(0 0 40px #ffd700) drop-shadow(0 0 80px #ffaa00) drop-shadow(0 0 110px rgba(255,100,0,0.5)); }
}
@keyframes sun-core-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.04); }
}

/* Mobile */
@media (max-width: 640px) {
  .ai-panel { width: 100vw; }
  .prereg-toggle-btn { font-size: 0.9rem; }
  .star-stage { height: 420px; }
  .small-star { width: 70px; height: 70px; margin: -35px 0 0 -35px; }
  .big-star-wrap { width: 180px; height: 180px; }
  .star-stage.style-solar-system .big-star-wrap {
    width: 200px !important;
    height: 200px !important;
  }
  #solarCaption { font-size: 0.8rem !important; }
  .sms-limo { width: 180px; }
  .form-grid { grid-template-columns: 1fr; }
  .creator-follow { gap: 0.5rem; }
  .follow-btn { font-size: 0.78rem; padding: 0.4rem 0.7rem; }
}