:root{
  --bg:#070b12;--panel:#0f1621;--panel2:#121b27;--card:#0f1621;--text:#f4f7fb;
  --muted:#92a0b3;--line:rgba(255,255,255,.11);--accent:#68e4a2;--accent2:#68e4a2;
  --shadow:0 26px 80px rgba(0,0,0,.38);--green:#68e4a2;--amber:#f59e0b;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100dvh;background:transparent;color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-weight:720}
button,input,select{font:inherit}.bg-orb{position:fixed;filter:blur(75px);opacity:.25;pointer-events:none}.orb-a{width:330px;height:330px;border-radius:999px;background:#45d993;left:-120px;top:70px}.orb-b{width:270px;height:270px;border-radius:999px;background:#45d993;right:8%;top:70px}.app-shell{width:min(1220px,100%);margin:auto;padding:14px clamp(12px,3vw,28px) 56px}
.topbar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:12px}.brand{display:flex;align-items:center;gap:11px;color:var(--text);text-decoration:none}.brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:13px;background:linear-gradient(135deg,var(--accent),#45d993);box-shadow:0 14px 36px rgba(104,228,162,.32);font-weight:1000;letter-spacing:-.05em}.brand strong{display:block;font-size:18px}.brand small{display:block;color:var(--muted);font-weight:750;margin-top:1px}.module-nav{display:flex;gap:6px;padding:5px;border:1px solid var(--line);background:rgba(255,255,255,.045);border-radius:999px}.module-nav a{padding:8px 11px;border-radius:999px;color:var(--muted);text-decoration:none;font-size:13px;font-weight:900}.module-nav a.active{background:rgba(104,228,162,.24);color:#f4f7fb}
.hero-card{display:grid;grid-template-columns:1.5fr .7fr;gap:24px;padding:clamp(22px,4vw,42px);border:1px solid var(--line);border-radius:30px;background:linear-gradient(135deg,rgba(104,228,162,.18),rgba(104,228,162,.08)),var(--panel);box-shadow:var(--shadow);margin-bottom:14px}.eyebrow,.mini-label{text-transform:uppercase;letter-spacing:.12em;font-size:11px;color:#68e4a2;font-weight:1000}.hero-card h1{font-size:clamp(34px,7vw,64px);line-height:.96;letter-spacing:-.055em;margin:7px 0 10px}.hero-status{margin:0;color:#f4f7fb;max-width:650px}.hero-side{align-self:center;padding:18px;border:1px solid var(--line);border-radius:22px;background:rgba(5,8,15,.35)}.hero-side strong,.hero-side small{display:block}.hero-side strong{font-size:25px;margin:5px 0 7px}.hero-side small{color:var(--muted);line-height:1.45}
.panel{border:1px solid var(--line);border-radius:22px;background:rgba(15,22,33,.82);backdrop-filter:blur(14px);padding:14px;margin-bottom:12px}.toolbar{display:grid;grid-template-columns:1fr auto auto;gap:12px;align-items:center}.date-nav,.view-switch{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.date-nav strong{font-size:16px;margin-left:5px}.icon-btn,.secondary,.view-switch button,.text-btn{border:1px solid var(--line);background:rgba(255,255,255,.055);color:var(--text);border-radius:13px;padding:9px 12px;cursor:pointer;font-weight:900}.icon-btn{min-width:40px}.view-switch{padding:4px;border-radius:15px;background:rgba(255,255,255,.035)}.view-switch button{border:0;background:transparent;color:var(--muted)}.view-switch button.active{background:rgba(104,228,162,.28);color:#fff}.country-control{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:13px;font-weight:900}.country-control select{border:1px solid var(--line);background:#0f1621;color:var(--text);border-radius:12px;padding:9px 11px}
.filter-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:10px}.filter-head h2{margin:2px 0 0;font-size:19px}.text-btn{padding:7px 10px;color:#68e4a2;background:transparent}.filter-row{display:flex;gap:8px;flex-wrap:wrap}.filter-chip input{position:absolute;opacity:0;pointer-events:none}.filter-chip span{display:inline-flex;align-items:center;gap:6px;padding:8px 11px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.04);color:var(--muted);cursor:pointer;font-size:13px;font-weight:900}.filter-chip input:checked+span{background:rgba(104,228,162,.23);border-color:rgba(104,228,162,.55);color:#f4f7fb}.advanced-filters{margin-top:10px}.advanced-filters summary{cursor:pointer;color:var(--muted);font-size:13px}.advanced-filters .filter-row{margin-top:10px}.search-row{display:flex;align-items:center;gap:12px;margin-top:13px}.search-box{flex:1;display:flex;gap:8px;align-items:center;padding:0 12px;border:1px solid var(--line);border-radius:14px;background:#0f1621}.search-box span{font-size:21px;color:var(--muted)}.search-box input{width:100%;border:0;outline:0;background:transparent;color:var(--text);padding:11px 0}.result-count{white-space:nowrap;color:var(--muted);font-size:13px}
.warning{padding:12px 14px;border-radius:15px;border:1px solid rgba(245,158,11,.35);background:rgba(245,158,11,.1);color:#fde68a;margin:10px 0}.loading{display:flex;align-items:center;justify-content:center;gap:10px;padding:35px;color:var(--muted)}.spinner{width:22px;height:22px;border:3px solid rgba(255,255,255,.14);border-top-color:#68e4a2;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.hidden{display:none!important}
.release-list{display:grid;gap:16px}.day-group{display:grid;grid-template-columns:150px 1fr;gap:16px}.day-label{position:sticky;top:8px;align-self:start;padding:14px;border-radius:18px;border:1px solid var(--line);background:rgba(18,27,39,.91)}.day-label strong,.day-label span{display:block}.day-label strong{font-size:28px;letter-spacing:-.04em}.day-label span{color:var(--muted);font-size:12px;margin-top:3px}.day-events{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.release-card{display:grid;grid-template-columns:76px 1fr;gap:12px;min-height:116px;padding:10px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.018));cursor:pointer;transition:.18s transform,.18s border-color}.release-card:hover{transform:translateY(-2px);border-color:rgba(104,228,162,.45)}.release-poster,.poster-placeholder{width:76px;height:108px;border-radius:12px;object-fit:cover;background:#121b27}.poster-placeholder{display:grid;place-items:center;font-size:28px}.release-body{min-width:0;padding:3px 2px}.release-topline{display:flex;gap:6px;align-items:center;flex-wrap:wrap}.type-badge{font-size:10px;border-radius:999px;padding:5px 7px;background:rgba(104,228,162,.12);color:#68e4a2;border:1px solid rgba(104,228,162,.22)}.type-badge.movie{background:rgba(104,228,162,.14);color:#68e4a2;border-color:rgba(104,228,162,.25)}.release-card h3{margin:7px 0 4px;font-size:16px;line-height:1.18}.episode-title{margin:0;color:#f4f7fb;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.release-meta{display:flex;gap:7px;flex-wrap:wrap;color:var(--muted);font-size:11px;margin-top:8px}.release-overview{color:var(--muted);font-size:12px;line-height:1.4;margin:8px 0 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.month-view{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px}.month-head{padding:8px;color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.08em}.month-day{min-height:150px;padding:10px;border:1px solid var(--line);border-radius:17px;background:rgba(18,27,39,.74);cursor:pointer}.month-day.outside{opacity:.35}.month-day.today{border-color:rgba(104,228,162,.55)}.month-day.selected{outline:2px solid rgba(104,228,162,.65)}.month-day-num{display:flex;justify-content:space-between;align-items:center;font-size:13px}.month-day-num b{font-size:16px}.month-count{color:var(--muted);font-size:10px}.month-event{margin-top:7px;padding:6px 7px;border-radius:9px;background:rgba(255,255,255,.045);font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.month-more{margin-top:7px;color:#68e4a2;font-size:10px}.month-day-detail{grid-column:1/-1;margin:4px 0 10px}.month-day-detail .day-events{grid-template-columns:repeat(3,minmax(0,1fr))}
.empty{text-align:center;color:var(--muted);padding:70px 20px}.empty>div{font-size:45px}.empty h2{color:var(--text);margin-bottom:6px}footer{text-align:center;color:#718096;font-size:11px;padding:32px 10px 0}
.detail-dialog{border:0;padding:0;background:transparent;color:var(--text);width:min(760px,calc(100vw - 18px));max-height:92dvh}.detail-dialog::backdrop{background:rgba(0,0,0,.72);backdrop-filter:blur(5px)}.detail-content{position:relative;background:linear-gradient(180deg,var(--panel2),var(--panel));border:1px solid var(--line);border-radius:28px;padding:20px;box-shadow:var(--shadow);max-height:90dvh;overflow:auto}.floating-close{position:absolute;right:15px;top:15px;z-index:2;width:40px;height:40px;border:1px solid var(--line);border-radius:999px;background:rgba(0,0,0,.38);color:white;cursor:pointer}.detail-hero{display:grid;grid-template-columns:160px 1fr;gap:20px}.detail-hero img,.detail-poster-placeholder{width:160px;height:230px;object-fit:cover;border-radius:18px;background:#121b27}.detail-poster-placeholder{display:grid;place-items:center;font-size:44px}.detail-hero h2{font-size:30px;line-height:1.05;margin:7px 0 8px;letter-spacing:-.035em}.detail-hero p{color:#f4f7fb;line-height:1.55}.detail-badges{display:flex;gap:7px;flex-wrap:wrap}.detail-badges span{padding:6px 8px;border:1px solid var(--line);border-radius:999px;color:var(--muted);font-size:11px}.providers-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:12px}.provider{display:flex;align-items:center;gap:9px;padding:8px;border:1px solid var(--line);border-radius:13px;background:rgba(255,255,255,.03)}.provider img{width:34px;height:34px;border-radius:8px}.provider strong,.provider small{display:block}.provider small{color:var(--muted);font-size:10px}.detail-section{margin-top:22px}.detail-section h3{margin:0 0 10px}
@media(max-width:900px){.toolbar{grid-template-columns:1fr auto}.country-control{grid-column:1/-1}.day-events{grid-template-columns:1fr}.month-day-detail .day-events{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.module-nav{overflow:auto;max-width:55vw}.module-nav a{white-space:nowrap}.hero-card{grid-template-columns:1fr}.hero-side{display:none}.toolbar{grid-template-columns:1fr}.view-switch,.country-control{grid-column:auto}.day-group{grid-template-columns:1fr}.day-label{position:static;display:flex;gap:8px;align-items:baseline}.day-label strong{font-size:20px}.month-view{grid-template-columns:repeat(7,1fr);gap:4px}.month-head{font-size:9px;padding:4px}.month-day{min-height:92px;padding:6px;border-radius:11px}.month-day-num b{font-size:13px}.month-count{display:none}.month-event{padding:4px;font-size:8px}.month-day-detail .day-events{grid-template-columns:1fr}.detail-hero{grid-template-columns:100px 1fr}.detail-hero img,.detail-poster-placeholder{width:100px;height:145px}.detail-hero h2{font-size:23px}.providers-grid{grid-template-columns:1fr}}
@media(max-width:480px){.brand small{display:none}.module-nav{max-width:60vw}.search-row{align-items:stretch;flex-direction:column}.result-count{padding-left:4px}.release-card{grid-template-columns:64px 1fr}.release-poster,.poster-placeholder{width:64px;height:94px}.month-event:nth-of-type(n+3){display:none}}

/* Streamingdienstfilter */
.provider-filter{display:flex;justify-content:space-between;gap:14px;align-items:center;margin-top:14px;padding:13px 14px;border:1px solid var(--line);border-radius:17px;background:rgba(255,255,255,.025)}
.provider-filter-copy{display:flex;flex-direction:column;gap:3px;min-width:0}.provider-filter-copy>#providerSummary{font-size:13px;color:#f4f7fb;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:520px}
.provider-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.provider-mode-switch{display:flex;padding:4px;border-radius:15px;background:rgba(255,255,255,.04);border:1px solid var(--line)}.provider-mode-switch button{border:0;background:transparent;color:var(--muted);border-radius:11px;padding:8px 10px;font-weight:900;cursor:pointer}.provider-mode-switch button.active{background:rgba(104,228,162,.28);color:#fff}.provider-mode-switch button span{display:inline-grid;place-items:center;min-width:20px;height:20px;padding:0 5px;margin-left:4px;border-radius:999px;background:rgba(255,255,255,.08);font-size:10px}.secondary.compact{padding:9px 11px}
.popularity-control{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:12px;padding:12px 13px;border:1px solid var(--line);border-radius:15px;background:rgba(255,255,255,.025)}.popularity-control>span{display:flex;flex-direction:column;gap:3px}.popularity-control strong{font-size:13px}.popularity-control small{color:var(--muted);font-size:11px;line-height:1.35}.popularity-control input{width:92px;border:1px solid var(--line);background:#0f1621;color:var(--text);border-radius:12px;padding:9px 10px;font-weight:900}
.streaming-only-badge{font-size:10px;border-radius:999px;padding:5px 7px;background:rgba(104,228,162,.12);color:#68e4a2;border:1px solid rgba(104,228,162,.25)}
.provider-dialog{border:0;padding:0;background:transparent;color:var(--text);width:min(820px,calc(100vw - 18px));max-height:92dvh}.provider-dialog::backdrop{background:rgba(0,0,0,.72);backdrop-filter:blur(5px)}.provider-dialog-content{background:linear-gradient(180deg,var(--panel2),var(--panel));border:1px solid var(--line);border-radius:26px;padding:20px;box-shadow:var(--shadow);max-height:90dvh;overflow:auto}.provider-dialog-head{position:relative;padding-right:52px}.provider-dialog-head h2{font-size:28px;margin:4px 0 7px}.provider-dialog-head p{color:var(--muted);line-height:1.45;margin:0}.provider-close{top:0;right:0}.provider-search{margin-top:16px}.provider-picker-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-top:14px}.provider-choice{position:relative;display:flex;align-items:center;gap:10px;padding:9px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.025);cursor:pointer;min-width:0}.provider-choice:hover{border-color:rgba(104,228,162,.4)}.provider-choice input{position:absolute;opacity:0;pointer-events:none}.provider-choice:has(input:checked){background:rgba(104,228,162,.17);border-color:rgba(104,228,162,.55)}.provider-choice img,.provider-choice .provider-logo-placeholder{width:38px;height:38px;border-radius:9px;object-fit:cover;background:#121b27;flex:0 0 auto}.provider-logo-placeholder{display:grid;place-items:center}.provider-choice span{min-width:0}.provider-choice strong,.provider-choice small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.provider-choice strong{font-size:12px}.provider-choice small{font-size:10px;color:var(--muted);margin-top:2px}.provider-dialog-footer{position:sticky;bottom:-20px;display:flex;justify-content:space-between;gap:10px;margin:18px -20px -20px;padding:12px 20px 18px;background:linear-gradient(180deg,rgba(15,22,33,.2),var(--panel) 30%);border-top:1px solid var(--line)}
@media(max-width:700px){.provider-filter{align-items:stretch;flex-direction:column}.provider-actions{justify-content:flex-start}.provider-filter-copy>#providerSummary{max-width:100%}.provider-picker-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.popularity-control{align-items:flex-start}.provider-dialog-head h2{font-size:23px}}
@media(max-width:480px){.provider-mode-switch{width:100%}.provider-mode-switch button{flex:1}.provider-actions>.secondary{width:100%}.provider-picker-grid{grid-template-columns:1fr}.popularity-control{flex-direction:column}.popularity-control input{width:100%}}
