/* Cythoryn.xyz - Bronze Gold Theme */
@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Rubik:wght@300;400;500;600;700&display=swap');

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

:root {
    --cyth-dark: #0d0906;
    --cyth-deep: #1a110a;
    --cyth-gold: #f59e0b;
    --cyth-bronze: #d97706;
    --cyth-cream: #fef3c7;
    --cyth-white: #fffbeb;
    --cyth-tan: #a8937a;
}

html { scroll-behavior: smooth; }
body { font-family: 'Rubik', sans-serif; background: var(--cyth-dark); color: var(--cyth-white); line-height: 1.75; }

.cyth-header {
    position: fixed; width: 100%; top: 0; z-index: 1000;
    background: rgba(13, 9, 6, 0.95); backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(245, 158, 11, 0.15); padding: 1rem 0;
}
.header-box { max-width: 1480px; margin: 0 auto; padding: 0 2rem; display: flex; justify-content: space-between; align-items: center; }
.cyth-logo { font-family: 'Marcellus', serif; font-size: 2rem; color: var(--cyth-gold); text-decoration: none; letter-spacing: 2px; }

.toggle-menu { display: none; background: none; border: none; cursor: pointer; padding: 5px; }
.toggle-menu span { display: block; width: 28px; height: 2px; background: var(--cyth-gold); margin: 6px 0; transition: 0.3s; }
.toggle-menu.active span:first-child { transform: rotate(45deg) translate(6px, 6px); }
.toggle-menu.active span:nth-child(2) { opacity: 0; }
.toggle-menu.active span:last-child { transform: rotate(-45deg) translate(6px, -6px); }

.cyth-nav { display: flex; list-style: none; gap: 0.5rem; }
.cyth-nav a { font-weight: 500; color: var(--cyth-tan); text-decoration: none; padding: 0.6rem 1.3rem; border-radius: 6px; transition: all 0.3s; font-size: 0.95rem; }
.cyth-nav a:hover { color: var(--cyth-white); background: rgba(245, 158, 11, 0.15); }

.golden-hero {
    min-height: 100vh; padding: 9rem 2rem 5rem;
    display: flex; align-items: center; justify-content: center; text-align: center;
    background: radial-gradient(ellipse at 50% 30%, rgba(245, 158, 11, 0.1) 0%, transparent 50%), var(--cyth-dark);
}
.hero-content { max-width: 900px; }
.hero-content h1 { font-family: 'Marcellus', serif; font-size: clamp(2.5rem, 6vw, 4.5rem); line-height: 1.15; margin-bottom: 1.5rem; color: var(--cyth-white); }
.hero-content h1 span { color: var(--cyth-gold); }
.hero-desc { font-size: 1.2rem; color: var(--cyth-tan); margin-bottom: 2.5rem; line-height: 1.9; }

.golden-tags { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; }
.g-tag { display: inline-flex; align-items: center; gap: 0.5rem; background: rgba(245, 158, 11, 0.12); border: 1px solid rgba(245, 158, 11, 0.3); padding: 0.7rem 1.4rem; border-radius: 6px; font-weight: 600; color: var(--cyth-gold); font-size: 0.9rem; }

.game-zone { padding: 5rem 2rem; background: linear-gradient(180deg, var(--cyth-deep) 0%, var(--cyth-dark) 100%); }
.zone-heading { font-family: 'Marcellus', serif; font-size: 2.2rem; text-align: center; color: var(--cyth-gold); margin-bottom: 2rem; }
.game-wrap { max-width: 1280px; margin: 0 auto; background: var(--cyth-dark); border: 1px solid rgba(245, 158, 11, 0.2); border-radius: 14px; padding: 1.5rem; box-shadow: 0 0 50px rgba(245, 158, 11, 0.1); }
.game-screen { width: 100%; height: 620px; border: none; border-radius: 10px; background: #000; }

.perks-area { padding: 6rem 2rem; max-width: 1400px; margin: 0 auto; }
.perks-heading { font-family: 'Marcellus', serif; font-size: 2rem; text-align: center; color: var(--cyth-gold); margin-bottom: 3rem; }
.perks-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; }
.perk-card { background: linear-gradient(145deg, var(--cyth-deep), rgba(26, 17, 10, 0.5)); border: 1px solid rgba(245, 158, 11, 0.15); border-radius: 12px; padding: 2.5rem; transition: all 0.4s; }
.perk-card:hover { border-color: var(--cyth-gold); transform: translateY(-6px); box-shadow: 0 20px 40px rgba(245, 158, 11, 0.15); }
.perk-icon { font-size: 2.8rem; margin-bottom: 1.2rem; }
.perk-card h3 { font-family: 'Marcellus', serif; font-size: 1.3rem; color: var(--cyth-bronze); margin-bottom: 1rem; }
.perk-card p { color: var(--cyth-tan); line-height: 1.8; }

.info-block { padding: 5rem 2rem; background: var(--cyth-deep); }
.info-inner { max-width: 950px; margin: 0 auto; text-align: center; }
.info-block h2 { font-family: 'Marcellus', serif; font-size: 2.2rem; color: var(--cyth-gold); margin-bottom: 2rem; }
.info-block p { color: var(--cyth-tan); font-size: 1.1rem; margin-bottom: 1.5rem; line-height: 1.9; }

.cyth-footer { background: var(--cyth-dark); border-top: 1px solid rgba(245, 158, 11, 0.1); padding: 3rem 2rem; text-align: center; }
.foot-name { font-family: 'Marcellus', serif; font-size: 1.5rem; color: var(--cyth-gold); margin-bottom: 1.5rem; }
.foot-res { margin-bottom: 1.5rem; }
.foot-res h4 { font-size: 0.9rem; color: var(--cyth-cream); margin-bottom: 0.8rem; font-weight: 400; }
.foot-res a { color: var(--cyth-tan); text-decoration: none; margin: 0 0.8rem; font-size: 0.9rem; transition: color 0.3s; }
.foot-res a:hover { color: var(--cyth-gold); }
.foot-text { color: var(--cyth-tan); font-size: 0.85rem; }

.age-popup { position: fixed; inset: 0; background: rgba(13, 9, 6, 0.98); display: flex; align-items: center; justify-content: center; z-index: 10000; padding: 2rem; }
.age-popup.dismissed { display: none; }
.popup-card { background: var(--cyth-deep); border: 2px solid var(--cyth-gold); border-radius: 18px; padding: 3rem; max-width: 480px; text-align: center; box-shadow: 0 0 70px rgba(245, 158, 11, 0.25); }
.popup-card h2 { font-family: 'Marcellus', serif; font-size: 1.8rem; color: var(--cyth-gold); margin-bottom: 1rem; }
.popup-card p { color: var(--cyth-tan); margin-bottom: 2rem; line-height: 1.8; }
.popup-actions { display: flex; gap: 1rem; justify-content: center; }

.cyth-btn { font-family: 'Rubik', sans-serif; font-weight: 600; padding: 0.9rem 2.2rem; border: none; border-radius: 8px; cursor: pointer; transition: all 0.3s; font-size: 0.95rem; }
.cyth-btn.gold { background: linear-gradient(135deg, var(--cyth-gold), var(--cyth-bronze)); color: var(--cyth-dark); }
.cyth-btn.gold:hover { transform: scale(1.05); box-shadow: 0 0 30px rgba(245, 158, 11, 0.5); }
.cyth-btn.hollow { background: transparent; color: var(--cyth-tan); border: 2px solid var(--cyth-tan); }
.cyth-btn.hollow:hover { border-color: var(--cyth-gold); color: var(--cyth-gold); }

.page-head { padding: 10rem 2rem 4rem; text-align: center; background: radial-gradient(ellipse at center, rgba(245, 158, 11, 0.08) 0%, transparent 50%), var(--cyth-dark); }
.page-head h1 { font-family: 'Marcellus', serif; font-size: clamp(2rem, 4vw, 3rem); color: var(--cyth-gold); }
.page-body { max-width: 920px; margin: 0 auto; padding: 4rem 2rem; }
.page-body h2 { font-family: 'Marcellus', serif; font-size: 1.4rem; color: var(--cyth-bronze); margin: 2.5rem 0 1rem; }
.page-body p { color: var(--cyth-tan); margin-bottom: 1.2rem; line-height: 1.9; }
.page-body ul { padding-left: 1.5rem; margin-bottom: 1.5rem; }
.page-body li { color: var(--cyth-tan); margin-bottom: 0.7rem; line-height: 1.8; }

@media (max-width: 768px) {
    .toggle-menu { display: block; }
    .cyth-nav { position: fixed; top: 0; right: -100%; width: 80%; max-width: 320px; height: 100vh; background: var(--cyth-deep); flex-direction: column; padding: 5rem 2rem 2rem; transition: right 0.4s; border-left: 1px solid rgba(245, 158, 11, 0.2); }
    .cyth-nav.show { right: 0; }
    .cyth-nav a { display: block; padding: 1rem; border-bottom: 1px solid rgba(245, 158, 11, 0.1); }
    .game-screen { height: 400px; }
    .golden-tags { flex-direction: column; align-items: center; }
    .popup-actions { flex-direction: column; }
    .foot-res a { display: block; margin: 0.4rem 0; }
}
@media (max-width: 480px) { .cyth-logo { font-size: 1.5rem; } .hero-content h1 { font-size: 2rem; } .game-screen { height: 320px; } }
