/* Sci-Fi Theme */
.theme-sci-fi {
    --bg-image: url('https://images.unsplash.com/photo-1462331940025-496dfbfc7564?w=1920');
    --bg-color: #0a0e1a;
    --text-color: #c2d4e8;
    --primary-color: #00d9ff;
    --card-bg: rgba(10, 14, 26, 0.92);
    --badge-bg: rgba(0, 217, 255, 0.15);
    --description-bg: rgba(15, 25, 45, 0.7);
    --overlay-color: rgba(10, 14, 26, 0.7);
    --border-color: rgba(0, 217, 255, 0.4);
    --button-bg: linear-gradient(135deg, #00d9ff 0%, #0099cc 100%);
    --button-text: #0a0e1a;
    --button-shadow: rgba(0, 217, 255, 0.5);
    --header-bg: rgba(10, 14, 26, 0.95);
    --choice-bg: rgba(15, 25, 45, 0.7);
    --choice-border: rgba(0, 217, 255, 0.4);
    --choice-hover-bg: rgba(0, 217, 255, 0.2);
    --spinner-bg: rgba(0, 217, 255, 0.2);
    font-family: 'Orbitron', 'Courier New', monospace;
}

.theme-sci-fi .story-title {
    font-family: 'Orbitron', 'Arial', sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.theme-sci-fi .choice-btn {
    font-family: 'Roboto Mono', monospace;
}

.theme-sci-fi .choice-btn::before {
    content: '>';
    margin-right: 0.5rem;
    color: var(--primary-color);
    font-weight: bold;
}
