/* ===== Hello Kitty SMP — Dark Pink Theme ===== */
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Inter:wght@400;500;600&display=swap');

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
    --bg:       #080510;
    --bg2:      #0d0a1a;
    --pink:     #ff1493;
    --pink-light: #ff69b4;
    --pink-pale: #f9a8d4;
    --pink-dim:  #db2777;
    --pink-faint: rgba(255,20,147,0.08);
    --border:   rgba(255,105,180,0.18);
    --border2:  rgba(255,105,180,0.1);
    --text:     #fce7f3;
    --text-muted: #6b7280;
    --text-soft: #9ca3af;
    --white:    #ffffff;
}

body {
    font-family: 'Inter', sans-serif;
    background: var(--bg);
    color: var(--text);
    line-height: 1.6;
    overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
}

/* ---- Background decorations ---- */
.bg-grid {
    position: fixed;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,105,180,0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,105,180,0.07) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
    z-index: 0;
}
.bg-orb {
    position: fixed;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}
.bg-orb-1 {
    width: 550px; height: 550px;
    background: radial-gradient(circle, rgba(255,20,147,0.16), transparent 70%);
    top: -180px; left: -120px;
}
.bg-orb-2 {
    width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(255,105,180,0.1), transparent 70%);
    bottom: -80px; right: -60px;
}

/* ---- Stars ---- */
.stars { position: fixed; inset: 0; pointer-events: none; z-index: 0; }
.star {
    position: absolute; border-radius: 50%;
    animation: twinkle var(--d, 3s) ease-in-out infinite var(--delay, 0s);
}
@keyframes twinkle { 0%,100%{opacity:0.15} 50%{opacity:1} }

/* ---- Navbar ---- */
.navbar {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    height: 4rem;
    background: rgba(8,5,16,0.8);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--border);
}
.navbar-inner {
    max-width: 1280px; margin: 0 auto;
    padding: 0 2rem; height: 100%;
    display: flex; align-items: center; justify-content: space-between;
}
.logo {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700; font-size: 1.25rem;
    text-decoration: none;
    background: linear-gradient(135deg, #ff69b4, #ff1493, #db2777);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 10px rgba(255,20,147,0.35));
}
.nav-links { display: flex; gap: 1.75rem; align-items: center; }
.nav-links a {
    color: var(--text-muted); font-size: 0.83rem;
    text-decoration: none; font-weight: 500;
    transition: color 0.2s;
}
.nav-links a:hover { color: var(--pink-light); }
.nav-right { display: flex; gap: 0.75rem; align-items: center; }

/* ---- Buttons ---- */
.btn-primary {
    background: linear-gradient(135deg, #db2777, #ff1493, #ff69b4);
    color: white; border: none;
    padding: 0.65rem 1.75rem; border-radius: 7px;
    font-weight: 700; font-size: 0.88rem; cursor: pointer;
    font-family: 'Space Grotesk', sans-serif;
    box-shadow: 0 0 20px rgba(255,20,147,0.4);
    transition: all 0.2s; text-decoration: none; display: inline-block;
}
.btn-primary:hover { box-shadow: 0 0 32px rgba(255,20,147,0.65); transform: translateY(-2px); }

.btn-secondary {
    background: rgba(255,105,180,0.06);
    color: var(--pink-pale); border: 1px solid rgba(255,105,180,0.25);
    padding: 0.65rem 1.75rem; border-radius: 7px;
    font-weight: 600; font-size: 0.88rem; cursor: pointer;
    font-family: 'Space Grotesk', sans-serif;
    transition: all 0.2s; text-decoration: none; display: inline-block;
}
.btn-secondary:hover { border-color: rgba(255,20,147,0.5); color: var(--pink-light); }

.btn-ghost {
    background: transparent; color: var(--pink-pale);
    border: 1px solid rgba(249,168,212,0.3);
    padding: 0.4rem 1.1rem; border-radius: 6px;
    font-size: 0.8rem; font-weight: 600; cursor: pointer;
    font-family: 'Space Grotesk', sans-serif; transition: all 0.2s;
}
.btn-ghost:hover { border-color: var(--pink-light); color: var(--pink-light); }

.btn-nav {
    background: linear-gradient(135deg, #db2777, #ff1493, #ff69b4);
    color: white; border: none;
    padding: 0.4rem 1.2rem; border-radius: 6px;
    font-size: 0.8rem; font-weight: 700; cursor: pointer;
    font-family: 'Space Grotesk', sans-serif;
    box-shadow: 0 0 14px rgba(255,20,147,0.35);
    text-decoration: none; display: inline-block;
}

/* ---- Section header ---- */
.section-badge {
    display: inline-block;
    background: rgba(255,20,147,0.1);
    color: var(--pink-pale);
    border: 1px solid rgba(255,105,180,0.25);
    padding: 0.25rem 1rem; border-radius: 9999px;
    font-size: 0.72rem; font-weight: 600;
    letter-spacing: 0.1em; margin-bottom: 1rem;
}
.section-title { font-size: 2rem; color: var(--text); margin-bottom: 0.75rem; }
.section-desc { color: var(--text-muted); font-size: 0.95rem; }

/* ---- Glass card ---- */
.glass-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid var(--border);
    border-radius: 1rem;
    backdrop-filter: blur(8px);
    transition: all 0.3s;
}
.glass-card:hover {
    border-color: rgba(255,20,147,0.4);
    background: rgba(255,20,147,0.06);
    transform: translateY(-4px);
}

/* ---- Page wrapper ---- */
.page-wrap { position: relative; z-index: 5; min-height: 100vh; padding-top: 4rem; }

/* ---- Page hero ---- */
.page-hero {
    padding: 4rem 2rem 3rem;
    text-align: center;
    border-bottom: 1px solid var(--border2);
}
.page-hero h1 {
    font-size: 2.5rem;
    background: linear-gradient(135deg, #ff69b4, #ff1493);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 20px rgba(255,20,147,0.3));
    margin-bottom: 0.75rem;
}
.page-hero p { color: var(--text-muted); font-size: 0.95rem; }

/* ---- Footer ---- */
.footer {
    position: relative; z-index: 5;
    border-top: 1px solid var(--border2);
    background: rgba(8,5,16,0.9);
    padding: 2rem;
    text-align: center;
}
.footer-logo {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.1rem; font-weight: 700;
    background: linear-gradient(135deg, #ff69b4, #ff1493);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block; margin-bottom: 0.5rem;
}
.footer p { color: #374151; font-size: 0.78rem; }
.footer a { color: var(--pink-light); text-decoration: none; }
.footer a:hover { color: var(--pink); }
.footer-links { display: flex; gap: 1.5rem; justify-content: center; margin-bottom: 1rem; flex-wrap: wrap; }
.footer-links a { color: #4b5563; font-size: 0.8rem; text-decoration: none; transition: color 0.2s; }
.footer-links a:hover { color: var(--pink-light); }

/* ---- Divider ---- */
.divider { border: none; border-top: 1px solid var(--border2); margin: 2rem 0; }

/* ---- Season dot ---- */
.season-dot {
    width: 7px; height: 7px;
    background: var(--pink); border-radius: 50%;
    box-shadow: 0 0 10px rgba(255,20,147,1);
    animation: glow-pulse 2s ease-in-out infinite;
    display: inline-block; flex-shrink: 0;
}
@keyframes glow-pulse {
    0%,100% { box-shadow: 0 0 8px rgba(255,20,147,0.9); }
    50% { box-shadow: 0 0 20px rgba(255,20,147,1), 0 0 30px rgba(255,105,180,0.5); }
}

/* ---- Responsive ---- */
@media (max-width: 768px) {
    .nav-links { display: none; }
    .navbar-inner { padding: 0 1rem; }
    .page-hero h1 { font-size: 1.75rem; }
}