/* ==========================================
   THEME: THRILLER / CRIME (HIGH-END EDIT)
   ========================================== */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500;700&family=Roboto+Mono:wght@400;600&display=swap');

body.theme-thriller {
    background-color: #090909;
    color: #cccccc;
    font-family: 'Roboto Mono', monospace;
    background-image: linear-gradient(rgba(9, 9, 9, 0.6), rgba(9, 9, 9, 0.88)), url('../demo/bg_thriller.webp');
    background-size: cover;
    background-position: center top;
    background-attachment: fixed; /* Der Parallax-Trick */
}

/* Header & Branding */
body.theme-thriller .brand-title {
    font-family: 'Oswald', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
}

body.theme-thriller .brand-tagline {
    color: #ff2a2a; /* Signal-Rot */
    font-weight: 600;
}

body.theme-thriller .main-nav {
    background: #111111;
    border: 1px solid #222222;
    border-radius: 0;                   /* Thriller hat scharfe Kanten */
}

/* Vibe Switcher */
body.theme-thriller .vibe-switcher-bar {
    background: #140505;
    border: 1px solid rgba(255, 42, 42, 0.2);
    border-radius: 0;
}

body.theme-thriller .switcher-label {
    color: #ff2a2a;
}

body.theme-thriller .vibe-btn {
    color: #888888;
    border: 1px solid #333333;
    background: #0d0d0d;
    border-radius: 0;
    font-family: 'Oswald', sans-serif;
}

body.theme-thriller .vibe-btn.active {
    color: #000000;
    background: #ff2a2a;
    border-color: #ff2a2a;
    box-shadow: 0 4px 10px rgba(255, 42, 42, 0.3);
}

/* Showroom Card */
body.theme-thriller .demo-card-preview {
    background: #0d0d0d;
    border: 1px solid #222222;
    border-left: 3px solid #ff2a2a; /* Markanter Akzent links */
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.8);
    border-radius: 0;
}

body.theme-thriller .demo-badge {
    background: #ff2a2a;
    color: #000000;
    border-radius: 0;
    font-family: 'Oswald', sans-serif;
}

body.theme-thriller .demo-cover-placeholder {
    border: 2px solid #222222;
    background: #141414;
    color: #ff2a2a;
    border-radius: 0;
    font-family: 'Oswald', sans-serif;
}

body.theme-thriller .demo-author {
    color: #ff2a2a;
    font-weight: bold;
}

body.theme-thriller .demo-title {
    font-family: 'Oswald', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
}

body.theme-thriller .demo-subtitle {
    color: #ff2a2a;
    font-weight: bold;
}

body.theme-thriller .demo-description {
    color: #999999;
}

/* Action Button */
body.theme-thriller .demo-action-btn {
    background: #111111;
    color: #ffffff;
    border: 1px solid #ff2a2a;
    font-family: 'Oswald', sans-serif;
    border-radius: 0;
    transition: all 0.2s ease;
}

body.theme-thriller .demo-action-btn:hover {
    background: #ff2a2a;
    color: #000000;
    box-shadow: 0 5px 15px rgba(255, 42, 42, 0.4);
}

/* Footer */
body.theme-thriller .demo-footer-container {
    border-top: 1px solid #222222;
    color: #555555;
}

body.theme-thriller .demo-footer-container a {
    color: #ff2a2a;
}

body.theme-thriller .demo-package-note {
    background: #111111;
    border: 1px solid #222222;
    border-left: 3px solid #ff2a2a;
    color: #aaaaaa;
}
body.theme-thriller .note-tag {
    color: #ff2a2a;
}