:root {
    --rsvp-bg: rgba(255,255,255,0.05);
    --rsvp-text: #ffffff;
    --input-bg: rgba(255,255,255,0.1);
    --input-border: rgba(255,255,255,0.2);
    --input-text: #ffffff;
    --input-placeholder: rgba(255,255,255,0.6);
    --uchiha-red: #cc1a1a;
    --uchiha-dark-red: #8b0000;
    --uchiha-black: #0d0505;
    --uchiha-dark: #1a0505;
    --uchiha-mid: #2d0808;
    --uchiha-light: #ff4444;
    --sakura-pink: #ff9eb5;
    --text-light: #f5e6e6;
    --text-muted: #c9a0a0;
    --border-uchiha: rgba(204, 26, 26, 0.4);
    --cover-bg: linear-gradient(140deg, #4a0000 0%, #660000 45%, #880000 100%);
    --hero-bg: linear-gradient(140deg, #4a0000 0%, #660000 45%, #880000 100%);
    --footer-bg: linear-gradient(135deg, #660000 0%, #4a0000 100%);
    --surface-soft: rgba(0, 0, 0, 0.4);
    --line: rgba(255, 255, 255, 0.2);
}
/* Theme 18 - Sasuke & Sakura (Uchiha x Haruno) */
/* Estetika: Hitam, Merah Darah, Uchiha Clan */



@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700&family=Noto+Sans+JP:wght@300;400;700&display=swap');

body.theme-sasuke {
    font-family: 'Noto Sans JP', sans-serif;
    background: var(--uchiha-black);
    color: var(--text-light);
    overflow-x: hidden;
}

/* Pola latar klan Uchiha */
body.theme-sasuke::before {
    content: '';
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background:
        radial-gradient(ellipse at 20% 50%, rgba(139,0,0,0.15) 0%, transparent 60%),
        radial-gradient(ellipse at 80% 20%, rgba(204,26,26,0.1) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

/* ========== COVER ========== */
body.theme-sasuke .cover-page {
    background: linear-gradient(155deg, #0d0505 0%, #1a0505 40%, #2d0808 70%, #400a0a 100%);
}

.scroll-uchiha {
    background: linear-gradient(145deg, rgba(20,5,5,0.95), rgba(45,8,8,0.9));
    border: 2px solid var(--uchiha-red);
    border-radius: 12px;
    padding: 50px 36px;
    text-align: center;
    max-width: 460px;
    width: 90%;
    position: relative;
    box-shadow:
        0 0 40px rgba(204,26,26,0.4),
        0 25px 60px rgba(0,0,0,0.8),
        inset 0 1px 0 rgba(255,68,68,0.2);
}

.scroll-uchiha::before,
.scroll-uchiha::after {
    content: '';
    position: absolute;
    width: 60px; height: 60px;
    border: 2px solid var(--uchiha-red);
    opacity: 0.6;
}
.scroll-uchiha::before { top: 12px; left: 12px; border-right: none; border-bottom: none; }
.scroll-uchiha::after  { bottom: 12px; right: 12px; border-left: none; border-top: none; }

.sharingan-ornament { text-align: center; margin-bottom: 16px; }

/* Sharingan visual CSS murni */
.sharingan-icon {
    width: 48px; height: 48px;
    border-radius: 50%;
    background: radial-gradient(circle at center, #cc1a1a 30%, #8b0000 60%, #1a0505 100%);
    border: 3px solid #ff4444;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 0 20px rgba(204,26,26,0.7);
    animation: sharinganSpin 8s linear infinite;
}

.sharingan-icon::before,
.sharingan-icon::after {
    content: '';
    position: absolute;
    top: 50%; left: 50%;
    width: 10px; height: 10px;
    background: #cc1a1a;
    border-radius: 50%;
    transform: translate(-50%, -150%);
    box-shadow:
        0 22px 0 #cc1a1a,
        19px -11px 0 #cc1a1a,
        -19px -11px 0 #cc1a1a;
}

@keyframes sharinganSpin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.uchiha-label {
    color: var(--uchiha-red);
    font-family: 'Cinzel', serif;
    letter-spacing: 4px;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 16px;
    text-shadow: 0 0 10px rgba(204,26,26,0.5);
}

body.theme-sasuke .cover-title {
    font-family: 'Cinzel', serif;
    font-size: 42px;
    color: var(--text-light);
    text-shadow: 0 0 30px rgba(204,26,26,0.6), 2px 2px 4px rgba(0,0,0,0.8);
    margin: 8px 0;
}

body.theme-sasuke .cover-and {
    color: var(--uchiha-red);
    font-size: 28px;
    margin: 8px 0;
    filter: drop-shadow(0 0 8px rgba(204,26,26,0.8));
}

body.theme-sasuke .cover-subtitle {
    color: var(--text-muted);
    font-size: 13px;
    line-height: 1.8;
    margin: 20px 0;
}

body.theme-sasuke .cover-guest {
    background: linear-gradient(90deg, transparent, rgba(204,26,26,0.2), transparent);
    padding: 12px;
    border-radius: 8px;
    margin: 16px 0;
}
body.theme-sasuke .cover-guest-label { color: var(--uchiha-red); font-size: 11px; letter-spacing: 3px; }
body.theme-sasuke .cover-guest-name { font-family: 'Cinzel', serif; font-size: 20px; color: #fff; }

/* ========== BUTTONS ========== */
.btn-uchiha {
    background: linear-gradient(135deg, var(--uchiha-red), var(--uchiha-dark-red));
    color: #fff;
    border: 1px solid rgba(255,68,68,0.5);
    border-radius: 6px;
    padding: 12px 28px;
    font-family: 'Cinzel', serif;
    font-size: 14px;
    letter-spacing: 2px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 0 20px rgba(204,26,26,0.4);
}
.btn-uchiha:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 35px rgba(204,26,26,0.7), 0 5px 15px rgba(0,0,0,0.5);
}

/* ========== HERO ========== */
.hero-uchiha {
    background: linear-gradient(180deg, #0d0505 0%, #1a0505 40%, #2d0808 100%);
    min-height: 100vh;
}

body.theme-sasuke .hero-names {
    font-family: 'Cinzel', serif;
    color: var(--text-light);
    text-shadow: 0 0 40px rgba(204,26,26,0.5);
}

body.theme-sasuke .hero-and { color: var(--uchiha-red); }
body.theme-sasuke .hero-label { color: var(--uchiha-red); letter-spacing: 6px; font-size: 14px; }
body.theme-sasuke .hero-date { color: var(--text-muted); letter-spacing: 4px; }

/* ========== SECTIONS ========== */
body.theme-sasuke .section-title,
.title-uchiha {
    font-family: 'Cinzel', serif;
    color: var(--uchiha-red);
    text-shadow: 0 0 20px rgba(204,26,26,0.4);
    font-size: 2rem;
}

body.theme-sasuke .section-title::after {
    background: linear-gradient(90deg, transparent, var(--uchiha-red), transparent);
}

/* ========== CARD ========== */
.card-uchiha {
    background: rgba(20,5,5,0.85);
    border: 1px solid var(--border-uchiha);
    border-top: 3px solid var(--uchiha-red);
    border-radius: 8px;
    padding: 28px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.6), 0 0 15px rgba(204,26,26,0.1);
    transition: all 0.3s ease;
}
.card-uchiha:hover {
    box-shadow: 0 15px 40px rgba(0,0,0,0.8), 0 0 25px rgba(204,26,26,0.25);
    transform: translateY(-4px);
}

/* ========== COUPLE ========== */
.couple-uchiha { background: var(--uchiha-dark); }
body.theme-sasuke .couple-container { display: flex; flex-wrap: wrap; justify-content: center; gap: 40px; max-width: 900px; margin: 0 auto; }

.frame-uchiha {
    width: 180px; height: 180px;
    margin: 0 auto 20px;
    position: relative;
}

.frame-uchiha .couple-photo {
    width: 100%; height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid var(--uchiha-red);
    box-shadow: 0 0 25px rgba(204,26,26,0.5);
}

.frame-sharingan-ring {
    position: absolute;
    top: -10px; left: -10px; right: -10px; bottom: -10px;
    border: 2px dashed rgba(204,26,26,0.5);
    border-radius: 50%;
    animation: sharinganSpin 12s linear infinite;
}

.role-uchiha {
    font-family: 'Cinzel', serif;
    color: var(--uchiha-red);
    letter-spacing: 3px;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.name-uchiha {
    font-family: 'Cinzel', serif;
    font-size: 1.6rem;
    color: var(--text-light);
    margin-bottom: 12px;
}

body.theme-sasuke .couple-child { color: var(--text-muted); font-size: 13px; line-height: 1.8; }
body.theme-sasuke .couple-social a {
    background: linear-gradient(135deg, var(--uchiha-red), var(--uchiha-dark-red));
    color: #fff; border-radius: 50%;
    width: 40px; height: 40px;
    display: flex; justify-content: center; align-items: center;
    text-decoration: none; transition: all 0.3s;
}

/* ========== COUNTDOWN ========== */
.countdown-uchiha { background: linear-gradient(180deg, var(--uchiha-dark) 0%, var(--uchiha-mid) 100%); }
body.theme-sasuke .countdown-number {
    font-family: 'Cinzel', serif;
    color: var(--uchiha-light);
    font-size: 3rem;
    text-shadow: 0 0 20px rgba(204,26,26,0.7);
}
body.theme-sasuke .countdown-label { color: var(--text-muted); }

/* ========== EVENT ========== */
body.theme-sasuke .event-section { background: var(--uchiha-black); }
body.theme-sasuke .event-icon {
    width: 70px; height: 70px;
    background: var(--uchiha-red);
    border-radius: 50%;
    display: flex; justify-content: center; align-items: center;
    font-size: 28px; color: #fff; margin: 0 auto 20px;
}
body.theme-sasuke .event-title { font-family: 'Cinzel', serif; color: var(--text-light); }
body.theme-sasuke .event-date { color: var(--uchiha-red); }
body.theme-sasuke .event-time, body.theme-sasuke .event-location { color: var(--text-muted); }

/* ========== GALLERY ========== */
.gallery-uchiha { background: var(--uchiha-dark); }
body.theme-sasuke .gallery-item { border: 1px solid var(--border-uchiha); }
body.theme-sasuke .gallery-item:hover { box-shadow: 0 0 20px rgba(204,26,26,0.4); }

.gallery-view-all {
    display: flex; flex-direction: column; justify-content: center; align-items: center;
    background: var(--uchiha-mid);
    border: 2px dashed var(--uchiha-red);
    border-radius: 12px;
    aspect-ratio: 1;
    cursor: pointer;
    transition: all 0.3s;
    color: var(--uchiha-red);
    font-size: 14px;
    gap: 10px;
    min-height: 150px;
}
.gallery-view-all:hover { background: rgba(204,26,26,0.15); }
.gallery-view-all i { font-size: 2rem; }

/* ========== RSVP ========== */
.rsvp-uchiha { background: linear-gradient(180deg, var(--uchiha-mid) 0%, var(--uchiha-dark) 100%); }
body.theme-sasuke .rsvp-form { background: rgba(10,3,3,0.7); border-color: var(--border-uchiha); }
body.theme-sasuke .form-group label { color: var(--uchiha-red); }
body.theme-sasuke .form-group input,
body.theme-sasuke .form-group textarea {
    background: rgba(255,255,255,0.05);
    border-color: var(--border-uchiha);
    color: var(--text-light);
}
body.theme-sasuke .form-group input:focus,
body.theme-sasuke .form-group textarea:focus {
    border-color: var(--uchiha-red);
    box-shadow: 0 0 12px rgba(204,26,26,0.3);
    outline: none;
}
body.theme-sasuke .helper-text { color: var(--text-muted); font-size: 12px; margin-top: 4px; }
body.theme-sasuke .comment-name { color: var(--uchiha-red); }
body.theme-sasuke .comment-attendance { color: var(--text-muted); font-size: 12px; }
body.theme-sasuke .comment-message { color: var(--text-light); }
body.theme-sasuke .comment-date { color: var(--text-muted); font-size: 11px; }

/* ========== GIFT ========== */
.gift-uchiha { background: var(--uchiha-black); }
body.theme-sasuke .gift-title { font-family: 'Cinzel', serif; }
body.theme-sasuke .copy-btn { padding: 10px 20px; border-radius: 6px; cursor: pointer; }

/* ========== FOOTER ========== */
.footer-uchiha { background: var(--uchiha-dark); text-align: center; padding: 60px 20px; }
.footer-uchiha .footer-thanks { font-family: 'Cinzel', serif; color: var(--uchiha-red); letter-spacing: 4px; font-size: 14px; }
.footer-uchiha .footer-names { font-family: 'Cinzel', serif; font-size: 1.8rem; color: var(--text-light); margin: 12px 0; }
.footer-uchiha .footer-wa-btn {
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--uchiha-red); color: #fff;
    padding: 10px 20px; border-radius: 6px;
    text-decoration: none; margin-top: 10px;
    transition: all 0.3s;
}
.footer-uchiha .footer-copyright { color: var(--text-muted); font-size: 11px; margin-top: 20px; }

/* ========== SHURIKEN CONTAINER ========== */
/* =====================================================
   ELEMEN ANIMASI - SHURIKEN
   Kontainer untuk shuriken yang melintas layar.
   Bentuk shuriken dibuat di theme.js.
===================================================== */
#shuriken-container {
    position: fixed;
    top: 0; left: 0; width: 100vw; height: 100vh;
    pointer-events: none;
    z-index: 9999;
    overflow: hidden;
}

/* ========== LIGHTBOX ========== */
body.theme-sasuke .lightbox-close { background: none; border: 2px solid rgba(255,255,255,0.5); color: #fff; border-radius: 50%; }

/* ========== MUSIC BTN ========== */
body.theme-sasuke .music-btn { background: var(--uchiha-red); color: #fff; border: none; border-radius: 50%; }

/* ========== SCROLL INDICATOR ========== */
body.theme-sasuke .scroll-indicator { color: var(--uchiha-red); }

/* ========== RESPONSIVE ========== */
@media (max-width: 600px) {
    body.theme-sasuke .cover-title { font-size: 32px; }
    body.theme-sasuke .hero-names { font-size: 2rem; }
}

#shuriken-container {
    position: fixed;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    pointer-events: none;
    z-index: 9999;
}




@media (max-width: 768px) {
    .couple-container, .event-container { gap: 20px !important; }
    .hero-names { font-size: 2.5rem !important; }
}