*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;
}

body{
    background:#0b0f19;
    color:#ffffff;
    min-height:100vh;
}

.topbar{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:20px 40px;
    border-bottom:1px solid rgba(255,255,255,.08);
    backdrop-filter:blur(10px);
}

.brand{
    display:flex;
    align-items:center;
    gap:15px;
}

.logo-mark{
    width:50px;
    height:50px;
    border-radius:12px;
    background:linear-gradient(135deg,#00f0ff,#00aaff);
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:bold;
    font-size:24px;
    color:#000;
}

.brand h1{
    font-size:28px;
}

.brand span{
    color:#9ca3af;
    font-size:12px;
}

.nav{
    display:flex;
    gap:20px;
    flex-wrap:wrap;
}

.nav a{
    color:white;
    text-decoration:none;
}

.nav small{
    color:#00f0ff;
}

.login-btn{
    background:#00f0ff;
    color:#000;
    border:none;
    padding:12px 20px;
    border-radius:10px;
    font-weight:bold;
    cursor:pointer;
}

.hero{
    position:relative;
    min-height:650px;
    padding:80px 40px;
    display:flex;
    align-items:center;

    background:
    linear-gradient(
        to right,
        rgba(0,0,0,.88),
        rgba(0,0,0,.60),
        rgba(0,0,0,.20)
    ),
    url("assets/images/hero-platzhalter-1.png");

    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

.eyebrow{
    color:#00f0ff;
    margin-bottom:10px;
}

.hero h2{
    font-size:56px;
    line-height:1.1;
    margin-bottom:20px;
}

.hero-text{
    color:#b8c0cc;
    font-size:18px;
    line-height:1.8;
}

.hero-actions{
    margin-top:30px;
    display:flex;
    gap:15px;
}

.primary-btn,
.secondary-btn{
    padding:15px 25px;
    border-radius:12px;
    text-decoration:none;
}

.primary-btn{
    background:#00f0ff;
    color:#000;
}

.secondary-btn{
    border:1px solid #00f0ff;
    color:#00f0ff;
}

.hero-card{
    display:none;
}

.badge{
    display:inline-block;
    background:#00f0ff;
    color:black;
    padding:6px 12px;
    border-radius:999px;
    margin-bottom:15px;
}

.section{
    padding:60px 40px;
}

.section-head{
    margin-bottom:30px;
}

.category-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:20px;
}

.category-card{
    background:#141b2d;
    border-radius:18px;
    padding:25px;
    transition:.3s;
}

.category-card:hover{
    transform:translateY(-5px);
}

.category-card span{
    color:#00f0ff;
}

.split{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:30px;
}

.model-box{
    background:#141b2d;
    padding:25px;
    border-radius:18px;
}

footer{
    text-align:center;
    padding:40px;
    color:#888;
}

@media(max-width:1000px){

.hero{
    grid-template-columns:1fr;
}

.split{
    grid-template-columns:1fr;
}

.topbar{
    flex-direction:column;
    gap:20px;
}

.hero h2{
    font-size:38px;
}
}

.content-row{
    padding:0 40px 60px;
}

.content-row h2{
    margin-bottom:20px;
}

.poster-row{
    display:flex;
    gap:20px;
    overflow-x:auto;
}

.poster-card{
    min-width:220px;
}

.poster-image{
    height:320px;
    border-radius:16px;
    background:linear-gradient(
        135deg,
        #7a0f0f,
        #d4aa1d
    );
}

.poster-card p{
    margin-top:10px;
}

.hero-content{
    max-width:800px;
    z-index:2;
}

.search-btn{
    background:transparent;
    color:white;
    border:1px solid rgba(255,255,255,.2);
    padding:12px 20px;
    border-radius:10px;
    cursor:pointer;
}

:root{
    --vistara-bg:#05070d;
    --vistara-panel:#101624;
    --vistara-red:#8b0000;
    --vistara-gold:#d4aa1d;
    --vistara-amber:#ffb000;
    --vistara-white:#ffffff;
    --vistara-muted:#b8c0cc;
}

.logo-mark,
.login-btn,
.primary-btn,
.badge{
    background:linear-gradient(135deg,var(--vistara-gold),var(--vistara-amber));
    color:#05070d;
}

.nav small,
.eyebrow,
.category-card span{
    color:var(--vistara-gold);
}

.secondary-btn{
    border:1px solid var(--vistara-gold);
    color:var(--vistara-gold);
}

.search-btn{
    border:1px solid rgba(212,170,29,.45);
}

.hero{
    background:
    linear-gradient(
        to right,
        rgba(5,7,13,.95),
        rgba(5,7,13,.72),
        rgba(5,7,13,.20)
    ),
    url("assets/images/covers/die-legende-der-weissen-schlange.jpg")
}

.hero h2{
    max-width:900px;
}

.hero-meta{
    color:var(--vistara-gold);
    font-size:18px;
    margin-bottom:8px;
}

.hero-rating{
    font-size:17px;
    margin-bottom:12px;
    color:#ffffff;
}

.topbar{
    background:rgba(5,7,13,.92);
}

.poster-image{
    background:linear-gradient(135deg,var(--vistara-red),var(--vistara-gold));
}

.rating-stars{
    color:var(--vistara-gold);
    margin-right:6px;
}

.content-badge{
    display:inline-block;
    margin-top:12px;
    color:var(--vistara-gold);
    font-size:12px;
    font-weight:700;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.poster-card h3{
    margin-top:6px;
    margin-bottom:6px;
    font-size:18px;
    color:#ffffff;
}

.poster-card p{
    color:var(--vistara-muted);
    font-size:14px;
}

.poster-image{
    height:320px;
    border-radius:16px;
    background:
        linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.65)),
        linear-gradient(135deg,#8b0000,#d4aa1d);
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

.poster-card{
    min-width:220px;
    transition:.25s ease;
    cursor:pointer;
}

.poster-card:hover{
    transform:scale(1.04);
}

.poster-image{
    box-shadow:0 18px 45px rgba(0,0,0,.45);
}

.content-badge{
    margin-top:14px;
}

.poster-card h3{
    line-height:1.25;
}

.poster-row{
    padding-bottom:14px;
}

.quick-categories{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    padding:24px 40px;
    background:#070b14;
    border-top:1px solid rgba(255,255,255,.06);
    border-bottom:1px solid rgba(255,255,255,.06);
}

.quick-categories button{
    flex:0 0 auto;
    background:#111827;
    color:#ffffff;
    border:1px solid rgba(212,170,29,.25);
    padding:14px 20px;
    border-radius:999px;
    font-weight:700;
    cursor:pointer;
    transition:.25s ease;
}

.quick-categories button:hover{
    background:linear-gradient(135deg,var(--vistara-red),var(--vistara-gold));
    color:#ffffff;
    transform:translateY(-2px);
}

.quick-categories span{
    color:var(--vistara-gold);
    font-size:11px;
    margin-left:6px;
}

.poster-row{
    scrollbar-width:none;
}

.poster-row::-webkit-scrollbar{
    display:none;
}

.content-row{
    position:relative;
}

.row-arrow{
    position:absolute;
    top:45%;
    transform:translateY(-50%);
    width:46px;
    height:90px;
    border:none;
    background:rgba(0,0,0,.65);
    color:#ffffff;
    font-size:48px;
    cursor:pointer;
    z-index:5;
    transition:.25s ease;
}

.row-arrow:hover{
    background:rgba(212,170,29,.85);
    color:#05070d;
}

.row-arrow-left{
    left:0;
    border-radius:0 12px 12px 0;
}

.row-arrow-right{
    right:0;
    border-radius:12px 0 0 12px;
}

.quick-categories{
    box-shadow:0 18px 45px rgba(0,0,0,.35);
}

.quick-categories button{
    background:
        linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.02));
    backdrop-filter:blur(10px);
}

.quick-categories button:first-child{
    border-color:rgba(212,170,29,.8);
}

.search-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.78);
    backdrop-filter:blur(12px);
    display:none;
    align-items:center;
    justify-content:center;
    z-index:999;
    padding:30px;
}

.search-overlay.active{
    display:flex;
}

.search-panel{
    width:min(900px,100%);
    background:linear-gradient(180deg,#111827,#070b14);
    border:1px solid rgba(212,170,29,.35);
    border-radius:28px;
    padding:40px;
    box-shadow:0 30px 90px rgba(0,0,0,.7);
    position:relative;
}

.search-panel h2{
    font-size:38px;
    margin-bottom:12px;
}

.search-panel p{
    color:var(--vistara-muted);
    margin-bottom:24px;
    line-height:1.6;
}

.search-input{
    width:100%;
    padding:20px 22px;
    border-radius:16px;
    border:1px solid rgba(212,170,29,.45);
    background:#05070d;
    color:#ffffff;
    font-size:20px;
    outline:none;
}

.search-input:focus{
    border-color:var(--vistara-gold);
    box-shadow:0 0 0 4px rgba(212,170,29,.12);
}

.search-close{
    position:absolute;
    top:18px;
    right:22px;
    background:transparent;
    border:none;
    color:#ffffff;
    font-size:36px;
    cursor:pointer;
}

.search-hints{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:22px;
}

.search-hints span{
    border:1px solid rgba(212,170,29,.35);
    border-radius:999px;
    padding:10px 16px;
    color:var(--vistara-gold);
    font-weight:700;
}

.top10-bar{
    display:flex;
    gap:14px;
    overflow-x:auto;
    margin:0 0 25px 0;
    padding-bottom:10px;
    scrollbar-width:none;
}

.top10-bar::-webkit-scrollbar{
    display:none;
}

.top10-bar span{
    background:linear-gradient(
        180deg,
        rgba(212,170,29,.18),
        rgba(212,170,29,.05)
    );
    border:1px solid rgba(212,170,29,.35);
    color:#d4aa1d;
    padding:10px 18px;
    border-radius:999px;
    font-weight:700;
    white-space:nowrap;
}

.top-card{
    position:relative;
}

.rank-number{
    position:absolute;
    left:10px;
    top:8px;
    z-index:4;
    font-size:72px;
    font-weight:900;
    line-height:1;
    color:rgba(255,255,255,.92);
    text-shadow:
        0 4px 18px rgba(0,0,0,.85),
        0 0 0 2px rgba(212,170,29,.45);
    pointer-events:none;
}

.provider-overview{
    margin-top:50px;
}

.provider-overview h2{
    margin-bottom:8px;
}

.provider-overview p{
    color:#cbd5e1;
    margin-bottom:22px;
}

.provider-list{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
    gap:14px;
}

.provider-item{
    background:#141b2d;
    border:1px solid rgba(212,170,29,.22);
    border-radius:16px;
    padding:16px;
}

.provider-item strong{
    display:block;
    margin-bottom:8px;
}

.provider-item span{
    color:#d4aa1d;
    font-size:13px;
    font-weight:700;
}

.provider-item a{
    display:inline-block;
    margin-top:10px;
    color:#d4aa1d;
    text-decoration:none;
    font-size:13px;
    font-weight:700;
}

.provider-item a:hover{
    text-decoration:underline;
}

.detail-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.78);
    backdrop-filter:blur(12px);
    z-index:9999;
    display:none;
    align-items:center;
    justify-content:center;
    padding:30px;
}

.detail-overlay.active{
    display:flex;
}

.detail-panel{
    width:min(980px,100%);
    background:#101827;
    border:1px solid rgba(212,170,29,.35);
    border-radius:26px;
    padding:28px;
    display:grid;
    grid-template-columns:1fr;
    gap:30px;
    position:relative;
    box-shadow:0 30px 90px rgba(0,0,0,.65);
}

.detail-close{
    position:absolute;
    top:18px;
    right:20px;
    border:none;
    background:transparent;
    color:white;
    font-size:34px;
    cursor:pointer;
}

.detail-poster{
    display:none;
    min-height:420px;
    border-radius:20px;
    background:linear-gradient(135deg,#7a0f0f,#d4aa1d);
    background-size:cover;
    background-position:center;
}

.detail-badge{
    display:inline-block;
    color:#d4aa1d;
    font-weight:800;
    margin-bottom:14px;
    text-transform:uppercase;
}

.detail-info h2{
    font-size:42px;
    margin-bottom:14px;
}

.detail-meta{
    color:#d4aa1d;
    margin-bottom:20px;
    font-weight:700;
}

.detail-description{
    color:#d7dde8;
    font-size:18px;
    line-height:1.7;
    max-width:620px;
}

.detail-actions{
    margin-top:28px;
}

.detail-watch{
    display:inline-flex;
    background:#d4aa1d;
    color:#000;
    text-decoration:none;
    padding:14px 24px;
    border-radius:12px;
    font-weight:800;
}

@media(max-width:800px){
    .detail-panel{
        grid-template-columns:1fr;
        max-height:90vh;
        overflow:auto;
    }

    .detail-poster{
        min-height:260px;
    }

    .detail-info h2{
        font-size:30px;
    }
}

.search-results{
    margin-top:24px;
    display:flex;
    flex-direction:column;
    gap:12px;
}

.search-result-item{
    background:#101827;
    border:1px solid rgba(212,170,29,.25);
    border-radius:14px;
    padding:14px 16px;
    cursor:pointer;
}

.search-result-item strong{
    display:block;
    color:#ffffff;
    margin-bottom:6px;
}

.search-result-item span{
    color:#d4aa1d;
    font-size:14px;
}

.search-result-item:hover{
    border-color:#d4aa1d;
}

.poster-image{
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

.watch-premium{
    min-height:100vh;
    padding:40px;
    background:#060a14;
    background-size:cover;
    background-position:center;
    color:white;
}

.watch-back{
    display:inline-block;
    margin-bottom:32px;
    color:#d4aa1d;
    text-decoration:none;
    font-weight:700;
}

.watch-hero{
    display:grid;
    grid-template-columns:320px 1fr;
    gap:42px;
    align-items:center;
    max-width:1200px;
}

.watch-cover{
    width:320px;
    height:480px;
    border-radius:22px;
    background:linear-gradient(135deg,#c00,#a76a00);
    background-size:cover;
    background-position:center;
    box-shadow:0 24px 60px rgba(0,0,0,.55);
    border:1px solid rgba(212,170,29,.35);
}

.watch-details{
    max-width:720px;
}

.watch-provider{
    color:#d4aa1d;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.08em;
}

.watch-details h1{
    font-size:56px;
    line-height:1.05;
    margin:18px 0;
}

.watch-meta{
    color:#d4aa1d;
    font-weight:700;
    margin-bottom:24px;
}

.watch-description{
    font-size:20px;
    line-height:1.7;
    color:#d7deef;
    margin-bottom:30px;
}

.watch-actions{
    display:flex;
    gap:16px;
    flex-wrap:wrap;
}

.watch-play-btn,
.watch-secondary-btn{
    border:none;
    border-radius:14px;
    padding:15px 24px;
    font-weight:800;
    cursor:pointer;
    text-decoration:none;
}

.watch-play-btn{
    background:#d4aa1d;
    color:#050812;
}

.watch-secondary-btn{
    background:rgba(255,255,255,.08);
    color:white;
    border:1px solid rgba(255,255,255,.18);
}

.watch-note{
    margin-top:24px;
    color:#d7deef;
    max-width:720px;
}

@media(max-width:800px){
    .watch-premium{
        padding:24px;
    }

    .watch-hero{
        grid-template-columns:1fr;
    }

    .watch-cover{
        width:100%;
        max-width:320px;
        height:460px;
    }

    .watch-details h1{
        font-size:38px;
    }
}

.youtube-card .poster-image {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-color: #000 !important;
}