/* ==========================================
   THEME: SCI-FI / CYBERPUNK (HIGH-END EDIT)
   ========================================== */

@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@500;700;900&family=Share+Tech+Mono&display=swap');

body.theme-scifi {
    color: #a0aec0;
    font-family: 'Share Tech Mono', monospace;
    background-color: #050811; /* Fallback-Farbe */
    background-image: linear-gradient(rgba(5, 8, 17, 0.75), rgba(5, 8, 17, 0.85)), url('../demo/bg_scifi.webp');
    background-size: cover;
    background-position: center top;
    background-attachment: fixed; /* Der Parallax-Trick */
}


/* Header & Branding */
body.theme-scifi .brand-title {
    font-family: 'Orbitron', sans-serif;
    color: #ffffff;
    text-shadow: 0 0 15px rgba(0, 240, 255, 0.4);
}

body.theme-scifi .brand-tagline {
    color: #00f0ff;
    font-family: 'Share Tech Mono', monospace;
    font-weight: bold;
}

body.theme-scifi .main-nav {
    background: rgba(8, 12, 22, 0.8);
    border: 1px solid rgba(0, 240, 255, 0.15);
    backdrop-filter: blur(10px);
}

/* Vibe Switcher */
body.theme-scifi .vibe-switcher-bar {
    background: rgba(0, 240, 255, 0.03);
    border: 1px solid rgba(0, 240, 255, 0.1);
}

body.theme-scifi .switcher-label {
    color: #00f0ff;
}

body.theme-scifi .vibe-btn {
    color: #00f0ff;
    border: 1px solid rgba(0, 240, 255, 0.2);
    background: transparent;
    border-radius: 4px; /* Härtere Kanten für Tech-Look */
    font-family: 'Orbitron', sans-serif;
}

body.theme-scifi .vibe-btn.active {
    color: #050811;
    background: #00f0ff;
    border-color: #00f0ff;
    box-shadow: 0 0 12px rgba(0, 240, 255, 0.5);
}

/* Showroom Card */
body.theme-scifi .demo-card-preview {
    background: linear-gradient(145deg, #070b16 0%, #03050a 100%);
    border: 1px solid rgba(0, 240, 255, 0.2);
    box-shadow: 0 15px 35px rgba(0, 240, 255, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.05);
    border-radius: 8px; /* Leichte Abrundung, nicht so organisch wie Romance */
}

body.theme-scifi .demo-badge {
    background: rgba(0, 240, 255, 0.1);
    color: #00f0ff;
    border: 1px solid rgba(0, 240, 255, 0.3);
    border-radius: 4px;
    font-family: 'Orbitron', sans-serif;
}

body.theme-scifi .demo-cover-placeholder {
    border: 1px dashed rgba(0, 240, 255, 0.4);
    background: rgba(0, 240, 255, 0.03);
    color: #00f0ff;
    font-family: 'Share Tech Mono', monospace;
    border-radius: 4px;
}

body.theme-scifi .demo-author {
    color: #00f0ff;
}

body.theme-scifi .demo-title {
    font-family: 'Orbitron', sans-serif;
    color: #ffffff;
    text-shadow: 0 0 10px rgba(0, 240, 255, 0.3);
}

body.theme-scifi .demo-subtitle {
    color: #00f0ff;
}

body.theme-scifi .demo-description {
    color: #8a9bb0;
}

/* Action Button */
body.theme-scifi .demo-action-btn {
    background: rgba(0, 240, 255, 0.05);
    color: #00f0ff;
    border: 1px solid #00f0ff;
    font-family: 'Orbitron', sans-serif;
    border-radius: 4px;
    box-shadow: 0 4px 15px rgba(0, 240, 255, 0.1);
}

body.theme-scifi .demo-action-btn:hover {
    background: #00f0ff;
    color: #050811;
    box-shadow: 0 0 20px rgba(0, 240, 255, 0.6);
}

/* Footer */
body.theme-scifi .demo-footer-container {
    border-top: 1px solid rgba(0, 240, 255, 0.15);
    color: #4a5d73;
}

body.theme-scifi .demo-footer-container a {
    color: #00f0ff;
}

body.theme-scifi .demo-package-note {
    background: rgba(0, 240, 255, 0.04);
    border: 1px solid rgba(0, 240, 255, 0.15);
    color: #a0aec0;
}
body.theme-scifi .note-tag {
    color: #00f0ff;
}