/* Skip-to-Content Link für Screen-Reader/Tastatur-Nutzer */
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 10000;
  background: #1a1a1a;
  color: #fff;
  padding: 10px 16px;
  text-decoration: none;
  border: 2px solid #4ddfff;
  font-weight: bold;
}
.skip-link:focus {
  left: 8px;
  top: 8px;
}
/* Nur fuer Screenreader sichtbar (z.B. Labels fuer Felder ohne sichtbares Label) */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
/* Button, der wie ein Link aussieht (ersetzt href="javascript:;"-Anker) */
.btn-linklike {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  font: inherit;
  color: #6fb1ff;
  text-decoration: underline;
  cursor: pointer;
  display: inline;
}

/* Globaler Watchlist-Reminder-Schalter */
.wl-reminder-global {
  margin: 10px 0 14px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
}
.wl-reminder-global-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-weight: 700;
}
.wl-reminder-global-toggle input {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}
.wl-reminder-global-hint {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}
.ce,
td {
  text-align: center
}
#profil_watchlist,
#serien_empfehlungen,
.comment,
.season {
  border-collapse: collapse
}
#content .shariff li,
#content li,
.artikelcontent ul,
.fa-ul {
  list-style-type: none
}

#content .shariff a, #content .facebooksite  a, #content a.social_follow    {
  color: #fff;
}

.fl {
  float: left;
}
#flattr {
float: left;
margin: 5px 0 0 5px;
}

.screen {
  display: none
}
.screentable{
  display: none;
}
.screenforce {
  display: none !important;
}
.handheld {
  display: block
}
.sc {
  clear: both
}

.center {
  display: table;
  margin: 0 auto;
}
.button {
  background-color: #2C77b8;
  border: 0;
  color: #fff;
  padding: 2px 20px;
  margin-top: 2px
}

input[type="submit"].button:disabled {
  background: #ddd;
  border: 1px solid #999;
}

#navi_bar #socialmedia_top {
  padding: 3px
}

.facebooksite,
.twitter {
  float: left;
  padding: 7px 16px;
  margin-top: 6px;
  display: block;
  font-size: 13px;
  color: #fff
}

.select-wrapper {
  width: 250px;
  overflow: hidden;
  position: relative;
  border-radius: 3px;
}

.select-wrapper:after {
  color: #fff;
  content: "▼";
  padding: 4px 8px;
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 1;
  text-align: center;
  width: 10%;
  height: 100%;
  pointer-events: none;
}

#content a {
  color: #6fb1ff;
  font-weight: 600;
  text-decoration: none;
}

select {
  width: 100%;
  padding: 5px 15px;
  color: #fff;
  background-color: #0C5593;
  border: none;

  padding-left: 10px;
  padding-right: 15px;
  outline: none;
  font-size: 16px;
  -webkit-appearance: none;
  /* for webkit browsers */
  -moz-appearance: none;
  /* for firefox */
  appearance: none;
  /* for modern browsers */
}

/* remove default caret for ie */

select::-ms-expand {
  display: none;
}

select:focus:invalid {
  border-color: #FD6347;
}

select:required:valid {
  border-color: #006400;
}

input {
  background-color: #111;
  border: none;
  color: #fdfdff
}

#navi #socialmedia_top {
  text-align: right;
  width: 120px;
}

#socialmedia_top a {
  float: right;
  margin-right: 6px
}
.facebooksite {
  background-color: #3b5998;
  margin-right: 4px
}
.facebooksite a {
  color: #fff
}
.twitter {
  background-color: #55acee
}
.twitter a {
  color: #fff
}
#amazonlinks.film {
  display: block
}
#amazonlinks_title {
  background-color: #0C5593;
  color: #fff;
  font-size: 13px;
  padding: 3px;
  text-align: center;
  width: 100%
}
#amazonlinks_title a {
  color: #fff
}

#amazonlinks,#amazonlinksfilm {display: none;}

.blue,
#descepis .episodes a {
  color: #4c97d8;
  font-weight: 700;
}


body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-image: none;
  background: #1a1a1a;
  height: 100vh;
  margin: 0;
  padding: 0;
  overflow-y: scroll
}

a {
  color: #6fb1ff;
  text-decoration: none;
  font-weight: 400;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.c {
  clear: both
}
.n {
  display: none
}
.fr {
  float: right;
  margin-right: 10px
}
.f {
  float: left;
  padding-right: 5px
}
.r {
  color: red;
  font-weight: 700
}
.source {
  font-size: 9px
}
.normal {
  font-weight: 400
}
.filler {
  color: orange
}
.nobr {
float: left;
margin-left: 5px;
white-space: nowrap
}
.fbshare {
  clear: both;
  margin-top: 10px;
  font-size: 13px;
  margin-bottom: 5px;
  font-weight: 700
}
.fb-share-button {
  height: 20px
}
#navi,
#navi_top {
  display: block;
  height: auto;
}

#content li.shariff-button {
  margin-left: 0;
  margin-bottom: 8px;
  padding: 0
}
.facebook,
.twitter.feedback {
  padding: 10px 20px;
  margin-left: 20px;
  float: left;
  color: #fff
}
.shariff {
  overflow: hidden;
  margin-right: 5px;
  width: 90px
}
#navi,
#wrapper {
  width: 100%
}
.facebook {
  background-color: #3b5998
}
.twitter.feedback {
  background-color: #55acee;
  margin-top: 0
}
#header,
th {
  background-color: #0C5593
}
h1 {
font-size: 16px;
}

#bewertung_detail h1 {
margin-top: 0; 
}

html {
  scroll-behavior: smooth;
}
h1 span {
  font-size: 12px
}
h2,
h3 {
  font-size: 14px
}
h2 {
  margin-bottom: 4px
}
h2.subheader {
  clear: both;
  font-size: 20px;
}

h2 span {
  font-weight: 400
}
table h3 {
margin: 2px 0 2px 0;
}
h3 {
  margin-bottom: 3px
}
label,
p {
  font-size: 15px;
  line-height: 22px;
}
textarea {
  width: 95%;
  background-color: #111;
  border: none;
  color: #fdfdff
}
p {
  margin: 2px 0 8px
}
th {
  color: #ddf
}
td {
  background-color: #111;
  color: #F5F5F5
}
#header {
  background: -webkit-linear-gradient(#2C75b3, #0C5593);
  background: -o-linear-gradient(#2C75b3, #0C5593);
  background: -moz-linear-gradient(#2C75b3, #0C5593);
  background: linear-gradient(#2C75b3, #0C5593);
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  padding: 0;
  line-height: 15px;
  height: 96px
}
#header a {
  color: #4C97e8
}
#header span {
  color: #fdfdff;
  font-size: 13px;
  margin: 4px 0 0 106px
}
.topHeader {
  margin-top: 8px
}
.topHeader .topNotification {
  background-color: red;
  color: #fff;
  border-radius: 10px;
  display: block;
  line-height: 18px;
  padding: 0 6px 1px;
  margin-right: 8px;
  float: left
}
#user_navi_bar .topNotification {
  margin-top: 2px
}

.topProfil {
  margin-top: -5px;
  float: left
}
#navi,
#navi_top {
  font-size: 15px;
  margin: 0
}
#navi li.fr,
#navi_top,
#navi_top li.fr {
  float: right
}
#logo_top {
  position: absolute;
  top: 0;
  left: 0
}
#navi_top {
  position: relative;
  padding: 9px 0 7px; /*12px 7px*/
  width: 100%;
}
#navi {
  padding: 0;
  position: relative
}

#navi li {
  text-align: center;
  width: 120px;
  background-color: #1a1a1a;

}

#navi li.active,
#navi_top li.active {
  background-color: #4C97d8;
  color: #fff
}
#navi li.active a,
#navi_top li.active a {
  color: #fff
}
#navi li.fr.l,
#navi_top li.fr.l {
  border: none
}
#navi a,
#navi_top a {
  color: #fff;
  font-weight: 400
}
#user_navi_bar a {
  color: #4C97d8;
}
/*Level 2*/
#navi_bar ul {
  display: none;
  padding: 0;
  margin: 0;
}

#navi_bar ul li {
  clear: both;
  background-color: #1a1a1a;
  width: 100%;    
}

#navi_bar ul li a {
  /* War #2C77b8 (~3.7:1 auf #1a1a1a, WCAG-AA-Fail) -> globale Linkfarbe (~7.8:1) */
  color: #6fb1ff;
}

#mobile_bar {
  background-image: url(../img/mobile_navi.png);
  background-repeat: no-repeat;
  background-position: 8px 3px;
  color: #fff;
  display: block;
  float: left;
  padding: 8px 0 0 46px;
  height: 24px;
}
#navi_bar,
#user_navi_bar {
  border: 1px solid #4C97d8;
  display: none;
  background-color: #1a1a1a;
  padding: 0;
  line-height: 23px;
  font-size: 15px;
  margin: 0;
  z-index: 5000;
  filter: alpha(opacity=98);
  -moz-opacity: .98;
  opacity: .95;
}

#navi_bar {
  position: static;
  width: 100%;
}

#content .column,
#main_intro p,
.main_intro {
  line-height: 22px
}

#user_navi_bar {
  border: 0;
  position: absolute;
  top: 100%;
  right: 32px;
  z-index: 50000;
}

#mobile_user_bar {
  background-image: url(/img/bullet_arrow_down.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 20px;
  margin-left: 25px;
  display: block
}

#navi_bar li,
#user_navi_bar li {
  padding: 6px 15px 7px 14px;
  list-style-type: none
}
#user_navi_bar li {
  border-bottom: 1px solid #4C97d8
}
#navi_bar li:hover,
#user_navi_bar li:hover {
  background-color: #2C77b8;
  color: #fff
}
#navi_bar a,
#user_navi_bar a {
  display: block;
  color: #4C97d8
}
#navi_bar li:hover a,
#user_navi_bar li:hover a,
#navi_bar ul li:hover a {
  color: #fff;
}
#navi_bar li:hover ul li a {
  color: #4C97d8    
}
#navi_bar li:hover ul li.active a {
  color: #fff;
}
#navi_bar ul li:hover  {
  background-color: #2C77b8 !important ; 
}
#navi_bar ul li:hover a {
  color: white !important;
}

#navi #navi_level_serie,
#navi #navi_level_film,
#navi #navi_level_watchlist,
#navi #navi_level_deals {
  padding: 0;
  width: 100%;
}

#navi #navi_level_serie li,
#navi #navi_level_film li,
#navi #navi_level_watchlist li,
#navi #navi_level_deals li {
  padding: 8px 0;
  width: 100%;
}

#navi_bar ul ul {
  margin-top: 0;
}

.warning {
  background-color: #9Cd7f8;
  color: #2C77B8;
  font-weight: 700;
  font-size: 14px;
  padding: 5px
}
.warning a {
  color: red;
  font-weight: 700;
  text-decoration: underline
}
.guest-next-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}
.guest-next-actions a {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(44,119,184,.35);
  border-radius: 8px;
  background: rgba(255,255,255,.72);
  color: #1f5f98;
  padding: 6px 10px;
  text-decoration: none;
}
#content {
  position: relative;
  background-color: #282828;
  color: #F5F5F5;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  min-height: 300px;
  padding: 5px 11px 3px;
  border-bottom: 1px solid #000
}
#content ul {
  margin: 3px 0 0;
  padding: 0
}
#content li {
  margin: 3px 0 0;
  background: url(../img/bullet.png) 0 5px no-repeat;
  padding: 3px 0 3px 18px
}
#main_intro {
  float: none;
  padding-right: 0;
  width: 100%
}
#main_intro p {
  font-size: 15px
}

#start_bewertung {
background-color: #4C97e8;
border: 1px solid black;
border-radius: 20px;
color: #fff;
display: block;
font-size: 21px;
padding: 5px 15px 5px;
margin: 6px auto 2px;
text-align: center;
width: 85%;
}
#index_tipp,
#index_top {
  display: none
}
#index_cols {
  clear: both;
  padding-top: 12px
}
#content .column {
  float: none;
  padding: 0;
  width: 100%
}
#content .column h2 {
  background-color: #2C77b8;
  color: #fff;
  padding: 3px 8px 2px;
  margin: 0 12px 0 0;
  font-size: 16px
}
#content .column p {
  padding: 2px 7px 5px 5px
}
.serien_teaser {
  position: relative;
  float: left
}
.serien_teaser.recommentation h3 {
  color: gold;
}

.serien_teaser h3 {
  background-color: #000;
  color: #4C97d8;
  position: absolute;
  padding: 5px;
  bottom: 0px;
  font-weight: 700;
  font-size: 16px;
  margin: 0;
  filter: alpha(opacity=80);
  -moz-opacity: .8;
  opacity: .8
}

.serieteaserpic1 {
  height: 168px;
  width: 300px;
  background-image: url("/img/serien_img1.png");
}

.more_series {
  float: left;
  padding: 58px 0
}
.artikel {
  border: 1px solid #000;
  margin: 0 auto 5px;
  width: 95%
}
.artikelheader {
  background-color: #2C77b8;
  font-weight: 700;
  padding: 0 2px 2px;
  color: #fff
}
.artikelheader a {
  color: #fff
}
.artikeltitel {
  float: left;
  padding-left: 5px
}
.artikeltitel h2 {
  background: 0 0;
  display: inline;
  margin: 0
}
.artikeldatum {
  float: right;
  font-size: .875em;
  margin-top: 2px;
  width: 96px
}
.messages .artikelpreview {
  width: 30px
}
#profil_container.messages,
.messages #profil_box_comment {
  width: 100%;
  display: block
}
.artikelpreview {
  float: left;
  width: 300px;
  clear: both;
  line-height: 0
}
.artikelpreview.movie {
  width: 215px;
}
.artikel .artikelpreview.music {
  width: 100%;
}
.artikel .artikelcontent.music {
  width: 100%;
}
.artikelcontent {
  float: left;
  padding: 7px;
  text-align: left;
  width: 95%
}

.artikelcontent p {
  font-size: .75em;
  margin: 0
}
.artikelcontent ul {
  padding: 0;
  margin: 0;
  font-size: .875em
}
.artikelbody .autor {
  font-size: .875em;
  float: right;
  padding: 8px 0 5px;
  text-align: center;
  vertical-align: middle;
  width: 50px
}
.katpar {
  display: block;
  float: left;
  margin-bottom: 3px;
  width: 150px
}

#submitbutton {
  background-color: #2C77b8;
  border:0;
  color: #fff;
  display: block;
  padding: 6px 18px;
  margin-top: 10px;
  width: 188px
}

#content .star {
  background: url(../img/no_star.png);
  display: block;
  float: left;
  line-height: 99px;
  overflow: hidden;
  width: 15px;
  height: 15px
}
#content .star.hover {
  background: url(../img/star.png);
  background-size: 17px 17px
}
.review {
  background-color: #111;
  color: #F5F5F5;
  float: left;
  padding: 4px 5px 0;
  position: relative
}
.header_title {
  display: none;
  color: #fff;
  position: absolute;
  background-color: #4C97d8;
  top: 0;
  left: 0;
  height: 40px;
  margin: 4px;
  padding-top: 16px;
  text-align: center;
  width: 301px;
  filter: alpha(opacity=90);
  -moz-opacity: .9;
  opacity: .9
}
#content #stars,
#melden,
.review.active .header_title {
  display: block
}
#addtab input,
#addtab select {
  margin-top: 5px
}

#rated_seried_detail_view {display: none;}

#own_reviewed .banner {
  color: #fff;
  height: 48px;
  padding: 5px;
  text-align: center;
  width: 290px;
  background-color: #2C77b8
}
.profil_box .banner   {
color: #fff;
height: 48px;
padding: 5px;
text-align: center;
width: 290px;
background-color: #2C77b8
}

.review span {
  display: block;
  float: left;
  width: 122px
}
#neededRating {
  font-size: 13px;
  margin-top: 14px
}
#melden {
  text-align: center;
  font-size: 11px;
  width: 270px;
  margin: 18px auto 0
}
.suggestion {
  width: 100%
}
.suggestion h2 {
  float: left
}
.suggestion p {
  clear: both;
  font-size: 13px
}
.movie_banner,
.serie_banner {
clear: both;
  font-size: 9px
}
.movie_banner,
.serie_banner td,
.serie_banner th {
  font-size: 13px
}
.serie_banner,
.serieinfo {
  float: left;
  width: 300px
}
.movie_banner {
  float: left;
  width: 200px
}
.serieinfo {
  font-size: 15px;
  padding: 14px 0 0;
  clear: both;
  width: 100%
}
#content #stars {
  float: left;
  text-align: right;
  width: 20px
}
.account_info {
  float: left;
  width: 120px
}
.lostpw {
  font-weight: 400
}
.rec_item {
  border: 1px solid #2C77b8;
  width: 600px
}
.close_recs {
  float: right
}
.rec {
  font-size: 12px
}
#bewertung_detail,
#bewertungen_unterscheidung {
  display: none
}
#bewertung_detail.expladed {
  display: block
}
#desctab {
  clear: both
}

#addtab,
#comtab,
#descepis,
#streamtab,
#trailertab,
#musictab {
  clear: both
}
#addtab {
  display: none;
}
#descepis {
  position: relative;
}
#descepis .episodes a {
  color: #0C5593;
  font-weight: 700;
}
.episodes td {
  text-align: left;
}

.season tr {
  border: 1px solid #000
}
.episodeinfo {
  border: 1px solid #0C5593;
  padding: 3px
}
#addtab h3 {
  margin: 0
}
#addtab p {
  font-size: 13px
}
#addtab label {
  clear: both;
  margin-top: 4px;
  display: block;
  float: left;
  width: 130px
}
#addtab input {
  width: 400px
}
#addtab #episodenr,
#addtab #staffelnr {
  width: 30px
}
.comment {
  width: 98%;
  margin-bottom: 4px
}
.commentHeader {
  background-color: #0C5593;
  color: #ddf;
  font-weight: 700;
  padding: 2px 2px 2px 5px
}
.commentHeader a {
  color: #ddf
}
.commentHeader .commentname {
  display: block;
  float: left;
  margin: 0 auto
}
.commentHeader .stars {
  display: block;
  float: left;
  margin: 0 10px
}
#serien_empfehlungen .expand,
.episodes.hide {
  display: none
}
.commentHeader .commentdate {
  float: right
}
.comment .profil {
  float: left;
  width: 28px;
  padding: 6px 4px 4px
}
.comment .content {
  padding: 4px
}
.comment .like {
  text-align: right;
  padding-right: 15px
}
th.commentname {
  text-align: left;
  padding-left: 14px
}
th.commentdate {
  text-align: right;
  padding-right: 14px
}
#mailFormular {
  display: none;
  filter: alpha(opacity=98);
  -moz-opacity: .98;
  opacity: .98;
  background-color: #fff;
  border: 1px solid #000;
  padding: 5px 15px 10px;
  position: absolute;
  top: 10px;
  left: 0;
  height: 330px;
  width: 92%
}
#mailFormular h3 {
  margin-bottom: 20px
}
#mailFormular label {
  float: left;
  width: 100px
}
#mailFormular #MailSubject {
  width: 300px
}
.tab {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-weight: 700;
  padding: 4px 10px 3px;
  float: left
}
.seasonbar,
.seasonbar .seasonbarcur {
  border-radius: 8px;
  height: 18px;
  float: left
}
.tab.active,
.tab:hover {
  background-color: #0C5593;
  background: -webkit-linear-gradient(#2C75b3, #0C5593);
  background: -o-linear-gradient(#2C75b3, #0C5593);
  background: -moz-linear-gradient(#2C75b3, #0C5593);
  background: linear-gradient(#2C75b3, #0C5593);
  color: #fff
}
#addtab,
#comtab,
#descepis,
#desctab,
#streamtab,
#trailertab {
  border-top: 1px solid #0C5593;
  padding-top: 3px
}
#serien_empfehlungen tr {
  vertical-align: top
}
#serien_empfehlungen tr td {
  background-color: #f4f4f4;
  padding-bottom: 6px
}
#serien_empfehlungen tr.even td,
tr.even td {
  background-color: #fefefe
}
#serien_empfehlungen .future .banner {
  background-color: #fefefe;
  filter: alpha(opacity=35);
  -moz-opacity: .35;
  opacity: .35
}
table.season {
  clear: both;
  margin-bottom: 2px;
  width: 100%
}
table.season th {
  padding: 4px
}
table.season td {
  text-align: left
}
table.season a {
  color: #fff
}
table.season td.date {
  text-align: right;
  width: 100px
}
table.season td.nr {
  width: 20px
}
#serien_empfehlungen td {
  text-align: left
}
#serien_empfehlungen table h2 {
  font-size: 20px;
  margin: 5px 0 0
}
#serien_empfehlungen .banner {
  margin: 9px 0 0
}
#serien_empfehlungen .info {
  font-size: 12px;
  padding-left: 10px
}
#serien_empfehlungen .stars {
  margin: 0;
  font-size: 13px
}
#serien_empfehlungen p {
  margin: 2px 0
}
#serien_empfehlungen .action {
  padding: 9px 0 0;
  text-align: center
}
#serien_empfehlungen .action a {
  color: grey;
  font-size: 11px
}
.chart_filter_label {
  display: block;
  float: left;
  width: 200px
}
.chart_filter_input {
  width: 185px;
  margin: 0 0 14px;
}
.chart_rank {
  padding: 4px 0;
  font-size: 36px;
  color: grey
}
.addwatchlist,
.watchlistbutton {
  font-size: 14px;
  text-align: center;
  display: block;
  position: relative;

}
.noReminder {opacity: 0.3;}

.addwatchlist {
  padding: 8px 2px 0
}
.watchlistbutton {
  float: left;
  padding: 14px 2px 8px
}

#serien_empfehlungen .info {position: relative;}

#descepis #watchlistWindow {
bottom: auto;
top: 44px;
}

#watchlistWindow {
background-color: #fff;
border: 2px solid black;
color: black;
display: block;
padding: 5px 4px 20px; 
position: absolute;
bottom: 30px;
right: 0;
opacity: 0.98; 
width: 327px;
}

#watchlistWindow h3 {
float: left;
width: 200px;
}
#watchlistWindow div {
float: left;
padding: 10px 2px 15px;
text-align: center;
width: 105px;
}

.serieteaserpic1 {
  background-color: #4C97d8;
  height: 168px;
  width: 300px;
}

.serieteaserpic0 {
  background-color: #2C77a8;
  height: 168px;
  width: 300px;
}

#serien_empfehlungen.watchlist td .watchlistpic {
  font-size: 22px;
  padding: 68px 10px 68px;
  text-align: center;
  width: 300px;}

td .watchlistpic {
  background-color: #0C5593;
  color: #fff;
  display:  block;
  font-size: 18px;
  padding: 64px 10px 64px;
  text-align: center;
  width: 260px;
}

td.future .watchlistpic {
  background-color: #888;
}

#navi_help,
#tab_add {
  display: none
}
.watchlistbutton.mobil.actionbutton {
  margin-right: 50px
}
.seasonbar_desc {
  color: #fff;
  float: left;
  position: relative;
  margin-top: 18px;
  text-align: center;
  width: 200px
}
.seasonbar_desc span {
  position: absolute;
  font-weight: 700;
  padding-top: 2px;
  left: 15%
}
#profil_box_right,
.fa-ul>li {
  position: relative
}
.seasonbar {
  background-color: #2C77b8;
  width: 200px
}
.seasonbar .seasonbarcur {
  background-color: #4C97d8;
  width: 90%
}
.watchlistbutton.mobil {
  padding: 8px 8px 0
}
.nextseason {
  margin-left: -40px;
  position: absolute;
}
#login {
  font-size: 13px
}
#login input,
#login label,
#login select {
  margin-bottom: 11px
}
.forn-content {
  float: left
}
#login input {
  border-radius: 4px;
  border: 1px solid #d4d4d4;
  padding: 4px 8px
}
#login #login_button {
  background: -webkit-linear-gradient(#2C77b8, #225ba0);
  background: -o-linear-gradient(#2C77b8, #225ba0);
  background: -moz-linear-gradient(#2C77b8, #225ba0);
  background: linear-gradient(#2C77b8, #225ba0);
  color: #fff;
  display: block;
  padding: 6px 18px;
  margin-top: 10px;
  width: 188px
}
#amazonlinks, #amazonlinksfilm {
  margin-top: 22px
}
#amazonlinks .item, #amazonlinksfilm .item {
  border-radius: 18px;
  background-color: #F0F0F0;
  float: left;
  margin-right: 6px
}

#amazonlinks .item:hover, #amazonlinksfilm .item:hover {
background-color: #eef;
}

#amazonlinks .title, #amazonlinksfilm .title,
#calendar_weekdays div {
  background-color: #0C5593;
  font-weight: 700;
  text-align: center
}
#amazonlinks .title, #amazonlinksfilm .title {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  color: #fff;
  font-size: 11px;
  padding: 4px
}
#amazonlinks .content, #amazonlinksfilm .content {
  color: #555;
  font-weight: 700;
  font-size: 13px;
  width: 135px;
  padding: 10px 25px 10px;
  min-height: 80px; /*155px;*/
  text-align: center
}

#erklaerung {
  font-weight: 700
}
.impressum {
  color: #fff
}
#calendar_header {
  margin: 0 auto
}
#calendar_weekdays div {
  color: #DDF;
  float: left;
  width: 134px;
  margin-right: 2px
}
#serie_calendar .calendar_row div {
  border: 1px solid #000;
  float: left;
  width: 320px;
  margin: 2px 2px 0 0;
  padding-bottom: 6px;
  vertical-align: top
}
.calendar_row div {
  float: left
}
#serie_calendar .calendar_row div.disabled {
  background-color: #4C97D8;
  color: #fff;
  min-height: 80px
}
#serie_calendar div .day {
  font-weight: 700;
  float: left
}
#serie_calendar div .termin {
  font-size: 14px;
  float: right;
  clear: both;
  margin-top: 3px;
  padding: 6px 1px 4px;
  text-align: center;
  background-color: #0C5593;
  color: #fff;
  width: 100%
}
.profil_box {
  width: 300px;
  float: left;
  padding: 2px 12px 2px 0;
  font-size: 13px
}
.profil_box h3 .avg {
  font-size: 13px;
  font-weight: 400
}
#profil_box_left p,
.profil_box a {
  font-size: 14px
}
#profil_box_left {
  width: 250px
}
#profil_box_bio,
#profil_box_comment {
  width: 100%;
  clear: both
}
.profil_box textarea {
  width: 100%
}
#profil_box_right {
  clear: both
}
#profil_box_right .artikel {
  margin: 0 0 10px;
  width: 100%
}
#profil_box_right .artikeldatum {
  width: 120px
}
#profil_box_right .artikelpreview {
  width: 220px
}
#profil_box_right .artikelcontent {
  width: 370px
}
#profil_box_right .artikel .edit {
  text-align: right;
  padding-right: 15px
}
#profil_watchlist th {
  padding: 0 0 0 40px
}
#profil_watchlist .profil_seen {
  padding: 0 10px 0 40px
}
#profil_watchlist td {
  text-align: right
}
#profil_watchlist .serie {
  text-align: left
}
.fa-fw,
.fa-li,
.shariff li .fa {
  text-align: center
}
#profil_watchlist #total td {
  background-color: #0C5593;
  color: #ddf;
  font-weight: 700
}
.fa,
.fa-stack {
  display: inline-block
}
#navi_charts {
  border: none!important
}
#review {
  clear: both;
  margin-top: 3px
}
#content .kategorie {
  margin-bottom: 5px
}

#search_serie_div {
width: 100%;
}

#search_serie {
  border-radius: 10px;
  display: block;
  width: 90%;
  padding: 5px 5px 5px;
  margin: 12px auto 2px;
}  
#search_serie:focus{
  outline: none;
}

.autocomplete-suggestions {
  width: 350px!important;
  font-size: 13px;
  border: 1px solid #999;
  background: #FFF;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, .64);
  -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, .64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, .64)
}
.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 15px;
  line-height: 24px;
}
.autocomplete-selected {
  background: #F0F0F0
}
.autocomplete-suggestions strong {
  font-weight: 400;
  color: #39F
}

/*Swipe*/

.subnavi h2 {
  float: left;
  padding-right: 25px;
  font-weight: normal;
  margin-top: 10px;
  width: 200px;

}

.subnavi span {
  float: left;
  padding-right: 25px;
  margin-top: 10px;
}

.subnavi h2.cur {
  font-weight: bold;
}

#progressbar {
  background-color: #555;
  height: 25px;
  position: relative;
  margin-bottom: 25px;
  width: 90%;
}

#progressbarcur {
  background-color: #4C97d8;
  height: 25px;
  width: 33%;
}

#progressbar span {
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 3px;
  left: 50%;
}

#swipe_wrapper {
position: relative;
}

/* Detail Button */
#swipe_detail {
margin: 0 auto 0;
position: relative;
width: 180px;
}

#swipe_detail a {
border: 1px solid black;
border-top: none;
color: black;
display: block; 
padding: 6px 0 6px;
position: absolute;
opacity: 0.8;
filter: alpha(opacity=8);
text-align: center;
width: 180px;
}

#swipe_img {
display: block;
min-height: 220px;
}

/* Action Buttons*/
/*
#swipe_deny {
position: absolute;
bottom: 70px;
left: 60px;
filter: alpha(opacity=85);
opacity: 0.85;
}

#swipe_like {
position: absolute;
bottom: 70px;
right: 46px;
filter: alpha(opacity=85);
opacity: 0.85;
}

#swipe_watchlist {
position: absolute;
bottom: 140px;
right: 36px;
}
*/
#swipe_deny, #swipe_like,#swipe_watchlist  {
  float: left;
  width:33%;
}

.swipe_image {
  filter: brightness(0) invert(1);

}

#swipe_watchlist {text-align: center;}
#swipe_like {text-align: right;}

#swipe_trailer {
background-color: #fff;
border-radius: 30px;
border: 1px solid black;
filter: alpha(opacity=85);
padding: 10px;
position: absolute;
left: 46%;
top: 40%;
}

#trailer_swipe {
display: none;
}

#swipe_next {
display: block;
margin: 0 auto 0;
position: relative;
width: 50px;
}

#swipe_next a {
display: block;
position: absolute;
top: -100px; left: 0;
}

#gender_man_img {
background-color: #00AAFF;
cursor: pointer;
display: block;
float: left;
padding: 30px 0 25px;
text-align: center;
width:33%;
}
#gender_woman_img {
background-color: #E4596F;
cursor: pointer;
display: block;
float: left;
padding: 30px 0 24px;
text-align: center;
width: 33%;
}

#gender_apache_img {
  background-color: #ccc;
  cursor: pointer;
  display: block;
  float: left;
  padding: 60px 0 67px;
  text-align: center;
  width: 33%;
}

#serie_start #frame2,#serie_start #next_button {display: none;} 

#serie_start .selection_genres {
background-color: #0C5593;   
cursor: pointer;
color: white;
float: left;
text-align: center;
font-weight: bold;
width: 150px;
padding: 25px 0 20px;
margin: 2px;
}

#serie_start .select_option {
opacity: 0.3;
}

#serie_start .button input[type="radio"] {
display: none;
}

#serie_start input[type="radio"]:checked + label img {
opacity: 1;
}

#serie_start .select_option.selected, 
#serie_start .selection_genres.selected img {opacity: 1;} 
.button_blue {
background: #4C97d8;
border: none;
border-radius: 3px;
box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.3);
cursor: pointer;
color: #fff;
font-size: 16px;
padding: 5px 25px 5px 20px;
margin: 15px 50px 15px 5px;
text-align: center;
}

#serie_start .selection_genres.selected {
  background-color: #4C97d8;
}

/* Shop */

#shop h2 {
margin-top: 12px;
}

.h {
display: none;
}

#shop_menu {
line-height: 28px;
text-align: center;
margin: 0 auto 4px;
width: 300px;
}

#shop_menu .select-wrapper {
  width: 300px;
}

#shop .item {
float: left;
margin: 5px 2px 5px 0;
overflow: hidden;
position:relative;
height: 260px;
width: 236px;
}

#shop .item.small {
height: 180px;
}

#shop  .item .hide{
position: absolute;
top:0;right: 0;
z-index:400;
}

#shop  .item .title{
background-color: #000;
bottom: 0;
color: #4C97d8;
filter: alpha(opacity=80);
font-size: 14px;
font-weight: bold;
padding: 4px 2px 4px;
text-align: center;
position: absolute;
opacity: 0.9;
z-index:500;
width: 100%;
}

#shop  .item.small .title { 
position: relative;
}

#shop  .variations {
position: absolute;
left: 0;
width: 10000px;
}

#shop  .item .variation {
height: 250px;
float: left;
text-align: center;
width: 250px;
}

#shop  .prev {
position: absolute;
left: 0;
top: 110px;
z-index: 1000;
}

#shop  .next {
position: absolute;
right: 0;
top: 110px;
}

#shop  .buy {
background-color: black;
border: 1px solid yellow;
bottom: 46px;
color: yellow;
display: block;
filter: alpha(opacity=80);
padding: 5px 15px 5px;
position: absolute;
opacity: 0.8;
text-align: center;
margin-left: 50px;
}

#shop  .small .buy {
bottom: 4px;
margin-left: 40px;
}

#shop  .colorselect {
border: 1px solid gray;
border-radius: 8px;
display: block;
float: left;
height: 25px;
margin-right: 10px;
width: 25px;
}

#select_black {background-color: #000;}
#select_white {background-color: #fff;}
#select_gray {background-color: #ccc;}
#select_blue {background-color: #2C77d8;}
#select_yellow {background-color: #ffa;}
#select_green {background-color: #02bd02;}
#select_red {background-color: #cf3232;}
#select_braun {background-color: #B8860B;}

#filmlist .film {
  height: 100px;
  float: left;
  margin: 0 5px 25px 0;
  text-align: center;
  width: 230px;

} 

#filmlist .film a .film_teaser {
  color: white;   
  background-color: #2C77d8;
  color: white;
  display: block;
  height: 60px;
  padding: 10px 5px 10px;
}

/*Watch Tog*/
#watchtogethertable {
  border-collapse: collapse;
  color: #666;
  margin-top: 15px;
  width: 100%;
}

#watchtogethertable td.c {
  text-align: center;
}

#watchtogethertable td {
  font-size: 13px;
  padding: 8px;
}

#watchtogethertable .paidcol {
  width: 260px;
}

.freestreams {
  margin-left: 15px;
}

.paidstreams{
  font-size: 11px;
  color: #999;
}

.paidstreams span {
  float: left;
  width: 80px;
}

.freestream {
  border-radius: 6px;
  cursor: pointer;
  display: block;
  font-weight: bold;
  float: right;
  padding: 2px;
}

.amazonstream {
  background-color: black;
 
  border-radius: 6px;
  cursor: pointer;
  color: #00A8E1;
  font-weight: bold;
  padding: 2px;
}

.netflixstram,.netflixstream  {
  background-color: black;
 
  border-radius: 6px;
  cursor: pointer;
  color: red;
  font-weight: bold;
  padding: 2px;
}
.disneystram, .disneystream  {
  background-color: black;
 
  border-radius: 6px;
  cursor: pointer;
  color: #99f;
  font-weight: bold;
  padding: 2px;
}

.skystream {
  background-color: black;
 
  border-radius: 6px;
  cursor: pointer;
  color: #87CEEB;
  font-weight: bold;
  padding: 2px;

}

.paramountstream {
  background-color: black;
 
  border-radius: 6px;
  cursor: pointer;
  color: #FFD500;
  font-weight: bold;
  padding: 2px;

}

.hbostream {
  background-color: black;
 
  border-radius: 6px;
  cursor: pointer;
  color: white;
  font-weight: bold;
  padding: 2px;
}

.applestream {
  background-color: black;
 
  border-radius: 6px;
  cursor: pointer;
  color:#0066CC;
  font-weight: bold;
  padding: 2px;
}

.magentastream {
  background-color: black;
 
  border-radius: 6px;
  cursor: pointer;
  color: #f0f;
  font-weight: bold;
  padding: 2px;

}

.streaming_table_mobil{
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* Bottom content*/
.footer-nav {
  background-color: #1a1a1a;
  color: #cfcfcf;
  clear: both;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px 44px;
  font-size: 12px;
  line-height: 1.85;
  padding: 16px 14px 8px;
  margin: 0;
}
.footer-nav-col {
  display: flex;
  flex-direction: column;
  min-width: 120px;
}
.footer-nav-col .footer-nav-title {
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.04em;
  margin-bottom: 3px;
}
.footer-nav a {
  color: #cfcfcf;
  text-decoration: none;
  white-space: nowrap;
}
.footer-nav a:hover {
  color: #fff;
  text-decoration: underline;
}

#bottom {
  background-color: #1a1a1a;
  color: #fff;
  clear: both;
  display: block;
  font-size: 13px;
  text-align: center;
  padding: 3px 0;
  margin: 0;
}

#bottom .footer-social {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: 10px;
  vertical-align: middle;
}

#bottom .footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  color: #fff;
  text-decoration: none;
}

#bottom .footer-social a:hover {
  color: #9cc8ff;
}

#bottom .footer-social svg {
  display: block;
  width: 100%
}

@media (max-width: 975px) {
  #bottom .footer-social {
    margin-left: 16px;
    margin-top: 6px;
    margin-bottom: 4px;
  }
}

#bottom_info {
border: 1px solid black;
clear: both;
padding: 0 16px 8px;
position: relative;
margin: 0 auto 30px;
width: 90%;
}

#bottom_info h1 {
display: block;
font-size: 26px;
padding: 5px 0 8px 0;
margin: -7px 0 5px;
filter: alpha(opacity=85);
opacity: 0.85;
position: absolute;
text-align: center;
top: -37px; left: 0px;
width: 100%;
}

#bottom_info h2 {
text-align: center;
margin: 0;
}

.cookieconsent{
  background-color: #4C97c8;
  color: #fff;
  height: 415px;
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
  width: 600px;
}

.cookieconsent a {
  color: #fff;
  padding: 5px;
  border-radius: 3px;
}

.cookieconsent a.button {
  background-color: #fff;
  color: #4C97c8;
  display: block;
  padding: 10px;
  font-weight: bold;
  width: 100px;
  text-decoration: underline;
  margin: 0 auto 0;
}

.data-cookieconsent {
  display: none;
}

#open_preferences_center {
  background-color: #000;
  border: 1px solid;
  padding: 4px;
  margin: 0 auto 0;
  width: 300px;
  text-align: center;
  display: block;
}

.news_pic {
  width: 100%;
}

/*Vergleich*/

#providercomparison .steaming_category {
  min-width: 100px;
}

#providercomparison #add_index {
margin-top: 5px;
}

#providercomparison .promotions div {
float: left;
width: 300px;
}

#providercomparison table {
border-collapse: collapse;
margin-top: 15px;
vertical-align: top;
width: 100%;
}

#providercomparison th {
font-size: 12px;
padding: 8px;
text-align: left;
}

#providercomparison td.streaming_header { 
text-align: left;
}

#providercomparison td {
padding: 8px;
text-align: left;
border-bottom: 1px solid #ddd;
vertical-align: top;
font-size: 12px;
}

#providercomparison .info-icon {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

#providercomparison   .info-icon::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url('/img/info-24.png') no-repeat center center; /* Replace with your image path */
  background-size: contain;
  margin-right: 5px;
}

#providercomparison   .tooltip {
  position: absolute;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 4px;
  padding: 8px 16px 8px;
  min-width: 200px;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

#providercomparison   .info-icon:hover .tooltip {
  opacity: 1;
  visibility: visible;
}

#providercomparison  .streaming_nachteile td,
#providercomparison  .streaming_vorteile td {
  text-align: left;
  font-size: 12px;
  vertical-align: top;
}

#providercomparison  #content .streaming_vorteile li {
  margin: 3px 0 0;
  background: url(../img/add-icon.png) 0 5px no-repeat;
  padding: 3px 0 3px 18px;
}

#providercomparison  #content .streaming_nachteile li {
  margin: 3px 0 0;
  background: url(../img/delete.32.png) -4px 0px no-repeat;
  padding: -4px 0 3px 18px;
}

.min100 {min-width: 100px;}
.rating1 {color: #FF4444;font-weight: bold;}
.rating2 {color: #FF7733;font-weight: bold;}
.rating3 {color: #FFAA22;font-weight: bold;}
.rating4 {color: #B8CC5E;font-weight: bold;}
.rating5 {color: #55AA55;font-weight: bold;}

/*!

/*
* shariff - v1.16.0 - 13.07.2015
* https://github.com/heiseonline/shariff
* Copyright (c) 2015 Ines Pauer, Philipp Busse, Sebastian Hilbig, Erich Kramer, Deniz Sesli
* Licensed under the MIT license 
*/#content .shariff li{background:0 0}
@font-face{font-family:FontAwesome;src:url(../font/fontawesome-webfont.eot?v=4.3.0);src:url(../font/fontawesome-webfont.eot?#iefix&v=4.3.0) format('embedded-opentype'),url(../font/fontawesome-webfont.woff2?v=4.3.0) format('woff2'),url(../font/fontawesome-webfont.woff?v=4.3.0) format('woff'),url(../font/fontawesome-webfont.ttf?v=4.3.0) format('truetype'),url(../font/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal;font-display:swap}.fa{font:normal normal normal 14px/1 FontAwesome;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em}.fa-ul{padding-left:0;margin-left:2.14285714em}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-stack{position:relative;width:2em;height:2em;line-height:2em;vertical-align:middle}.shariff li,.shariff li a{height:42px;box-sizing:border-box}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before,.fa-genderless:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.shariff::after,.shariff::before{content:" ";display:table}.shariff::after{clear:both}.shariff ul{padding:0;margin:0;list-style:none}.shariff li{overflow:hidden}.shariff li a{color:#fff;position:relative;display:block;text-decoration:none}.shariff li .share_count,.shariff li .share_text{font-family:Arial,Helvetica,sans-serif;font-size:12px;vertical-align:middle;line-height:35px}.shariff li .fa{width:35px;line-height:35px;vertical-align:middle}.shariff li .share_count{padding:0 8px;height:33px;position:absolute;top:1px;right:1px}.shariff .orientation-horizontal li{-webkit-box-flex:1}.shariff .orientation-horizontal .info{-webkit-box-flex:0}.shariff .orientation-horizontal{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.shariff .orientation-horizontal li{float:left;-webkit-flex:none;-ms-flex:none;flex:none;width:35px;margin-right:3%;margin-bottom:10px}.shariff .orientation-horizontal li:last-child{margin-right:0}.shariff .orientation-horizontal li .share_text{display:block;text-indent:-9999px;padding-left:3px}.shariff .orientation-horizontal li .share_count{display:none}.shariff .theme-grey .shariff-button a{background-color:#b0b0b0}.shariff .theme-grey .shariff-button .share_count{background-color:#ccc;color:#333}.shariff .theme-white .shariff-button{border:1px solid #ddd}.shariff .theme-white .shariff-button a{background-color:#fff}.shariff .theme-white .shariff-button a:hover{background-color:#eee}.shariff .theme-white .shariff-button .share_count{background-color:#fff;color:#999}.shariff .orientation-vertical{min-width:110px}.shariff .orientation-vertical li{display:block;width:100%;margin:5px 0}.shariff .orientation-vertical li .share_count{width:24px;text-align:right}@media only screen and (min-width:360px){.shariff .orientation-horizontal li{margin-right:1.8%;min-width:80px;width:auto;-webkit-flex:1;-ms-flex:1;flex:1}.shariff .orientation-horizontal li .share_count{display:block}.shariff .orientation-horizontal.col-1 li,.shariff .orientation-horizontal.col-2 li{min-width:110px;max-width:160px}.shariff .orientation-horizontal.col-1 li .share_text,.shariff .orientation-horizontal.col-2 li .share_text{text-indent:0;display:inline}.shariff .orientation-horizontal.col-5 li,.shariff .orientation-horizontal.col-6 li{-webkit-flex:none;-ms-flex:none;flex:none}}@media only screen and (min-width:640px){.shariff .orientation-horizontal.col-3 li{min-width:110px;max-width:160px}.shariff .orientation-horizontal.col-3 li .share_text{text-indent:0;display:inline}}@media only screen and (min-width:768px){.shariff .orientation-horizontal li{min-width:110px;max-width:160px}.shariff .orientation-horizontal li .share_text{text-indent:0;display:inline}.shariff .orientation-horizontal.col-5 li,.shariff .orientation-horizontal.col-6 li{-webkit-flex:1;-ms-flex:1;flex:1}}@media only screen and (min-width:1024px){.shariff li .fa,.shariff li .share_count,.shariff li .share_text{line-height:30px}.shariff li,.shariff li a{height:30px}.shariff li .fa{width:30px}.shariff li .share_count{height:28px}}.shariff .facebook a{background-color:#3b5998}.shariff .facebook a:hover{background-color:#4273c8}.shariff .facebook .fa-facebook{font-size:22px}.shariff .facebook .share_count{color:#183a75;background-color:#99adcf}.shariff .theme-white .facebook a{color:#3b5998}@media only screen and (min-width:600px){.shariff .facebook .fa-facebook{font-size:19px}}.shariff .googleplus a{background-color:#d34836}.shariff .googleplus a:hover{background-color:#f75b44}.shariff .googleplus .fa-google-plus{font-size:22px}.shariff .googleplus .share_count{color:#a31601;background-color:#eda79d}.shariff .theme-white .googleplus a{color:#d34836}@media only screen and (min-width:600px){.shariff .googleplus .fa-google-plus{font-size:19px;position:relative;top:1px}}.shariff .info{border:1px solid #ccc}.shariff .info a{color:#666;background-color:#fff}.shariff .info a:hover{background-color:#efefef}.shariff .info .fa-info{font-size:20px;width:33px}.shariff .info .share_text{display:block!important;text-indent:-9999px!important}.shariff .theme-grey .info a{background-color:#fff}.shariff .theme-grey .info a:hover{background-color:#efefef}.shariff .orientation-vertical .info{width:35px;float:right}@media only screen and (min-width:360px){.shariff .orientation-horizontal .info{-webkit-flex:none!important;-ms-flex:none!important;flex:none!important;width:35px;min-width:35px!important}}@media only screen and (min-width:1024px){.shariff .info .fa-info{font-size:16px;width:23px}.shariff .orientation-horizontal .info{width:25px;min-width:25px!important}.shariff .orientation-vertical .info{width:25px}}.shariff .linkedin a{background-color:#0077b5}.shariff .linkedin a:hover{background-color:#0369a0}.shariff .linkedin .fa-linkedin{font-size:22px}.shariff .linkedin .share_count{color:#004785;background-color:#33AAE8}.shariff .theme-white .linkedin a{color:#0077b5}@media only screen and (min-width:600px){.shariff .linkedin .fa-linkedin{font-size:19px}}.shariff .mail a{background-color:#999}.shariff .mail a:hover{background-color:#a8a8a8}.shariff .mail .fa-envelope{font-size:21px}.shariff .theme-white .mail a{color:#999}@media only screen and (min-width:600px){.shariff .mail .fa-envelope{font-size:18px}}.shariff .pinterest a{background-color:#bd081c}.shariff .pinterest a:hover{background-color:#d50920}.shariff .pinterest .fa-pinterest-p{font-size:22px}.shariff .pinterest .share_count{color:#a31601;background-color:#eda79d}.shariff .theme-white .pinterest a{color:#bd081c}@media only screen and (min-width:600px){.shariff .pinterest .fa-pinterest-p{font-size:19px;position:relative;top:1px}}.shariff .twitter a{background-color:#55acee}.shariff .twitter a:hover{background-color:#32bbf5}.shariff .twitter .fa-twitter{font-size:28px}.shariff .twitter .share_count{color:#0174a4;background-color:#96D4EE}.shariff .theme-white .twitter a{color:#55acee}@media only screen and (min-width:600px){.shariff .twitter .fa-twitter{font-size:24px}}.shariff .whatsapp a{background-color:#5cbe4a}.shariff .whatsapp a:hover{background-color:#34af23}.shariff .whatsapp .fa-whatsapp{font-size:28px}.shariff .theme-white .whatsapp a{color:#5cbe4a}.shariff .xing a{background-color:#126567}.shariff .xing a:hover{background-color:#29888a}.shariff .xing .fa-xing{font-size:22px}.shariff .xing .share_count{color:#15686a;background-color:#4fa5a7}.shariff .theme-white .xing a{color:#126567}@media only screen and (min-width:600px){.shariff .whatsapp .fa-whatsapp{font-size:22px}.shariff .xing .fa-xing{font-size:19px}}#content .shariff .facebook-like a{background-color:#3B5998;padding-left:15px}.facebook-like{clear:both;margin-bottom:20px}

.shariff li, .shariff li a {height: 40px;}
/* ==========================================================================
 ACCOUNT PAGE — .settings-page (account.php)
 ========================================================================== */

.settings-page {
max-width: 1040px;
margin: 0 auto;
padding: 22px 18px;
font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
box-sizing: border-box;
}
.settings-page * { box-sizing: border-box; }

.settings-page .hero {
padding: 22px;
border-radius: 20px;
background: radial-gradient(1200px 500px at 0% 0%, rgba(110,231,255,.12), transparent 50%),
            radial-gradient(900px 500px at 100% 0%, rgba(139,92,246,.12), transparent 55%),
            linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.02));
border: 1px solid rgba(255,255,255,.10);
box-shadow: 0 8px 24px rgba(0,0,0,.25);
margin-bottom: 18px;
}
.settings-page .hero h1 { margin: 0; font-size: 30px; font-weight: 900; letter-spacing: .3px; }
.settings-page .hero p  { margin-top: 10px; opacity: .9; font-weight: 800; line-height: 1.6; font-size: 14px; }

.settings-page .grid-single { display: grid; grid-template-columns: 1fr; gap: 16px; }

.settings-page .card {
border-radius: 20px;
border: 1px solid rgba(255,255,255,.10);
box-shadow: 0 18px 42px rgba(0,0,0,.38);
backdrop-filter: blur(10px);
background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
overflow: hidden;
}
.settings-page .card-head {
padding: 16px 18px;
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid rgba(255,255,255,.08);
}
.settings-page .card-head h2 { margin: 0; font-size: 17px; font-weight: 900; letter-spacing: .25px; }
.settings-page .card-body { padding: 16px; display: grid; gap: 12px; }

.settings-page .card-danger {
background: radial-gradient(900px 500px at 0% 0%, rgba(255,0,0,.12), transparent 55%),
            linear-gradient(180deg, rgba(255,0,0,.08), rgba(255,0,0,.03));
border: 1px solid rgba(255,0,0,.35);
}
.settings-page .card-danger .card-head { border-bottom: 1px solid rgba(255,0,0,.18); }
.settings-page .card-danger .card-head h2 { color: #ffb4b4; }

.settings-page .warning {
padding: 14px 16px;
border-radius: 16px;
background: rgba(255,0,0,.08);
border: 1px solid rgba(255,0,0,.18);
margin: 12px 0;
font-weight: 900;
color: #ffb4b4;
box-shadow: 0 10px 24px rgba(0,0,0,.35);
}
.settings-page .warning.ok {
background: linear-gradient(135deg, rgba(0,255,160,.14), rgba(0,255,160,.07));
border: 1px solid rgba(0,255,160,.28);
color: rgba(210,255,240,.98);
}

.settings-page .muted { opacity: .85; font-weight: 900; font-size: 12px; letter-spacing: .2px; }

.settings-page .row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 700px) { .settings-page .row { grid-template-columns: 1fr; } }

.settings-page .input,
.settings-page .select {
width: 100%; height: 46px; padding: 12px 14px; border-radius: 14px;
background: linear-gradient(180deg, rgba(0,0,0,.55), rgba(0,0,0,.68));
border: 1px solid rgba(255,255,255,.12); color: #fff; font-weight: 900;
box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
transition: border-color .15s, box-shadow .15s, transform .12s;
font-size: 14px;
}
.settings-page .input::placeholder { color: rgba(255,255,255,.65); }
.settings-page .input:focus,
.settings-page .select:focus {
outline: none;
border-color: rgba(110,231,255,.75);
box-shadow: 0 0 0 3px rgba(110,231,255,.18), inset 0 1px 0 rgba(255,255,255,.10);
transform: translateY(-1px);
}
.settings-page .select {
appearance: none;
background-image: linear-gradient(45deg, transparent 50%, rgba(255,255,255,.70) 50%),
                  linear-gradient(135deg, rgba(255,255,255,.70) 50%, transparent 50%);
background-position: calc(100% - 18px) calc(50% - 3px), calc(100% - 12px) calc(50% - 3px);
background-size: 6px 6px, 6px 6px;
background-repeat: no-repeat;
padding-right: 46px;
}
.settings-page select option { background: #111; color: #fff; }

.settings-page .checkline {
display: flex; gap: 10px; align-items: flex-start;
padding: 12px 14px; border-radius: 16px;
background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.10);
}
.settings-page .checkline input { margin-top: 2px; }
.settings-page .checkline a { color: rgba(255,255,255,.92); text-decoration: underline; }

.settings-page .btn {
border: 0; height: 46px; padding: 10px 14px; border-radius: 14px;
font-weight: 900; cursor: pointer; text-decoration: none;
display: inline-flex; align-items: center; justify-content: center;
transition: transform .08s ease, opacity .08s ease, background .12s ease;
letter-spacing: .3px; font-size: 14px;
}
.settings-page .btn:active { transform: scale(.98); }
.settings-page .btn-full { width: 100%; }
.settings-page .btn-primary {
background: linear-gradient(90deg, #4ddfff, #8b5cf6);
color: #fff; text-shadow: 0 1px 2px rgba(0,0,0,.35);
box-shadow: 0 14px 28px rgba(139,92,246,.18);
}
.settings-page .btn-primary:hover { opacity: .98; transform: translateY(-1px); }
.settings-page .btn-secondary {
background: rgba(255,255,255,.07);
border: 1px solid rgba(255,255,255,.14);
color: inherit;
}
.settings-page .btn-secondary:hover { background: rgba(255,255,255,.10); }
.settings-page .btn-danger {
background: linear-gradient(90deg, rgba(255,0,0,.75), rgba(255,0,0,.45));
border: 1px solid rgba(255,0,0,.55); color: #fff;
box-shadow: 0 18px 34px rgba(255,0,0,.15);
}
.settings-page .btn-danger:hover { transform: translateY(-1px); opacity: .97; }

.settings-page .badge {
display: inline-flex; align-items: center;
padding: 7px 12px; border-radius: 999px;
background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12);
font-weight: 900; font-size: 12px; letter-spacing: .3px;
}
.settings-page .badge.ok     { background: rgba(0,255,160,.10); border-color: rgba(0,255,160,.25); color: #b8ffe2; }
.settings-page .badge.warn   { background: rgba(255,200,0,.10);  border-color: rgba(255,200,0,.32);  color: rgba(255,235,180,.95); }
.settings-page .badge.danger { background: rgba(255,0,0,.12);    border-color: rgba(255,0,0,.35);    color: #ffb4b4; }

.settings-page .separator { height: 1px; background: rgba(255,255,255,.08); margin: 8px 0; }

/* Force dark controls */
.settings-page input,
.settings-page textarea,
.settings-page select {
background: linear-gradient(180deg, rgba(0,0,0,.55), rgba(0,0,0,.68)) !important;
color: #fff !important;
border: 1px solid rgba(255,255,255,.12) !important;
font-weight: 900 !important;
}
.settings-page input[type="password"] { -webkit-text-fill-color: #fff !important; caret-color: #fff !important; }
.settings-page input:-webkit-autofill,
.settings-page input:-webkit-autofill:hover,
.settings-page input:-webkit-autofill:focus,
.settings-page select:-webkit-autofill {
-webkit-text-fill-color: #fff !important;
box-shadow: 0 0 0px 1000px rgba(0,0,0,.65) inset !important;
transition: background-color 999999s ease-in-out 0s !important;
}
.settings-page select option { background: #111 !important; color: #fff !important; }

/* ==========================================================================
 33. PAGE-SCOPED STYLES — .friends-page (friends.php)
 ========================================================================== */

/* .warning, .hero, .card, .card-head, .card-body, .btn, .input already in basis.css */
/* Friends-specific extras: */
.friends-page .hero a { color: inherit; text-decoration: underline; }
.friends-page .grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 900px) { .friends-page .grid { grid-template-columns: 1fr; } }
.friends-page .list { display: grid; gap: 10px; }
.friends-page .item { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px; border-radius: 14px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.08); }
.friends-page .item a { color: inherit; text-decoration: none; font-weight: 900; }
.friends-page .item a:hover { text-decoration: underline; }
.friends-page .actions { display: flex; gap: 10px; flex-wrap: wrap; justify-content: flex-end; }
.friends-page .btn-ghost { background: transparent; border: 1px dashed rgba(255,255,255,.25); color: inherit; }
.friends-page .btn-danger { background: rgba(255,0,0,.10); border: 1px solid rgba(255,0,0,.22); color: #fff; }
.friends-page .btn[disabled] { opacity: .65; cursor: not-allowed; }
.friends-page .small { font-size: 12px; opacity: .75; font-weight: 800; }

/* ==========================================================================
 34. PAGE-SCOPED STYLES — .messages-page (messages.php)
 ========================================================================== */

.messages-page .hero { padding: 18px; border-radius: 16px; background: linear-gradient(135deg, rgba(255,255,255,.07), rgba(255,255,255,.02)); border: 1px solid rgba(255,255,255,.10); box-shadow: 0 8px 24px rgba(0,0,0,.25); margin-bottom: 18px; }
.messages-page .hero h1 { margin: 0; font-size: 28px; font-weight: 900; }
.messages-page .hero p { margin-top: 10px; opacity: .85; font-weight: 800; line-height: 1.6; }

.messages-page .warning { padding: 12px 14px; border-radius: 14px; background: rgba(255,0,0,.08); border: 1px solid rgba(255,0,0,.18); margin: 12px 0; font-weight: 900; }

.messages-page .grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 16px; }
@media (max-width: 900px) { .messages-page .grid { grid-template-columns: 1fr; } }

.messages-page .card-head h2 { margin: 0; font-size: 16px; font-weight: 900; }
.messages-page .list { display: grid; gap: 12px; }
.messages-page .msg { padding: 14px; border-radius: 16px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.08); }
.messages-page .msg-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 10px; }
.messages-page .msg-user { display: flex; align-items: center; gap: 12px; min-width: 0; }
.messages-page .avatar { width: 44px; height: 44px; border-radius: 14px; object-fit: cover; border: 1px solid rgba(255,255,255,.12); background: rgba(0,0,0,.45); }
.messages-page .msg-user a { color: inherit; text-decoration: none; font-weight: 900; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 240px; }
.messages-page .msg-user a:hover { text-decoration: underline; }
.messages-page .meta { font-size: 12px; opacity: .75; font-weight: 800; white-space: nowrap; }
.messages-page .badge { display: inline-flex; align-items: center; padding: 6px 10px; border-radius: 999px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); font-weight: 900; font-size: 12px; }
.messages-page .subject { font-weight: 900; margin: 0 0 8px; }
.messages-page .text { margin: 0; line-height: 1.6; opacity: .92; font-weight: 700; word-wrap: break-word; }
.messages-page .split { opacity: .7; font-weight: 900; }

.messages-page .textarea { min-height: 120px; resize: vertical; }
.messages-page .btn { width: 100%; }

/* ==========================================================================
 35. PAGE-SCOPED STYLES — news-detail.php
 ========================================================================== */

.newsdate { color: #777; font-size: 14px; }
/* .news_pic already in basis.css section 31 */

.news-detail-social {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  align-items: center;
  gap: 18px;
  margin: 22px 0;
  padding: 18px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 8px;
  background: rgba(255,255,255,0.05);
  box-shadow: 0 14px 34px rgba(0,0,0,0.22);
}

.news-detail-social h2 {
  margin: 0 0 6px 0;
  font-size: 1.2rem;
}

.news-detail-social p {
  margin: 0;
  color: rgba(255,255,255,0.76);
}

.news-detail-social-actions {
  display: grid;
  gap: 10px;
}

.news-detail-social-row {
  display: grid;
  grid-template-columns: 68px repeat(2, minmax(132px, 1fr));
  align-items: center;
  gap: 8px;
}

.news-detail-social-label {
  color: rgba(255,255,255,0.82);
  font-size: 0.9rem;
  font-weight: 800;
  text-align: right;
}

.news-detail-social-btn {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 12px;
  border-radius: 6px;
  color: #fff;
  font-weight: 800;
  font-size: 0.9rem;
  line-height: 1.1;
  text-decoration: none;
  box-shadow: 0 8px 16px rgba(0,0,0,0.22);
}

.news-detail-social-btn:hover {
  color: #fff;
  filter: brightness(1.08);
  text-decoration: none;
}

.news-detail-social-btn--facebook {
  background: #3b5998;
}

.news-detail-social-btn--x {
  background: #55acee;
}

.news-detail-social-btn--tiktok {
  background: #010101;
}

.news-detail-social-shariff {
  grid-column: 2 / 4;
  margin: 0;
  width: auto;
  overflow: visible;
}

.news-detail-social-shariff ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
}

.news-detail-social-shariff li {
  width: auto;
  min-width: 0;
  max-width: none;
  margin: 0;
}

.news-detail-social-shariff li a {
  display: flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.22);
}

.news-detail-social-shariff li .share_text {
  display: inline;
  text-indent: 0;
  color: #fff;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

@media (max-width: 720px) {
#newest-page .newest-card-head { flex-direction: column; align-items: flex-start; }
#newest-page .newest-card-date { margin-top: 6px; }
#newest-page .newest-staticimg img { width: 100%; }
.news-detail-social { grid-template-columns: 1fr; }
.news-detail-social-row { grid-template-columns: 1fr; }
.news-detail-social-label { text-align: left; }
.news-detail-social-shariff { grid-column: auto; }
.news-detail-social-shariff ul { grid-template-columns: 1fr; }
}

/* ==========================================================================
 36. PAGE-SCOPED STYLES — profil_settings.php
 ========================================================================== */

/* Scoped under .profil-settings to avoid conflict with .settings-page (account.php) */
.profil-settings-page { max-width: 900px; margin: 0 auto; padding: 16px; font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }

.profil-settings-page .card { margin-bottom: 16px; }
.profil-settings-page .card-head h1 { margin: 0; font-size: 18px; font-weight: 900; }
.profil-settings-page .row { display: grid; grid-template-columns: 150px 1fr; gap: 16px; align-items: center; }
@media (max-width: 700px) {
.profil-settings-page .row { grid-template-columns: 1fr; }
.profil-settings-page .avatar { width: 110px; height: 110px; }
}

.profil-settings-page .avatar { width: 130px; height: 130px; border-radius: 24px; object-fit: cover; border: 2px solid rgba(255,255,255,.14); box-shadow: 0 10px 20px rgba(0,0,0,.25); }
.profil-settings-page .label { font-weight: 900; margin-bottom: 6px; }
.profil-settings-page .hint { opacity: .75; font-weight: 700; margin-top: 6px; font-size: 13px; }

.profil-settings-page .textarea { width: 100%; min-height: 150px; border-radius: 14px; padding: 12px; border: 1px solid rgba(255,255,255,.12); background: rgba(0,0,0,.25); color: inherit; resize: vertical; }
.profil-settings-page .input { width: 100%; border-radius: 14px; padding: 12px; border: 1px solid rgba(255,255,255,.12); background: rgba(0,0,0,.25); color: inherit; }

.profil-settings-page .btn-row { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; }
.profil-settings-page .btn-primary { background: linear-gradient(90deg, #6ee7ff, #a78bfa); color: #000; }
.profil-settings-page .btn-secondary { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); color: inherit; }

.profil-settings-page .msg { padding: 12px 14px; border-radius: 14px; font-weight: 900; margin-bottom: 16px; }
.profil-settings-page .msg-success { background: rgba(0,255,140,.10); border: 1px solid rgba(0,255,140,.20); }
.profil-settings-page .msg-error { background: rgba(255,0,0,.08); border: 1px solid rgba(255,0,0,.18); }

/* ==========================================================================
 37. PAGE-SCOPED STYLES — .profile-page (profil.php)
 ========================================================================== */

.profile-page .warning { padding: 12px 14px; border-radius: 14px; background: rgba(255,0,0,.08); border: 1px solid rgba(255,0,0,.18); margin: 12px 16px; font-weight: 900; }

.profile-hero { display: grid; grid-template-columns: 1.2fr 1fr; gap: 16px; padding: 18px; border-radius: 16px; background: linear-gradient(135deg, rgba(255,255,255,.07), rgba(255,255,255,.02)); border: 1px solid rgba(255,255,255,.10); box-shadow: 0 8px 24px rgba(0,0,0,.25); margin-bottom: 18px; }
.hero-left { display: flex; gap: 16px; align-items: center; }
.avatar-wrap { position: relative; width: 104px; height: 104px; flex: 0 0 104px; }
.hero-meta { width: 100%; }
.hero-name { margin: 0; font-size: 28px; font-weight: 900; letter-spacing: .2px; line-height: 1.1; }
.hero-sub { margin-top: 6px; opacity: .85; font-weight: 800; }
.level-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 12px; margin-bottom: 6px; }
.level-badge { display: inline-flex; padding: 6px 10px; border-radius: 999px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); font-weight: 900; font-size: 13px; }
.xp-text { font-size: 13px; opacity: .8; font-weight: 800; }
.xp-bar { height: 10px; border-radius: 999px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.10); overflow: hidden; }
.xp-bar-fill { height: 100%; border-radius: 999px; background: linear-gradient(90deg, #6ee7ff, #a78bfa, #fb7185); }
.hero-actions { margin-top: 14px; display: flex; gap: 10px; flex-wrap: wrap; }

.hero-right { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; align-content: start; }
.stat-card { padding: 12px; border-radius: 14px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.08); }
.stat-label { font-size: 12px; opacity: .75; margin-bottom: 6px; font-weight: 800; }
.stat-value { font-size: 20px; font-weight: 900; }

.profile-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.col-left, .col-right { display: flex; flex-direction: column; gap: 16px; }

.profile-page .card-head h2 { margin: 0; font-size: 16px; font-weight: 900; }
.profile-page .textarea { min-height: 110px; resize: vertical; }
.profile-page .btn-secondary { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); color: inherit; }
.profile-page .btn-ghost { background: transparent; border: 1px dashed rgba(255,255,255,.25); color: inherit; }

.profile-page .link { font-size: 13px; font-weight: 900; opacity: .85; text-decoration: none; }
.profile-page .link:hover { opacity: 1; }
.bio-text { margin: 0; line-height: 1.6; }

.series-grid { display: grid; grid-template-columns: 1fr; gap: 10px; }
.series-item { display: flex; align-items: center; justify-content: space-between; padding: 12px; border-radius: 14px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.08); text-decoration: none; }
.series-item:hover { border-color: rgba(255,255,255,.18); }
.series-name { font-weight: 900; font-size: 14px; color: inherit; }
.series-meta { opacity: .8; font-weight: 800; font-size: 12px; }

/* Aehnliche Serien Block (eigene Sektion am Ende von serie.php) */
.sim-section {
  margin: 28px 0 8px;
  padding: 20px 18px 18px;
  border-radius: 14px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.07);
}
.sim-head {
  font-size: 17px;
  font-weight: 900;
  margin: 0 0 16px;
  letter-spacing: .2px;
  color: rgba(255,255,255,.95);
}
.sim-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 10px;
}
.sim-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 32px 12px 14px;
  border-radius: 11px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.07);
  text-decoration: none;
  color: rgba(255,255,255,.92);
  transition: transform .15s ease, border-color .15s ease, background .15s ease;
  min-height: 56px;
  position: relative;
  overflow: hidden;
}
.sim-card::after {
  content: "\2192";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255,255,255,.25);
  font-size: 14px;
  font-weight: 900;
  transition: transform .15s ease, color .15s ease;
  pointer-events: none;
}
.sim-card:hover {
  transform: translateY(-1px);
  border-color: rgba(77,223,255,.4);
  background: rgba(77,223,255,.05);
}
.sim-card:hover::after {
  color: #4ddfff;
  transform: translateY(-50%) translateX(3px);
}
.sim-card-rank {
  flex: 0 0 auto;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 16px;
  font-weight: 900;
  color: transparent;
  background: linear-gradient(135deg, #4ddfff, #8b5cf6);
  -webkit-background-clip: text;
  background-clip: text;
  min-width: 18px;
  letter-spacing: -.5px;
  line-height: 1;
}
.sim-card-body {
  flex: 1 1 auto;
  min-width: 0;
  display: block;
}
.sim-card-name {
  display: block;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.25;
  margin-bottom: 3px;
  color: rgba(255,255,255,.95);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sim-card-meta {
  display: block;
  font-size: 11.5px;
  font-weight: 700;
  color: rgba(255,255,255,.55);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
}
.sim-card-rating {
  color: #f0b400;
  white-space: nowrap;
}
.sim-card-genre,
.sim-card-year {
  white-space: nowrap;
}
.sim-card-sep {
  opacity: .4;
  margin: 0 5px;
}
.sim-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 12px;
  background: linear-gradient(90deg, rgba(47,111,179,.18), rgba(77,223,255,.06));
  border: 1px solid rgba(111,177,255,.22);
  color: rgba(255,255,255,.92);
  text-decoration: none;
  transition: background .15s ease, border-color .15s ease, transform .12s ease;
}
.sim-cta:hover {
  background: linear-gradient(90deg, rgba(47,111,179,.26), rgba(77,223,255,.10));
  border-color: rgba(111,177,255,.42);
  color: rgba(255,255,255,.98);
  transform: translateY(-1px);
}
.sim-cta-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.sim-cta-copy strong {
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  color: rgba(255,255,255,.96);
}
.sim-cta-copy small {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  color: rgba(255,255,255,.62);
}
.sim-cta-arrow {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(111,177,255,.14);
  border: 1px solid rgba(111,177,255,.24);
  color: #7feaff;
  font-weight: 900;
  transition: transform .15s ease, background .15s ease;
}
.sim-cta:hover .sim-cta-arrow {
  transform: translateX(3px);
  background: rgba(111,177,255,.22);
}
@media (min-width: 640px) {
  .sim-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
}
@media (min-width: 900px) {
  .sim-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
}

/* Achievements */
.badge-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 10px; }
.achievement { position: relative; padding: 12px; border-radius: 14px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.08); text-align: center; cursor: default; transition: transform .08s ease, border-color .08s ease, opacity .08s ease; user-select: none; }
.achievement:hover { transform: translateY(-1px); border-color: rgba(255,255,255,.18); }
.achievement-icon { font-size: 26px; margin-bottom: 6px; }
.achievement-title { font-weight: 900; font-size: 13px; }
.achievement.locked { opacity: 1; filter: grayscale(.35); background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.08); }
.achievement.locked .achievement-icon,
.achievement.locked .achievement-title { opacity: .55; }
.achievement.locked:after { content: "🔒"; position: absolute; top: 8px; right: 8px; font-size: 14px; line-height: 1; opacity: .9; filter: none; }

.achievement-tooltip { position: absolute; left: 50%; bottom: 100%; transform: translateX(-50%) translateY(-14px); width: 260px; padding: 12px; border-radius: 14px; background: rgba(10,10,12,.98); border: 1px solid rgba(255,255,255,.18); box-shadow: 0 18px 55px rgba(0,0,0,.65); z-index: 999999; opacity: 0; pointer-events: none; transition: opacity .12s ease, transform .12s ease; text-align: left; filter: none; }
.achievement-tooltip:before { content: ""; position: absolute; bottom: -8px; left: 50%; width: 14px; height: 14px; background: rgba(10,10,12,.98); border-left: 1px solid rgba(255,255,255,.18); border-top: 1px solid rgba(255,255,255,.18); transform: translateX(-50%) rotate(225deg); }
.achievement:hover .achievement-tooltip { opacity: 1; transform: translateX(-50%) translateY(-18px); }
.tt-title { font-weight: 900; font-size: 14px; margin-bottom: 6px; color: #fff; }
.tt-desc { opacity: .95; font-weight: 700; line-height: 1.45; font-size: 13px; margin-bottom: 10px; color: rgba(255,255,255,.92); }
.tt-row { display: flex; justify-content: space-between; gap: 8px; font-weight: 800; font-size: 12px; opacity: .95; margin-bottom: 6px; color: rgba(255,255,255,.92); }
.tt-bar { height: 8px; border-radius: 999px; background: rgba(255,255,255,.10); overflow: hidden; border: 1px solid rgba(255,255,255,.10); }
.tt-bar-fill { height: 100%; border-radius: 999px; background: linear-gradient(90deg, #6ee7ff, #a78bfa); }
.card-achievements { overflow: visible !important; position: relative; z-index: 50; }
.card-achievements .card-body { overflow: visible !important; position: relative; z-index: 60; }

/* Profile mail */
.profile-mail-body { overflow: hidden; max-height: 0; opacity: 0; transition: max-height .25s ease, opacity .20s ease; }
#profileMailCard.mail-open .profile-mail-body { max-height: 720px; opacity: 1; }
#profileMailCard input, #profileMailCard textarea { background: rgba(0,0,0,.60) !important; color: #fff !important; border: 1px solid rgba(255,255,255,.14) !important; }
#profileMailCard label { color: rgba(255,255,255,.85) !important; font-weight: 900 !important; }

@media (max-width: 900px) {
.profile-hero { grid-template-columns: 1fr; }
.profile-grid { grid-template-columns: 1fr; }
.badge-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
.achievement-tooltip { width: 240px; }
}

/* ==========================================================================
 38. PAGE-SCOPED STYLES — #neue-serien-page (neue-serien.php)
 ========================================================================== */

#neue-serien-page {
--sc-border: rgba(255,255,255,0.12);
--sc-text: rgba(255,255,255,0.92);
--sc-muted: rgba(255,255,255,0.74);
--sc-link: #6fb1ff;
--sc-link-hover: #9ac7ff;
--sc-pill-bg: rgba(0,0,0,0.25);
--sc-pill-border: rgba(255,255,255,0.18);
color: var(--sc-text);
max-width: 1200px;
margin: 0 auto;
padding: 12px 12px 40px;
}
#neue-serien-page a { color: var(--sc-link); text-underline-offset: 2px; }
#neue-serien-page a:hover { color: var(--sc-link-hover); }
#neue-serien-page .ns-hero { border: 1px solid var(--sc-border); border-radius: 16px; padding: 16px; background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02)); }
#neue-serien-page .ns-hero h1 { margin: 0 0 10px; font-size: 1.5rem; line-height: 1.15; }
#neue-serien-page .ns-hero p { margin: 8px 0 0; color: var(--sc-muted); line-height: 1.6; }
#neue-serien-page .ns-filters-shell { margin-top: 14px; border: 1px solid var(--sc-border); border-radius: 16px; background: rgba(255,255,255,0.04); padding: 14px; }
#neue-serien-page .ns-filters-header { margin-bottom: 12px; }
#neue-serien-page .ns-filters-title { margin: 0; font-size: 1.05rem; }
#neue-serien-page .ns-filter-group { margin-top: 12px; }
#neue-serien-page .ns-filter-group + .ns-filter-group { margin-top: 18px; }
#neue-serien-page .ns-filter-group h3 { margin: 0 0 10px; font-size: 0.95rem; color: rgba(255,255,255,0.88); font-weight: 900; }
#neue-serien-page .ns-filter-pills { display: flex; flex-wrap: wrap; gap: 8px; }
#neue-serien-page .btn { appearance: none; border: 1px solid rgba(255,255,255,0.18); background: rgba(255,255,255,0.06); color: rgba(255,255,255,0.92); border-radius: 12px; padding: 10px 12px; font-weight: 800; cursor: pointer; text-decoration: none; display: inline-block; }
#neue-serien-page .btn:hover { background: rgba(255,255,255,0.10); border-color: rgba(255,255,255,0.24); }
#neue-serien-page .btn-ghost { background: transparent; }
#neue-serien-page .ns-filter-meta { margin-top: 14px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,0.10); display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
#neue-serien-page .ns-filter-meta-text { color: rgba(255,255,255,0.85); font-size: 0.9rem; }
#neue-serien-page .ns-filter-meta-text b { color: #fff; }
#neue-serien-page .pill { display: inline-flex; align-items: center; justify-content: center; padding: 4px 10px; border-radius: 999px; border: 1px solid var(--sc-pill-border); background: var(--sc-pill-bg); color: rgba(255,255,255,0.92); text-decoration: none; font-weight: 900; font-size: 0.85rem; margin: 0 2px 6px 0; white-space: nowrap; }
#neue-serien-page .pill:hover { border-color: rgba(111,177,255,0.35); background: rgba(47,111,179,0.22); color: #fff; }
#neue-serien-page .pill.active_filter { border-color: rgba(111,177,255,0.45); background: rgba(47,111,179,0.30); color: #fff; }
/* Provider badges reuse global .badge--* variants */
#neue-serien-page .ns-entry-badge { display: inline-flex; align-items: center; gap: 5px; padding: 3px 9px; border-radius: 999px; font-size: 0.78rem; font-weight: 900; margin-bottom: 7px; letter-spacing: 0.02em; }
#neue-serien-page .ns-entry-badge.badge-new-series { background: rgba(47,111,179,0.22); border: 1px solid rgba(111,177,255,0.35); color: #9ac7ff; }
#neue-serien-page .ns-entry-badge.badge-new-season { background: rgba(47,179,111,0.18); border: 1px solid rgba(111,255,177,0.30); color: #6ef5b0; }
#neue-serien-page .ns-results-title { margin: 18px 0 10px; font-size: 1.25rem; }
#neue-serien-page .ns-cards { display: flex; flex-direction: column; gap: 12px; }
#neue-serien-page .ns-serie-card { border: 1px solid var(--sc-border); border-radius: 18px; background: rgba(255,255,255,0.04); overflow: hidden; display: grid; grid-template-columns: 160px 1fr; gap: 14px; padding: 14px; }
@media (max-width: 860px) { #neue-serien-page .ns-serie-card { grid-template-columns: 1fr; } }
#neue-serien-page .ns-serie-thumb { border-radius: 14px; overflow: hidden; border: 1px solid rgba(255,255,255,0.12); background: rgba(0,0,0,0.22); min-height: 120px; position: relative; }
#neue-serien-page .ns-serie-thumb a { display: block; width: 100%; height: 100%; text-decoration: none; color: #fff; background-size: cover; background-position: center; }
#neue-serien-page .ns-serie-thumb .ns-thumb-overlay { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; padding: 12px; background: linear-gradient(180deg, rgba(0,0,0,0.15), rgba(0,0,0,0.35)); }
#neue-serien-page .ns-serie-thumb .ns-thumb-title { font-weight: 1000; text-align: center; font-size: 1.1rem; line-height: 1.2; text-shadow: 0 2px 14px rgba(0,0,0,0.85); }
#neue-serien-page .ns-serie-main h2 { margin: 0 0 6px; font-size: 1.35rem; }
#neue-serien-page .ns-serie-main h2 a { text-decoration: none; color: #fff; }
#neue-serien-page .ns-serie-main h2 a:hover { text-decoration: underline; }
#neue-serien-page .ns-release-date { margin: 0 0 8px; color: rgba(255,255,255,0.78); font-size: 0.9rem; }
#neue-serien-page .ns-release-date b { color: rgba(255,255,255,0.60); }
#neue-serien-page .ns-genre-row { margin: 6px 0; display: flex; flex-wrap: wrap; }
#neue-serien-page .ns-serie-main p { margin: 8px 0 0; color: rgba(255,255,255,0.78); line-height: 1.6; }
#neue-serien-page .ns-stream-row { margin-top: 6px; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
#neue-serien-page .stream-label { font-weight: 1000; color: rgba(255,255,255,0.90); }
#neue-serien-page .charts-note { color: rgba(255,255,255,0.50); font-size: 0.72rem; }
#neue-serien-page .charts-note a { font-weight: 700; color: rgba(255,255,255,0.55); }
#neue-serien-page .ns-empty { padding: 14px; border: 1px solid rgba(255,255,255,0.12); border-radius: 14px; background: rgba(255,255,255,0.04); }
#neue-serien-page .ns-seo { margin-top: 26px; padding: 18px; border: 1px solid var(--sc-border); border-radius: 16px; background: rgba(255,255,255,0.03); }
#neue-serien-page .ns-seo h2 { margin: 0 0 12px; font-size: 1.15rem; }
#neue-serien-page .ns-seo p { margin: 0 0 10px; color: var(--sc-muted); line-height: 1.7; }
#neue-serien-page .ns-related-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 12px; }
#neue-serien-page .ns-related-links a { display: inline-flex; align-items: center; min-height: 36px; padding: 8px 12px; border-radius: 999px; border: 1px solid var(--sc-border); background: rgba(255,255,255,0.04); color: var(--sc-text); text-decoration: none; font-weight: 900; font-size: 0.85rem; }
#neue-serien-page .ns-related-links a:hover { background: rgba(255,255,255,0.08); border-color: rgba(111,177,255,0.35); }
#neue-serien-page .ns-faq { margin-top: 26px; padding: 16px; border: 1px solid var(--sc-border); border-radius: 16px; background: rgba(255,255,255,0.03); }
#neue-serien-page .ns-faq h2 { margin: 0 0 12px; font-size: 1.25rem; }
#neue-serien-page .ns-faq details { border-top: 1px solid rgba(255,255,255,0.10); padding: 10px 0; }
#neue-serien-page .ns-faq details:first-of-type { border-top: none; padding-top: 0; }
#neue-serien-page .ns-faq summary { cursor: pointer; font-weight: 800; color: #fff; font-size: 1.0rem; list-style: none; outline: none; }
#neue-serien-page .ns-faq summary::-webkit-details-marker { display: none; }
#neue-serien-page .ns-faq summary::before { content: '+'; display: inline-block; width: 18px; margin-right: 8px; color: var(--sc-link); font-weight: 900; }
#neue-serien-page .ns-faq details[open] summary::before { content: '-'; }
#neue-serien-page .ns-faq details p { margin: 10px 0 0 26px; color: var(--sc-muted); line-height: 1.6; font-size: 0.95rem; }

/* ==========================================================================
 39. PAGE-SCOPED STYLES — #serie-detail-page (serie.php)
 ========================================================================== */

#serie-detail-page,
#calendar_page,
#empfehlungen-page {
--sc-border: rgba(255,255,255,0.12);
--sc-text: rgba(255,255,255,0.92);
--sc-muted: rgba(255,255,255,0.74);
--sc-link: #6fb1ff;
--sc-link-hover: #9ac7ff;
--sc-pill-bg: rgba(0,0,0,0.25);
--sc-pill-border: rgba(255,255,255,0.18);
color: var(--sc-text);
max-width: 1200px;
margin: 0 auto;
padding: 12px 12px 40px;
}
#serie-detail-page a { color: var(--sc-link); text-underline-offset: 2px; }
#serie-detail-page a:hover { color: var(--sc-link-hover); }

#serie-detail-page .serie-hero, #film-tipps-page .serie-hero  { border: 1px solid var(--sc-border); border-radius: 18px; padding: 20px; background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02)); margin-bottom: 14px; }
#serie-detail-page .serie-hero h1, #film-tipps-page .serie-hero h1  { margin: 0 0 10px; font-size: 1.6rem; line-height: 1.15; }
#serie-detail-page .serie-hero-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 8px; color: var(--sc-muted); font-size: 0.9rem; }
#serie-detail-page .tab { display: inline-block; padding: 9px 16px; border: 1px solid var(--sc-border); border-radius: 10px; margin: 0 4px 4px 0; text-decoration: none; color: var(--sc-muted); font-weight: 800; font-size: 0.9rem; background: rgba(255,255,255,0.04); cursor: pointer; transition: background 0.15s, border-color 0.15s, color 0.15s; }
#serie-detail-page .tab:hover, #serie-detail-page .tab.active { border-color: rgba(111,177,255,0.40); background: rgba(47,111,179,0.22); color: var(--sc-text); }
#serie-detail-page #desctab, #serie-detail-page #trailertab, #serie-detail-page #episodestab,
#serie-detail-page #streamtab, #serie-detail-page #commenttab, #serie-detail-page #musictab,
#serie-detail-page #addtab, #serie-detail-page #faqtab { display: block; width: 100%; box-sizing: border-box; margin-top: 14px; padding: 18px; border: 1px solid var(--sc-border); border-radius: 16px; background: rgba(255,255,255,0.03); line-height: 1.65; color: var(--sc-muted); }
#serie-detail-page .freestreamw { display: inline-flex; align-items: center; justify-content: center; padding: 4px 10px; border-radius: 999px; border: 1px solid var(--sc-pill-border); background: var(--sc-pill-bg); color: rgba(255,255,255,0.92); text-decoration: none; font-weight: 900; font-size: 0.85rem; margin: 0 3px 4px 0; white-space: nowrap; }
#serie-detail-page .freestreamw:hover { border-color: rgba(111,177,255,0.35); background: rgba(47,111,179,0.22); }
/* Provider stream colours reuse global .netflixstream etc. */
#serie-detail-page .pill { display: inline-flex; align-items: center; justify-content: center; padding: 4px 10px; border-radius: 999px; border: 1px solid var(--sc-pill-border); background: var(--sc-pill-bg); color: rgba(255,255,255,0.92); text-decoration: none; font-weight: 900; font-size: 0.85rem; margin: 0 2px 6px 0; white-space: nowrap; }
#serie-detail-page .pill:hover { border-color: rgba(111,177,255,0.35); background: rgba(47,111,179,0.22); }
#serie-detail-page .pill-genre { display: inline-flex; align-items: center; padding: 3px 11px; border-radius: 999px; font-size: 0.82rem; font-weight: 700; text-decoration: none; border: 1px solid var(--sc-pill-border); background: var(--sc-pill-bg); color: var(--sc-link); transition: background 0.15s, border-color 0.15s; }
#serie-detail-page .pill-genre:hover { background: rgba(47,111,179,0.20); border-color: rgba(111,177,255,0.40); color: var(--sc-link-hover); }
#serie-detail-page .wl-btn { display: inline-flex; align-items: center; gap: 6px; padding: 9px 18px; border: 1px solid var(--sc-border); border-radius: 12px; background: rgba(255,255,255,0.05); color: var(--sc-link); font-weight: 800; font-size: 0.9rem; text-decoration: none; cursor: pointer; transition: background 0.15s, border-color 0.15s, color 0.15s; margin: 6px 0; }
#serie-detail-page .wl-btn:hover { background: rgba(47,111,179,0.22); border-color: rgba(111,177,255,0.40); color: var(--sc-link-hover); }
#serie-detail-page .wl-btn.wl-active { background: rgba(47,179,100,0.14); border-color: rgba(47,179,100,0.35); color: rgba(120,230,150,0.95); }
#serie-detail-page .wl-btn.wl-active:hover { background: rgba(200,50,50,0.12); border-color: rgba(200,50,50,0.30); color: rgba(255,120,120,0.90); }
#serie-detail-page .wl-btn:disabled { opacity: 0.5; cursor: wait; }
#serie-detail-page .com-more-btn { display: inline-block; padding: 8px 18px; border: 1px solid var(--sc-border); border-radius: 10px; background: rgba(255,255,255,0.04); color: var(--sc-link); font-weight: 800; font-size: 0.88rem; cursor: pointer; transition: background 0.15s, border-color 0.15s; }
#serie-detail-page .com-more-btn:hover { background: rgba(47,111,179,0.18); border-color: rgba(111,177,255,0.35); }
#serie-detail-page .star { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; margin: 2px; border: 1px solid var(--sc-border); border-radius: 50%; background: rgba(255,255,255,0.04); color: var(--sc-muted); text-decoration: none; font-weight: 800; font-size: 0.88rem; cursor: pointer; transition: background 0.12s, border-color 0.12s, color 0.12s, transform 0.1s; }
#serie-detail-page .star:hover, #serie-detail-page .star.hover { border-color: rgba(255,200,50,0.55); background: rgba(255,200,50,0.18); color: rgba(255,220,80,0.95); transform: scale(1.15); }
#serie-detail-page .warning { padding: 12px 16px; border-radius: 12px; background: rgba(47,179,100,0.12); border: 1px solid rgba(47,179,100,0.30); color: rgba(255,255,255,0.92); margin-bottom: 12px; font-weight: 700; }
#serie-detail-page .tab-panel { margin-top: 20px; padding: 20px; border: 1px solid var(--sc-border); border-radius: 16px; background: rgba(255,255,255,0.03); }
#serie-detail-page .panel-title { margin: 0 0 16px; font-size: 1.1rem; font-weight: 900; color: var(--sc-text); padding-bottom: 12px; border-bottom: 1px solid var(--sc-border); }
#serie-detail-page table.season { width: 100%; border-collapse: collapse; margin-bottom: 4px; }
#serie-detail-page table.season th { background: rgba(47,111,179,0.20); border: 1px solid rgba(111,177,255,0.22); border-radius: 8px; padding: 9px 14px; text-align: left; }
#serie-detail-page table.season tr.episodes td { padding: 6px 10px; border-bottom: 1px solid rgba(255,255,255,0.05); font-size: 0.88rem; color: var(--sc-muted); }
#serie-detail-page table.season tr.episodes td a { color: var(--sc-link); text-decoration: none; }
#serie-detail-page table.season tr.episodes td a:hover { text-decoration: underline; }
#serie-detail-page .serie-seo { margin-top: 14px; padding: 18px; border: 1px solid var(--sc-border); border-radius: 16px; background: rgba(255,255,255,0.03); }
#serie-detail-page .serie-seo h2 { margin: 0 0 10px; font-size: 1.1rem; color: var(--sc-text); }
#serie-detail-page .serie-seo p { margin: 10px 0 0; color: var(--sc-muted); line-height: 1.6; }
#serie-detail-page .comment { padding: 14px 16px; border: 1px solid var(--sc-border); border-radius: 14px; background: rgba(255,255,255,0.03); margin-bottom: 10px; }
#serie-detail-page .comment:hover { border-color: rgba(255,255,255,0.20); }
#serie-detail-page .c-body { font-size: 0.92rem; color: var(--sc-muted); line-height: 1.65; margin-bottom: 12px; }
#serie-detail-page .hero-score { display: inline-flex; align-items: center; gap: 8px; margin-top: 8px; padding: 6px 12px; border-radius: 10px; background: rgba(255,200,50,0.08); border: 1px solid rgba(255,200,50,0.20); }
#serie-detail-page .hero-score-value { font-size: 1.25rem; font-weight: 900; color: rgba(255,210,60,0.95); }
#serie-detail-page .hero-score-label { font-size: 0.82rem; color: var(--sc-muted); }
#serie-detail-page #faqtab summary { cursor: pointer; font-weight: 800; color: var(--sc-text); font-size: 0.95rem; list-style: none; outline: none; }
#serie-detail-page #faqtab summary::before { content: '+'; display: inline-block; width: 18px; margin-right: 6px; color: var(--sc-link); font-weight: 900; }
#serie-detail-page #faqtab details[open] summary::before { content: '−'; }
#serie-detail-page #faqtab details[open] summary { color: var(--sc-link); }
#serie-detail-page #faqtab details p { margin: 8px 0 0 24px; color: var(--sc-muted); line-height: 1.6; font-size: 0.92rem; }
#serie-detail-page .st-item { display: grid; grid-template-columns: 42px 32px 1fr auto 18px; align-items: center; gap: 10px; padding: 10px 14px; border: 1px solid rgba(255,255,255,0.10); border-radius: 10px; background: rgba(255,255,255,0.03); text-decoration: none; color: rgba(255,255,255,0.88); transition: border-color 0.15s, background 0.15s; }
#serie-detail-page .st-item:hover { border-color: rgba(255,255,255,0.22); background: rgba(255,255,255,0.06); color: #fff; }
@media (max-width: 860px) { #serie-detail-page .serie-hero h1 { font-size: 1.3rem; } #serie-detail-page .affgrid { grid-template-columns: 1fr; } }
@media (max-width: 600px) { #serie-detail-page .st-item { grid-template-columns: 38px 28px 1fr 16px; } #serie-detail-page .st-provider { display: none; } }

/* ==========================================================================
 40. PAGE-SCOPED STYLES — #serien-charts-page (serien-charts.php)
 ========================================================================== */

#serien-charts-page, #film-tipps-page, #serie-detail-page, #sw-page {
--sc-border: rgba(255,255,255,0.12);
--sc-text: rgba(255,255,255,0.92);
--sc-muted: rgba(255,255,255,0.74);
--sc-link: #6fb1ff;
--sc-link-hover: #9ac7ff;
--sc-pill-bg: rgba(0,0,0,0.25);
--sc-pill-border: rgba(255,255,255,0.18);
color: var(--sc-text);
max-width: 1200px;
margin: 0 auto;
padding: 12px 12px 40px;
}

#serien-charts-page .charts-hero { border: 1px solid var(--sc-border); border-radius: 16px; padding: 16px; background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02)); }
#serien-charts-page .charts-hero h1 { margin: 0 0 10px; font-size: 1.5rem; line-height: 1.15; }
#serien-charts-page .charts-hero p { margin: 8px 0 0; color: var(--sc-muted); line-height: 1.6; }
#serien-charts-page .filters-shell { margin-top: 14px; border: 1px solid var(--sc-border); border-radius: 16px; background: rgba(255,255,255,0.04); padding: 14px; }
#serien-charts-page .filters-header { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 12px; }
#serien-charts-page .filters-title { margin: 0; font-size: 1.05rem; }
#serien-charts-page .btn { appearance: none; border: 1px solid rgba(255,255,255,0.18); background: rgba(255,255,255,0.06); color: rgba(255,255,255,0.92); border-radius: 12px; padding: 10px 12px; font-weight: 800; cursor: pointer; text-decoration: none; }
#serien-charts-page .btn:hover { background: rgba(255,255,255,0.10); border-color: rgba(255,255,255,0.24); }
#serien-charts-page .btn-primary { background: rgba(47,111,179,0.55); border-color: rgba(111,177,255,0.35); }
#serien-charts-page .btn-primary:hover { background: rgba(47,111,179,0.72); }
#serien-charts-page .btn-ghost { background: transparent; }
#serien-charts-page .genre-grid { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 10px; margin-top: 20px; }
@media (max-width: 980px) { #serien-charts-page .genre-grid { grid-template-columns: repeat(3, minmax(0,1fr)); } }
@media (max-width: 520px) { #serien-charts-page .genre-grid { grid-template-columns: repeat(2, minmax(0,1fr)); } }
#serien-charts-page .genre-item { display: flex; align-items: center; gap: 10px; border: 1px solid rgba(255,255,255,0.12); background: rgba(0,0,0,0.18); border-radius: 14px; padding: 10px; }
#serien-charts-page .genre-item:hover { border-color: rgba(255,255,255,0.22); }
#serien-charts-page .genre-item input { width: 16px; height: 16px; }
#serien-charts-page .genre-item label { cursor: pointer; font-weight: 800; }
#serien-charts-page .filter-row { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; margin-top: 36px; }
@media (max-width: 860px) { #serien-charts-page .filter-row { grid-template-columns: 1fr; } }
#serien-charts-page .field label { display: block; margin: 0 0 6px; font-weight: 900; color: rgba(255,255,255,0.90); }
#serien-charts-page select { display: block; width: 100%; border: 1px solid rgba(255,255,255,0.16); background: #000; color: rgba(255,255,255,0.92); border-radius: 12px; padding: 12px 14px; font-weight: 800; font-size: 1rem; cursor: pointer; box-sizing: border-box; appearance: none; }
#serien-charts-page .sc-dropdown { position: relative; width: 100%; user-select: none; }
#serien-charts-page .sc-dropdown-trigger { display: flex; align-items: center; justify-content: space-between; gap: 8px; width: 100%; border: 1px solid rgba(255,255,255,0.16); background: rgba(0,0,0,0.30); color: rgba(255,255,255,0.92); border-radius: 12px; padding: 12px 14px; font-weight: 800; font-size: 1rem; cursor: pointer; box-sizing: border-box; }
#serien-charts-page .sc-dropdown-menu { display: none; position: absolute; top: calc(100% + 6px); left: 0; right: 0; background: #1a1f2e; border: 1px solid rgba(111,177,255,0.30); border-radius: 12px; overflow: hidden; z-index: 1000; box-shadow: 0 8px 32px rgba(0,0,0,0.55); }
#serien-charts-page .sc-dropdown.open .sc-dropdown-menu { display: block; }
#serien-charts-page .sc-dropdown-option { padding: 11px 14px; color: rgba(255,255,255,0.88); font-weight: 700; cursor: pointer; font-size: 0.95rem; }
#serien-charts-page .sc-dropdown-option:hover { background: rgba(111,177,255,0.14); }
#serien-charts-page .sc-dropdown-option.selected { background: rgba(47,111,179,0.35); color: #fff; }
#serien-charts-page .results-title { margin: 18px 0 10px; font-size: 1.25rem; }
#serien-charts-page .cards { display: flex; flex-direction: column; gap: 12px; }
#serien-charts-page .serie-card { border: 1px solid var(--sc-border); border-radius: 18px; background: rgba(255,255,255,0.04); overflow: hidden; display: grid; grid-template-columns: 160px 1fr auto; gap: 14px; padding: 14px; }
@media (max-width: 860px) { #serien-charts-page .serie-card { grid-template-columns: 1fr; } }
#serien-charts-page .serie-thumb { border-radius: 14px; overflow: hidden; border: 1px solid rgba(255,255,255,0.12); background: rgba(0,0,0,0.22); min-height: 120px; position: relative; }
#serien-charts-page .serie-thumb a { display: block; width: 100%; height: 100%; text-decoration: none; color: #fff; background-size: cover; background-position: center; }
#serien-charts-page .pill, #film-tipps-page .pill { display: inline-flex; align-items: center; justify-content: center; padding: 4px 10px; border-radius: 999px; border: 1px solid var(--sc-pill-border); background: var(--sc-pill-bg); color: rgba(255,255,255,0.92); text-decoration: none; font-weight: 900; font-size: 0.85rem; margin: 0 2px 6px 0; white-space: nowrap; }
#serien-charts-page .pill:hover, #film-tipps-page .pill:hover { border-color: rgba(111,177,255,0.35); background: rgba(47,111,179,0.22); }
#serien-charts-page .stream-row, #film-tipps-page .stream-row { margin-top: 6px; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
#serien-charts-page .stream-label, #film-tipps-page .stream-label { font-weight: 1000; color: rgba(255,255,255,0.90); }
#serien-charts-page .serie-actions { display: flex; justify-content: flex-end; align-items: flex-start; }
@media (max-width: 860px) { #serien-charts-page .serie-actions { justify-content: flex-start; } }
#serien-charts-page .charts-faq, #film-tipps-page .charts-faq { margin-top: 26px; padding: 16px; border: 1px solid var(--sc-border); border-radius: 16px; background: rgba(255,255,255,0.03); }
#serien-charts-page .charts-faq h2, #film-tipps-page .charts-faq h2 { margin: 0 0 12px; font-size: 1.25rem; }
#serien-charts-page .charts-faq summary, #film-tipps-page .charts-faq summary { cursor: pointer; font-weight: 800; color: #fff; list-style: none; outline: none; }
#serien-charts-page .charts-faq summary::before, #film-tipps-page .charts-faq summary::before { content: '+'; display: inline-block; width: 18px; margin-right: 8px; color: var(--sc-link); font-weight: 900; }
#serien-charts-page .charts-faq details[open] summary::before, #film-tipps-page .charts-faq details[open] summary::before { content: '-'; }
#serien-charts-page .charts-faq details p, #film-tipps-page .charts-faq details p { margin: 10px 0 0 26px; color: var(--sc-muted); line-height: 1.6; font-size: 0.95rem; }
#serien-charts-page .charts-seo { margin-top: 26px; padding: 18px; border: 1px solid var(--sc-border); border-radius: 16px; background: rgba(255,255,255,0.03); }
#serien-charts-page .charts-seo h2 { margin: 0 0 12px; font-size: 1.15rem; }
#serien-charts-page .charts-seo p { margin: 0 0 10px; color: var(--sc-muted); line-height: 1.7; }
#serien-charts-page .related-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 12px; }
#serien-charts-page .related-links a { display: inline-flex; align-items: center; min-height: 36px; padding: 8px 12px; border-radius: 999px; border: 1px solid var(--sc-border); background: rgba(255,255,255,0.04); color: var(--sc-text); text-decoration: none; }
#serien-charts-page .related-links a:hover { background: rgba(255,255,255,0.08); }

/* ==========================================================================
 41. PAGE-SCOPED STYLES — #serien_wie_hub (serien-wie-hub.php)
 ========================================================================== */

#serien_wie_hub {
--sh-border: rgba(255,255,255,0.11);
--sh-text: rgba(255,255,255,0.92);
--sh-muted: rgba(255,255,255,0.72);
--sh-link: #6fb1ff;
--sh-link-hover: #9ac7ff;
--sc-pill-bg: rgba(0,0,0,0.25);
--sc-pill-border: rgba(255,255,255,0.18);
max-width: 1100px; margin: 0 auto; padding: 12px 12px 40px; color: var(--sh-text);
}
#serien_wie_hub .hero { border: 1px solid var(--sh-border); background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02)); border-radius: 16px; padding: 18px; margin: 10px 0 22px; }
#serien_wie_hub h1 { margin: 0 0 8px; font-size: 1.6rem; line-height: 1.15; font-weight: 900; }
#serien_wie_hub .sub { color: rgba(255,255,255,0.82); margin: 0 0 4px; line-height: 1.5; }
#serien_wie_hub .sub2 { color: rgba(255,255,255,0.62); margin: 0 0 12px; line-height: 1.45; font-size: 0.92rem; }
#serien_wie_hub .searchrow { display: grid; grid-template-columns: 1fr; gap: 10px; margin-top: 12px; }
@media (min-width: 720px) { #serien_wie_hub .searchrow { grid-template-columns: 1fr 240px; align-items: stretch; } }
#serien_wie_hub input[type="text"] { width: 100%; padding: 12px; border-radius: 12px; border: 1px solid rgba(255,255,255,0.14); background: rgba(255,255,255,0.06); color: var(--sh-text); outline: none; box-sizing: border-box; }
#serien_wie_hub input[type="text"]:focus { border-color: rgba(85,214,255,0.55); box-shadow: 0 0 0 3px rgba(85,214,255,0.14); }
#serien_wie_hub .btn { display: inline-flex; align-items: center; justify-content: center; width: 100%; padding: 12px; border-radius: 12px; border: 1px solid rgba(85,214,255,0.30); background: rgba(85,214,255,0.16); color: var(--sh-text); text-decoration: none; font-weight: 900; }
#serien_wie_hub .btn:hover { background: rgba(85,214,255,0.22); border-color: rgba(85,214,255,0.40); }
#serien_wie_hub h2 { margin: 0 0 4px; font-size: 1.3rem; font-weight: 900; }
#serien_wie_hub .cards { display: grid; grid-template-columns: 1fr; gap: 10px; }
@media (min-width: 860px) { #serien_wie_hub .cards { grid-template-columns: 1fr 1fr; } }
#serien_wie_hub .card { border: 1px solid var(--sh-border); background: rgba(255,255,255,0.03); border-radius: 14px; padding: 16px; display: flex; flex-direction: column; transition: border-color 0.15s, background 0.15s; }
#serien_wie_hub .card:hover { border-color: rgba(255,255,255,0.20); background: rgba(255,255,255,0.055); }
#serien_wie_hub .cardtitle { font-weight: 900; font-size: 1.15rem; line-height: 1.2; margin-bottom: 10px; }
#serien_wie_hub .cardtitle a { text-decoration: none; color: var(--sh-text); }
#serien_wie_hub .cardtitle a:hover { color: var(--sh-link-hover); }
#serien_wie_hub .pill-genre { display: inline-flex; align-items: center; padding: 4px 10px; border-radius: 999px; font-size: 0.85rem; font-weight: 900; text-decoration: none; border: 1px solid var(--sc-pill-border); background: var(--sc-pill-bg); color: rgba(255,255,255,0.92); transition: background 0.12s, border-color 0.12s; margin: 0 2px 4px 0; white-space: nowrap; }
#serien_wie_hub .pill-genre:hover { background: rgba(47,111,179,0.22); border-color: rgba(111,177,255,0.35); }
#serien_wie_hub .pill-stream { display: inline-flex; align-items: center; padding: 4px 10px; border-radius: 999px; border: 1px solid var(--sc-pill-border); background: var(--sc-pill-bg); color: rgba(255,255,255,0.92); text-decoration: none; font-weight: 900; font-size: 0.85rem; margin: 0 2px 4px 0; white-space: nowrap; }
#serien_wie_hub .pill-stream:hover { border-color: rgba(111,177,255,0.35); background: rgba(47,111,179,0.22); }
#serien_wie_hub .stream-row { margin-top: 6px; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
#serien_wie_hub .stream-label { font-weight: 1000; color: rgba(255,255,255,0.90); }
#serien_wie_hub .smallbtn { display: inline-flex; align-items: center; justify-content: center; padding: 8px 14px; border-radius: 10px; border: 1px solid rgba(85,214,255,0.25); background: rgba(85,214,255,0.10); text-decoration: none; font-weight: 900; font-size: 13px; color: rgba(85,214,255,0.95); width: 100%; box-sizing: border-box; }
#serien_wie_hub .smallbtn:hover { background: rgba(85,214,255,0.16); border-color: rgba(85,214,255,0.35); }

/* ==========================================================================
 42. PAGE-SCOPED STYLES — #serien_wie_wrap (serien-wie.php)
 ========================================================================== */

#serien_wie_wrap {
--sw-border: rgba(255,255,255,0.12);
--sw-text: rgba(255,255,255,0.92);
--sw-muted: rgba(255,255,255,0.74);
--sw-link: #6fb1ff;
--sw-link-hover: #9ac7ff;
--sw-pill-bg: rgba(0,0,0,0.25);
--sw-pill-border: rgba(255,255,255,0.18);
max-width: 980px; margin: 0 auto; padding: 16px 10px 40px; color: var(--sw-text);
}
#serien_wie_wrap a { color: var(--sw-link); text-underline-offset: 2px; }
#serien_wie_wrap a:hover { color: var(--sw-link-hover); }
#serien_wie_wrap h1 { margin: 0 0 14px; font-size: 1.7rem; line-height: 1.15; font-weight: 900; }
#serien_wie_wrap .topbox { border: 1px solid var(--sw-border); border-radius: 16px; padding: 16px; background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02)); margin: 0 0 20px; }
#serien_wie_wrap .pill-genre, #serien_wie_wrap .pill { display: inline-flex; align-items: center; justify-content: center; padding: 4px 10px; border-radius: 999px; border: 1px solid var(--sw-pill-border); background: var(--sw-pill-bg); color: rgba(255,255,255,0.92); text-decoration: none; font-weight: 900; font-size: 0.85rem; margin: 0 2px 4px 0; white-space: nowrap; }
#serien_wie_wrap .pill-genre:hover, #serien_wie_wrap .pill:hover { border-color: rgba(111,177,255,0.35); background: rgba(47,111,179,0.22); }
#serien_wie_wrap .pill-stream { display: inline-flex; align-items: center; justify-content: center; padding: 4px 10px; border-radius: 999px; border: 1px solid var(--sw-pill-border); background: var(--sw-pill-bg); color: rgba(255,255,255,0.92); text-decoration: none; font-weight: 900; font-size: 0.85rem; margin: 0 2px 4px 0; white-space: nowrap; }
#serien_wie_wrap .pill-stream:hover { border-color: rgba(111,177,255,0.35); background: rgba(47,111,179,0.22); }
#serien_wie_wrap .btn { appearance: none; border: 1px solid rgba(255,255,255,0.18); background: rgba(255,255,255,0.06); color: rgba(255,255,255,0.92); border-radius: 12px; padding: 10px 14px; font-weight: 800; cursor: pointer; text-decoration: none; font-size: 14px; }
#serien_wie_wrap .btn:hover { background: rgba(255,255,255,0.10); border-color: rgba(255,255,255,0.24); }
#serien_wie_wrap h2 { margin: 0 0 12px; font-size: 1.25rem; font-weight: 900; }
#serien_wie_wrap .cards { display: flex; flex-direction: column; gap: 12px; }
#serien_wie_wrap .serie-card { border: 1px solid var(--sw-border); border-radius: 18px; background: rgba(255,255,255,0.04); overflow: hidden; display: grid; grid-template-columns: 140px 1fr; gap: 14px; padding: 14px; }
#serien_wie_wrap .serie-card:hover { border-color: rgba(255,255,255,0.20); background: rgba(255,255,255,0.06); }
@media (max-width: 700px) { #serien_wie_wrap .serie-card { grid-template-columns: 1fr; } }
#serien_wie_wrap .sw-faq { margin-top: 26px; padding: 16px; border: 1px solid var(--sw-border); border-radius: 16px; background: rgba(255,255,255,0.03); }
#serien_wie_wrap .sw-faq h2 { margin: 0 0 12px; font-size: 1.25rem; font-weight: 900; }
#serien_wie_wrap .sw-faq summary { cursor: pointer; font-weight: 800; color: #fff; list-style: none; outline: none; user-select: none; }
#serien_wie_wrap .sw-faq summary::before { content: '+'; display: inline-block; width: 18px; margin-right: 8px; color: var(--sw-link); font-weight: 900; }
#serien_wie_wrap .sw-faq details[open] summary::before { content: '−'; }
#serien_wie_wrap .watchlist-btn { appearance: none; border: 1px solid rgba(255,255,255,0.14); background: rgba(255,255,255,0.05); color: rgba(255,255,255,0.88); border-radius: 10px; padding: 8px 13px; font-weight: 900; font-size: 13px; cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; }
#serien_wie_wrap .watchlist-btn:hover { background: rgba(255,255,255,0.09); border-color: rgba(255,255,255,0.22); }
#serien_wie_wrap .watchlist-btn.is-active { border-color: rgba(111,177,255,0.45); background: rgba(47,111,179,0.22); color: rgba(255,255,255,0.95); }

/* ==========================================================================
 43. PAGE-SCOPED STYLES — body #serie_start (serien-empfehlungen.php)
 ========================================================================== */

body #serie_start { max-width: 980px; margin: 0 auto; padding: 14px 10px 36px; color: rgba(255,255,255,0.92); box-sizing: border-box; width: 100%; overflow-x: clip; }
body #serie_start * { box-sizing: border-box; }
body #serie_start h1 { margin: 10px 0 8px; font-size: 30px; line-height: 1.15; color: #fff; text-shadow: 0 2px 10px rgba(0,0,0,0.55); }
body #serie_start .subnavi.stepper { display: flex; align-items: center; justify-content: space-between; gap: 0; width: 100%; max-width: 100%; padding: 10px; margin: 14px 0 12px; background: rgba(0,0,0,0.34); border-radius: 14px; border: 1px solid rgba(255,255,255,0.10); overflow: hidden; }
body #serie_start .subnavi.stepper h2 { flex: 1 1 0; min-width: 0; padding: 10px 6px 12px; font-size: 13px; line-height: 1.2; color: rgba(255,255,255,0.70); background: transparent; border: 0; border-bottom: 2px solid transparent; text-align: center; font-weight: 800; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin: 0; }
body #serie_start .subnavi.stepper h2.cur { color: rgba(255,255,255,0.95); border-bottom-color: rgba(85,214,255,0.75); }
@media (min-width: 760px) { body #serie_start .subnavi.stepper { justify-content: center; gap: 18px; } body #serie_start .subnavi.stepper h2 { flex: 0 0 auto; white-space: nowrap; padding: 10px 12px 12px; } }
body #serie_start #progressbar { height: 16px; border-radius: 999px; background: rgba(255,255,255,0.12); overflow: hidden; position: relative; margin: 10px 0 16px; border: 1px solid rgba(255,255,255,0.10); }
body #serie_start #progressbarcur { height: 100%; border-radius: 999px; background: linear-gradient(90deg, #2f80ff, #55d6ff); }
body #serie_start .card { background: rgba(16,18,22,0.86); border-radius: 18px; padding: 16px 14px; margin: 12px 0 0; border: 1px solid rgba(255,255,255,0.10); box-shadow: 0 22px 60px rgba(0,0,0,0.45); width: 100%; }
body #serie_start .fl { float: none !important; width: 100%; display: block; }
body #serie_start .gender_grid { display: grid; grid-template-columns: 1fr; gap: 14px; margin-top: 12px; align-items: stretch; }
@media (min-width: 760px) { body #serie_start .gender_grid { grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; } }
body #serie_start .gender_card { width: 100%; border-radius: 16px; border: 1px solid rgba(255,255,255,0.12); background: rgba(255,255,255,0.06); cursor: pointer; padding: 16px 14px 18px; text-align: center; transition: border-color 120ms ease, background 120ms ease, transform 120ms ease; }
body #serie_start .gender_card:hover { border-color: rgba(255,255,255,0.20); background: rgba(255,255,255,0.08); transform: translateY(-1px); }
body #serie_start .gender_card.selected { border-color: rgba(85,214,255,0.60); background: rgba(85,214,255,0.12); }
body #serie_start .selection_genres { float: none !important; position: static !important; margin: 0 !important; width: 100%; min-height: 52px; padding: 14px 12px; border-radius: 16px; border: 1px solid rgba(255,255,255,0.12); background: rgba(255,255,255,0.06); color: rgba(255,255,255,0.92); font-weight: 900; cursor: pointer; display: flex; align-items: center; justify-content: center; text-align: center; transition: border-color 120ms ease, background 120ms ease, transform 120ms ease; }
body #serie_start .selection_genres:hover { border-color: rgba(255,255,255,0.20); background: rgba(255,255,255,0.08); transform: translateY(-1px); }
body #serie_start .selection_genres.selected { border-color: rgba(85,214,255,0.60); background: rgba(85,214,255,0.12); }
body #serie_start .genre_grid { display: grid; grid-template-columns: 1fr; gap: 12px; margin-top: 12px; }
@media (min-width: 700px) { body #serie_start .genre_grid { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (min-width: 980px) { body #serie_start .genre_grid { grid-template-columns: repeat(3, minmax(0,1fr)); } }
#swipe_wrapper { overflow: hidden; }

/* ==========================================================================
 44. PAGE-SCOPED STYLES — #watch_together_page (watch-together.php)
 ========================================================================== */

#watch_together_page {
--wt-border: rgba(255,255,255,0.12);
--wt-border2: rgba(255,255,255,0.20);
--wt-text: rgba(255,255,255,0.92);
--wt-muted: rgba(255,255,255,0.74);
--wt-link: #6fb1ff;
--wt-link-hover: #9ac7ff;
--wt-pill-bg: rgba(0,0,0,0.25);
--wt-pill-border: rgba(255,255,255,0.18);
--wt-accent: rgba(47,111,179,0.55);
--wt-accent-border: rgba(111,177,255,0.35);
color: var(--wt-text); max-width: 1200px; margin: 0 auto; padding: 12px 12px 40px; box-sizing: border-box;
}
#watch_together_page * { box-sizing: border-box; }
#watch_together_page a { color: var(--wt-link); text-underline-offset: 2px; }
#watch_together_page a:hover { color: var(--wt-link-hover); }
#watch_together_page .wt-header { border: 1px solid var(--wt-border); border-radius: 16px; padding: 16px; background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02)); margin: 0 0 14px; }
#watch_together_page .wt-header h1 { margin: 0 0 8px; font-size: 1.5rem; line-height: 1.15; }
#watch_together_page .wt-sub { margin: 0; line-height: 1.6; color: var(--wt-muted); max-width: 900px; }
#watch_together_page .wt-seo-block, #watch_together_page .wt-card, #watch_together_page .wt-login-card, #watch_together_page .wt-faq { border: 1px solid var(--wt-border); border-radius: 16px; padding: 16px; background: rgba(255,255,255,0.04); }
#watch_together_page .wt-linkbtn, #watch_together_page .wt-cta { appearance: none; border: 1px solid var(--wt-accent-border); background: var(--wt-accent); color: rgba(255,255,255,0.92); border-radius: 12px; padding: 10px 16px; font-weight: 800; cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; font-size: 0.95rem; transition: background 0.15s, border-color 0.15s; }
#watch_together_page .wt-linkbtn:hover, #watch_together_page .wt-cta:hover { background: rgba(47,111,179,0.75); border-color: rgba(111,177,255,0.50); color: #fff; }
#watch_together_page .wt-benefits { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; margin-top: 12px; }
#watch_together_page .wt-benefit { padding: 14px; border-radius: 14px; background: rgba(255,255,255,0.04); border: 1px solid var(--wt-border); }
#watch_together_page .wt-friends { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px,1fr)); gap: 10px; margin-top: 12px; }
#watch_together_page .wt-friend { display: flex; align-items: center; gap: 10px; width: 100%; padding: 10px 14px; border-radius: 14px; border: 1px solid var(--wt-border); background: rgba(0,0,0,0.18); cursor: pointer; transition: border-color 0.15s, background 0.15s; user-select: none; }
#watch_together_page .wt-friend:hover { border-color: var(--wt-border2); background: rgba(255,255,255,0.05); }
#watch_together_page .wt-pill { display: inline-flex; align-items: center; justify-content: center; padding: 3px 9px; border-radius: 999px; border: 1px solid var(--wt-pill-border); background: var(--wt-pill-bg); color: rgba(255,255,255,0.90); text-decoration: none; font-weight: 900; font-size: 0.78rem; white-space: nowrap; transition: background 0.12s, border-color 0.12s; }
#watch_together_page .wt-badge { display: inline-flex; align-items: center; justify-content: center; padding: 4px 10px; border-radius: 999px; font-weight: 800; font-size: 0.85rem; border: 1px solid var(--wt-accent-border); background: rgba(47,111,179,0.22); }
#watch_together_page .wt-badge.match-low  { background: rgba(47,111,179,0.18); border-color: rgba(111,177,255,0.28); color: rgba(160,200,255,0.90); }
#watch_together_page .wt-badge.match-mid  { background: rgba(40,160,100,0.20); border-color: rgba(60,200,120,0.35); color: rgba(100,220,150,0.95); }
#watch_together_page .wt-badge.match-high { background: rgba(30,180,80,0.28);  border-color: rgba(50,220,100,0.45); color: rgba(80,240,130,1.00); }
#watch_together_page .wt-badge.match-full { background: rgba(20,200,60,0.35);  border-color: rgba(40,240,80,0.55);  color: #fff; }
#watch_together_page .wt-page-btn { appearance: none; border: 1px solid var(--wt-border); background: rgba(255,255,255,0.04); color: rgba(255,255,255,0.85); border-radius: 10px; min-width: 36px; height: 36px; padding: 0 10px; font-weight: 800; font-size: 0.88rem; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; transition: background 0.12s, border-color 0.12s; }
#watch_together_page .wt-page-btn.active { background: var(--wt-accent); border-color: var(--wt-accent-border); color: #fff; }
#watch_together_page .wt-page-btn:disabled { opacity: 0.35; cursor: default; }
#watch_together_page .wt-faq { margin-top: 24px; }
@media (max-width: 860px) { #watch_together_page .wt-table-tools { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { #watch_together_page { padding: 8px 8px 32px; } #watch_together_page .wt-benefits { grid-template-columns: 1fr; } #watch_together_page .wt-friends { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; } #watch_together_page .wt-table-tools { grid-template-columns: 1fr; } }
@media (max-width: 380px) { #watch_together_page .wt-friends { grid-template-columns: 1fr; } }

/* ==========================================================================
 45. PAGE-SCOPED STYLES — #watchlist-page (watchlist.php)
 ========================================================================== */

#watchlist-page {
--wl-border: rgba(255,255,255,0.12);
--wl-border2: rgba(255,255,255,0.18);
--wl-text: rgba(255,255,255,0.92);
--wl-muted: rgba(255,255,255,0.74);
--wl-link: #6fb1ff;
--wl-link-hover: #9ac7ff;
--wl-pill-bg: rgba(0,0,0,0.25);
--wl-pill-border: rgba(255,255,255,0.18);
--wl-accent: rgba(47,111,179,0.55);
--wl-accent-border: rgba(111,177,255,0.35);
color: var(--wl-text); max-width: 1200px; margin: 0 auto; padding: 12px 12px 40px;
}
#watchlist-page a { color: var(--wl-link); text-underline-offset: 2px; }
#watchlist-page a:hover { color: var(--wl-link-hover); }
#watchlist-page .wl-hero { border: 1px solid var(--wl-border); border-radius: 16px; padding: 16px; background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02)); margin-bottom: 14px; }
#watchlist-page .wl-hero h1 { margin: 0 0 6px; font-size: 1.5rem; line-height: 1.15; letter-spacing: 0.2px; }
#watchlist-page .wl-hero p { margin: 6px 0 0; color: var(--wl-muted); line-height: 1.6; }
#watchlist-page .wl-filter-shell { border: 1px solid var(--wl-border); border-radius: 16px; background: rgba(255,255,255,0.04); padding: 14px; margin-bottom: 14px; }
#watchlist-page .wl-tabs { display: flex; gap: 10px; margin-bottom: 14px; }
#watchlist-page .wl-tab { padding: 10px 20px; border-radius: 12px; border: 1px solid var(--wl-border); background: rgba(255,255,255,0.04); color: var(--wl-muted); text-decoration: none; font-weight: 800; font-size: 0.95rem; transition: background 0.15s, border-color 0.15s; }
#watchlist-page .wl-tab:hover { background: rgba(255,255,255,0.08); border-color: var(--wl-border2); color: var(--wl-text); }
#watchlist-page .wl-tab.active { background: var(--wl-accent); border-color: var(--wl-accent-border); color: #fff; }
#watchlist-page .wl-cards { display: flex; flex-direction: column; gap: 12px; }
#watchlist-page .wl-card { border: 1px solid var(--wl-border); border-radius: 18px; background: rgba(255,255,255,0.04); overflow: hidden; display: grid; grid-template-columns: 160px 1fr auto; gap: 14px; padding: 14px; transition: border-color 0.15s; }
#watchlist-page .wl-card:hover { border-color: var(--wl-border2); }
@media (max-width: 860px) { #watchlist-page .wl-card { grid-template-columns: 1fr; } #watchlist-page .wl-actions { flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: flex-start; } }
#watchlist-page .wl-thumb { border-radius: 14px; overflow: hidden; border: 1px solid rgba(255,255,255,0.12); background: rgba(0,0,0,0.22); min-height: 120px; position: relative; }
#watchlist-page .pill { display: inline-flex; align-items: center; justify-content: center; padding: 4px 10px; border-radius: 999px; border: 1px solid var(--wl-pill-border); background: var(--wl-pill-bg); color: rgba(255,255,255,0.92); text-decoration: none; font-weight: 900; font-size: 0.82rem; margin: 0 2px 4px 0; white-space: nowrap; }
#watchlist-page .pill:hover { border-color: rgba(111,177,255,0.35); background: rgba(47,111,179,0.22); }
#watchlist-page .wl-progress-track { flex: 1; height: 20px; border-radius: 999px; background: rgba(255,255,255,0.10); overflow: hidden; position: relative; display: flex; align-items: center; }
#watchlist-page .wl-progress-bar { position: absolute; left: 0; top: 0; bottom: 0; border-radius: 999px; background: linear-gradient(90deg, #3a7fd5, #6fb1ff); transition: width 0.4s ease; min-width: 4px; }
#watchlist-page .btn { appearance: none; border: 1px solid rgba(255,255,255,0.18); background: rgba(255,255,255,0.06); color: rgba(255,255,255,0.92); border-radius: 12px; padding: 9px 12px; font-weight: 800; font-size: 0.85rem; cursor: pointer; text-decoration: none; white-space: nowrap; transition: background 0.15s, border-color 0.15s; }
#watchlist-page .btn:hover { background: rgba(255,255,255,0.10); border-color: rgba(255,255,255,0.24); }
#watchlist-page .btn.btn-primary { background: var(--wl-accent); border-color: var(--wl-accent-border); }
#watchlist-page .wl-icon-btn { appearance: none; border: 1px solid rgba(255,255,255,0.14); background: rgba(255,255,255,0.06); color: rgba(255,255,255,0.82); border-radius: 10px; width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: background 0.15s, border-color 0.15s; flex-shrink: 0; text-decoration: none; font-size: 1.1rem; }
#watchlist-page .wl-icon-btn.fav-btn.is-fav { color: #f5c518; border-color: rgba(245,197,24,0.35); background: rgba(245,197,24,0.10); }
#watchlist-page .wl-remove-btn { border-color: rgba(220,60,60,0.25); background: rgba(220,60,60,0.06); color: rgba(255,100,100,0.70); }
#watchlist-page .wl-remove-btn:hover { border-color: rgba(220,60,60,0.55); background: rgba(220,60,60,0.16); color: rgba(255,100,100,1); }
#watchlist-page .wl-empty { border: 1px solid var(--wl-border); border-radius: 18px; background: rgba(255,255,255,0.04); padding: 32px 20px; text-align: center; }

/* =========================================================
   NEWEST: komplett scoped, keine Nebenwirkungen
   ========================================================= */

   #newest-page{
    --n-border: rgba(255,255,255,0.12);
    --n-border2: rgba(255,255,255,0.18);
    --n-text: rgba(255,255,255,0.92);
    --n-muted: rgba(255,255,255,0.72);
    --n-panel: rgba(255,255,255,0.06);
    --n-panel2: rgba(255,255,255,0.10);
  
    --n-link: #6fb1ff;
    --n-link-hover: #9ac7ff;
  
    --n-shadow: 0 14px 38px rgba(0,0,0,0.40);
  
    max-width: 1100px;
    margin: 0 auto;
    padding: 12px 12px 40px 12px;
    color: var(--n-text);
  }
  
  #newest-page a{
    color: var(--n-link);
    text-underline-offset: 2px;
    text-decoration-thickness: 1px;
  }
  #newest-page a:hover{
    color: var(--n-link-hover);
    text-decoration-thickness: 2px;
  }
  
  /* Hero */
  #newest-page .newest-hero{
    border: 1px solid var(--n-border);
    background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.00));
    border-radius: 16px;
    padding: 16px;
    margin: 10px 0 18px 0;
    box-shadow: var(--n-shadow);
  }
  
  #newest-page .newest-hero h1{
    margin: 0 0 10px 0;
    font-size: 1.75rem;
    line-height: 1.2;
  }
  
  #newest-page .newest-intro p{
    margin: 10px 0;
    color: var(--n-muted);
  }
  
  #newest-page .newest-intro h2,
  #newest-page .newest-intro h3{
    margin: 18px 0 8px 0;
  }
  
  /* Cards */
  #newest-page .newest-card{
    border: 1px solid var(--n-border);
    background: rgba(0,0,0,0.14);
    border-radius: 16px;
    box-shadow: var(--n-shadow);
    margin: 14px 0;
    overflow: hidden;
  }
  
  #newest-page .newest-card-head{
    padding: 14px 16px 10px 16px;
    border-bottom: 1px solid rgba(255,255,255,0.10);
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: flex-start;
  }
  
  #newest-page .newest-card-title h2{
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.25;
  }
  
  #newest-page .newest-card-date{
    color: var(--n-muted);
    font-size: 0.95rem;
    white-space: nowrap;
    margin-top: 2px;
  }
  
  #newest-page .newest-card-body{
    padding: 14px 16px 16px 16px;
  }
  
  #newest-page .newest-overview{
    color: rgba(255,255,255,0.86);
  }
  #newest-page .newest-overview p{
    margin: 10px 0;
    color: rgba(255,255,255,0.86);
  }
  
  #newest-page .newest-more{
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(255,255,255,0.10);
  }
  
  #newest-page .newest-more-label{
    color: var(--n-muted);
    margin-right: 6px;
  }
  
  /* Badge */
  #newest-page .newest-badge{
    display: inline-block;
    margin-top: 8px;
    padding: 4px 10px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.16);
    background: rgba(255,255,255,0.06);
    color: rgba(255,255,255,0.90);
    font-size: 0.92rem;
  }
  
  /* Static image */
  #newest-page .newest-staticimg{
    margin: 10px 0 12px 0;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 14px;
    overflow: hidden;
    background: rgba(0,0,0,0.18);
  }
  #newest-page .newest-staticimg img{
    display: block;
    height: auto;
  }
  
  /* Trailer responsive */
  #newest-page .trailerwrap{
    margin: 12px 0;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 14px;
    overflow: hidden;
    background: rgba(0,0,0,0.18);
  }
  
  #newest-page .trailerframe{
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    border: 0;
  }
  
  #newest-page .cookieconsent{
    padding: 12px 16px 12px 12px;
    border-bottom: 1px solid rgba(255,255,255,0.10);
    color: var(--n-muted);
  }
  
  #newest-page .cookieconsent .button{
    display: inline-block;
    padding: 10px 12px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.16);
    background: rgba(255,255,255,0.06);
    text-decoration: none;
  }
  
  #newest-page .cookieconsent .button:hover{
    background: rgba(255,255,255,0.10);
    border-color: rgba(255,255,255,0.24);
  }
  
  #newest-page .trailersource{
    padding: 10px 12px;
    color: var(--n-muted);
    font-size: 0.92rem;
  }
  
  /* Footer */
  #newest-page .newest-card-foot{
    margin-top: 10px;
    color: var(--n-muted);
  }
  
  #newest-page .autor a{
    color: var(--n-link);
  }
  
  /* Social */
  #newest-page .newest-social{
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
    align-items: center;
    gap: 18px;
    margin-top: 18px;
    border: 1px solid var(--n-border);
    border-radius: 8px;
    background: rgba(255,255,255,0.05);
    padding: 18px;
    box-shadow: var(--n-shadow);
  }

  #newest-page .newest-social h2{
    margin: 0 0 6px 0;
    font-size: 1.2rem;
  }

  #newest-page .newest-social p{
    margin: 0;
    color: var(--n-muted);
  }

  #newest-page .newest-social-actions{
    display: grid;
    gap: 10px;
  }

  #newest-page .newest-social-row{
    display: grid;
    grid-template-columns: 68px repeat(2, minmax(132px, 1fr));
    align-items: center;
    gap: 8px;
  }

  #newest-page .newest-social-label{
    color: rgba(255,255,255,0.82);
    font-size: 0.9rem;
    font-weight: 800;
    text-align: right;
  }

  #newest-page .newest-social-btn{
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 9px 12px;
    border-radius: 6px;
    color: #fff;
    font-weight: 800;
    font-size: 0.9rem;
    line-height: 1.1;
    text-decoration: none;
    box-shadow: 0 8px 16px rgba(0,0,0,0.22);
  }

  #newest-page .newest-social-btn:hover{
    color: #fff;
    filter: brightness(1.08);
    text-decoration: none;
  }

  #newest-page .newest-social-btn--facebook{
    background: #3b5998;
  }

  #newest-page .newest-social-btn--x{
    background: #55acee;
  }

  #newest-page .newest-social-btn--tiktok{
    background: #010101;
  }

  #newest-page .newest-social-shariff{
    grid-column: 2 / 4;
    margin: 0;
    width: auto;
    overflow: visible;
  }

  #newest-page .newest-social-shariff ul{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin: 0;
  }

  #newest-page .newest-social-shariff li{
    width: auto;
    min-width: 0;
    max-width: none;
    margin: 0;
  }

  #newest-page .newest-social-shariff li a{
    display: flex;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.22);
  }

  #newest-page .newest-social-shariff li .share_text{
    display: inline;
    text-indent: 0;
    color: #fff;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
  }

  #newest-page .newest-report a#melden{
    display: inline-block;
    padding: 10px 12px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.16);
    background: rgba(255,255,255,0.06);
    text-decoration: none;
  }
  
  #newest-page .newest-report a#melden:hover{
    background: rgba(255,255,255,0.10);
    border-color: rgba(255,255,255,0.24);
  }
  
  /* Responsive */
  @media (max-width: 720px){
    #newest-page .newest-card-head{
      flex-direction: column;
      align-items: flex-start;
    }
    #newest-page .newest-card-date{
      margin-top: 6px;
    }
  
    #newest-page .newest-staticimg img{
      width: 100%;
    }

    #newest-page .newest-social{
      grid-template-columns: 1fr;
    }

    #newest-page .newest-social-row{
      grid-template-columns: 1fr;
    }

    #newest-page .newest-social-label{
      text-align: left;
    }

    #newest-page .newest-social-shariff{
      grid-column: auto;
    }

    #newest-page .newest-social-shariff ul{
      grid-template-columns: 1fr;
    }
  
  }

  #provider-page {
    --sp-border: rgba(255,255,255,0.12);
    --sp-text: rgba(255,255,255,0.92);
    --sp-muted: rgba(255,255,255,0.72);
    --sp-table-bg: #343434;
    --sp-table-bg2: #3a3a3a;
    --sp-cell-border: rgba(255,255,255,0.10);
    --sp-link: #6fb1ff;
    --sp-link-hover: #9ac7ff;
    --sp-pill-bg: #2b2f36;
    --sp-pill-border: rgba(255,255,255,0.16);
    color: var(--sp-text);
    max-width: 1200px;
    margin: 0 auto;
    padding: 12px 12px 40px;
  }
  #provider-page a { color: var(--sp-link); text-decoration-thickness: 1px; text-underline-offset: 2px; }
  #provider-page a:hover { color: var(--sp-link-hover); text-decoration-thickness: 2px; }
  

  /* Hero */
  #provider-page .provider-hero { background: linear-gradient(180deg,rgba(255,255,255,0.05),rgba(255,255,255,0)); border: 1px solid var(--sp-border); border-radius: 16px; padding: 16px; margin: 10px 0 18px; }
  #provider-page .provider-hero h1 { margin: 0 0 10px; font-size: 1.75rem; line-height: 1.2; }
  #provider-page .provider-lead p { margin: 10px 0; color: var(--sp-muted); }
  #provider-page .provider-lead h2, #provider-page .provider-lead h3 { margin: 18px 0 8px; }
  
  /* Table shell */
  #provider-page .providercomparison { margin-top: 8px; }
  #provider-page .table-shell { border: 1px solid var(--sp-border); border-radius: 14px; background: rgba(0,0,0,0.12); box-shadow: 0 12px 32px rgba(0,0,0,0.35); overflow: auto; }
  #provider-page table.streaming_table { width: 100%; border-collapse: collapse; background: var(--sp-table-bg); min-width: 860px; }
  
  #provider-page table.streaming_table caption { caption-side: top; text-align: left; padding: 8px 12px; font-size: 0.78rem; color: var(--sp-muted); background: #24272c; border-bottom: 1px solid var(--sp-cell-border); }
  
  #provider-page .streaming_table thead th { position: sticky; top: 0; z-index: 2; background: #24272c; color: var(--sp-text); padding: 12px 10px; font-weight: 800; text-align: center; border-bottom: 1px solid var(--sp-cell-border); white-space: nowrap; }
  #provider-page .streaming_table thead th:first-child { text-align: left; padding-left: 12px; }
  
  #provider-page .streaming_table tbody td { padding: 10px; border-bottom: 1px solid var(--sp-cell-border); vertical-align: top; color: rgba(255,255,255,0.88); }
  #provider-page .streaming_table tbody td.row-label { background: #2f333a; color: var(--sp-text); font-weight: 800; text-align: left; padding-left: 12px; border-right: 1px solid rgba(255,255,255,0.08); width: 200px; }
  
  #provider-page .streaming_table tbody tr.even td { background: var(--sp-table-bg2); }
  #provider-page .streaming_table tbody tr:not(.even) td { background: var(--sp-table-bg); }
  #provider-page .streaming_table tbody tr.even td.row-label,
  #provider-page .streaming_table tbody tr:not(.even) td.row-label { background: #2f333a; }
  #provider-page .streaming_table tbody tr:hover td { background: #444; }
  #provider-page .streaming_table tbody tr:hover td.row-label { background: #383d45; }
  
  #provider-page .meta { color: var(--sp-muted); }
  
  /* Ratings */
  #provider-page .rating { display: inline-flex; align-items: center; gap: 7px; padding: 3px 10px 3px 8px; border-radius: 999px; font-weight: 900; background: var(--sp-pill-bg); border: 1px solid var(--sp-pill-border); color: var(--sp-text); min-width: 62px; }
  #provider-page .rating::before { content: ""; width: 9px; height: 9px; border-radius: 50%; display: inline-block; box-shadow: 0 0 0 2px rgba(0,0,0,0.22); }
  #provider-page .rating1::before { background: #df5a5a; }
  #provider-page .rating2::before { background: #FF8000; }
  #provider-page .rating3::before { background: #d79a45; }
  #provider-page .rating4::before { background: #8FBF4D; }
  #provider-page .rating5::before { background: #4CAF6A; }
  
  /* Tooltip */
  #provider-page .info-icon { position: relative; display: inline-block; cursor: help; }
  #provider-page .info-icon .tooltip { display: none; position: absolute; left: 50%; bottom: 155%; transform: translateX(-50%); background: #111; color: #fff; border: 1px solid rgba(255,255,255,0.2); border-radius: 10px; padding: 8px 10px; min-width: 160px; max-width: 240px; text-align: left; box-shadow: 0 12px 26px rgba(0,0,0,0.45); z-index: 80; font-size: 0.82rem; line-height: 1.4; white-space: normal; }
  #provider-page .info-icon:hover .tooltip, #provider-page .info-icon:focus .tooltip { display: block; }
  @media (max-width: 420px) { #provider-page .info-icon .tooltip { left: auto; right: 0; transform: none; } }
  
  /* Mobile cards */
  #provider-page .handheld { display: none; }
  #provider-page .screen { display: block; }
  @media (max-width: 820px) {
    #provider-page .screen { display: none; }
    #provider-page .handheld { display: block; }
    #provider-page .provider-cards { display: grid; grid-template-columns: 1fr; gap: 14px; margin-top: 8px; }
    #provider-page .provider-card { border: 1px solid var(--sp-border); border-radius: 16px; background: rgba(255,255,255,0.05); box-shadow: 0 10px 26px rgba(0,0,0,0.34); padding: 12px; }
    #provider-page .provider-card-title { margin: 2px 2px 10px; font-size: 1.2rem; line-height: 1.2; }
    #provider-page table.streaming_table.streaming_table--mobile { min-width: 0; width: 100%; border-collapse: collapse; background: transparent; }
    #provider-page .streaming_table--mobile td { padding: 10px 8px; border-bottom: 1px solid rgba(255,255,255,0.08); vertical-align: top; }
    #provider-page .streaming_table--mobile td:first-child { width: 48%; color: var(--sp-text); font-weight: 800; }
    #provider-page .streaming_table--mobile td:last-child { color: var(--sp-muted); }
    #provider-page .streaming_table--mobile tr:last-child td { border-bottom: none; }
  }
  
  /* FAQ */
  #provider-page .provider-faq { margin-top: 20px; padding: 16px; border: 1px solid var(--sp-border); border-radius: 16px; background: rgba(255,255,255,0.03); }
  #provider-page .provider-faq h2 { margin: 0 0 14px; font-size: 1.3rem; }
  #provider-page .provider-faq h3 { margin: 16px 0 5px; font-size: 1rem; color: var(--sp-text); }
  #provider-page .provider-faq p { color: var(--sp-muted); margin: 0 0 8px; line-height: 1.55; }
  
  /* Footnotes */
  #provider-page .provider-footnotes { margin-top: 18px; padding: 14px; border: 1px solid var(--sp-border); border-radius: 16px; background: rgba(255,255,255,0.05); }
  #provider-page .provider-outro, #provider-page .provider-affiliate { color: var(--sp-muted); font-size: 0.85rem; }
  #provider-page .provider-updated { font-size: 0.8rem; color: var(--sp-muted); margin: 10px 0 0; }
  #provider-page .provider-report { margin: 12px 0 0; }
  #provider-page .provider-report a#melden { display: inline-block; padding: 10px 12px; border-radius: 12px; border: 1px solid rgba(255,255,255,0.16); background: rgba(255,255,255,0.06); text-decoration: none; }
  #provider-page .provider-report a#melden:hover { background: rgba(255,255,255,0.10); border-color: rgba(255,255,255,0.24); }
  
  #calendar_page{box-sizing:border-box;}
  #calendar_page *, #calendar_page *:before, #calendar_page *:after{box-sizing:border-box;}
  #calendar_page h1{margin:0;}
  #calendar_page a{text-decoration:none;}
  
  /* Navigation: back title next (as before) */
  #calendar_page #calendar_header{
    display:grid !important;
    grid-template-columns:1fr auto 1fr !important;
    align-items:center !important;
    gap:10px !important;
    margin:10px 0 10px !important;
  }
  #calendar_page #calendar_header .left{
    justify-self:start !important;
    display:flex !important;
    gap:10px !important;
    align-items:center !important;
  }
  #calendar_page #calendar_header .center{
    justify-self:center !important;
    text-align:center !important;
  }
  #calendar_page #calendar_header .right{
    justify-self:end !important;
    display:flex !important;
    gap:10px !important;
    align-items:center !important;
  }
  #calendar_page #calendar_header .cal_title{
    font-size:22px !important;
    font-weight:900 !important;
    white-space:nowrap !important;
  }
  
  /* Buttons */
  #calendar_page #calendar_header a.navbtn,
  #calendar_page a.todaybtn{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    height:36px !important;
    min-width:44px !important;
    padding:0 14px !important;
    border-radius:12px !important;
    background:rgba(0,0,0,0.35) !important;
    border:1px solid rgba(255,255,255,0.18) !important;
    color:#fff !important;
    font-weight:900 !important;
    line-height:1 !important;
  }
  #calendar_page #calendar_header a.navbtn:hover,
  #calendar_page a.todaybtn:hover{background:rgba(0,0,0,0.55) !important;}
  
  /* Today button: stronger highlight, but stable */
  #calendar_page a.todaybtn.active{
    background:rgba(76,151,216,0.78) !important;
    border-color:rgba(150,210,255,0.95) !important;
    box-shadow:
      0 0 0 2px rgba(76,151,216,0.32) inset,
      0 6px 18px rgba(0,0,0,0.35),
      0 0 18px rgba(76,151,216,0.35) !important;
    text-shadow:0 1px 0 rgba(0,0,0,0.55) !important;
  }
  
  /* Today button row under nav */
  #calendar_page #today_row{
    display:flex;
    justify-content:center;
    margin:0 0 14px;
  }
  #calendar_page #today_row .todaybtn{
    min-width:120px !important;
  }
  
  /* Desktop grid */
  #calendar_page #serie_calendar{width:100% !important;}
  #calendar_page #calendar_weekdays{
    display:grid !important;
    grid-template-columns:repeat(7, minmax(0, 1fr)) !important;
    gap:8px !important;
    margin-bottom:8px !important;
  }
  #calendar_page #calendar_weekdays > div{
    text-align:center !important;
    font-weight:900 !important;
    padding:7px 0 !important;
    border-radius:10px !important;
    background:rgba(0,0,0,0.45) !important;
    border:1px solid rgba(255,255,255,0.12) !important;
  }
  #calendar_page .calendar_row{
    display:grid !important;
    grid-template-columns:repeat(7, minmax(0, 1fr)) !important;
    gap:8px !important;
    margin-bottom:8px !important;
  }
  #calendar_page .calendar_cell{
    border-radius:12px !important;
    background:rgba(0,0,0,0.33) !important;
    border:1px solid rgba(255,255,255,0.16) !important;
    overflow:hidden !important;
    min-height:160px !important;
  }
  #calendar_page .calendar_cell.disabled{opacity:0.35 !important;}
  #calendar_page .calendar_cell.today{outline:2px solid rgba(255,255,255,0.75) !important; outline-offset:-2px !important;}
  
  #calendar_page .day_head{
    font-weight:900 !important;
    padding:7px 10px !important;
    border-bottom:1px solid rgba(255,255,255,0.12) !important;
    background:rgba(0,0,0,0.25) !important;
  }
  
  /* less inner padding */
  #calendar_page .cal_items{
    padding:6px 5px !important;
  }
  
  /* Series card */
  #calendar_page .cal_entry{
    display:block !important;
    margin:0 0 8px 0 !important;
    padding:8px 9px 8px 8px !important;
    border-radius:12px !important;
    background:rgba(0,0,0,0.28) !important;
    border:1px solid rgba(255,255,255,0.14) !important;
    color:#fff !important;
    width:100% !important;
  }
  #calendar_page .cal_entry:hover{background:rgba(0,0,0,0.45) !important;}
  #calendar_page .cal_entry .name{
    display:block !important;
    font-weight:900 !important;
    font-size:13px !important;
    line-height:1.25 !important;
    margin:0 0 6px 0 !important;
    word-break:break-word !important;
  }
  
  /* Providers inside the series card */
  #calendar_page .cal_providers{
    display:flex !important;
    flex-wrap:wrap !important;
    gap:6px !important;
    padding-top:6px !important;
    border-top:1px solid rgba(255,255,255,0.12) !important;
  }
  #calendar_page .cal_badge{
    display:inline-block !important;
    font-size:11px !important;
    font-weight:900 !important;
    padding:2px 8px !important;
    border-radius:999px !important;
    background:rgba(255,255,255,0.14) !important;
    border:1px solid rgba(255,255,255,0.22) !important;
    color:#fff !important;
    white-space:nowrap !important;
  }
  
  /* Mobile: switch to day list */
  #calendar_page #mobile_list{display:none;}
  @media (max-width:900px){
    #calendar_page #serie_calendar{display:none !important;}
    #calendar_page #mobile_list{display:block !important;}
  
    #calendar_page #calendar_header{
      grid-template-columns:1fr auto 1fr !important;
      margin-bottom:10px !important;
    }
    #calendar_page #calendar_header .cal_title{font-size:20px !important;}
  }
  
  /* Mobile day list */
  #calendar_page .m_day{
    margin:0 0 10px 0;
    border-radius:12px;
    background:rgba(0,0,0,0.33);
    border:1px solid rgba(255,255,255,0.16);
    overflow:hidden;
  }
  #calendar_page .m_day.today{outline:2px solid rgba(255,255,255,0.25); outline-offset:-2px;}
  #calendar_page .m_head{
    padding:10px 12px;
    font-weight:900;
    background:rgba(0,0,0,0.25);
    border-bottom:1px solid rgba(255,255,255,0.12);
    display:flex;
    justify-content:space-between;
    gap:10px;
  }
  #calendar_page .m_items{padding:8px;}

  .affwrap{margin:18px 0;padding:16px;border-radius:16px;background:rgba(0,0,0,.22);border:1px solid rgba(255,255,255,.10)}
  .affhead{margin-bottom:12px}
  .afftitle{font-weight:900;font-size:15px;color:rgba(255,255,255,.92)}
  .affgrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  @media(max-width:600px){.affgrid{grid-template-columns:1fr}}
  .affcard{border-radius:12px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.04);overflow:hidden;transition:border-color .15s,background .15s}
  .affcard:hover{border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.07)}
  .affcard-inner{padding:12px;display:flex;flex-direction:column;gap:8px;height:100%;box-sizing:border-box}
  .affcard-head{display:flex;flex-direction:column;gap:5px}
  .affbadge{display:inline-flex;align-items:center;width:fit-content;font-size:11px;font-weight:900;padding:3px 9px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);color:rgba(255,255,255,.88);white-space:nowrap}
  .affcard-title{font-weight:900;font-size:15px;color:rgba(255,255,255,.95);line-height:1.2}
  .affcard-desc{font-size:12px;line-height:1.45;color:rgba(255,255,255,.68);flex:1}
  .affbtn{display:block;text-align:center;padding:10px 12px;border-radius:10px;font-weight:900;font-size:13px;text-decoration:none;color:rgba(255,255,255,.95);background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.18);transition:background .15s,border-color .15s,transform .05s;margin-top:auto}
  .affbtn:hover{background:rgba(255,255,255,.17);border-color:rgba(255,255,255,.30)}
  .affbtn:active{transform:translateY(1px)}
  .affnote{margin-top:10px;font-size:11px;color:rgba(255,255,255,.40);line-height:1.4}
  #comtab.tab-panel{margin-top:14px;padding:18px;border:1px solid rgba(255,255,255,0.12);border-radius:16px;background:rgba(255,255,255,0.03)}
#comtab .panel-title{margin:0 0 16px;font-size:1.1rem;font-weight:900;color:rgba(255,255,255,0.92);padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,0.10)}
.fm-comment{padding:14px 16px;border:1px solid rgba(255,255,255,0.10);border-radius:14px;background:rgba(255,255,255,0.03);margin-bottom:10px;transition:border-color 0.15s}
.fm-comment:last-child{margin-bottom:0}
.fm-comment:hover{border-color:rgba(255,255,255,0.18)}
.fm-c-header{display:flex;align-items:flex-start;gap:12px;margin-bottom:12px}
.fm-c-avatar{flex-shrink:0;width:38px;height:38px;border-radius:50%;background:rgba(111,177,255,0.18);border:1px solid rgba(111,177,255,0.28);display:flex;align-items:center;justify-content:center;font-weight:900;font-size:1rem;color:rgba(111,177,255,0.90)}
.fm-c-meta{flex:1;min-width:0}
.fm-c-nameline{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:5px}
.fm-cname-link,.fm-cname-plain{font-weight:800;font-size:0.93rem;color:rgba(255,255,255,0.92);text-decoration:none}
.fm-cname-link:hover{color:#6fb1ff;text-decoration:underline}
.fm-c-date{font-size:0.76rem;color:rgba(255,255,255,0.45);margin-left:auto}
.fm-c-stars{display:flex;align-items:center;gap:3px}
.fm-sdot{display:inline-block;width:7px;height:7px;border-radius:50%;background:rgba(255,255,255,0.18)}
.fm-sdot.fm-son{background:rgba(255,200,50,0.80)}
.fm-c-score{font-size:0.75rem;color:rgba(255,200,50,0.75);font-weight:700;margin-left:5px}
.fm-c-body{font-size:0.92rem;color:rgba(255,255,255,0.74);line-height:1.65}
#fm-com-more-toggle{margin:12px 0}
.fm-com-more-btn{display:inline-block;padding:8px 16px;border:1px solid rgba(255,255,255,0.12);border-radius:10px;background:rgba(255,255,255,0.04);color:#6fb1ff;font-weight:800;font-size:0.88rem;cursor:pointer;font-family:inherit;transition:background 0.15s,border-color 0.15s}
.fm-com-more-btn:hover{background:rgba(47,111,179,0.18);border-color:rgba(111,177,255,0.35)}
.fm-rate-section{margin-top:20px;padding-top:16px;border-top:1px solid rgba(255,255,255,0.10)}
.fm-rate-label{font-size:1.0rem;font-weight:900;color:rgba(255,255,255,0.92);margin:0 0 10px}
.fm-rate-desc-label{margin:14px 0 6px;display:flex;align-items:baseline;gap:6px}
.fm-rate-desc-label h2{display:inline;font-size:1rem;font-weight:800;color:rgba(255,255,255,0.92);margin:0}
.fm-rate-optional{font-size:0.82rem;color:rgba(255,255,255,0.50)}
.serieinfo.movie .desc-genre{margin:12px 0;font-size:0.9rem}
.serieinfo.movie .desc-genre strong{color:rgba(255,255,255,0.92)}
.serieinfo.movie .desc-meta{display:flex;flex-wrap:wrap;gap:6px 18px;margin:0 0 12px;font-size:0.88rem;color:rgba(255,255,255,0.68)}
.serieinfo.movie .desc-meta strong{color:rgba(255,255,255,0.92)}
.serieinfo.movie .desc-streams{margin:12px 0 10px;display:flex;flex-wrap:wrap;align-items:center;gap:6px}
.serieinfo.movie .desc-streams .stream-label{font-weight:800;color:rgba(255,255,255,0.92);font-size:0.88rem}
.serieinfo.movie .desc-streams .stream-pills{display:inline-flex;flex-wrap:wrap;gap:4px}
.serieinfo.movie .desc-streams .source{font-size:0.78rem;color:rgba(255,255,255,0.50)}
.serieinfo.movie .desc-streams .source a{color:rgba(255,255,255,0.60);font-weight:700}
.serieinfo.movie .pill{display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;border-radius:999px;border:1px solid rgba(255,255,255,0.14);background:rgba(255,255,255,0.05);color:rgba(255,255,255,0.92);text-decoration:none;font-weight:900;font-size:0.85rem;margin:0 2px 6px 0;white-space:nowrap;transition:background .15s,border-color .15s,color .15s}
.serieinfo.movie .pill:hover{border-color:rgba(111,177,255,0.35);background:rgba(47,111,179,0.22)}
.serieinfo.movie .pill-genre{padding:3px 11px;font-size:0.82rem;font-weight:700;color:#6fb1ff;background:rgba(255,255,255,0.05)}
.serieinfo.movie .pill-genre:hover{color:#8dc2ff;background:rgba(47,111,179,0.20);border-color:rgba(111,177,255,0.40)}

/* Breadcrumb */
/* =========================
   GLOBAL BREADCRUMB (FINAL)
   ========================= */

   .site-breadcrumb {
    margin: 0 0 10px;
    font-size: 0.85rem;
    color: rgba(255,255,255,0.74);
  }
  
  /* LIST */
  .site-breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  /* ITEM */
  .site-breadcrumb li {
    display: inline-flex;
    align-items: center;
  }
  
  /* SEPARATOR */
  .site-breadcrumb li + li::before {
    content: "›";
    margin: 0 8px;
    color: rgba(255,255,255,0.6);
  }
  
  /* LINKS */
  .site-breadcrumb a {
    color: rgba(255,255,255,0.74);
    text-decoration: none;
    transition: color 0.2s ease;
  }
  
  /* HOVER */
  .site-breadcrumb a:hover {
    color: rgba(255,255,255,0.95);
    text-decoration: underline;
  }
  
  /* ACTIVE */
  .site-breadcrumb li:last-child {
    font-weight: 700;
    color: rgba(255,255,255,0.92);
  }
/* =========================
   GLOBAL BREADCRUMB FINAL
   ========================= */

   .site-breadcrumb {
    margin: 0 0 10px;
    font-size: 0.85rem;
    color: rgba(255,255,255,0.74);
  }
  
  /* LIST */
  .site-breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
 #content .site-breadcrumb li{
   background: none;
 }
  /* ITEM */
  .site-breadcrumb li {
    display: inline-flex;
    align-items: center;
  }
  
  /* SEPARATOR */
  .site-breadcrumb li + li::before {
    content: "›";
    margin: 0 8px;
    color: rgba(255,255,255,0.6);
  }
  
  /* 🔥 WICHTIG: LINKS HART ÜBERSCHREIBEN */
  .site-breadcrumb a,
  .site-breadcrumb a:visited {
    color: rgba(255,255,255,0.74) !important;
    text-decoration: none;
  }
  
  /* HOVER */
  .site-breadcrumb a:hover {
    color: #ffffff !important;
    text-decoration: underline;
  }
  
  /* AKTIVER PUNKT */
  .site-breadcrumb li:last-child {
    font-weight: 700;
    color: rgba(255,255,255,0.92);
  }
/*End only breadcrum*/




.bc-sep {
  margin: 0 6px;
}
.bc-current {
  font-weight: 700;
}
/* Hero */
#serie-detail-page .serie-hero {
  border: 1px solid var(--sc-border);
  border-radius: 18px;
  padding: 20px;
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
  margin-bottom: 14px;
}
#serie-detail-page .serie-hero h1 {
  margin: 0 0 10px 0;
  font-size: 1.6rem;
  line-height: 1.15;
}
#serie-detail-page .serie-hero-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
  color: var(--sc-muted);
  font-size: 0.9rem;
}
#serie-detail-page .serie-hero-meta .stars-row {
  display: flex;
  align-items: center;
  gap: 6px;
}
#serie-detail-page .serie-hero-meta img { vertical-align: middle; }
#serie-detail-page .serie-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}
#serie-detail-page .serie-like-cta {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  min-height: 44px;
  padding: 8px 14px;
  border-radius: 12px;
  border: 1px solid rgba(111,177,255,0.36);
  background: rgba(47,111,179,0.18);
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  line-height: 1.25;
  transition: background .15s ease, border-color .15s ease, transform .05s ease;
}
#serie-detail-page .serie-like-cta:hover {
  background: rgba(47,111,179,0.28);
  border-color: rgba(111,177,255,0.56);
  color: #fff;
}
#serie-detail-page .serie-like-cta:active {
  transform: translateY(1px);
}
#serie-detail-page .serie-like-cta small {
  margin-top: 2px;
  color: rgba(255,255,255,0.72);
  font-size: 0.78rem;
  font-weight: 800;
}

/* Tabs */
#serie-detail-page .tab {
  display: inline-block;
  padding: 9px 16px;
  border: 1px solid var(--sc-border);
  border-radius: 10px;
  margin: 0 4px 4px 0;
  text-decoration: none;
  color: var(--sc-muted);
  font-weight: 800;
  font-size: 0.9rem;
  background: rgba(255,255,255,0.04);
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}
#serie-detail-page .tab:hover,
#serie-detail-page .tab.active {
  border-color: rgba(111,177,255,0.40);
  background: rgba(47,111,179,0.22);
  color: var(--sc-text);
}
#serie-detail-page .tab#tab_add {
  font-size: 0.9rem;
  padding: 9px 16px;
  font-weight: 800;
}

/* Tab content panels */
#serie-detail-page #desctab,
#serie-detail-page #trailertab,
#serie-detail-page #episodestab,
#serie-detail-page #streamtab,
#serie-detail-page #commenttab,
#serie-detail-page #musictab,
#serie-detail-page #addtab,
#serie-detail-page #faqtab {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin-top: 14px;
  padding: 18px;
  border: 1px solid var(--sc-border);
  border-radius: 16px;
  background: rgba(255,255,255,0.03);
  line-height: 1.65;
  color: var(--sc-muted);
}
#serie-detail-page #desctab .desc-overview span { color: var(--sc-text); }
#serie-detail-page #desctab b,
#serie-detail-page #desctab strong { color: var(--sc-text); }

/* Streaming Badges im desctab */
#serie-detail-page .freestreamw {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid var(--sc-pill-border);
  background: var(--sc-pill-bg);
  color: rgba(255,255,255,0.92);
  text-decoration: none;
  font-weight: 900;
  font-size: 0.85rem;
  margin: 0 3px 4px 0;
  white-space: nowrap;
}
#serie-detail-page .freestreamw:hover { border-color: rgba(111,177,255,0.35); background: rgba(47,111,179,0.22); }
#serie-detail-page .netflixstream  { background: rgba(229,9,20,0.12);   border-color: rgba(229,9,20,0.28); }
#serie-detail-page .amazonstream   { background: rgba(0,168,225,0.12);  border-color: rgba(0,168,225,0.28); }
#serie-detail-page .disneystream   { background: rgba(17,60,252,0.12);  border-color: rgba(17,60,252,0.25); }
#serie-detail-page .skystream      { background: rgba(0,180,255,0.10);  border-color: rgba(0,180,255,0.25); }
#serie-detail-page .hbostream      { background: rgba(0,70,255,0.10);   border-color: rgba(0,70,255,0.25); }
#serie-detail-page .paramountstream{ background: rgba(0,70,255,0.10);   border-color: rgba(0,70,255,0.25); }
#serie-detail-page .magentastream  { background: rgba(226,0,116,0.10);  border-color: rgba(226,0,116,0.25); }
#serie-detail-page .source         { color: rgba(255,255,255,0.55); font-size: 0.8rem; }
#serie-detail-page .source a       { color: rgba(255,255,255,0.65); font-weight: 700; }

/* Rating form */
#serie-detail-page h2.c { text-align: center; font-size: 1.1rem; margin: 18px 0 10px; }
#serie-detail-page #stars { font-weight: 800; color: rgba(255,200,50,0.90); margin-left: 8px; font-size: 1rem; }
#serie-detail-page textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin-top: 8px;
  background: rgba(0,0,0,0.28);
  border: 1px solid var(--sc-border);
  border-radius: 12px;
  color: var(--sc-text);
  padding: 12px 14px;
  font-size: 0.95rem;
  line-height: 1.55;
  resize: vertical;
}
#serie-detail-page textarea:focus { outline: none; border-color: rgba(111,177,255,0.40); }
#serie-detail-page input[type="text"] {
  background: rgba(0,0,0,0.28);
  border: 1px solid var(--sc-border);
  border-radius: 10px;
  color: var(--sc-text);
  padding: 9px 12px;
  font-size: 0.9rem;
  margin-top: 4px;
}
#serie-detail-page input.button,
#serie-detail-page .button {
  display: inline-block;
  margin-top: 14px;
  padding: 11px 22px;
  border: 1px solid rgba(111,177,255,0.35);
  border-radius: 12px;
  background: rgba(47,111,179,0.55);
  color: rgba(255,255,255,0.95);
  font-weight: 900;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s;
}
#serie-detail-page input.button:hover { background: rgba(47,111,179,0.75); }
#serie-detail-page input.button:disabled { opacity: 0.45; cursor: not-allowed; }
#serie-detail-page #neededRating { color: rgba(255,100,100,0.85); font-size: 0.85rem; margin-top: 6px; }
#serie-detail-page .suggestion {
  margin-top: 10px;
  padding: 12px 16px 12px 12px;
  border: 1px solid var(--sc-border);
  border-radius: 12px;
  background: rgba(255,255,255,0.03);
}
#serie-detail-page .suggestion h2 { margin: 0 0 6px; font-size: 0.95rem; color: var(--sc-text); }
#serie-detail-page .removeSuggestion { color: rgba(255,100,100,0.75); font-size: 0.8rem; font-weight: 700; }

/* Watchlist Button */
#serie-detail-page .wl-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 18px;
  border: 1px solid var(--sc-border);
  border-radius: 12px;
  background: rgba(255,255,255,0.05);
  color: var(--sc-link);
  font-weight: 800;
  font-size: 0.9rem;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
  font-family: inherit;
}
#serie-detail-page .wl-btn:hover {
  background: rgba(47,111,179,0.22);
  border-color: rgba(111,177,255,0.40);
  color: var(--sc-link-hover);
}
#serie-detail-page .wl-btn.wl-active {
  background: rgba(47,179,100,0.14);
  border-color: rgba(47,179,100,0.40);
  color: rgba(100,220,140,0.95);
}
#serie-detail-page .wl-btn.wl-active:hover {
  background: rgba(200,60,60,0.14);
  border-color: rgba(200,60,60,0.35);
  color: rgba(255,130,130,0.95);
}
#serie-detail-page .wl-btn.wl-loading { opacity: 0.6; cursor: wait; }

/* Community Mehr anzeigen */
#serie-detail-page .com-more-btn {
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid var(--sc-border);
  border-radius: 10px;
  background: rgba(255,255,255,0.04);
  color: var(--sc-link);
  font-weight: 800;
  font-size: 0.88rem;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.15s, border-color 0.15s;
}
#serie-detail-page .com-more-btn:hover {
  background: rgba(47,111,179,0.18);
  border-color: rgba(111,177,255,0.35);
}

/* Affiliate */
#serie-detail-page .affwrap { margin: 18px 0; padding: 16px; border-radius: 16px; background: rgba(0,0,0,.22); border: 1px solid var(--sc-border); }
#serie-detail-page .affhead { margin-bottom: 12px; }
#serie-detail-page .afftitle { font-weight: 900; font-size: 15px; color: rgba(255,255,255,.92); }
#serie-detail-page .affgrid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; }
#serie-detail-page .affcard { border-radius:12px; border:1px solid rgba(255,255,255,.10); background:rgba(255,255,255,.04); overflow:hidden; transition:border-color .15s,background .15s; }
#serie-detail-page .affcard:hover { border-color:rgba(255,255,255,.22); background:rgba(255,255,255,.07); }
#serie-detail-page .affcard-inner { padding:12px; display:flex; flex-direction:column; gap:8px; height:100%; box-sizing:border-box; }
#serie-detail-page .affcard-head { display:flex; flex-direction:column; gap:5px; }
#serie-detail-page .affbadge { display:inline-flex; align-items:center; width:fit-content; font-size:11px; font-weight:900; padding:3px 9px; border-radius:999px; background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.18); color:rgba(255,255,255,.88); white-space:nowrap; }
#serie-detail-page .affcard-title { font-weight:900; font-size:15px; color:rgba(255,255,255,.95); line-height:1.2; }
#serie-detail-page .affcard-desc { font-size:12px; line-height:1.45; color:rgba(255,255,255,.68); flex:1; }
#serie-detail-page .affbtn { display:block; text-align:center; padding:10px 12px; border-radius:10px; font-weight:900; font-size:13px; text-decoration:none; color:rgba(255,255,255,.95); background:rgba(255,255,255,.10); border:1px solid rgba(255,255,255,.18); transition:background .15s,border-color .15s,transform .05s; margin-top:auto; }
#serie-detail-page .affbtn:hover { background:rgba(255,255,255,.17); border-color:rgba(255,255,255,.30); }
#serie-detail-page .affbtn:active { transform:translateY(1px); }
#serie-detail-page .affnote { margin-top:10px; font-size:11px; color:rgba(255,255,255,.40); line-height:1.4; }
@media(max-width:720px) {
  #serie-detail-page .affgrid { grid-template-columns:1fr; }
}

/* SEO / CTA block */
#serie-detail-page .serie-seo {
  margin-top: 14px;
  padding: 18px;
  border: 1px solid var(--sc-border);
  border-radius: 16px;
  background: rgba(255,255,255,0.03);
}
#serie-detail-page .serie-seo h2 { margin: 0 0 10px; font-size: 1.1rem; color: var(--sc-text); }
#serie-detail-page .serie-seo ul { margin: 8px 0 8px 20px; padding: 0; color: var(--sc-muted); line-height: 1.7; }
#serie-detail-page .serie-seo p  { margin: 10px 0 0; color: var(--sc-muted); line-height: 1.6; }

/* Warning */
#serie-detail-page .warning {
  padding: 12px 16px;
  border-radius: 12px;
  background: rgba(47,179,100,0.12);
  border: 1px solid rgba(47,179,100,0.30);
  color: rgba(255,255,255,0.92);
  margin-bottom: 12px;
  font-weight: 700;
}

/* Responsive */
@media (max-width: 860px) {
  #serie-detail-page .serie-hero h1 { font-size: 1.3rem; }
  #serie-detail-page .affgrid { grid-template-columns: 1fr; }
  #serie-detail-page .star {
    width: 30px;
    height: 30px;
    margin: 2px 1px;
    font-size: 0.8rem;
  }
}

/* Tab panels shared */
#serie-detail-page .tab-panel {
  margin-top: 20px;
  padding: 20px;
  border: 1px solid var(--sc-border);
  border-radius: 16px;
  background: rgba(255,255,255,0.03);
}
#serie-detail-page .panel-title {
  margin: 0 0 16px 0;
  font-size: 1.1rem;
  font-weight: 900;
  color: var(--sc-text);
  padding-bottom: 12px;
  border-bottom: 1px solid var(--sc-border);
}

/* Season table */
#serie-detail-page table.season { width: 100%; border-collapse: collapse; margin-bottom: 4px; }
#serie-detail-page table.season th {
  background: rgba(47,111,179,0.20);
  border: 1px solid rgba(111,177,255,0.22);
  border-radius: 8px;
  padding: 9px 14px;
  text-align: left;
}
#serie-detail-page .season-toggle { color: var(--sc-text) !important; font-weight: 700; text-decoration: none; font-size: 0.92rem; }
#serie-detail-page .season-toggle:hover { color: var(--sc-link) !important; }
#serie-detail-page .season-hint { font-size: 0.75rem; font-weight: 400; color: var(--sc-muted); margin-left: 4px; }
#serie-detail-page table.season tr.episodes td { padding: 6px 10px; border-bottom: 1px solid rgba(255,255,255,0.05); font-size: 0.88rem; color: var(--sc-muted); }
#serie-detail-page table.season tr.episodes td a { color: var(--sc-link); text-decoration: none; }
#serie-detail-page table.season tr.episodes td a:hover { text-decoration: underline; }
#serie-detail-page table.season tr.episodes.even td { background: rgba(255,255,255,0.02); }
#serie-detail-page table.season tr.episodes td.nr { width: 36px; color: rgba(255,255,255,0.35); text-align: right; padding-right: 14px; }
#serie-detail-page table.season tr.episodes td.date { width: 90px; text-align: right; color: rgba(255,255,255,0.35); font-size: 0.78rem; }

/* Rating stars (clickable number buttons) */
#serie-detail-page .star {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 2px;
  border: 1px solid var(--sc-border);
  border-radius: 50%;
  background: rgba(255,255,255,0.04);
  color: var(--sc-muted);
  text-decoration: none;
  font-weight: 800;
  font-size: 0.88rem;
  cursor: pointer;
  transition: background 0.12s, border-color 0.12s, color 0.12s, transform 0.1s;
}
#serie-detail-page .star:hover { transform: scale(1.15); }
#serie-detail-page .star.hover,
#serie-detail-page .star:hover {
  border-color: rgba(255,200,50,0.55);
  background: rgba(255,200,50,0.18);
  color: rgba(255,220,80,0.95);
}

/* Rating form labels */
#serie-detail-page .rate-desc-label { margin: 18px 0 6px; }
#serie-detail-page .rate-desc-label h2 { display: inline; font-size: 1rem; font-weight: 800; color: var(--sc-text); margin: 0; }
#serie-detail-page .rate-optional { display: inline; margin-left: 6px; font-size: 0.82rem; color: var(--sc-muted); font-weight: 400; }
#serie-detail-page .rate-input-label { display: block; margin-bottom: 4px; font-size: 0.88rem; color: var(--sc-muted); }
/* Affiliate header without hint */
#serie-detail-page .affhead { padding-bottom: 10px; }
#serie-detail-page .affhead .t { font-size: 1rem; font-weight: 800; }

/* SEO block */
#serie-detail-page .serie-seo ul {
  margin: 8px 0 8px 0;
  padding: 0;
  list-style: none;
}
#serie-detail-page .serie-seo ul li {
  padding: 5px 0 5px 20px;
  position: relative;
  color: var(--sc-muted);
  line-height: 1.55;
}
#serie-detail-page .serie-seo ul li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--sc-link);
  font-size: 0.85rem;
}

/* Melden link */
#serie-detail-page .serie-social {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  align-items: center;
  gap: 18px;
  margin: 24px 0 8px;
  padding: 18px;
  border: 1px solid var(--sc-border);
  border-radius: 8px;
  background: rgba(255,255,255,0.045);
  box-shadow: 0 14px 34px rgba(0,0,0,0.22);
}
#serie-detail-page .serie-social h2 {
  margin: 0 0 6px;
  font-size: 1.15rem;
}
#serie-detail-page .serie-social p {
  margin: 0;
  color: var(--sc-muted);
  line-height: 1.45;
}
#serie-detail-page .serie-social-actions {
  display: grid;
  gap: 10px;
}
#serie-detail-page .serie-social-row {
  display: grid;
  grid-template-columns: 68px repeat(2, minmax(132px, 1fr));
  align-items: center;
  gap: 8px;
}
#serie-detail-page .serie-social-label {
  color: rgba(255,255,255,0.82);
  font-size: 0.9rem;
  font-weight: 800;
  text-align: right;
}
#serie-detail-page .serie-social-btn {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 12px;
  border-radius: 6px;
  color: #fff;
  font-weight: 800;
  font-size: 0.9rem;
  line-height: 1.1;
  text-decoration: none;
  box-shadow: 0 8px 16px rgba(0,0,0,0.22);
}
#serie-detail-page .serie-social-btn:hover {
  color: #fff;
  filter: brightness(1.08);
  text-decoration: none;
}
#serie-detail-page .serie-social-btn--facebook {
  background: #3b5998;
}
#serie-detail-page .serie-social-btn--x {
  background: #55acee;
}
#serie-detail-page .serie-social-btn--tiktok {
  background: #010101;
}
#serie-detail-page .serie-social-shariff {
  grid-column: 2 / 4;
  margin: 0;
  width: auto;
  overflow: visible;
}
#serie-detail-page .serie-social-shariff ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
}
#serie-detail-page .serie-social-shariff li {
  width: auto;
  min-width: 0;
  max-width: none;
  margin: 0;
}
#serie-detail-page .serie-social-shariff li a {
  display: flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.22);
}
#serie-detail-page .serie-social-shariff li .share_text {
  display: inline;
  text-indent: 0;
  color: #fff;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}
#serie-detail-page #melden {
  display: inline-block;
  margin-top: 18px;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.35);
  text-decoration: none;
  text-align: left;
}
#serie-detail-page #melden:hover { color: rgba(255,255,255,0.60); text-decoration: underline; }

/* Community "mehr anzeigen" */
#serie-detail-page #com-more-toggle { margin: 12px 0; }

/* Comment cards */
#serie-detail-page .comment {
  padding: 16px;
  border: 1px solid var(--sc-border);
  border-radius: 14px;
  background: rgba(255,255,255,0.04);
  margin-bottom: 10px;
  transition: border-color 0.15s;
}
#serie-detail-page .comment:last-child { margin-bottom: 0; }
#serie-detail-page .comment:hover { border-color: rgba(255,255,255,0.20); }

#serie-detail-page .c-header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}
#serie-detail-page .c-avatar {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(111,177,255,0.18);
  border: 1px solid rgba(111,177,255,0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 1rem;
  color: rgba(111,177,255,0.90);
  overflow: hidden;
  text-decoration: none;
}
#serie-detail-page .c-avatar-img {
  background: rgba(0,0,0,0.22);
  padding: 0;
}
#serie-detail-page .c-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}
#serie-detail-page .c-meta { flex: 1; min-width: 0; }
#serie-detail-page .c-nameline {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
#serie-detail-page .cname-link,
#serie-detail-page .cname-plain {
  font-weight: 800;
  font-size: 0.93rem;
  color: var(--sc-text);
  text-decoration: none;
}
#serie-detail-page .cname-link:hover { color: var(--sc-link); text-decoration: underline; }
#serie-detail-page .c-rec-label {
  font-size: 0.82rem;
  color: var(--sc-muted);
  font-weight: 400;
}
#serie-detail-page .c-rec-label a {
  color: var(--sc-link);
  font-weight: 700;
  text-decoration: none;
}
#serie-detail-page .c-rec-label a:hover { text-decoration: underline; 
  font-size: 0.76rem;
  color: var(--sc-muted);
  margin-left: auto;
}
/* Star dots */
#serie-detail-page .c-stars {
  display: flex;
  align-items: center;
  gap: 3px;
}
#serie-detail-page .sdot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255,255,255,0.18);
}
#serie-detail-page .sdot.son { background: rgba(255,200,50,0.80); }
#serie-detail-page .c-score {
  font-size: 0.75rem;
  color: rgba(255,200,50,0.75);
  font-weight: 700;
  margin-left: 5px;
}
#serie-detail-page .c-body {
  font-size: 0.92rem;
  color: var(--sc-muted);
  line-height: 1.65;
  margin-bottom: 12px;
}
#serie-detail-page .c-footer {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.80rem;
  color: rgba(255,255,255,0.45);
  padding-top: 10px;
  border-top: 1px solid rgba(255,255,255,0.06);
}
#serie-detail-page .c-likes { color: var(--sc-muted); }
#serie-detail-page .reviewLike a {
  color: var(--sc-link);
  font-weight: 700;
  text-decoration: none;
  padding: 3px 9px;
  border: 1px solid var(--sc-border);
  border-radius: 8px;
  background: rgba(255,255,255,0.03);
  transition: background 0.12s, border-color 0.12s;
}
#serie-detail-page .reviewLike a:hover {
  background: rgba(47,111,179,0.16);
  border-color: rgba(111,177,255,0.35);
}
#serie-detail-page .reviewLike[data-liked="1"] a {
  background: rgba(47,111,179,0.18);
  border-color: rgba(111,177,255,0.35);
  color: #9ac7ff;
}

/* Watchlist centered in form area */
#serie-detail-page .wl-wrap {
  text-align: center;
  margin: 16px 0 6px;
}
#serie-detail-page .sr-reminder {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}
#serie-detail-page .sr-reminder-label {
  color: var(--sc-muted);
  font-size: 0.86rem;
  font-weight: 700;
}
#serie-detail-page .sr-reminder-hint {
  flex-basis: 100%;
  color: rgba(255,235,180,0.88);
  font-size: 0.78rem;
  line-height: 1.35;
  text-align: center;
  font-weight: 800;
}
#serie-detail-page .sr-reminder .wl-btn {
  margin: 0;
  padding: 7px 12px;
  font-size: 0.84rem;
}
#serie-detail-page .sr-reminder .fa {
  margin-right: 5px;
}
@media (max-width: 720px) {
  #serie-detail-page .serie-social {
    grid-template-columns: 1fr;
  }
  #serie-detail-page .serie-social-row {
    grid-template-columns: 1fr;
  }
  #serie-detail-page .serie-social-label {
    text-align: left;
  }
  #serie-detail-page .serie-social-shariff {
    grid-column: auto;
  }
  #serie-detail-page .serie-social-shariff ul {
    grid-template-columns: 1fr;
  }
}
#serie-detail-page #desctab,
#serie-detail-page #trailertab,
#serie-detail-page #episodestab,
#serie-detail-page #streamtab,
#serie-detail-page #commenttab,
#serie-detail-page #musictab,
#serie-detail-page #addtab            { margin-top: 20px; }
#serie-detail-page .serie-seo         { margin-top: 22px; }
#serie-detail-page #disqus_thread     { margin-top: 24px; }
#serie-detail-page #melden            { margin-top: 18px; }

/* Comment cards */
#serie-detail-page .comment {
  padding: 14px 16px;
  border: 1px solid var(--sc-border);
  border-radius: 14px;
  background: rgba(255,255,255,0.03);
  margin-bottom: 10px;
}
#serie-detail-page .comment:last-child { margin-bottom: 0; }
#serie-detail-page .commentHeader {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
#serie-detail-page .commentname { font-weight: 800; color: var(--sc-text); }
#serie-detail-page .commentdate { font-size: 0.78rem; color: var(--sc-muted); margin-left: auto; }
#serie-detail-page .comment .stars { font-size: 0.82rem; color: rgba(255,200,50,0.85); font-weight: 700; }
#serie-detail-page .profil { display: none; } /* profil pic hidden - clean layout */
#serie-detail-page .content { color: var(--sc-muted); line-height: 1.65; font-size: 0.93rem; }
#serie-detail-page .like {
  margin-top: 10px;
  font-size: 0.82rem;
  color: var(--sc-muted);
  display: flex;
  align-items: center;
  gap: 6px;
}
#serie-detail-page .like a {
  color: var(--sc-link);
  font-weight: 700;
  text-decoration: none;
  padding: 3px 8px;
  border: 1px solid var(--sc-border);
  border-radius: 8px;
  background: rgba(255,255,255,0.03);
  transition: background 0.12s, border-color 0.12s;
}
#serie-detail-page .like a:hover {
  background: rgba(47,111,179,0.16);
  border-color: rgba(111,177,255,0.35);
}
#serie-detail-page [data-liked="1"] a {
  color: rgba(111,177,255,0.95);
  background: rgba(47,111,179,0.18);
  border-color: rgba(111,177,255,0.35);
}

/* Hero rating display — show score prominently for SEO & UX */
#serie-detail-page .hero-score {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  padding: 6px 12px;
  border-radius: 10px;
  background: rgba(255,200,50,0.08);
  border: 1px solid rgba(255,200,50,0.20);
}
#serie-detail-page .hero-score-value {
  font-size: 1.25rem;
  font-weight: 900;
  color: rgba(255,210,60,0.95);
}
#serie-detail-page .hero-score-label {
  font-size: 0.82rem;
  color: var(--sc-muted);
}
#serie-detail-page .desc-genre { margin-bottom: 12px; font-size: 0.9rem; }
#serie-detail-page .desc-genre b { color: var(--sc-text); }
#serie-detail-page .desc-genre a {  font-weight: 700; text-decoration: none; }
#serie-detail-page .desc-genre a:hover { color: var(--sc-link-hover) !important;  }
#serie-detail-page .desc-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
  margin-bottom: 12px;
  font-size: 0.88rem;
  color: var(--sc-muted);
}
#serie-detail-page .desc-meta b { color: var(--sc-text); }
#serie-detail-page .desc-streams { margin-bottom: 10px; display: flex; flex-wrap: wrap; align-items: center; gap: 6px; }
#serie-detail-page .desc-streams .stream-label { font-weight: 800; color: var(--sc-text); font-size: 0.88rem; }
#serie-detail-page .desc-streams .stream-pills { display: inline-flex; flex-wrap: wrap; gap: 4px; }
#serie-detail-page .desc-streams .source { font-size: 0.78rem; color: rgba(255,255,255,0.50); }
#serie-detail-page .desc-streams .source a { color: rgba(255,255,255,0.60); font-weight: 700; }
#serie-detail-page .desc-overview { margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--sc-border); color: var(--sc-muted); line-height: 1.65; }

/* serieinfo wrapper — gleiche Breite wie .serie-hero */
#serie-detail-page .serieinfo {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin-top: 14px;
  margin-bottom: 12px;
}

/* Legal Streams */
#serie-detail-page .st-season { margin-bottom: 10px; }
#serie-detail-page .st-season:last-child { margin-bottom: 0; }
#serie-detail-page .st-season-label { display: flex; align-items: center; gap: 6px; font-size: 0.78rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; color: rgba(255,255,255,0.40); margin-bottom: 8px; padding: 4px 0; cursor: pointer; list-style: none; user-select: none; }
#serie-detail-page .st-season-label::-webkit-details-marker { display: none; }
#serie-detail-page .st-season-label::before { content: '▸'; font-size: 0.70rem; color: rgba(255,255,255,0.25); transition: transform 0.15s; }
#serie-detail-page details.st-season[open] .st-season-label::before { transform: rotate(90deg); }
#serie-detail-page details.st-season[open] .st-season-label { color: rgba(255,255,255,0.60); }
#serie-detail-page .st-list { display: flex; flex-direction: column; gap: 6px; margin-bottom: 10px; }
#serie-detail-page .st-item { display: grid; grid-template-columns: 42px 32px 1fr auto 18px; align-items: center; gap: 10px; padding: 10px 14px; border: 1px solid rgba(255,255,255,0.10); border-radius: 10px; background: rgba(255,255,255,0.03); text-decoration: none; color: rgba(255,255,255,0.88); transition: border-color 0.15s, background 0.15s; }
#serie-detail-page .st-item:hover { border-color: rgba(255,255,255,0.22); background: rgba(255,255,255,0.06); color: #fff; }
#serie-detail-page .st-ep { font-size: 0.78rem; font-weight: 900; color: rgba(255,255,255,0.45); white-space: nowrap; }
#serie-detail-page .st-lang { display: inline-flex; align-items: center; justify-content: center; font-size: 0.68rem; font-weight: 900; padding: 2px 5px; border-radius: 4px; white-space: nowrap; }
#serie-detail-page .st-lang-de { background: rgba(0,0,200,0.25); border: 1px solid rgba(80,80,255,0.35); color: rgba(180,200,255,0.90); }
#serie-detail-page .st-lang-en { background: rgba(0,100,0,0.25); border: 1px solid rgba(0,180,0,0.35); color: rgba(160,230,160,0.90); }
#serie-detail-page .st-title { font-size: 0.90rem; font-weight: 700; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
#serie-detail-page .st-title-fallback { color: rgba(255,255,255,0.45); font-weight: 400; font-style: italic; }
#serie-detail-page .st-provider { font-size: 0.78rem; color: rgba(255,255,255,0.45); white-space: nowrap; }
#serie-detail-page .st-arrow { font-size: 0.82rem; color: rgba(255,255,255,0.30); }
@media (max-width: 600px) {
  #serie-detail-page .st-item { grid-template-columns: 38px 28px 1fr 16px; }
  #serie-detail-page .st-provider { display: none; }
}

/* Watchlist button */
#serie-detail-page .wl-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 18px;
  border: 1px solid var(--sc-border);
  border-radius: 12px;
  background: rgba(255,255,255,0.05);
  color: var(--sc-link);
  font-weight: 800;
  font-size: 0.9rem;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
  margin: 6px 0;
}
#serie-detail-page .wl-btn:hover {
  background: rgba(47,111,179,0.22);
  border-color: rgba(111,177,255,0.40);
  color: var(--sc-link-hover);
}
#serie-detail-page .wl-btn.wl-active {
  background: rgba(47,179,100,0.14);
  border-color: rgba(47,179,100,0.35);
  color: rgba(120,230,150,0.95);
}
#serie-detail-page .wl-btn.wl-active:hover {
  background: rgba(200,50,50,0.12);
  border-color: rgba(200,50,50,0.30);
  color: rgba(255,120,120,0.90);
}
#serie-detail-page .wl-btn:disabled { opacity: 0.5; cursor: wait; }

/* Community show-more button */
#serie-detail-page .com-more-btn {
  display: inline-block;
  padding: 8px 18px;
  border: 1px solid var(--sc-border);
  border-radius: 10px;
  background: rgba(255,255,255,0.04);
  color: var(--sc-link);
  font-weight: 800;
  font-size: 0.88rem;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s;
}
#serie-detail-page .com-more-btn:hover {
  background: rgba(47,111,179,0.18);
  border-color: rgba(111,177,255,0.35);
}

/* Genre Pills */
#serie-detail-page .pill-genre {
  display: inline-flex;
  align-items: center;
  padding: 3px 11px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid var(--sc-pill-border);
  background: var(--sc-pill-bg);
  color: var(--sc-link);
  transition: background 0.15s, border-color 0.15s;
}

#serie-detail-page .pill{ display:inline-flex; align-items:center; justify-content:center; padding: 4px 10px; border-radius: 999px; border: 1px solid var(--sc-pill-border); background: var(--sc-pill-bg); color: rgba(255,255,255,0.92); text-decoration: none; font-weight: 900; font-size: 0.85rem; margin: 0 2px 6px 0; white-space: nowrap; }
#serie-detail-page .pill:hover{ border-color: rgba(111,177,255,0.35); background: rgba(47,111,179,0.22); }
#serie-detail-page .pill-stream{ margin-top: 4px; }

#serie-detail-page .pill-genre:hover {
  background: rgba(47,111,179,0.20);
  border-color: rgba(111,177,255,0.40);
  color: var(--sc-link-hover);
}

/* FAQ */
/* FAQ tab panel */
#serie-detail-page #faqtab h2 { margin: 0 0 14px; font-size: 1.1rem; font-weight: 900; color: var(--sc-text); padding-bottom: 12px; border-bottom: 1px solid var(--sc-border); }
#serie-detail-page #faqtab details { border-top: 1px solid rgba(255,255,255,0.08); padding: 10px 0; }
#serie-detail-page #faqtab details:first-of-type { border-top: none; padding-top: 0; }
#serie-detail-page #faqtab summary { cursor: pointer; font-weight: 800; color: var(--sc-text); font-size: 0.95rem; list-style: none; outline: none; user-select: none; }
#serie-detail-page #faqtab summary::-webkit-details-marker { display: none; }
#serie-detail-page #faqtab summary::before { content: '+'; display: inline-block; width: 18px; margin-right: 6px; color: var(--sc-link); font-weight: 900; }
#serie-detail-page #faqtab details[open] summary::before { content: '−'; }
#serie-detail-page #faqtab details[open] summary { color: var(--sc-link); }
#serie-detail-page #faqtab details p { margin: 8px 0 0 24px; color: var(--sc-muted); line-height: 1.6; font-size: 0.92rem; }
#serie-detail-page #faqtab details p a { color: var(--sc-link); text-decoration: none; }
#serie-detail-page #faqtab details p a:hover { color: var(--sc-link-hover); text-decoration: underline; }
#serie-detail-page #faqtab.serie-faq {
  padding: 0;
  overflow: hidden;
  background: rgba(255,255,255,0.035);
}
#serie-detail-page #faqtab.serie-faq h2 {
  margin: 0;
  padding: 15px 18px;
  background: linear-gradient(90deg, rgba(47,111,179,.16), rgba(255,255,255,.025));
}
#serie-detail-page #faqtab.serie-faq details {
  padding: 0;
  border-top: 1px solid rgba(255,255,255,0.08);
}
#serie-detail-page #faqtab.serie-faq summary {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 13px 18px;
  line-height: 1.35;
}
#serie-detail-page #faqtab.serie-faq summary::before {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin: 0;
  border-radius: 999px;
  background: rgba(111,177,255,.13);
  border: 1px solid rgba(111,177,255,.20);
}
#serie-detail-page #faqtab.serie-faq details p {
  margin: 0;
  padding: 0 18px 15px 48px;
  max-width: 820px;
}

.episode-detail-row .episodeinfo{padding:12px 14px;line-height:1.6;}
.episode-gueststars{margin-top:10px;color:#bfbfbf;}
.episode-gueststars strong{color:inherit;}

#neue-serien-page{
  --sc-border: rgba(255,255,255,0.12);
  --sc-text: rgba(255,255,255,0.92);
  --sc-muted: rgba(255,255,255,0.74);
  --sc-link: #6fb1ff;
  --sc-link-hover: #9ac7ff;
  --sc-pill-bg: rgba(0,0,0,0.25);
  --sc-pill-border: rgba(255,255,255,0.18);
  color: var(--sc-text);
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 12px 40px 12px;
}
#neue-serien-page a{ color: var(--sc-link); text-underline-offset: 2px; }
#neue-serien-page a:hover{ color: var(--sc-link-hover); }



/* Hero */
#neue-serien-page .ns-hero{ border: 1px solid var(--sc-border); border-radius: 16px; padding: 16px; background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02)); }
#neue-serien-page .ns-hero h1{ margin: 0 0 10px 0; font-size: 1.5rem; line-height: 1.15; }
#neue-serien-page .ns-hero p{ margin: 8px 0 0 0; color: var(--sc-muted); line-height: 1.6; }

/* Filters */
#neue-serien-page .ns-filters-shell{ margin-top: 14px; border: 1px solid var(--sc-border); border-radius: 16px; background: rgba(255,255,255,0.04); padding: 14px; }
#neue-serien-page .ns-filters-header{ margin-bottom: 12px; }
#neue-serien-page .ns-filters-title{ margin: 0; font-size: 1.05rem; }
#neue-serien-page .ns-filter-group{ margin-top: 12px; }
#neue-serien-page .ns-filter-group + .ns-filter-group{ margin-top: 18px; }
#neue-serien-page .ns-filter-group h3{ margin: 0 0 10px 0; font-size: 0.95rem; color: rgba(255,255,255,0.88); font-weight: 900; }
#neue-serien-page .ns-filter-pills{ display:flex; flex-wrap:wrap; gap:8px; }

/* Buttons */
#neue-serien-page .btn{ appearance: none; border: 1px solid rgba(255,255,255,0.18); background: rgba(255,255,255,0.06); color: rgba(255,255,255,0.92); border-radius: 12px; padding: 10px 12px; font-weight: 800; cursor: pointer; text-decoration: none; display: inline-block; }
#neue-serien-page .btn:hover{ background: rgba(255,255,255,0.10); border-color: rgba(255,255,255,0.24); }
#neue-serien-page .btn-ghost{ background: transparent; }

/* Filter meta */
#neue-serien-page .ns-filter-meta{ margin-top: 14px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,0.10); display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
#neue-serien-page .ns-filter-meta-text{ color: rgba(255,255,255,0.85); font-size: 0.9rem; }
#neue-serien-page .ns-filter-meta-text b{ color: #fff; }

/* Pills */
#neue-serien-page .pill{ display:inline-flex; align-items:center; justify-content:center; padding: 4px 10px; border-radius: 999px; border: 1px solid var(--sc-pill-border); background: var(--sc-pill-bg); color: rgba(255,255,255,0.92); text-decoration: none; font-weight: 900; font-size: 0.85rem; margin: 0 2px 6px 0; white-space: nowrap; }
#neue-serien-page .pill:hover{ border-color: rgba(111,177,255,0.35); background: rgba(47,111,179,0.22); color: #fff; }
#neue-serien-page .pill.active_filter{ border-color: rgba(111,177,255,0.45); background: rgba(47,111,179,0.30); color: #fff; }
#neue-serien-page .pill-stream{ margin-top: 4px; }
#content .badge--netflix{ background:rgba(229,9,20,0.12) !important; border-color:rgba(229,9,20,0.28); }
#content .badge--prime{ background:rgba(0,168,225,0.12) !important; border-color:rgba(0,168,225,0.28); }
#content .badge--disney{ background:rgba(17,60,252,0.12) !important; border-color:rgba(17,60,252,0.25); }
#content .badge--sky{ background:rgba(0,180,255,0.10) !important; border-color:rgba(0,180,255,0.25); }
#content .badge--hbo{ background:rgba(0,70,255,0.10) !important; border-color:rgba(0,70,255,0.25); }
#content .badge--paramount{ background:rgba(0,70,255,0.10) !important; border-color:rgba(0,70,255,0.25); }
#content .badge--magenta{ background:rgba(226,0,116,0.10) !important; border-color:rgba(226,0,116,0.25); }
#content .badge--apple{ background:rgba(255,255,255,0.08) !important; border-color:rgba(255,255,255,0.22); }

/* Neue Serie / Neue Staffel Badge */
#neue-serien-page .ns-entry-badge{
  display: inline-flex; align-items: center; gap: 5px;
  padding: 3px 9px; border-radius: 999px; font-size: 0.78rem; font-weight: 900;
  margin-bottom: 7px; letter-spacing: 0.02em;
}
#neue-serien-page .ns-entry-badge.badge-new-series{
  background: rgba(47,111,179,0.22); border: 1px solid rgba(111,177,255,0.35); color: #9ac7ff;
}
#neue-serien-page .ns-entry-badge.badge-new-season{
  background: rgba(47,179,111,0.18); border: 1px solid rgba(111,255,177,0.30); color: #6ef5b0;
}
#neue-serien-page .ns-entry-badge svg{ flex-shrink: 0; }

/* Results title */
#neue-serien-page .ns-results-title{ margin: 18px 0 10px 0; font-size: 1.25rem; }

/* Cards */
#neue-serien-page .ns-cards{ display:flex; flex-direction: column; gap: 12px; }
#neue-serien-page .ns-serie-card{ border: 1px solid var(--sc-border); border-radius: 18px; background: rgba(255,255,255,0.04); overflow: hidden; display: grid; grid-template-columns: 160px 1fr; gap: 14px; padding: 14px; }
@media (max-width: 860px){ #neue-serien-page .ns-serie-card{ grid-template-columns: 1fr; } }

/* Thumb */
#neue-serien-page .ns-serie-thumb{ border-radius: 14px; overflow: hidden; border: 1px solid rgba(255,255,255,0.12); background: rgba(0,0,0,0.22); min-height: 120px; position: relative; }
#neue-serien-page .ns-serie-thumb a{ display:block; width: 100%; height: 100%; text-decoration: none; color: #fff; background-size: cover; background-position: center; }
#neue-serien-page .ns-serie-thumb .ns-thumb-overlay{ position: absolute; inset: 0; display:flex; align-items: center; justify-content: center; padding: 12px; background: linear-gradient(180deg, rgba(0,0,0,0.15), rgba(0,0,0,0.35)); }
#neue-serien-page .ns-serie-thumb .ns-thumb-title{ font-weight: 1000; text-align: center; font-size: 1.1rem; line-height: 1.2; text-shadow: 0 2px 14px rgba(0,0,0,0.85); }

/* Card main */
#neue-serien-page .ns-serie-main h2{ margin: 0 0 6px 0; font-size: 1.35rem; }
#neue-serien-page .ns-serie-main h2 a{ text-decoration: none; color: #fff; }
#neue-serien-page .ns-serie-main h2 a:hover{ text-decoration: underline; }
#neue-serien-page .ns-release-date{ margin: 0 0 8px 0; color: rgba(255,255,255,0.78); font-size: 0.9rem; }
#neue-serien-page .ns-release-date b{ color: rgba(255,255,255,0.60); }
#neue-serien-page .ns-genre-row{ margin: 6px 0; display:flex; flex-wrap:wrap; gap: 0; }
#neue-serien-page .ns-serie-main p{ margin: 8px 0 0 0; color: rgba(255,255,255,0.78); line-height: 1.6; }

/* Stream */
#neue-serien-page .ns-stream-row{ margin-top: 6px; display:flex; flex-wrap: wrap; align-items: center; gap: 8px; }
#neue-serien-page .stream-label{ font-weight: 1000; color: rgba(255,255,255,0.90); }
#neue-serien-page .stream-pills{ display: inline; }
#neue-serien-page .charts-note{ color: rgba(255,255,255,0.50); font-size: 0.72rem; }
#neue-serien-page .charts-note a{ font-weight: 700; color: rgba(255,255,255,0.55); }

/* Empty */
#neue-serien-page .ns-empty{ padding:14px; border:1px solid rgba(255,255,255,0.12); border-radius:14px; background:rgba(255,255,255,0.04); }

/* SEO/Related/FAQ boxes */
#neue-serien-page .ns-seo{ margin-top: 26px; padding: 18px; border: 1px solid var(--sc-border); border-radius: 16px; background: rgba(255,255,255,0.03); }
#neue-serien-page .ns-seo h2{ margin: 0 0 12px 0; font-size: 1.15rem; }
#neue-serien-page .ns-seo p{ margin: 0 0 10px 0; color: var(--sc-muted); line-height: 1.7; }
#neue-serien-page .ns-related-links{ display:flex; flex-wrap:wrap; gap:10px; margin-top:12px; }
#neue-serien-page .ns-related-links a{ display:inline-flex; align-items:center; min-height:36px; padding:8px 12px; border-radius:999px; border:1px solid var(--sc-border); background:rgba(255,255,255,0.04); color:var(--sc-text); text-decoration:none; font-weight: 900; font-size: 0.85rem; }
#neue-serien-page .ns-related-links a:hover{ background:rgba(255,255,255,0.08); border-color: rgba(111,177,255,0.35); }
#neue-serien-page .ns-faq{ margin-top: 26px; padding: 16px; border: 1px solid var(--sc-border); border-radius: 16px; background: rgba(255,255,255,0.03); }
#neue-serien-page .ns-faq h2{ margin: 0 0 12px 0; font-size: 1.25rem; }
#neue-serien-page .ns-faq details{ border-top: 1px solid rgba(255,255,255,0.10); padding: 10px 0; }
#neue-serien-page .ns-faq details:first-of-type{ border-top: none; padding-top: 0; }
#neue-serien-page .ns-faq summary{ cursor: pointer; font-weight: 800; color: #fff; font-size: 1.0rem; list-style: none; outline: none; }
#neue-serien-page .ns-faq summary::-webkit-details-marker{ display: none; }
#neue-serien-page .ns-faq summary::before{ content: '+'; display: inline-block; width: 18px; margin-right: 8px; color: var(--sc-link); font-weight: 900; }
#neue-serien-page .ns-faq details[open] summary::before{ content: '-'; }
#neue-serien-page .ns-faq details p{ margin: 10px 0 0 26px; color: var(--sc-muted); line-height: 1.6; font-size: 0.95rem; }

/* ── Base ─────────────────────────────────────────────────── */
#watch_together_page{
  --wt-border:        rgba(255,255,255,0.12);
  --wt-border2:       rgba(255,255,255,0.20);
  --wt-text:          rgba(255,255,255,0.92);
  --wt-muted:         rgba(255,255,255,0.74);
  --wt-link:          #6fb1ff;
  --wt-link-hover:    #9ac7ff;
  --wt-pill-bg:       rgba(0,0,0,0.25);
  --wt-pill-border:   rgba(255,255,255,0.18);
  --wt-accent:        rgba(47,111,179,0.55);
  --wt-accent-border: rgba(111,177,255,0.35);
  color: var(--wt-text);
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 12px 40px 12px;
  box-sizing: border-box;
}
#watch_together_page *{ box-sizing:border-box; }
#watch_together_page a{ color:var(--wt-link); text-underline-offset:2px; }
#watch_together_page a:hover{ color:var(--wt-link-hover); }
#watch_together_page #serien_empfehlungen{ max-width:1100px; margin:0 auto; padding:0; }

/* ── Layout blocks ────────────────────────────────────────── */
#watch_together_page .wt-header{
  border:1px solid var(--wt-border); border-radius:16px; padding:16px;
  background:linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02)); margin:0 0 14px;
}
#watch_together_page .wt-header h1{ margin:0 0 8px 0; font-size:1.5rem; line-height:1.15; }
#watch_together_page .wt-sub{ margin:0; line-height:1.6; color:var(--wt-muted); max-width:900px; }
#watch_together_page .wt-seo-block,
#watch_together_page .wt-card,
#watch_together_page .wt-login-card,
#watch_together_page .wt-faq{
  border:1px solid var(--wt-border); border-radius:16px; padding:16px; background:rgba(255,255,255,0.04);
}
#watch_together_page .wt-seo-block{ margin-bottom:14px; }
#watch_together_page .wt-seo-block h2,
#watch_together_page .wt-card h2,
#watch_together_page .wt-login-card h2,
#watch_together_page .wt-faq h2{ margin:0 0 8px; font-size:1.08rem; }
#watch_together_page .wt-seo-block p,
#watch_together_page .wt-help,
#watch_together_page .wt-faq p{ font-size:0.95rem; line-height:1.6; margin:0 0 10px; color:var(--wt-muted); }
#watch_together_page .wt-muted{ color:var(--wt-muted); }
#watch_together_page .wt-seo-list,
#watch_together_page .wt-internal-links ul{ margin:8px 0 0 18px; padding:0; color:var(--wt-muted); }
#watch_together_page .wt-seo-list li,
#watch_together_page .wt-internal-links li{ margin:6px 0; }
#watch_together_page .wt-internal-links{ margin-top:12px; font-size:0.95rem; }
#watch_together_page .wt-stack{ display:flex; flex-direction:column; gap:14px; }
#watch_together_page .wt-divider{ height:1px; background:rgba(255,255,255,0.10); margin:12px 0; }

/* ── Buttons ──────────────────────────────────────────────── */
#watch_together_page .wt-linkbtn,
#watch_together_page .wt-cta{
  appearance:none; border:1px solid var(--wt-accent-border); background:var(--wt-accent);
  color:rgba(255,255,255,0.92); border-radius:12px; padding:10px 16px; font-weight:800;
  cursor:pointer; text-decoration:none; display:inline-flex; align-items:center; justify-content:center;
  font-size:0.95rem; transition:background 0.15s, border-color 0.15s;
}
#watch_together_page .wt-linkbtn:hover,
#watch_together_page .wt-cta:hover{ background:rgba(47,111,179,0.75); border-color:rgba(111,177,255,0.50); color:#fff; }
#watch_together_page .wt-cta-row{ display:flex; flex-wrap:wrap; gap:10px; margin-top:10px; }

/* ── Benefits grid ────────────────────────────────────────── */
#watch_together_page .wt-benefits{ display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:10px; margin-top:12px; }
#watch_together_page .wt-benefit{
  padding:14px; border-radius:14px;
  background:rgba(255,255,255,0.04); border:1px solid var(--wt-border);
}
#watch_together_page .wt-benefit strong{ display:block; margin-bottom:6px; font-size:1rem; }
#watch_together_page .wt-benefit span{ font-size:0.92rem; color:var(--wt-muted); line-height:1.5; }

/* ── Friends grid — pill-style, matching serien-charts genre items ── */
#watch_together_page .wt-friends{
  display:grid; grid-template-columns:repeat(auto-fill, minmax(160px, 1fr));
  gap:10px; margin-top:12px;
}
#watch_together_page .wt-friend{
  display:flex; align-items:center; gap:10px; width:100%;
  padding:10px 14px; border-radius:14px;
  border:1px solid var(--wt-border); background:rgba(0,0,0,0.18);
  cursor:pointer; transition:border-color 0.15s, background 0.15s;
  user-select:none;
}
#watch_together_page .wt-friend:hover{ border-color:var(--wt-border2); background:rgba(255,255,255,0.05); }
/* Checked state — highlight like an active filter */
#watch_together_page .wt-friend:has(input:checked){
  border-color:var(--wt-accent-border);
  background:rgba(47,111,179,0.18);
}
#watch_together_page .wt-friend input[type="checkbox"]{
  width:16px; height:16px; flex:0 0 auto; cursor:pointer; 
}
#watch_together_page .wt-friend span{ font-weight:800; font-size:0.95rem; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }

/* Avatar circle */
#watch_together_page .wt-friend-avatar{
  width:30px; height:30px; border-radius:50%; flex:0 0 30px;
  background:rgba(47,111,179,0.40); border:1px solid var(--wt-accent-border);
  display:flex; align-items:center; justify-content:center;
  font-weight:900; font-size:0.85rem; color:#fff; text-transform:uppercase;
}

#watch_together_page .wt-selected-count{ margin-top:12px; font-size:0.92rem; color:rgba(255,255,255,0.88); }
#watch_together_page .wt-friend-actions{ display:flex; flex-wrap:wrap; gap:10px; margin-top:12px; }
#watch_together_page .wt-smallbtn{
  appearance:none; border:1px solid rgba(255,255,255,0.14); background:rgba(255,255,255,0.05);
  color:rgba(255,255,255,0.9); border-radius:10px; padding:8px 14px; font-weight:700; cursor:pointer;
  font-size:0.9rem; transition:background 0.15s;
}
#watch_together_page .wt-smallbtn:hover{ background:rgba(255,255,255,0.10); border-color:rgba(255,255,255,0.22); }
#watch_together_page .wt-submit-fallback{ margin-top:12px; }

/* ── Filter row ───────────────────────────────────────────── */
#watch_together_page .wt-filter-row{ display:flex; flex-wrap:wrap; gap:10px; align-items:center; }
#watch_together_page .wt-filter-row label{ font-weight:900; }
#watch_together_page .wt-filter-row select{
  display:block; border:1px solid rgba(255,255,255,0.16); background:rgba(0,0,0,0.35);
  color:rgba(255,255,255,0.92); border-radius:12px; padding:10px 36px 10px 14px;
  font-weight:800; font-size:1rem;
  appearance:none; -webkit-appearance:none;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='rgba(255,255,255,0.5)' stroke-width='1.8' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat:no-repeat; background-position:right 12px center;
}

/* ── Table tools — matching serien-charts search/sort style ── */
#watch_together_page .wt-table-tools{
  display:grid;
  grid-template-columns: minmax(160px,1fr) 120px minmax(130px,170px) minmax(130px,170px) 90px;
  gap:10px; align-items:end; margin-top:12px; margin-bottom:16px;
}
#watch_together_page .wt-table-tools label{ font-weight:900; font-size:0.88rem; color:var(--wt-muted); white-space:nowrap; }
#watch_together_page .wt-tool-group{ display:flex; flex-direction:column; gap:5px; }
#watch_together_page .wt-table-tools input[type="text"],
#watch_together_page .wt-table-tools select{
  display:block; border:1px solid rgba(255,255,255,0.16); background:rgba(0,0,0,0.35);
  color:rgba(255,255,255,0.92); border-radius:12px; padding:9px 12px;
  font-weight:800; font-size:0.9rem; width:100%; outline:none;
  appearance:none; -webkit-appearance:none;
  transition:border-color 0.15s;
}
#watch_together_page .wt-table-tools select{
  padding-right:30px;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='rgba(255,255,255,0.5)' stroke-width='1.8' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat:no-repeat; background-position:right 10px center;
}
#watch_together_page .wt-table-tools input[type="text"]:focus,
#watch_together_page .wt-table-tools select:focus{ border-color:rgba(111,177,255,0.45); }
#watch_together_page .wt-table-tools input[type="text"]::placeholder{ opacity:0.40; }

/* ── Card-Liste — immer sichtbar, Tabelle versteckt ──────── */
#watch_together_page .wt-table-wrap{ display:none; }
#watch_together_page .wt-card-list{ display:flex; flex-direction:column; gap:8px; }

/* Desktop: Cards in zwei Spalten */
@media (min-width:640px){
  #watch_together_page .wt-card-list{
    display:grid;
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
    gap:10px;
  }
}

#watch_together_page .wt-result-card{
  border:1px solid var(--wt-border);
  border-radius:14px;
  background:rgba(255,255,255,0.04);
  overflow:hidden;
  transition:border-color 0.12s;
}
#watch_together_page .wt-result-card:active{
  border-color:var(--wt-border2);
  background:rgba(255,255,255,0.06);
}

/* ── Zeile 1: Titel links, Treffer-Badge rechts ── */
#watch_together_page .wrc-row1{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:8px;
  padding:10px 12px 8px 12px;
  border-bottom:1px solid rgba(255,255,255,0.07);
}
#watch_together_page .wrc-title{
  flex:1; min-width:0;
  font-size:0.93rem;
  line-height:1.3;
}
#watch_together_page .wrc-title a{
  font-weight:700; display:block;
  overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
}
#watch_together_page .wrc-title .wt-type-badge{
  font-size:0.62rem; margin-right:4px; vertical-align:middle;
}
/* Streaming-Pills: einzeilig scrollbar unter dem Titel */
#watch_together_page .wrc-title .wt-stream-pills{
  display:flex; flex-wrap:nowrap; overflow-x:auto;
  margin-left:0; margin-top:5px; gap:4px;
  scrollbar-width:none; -ms-overflow-style:none;
}
#watch_together_page .wrc-title .wt-stream-pills::-webkit-scrollbar{ display:none; }
#watch_together_page .wrc-title .wt-pill{ font-size:0.70rem; padding:2px 7px; flex-shrink:0; }

/* Treffer-Badge: oben rechts, fixe Breite */
#watch_together_page .wrc-match-badge{
  flex-shrink:0;
  display:flex; align-items:center; justify-content:center;
}
#watch_together_page .wrc-match-badge .wt-badge{
  font-size:0.82rem; padding:4px 9px; white-space:nowrap;
}

/* ── Zeile 2: Freunde — wrapping when space allows, scroll when cramped ── */
#watch_together_page .wrc-row2{
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;          /* wrap onto next line when chips fit */
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  gap:0;
  padding:0;
  scrollbar-width:none; -ms-overflow-style:none;
}
#watch_together_page .wrc-row2::-webkit-scrollbar{ display:none; }

/* Jeder Freund: eigene Spalte mit Name oben + Pill unten */
#watch_together_page .wrc-chip{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:4px;
  padding:7px 10px;
  min-width:72px;          /* minimum so text doesn't get squished */
  flex:1 1 72px;           /* grow to share full width equally */
  border-right:1px solid rgba(255,255,255,0.06);
  border-top:1px solid rgba(255,255,255,0.06);
  text-align:center;
}

/* First row chips: no top border (border-bottom of row1 acts as separator) */
#watch_together_page .wrc-chip:first-child,
#watch_together_page .wrc-chip:not(:first-child){ border-top:1px solid rgba(255,255,255,0.06); }
/* Remove top border from all chips — the row1 border-bottom is enough */
#watch_together_page .wrc-row2{ border-top:1px solid rgba(255,255,255,0.06); }
#watch_together_page .wrc-chip{ border-top:none; }
#watch_together_page .wrc-chip:last-child{ border-right:none; }
#watch_together_page .wrc-chip-name{
  font-size:0.68rem; font-weight:800;
  color:rgba(255,255,255,0.55);
  max-width:90px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
  display:block;
}
#watch_together_page .wrc-chip .wt-cell-pill{
  font-size:0.72rem; padding:2px 7px; white-space:nowrap;
}

/* ══════════════════════════════════════════════════════════════
   MOBILE — alles unter 640px
   ══════════════════════════════════════════════════════════════ */
@media (max-width:860px){
  #watch_together_page .wt-table-tools{ grid-template-columns: 1fr 1fr; }
}

@media (max-width:640px){
  #watch_together_page{ padding:8px 8px 32px 8px; }
  #watch_together_page .wt-header,
  #watch_together_page .wt-seo-block,
  #watch_together_page .wt-card,
  #watch_together_page .wt-login-card,
  #watch_together_page .wt-faq{ padding:12px; border-radius:12px; }
  #watch_together_page .wt-header h1{ font-size:1.2rem; }
  #watch_together_page .wt-benefits{ grid-template-columns:1fr; gap:8px; }
  #watch_together_page .wt-friends{ grid-template-columns:repeat(2,minmax(0,1fr)); gap:8px; }
  #watch_together_page .wt-friend:active{ background:rgba(47,111,179,0.25); border-color:var(--wt-accent-border); }
  #watch_together_page .wt-friend-avatar{ width:26px; height:26px; flex:0 0 26px; font-size:0.78rem; }
  #watch_together_page .wt-table-tools{ grid-template-columns:1fr; gap:8px; }
  #watch_together_page .wt-page-btn{ min-width:30px; height:30px; font-size:0.80rem; padding:0 6px; }
  #watch_together_page .wt-summary .wt-badge{ font-size:0.78rem; padding:3px 8px; }
}

@media (max-width:380px){
  #watch_together_page .wt-friends{ grid-template-columns:1fr; }
  #watch_together_page .wt-header h1{ font-size:1.05rem; }
}

/* ── Type badge inside title cell ─────────────────────────── */
#watch_together_page .wt-type-badge {
  display: inline-flex;
  align-items: center;
  padding: 2px 7px;
  border-radius: 6px;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
  margin-right: 4px;
}
#watch_together_page .wt-type-movie {
  background: rgba(255,160,0,0.14);
  border: 1px solid rgba(255,160,0,0.28);
  color: rgba(255,180,50,0.95);
}
#watch_together_page .wt-type-serie {
  background: rgba(111,177,255,0.12);
  border: 1px solid rgba(111,177,255,0.25);
  color: rgba(140,195,255,0.95);
}

/* ── Streaming pills — identical to serien-charts ─────────── */
#watch_together_page .wt-stream-pills{
  display:inline-flex; flex-wrap:wrap; gap:5px; vertical-align:middle;
  margin-left:8px;
}
#watch_together_page .wt-pill{
  display:inline-flex; align-items:center; justify-content:center;
  padding:3px 9px; border-radius:999px;
  border:1px solid var(--wt-pill-border); background:var(--wt-pill-bg);
  color:rgba(255,255,255,0.90); text-decoration:none;
  font-weight:900; font-size:0.78rem; white-space:nowrap;
  transition:background 0.12s, border-color 0.12s;
}
#watch_together_page .wt-pill:hover{ border-color:rgba(111,177,255,0.35); background:rgba(47,111,179,0.22); }
#watch_together_page .badge--netflix   { background:rgba(229,9,20,0.12);   border-color:rgba(229,9,20,0.28); }
#watch_together_page .badge--prime     { background:rgba(0,168,225,0.12);  border-color:rgba(0,168,225,0.28); }
#watch_together_page .badge--disney    { background:rgba(17,60,252,0.12);  border-color:rgba(17,60,252,0.25); }
#watch_together_page .badge--sky       { background:rgba(0,180,255,0.10);  border-color:rgba(0,180,255,0.25); }
#watch_together_page .badge--magenta   { background:rgba(226,0,116,0.10);  border-color:rgba(226,0,116,0.25); }
#watch_together_page .badge--hbo       { background:rgba(0,70,255,0.10);   border-color:rgba(0,70,255,0.25); }
#watch_together_page .badge--paramount { background:rgba(0,70,255,0.10);   border-color:rgba(0,70,255,0.25); }
#watch_together_page .badge--apple     { background:rgba(255,255,255,0.06);border-color:rgba(255,255,255,0.20); }

/* ── Result table ─────────────────────────────────────────── */
#watch_together_page .wt-table-wrap{
  margin-top:14px; overflow-x:auto; -webkit-overflow-scrolling:touch; border-radius:16px;
  border:1px solid var(--wt-border); background:rgba(255,255,255,0.03);
}
#watch_together_page table#watchtogethertable{ width:100%; min-width:680px; border-collapse:collapse; }
#watch_together_page table#watchtogethertable th,
#watch_together_page table#watchtogethertable td{
  padding:11px 10px; border-top:1px solid rgba(255,255,255,0.06); vertical-align:middle; text-align:left;
}
#watch_together_page table#watchtogethertable thead th{
  border-top:none; background:rgba(255,255,255,0.05); font-size:0.92rem; color:rgba(255,255,255,0.94);
}
#watch_together_page table#watchtogethertable thead th{ position:sticky; top:0; z-index:1; }
#watch_together_page table#watchtogethertable caption{ text-align:left; padding:12px 12px 10px; font-weight:700; font-size:0.9rem; color:rgba(255,255,255,0.60); letter-spacing:0.2px; }

/* ── Demo card list — always visible ─────────────────────── */
#watch_together_page .wt-demo-card-list{
  display:flex; flex-direction:column; gap:8px; margin-top:14px;
}
@media (min-width:640px){
  #watch_together_page .wt-demo-card-list{
    display:grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap:10px;
  }
}

/* Sortable header */
#watch_together_page table#watchtogethertable th[data-sort]{ cursor:pointer; user-select:none; }
#watch_together_page table#watchtogethertable th[data-sort]:hover{ background:rgba(255,255,255,0.08); }
#watch_together_page table#watchtogethertable th[data-sort]::after{ content:''; margin-left:6px; opacity:0.35; font-size:0.8em; }
#watch_together_page table#watchtogethertable th[aria-sort="ascending"][data-sort]::after{ content:'↑'; opacity:0.85; }
#watch_together_page table#watchtogethertable th[aria-sort="descending"][data-sort]::after{ content:'↓'; opacity:0.85; }

/* Sticky title column — explizite Hintergründe für alle Zeilen-States */
#watch_together_page table#watchtogethertable td:first-child,
#watch_together_page table#watchtogethertable th:first-child{
  position:sticky; left:0;
  background: rgba(16,19,28,1);
  min-width:200px; max-width:300px;
  box-shadow: 3px 0 8px rgba(0,0,0,0.55);
}
#watch_together_page table#watchtogethertable thead th:first-child{
  z-index:3;
  background: rgba(22,26,38,1);
}
#watch_together_page table#watchtogethertable tbody td:first-child{ z-index:2; }
/* Gerade Zeilen brauchen eigenen Hintergrund damit inherit nicht transparent wird */
#watch_together_page table#watchtogethertable tbody tr:nth-child(even) td:first-child{
  background: rgba(22,25,36,1);
}
#watch_together_page table#watchtogethertable tbody tr:hover td:first-child{
  background: rgba(30,36,52,1);
}

/* Slim user columns — Typ-Spalte entfernt, col1=Titel col2=Treffer col3+=User */
#watch_together_page table#watchtogethertable th:not(:first-child):not(:nth-child(2)),
#watch_together_page table#watchtogethertable td:not(:first-child):not(:nth-child(2)){
  min-width:70px;
}
#watch_together_page table#watchtogethertable th:nth-child(2),
#watch_together_page table#watchtogethertable td:nth-child(2){ min-width:60px; white-space:nowrap; }

#watch_together_page .wt-col-user{
  max-width:100px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-size:0.84rem;
}
#watch_together_page .wt-col-title{ display:inline-block; max-width:100%; overflow-wrap:anywhere; font-weight:700; }
#watch_together_page table#watchtogethertable tbody td{ color:rgba(255,255,255,0.90); }
#watch_together_page table#watchtogethertable td.c,
#watch_together_page table#watchtogethertable th.c{ text-align:center; white-space:nowrap; }
#watch_together_page table#watchtogethertable tbody tr:nth-child(even){ background:rgba(255,255,255,0.015); }
#watch_together_page table#watchtogethertable tbody tr:hover{ background:rgba(255,255,255,0.05); }

/* ── Cell pills ───────────────────────────────────────────── */
#watch_together_page .wt-cell-pill{
  display:inline-flex; align-items:center; justify-content:center;
  min-width:36px; padding:4px 10px; border-radius:999px;
  border:1px solid rgba(255,255,255,0.10); background:rgba(255,255,255,0.04);
  font-size:0.82rem; font-weight:700; white-space:nowrap;
}
#watch_together_page .wt-cell-pill.is-watchlist{
  border-color:rgba(111,177,255,0.30); background:rgba(47,111,179,0.20); color:#9ac7ff;
}
#watch_together_page .wt-cell-pill.is-like{
  border-color:rgba(245,197,24,0.30); background:rgba(245,197,24,0.10); color:rgba(245,197,24,0.90);
}
#watch_together_page .wt-cell-pill.is-empty{ opacity:0.40; font-size:0.9rem; }
#watch_together_page .wt-cell-pill.is-skip{ border-color:rgba(220,60,60,0.40); background:rgba(220,60,60,0.14); color:rgba(255,100,100,0.92); }

/* ── Summary & badges ─────────────────────────────────────── */
#watch_together_page .wt-badge{
  display:inline-flex; align-items:center; justify-content:center; padding:4px 10px; border-radius:999px;
  font-weight:800; font-size:0.85rem; border:1px solid var(--wt-accent-border); background:rgba(47,111,179,0.22);
}
/* Match intensity: colour scales from neutral → green as ratio increases */
#watch_together_page .wt-badge.match-low  { background:rgba(47,111,179,0.18); border-color:rgba(111,177,255,0.28); color:rgba(160,200,255,0.90); }
#watch_together_page .wt-badge.match-mid  { background:rgba(40,160,100,0.20); border-color:rgba(60,200,120,0.35); color:rgba(100,220,150,0.95); }
#watch_together_page .wt-badge.match-high { background:rgba(30,180,80,0.28);  border-color:rgba(50,220,100,0.45); color:rgba(80,240,130,1.00); }
#watch_together_page .wt-badge.match-full { background:rgba(20,200,60,0.35);  border-color:rgba(40,240,80,0.55);  color:#fff; }
#watch_together_page .wt-summary{ display:flex; flex-wrap:wrap; gap:8px; margin-top:10px; margin-bottom:2px; }
#watch_together_page .wt-summary .wt-badge{ background:rgba(255,255,255,0.06); border-color:rgba(255,255,255,0.14); color:var(--wt-text); }
#watch_together_page .wt-hint-box{
  margin-top:10px; padding:12px; border-radius:12px;
  border:1px solid rgba(255,255,255,0.10); background:rgba(255,255,255,0.03);
}
#watch_together_page .wt-demo-note{ margin-top:10px; color:var(--wt-muted); font-size:0.94rem; }

/* ── FAQ ──────────────────────────────────────────────────── */
#watch_together_page .wt-faq{ margin-top:24px; }
#watch_together_page .wt-faq-item + .wt-faq-item{
  margin-top:0; border-top:1px solid rgba(255,255,255,0.08); padding-top:14px;
}
#watch_together_page .wt-faq-item h3{ margin:0 0 6px; font-size:1rem; }

/* ── Pagination ───────────────────────────────────────────── */
#watch_together_page .wt-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 14px;
  padding: 4px 0;
}
#watch_together_page .wt-page-info {
  font-size: 0.85rem;
  color: var(--wt-muted);
  text-align: center;
  margin-top: 8px;
}
#watch_together_page .wt-page-btn {
  appearance: none;
  border: 1px solid var(--wt-border);
  background: rgba(255,255,255,0.04);
  color: rgba(255,255,255,0.85);
  border-radius: 10px;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  font-weight: 800;
  font-size: 0.88rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.12s, border-color 0.12s;
  white-space: nowrap;
}
#watch_together_page .wt-page-btn:hover:not(:disabled) {
  background: rgba(255,255,255,0.09);
  border-color: var(--wt-border2);
}
#watch_together_page .wt-page-btn.active {
  background: var(--wt-accent);
  border-color: var(--wt-accent-border);
  color: #fff;
}
#watch_together_page .wt-page-btn:disabled {
  opacity: 0.35;
  cursor: default;
}
#watch_together_page .wt-page-ellipsis {
  color: var(--wt-muted);
  font-size: 0.9rem;
  padding: 0 4px;
  line-height: 36px;
}
/* ── Validation & empty states ────────────────────────────── */
#watch_together_page .wt-no-friends-msg {
  margin-top: 10px;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid rgba(255,180,0,0.30);
  background: rgba(255,180,0,0.08);
  color: rgba(255,200,50,0.95);
  font-size: 0.92rem;
  font-weight: 700;
}
#watch_together_page .wt-no-results-msg {
  margin-top: 12px;
  padding: 18px;
  text-align: center;
  border: 1px dashed rgba(255,255,255,0.14);
  border-radius: 14px;
  color: var(--wt-muted);
  font-size: 0.95rem;
}
/* Loading state on submit button */
#watch_together_page .wt-linkbtn:disabled {
  opacity: 0.55;
  cursor: default;
}

#serien_wie_wrap{
  --sw-border: rgba(255,255,255,0.12);
  --sw-text: rgba(255,255,255,0.92);
  --sw-muted: rgba(255,255,255,0.74);
  --sw-link: #6fb1ff;
  --sw-link-hover: #9ac7ff;
  --sw-pill-bg: rgba(0,0,0,0.25);
  --sw-pill-border: rgba(255,255,255,0.18);
  max-width:980px;margin:0 auto;padding:16px 10px 40px 10px;color:var(--sw-text);
}
#serien_wie_wrap a{color:var(--sw-link);text-underline-offset:2px}
#serien_wie_wrap a:hover{color:var(--sw-link-hover)}



/* ── Seitentitel ── */
#serien_wie_wrap h1{margin:0 0 14px;font-size:1.7rem;line-height:1.15;font-weight:900}

/* ── Topbox: Hero der Hauptserie (wie charts-hero) ── */
#serien_wie_wrap .topbox{
  border:1px solid var(--sw-border);
  border-radius:16px;
  padding:16px;
  background:linear-gradient(180deg,rgba(255,255,255,0.06),rgba(255,255,255,0.02));
  margin:0 0 20px;
}
#serien_wie_wrap .topbox-label{
  display:inline-block;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;
  color:rgba(85,214,255,0.85);background:rgba(85,214,255,0.10);
  border:1px solid rgba(85,214,255,0.22);border-radius:6px;padding:2px 8px;margin-bottom:10px;
}
#serien_wie_wrap .intro{margin:0 0 10px;line-height:1.6;color:var(--sw-text)}
#serien_wie_wrap .intro p{margin:0 0 8px}

/* ── Meta + Pills (geteilt zwischen topbox und karten) ── */
#serien_wie_wrap .meta{margin:8px 0 0;line-height:1.8;color:var(--sw-text);font-size:13px}
#serien_wie_wrap .meta b{font-weight:900;color:var(--sw-text)}
#serien_wie_wrap .sep{padding:0 5px;color:rgba(255,255,255,0.22)}

/* Genre pills – identisch charts */
#serien_wie_wrap .pill-genre,
#serien_wie_wrap .pill{display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;border-radius:999px;border:1px solid var(--sw-pill-border);background:var(--sw-pill-bg);color:rgba(255,255,255,0.92);text-decoration:none;font-weight:900;font-size:0.85rem;margin:0 2px 4px 0;white-space:nowrap}
#serien_wie_wrap .pill-genre:hover,#serien_wie_wrap .pill:hover{border-color:rgba(111,177,255,0.35);background:rgba(47,111,179,0.22);color:rgba(255,255,255,0.92)}

/* Stream badges – identisch charts */
#serien_wie_wrap .pill-stream{display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;border-radius:999px;border:1px solid var(--sw-pill-border);background:var(--sw-pill-bg);color:rgba(255,255,255,0.92);text-decoration:none;font-weight:900;font-size:0.85rem;margin:0 2px 4px 0;white-space:nowrap}
#serien_wie_wrap .pill-stream:hover{border-color:rgba(111,177,255,0.35);background:rgba(47,111,179,0.22)}
#serien_wie_wrap .badge--netflix{background:rgba(229,9,20,0.12);border-color:rgba(229,9,20,0.28)}
#serien_wie_wrap .badge--prime{background:rgba(0,168,225,0.12);border-color:rgba(0,168,225,0.28)}
#serien_wie_wrap .badge--disney{background:rgba(17,60,252,0.12);border-color:rgba(17,60,252,0.25)}
#serien_wie_wrap .badge--sky{background:rgba(0,180,255,0.10);border-color:rgba(0,180,255,0.25)}
#serien_wie_wrap .badge--hbo{background:rgba(0,70,255,0.10);border-color:rgba(0,70,255,0.25)}
#serien_wie_wrap .badge--paramount{background:rgba(0,70,255,0.10);border-color:rgba(0,70,255,0.25)}
#serien_wie_wrap .badge--magenta{background:rgba(226,0,116,0.10);border-color:rgba(226,0,116,0.25)}
#serien_wie_wrap .stream-row{margin-top:6px;display:flex;flex-wrap:wrap;align-items:center;gap:8px}
#serien_wie_wrap .stream-label{font-weight:1000;color:rgba(255,255,255,0.90)}
#serien_wie_wrap .charts-note{color:rgba(255,255,255,0.55);font-size:0.78rem}
#serien_wie_wrap .charts-note a{font-weight:900}

/* ── Teaser in Topbox ── */
#serien_wie_wrap .topbox .teaser{margin-top:10px;padding-top:10px;border-top:1px solid rgba(255,255,255,0.08);color:var(--sw-muted);line-height:1.65;font-size:14px}

/* ── Buttons ── */
#serien_wie_wrap .btnrow{margin-top:14px;display:flex;gap:8px;flex-wrap:wrap}
#serien_wie_wrap .btn{appearance:none;border:1px solid rgba(255,255,255,0.18);background:rgba(255,255,255,0.06);color:rgba(255,255,255,0.92);border-radius:12px;padding:10px 14px;font-weight:800;cursor:pointer;text-decoration:none;font-size:14px}
#serien_wie_wrap .btn:hover{background:rgba(255,255,255,0.10);border-color:rgba(255,255,255,0.24)}

/* ── Abschnitts-Label + H2 ── */
#serien_wie_wrap .section-label{font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,0.40);margin:0 0 6px}
#serien_wie_wrap h2{margin:0 0 12px;font-size:1.25rem;font-weight:900}

/* ── Karten-Liste: identisch .cards aus serien-charts ── */
#serien_wie_wrap .cards{display:flex;flex-direction:column;gap:12px}

/* serie-card: thumb links + content rechts, exakt wie Charts */
#serien_wie_wrap .serie-card{border:1px solid var(--sw-border);border-radius:18px;background:rgba(255,255,255,0.04);overflow:hidden;display:grid;grid-template-columns:140px 1fr;gap:14px;padding:14px}
#serien_wie_wrap .serie-card:hover{border-color:rgba(255,255,255,0.20);background:rgba(255,255,255,0.06)}
@media (max-width:700px){#serien_wie_wrap .serie-card{grid-template-columns:1fr}}

/* Thumb */
#serien_wie_wrap .serie-thumb{border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,0.12);background:rgba(0,0,0,0.22);min-height:110px;position:relative}
#serien_wie_wrap .serie-thumb a{display:block;width:100%;height:100%;min-height:110px;text-decoration:none;color:#fff;background-size:cover;background-position:center}
#serien_wie_wrap .serie-thumb .thumb-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:10px;background:linear-gradient(180deg,rgba(0,0,0,0.10),rgba(0,0,0,0.40))}
#serien_wie_wrap .serie-thumb .thumb-title{font-weight:900;text-align:center;font-size:0.95rem;line-height:1.2;text-shadow:0 2px 12px rgba(0,0,0,0.9)}

/* Content */
#serien_wie_wrap .serie-main h2{margin:0 0 6px;font-size:1.25rem}
#serien_wie_wrap .serie-main h2 a{text-decoration:none;color:var(--sw-text)}
#serien_wie_wrap .serie-main h2 a:hover{color:var(--sw-link-hover);text-decoration:underline}
#serien_wie_wrap .serie-main p{margin:8px 0 0;color:var(--sw-muted);line-height:1.6;font-size:0.92rem}

/* Actions */
#serien_wie_wrap .serie-actions{display:flex;justify-content:flex-start;align-items:center;gap:8px;flex-wrap:wrap;margin-top:12px;grid-column:2}
@media (max-width:700px){#serien_wie_wrap .serie-actions{justify-content:flex-start}}
#serien_wie_wrap .smallbtn{display:inline-flex;align-items:center;justify-content:center;padding:8px 13px;border-radius:10px;border:1px solid rgba(255,255,255,0.14);background:rgba(255,255,255,0.05);text-decoration:none;font-weight:900;font-size:13px;color:rgba(255,255,255,0.88)}
#serien_wie_wrap .smallbtn:hover{background:rgba(255,255,255,0.09)}
#serien_wie_wrap .smallbtn.primary{background:rgba(85,214,255,0.12);border-color:rgba(85,214,255,0.25);color:rgba(85,214,255,0.95)}
#serien_wie_wrap .smallbtn.primary:hover{background:rgba(85,214,255,0.18)}

/* ── Info-Box ── */
#serien_wie_wrap .info{margin-top:18px;padding:14px;border-radius:12px;border:1px solid var(--sw-border);background:rgba(255,255,255,0.03);line-height:1.7;color:var(--sw-text)}
#serien_wie_wrap .source{font-size:11px;color:rgba(255,255,255,0.55)}

/* ── FAQ – identisch serien-charts ── */
#serien_wie_wrap .sw-faq{margin-top:26px;padding:16px;border:1px solid var(--sw-border);border-radius:16px;background:rgba(255,255,255,0.03)}
#serien_wie_wrap .sw-faq h2{margin:0 0 12px;font-size:1.25rem;font-weight:900}
#serien_wie_wrap .sw-faq details{border-top:1px solid rgba(255,255,255,0.10);padding:10px 0}
#serien_wie_wrap .sw-faq details:first-of-type{border-top:none;padding-top:0}
#serien_wie_wrap .sw-faq summary{cursor:pointer;font-weight:800;color:#fff;font-size:1.0rem;list-style:none;outline:none;user-select:none}
#serien_wie_wrap .sw-faq summary::-webkit-details-marker{display:none}
#serien_wie_wrap .sw-faq summary::before{content:'+';display:inline-block;width:18px;margin-right:8px;color:var(--sw-link);font-weight:900}
#serien_wie_wrap .sw-faq details[open] summary::before{content:'−'}
#serien_wie_wrap .sw-faq details[open] summary{color:var(--sw-link)}
#serien_wie_wrap .sw-faq details p{margin:10px 0 0 26px;color:var(--sw-muted);line-height:1.6;font-size:0.95rem}

/* ── Watchlist-Button in serie-actions ── */
#serien_wie_wrap .watchlist-btn{appearance:none;border:1px solid rgba(255,255,255,0.14);background:rgba(255,255,255,0.05);color:rgba(255,255,255,0.88);border-radius:10px;padding:8px 13px;font-weight:900;font-size:13px;cursor:pointer;text-decoration:none;font-family:inherit;display:inline-flex;align-items:center;white-space:nowrap}
#serien_wie_wrap .watchlist-btn:hover{background:rgba(255,255,255,0.09);border-color:rgba(255,255,255,0.22)}
#serien_wie_wrap .watchlist-btn.is-active{border-color:rgba(111,177,255,0.45);background:rgba(47,111,179,0.22);color:rgba(255,255,255,0.95)}

/* ==========================================================================
 46. PAGE-SCOPED STYLES — .film comments + affiliate (film.php)
 ========================================================================== */

/* =========================================================
   Watchlist — styled to match /serien-charts/
   ========================================================= */
   #watchlist-page {
    --wl-border:       rgba(255,255,255,0.12);
    --wl-border2:      rgba(255,255,255,0.18);
    --wl-text:         rgba(255,255,255,0.92);
    --wl-muted:        rgba(255,255,255,0.74);
    --wl-panel:        rgba(255,255,255,0.06);
    --wl-panel2:       rgba(255,255,255,0.10);
    --wl-link:         #6fb1ff;
    --wl-link-hover:   #9ac7ff;
    --wl-pill-bg:      rgba(0,0,0,0.25);
    --wl-pill-border:  rgba(255,255,255,0.18);
    --wl-accent:       rgba(47,111,179,0.55);
    --wl-accent-border:rgba(111,177,255,0.35);
    color: var(--wl-text);
    max-width: 1200px;
    margin: 0 auto;
    padding: 12px 12px 40px 12px;
  }
  
  #watchlist-page a { color: var(--wl-link); text-underline-offset: 2px; }
  #watchlist-page a:hover { color: var(--wl-link-hover); }
  
  /* Hero */
  #watchlist-page .wl-hero {
    border: 1px solid var(--wl-border);
    border-radius: 16px;
    padding: 16px;
    background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
    margin-bottom: 14px;
  }
  #watchlist-page .wl-hero h1 {
    margin: 0 0 6px 0;
    font-size: 1.5rem;
    line-height: 1.15;
    letter-spacing: 0.2px;
  }
  #watchlist-page .wl-hero p {
    margin: 6px 0 0 0;
    color: var(--wl-muted);
    line-height: 1.6;
  }
  #watchlist-page .wl-hero p.wl-hero-note {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.68);
  }
  
  /* Guest box */
  #watchlist-page .wl-guest-box {
    border: 1px solid var(--wl-border);
    border-radius: 16px;
    padding: 16px;
    background: rgba(255,255,255,0.04);
    margin-bottom: 14px;
  }
  #watchlist-page .wl-guest-box h2 { margin: 0 0 8px 0; font-size: 1.25rem; }
  #watchlist-page .wl-guest-box p  { color: var(--wl-muted); line-height: 1.6; margin: 0 0 8px 0; }
  #watchlist-page .wl-guest-actions {
    display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px;
  }
  #watchlist-page .wl-guest-actions a {
    display: inline-block;
    padding: 10px 16px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 900;
    border: 1px solid rgba(255,255,255,0.18);
    background: rgba(255,255,255,0.06);
    color: var(--wl-text);
    font-size: 0.95rem;
  }
  #watchlist-page .wl-guest-actions a:hover { background: rgba(255,255,255,0.12); }
  #watchlist-page .wl-guest-actions a.primary {
    background: var(--wl-accent);
    border-color: var(--wl-accent-border);
  }
  #watchlist-page .wl-preview {
    margin-top: 14px;
  }
  #watchlist-page .wl-preview img {
    max-width: 100%;
    height: auto;
    border-radius: 14px;
    border: 1px solid var(--wl-border);
  }
  
  /* Filter shell */
  #watchlist-page .wl-filter-shell {
    border: 1px solid var(--wl-border);
    border-radius: 16px;
    background: rgba(255,255,255,0.04);
    padding: 14px;
    margin-bottom: 14px;
  }
  #watchlist-page .wl-filter-title {
    margin: 0 0 12px 0;
    font-size: 1.0rem;
    font-weight: 900;
    color: rgba(255,255,255,0.90);
  }
  #watchlist-page .wl-filter-providers {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  #watchlist-page .wl-provider-item {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(0,0,0,0.18);
    border-radius: 12px;
    padding: 9px 14px;
    cursor: pointer;
  }
  #watchlist-page .wl-provider-item:hover { border-color: rgba(255,255,255,0.22); }
  #watchlist-page .wl-provider-item input { width: 16px; height: 16px; cursor: pointer; }
  #watchlist-page .wl-provider-item label { cursor: pointer; font-weight: 800; font-size: 0.95rem; }
  
    #watchlist-page .wl-status-filter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 13px;
    padding-top: 13px;
    border-top: 1px solid rgba(255,255,255,0.10);
  }
  #watchlist-page .wl-status-filter-label {
    color: rgba(255,255,255,0.70);
    font-size: 0.86rem;
    font-weight: 900;
  }
  #watchlist-page .wl-status-filter-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 6px 12px;
    border: 1px solid rgba(255,255,255,0.13);
    border-radius: 999px;
    background: rgba(0,0,0,0.18);
    color: rgba(255,255,255,0.78);
    font-size: 0.86rem;
    font-weight: 900;
    text-decoration: none;
  }
  #watchlist-page .wl-status-filter-link:hover,
  #watchlist-page .wl-status-filter-link.is-active {
    border-color: rgba(111,177,255,0.38);
    background: rgba(47,111,179,0.24);
    color: #fff;
  }
/* Tabs */
  #watchlist-page .wl-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 14px;
  }
  #watchlist-page .wl-verify-notice {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 12px;
    margin: -2px 0 14px;
    padding: 10px 12px;
    border: 1px solid rgba(255,194,92,0.24);
    border-radius: 10px;
    background: rgba(255,194,92,0.08);
    color: rgba(255,235,180,0.94);
    font-size: 0.9rem;
    font-weight: 800;
  }
  #watchlist-page .wl-verify-notice a {
    color: #9ac7ff;
    font-weight: 900;
  }
  #watchlist-page .wl-tab {
    padding: 10px 20px;
    border-radius: 12px;
    border: 1px solid var(--wl-border);
    background: rgba(255,255,255,0.04);
    color: var(--wl-muted);
    text-decoration: none;
    font-weight: 800;
    font-size: 0.95rem;
    transition: background 0.15s, border-color 0.15s;
  }
  #watchlist-page .wl-tab:hover {
    background: rgba(255,255,255,0.08);
    border-color: var(--wl-border2);
    color: var(--wl-text);
  }
  #watchlist-page .wl-tab.active {
    background: var(--wl-accent);
    border-color: var(--wl-accent-border);
    color: #fff;
  }
  
  /* Season dropdown for watched view */
  #watchlist-page .wl-seen-select-wrap {
    margin-bottom: 14px;
  }
  #watchlist-page .wl-seen-select-wrap select {
    appearance: none;
    border: 1px solid rgba(255,255,255,0.16);
    background: rgba(0,0,0,0.30);
    color: rgba(255,255,255,0.92);
    border-radius: 12px;
    padding: 10px 40px 10px 14px;
    font-weight: 800;
    font-size: 1rem;
    cursor: pointer;
    min-width: 200px;
  }
  
  /* Cards list */
  #watchlist-page .wl-cards {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  
  /* Single card — same grid as serien-charts */
  #watchlist-page .wl-card {
    border: 1px solid var(--wl-border);
    border-radius: 18px;
    background: rgba(255,255,255,0.04);
    overflow: hidden;
    display: grid;
    grid-template-columns: 160px 1fr auto;
    gap: 14px;
    padding: 14px;
    transition: border-color 0.15s;
  }
  #watchlist-page .wl-card:hover {
    border-color: var(--wl-border2);
  }
  #watchlist-page .wl-card.future-card {
    opacity: 0.72;
  }
  @media (max-width: 860px) {
    #watchlist-page .wl-card {
      grid-template-columns: 1fr;
    }
  }
  
  /* Thumb — identical approach to serien-charts .serie-thumb */
  #watchlist-page .wl-thumb {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(0,0,0,0.22);
    min-height: 120px;
    position: relative;
  }
  #watchlist-page .wl-thumb a {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 120px;
    text-decoration: none;
    color: #fff;
    background-image: url('/img/serien_img2.png');
    background-size: cover;
    background-position: center;
  }
  #watchlist-page .wl-thumb .thumb-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px 12px 12px;
    background: linear-gradient(180deg, rgba(0,0,0,0.15), rgba(0,0,0,0.35));
  }
  #watchlist-page .wl-thumb .thumb-title {
    font-weight: 1000;
    text-align: center;
    font-size: 1.0rem;
    line-height: 1.2;
    text-shadow: 0 2px 14px rgba(0,0,0,0.85);
  }
  
  /* Main info */
  #watchlist-page .wl-main { min-width: 0; }
  #watchlist-page .wl-main h2 {
    margin: 0 0 6px 0;
    font-size: 1.25rem;
  }
  #watchlist-page .wl-main h2 a { text-decoration: none; }
  #watchlist-page .wl-main h2 a:hover { text-decoration: underline; }
  
  #watchlist-page .wl-meta {
    font-size: 0.92rem;
    color: var(--wl-muted);
    margin: 0 0 8px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
  }
  #watchlist-page .wl-meta .sep { opacity: 0.45; }
  
    #watchlist-page .wl-status-line {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 2px 0 8px;
  }
  #watchlist-page .wl-status-chip {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 3px 9px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.14);
    background: rgba(255,255,255,0.055);
    color: rgba(255,255,255,0.84);
    font-size: 0.78rem;
    font-weight: 900;
    line-height: 1.15;
  }
  #watchlist-page .wl-status-chip.is-new { border-color: rgba(111,177,255,0.34); background: rgba(47,111,179,0.16); color: #bcdcff; }
  #watchlist-page .wl-status-chip.is-open { border-color: rgba(130,220,160,0.28); background: rgba(65,150,95,0.14); color: #c9f3d4; }
  #watchlist-page .wl-status-chip.is-almost { border-color: rgba(255,194,92,0.30); background: rgba(255,194,92,0.12); color: #ffe0a6; }
  #watchlist-page .wl-status-chip.is-current { border-color: rgba(120,210,255,0.26); background: rgba(80,160,210,0.12); color: #c7ecff; }
  #watchlist-page .wl-status-chip.is-done { border-color: rgba(190,150,255,0.30); background: rgba(140,95,220,0.14); color: #e0d2ff; }
/* Episode name highlight */
  #watchlist-page .wl-epname {
    font-weight: 900;
    color: rgba(255,255,255,0.88);
  }
  
  /* Overview */
  #watchlist-page .wl-overview {
    margin: 6px 0 0 0;
    color: rgba(255,255,255,0.76);
    line-height: 1.6;
    font-size: 0.93rem;
  }
  
  /* Progress bar */
  #watchlist-page .wl-progress-wrap {
    margin: 10px 0 6px 0;
  }
  #watchlist-page .wl-progress-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--wl-muted);
  }
  #watchlist-page .wl-progress-row {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  #watchlist-page .wl-progress-track {
    flex: 1;
    height: 20px;
    border-radius: 999px;
    background: rgba(255,255,255,0.10);
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
  }
  #watchlist-page .wl-progress-bar {
    position: absolute;
    left: 0; top: 0; bottom: 0;
    border-radius: 999px;
    background: linear-gradient(90deg, #3a7fd5, #6fb1ff);
    transition: width 0.4s ease;
    min-width: 4px;
  }
  #watchlist-page .wl-progress-count {
    position: relative;
    z-index: 1;
    width: 100%;
    text-align: center;
    font-size: 0.78rem;
    font-weight: 900;
    color: #fff;
    text-shadow: 0 1px 4px rgba(0,0,0,0.6);
    letter-spacing: 0.3px;
    pointer-events: none;
    white-space: nowrap;
  }
  /* Smaller buttons flanking the progress bar */
  #watchlist-page .wl-prog-btn {
    width: 34px;
    height: 34px;
    font-size: 0.95rem;
    flex-shrink: 0;
  }
  
  /* Season skip button — fixed size, no overflow */
  #watchlist-page .wl-season-btn {
    width: 44px;
    min-width: 44px;
    max-width: 44px;
    padding: 5px 2px;
    gap: 3px;
    flex-direction: column;
    height: 44px;
    overflow: hidden;
    border-color: rgba(255,255,255,0.18);
  }
  #watchlist-page .wl-season-btn:hover {
    border-color: rgba(111,177,255,0.40);
    background: rgba(47,111,179,0.20);
  }
  #watchlist-page .wl-season-icon {
    font-size: 1.05rem;
    line-height: 1;
    flex-shrink: 0;
  }
  #watchlist-page .wl-season-label {
    font-size: 0.58rem;
    font-weight: 900;
    line-height: 1;
    opacity: 0.80;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    max-width: 100%;
  }
  
  /* Remove from watchlist — clear red X */
  #watchlist-page .wl-remove-btn {
    border-color: rgba(220,60,60,0.25);
    background: rgba(220,60,60,0.06);
    color: rgba(255,100,100,0.70);
    font-size: 1.1rem;
    font-weight: 700;
  }
  #watchlist-page .wl-remove-btn:hover {
    border-color: rgba(220,60,60,0.55);
    background: rgba(220,60,60,0.16);
    color: rgba(255,100,100,1);
  }
  #watchlist-page .wl-remove-icon {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1;
  }
  
  /* Streaming pills — identical to serien-charts */
  #watchlist-page .stream-row {
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
  }
  #watchlist-page .stream-label {
    font-weight: 1000;
    color: rgba(255,255,255,0.90);
    font-size: 0.88rem;
  }
  #watchlist-page .pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    border-radius: 999px;
    border: 1px solid var(--wl-pill-border);
    background: var(--wl-pill-bg);
    color: rgba(255,255,255,0.92);
    text-decoration: none;
    font-weight: 900;
    font-size: 0.82rem;
    margin: 0 2px 4px 0;
    white-space: nowrap;
  }
  #watchlist-page .pill:hover {
    border-color: rgba(111,177,255,0.35);
    background: rgba(47,111,179,0.22);
  }
  #watchlist-page .badge--netflix   { background: rgba(229,9,20,0.12);   border-color: rgba(229,9,20,0.28); }
  #watchlist-page .badge--prime     { background: rgba(0,168,225,0.12);  border-color: rgba(0,168,225,0.28); }
  #watchlist-page .badge--disney    { background: rgba(17,60,252,0.12);  border-color: rgba(17,60,252,0.25); }
  #watchlist-page .badge--sky       { background: rgba(0,180,255,0.10);  border-color: rgba(0,180,255,0.25); }
  #watchlist-page .badge--magenta   { background: rgba(226,0,116,0.10);  border-color: rgba(226,0,116,0.25); }
  #watchlist-page .badge--hbo       { background: rgba(0,70,255,0.10);   border-color: rgba(0,70,255,0.25); }
  #watchlist-page .badge--paramount { background: rgba(0,70,255,0.10);   border-color: rgba(0,70,255,0.25); }
  #watchlist-page .badge--apple     { background: rgba(255,255,255,0.06);border-color: rgba(255,255,255,0.20); }
  
  /* Actions column */
  #watchlist-page .wl-actions {
    display: flex;
    flex-direction: column;
    gap: 7px;
    align-items: center;
    justify-content: flex-start;
    min-width: 138px;
    padding: 4px;
  }
  @media (max-width: 860px) {
    #watchlist-page .wl-actions {
      flex-direction: row;
      flex-wrap: wrap;
      align-items: center;
      justify-content: flex-start;
      min-width: 0;
      width: 100%;
    }
  }
  
  /* Watchlist remove btn — same as serien-charts watchlist-btn */
  #watchlist-page .btn {
    appearance: none;
    border: 1px solid rgba(255,255,255,0.18);
    background: rgba(255,255,255,0.06);
    color: rgba(255,255,255,0.92);
    border-radius: 12px;
    padding: 9px 12px;
    font-weight: 800;
    font-size: 0.85rem;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.15s, border-color 0.15s;
  }
  #watchlist-page .btn:hover {
    background: rgba(255,255,255,0.10);
    border-color: rgba(255,255,255,0.24);
  }
  #watchlist-page .btn.btn-primary {
    background: var(--wl-accent);
    border-color: var(--wl-accent-border);
  }
  #watchlist-page .btn.btn-primary:hover {
    background: rgba(47,111,179,0.72);
  }
  #watchlist-page .btn.is-active {
    border-color: var(--wl-accent-border);
    background: rgba(47,111,179,0.22);
  }
  
  /* Ep / Season action buttons — icon style */
  #watchlist-page .wl-icon-btn {
    appearance: none;
    border: 1px solid rgba(255,255,255,0.16);
    background: linear-gradient(180deg, rgba(255,255,255,0.09), rgba(255,255,255,0.045));
    color: rgba(255,255,255,0.88);
    border-radius: 12px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s, color 0.15s, transform 0.15s, box-shadow 0.15s;
    flex-shrink: 0;
    text-decoration: none;
    font-size: 1.1rem;
    font-family: inherit;
    line-height: 1;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
  }
  #watchlist-page .wl-action-btn {
    width: 132px;
    height: 36px;
    padding: 0 10px;
    justify-content: flex-start;
    gap: 8px;
    font-size: 0.78rem;
    font-weight: 900;
    text-align: left;
  }
  #watchlist-page .wl-action-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    min-width: 18px;
    height: 18px;
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
    font-size: 0.72rem;
    line-height: 1;
  }
  #watchlist-page .wl-action-text {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #watchlist-page .wl-icon-btn:hover {
    background: linear-gradient(180deg, rgba(255,255,255,0.14), rgba(255,255,255,0.07));
    border-color: rgba(255,255,255,0.28);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(0,0,0,0.18), inset 0 1px 0 rgba(255,255,255,0.08);
  }
  #watchlist-page .wl-icon-btn:focus-visible {
    outline: 2px solid rgba(111,177,255,0.85);
    outline-offset: 2px;
  }
  #watchlist-page .wl-icon-btn:disabled {
    opacity: 0.58;
    cursor: wait;
    transform: none;
  }
  #watchlist-page .wl-icon-btn.fav-btn {
    font-size: 1.3rem;
  }
  #watchlist-page .wl-icon-btn.fav-btn.wl-action-btn {
    font-size: 0.78rem;
  }
  #watchlist-page .wl-icon-btn.fav-btn .wl-action-icon {
    font-size: 0.9rem;
  }
  #watchlist-page .wl-icon-btn.fav-btn:hover {
    border-color: rgba(245,197,24,0.32);
    color: rgba(255,218,82,0.96);
  }
  #watchlist-page .wl-icon-btn.fav-btn.is-fav {
    color: #f5c518;
    border-color: rgba(245,197,24,0.35);
    background: linear-gradient(180deg, rgba(245,197,24,0.18), rgba(245,197,24,0.08));
  }
  #watchlist-page .wl-icon-btn.btn-primary {
    background: linear-gradient(180deg, rgba(47,111,179,0.92), rgba(47,111,179,0.70));
    border-color: var(--wl-accent-border);
    color: #fff;
  }
  #watchlist-page .wl-icon-btn.btn-primary:hover {
    background: linear-gradient(180deg, rgba(67,135,210,0.96), rgba(47,111,179,0.76));
  }
  #watchlist-page .wl-prog-btn {
    width: 34px;
    min-width: 34px;
    height: 34px;
    border-radius: 10px;
    padding: 0;
    font-size: 0.95rem;
  }
  #watchlist-page .wl-season-btn {
    width: 132px !important;
    min-width: 132px !important;
    max-width: 132px !important;
    height: 36px;
    padding: 0 10px;
    flex-direction: row;
    justify-content: flex-start;
    gap: 8px;
    overflow: visible;
    border-color: rgba(255,255,255,0.16);
    background: linear-gradient(180deg, rgba(255,255,255,0.09), rgba(255,255,255,0.045));
    color: rgba(255,255,255,0.88);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
  }
  #watchlist-page .wl-season-btn:hover {
    border-color: rgba(255,255,255,0.28);
    background: linear-gradient(180deg, rgba(255,255,255,0.14), rgba(255,255,255,0.07));
  }
  #watchlist-page .wl-season-icon {
    display: none;
  }
  #watchlist-page .wl-season-label {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.76rem;
    line-height: 1;
    font-weight: 900;
    text-transform: none;
    white-space: nowrap;
  }
  #watchlist-page .wl-season-btn .wl-action-text {
    text-align: left;
  }
  #watchlist-page .wl-season-btn .wl-action-icon {
    background: rgba(255,255,255,0.12);
    color: rgba(190,220,255,0.95);
    font-size: 0.78rem;
  }
  #watchlist-page .wl-remove-btn {
    border-color: rgba(220,60,60,0.28);
    background: linear-gradient(180deg, rgba(220,60,60,0.12), rgba(220,60,60,0.05));
    color: rgba(255,132,132,0.86);
  }
  #watchlist-page .wl-remove-btn:hover {
    border-color: rgba(220,60,60,0.58);
    background: linear-gradient(180deg, rgba(220,60,60,0.22), rgba(220,60,60,0.10));
    color: rgba(255,165,165,1);
  }
  #watchlist-page .wl-remove-icon {
    font-size: 1.05rem;
    font-weight: 900;
    line-height: 1;
  }
  #watchlist-page .wl-reminder-controls {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  #watchlist-page .wl-reminder-btn {
    width: 132px;
    height: 36px;
    padding: 0 10px;
    flex-direction: row;
    gap: 8px;
    justify-content: flex-start;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0;
    color: rgba(174,210,255,0.92);
    border-color: rgba(111,177,255,0.24);
  }
  #watchlist-page .wl-reminder-text {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #watchlist-page .wl-reminder-hint {
    max-width: 132px;
    color: rgba(255,235,180,0.86);
    font-size: 0.68rem;
    line-height: 1.25;
    text-align: center;
    font-weight: 800;
  }
  #watchlist-page .wl-reminder-btn.is-active {
    background: linear-gradient(180deg, rgba(47,111,179,0.44), rgba(47,111,179,0.24));
    border-color: rgba(111,177,255,0.62);
    color: #fff;
    box-shadow: 0 0 0 1px rgba(111,177,255,0.12), inset 0 1px 0 rgba(255,255,255,0.08);
  }
  #watchlist-page .wl-reminder-btn.is-active .wl-action-icon {
    background: rgba(111,177,255,0.36);
  }
  @media (max-width: 860px) {
    #watchlist-page .wl-reminder-controls {
      flex-direction: row;
    }
  }
  
  /* Last episode badge */
  #watchlist-page .wl-lastep-badge {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.14);
    font-size: 0.80rem;
    font-weight: 800;
    color: var(--wl-muted);
    margin-top: 6px;
  }

  #watchlist-page .wl-completion-rate {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(255,255,255,0.12);
  }
  #watchlist-page .wl-completion-rate-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    min-width: 34px;
    height: 34px;
    border-radius: 8px;
    background: rgba(245,197,24,0.12);
    color: #f5c518;
  }
  #watchlist-page .wl-completion-rate-copy {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
    flex: 1;
  }
  #watchlist-page .wl-completion-rate-copy strong {
    color: rgba(255,255,255,0.94);
    line-height: 1.3;
  }
  #watchlist-page .wl-completion-rate-copy span {
    color: var(--wl-muted);
    font-size: 0.82rem;
    line-height: 1.35;
  }
  #watchlist-page .wl-completion-rate-btn {
    flex-shrink: 0;
  }
  @media (max-width: 560px) {
    #watchlist-page .wl-completion-rate {
      align-items: flex-start;
      flex-wrap: wrap;
    }
    #watchlist-page .wl-completion-rate-btn {
      width: 100%;
      text-align: center;
    }
  }
  
  /* Filler tag */
  #watchlist-page .wl-filler {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 999px;
    background: rgba(255,165,0,0.15);
    border: 1px solid rgba(255,165,0,0.25);
    font-size: 0.78rem;
    font-weight: 800;
    color: rgba(255,165,0,0.90);
  }
  
  /* Empty state */
  #watchlist-page .wl-empty {
    border: 1px solid var(--wl-border);
    border-radius: 18px;
    background: rgba(255,255,255,0.04);
    padding: 32px 20px;
    text-align: center;
  }
  #watchlist-page .wl-empty h3 { margin: 0 0 10px 0; font-size: 1.2rem; }
  #watchlist-page .wl-empty p  { color: var(--wl-muted); margin: 0 0 16px 0; }
  #watchlist-page .wl-empty-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }

  /* Rated series */
  #rated-series-page{max-width:1180px;margin:0 auto;padding:16px;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;}
  #rated-series-page *{box-sizing:border-box;}
  #rated-series-page .warning{padding:12px 14px;border-radius:14px;background:rgba(255,0,0,.08);border:1px solid rgba(255,0,0,.18);margin:12px 0;font-weight:900;}
  #rated-series-page .hero{padding:18px;border-radius:16px;background:linear-gradient(135deg,rgba(255,255,255,.07),rgba(255,255,255,.02));border:1px solid rgba(255,255,255,.10);box-shadow:0 8px 24px rgba(0,0,0,.25);margin-bottom:16px;}
  #rated-series-page .hero-top{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;flex-wrap:wrap;}
  #rated-series-page .hero-title{margin:0;font-size:26px;font-weight:900;letter-spacing:.2px;line-height:1.15;}
  #rated-series-page .hero-desc{margin:8px 0 0;opacity:.85;font-weight:800;line-height:1.45;}
  #rated-series-page .hero-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap;}
  #rated-series-page .btn{border:1px solid rgba(255,255,255,.14);padding:10px 14px;border-radius:12px;font-weight:900;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:transform .08s ease,background .12s ease,border-color .12s ease;color:inherit;background:rgba(255,255,255,.08);white-space:nowrap;}
  #rated-series-page .btn:active{transform:scale(.98);}
  #rated-series-page .btn-primary{background:rgba(47,111,179,.58);border-color:rgba(111,177,255,.35);color:#fff;}
  #rated-series-page .btn-primary:hover{background:rgba(47,111,179,.74);}
  #rated-series-page .btn-secondary:hover{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.22);}
  #rated-series-page .watchlist-btn.is-active{border-color:rgba(111,177,255,.45);background:rgba(47,111,179,.22);}
  #rated-series-page .stats-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:14px;}
  #rated-series-page .stat{padding:12px;border-radius:14px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);}
  #rated-series-page .stat-label{font-size:12px;opacity:.75;margin-bottom:6px;font-weight:800;}
  #rated-series-page .stat-value{font-size:20px;font-weight:900;}
  #rated-series-page .insight-row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin:12px 0 0;}
  #rated-series-page .insight-item{padding:10px 11px;border-radius:12px;background:rgba(0,0,0,.16);border:1px solid rgba(255,255,255,.08);}
  #rated-series-page .insight-item span{display:block;margin:0 0 4px;color:rgba(255,255,255,.56);font-size:.72rem;font-weight:900;}
  #rated-series-page .insight-item strong{display:block;color:rgba(255,255,255,.94);font-size:1.02rem;line-height:1.15;font-weight:900;}
  #rated-series-page .controls{display:grid;grid-template-columns:1.5fr repeat(5,minmax(130px,1fr));gap:12px;margin:14px 0 10px;padding:12px;border:1px solid rgba(255,255,255,.10);border-radius:16px;background:rgba(255,255,255,.04);}
  #rated-series-page .controls label{display:flex;flex-direction:column;gap:5px;min-width:0;}
  #rated-series-page .controls label span{font-size:.74rem;font-weight:900;color:rgba(255,255,255,.56);}
  #rated-series-page .input,#rated-series-page .select{width:100%;min-height:42px;border-radius:12px;padding:10px 12px;border:1px solid rgba(255,255,255,.12);background:rgba(0,0,0,.45);color:#fff;font-weight:800;}
  #rated-series-page .input::placeholder{color:rgba(255,255,255,.65);}
  #rated-series-page .input:focus,#rated-series-page .select:focus{outline:none;border-color:rgba(110,231,255,.55);box-shadow:0 0 0 3px rgba(110,231,255,.15);}
  #rated-series-page .result-meta{margin:0 0 12px;color:rgba(255,255,255,.64);font-size:.86rem;font-weight:800;}
  #rated-series-page .grid{display:flex;flex-direction:column;gap:12px;}
  #rated-series-page .card{border-radius:18px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.09);box-shadow:0 10px 22px rgba(0,0,0,.18);overflow:hidden;position:relative;display:grid;grid-template-columns:160px 1fr auto;gap:14px;padding:14px;}
  #rated-series-page .card:hover{border-color:rgba(255,255,255,.16);}
  #rated-series-page .rs-thumb{border-radius:14px;overflow:hidden;border:1px solid rgba(255,255,255,.12);background:linear-gradient(135deg,rgba(47,90,179,.30),rgba(10,14,28,.95));min-height:128px;position:relative;}
  #rated-series-page .rs-thumb a{display:block;width:100%;height:100%;min-height:128px;text-decoration:none;color:#fff;}
  #rated-series-page .thumb-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:12px;background:linear-gradient(180deg,rgba(0,0,0,.10),rgba(0,0,0,.38));}
  #rated-series-page .thumb-title{font-weight:1000;text-align:center;font-size:1.05rem;line-height:1.2;text-shadow:0 2px 14px rgba(0,0,0,.85);}
  #rated-series-page .rs-main{min-width:0;}
  #rated-series-page .card-head{padding:0 0 10px;border-bottom:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;align-items:flex-start;gap:10px;}
  #rated-series-page .card-title{margin:0;font-size:1.25rem;font-weight:900;line-height:1.2;}
  #rated-series-page .card-title a{text-decoration:none;}
  #rated-series-page .card-title a:hover{text-decoration:underline;}
  #rated-series-page .rated-date{margin-top:4px;color:rgba(255,255,255,.54);font-size:.8rem;font-weight:800;}
  #rated-series-page .badge-rating{display:inline-flex;gap:8px;align-items:center;padding:6px 10px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);font-weight:900;font-size:13px;white-space:nowrap;}
  #rated-series-page .card-body{padding:12px 0 0;}
  #rated-series-page .meta{display:grid;grid-template-columns:1fr;gap:8px;}
  #rated-series-page .meta-row{display:grid;grid-template-columns:150px 1fr;align-items:center;gap:12px;font-weight:900;font-size:13px;opacity:.95;}
  #rated-series-page .meta-row span:first-child{opacity:.75;}
  #rated-series-page .starbar img{vertical-align:middle;height:17px;width:17px;margin-right:2px;display:inline-block;}
  #rated-series-page .rs-pills-row,#rated-series-page .rs-streams{margin-top:10px;display:flex;align-items:center;gap:6px;flex-wrap:wrap;}
  #rated-series-page .rs-pills-row strong,#rated-series-page .rs-streams strong{font-size:.82rem;color:rgba(255,255,255,.62);}
  #rated-series-page .rs-pill{display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.16);background:rgba(0,0,0,.22);color:rgba(255,255,255,.90);text-decoration:none;font-weight:900;font-size:.82rem;white-space:nowrap;}
  #rated-series-page .rs-pill:hover{border-color:rgba(111,177,255,.35);background:rgba(47,111,179,.22);}
  #rated-series-page .badge--netflix{background:rgba(229,9,20,.12);border-color:rgba(229,9,20,.28);}
  #rated-series-page .badge--amazon{background:rgba(0,168,225,.12);border-color:rgba(0,168,225,.28);}
  #rated-series-page .badge--disney{background:rgba(17,60,252,.12);border-color:rgba(17,60,252,.25);}
  #rated-series-page .badge--sky{background:rgba(0,180,255,.10);border-color:rgba(0,180,255,.25);}
  #rated-series-page .badge--hbo,#rated-series-page .badge--paramount{background:rgba(0,70,255,.10);border-color:rgba(0,70,255,.25);}
  #rated-series-page .badge--magenta{background:rgba(226,0,116,.10);border-color:rgba(226,0,116,.25);}
  #rated-series-page .badge--apple{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.22);}
  #rated-series-page .rs-teaser{margin:10px 0 0;color:rgba(255,255,255,.72);line-height:1.55;}
  #rated-series-page .progress{height:10px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.10);overflow:hidden;margin-top:12px;}
  #rated-series-page .progress>div{height:100%;border-radius:999px;background:linear-gradient(90deg,#6ee7ff,#a78bfa,#fb7185);}
  #rated-series-page .rs-actions{display:flex;flex-direction:column;gap:8px;align-items:stretch;min-width:150px;}
  #rated-series-page .empty{padding:22px;border-radius:16px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.09);box-shadow:0 10px 22px rgba(0,0,0,.18);font-weight:900;opacity:.92;}
  #rated-series-page .empty h2{margin:0 0 8px;font-size:1.2rem;}
  #rated-series-page .empty p{margin:0 0 14px;color:rgba(255,255,255,.68);line-height:1.55;}
  #rated-series-page .empty-filtered{display:none;margin-top:12px;}
  @media (max-width:1050px){#rated-series-page .controls{grid-template-columns:repeat(2,minmax(0,1fr));}#rated-series-page .control-wide{grid-column:1/-1;}}
  @media (max-width:860px){#rated-series-page .stats-row,#rated-series-page .insight-row{grid-template-columns:repeat(2,minmax(0,1fr));}#rated-series-page .card{grid-template-columns:1fr;}#rated-series-page .rs-actions{flex-direction:row;flex-wrap:wrap;min-width:0;}#rated-series-page .rs-actions .btn{flex:1 1 160px;}}
  @media (max-width:560px){#rated-series-page{padding:12px;}#rated-series-page .controls{grid-template-columns:1fr;}#rated-series-page .meta-row{grid-template-columns:1fr;gap:4px;}#rated-series-page .hero-actions .btn{width:100%;}}

  #serien_wie_hub{
    --sh-border:rgba(255,255,255,0.11);
    --sh-text:rgba(255,255,255,0.92);
    --sh-muted:rgba(255,255,255,0.72);
    --sh-link:#6fb1ff;
    --sh-link-hover:#9ac7ff;
    max-width:1100px;margin:0 auto;padding:12px 12px 40px 12px;color:var(--sh-text);
  }
  
  /* ── Hero ── */
  #serien_wie_hub .hero{border:1px solid var(--sh-border);background:linear-gradient(180deg,rgba(255,255,255,0.05),rgba(255,255,255,0.02));border-radius:16px;padding:18px;margin:10px 0 22px}
  #serien_wie_hub h1{margin:0 0 8px;font-size:1.6rem;line-height:1.15;font-weight:900}
  #serien_wie_hub .sub{color:rgba(255,255,255,0.82);margin:0 0 4px;line-height:1.5}
  #serien_wie_hub .sub2{color:rgba(255,255,255,0.62);margin:0 0 12px;line-height:1.45;font-size:0.92rem}
  
  /* Suche */
  #serien_wie_hub .searchrow{display:grid;grid-template-columns:1fr;gap:10px;margin-top:12px}
  @media(min-width:720px){#serien_wie_hub .searchrow{grid-template-columns:1fr 240px;align-items:stretch}}
  #serien_wie_hub .inputwrap{position:relative}
  #serien_wie_hub input[type="text"]{width:100%;padding:12px;border-radius:12px;border:1px solid rgba(255,255,255,0.14);background:rgba(255,255,255,0.06);color:var(--sh-text);outline:none;box-sizing:border-box}
  #serien_wie_hub input[type="text"]:focus{border-color:rgba(85,214,255,0.55);box-shadow:0 0 0 3px rgba(85,214,255,0.14)}
  #serien_wie_hub .btn{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:12px;border-radius:12px;border:1px solid rgba(85,214,255,0.30);background:rgba(85,214,255,0.16);color:var(--sh-text);text-decoration:none;font-weight:900}
  #serien_wie_hub .btn:hover{background:rgba(85,214,255,0.22);border-color:rgba(85,214,255,0.40)}
  #serien_wie_hub .tip{margin-top:8px;color:rgba(255,255,255,0.55);font-size:12px}
  #serien_wie_hub .suggest{position:absolute;left:0;right:0;top:calc(100% + 6px);z-index:99;border:1px solid rgba(255,255,255,0.14);background:rgba(14,16,20,0.98);border-radius:12px;overflow:hidden;box-shadow:0 16px 44px rgba(0,0,0,0.5);display:none}
  #serien_wie_hub .suggest a{display:block;padding:10px 12px;text-decoration:none;color:rgba(255,255,255,0.90);border-bottom:1px solid rgba(255,255,255,0.06)}
  #serien_wie_hub .suggest a:last-child{border-bottom:0}
  #serien_wie_hub .suggest a:hover,#serien_wie_hub .suggest a.active{background:rgba(85,214,255,0.12)}
  
  /* ── Abschnittstitel ── */
  #serien_wie_hub .section-header{margin:0 0 6px}
  #serien_wie_hub .section-eyebrow{font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,0.38);margin:0 0 6px}
  #serien_wie_hub h2{margin:0 0 4px;font-size:1.3rem;font-weight:900}
  #serien_wie_hub .section-sub{margin:0 0 14px;color:var(--sh-muted);font-size:0.88rem}
  
  
  #serien_wie_hub .card{
    border:1px solid var(--sh-border);
    background:rgba(255,255,255,0.03);
    border-radius:14px;
    padding:16px;
    display:flex;flex-direction:column;gap:0;
    transition:border-color 0.15s,background 0.15s;
  }
  #serien_wie_hub .card:hover{border-color:rgba(255,255,255,0.20);background:rgba(255,255,255,0.055)}
  

  /* Meta-Zeilen */
  #serien_wie_hub .meta{color:var(--sh-muted);margin:0 0 4px;line-height:1.7;font-size:12px;display:flex;flex-wrap:wrap;align-items:center;gap:4px}
  #serien_wie_hub .meta b{color:var(--sh-text);font-size:12px;white-space:nowrap}
  #serien_wie_hub .sep{padding:0 4px;color:rgba(255,255,255,0.20)}
  
  /* Genre Pills */
  #serien_wie_hub .pill-genre{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:0.85rem;font-weight:900;text-decoration:none;border:1px solid var(--sc-pill-border);background:var(--sc-pill-bg);color:rgba(255,255,255,0.92);transition:background 0.12s,border-color 0.12s;margin:0 2px 4px 0;white-space:nowrap}
  #serien_wie_hub .pill-genre:hover{background:rgba(47,111,179,0.22);border-color:rgba(111,177,255,0.35);color:rgba(255,255,255,0.92)}
  
  /* Stream-Bubbles */
  #serien_wie_hub .pill-stream{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;border:1px solid var(--sc-pill-border);background:var(--sc-pill-bg);color:rgba(255,255,255,0.92);text-decoration:none;font-weight:900;font-size:0.85rem;margin:0 2px 4px 0;white-space:nowrap}
  #serien_wie_hub .pill-stream:hover{border-color:rgba(111,177,255,0.35);background:rgba(47,111,179,0.22)}
  #serien_wie_hub .badge--netflix{background:rgba(229,9,20,0.12);border-color:rgba(229,9,20,0.28)}
  #serien_wie_hub .badge--prime{background:rgba(0,168,225,0.12);border-color:rgba(0,168,225,0.28)}
  #serien_wie_hub .badge--disney{background:rgba(17,60,252,0.12);border-color:rgba(17,60,252,0.25)}
  #serien_wie_hub .badge--sky{background:rgba(0,180,255,0.10);border-color:rgba(0,180,255,0.25)}
  #serien_wie_hub .badge--hbo{background:rgba(0,70,255,0.10);border-color:rgba(0,70,255,0.25)}
  #serien_wie_hub .badge--paramount{background:rgba(0,70,255,0.10);border-color:rgba(0,70,255,0.25)}
  #serien_wie_hub .badge--magenta{background:rgba(226,0,116,0.10);border-color:rgba(226,0,116,0.25)}
  #serien_wie_hub .stream-row{margin-top:6px;display:flex;flex-wrap:wrap;align-items:center;gap:8px}
  #serien_wie_hub .stream-label{font-weight:1000;color:rgba(255,255,255,0.90)}
  
  /* Teaser */
  #serien_wie_hub .teaser{flex:1;margin-top:8px;color:rgba(255,255,255,0.68);line-height:1.55;font-size:0.82rem;border-top:1px solid rgba(255,255,255,0.07);padding-top:8px}
  #serien_wie_hub .card-with-media{display:flex;flex-direction:column}
  #serien_wie_hub .card-media{display:flex;align-items:center;justify-content:center;width:auto;aspect-ratio:1/1;max-height:456px;margin:-16px -16px 12px;border-radius:14px 14px 0 0;overflow:hidden;background:rgba(255,255,255,0.04);border-bottom:1px solid rgba(255,255,255,0.08)}
  #serien_wie_hub .card-media img{display:block;width:100%;height:100%;object-fit:contain;transition:filter 0.15s,transform 0.15s}
  #serien_wie_hub .card-media:hover img{filter:brightness(1.08);transform:scale(1.01)}
  #serien_wie_hub .card-media-fallback{position:relative;padding:18px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-end;gap:5px;text-decoration:none;color:#fff;background:radial-gradient(circle at 18% 20%,rgba(111,177,255,0.28),transparent 28%),radial-gradient(circle at 82% 18%,rgba(196,132,255,0.20),transparent 30%),linear-gradient(135deg,rgba(17,24,39,0.98),rgba(34,48,68,0.92))}
  #serien_wie_hub .card-media-fallback::before{content:'';position:absolute;inset:0;background:repeating-linear-gradient(90deg,rgba(255,255,255,0.09) 0 2px,transparent 2px 18px);opacity:0.14;pointer-events:none}
  #serien_wie_hub .card-media-fallback span{position:relative;z-index:1;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;color:rgba(134,218,255,0.88)}
  #serien_wie_hub .card-media-fallback strong{position:relative;z-index:1;font-size:20px;line-height:1.15;font-weight:900;text-shadow:0 2px 10px rgba(0,0,0,0.45)}
  @media(max-width:560px){#serien_wie_hub .card-media{max-height:none}}
  #serien_wie_hub .sw-faq{margin-top:26px;padding:16px;border:1px solid var(--sh-border);border-radius:16px;background:rgba(255,255,255,0.03)}
  #serien_wie_hub .sw-faq h2{margin:0 0 12px;font-size:1.25rem;font-weight:900}
  #serien_wie_hub .sw-faq details{border-top:1px solid rgba(255,255,255,0.10);padding:10px 0}
  #serien_wie_hub .sw-faq details:first-of-type{border-top:none;padding-top:0}
  #serien_wie_hub .sw-faq summary{cursor:pointer;font-weight:800;color:#fff;font-size:1rem;list-style:none;outline:none;user-select:none}
  #serien_wie_hub .sw-faq summary::-webkit-details-marker{display:none}
  #serien_wie_hub .sw-faq summary::before{content:'+';display:inline-block;width:18px;margin-right:8px;color:var(--sh-link);font-weight:900}
  #serien_wie_hub .sw-faq details[open] summary::before{content:'-'}
  #serien_wie_hub .sw-faq details[open] summary{color:var(--sh-link)}
  #serien_wie_hub .sw-faq details p{margin:10px 0 0 26px;color:var(--sh-muted);line-height:1.6;font-size:0.95rem}
  

  .movie-random{margin:16px 0 10px;text-align:center}
  .movie-random__btn{display:inline-block;padding:10px 14px;border-radius:12px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);text-decoration:none;color:#fff;transition:transform .18s ease,background .18s ease,border-color .18s ease;font-weight:700}
  .movie-random__btn:hover{transform:translateY(-2px);background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.20)}
  .movie-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:18px;margin-top:18px}
  .movie-card{background:#141414;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:8px;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
  .movie-card:hover{transform:translateY(-4px);border-color:rgba(255,255,255,.20);box-shadow:0 12px 28px rgba(0,0,0,.45)}
  .movie-card__link{display:flex;gap:14px;text-decoration:none;color:#fff;padding:4px;align-items:flex-start}
  /* __link ist jetzt ein div (verschachtelte <a> waren ungueltig). Titel und
     Poster sind einzeln verlinkt und sollen aussehen wie vorher. */
  .movie-card__title a{color:inherit;text-decoration:none}
  .movie-card__title a:hover{text-decoration:underline}
  .movie-card__posterlink{flex:0 0 auto;display:block;text-decoration:none;color:inherit}
  .movie-card__poster--placeholder{flex:0 0 auto;width:96px;height:140px;border-radius:12px;background:linear-gradient(135deg,rgba(255,255,255,.10),rgba(255,255,255,.03));border:1px solid rgba(255,255,255,.14);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:10px}
  .movie-card__box-year{font-size:18px;font-weight:900;letter-spacing:.06em;opacity:.95;margin-bottom:6px}
  .movie-card__box-runtime{font-size:12px;opacity:.80;margin-bottom:10px}
  .movie-card__box-tag{font-size:11px;font-weight:800;padding:4px 10px;border-radius:999px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);opacity:.85}
  .movie-card__body{flex:1 1 auto;min-width:0;padding:2px}
  .movie-card__title{font-size:16px;line-height:1.25;margin:0 0 8px;font-weight:800}
  .movie-card__overview{font-size:13px;opacity:.78;line-height:1.35;margin:0 0 12px}
  .movie-card__genres{display:flex;flex-wrap:wrap;gap:4px;margin:0 0 10px}
  .chip{display:inline-flex;align-items:center;padding:4px 9px;border-radius:999px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.10);color:#fff;text-decoration:none;font-size:12px;opacity:.92;transition:background .15s ease,border-color .15s ease,transform .15s ease}
  .chip:hover{background:rgba(255,255,255,.10);border-color:rgba(255,255,255,.18);transform:translateY(-1px)}
  .movie-card__services{display:flex;flex-wrap:wrap;gap:6px;margin:0 0 4px}
  .badge{font-size:12px;padding:4px 8px;border-radius:999px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.06);white-space:nowrap;text-decoration:none;color:#fff;transition:transform .15s ease,background .15s ease,border-color .15s ease}
  .badge:hover{transform:translateY(-1px);background:rgba(255,255,255,.10);border-color:rgba(255,255,255,.20)}
  .badge--netflix{background:rgba(229,9,20,.12);border-color:rgba(229,9,20,.28)}
  .badge--prime{background:rgba(0,168,225,.12);border-color:rgba(0,168,225,.28)}
  .badge--disney{background:rgba(17,60,252,.12);border-color:rgba(17,60,252,.25)}
  .badge--sky{background:rgba(0,180,255,.10);border-color:rgba(0,180,255,.25)}
  .badge--hbo{background:rgba(0,70,255,.10);border-color:rgba(0,70,255,.25)}
  .badge--paramount{background:rgba(0,70,255,.10);border-color:rgba(0,70,255,.25)}
  .badge--magenta{background:rgba(226,0,116,.10);border-color:rgba(226,0,116,.25)}
  .badge--freevee{background:rgba(255,200,0,.10);border-color:rgba(255,200,0,.25)}
  .badge--apple{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.20)}
  .ft-pagination{display:flex;gap:10px;align-items:center;justify-content:center;margin:24px 0 8px}
  .ft-page-btn{display:inline-flex;align-items:center;justify-content:center;height:38px;padding:0 16px;border-radius:10px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);color:#fff;text-decoration:none;font-size:14px;font-weight:700;transition:background .15s,border-color .15s;white-space:nowrap}
  .ft-page-btn:hover{background:rgba(255,255,255,.13);border-color:rgba(255,255,255,.22)}
  .ft-page-btn--disabled{opacity:.3;pointer-events:none}
  .ft-page-counter{font-size:14px;opacity:.75;white-space:nowrap}
  .ft-noresults{text-align:center;padding:40px 20px;max-width:480px;margin:0 auto}
  .ft-noresults__msg{font-size:17px;font-weight:700;margin:0 0 8px;opacity:.92}
  .ft-noresults__hint{font-size:14px;opacity:.68;margin:0 0 20px}
  .ft-noresults__reset{display:inline-block;padding:10px 20px;border-radius:12px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.16);color:#fff;text-decoration:none;font-weight:700;transition:background .15s,border-color .15s}
  .ft-noresults__reset:hover{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.24)}

  #serien-charts-page{
    --sc-border: rgba(255,255,255,0.12);
    --sc-text: rgba(255,255,255,0.92);
    --sc-muted: rgba(255,255,255,0.74);
    --sc-link: #6fb1ff;
    --sc-link-hover: #9ac7ff;
    --sc-pill-bg: rgba(0,0,0,0.25);
    --sc-pill-border: rgba(255,255,255,0.18);
    color: var(--sc-text);
    max-width: 1200px;
    margin: 0 auto;
    padding: 12px 12px 40px 12px;
  }
  #serien-charts-page a{ color: var(--sc-link); text-underline-offset: 2px; }
  #serien-charts-page a:hover{ color: var(--sc-link-hover); }

  #serien-charts-page .charts-hero{ border: 1px solid var(--sc-border); border-radius: 16px; padding: 16px; background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02)); }
  #serien-charts-page .charts-hero h1{ margin: 0 0 10px 0; font-size: 1.5rem; line-height: 1.15; }
  #serien-charts-page .charts-hero p{ margin: 8px 0 0 0; color: var(--sc-muted); line-height: 1.6; }
  #serien-charts-page .charts-stamp{ margin-top: 10px; color: rgba(255,255,255,0.82); }
  #serien-charts-page .filters-shell{ margin-top: 14px; border: 1px solid var(--sc-border); border-radius: 16px; background: rgba(255,255,255,0.04); padding: 14px; }
  #serien-charts-page .filters-header{ display:flex; align-items:center; justify-content: space-between; gap: 10px; margin-bottom: 12px; }
  #serien-charts-page .filters-title{ margin: 0; font-size: 1.05rem; }
  #serien-charts-page .filters-actions{ display:flex; gap: 10px; align-items:center; }
  #serien-charts-page .btn{ appearance: none; border: 1px solid rgba(255,255,255,0.18); background: rgba(255,255,255,0.06); color: rgba(255,255,255,0.92); border-radius: 12px; padding: 10px 12px; font-weight: 800; cursor: pointer; text-decoration: none; }
  #serien-charts-page .btn:hover{ background: rgba(255,255,255,0.10); border-color: rgba(255,255,255,0.24); }
  #serien-charts-page .btn-primary{ background: rgba(47,111,179,0.55); border-color: rgba(111,177,255,0.35); }
  #serien-charts-page .btn-primary:hover{ background: rgba(47,111,179,0.72); }
  #serien-charts-page .btn-ghost{ background: transparent; }
  #serien-charts-page .genre-grid{ display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; margin-top: 20px; }
  @media (max-width: 980px){ #serien-charts-page .genre-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); } }
  @media (max-width: 520px){ #serien-charts-page .genre-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); } }
  #serien-charts-page .genre-item{ display:flex; align-items:center; gap: 10px; border: 1px solid rgba(255,255,255,0.12); background: rgba(0,0,0,0.18); border-radius: 14px; padding: 10px; }
  #serien-charts-page .genre-item:hover{ border-color: rgba(255,255,255,0.22); }
  #serien-charts-page .genre-item input{ width: 16px; height: 16px; }
  #serien-charts-page .genre-item label{ cursor: pointer; font-weight: 800; }
  #serien-charts-page .select-wrapper:after {padding-top:16px;}
  #serien-charts-page .filter-row{ display:grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 36px; }
  @media (max-width: 860px){ #serien-charts-page .filter-row{ grid-template-columns: 1fr; } }
  #serien-charts-page .field label{ display:block; margin: 0 0 6px 0; font-weight: 900; color: rgba(255,255,255,0.90); }
  #serien-charts-page select{ display: block; width: 100%; border: 1px solid rgba(255,255,255,0.16); background: rgba(0,0,0,1); color: rgba(255,255,255,0.92); border-radius: 12px; padding: 12px 14px; font-weight: 800; font-size: 1rem; cursor: pointer; box-sizing: border-box; appearance: none; }
  #serien-charts-page .sc-dropdown{ position: relative; width: 100%; user-select: none; }
  #serien-charts-page .sc-dropdown-trigger{ display: flex; align-items: center; justify-content: space-between; gap: 8px; width: 100%; border: 1px solid rgba(255,255,255,0.16); background: rgba(0,0,0,0.30); color: rgba(255,255,255,0.92); border-radius: 12px; padding: 12px 14px; font-weight: 800; font-size: 1rem; cursor: pointer; box-sizing: border-box; }
  #serien-charts-page .sc-dropdown-trigger:hover, #serien-charts-page .sc-dropdown.open .sc-dropdown-trigger{ border-color: rgba(111,177,255,0.45); background: rgba(0,0,0,0.40); }
  #serien-charts-page .sc-dropdown-arrow{ width: 18px; height: 18px; flex-shrink: 0; transition: transform 0.2s ease; opacity: 0.85; }
  #serien-charts-page .sc-dropdown.open .sc-dropdown-arrow{ transform: rotate(180deg); }
  #serien-charts-page .sc-dropdown-menu{ display: none; position: absolute; top: calc(100% + 6px); left: 0; right: 0; background: #1a1f2e; border: 1px solid rgba(111,177,255,0.30); border-radius: 12px; overflow: hidden; z-index: 1000; box-shadow: 0 8px 32px rgba(0,0,0,0.55); }
  #serien-charts-page .sc-dropdown.open .sc-dropdown-menu{ display: block; }
  #serien-charts-page .sc-dropdown-option{ padding: 11px 14px; color: rgba(255,255,255,0.88); font-weight: 700; cursor: pointer; font-size: 0.95rem; }
  #serien-charts-page .sc-dropdown-option:hover{ background: rgba(111,177,255,0.14); }
  #serien-charts-page .sc-dropdown-option.selected{ background: rgba(47,111,179,0.35); color: #fff; }
  #serien-charts-page .sc-dropdown-option + .sc-dropdown-option{ border-top: 1px solid rgba(255,255,255,0.06); }
  #serien-charts-page .filters-note{ margin-top: 10px; color: rgba(255,255,255,0.78); font-size: 0.75rem; }
  #serien-charts-page .results-title{ margin: 18px 0 10px 0; font-size: 1.25rem; }
  #serien-charts-page .cards{ display:flex; flex-direction: column; gap: 12px; }
  .matches-toolbar{ display:flex; flex-wrap:wrap; align-items:flex-end; gap:10px; margin:0 0 14px; padding:12px; border:1px solid rgba(255,255,255,0.10); border-radius:12px; background:rgba(255,255,255,0.04); }
  .matches-toolbar strong{ align-self:center; margin-right:auto; font-size:0.9rem; color:rgba(255,255,255,0.78); }
  .matches-toolbar label{ display:flex; flex-direction:column; gap:4px; min-width:132px; }
  .matches-toolbar label span{ font-size:0.72rem; font-weight:800; color:rgba(255,255,255,0.52); }
  .matches-toolbar select{ min-height:38px; border-radius:8px; border:1px solid rgba(255,255,255,0.16); background:rgba(0,0,0,0.24); color:rgba(255,255,255,0.92); padding:0 10px; }
  .matches-empty{ padding:20px; border:1px solid rgba(255,255,255,0.12); border-radius:14px; background:rgba(255,255,255,0.04); }
  .matches-empty p{ margin:0 0 12px; }
  .matches-empty p:last-child{ margin-bottom:0; }
  #serien-charts-page .lm-card{ position:relative; }
  #serien-charts-page .lm-actions{ display:flex; flex-direction:column; justify-content:flex-end; align-items:stretch; min-width:140px; }
  .btn-hide{ position:absolute; top:8px; right:8px; appearance:none; background:rgba(0,0,0,0.25); border:1px solid rgba(255,255,255,0.18); color:rgba(255,255,255,0.50); border-radius:6px; width:24px; height:24px; font-size:0.95rem; line-height:1; cursor:pointer; display:flex; align-items:center; justify-content:center; padding:0; z-index:2; transition:border-color 0.15s,color 0.15s,background 0.15s; }
  .btn-hide:hover{ border-color:rgba(220,60,60,0.55); color:rgba(255,100,100,0.90); background:rgba(220,60,60,0.14); }
  @media (max-width:760px){ .matches-toolbar{ align-items:stretch; } .matches-toolbar strong,.matches-toolbar label,.matches-toolbar .btn{ width:100%; } }
  @media (max-width:860px){ #serien-charts-page .lm-actions{ justify-content:flex-start; min-width:0; } }
  #serien-charts-page .serie-card{ border: 1px solid var(--sc-border); border-radius: 18px; background: rgba(255,255,255,0.04); overflow: hidden; display: grid; grid-template-columns: 160px 1fr auto; gap: 14px; padding: 14px; }
#serien-charts-page .serie-card.lm-card {
  grid-template-columns: 160px minmax(0, 1fr) minmax(340px, 360px);
}
#serien-charts-page .serie-card.lm-card .lm-actions {
  width: 100%;
  min-width: 0;
}
#serien-charts-page .serie-card.lm-card .match-rate-form {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}
@media (max-width: 980px) and (min-width: 861px) {
  #serien-charts-page .serie-card.lm-card {
    grid-template-columns: 150px minmax(0, 1fr) minmax(318px, 330px);
  }
}
  @media (max-width: 860px){ #serien-charts-page .serie-card{ grid-template-columns: 1fr; } }
  #serien-charts-page .serie-thumb{ border-radius: 14px; overflow: hidden; border: 1px solid rgba(255,255,255,0.12); background: rgba(0,0,0,0.22); min-height: 120px; position: relative; }
  #serien-charts-page .serie-thumb a{ display:block; width: 100%; height: 100%; text-decoration: none; color: #fff; background-size: cover; background-position: center; }
  #serien-charts-page .serie-thumb .thumb-overlay{ position: absolute; inset: 0; display:flex; align-items: center; justify-content: center; padding: 12px; background: linear-gradient(180deg, rgba(0,0,0,0.15), rgba(0,0,0,0.35)); }
  #serien-charts-page .serie-thumb .thumb-title{ font-weight: 1000; text-align: center; font-size: 1.1rem; line-height: 1.2; text-shadow: 0 2px 14px rgba(0,0,0,0.85); }
  #serien-charts-page .serie-main h2{ margin: 0 0 6px 0; font-size: 1.35rem; }
  #serien-charts-page .serie-main h2 a{ text-decoration: none; }
  #serien-charts-page .serie-main h2 a:hover{ text-decoration: underline; }
  #serien-charts-page .stars{ display:flex; align-items:center; gap: 6px; margin: 0 0 8px 0; color: rgba(255,255,255,0.86); }
  #serien-charts-page .stars img{ vertical-align: middle; }
  #serien-charts-page .pill, #film-tipps-page .pill{ display:inline-flex; align-items:center; justify-content:center; padding: 4px 10px; border-radius: 999px; border: 1px solid var(--sc-pill-border); background: var(--sc-pill-bg); color: rgba(255,255,255,0.92); text-decoration: none; font-weight: 900; font-size: 0.85rem; margin: 0 2px 6px 0; white-space: nowrap; }
  #serien-charts-page .pill:hover, #film-tipps-page .pill:hover{ border-color: rgba(111,177,255,0.35); background: rgba(47,111,179,0.22); }
  #serien-charts-page .pill-stream, #film-tipps-page .pill-stream{ margin-top: 4px; }
  #serien-charts-page .badge--netflix, #film-tipps-page .badge--netflix{ background:rgba(229,9,20,0.12); border-color:rgba(229,9,20,0.28); }
  #serien-charts-page .badge--prime, #film-tipps-page .badge--prime{ background:rgba(0,168,225,0.12); border-color:rgba(0,168,225,0.28); }
  #serien-charts-page .badge--disney, #film-tipps-page .badge--disney{ background:rgba(17,60,252,0.12); border-color:rgba(17,60,252,0.25); }
  #serien-charts-page .badge--sky, #film-tipps-page .badge--sky{ background:rgba(0,180,255,0.10); border-color:rgba(0,180,255,0.25); }
  #serien-charts-page .badge--hbo, #film-tipps-page .badge--hbo{ background:rgba(0,70,255,0.10); border-color:rgba(0,70,255,0.25); }
  #serien-charts-page .badge--paramount, #film-tipps-page .badge--paramount{ background:rgba(0,70,255,0.10); border-color:rgba(0,70,255,0.25); }
  #serien-charts-page .badge--magenta, #film-tipps-page .badge--magenta{ background:rgba(226,0,116,0.10); border-color:rgba(226,0,116,0.25); }
  #serien-charts-page .badge--apple, #film-tipps-page .badge--apple{ background:rgba(255,255,255,0.08); border-color:rgba(255,255,255,0.22); }
  #serien-charts-page .stream-row, #film-tipps-page .stream-row{ margin-top: 6px; display:flex; flex-wrap: wrap; align-items: center; gap: 8px; }
  #serien-charts-page .stream-label, #film-tipps-page .stream-label{ font-weight: 1000; color: rgba(255,255,255,0.90); }
  #serien-charts-page .charts-note, #film-tipps-page .charts-note{ color: rgba(255,255,255,0.70); font-size: 0.85rem; }
  #serien-charts-page .charts-note a, #film-tipps-page .charts-note a{ font-weight: 900; }
  #serien-charts-page .serie-main p{ margin: 8px 0 0 0; color: rgba(255,255,255,0.78); line-height: 1.6; }
  #serien-charts-page .serie-actions{ display:flex; justify-content: flex-end; align-items: flex-start; }
  @media (max-width: 860px){ #serien-charts-page .serie-actions{ justify-content: flex-start; } }
  #serien-charts-page .pager{ margin-top: 12px; text-align: center; }
  #serien-charts-page .pager a{ font-weight: 1000; text-decoration: none; }
  #serien-charts-page .pager a:hover{ text-decoration: underline; }
  #serien-charts-page .charts-faq, #film-tipps-page .charts-faq{ margin-top: 26px; padding: 16px; border: 1px solid var(--sc-border); border-radius: 16px; background: rgba(255,255,255,0.03); }
  #serien-charts-page .charts-faq h2, #film-tipps-page .charts-faq h2{ margin: 0 0 12px 0; font-size: 1.25rem; }
  #serien-charts-page .charts-faq details, #film-tipps-page .charts-faq details{ border-top: 1px solid rgba(255,255,255,0.10); padding: 10px 0; }
  #serien-charts-page .charts-faq details:first-of-type, #film-tipps-page .charts-faq details:first-of-type{ border-top: none; padding-top: 0; }
  #serien-charts-page .charts-faq summary, #film-tipps-page .charts-faq summary{ cursor: pointer; font-weight: 800; color: #fff; font-size: 1.0rem; list-style: none; outline: none; }
  #serien-charts-page .charts-faq summary::-webkit-details-marker, #film-tipps-page .charts-faq summary::-webkit-details-marker{ display: none; }
  #serien-charts-page .charts-faq summary::before, #film-tipps-page .charts-faq summary::before{ content: '+'; display: inline-block; width: 18px; margin-right: 8px; color: var(--sc-link); font-weight: 900; }
  #serien-charts-page .charts-faq details[open] summary::before, #film-tipps-page .charts-faq details[open] summary::before{ content: '-'; }
  #serien-charts-page .charts-faq details p, #film-tipps-page .charts-faq details p{ margin: 10px 0 0 26px; color: var(--sc-muted); line-height: 1.6; font-size: 0.95rem; }
  #serien-charts-page table{ display:none; }
  #serien-charts-page .watchlist-btn.is-active{ border-color: rgba(111,177,255,0.45); background: rgba(47,111,179,0.22); }
  #serien-charts-page .btn.btn-ghost.reset{ font-size: 0.75em; font-weight: 400; }
  
  #serien-charts-page .charts-seo{ margin-top: 26px; padding: 18px; border: 1px solid var(--sc-border); border-radius: 16px; background: rgba(255,255,255,0.03); }
  #serien-charts-page .charts-seo h2{ margin: 0 0 12px 0; font-size: 1.15rem; }
  #serien-charts-page .charts-seo p{ margin: 0 0 10px 0; color: var(--sc-muted); line-height: 1.7; }
  #serien-charts-page .related-links{ display:flex; flex-wrap:wrap; gap:10px; margin-top:12px; }
  #serien-charts-page .related-links a{ display:inline-flex; align-items:center; min-height:36px; padding:8px 12px; border-radius:999px; border:1px solid var(--sc-border); background:rgba(255,255,255,0.04); color:var(--sc-text); text-decoration:none; }
  #serien-charts-page .related-links a:hover{ background:rgba(255,255,255,0.08); }
/* ── Login Page ─────────────────────────────────────────────────────────── */
#login-page {
  --lp-border:   rgba(255,255,255,0.09);
  --lp-border-f: rgba(111,177,255,0.55);
  --lp-text:     rgba(255,255,255,0.92);
  --lp-muted:    rgba(255,255,255,0.45);
  --lp-accent:   #6fb1ff;
  --lp-accent-h: #9ac7ff;
  --lp-error:    rgba(255,100,100,0.92);
  --lp-warn-bg:  rgba(255,70,70,0.09);
  --lp-warn-bd:  rgba(255,90,90,0.28);
  --lp-input-bg: rgba(255,255,255,0.05);
  --lp-radius:   13px;

  display: flex;
  align-items: flex-start;
  justify-content: center;
  min-height: 60vh;
  padding: 48px 16px 72px;
  box-sizing: border-box;
}

/* Card */
#login-page .lp-card {
  width: 100%;
  max-width: 380px;
  background: linear-gradient(160deg,
      rgba(255,255,255,0.065) 0%,
      rgba(255,255,255,0.025) 100%);
  border: 1px solid var(--lp-border);
  border-radius: 22px;
  padding: 40px 36px 36px;
  position: relative;
  overflow: hidden;
  animation: lp-rise 0.38s cubic-bezier(.22,.68,0,1.2) both;
}
@keyframes lp-rise {
  from { opacity: 0; transform: translateY(18px) scale(0.98); }
  to   { opacity: 1; transform: none; }
}

/* Decorative corner glow */
#login-page .lp-card::before {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 220px; height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle,
      rgba(111,177,255,0.09) 0%, transparent 68%);
  pointer-events: none;
}
/* Thin accent line at top */
#login-page .lp-card::after {
  content: '';
  position: absolute;
  top: 0; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(90deg,
      transparent 0%, rgba(111,177,255,0.45) 50%, transparent 100%);
}

/* Header text */
#login-page .lp-heading {
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: -0.025em;
  color: var(--lp-text);
  margin: 0 0 4px;
  line-height: 1.1;
}
#login-page .lp-sub {
  font-size: 0.85rem;
  color: var(--lp-muted);
  margin: 0 0 30px;
}

/* Error / warning banner */
#login-page .lp-banner {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  padding: 11px 13px;
  border-radius: 10px;
  font-size: 0.85rem;
  line-height: 1.45;
  margin-bottom: 20px;
  background: var(--lp-warn-bg);
  border: 1px solid var(--lp-warn-bd);
  color: var(--lp-error);
  animation: lp-shake 0.38s ease both;
}
@keyframes lp-shake {
  0%,100% { transform: translateX(0); }
  20%      { transform: translateX(-5px); }
  40%      { transform: translateX(5px); }
  60%      { transform: translateX(-3px); }
  80%      { transform: translateX(3px); }
}
#login-page .lp-banner-icon { flex-shrink: 0; font-size: 0.9rem; margin-top: 2px; }

/* Fields */
#login-page .lp-field { margin-bottom: 16px; }
#login-page .lp-field-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 7px;
}
#login-page .lp-label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--lp-muted);
}
#login-page .lp-label-link {
  font-size: 0.76rem;
  color: var(--lp-accent);
  text-decoration: none;
  opacity: 0.8;
  transition: opacity .15s;
}
#login-page .lp-label-link:hover { opacity: 1; text-decoration: underline; }

#login-page input[type="text"],
#login-page input[type="password"] {
  width: 100%;
  box-sizing: border-box;
  background: var(--lp-input-bg);
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius);
  color: var(--lp-text);
  font-size: 0.95rem;
  font-family: inherit;
  padding: 11px 14px;
  outline: none;
  transition: border-color .18s, background .18s, box-shadow .18s;
  -webkit-appearance: none;
  appearance: none;
}
#login-page input[type="text"]:focus,
#login-page input[type="password"]:focus {
  border-color: var(--lp-border-f);
  background: rgba(111,177,255,0.055);
  box-shadow: 0 0 0 3px rgba(111,177,255,0.10);
}

/* Password row with toggle */
#login-page .lp-pw-wrap { position: relative; }
#login-page .lp-pw-wrap input { padding-right: 44px; }
#login-page .lp-pw-toggle {
  position: absolute; right: 11px; top: 50%;
  transform: translateY(-50%);
  background: none; border: none; cursor: pointer;
  color: var(--lp-muted); padding: 4px;
  font-size: 1rem; line-height: 1;
  transition: color .15s;
}
#login-page .lp-pw-toggle:hover { color: var(--lp-accent); }

/* Submit */
#login-page .lp-submit {
  width: 100%;
  margin-top: 24px;
  padding: 13px 20px;
  border-radius: var(--lp-radius);
  background: linear-gradient(135deg,
      rgba(111,177,255,0.26) 0%,
      rgba(75,135,225,0.32) 100%);
  border: 1px solid rgba(111,177,255,0.38);
  color: #fff;
  font-size: 1rem; font-weight: 800;
  font-family: inherit; letter-spacing: 0.015em;
  cursor: pointer;
  transition: background .18s, border-color .18s,
              box-shadow .18s, transform .08s;
}
#login-page .lp-submit:hover {
  background: linear-gradient(135deg,
      rgba(111,177,255,0.36) 0%,
      rgba(75,135,225,0.44) 100%);
  border-color: rgba(111,177,255,0.58);
  box-shadow: 0 4px 22px rgba(111,177,255,0.16);
}
#login-page .lp-submit:active { transform: translateY(1px); }
#login-page .lp-submit:disabled {
  opacity: 0.5; cursor: not-allowed;
  transform: none; box-shadow: none;
}

/* Register hint */
#login-page .lp-register {
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid var(--lp-border);
  font-size: 0.82rem;
  color: var(--lp-muted);
  text-align: center;
  line-height: 1.6;
}
#login-page .lp-register a {
  color: var(--lp-accent);
  font-weight: 700;
  text-decoration: none;
}
#login-page .lp-register a:hover {
  color: var(--lp-accent-h);
  text-decoration: underline;
}

/* Lock state */
#login-page .lp-locked .lp-submit { pointer-events: none; opacity: 0.45; }
#login-page .lp-countdown {
  display: inline-block;
  font-variant-numeric: tabular-nums;
  min-width: 2ch;
}

@media (max-width: 440px) {
  #login-page { padding: 28px 12px 56px; }
  #login-page .lp-card { padding: 30px 22px 28px; border-radius: 18px; }
}
/* ── Registration Form ──────────────────────────────────────────────────── */
#reg-page {
  --reg-border:   rgba(255,255,255,0.10);
  --reg-border-f: rgba(111,177,255,0.50);
  --reg-text:     rgba(255,255,255,0.92);
  --reg-muted:    rgba(255,255,255,0.48);
  --reg-accent:   #6fb1ff;
  --reg-accent-h: #9ac7ff;
  --reg-error:    rgba(255,90,90,0.90);
  --reg-success:  rgba(80,210,130,0.90);
  --reg-input-bg: rgba(255,255,255,0.055);
  --reg-radius:   14px;
  max-width: 440px;
  margin: 32px auto 60px;
  padding: 0 16px;
  font-family: inherit;
  color: var(--reg-text);
}
#reg-page .reg-card {
  background: linear-gradient(160deg, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0.02) 100%);
  border: 1px solid var(--reg-border);
  border-radius: 20px;
  padding: 36px 32px 32px;
  backdrop-filter: blur(6px);
  position: relative;
  overflow: hidden;
}
#reg-page .reg-card::before {
  content: '';
  position: absolute;
  top: -60px; right: -60px;
  width: 200px; height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(111,177,255,0.07) 0%, transparent 70%);
  pointer-events: none;
}
#reg-page .reg-title {
  font-size: 1.55rem; font-weight: 900;
  letter-spacing: -0.02em; margin: 0 0 6px;
  color: var(--reg-text); line-height: 1.15;
}
#reg-page .reg-desc {
  font-size: 0.875rem; color: var(--reg-muted);
  margin: 0 0 28px; line-height: 1.5;
}
#reg-page .reg-banner {
  display: flex; align-items: flex-start; gap: 10px;
  padding: 12px 14px; border-radius: 10px;
  font-size: 0.875rem; line-height: 1.45;
  margin-bottom: 22px; border: 1px solid transparent;
}
#reg-page .reg-banner.is-error {
  background: rgba(255,70,70,0.10);
  border-color: rgba(255,90,90,0.30);
  color: var(--reg-error);
}
#reg-page .reg-banner.is-success {
  background: rgba(60,200,110,0.10);
  border-color: rgba(80,210,130,0.30);
  color: var(--reg-success);
}
#reg-page .reg-banner-icon { flex-shrink: 0; font-size: 1rem; margin-top: 1px; }
#reg-page .reg-field { margin-bottom: 18px; }
#reg-page .reg-label {
  display: flex; align-items: center; gap: 5px;
  font-size: 0.8rem; font-weight: 700;
  letter-spacing: 0.04em; text-transform: uppercase;
  color: var(--reg-muted); margin-bottom: 7px;
}
#reg-page .reg-label .req  { color: var(--reg-accent); font-size: 0.85rem; }
#reg-page .reg-label .opt  {
  font-size: 0.72rem; font-weight: 400;
  text-transform: none; letter-spacing: 0;
  color: rgba(255,255,255,0.28);
}
#reg-page .reg-hint {
  margin-top: 6px;
  color: rgba(255,255,255,0.52);
  font-size: 0.78rem;
  line-height: 1.35;
}
#reg-page .reg-field.is-invalid input,
#reg-page .reg-field.is-invalid select {
  border-color: rgba(255,105,105,0.68);
  background: rgba(255,80,80,0.08);
}
#reg-page .reg-error {
  margin-top: 7px;
  color: #ff9c9c;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.35;
}
#reg-page .reg-error--terms {
  margin-top: -16px;
  margin-bottom: 18px;
}
#reg-page input[type="text"],
#reg-page input[type="password"],
#reg-page input[type="email"],
#reg-page select {
  width: 100%; box-sizing: border-box;
  background: var(--reg-input-bg);
  border: 1px solid var(--reg-border);
  border-radius: var(--reg-radius);
  color: var(--reg-text);
  font-size: 0.95rem; font-family: inherit;
  padding: 11px 14px; outline: none;
  transition: border-color .18s, background .18s, box-shadow .18s;
  -webkit-appearance: none; appearance: none;
}
#reg-page .reg-select-wrap {
  position: relative;
}
#reg-page .reg-select-wrap::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid rgba(255,255,255,0.45);
  border-bottom: 2px solid rgba(255,255,255,0.45);
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}
#reg-page .reg-select-wrap select {
  padding-right: 38px;
}
#reg-page .reg-year-wrap select {
  font-weight: 800;
  letter-spacing: 0.01em;
}
#reg-page input[type="text"]:focus,
#reg-page input[type="password"]:focus,
#reg-page input[type="email"]:focus,
#reg-page select:focus {
  border-color: var(--reg-border-f);
  background: rgba(111,177,255,0.06);
  box-shadow: 0 0 0 3px rgba(111,177,255,0.10);
}
#reg-page select option { background: #1a1f2e; color: var(--reg-text); }
#reg-page .reg-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
#reg-page .reg-terms {
  display: flex; align-items: flex-start;
  gap: 11px; margin: 22px 0 26px; cursor: pointer;
}
#reg-page .reg-terms input[type="checkbox"] {
  width: 18px; height: 18px; min-width: 18px;
  border-radius: 5px; border: 1px solid var(--reg-border);
  background: var(--reg-input-bg);
  margin-top: 2px; cursor: pointer; padding: 0;
}
#reg-page .reg-terms-text { font-size: 0.82rem; color: var(--reg-muted); line-height: 1.5; }
#reg-page .reg-terms-text a { color: var(--reg-accent); text-decoration: none; }
#reg-page .reg-terms-text a:hover { color: var(--reg-accent-h); text-decoration: underline; }
#reg-page .reg-submit {
  width: 100%; padding: 13px 20px;
  border-radius: var(--reg-radius);
  background: linear-gradient(135deg, rgba(111,177,255,0.25) 0%, rgba(80,140,230,0.30) 100%);
  border: 1px solid rgba(111,177,255,0.35);
  color: #fff; font-size: 1rem; font-weight: 800;
  font-family: inherit; letter-spacing: 0.01em; cursor: pointer;
  transition: background .18s, border-color .18s, transform .08s, box-shadow .18s;
}
#reg-page .reg-submit:hover {
  background: linear-gradient(135deg, rgba(111,177,255,0.35) 0%, rgba(80,140,230,0.42) 100%);
  border-color: rgba(111,177,255,0.55);
  box-shadow: 0 4px 20px rgba(111,177,255,0.15);
}
#reg-page .reg-submit:active { transform: translateY(1px); }
#reg-page .reg-note {
  text-align: center; font-size: 0.75rem;
  color: rgba(255,255,255,0.25); margin-top: 16px;
}
#reg-page .reg-note span { color: var(--reg-accent); }
#reg-page .reg-pw-wrap { position: relative; }
#reg-page .reg-pw-wrap input { padding-right: 44px; }
#reg-page .reg-pw-toggle {
  position: absolute; right: 12px; top: 50%;
  transform: translateY(-50%);
  background: none; border: none; cursor: pointer;
  color: var(--reg-muted); padding: 4px;
  line-height: 1; font-size: 1rem; transition: color .15s;
}
#reg-page .reg-pw-toggle:hover { color: var(--reg-accent); }
#reg-page .reg-divider { height: 1px; background: var(--reg-border); margin: 24px 0; }
@media (max-width: 480px) {
  #reg-page .reg-card  { padding: 26px 20px 24px; }
  #reg-page .reg-row-2 { grid-template-columns: 1fr; gap: 0; }
}/* Onboarding UI: dark, mobile first, scoped overrides */
body #serie_start{
  max-width: 980px;
  margin: 0 auto;
  padding: 14px 10px 36px;
  color: rgba(255,255,255,0.92);
}

body #serie_start h1{
  margin: 10px 0 8px;
  font-size: 30px;
  line-height: 1.15;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0,0,0,0.55);
}

body #serie_start .introtext{
  color: rgba(255,255,255,0.86);
  font-size: 16px;
  line-height: 1.45;
  margin: 0 0 8px;
}

/* Stepper: 3 steps, always mobile ready */
body #serie_start .subnavi.stepper{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 10px 12px;
  margin: 14px 0 12px;
  background: rgba(0,0,0,0.34);
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 18px 40px rgba(0,0,0,0.22);
}

body #serie_start .subnavi.stepper h2{
  margin: 0;
  padding: 10px 8px 12px;
  font-size: 13px;
  line-height: 1.2;
  color: rgba(255,255,255,0.70);
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  text-align: center;
  font-weight: 800;
  word-break: break-word;
}

body #serie_start .subnavi.stepper h2.cur{
  color: rgba(255,255,255,0.95);
  border-bottom-color: rgba(85,214,255,0.75);
}

@media (min-width: 760px){
  body #serie_start .subnavi.stepper{
    gap: 18px;
    padding: 12px 16px;
  }
  body #serie_start .subnavi.stepper h2{
    font-size: 14px;
    padding: 10px 12px 12px;
  }
}

/* Progress */
body #serie_start #progressbar{
  height: 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  overflow: hidden;
  position: relative;
  margin: 10px 0 16px;
  border: 1px solid rgba(255,255,255,0.10);
}

body #serie_start #progressbarcur{
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #2f80ff, #55d6ff);
}

body #serie_start #percentage{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: 900;
  font-size: 12px;
  color: rgba(255,255,255,0.92);
  text-shadow: 0 2px 8px rgba(0,0,0,0.75);
}

/* Card */
body #serie_start .card{
  background: rgba(16,18,22,0.86);
  border-radius: 18px;
  padding: 16px 14px;
  margin: 12px 0 0;
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 22px 60px rgba(0,0,0,0.45);
}

body #serie_start .frame_title{
  margin: 0 0 8px;
  font-size: 22px;
  color: rgba(255,255,255,0.95);
}

/* Neutral text helpers */
body #serie_start .hint{
  color: rgba(255,255,255,0.70);
  font-size: 13px;
  line-height: 1.35;
  margin: 0 0 10px;
}

/* Fix legacy float layout inside onboarding only */
body #serie_start .fl{
  float: none !important;
  width: 100%;
  display: block;
}

/* Age */
body #serie_start .field{ margin: 12px 0 14px; }

body #serie_start .age_row{
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 10px 14px;
  align-items: center;
}

@media (min-width: 760px){
  body #serie_start .age_row{
    grid-template-columns: 92px minmax(180px, 340px);
  }
}

body #serie_start .chart_filter_label{
  display: block;
  margin: 0;
  color: rgba(255,255,255,0.90);
  font-weight: 800;
}

body #serie_start .select-wrapper{
  width: 100%;
  max-width: 340px;
  position: relative;
}

/* Make sure the arrow is always aligned and no double arrows */
body #serie_start select#age{
  width: 100%;
  max-width: 340px;
  padding: 12px 44px 12px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.92);
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none;
  line-height: 1.2;
}

/* Hide IE/old Edge arrow if ever present */
body #serie_start select#age::-ms-expand{ display:none; }

body #serie_start .select-wrapper:after{
  content: "▼";
  position: absolute;
  right: 14px;
  top: 75%;
  transform: translateY(-50%);
  font-size: 12px;
  line-height: 1;
  color: rgba(255,255,255,0.75);
  pointer-events: none;
}

body #serie_start select#age option{
  background: #0f1115;
  color: #fff;
}

body #serie_start select#age:focus{
  border-color: rgba(85,214,255,0.55);
  box-shadow: 0 0 0 3px rgba(85,214,255,0.20);
}

body #serie_start .field_help{
  margin-top: 10px;
  color: rgba(255,255,255,0.62);
  font-size: 12px;
  line-height: 1.35;
  max-width: 620px;
}

/* Gender: hard reset to prevent overlaps from basis.css */
body #serie_start #gender_man_img,
body #serie_start #gender_apache_img,
body #serie_start #gender_woman_img{
  float: none !important;
  position: static !important;
  transform: none !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
}

body #serie_start .gender_block{
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,0.10);
}

body #serie_start .section_subtitle{
  margin-top: 4px;
  color: rgba(255,255,255,0.70);
  font-size: 13px;
}

/* Never overlap: grid with minmax(0,1fr) + no negative margins */
body #serie_start .gender_grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 12px;
  align-items: stretch;
}

@media (min-width: 760px){
  body #serie_start .gender_grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }
}

body #serie_start .gender_card{
  width: 100%;
  min-width: 0;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.06);
  box-shadow: 0 14px 30px rgba(0,0,0,0.32);
  cursor: pointer;
  padding: 16px 14px 18px;
  text-align: center;
  transition: border-color 120ms ease, background 120ms ease, box-shadow 120ms ease, transform 120ms ease;
}

body #serie_start .gender_card:hover{
  border-color: rgba(255,255,255,0.20);
  background: rgba(255,255,255,0.08);
  transform: translateY(-1px);
}

body #serie_start .gender_card.selected{
  border-color: rgba(85,214,255,0.60);
  background: rgba(85,214,255,0.12);
  box-shadow: 0 18px 38px rgba(85,214,255,0.14);
}

body #serie_start .gender_imgwrap{
  height: 74px;
  width: 74px;
  border-radius: 18px;
  margin: 8px auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.28);
  border: 1px solid rgba(255,255,255,0.12);
}

body #serie_start .gender_svg{
  width: 46px;
  height: 46px;
  display: block;
  filter: drop-shadow(0 6px 10px rgba(0,0,0,0.45));
}

body #serie_start .gender_label{
  display: block;
  font-weight: 900;
  color: rgba(255,255,255,0.92);
  font-size: 16px;
  padding: 6px 0 0;
}

/* Actions */
body #serie_start .actions{
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

body #serie_start .button_blue,
body #serie_start input.button_blue,
body #serie_start #next_button{
  color: #fff;
  width: 100%;
  border-radius: 16px;
  padding: 13px 14px;
  font-weight: 900;
}

/* Genres */
body #serie_start .genre_grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 12px;
}

@media (min-width: 700px){
  body #serie_start .genre_grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 980px){
  body #serie_start .genre_grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

body #serie_start .selection_genres{
  float: none !important;
  position: static !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;

  width: 100%;
  min-height: 52px;
  padding: 14px 12px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.92);
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(0,0,0,0.32);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  user-select: none;
  transition: border-color 120ms ease, background 120ms ease, box-shadow 120ms ease, transform 120ms ease;
}

body #serie_start .selection_genres:hover{
  border-color: rgba(255,255,255,0.20);
  background: rgba(255,255,255,0.08);
  transform: translateY(-1px);
}

body #serie_start .selection_genres.selected{
  border-color: rgba(85,214,255,0.60);
  background: rgba(85,214,255,0.12);
  box-shadow: 0 18px 38px rgba(85,214,255,0.14);
}

/* Prevent horizontal scroll caused by wide children */
html, body{
  max-width: 100%;
  overflow-x: hidden;
}

body #serie_start,
body #serie_start *{
  box-sizing: border-box;
}

body #serie_start{
  width: 100%;
  max-width: 980px;
  overflow-x: clip;
}

body #serie_start .card{
  width: 100%;
}

/* Mobile stepper: no grid, no oversize, no weird wrapping */
body #serie_start .subnavi.stepper{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  width: 100%;
  max-width: 100%;
  padding: 10px 10px;
  overflow: hidden;
}

body #serie_start .subnavi.stepper h2{
  flex: 1 1 0;
  min-width: 0;
  padding: 10px 6px 12px;
  text-align: center;
  word-break: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Make separators tiny and non-expanding */
body #serie_start .subnavi.stepper span{
  flex: 0 0 auto;
  width: 10px;
  text-align: center;
  opacity: 0.55;
}

/* Desktop stepper: keep it nice */
@media (min-width: 760px){
  body #serie_start .subnavi.stepper{
    justify-content: center;
    gap: 18px;
  }
  body #serie_start .subnavi.stepper h2{
    flex: 0 0 auto;
    white-space: nowrap;
    padding: 10px 12px 12px;
  }
}

.profile-page{max-width:1120px;margin:0 auto;padding:16px;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;}
.profile-page *{box-sizing:border-box;}


.profile-hero{display:grid;grid-template-columns:1.2fr 1fr;gap:16px;padding:18px;border-radius:16px;background:linear-gradient(135deg,rgba(255,255,255,.07),rgba(255,255,255,.02));border:1px solid rgba(255,255,255,.10);box-shadow:0 8px 24px rgba(0,0,0,.25);margin-bottom:18px;}
.hero-left{display:flex;gap:16px;align-items:center;}
.avatar-wrap{position:relative;width:104px;height:104px;flex:0 0 104px;}
.avatar{width:104px;height:104px;object-fit:cover;border-radius:22px;border:2px solid rgba(255,255,255,.14);box-shadow:0 10px 20px rgba(0,0,0,.25);}
.hero-meta{width:100%;}
.hero-name{margin:0;font-size:28px;font-weight:900;letter-spacing:.2px;line-height:1.1;}
.hero-sub{margin-top:6px;opacity:.85;font-weight:800;}
.level-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px;margin-bottom:6px;}
.level-badge{display:inline-flex;padding:6px 10px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);font-weight:900;font-size:13px;}
.xp-text{font-size:13px;opacity:.8;font-weight:800;}
.xp-bar{height:10px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.10);overflow:hidden;}
.xp-bar-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#6ee7ff,#a78bfa,#fb7185);}
.hero-actions{margin-top:14px;display:flex;gap:10px;flex-wrap:wrap;}

.hero-right{display:grid;grid-template-columns:1fr 1fr;gap:10px;align-content:start;}
.stat-card{padding:12px;border-radius:14px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);}
.stat-label{font-size:12px;opacity:.75;margin-bottom:6px;font-weight:800;}
.stat-value{font-size:20px;font-weight:900;}

.profile-next{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;margin:0 0 18px;padding:14px;border:1px solid rgba(111,177,255,.22);background:rgba(47,111,179,.10);border-radius:14px;}
.profile-next-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:rgba(111,177,255,.14);color:rgba(111,177,255,.98);font-size:20px;}
.profile-next-copy{min-width:0;}
.profile-next-copy span{display:block;margin:0 0 3px;font-size:0.72rem;font-weight:900;color:rgba(255,255,255,.56);text-transform:uppercase;letter-spacing:.04em;}
.profile-next-copy strong{display:block;font-size:1.05rem;line-height:1.2;font-weight:900;}
.profile-next-copy p{margin:4px 0 0;color:rgba(255,255,255,.70);line-height:1.4;font-weight:800;}
.profile-next-actions{display:flex;gap:8px;align-items:center;justify-content:flex-end;flex-wrap:wrap;}
.profile-hub{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin:0 0 18px;}
.profile-hub-item{display:flex;align-items:center;gap:10px;min-height:74px;padding:12px;border-radius:14px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.045);color:inherit;text-decoration:none;transition:background .15s,border-color .15s,transform .08s;}
.profile-hub-item:hover{background:rgba(255,255,255,.075);border-color:rgba(111,177,255,.28);transform:translateY(-1px);}
.profile-hub-item i{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:10px;background:rgba(111,177,255,.12);color:rgba(111,177,255,.95);flex:0 0 34px;}
.profile-hub-item span{display:flex;flex-direction:column;gap:3px;min-width:0;}
.profile-hub-item b{font-size:0.95rem;line-height:1.1;}
.profile-hub-item small{font-size:0.76rem;line-height:1.25;color:rgba(255,255,255,.58);}
@media (max-width:980px){.profile-hub{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media (max-width:720px){.profile-next{grid-template-columns:auto 1fr;}.profile-next-actions{grid-column:1/-1;justify-content:flex-start;}.profile-next-actions .btn{flex:1 1 150px;}}
@media (max-width:520px){.profile-hub{grid-template-columns:1fr;}.profile-hub-item{min-height:64px;}}

.profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
.col-left,.col-right{display:flex;flex-direction:column;gap:16px;}

.card{border-radius:16px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.09);box-shadow:0 10px 22px rgba(0,0,0,.18);overflow:hidden;}
.card-head{padding:14px 16px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(255,255,255,.08);}
.card-head h2{margin:0;font-size:16px;font-weight:900;}
.card-body{padding:16px;}

.textarea{width:100%;min-height:110px;border-radius:14px;padding:12px;border:1px solid rgba(255,255,255,.12);background:rgba(0,0,0,.55);color:#fff;resize:vertical;}
.textarea::placeholder{color:rgba(255,255,255,.65);}
.textarea:focus{outline:none;border-color:rgba(110,231,255,.55);box-shadow:0 0 0 3px rgba(110,231,255,.15);}

.input{width:100%;border-radius:14px;padding:12px;border:1px solid rgba(255,255,255,.12);background:rgba(0,0,0,.55);color:#fff;}
.input::placeholder{color:rgba(255,255,255,.65);}
.input:focus{outline:none;border-color:rgba(110,231,255,.55);box-shadow:0 0 0 3px rgba(110,231,255,.15);}

.btn{border:0;padding:10px 14px;border-radius:12px;font-weight:900;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:transform .08s ease,opacity .08s ease;}
.btn:active{transform:scale(.98);}
.btn-primary{background:linear-gradient(90deg,#4ddfff,#8b5cf6);color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.35);}
.btn-secondary{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);color:inherit;}
.btn-ghost{background:transparent;border:1px dashed rgba(255,255,255,.25);color:inherit;}

.link{font-size:13px;font-weight:900;opacity:.85;text-decoration:none;}
.link:hover{opacity:1;}
.bio-text{margin:0;line-height:1.6;}
.muted{opacity:.75;font-weight:800;}

.series-grid{display:grid;grid-template-columns:1fr;gap:10px;}
.series-item{display:flex;align-items:center;justify-content:space-between;padding:12px;border-radius:14px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);text-decoration:none;}
.series-item:hover{border-color:rgba(255,255,255,.18);}
.series-name{font-weight:900;font-size:14px;color:inherit;}
.series-meta{opacity:.8;font-weight:800;font-size:12px;}
.profile-page .series-item{justify-content:flex-start;gap:10px;}
.profile-page .series-rank{flex:0 0 auto;min-width:34px;font-weight:900;color:rgba(111,177,255,.95);}
.profile-page .series-body{display:flex;flex-direction:column;gap:3px;min-width:0;flex:1;}
.profile-page .series-body .series-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.profile-page-public .profile-hub{display:none;}

/* Achievements */
.badge-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;}

.achievement{
  position:relative;
  padding:12px;
  border-radius:14px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.08);
  text-align:center;
  cursor:default;
  transition:transform .08s ease,border-color .08s ease,opacity .08s ease;
  user-select:none;
}

.achievement:hover{transform:translateY(-1px);border-color:rgba(255,255,255,.18);}

.achievement-icon{font-size:26px;margin-bottom:6px;}
.achievement-title{font-weight:900;font-size:13px;}

/* LOCKED: niemals opacity auf dem Parent, sonst dimmt der Tooltip mit */
.achievement.locked{
  opacity:1;
  filter:grayscale(.35);
  background:rgba(255,255,255,.04);
  border-color:rgba(255,255,255,.08);
}

/* Nur Badge Inhalte dimmen */
.achievement.locked .achievement-icon,
.achievement.locked .achievement-title{
  opacity:.55;
}

/* Schloss Icon */
.achievement.locked:after{
  content:"🔒";
  position:absolute;
  top:8px;
  right:8px;
  font-size:14px;
  line-height:1;
  opacity:.9;
  filter:none;
}

/* Tooltip */
.achievement-tooltip{
  position:absolute;
  left:50%;
  bottom:100%;
  transform:translateX(-50%) translateY(-14px);
  width:260px;
  padding:12px;
  border-radius:14px;
  background:rgba(10,10,12,.98);
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 18px 55px rgba(0,0,0,.65);
  z-index:999999;
  opacity:0;
  pointer-events:none;
  transition:opacity .12s ease,transform .12s ease;
  text-align:left;
  filter:none;
}

.achievement-tooltip:before{
  content:"";
  position:absolute;
  bottom:-8px;
  left:50%;
  width:14px;
  height:14px;
  background:rgba(10,10,12,.98);
  border-left:1px solid rgba(255,255,255,.18);
  border-top:1px solid rgba(255,255,255,.18);
  transform:translateX(-50%) rotate(225deg);
}

.achievement:hover .achievement-tooltip{
  opacity:1;
  transform:translateX(-50%) translateY(-18px);
}

.tt-title{font-weight:900;font-size:14px;margin-bottom:6px;color:#fff;}
.tt-desc{opacity:.95;font-weight:700;line-height:1.45;font-size:13px;margin-bottom:10px;color:rgba(255,255,255,.92);}
.tt-row{display:flex;justify-content:space-between;gap:8px;font-weight:800;font-size:12px;opacity:.95;margin-bottom:6px;color:rgba(255,255,255,.92);}
.tt-bar{height:8px;border-radius:999px;background:rgba(255,255,255,.10);overflow:hidden;border:1px solid rgba(255,255,255,.10);}
.tt-bar-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#6ee7ff,#a78bfa);}

/* Tooltip FIX: overflow fuer Tooltips */
.card-achievements{overflow:visible!important;position:relative;z-index:50;}
.card-achievements .card-body{overflow:visible!important;position:relative;z-index:60;}

/* Mail open/close */
.profile-mail-body{
  overflow:hidden;
  max-height:0;
  opacity:0;
  transition:max-height .25s ease, opacity .20s ease;
}
#profileMailCard.mail-open .profile-mail-body{
  max-height:720px;
  opacity:1;
}

/* Mail-Form readability */
#profileMailCard input,
#profileMailCard textarea{
  background: rgba(0,0,0,.60)!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.14)!important;
}
#profileMailCard label{
  color: rgba(255,255,255,.85)!important;
  font-weight:900!important;
}

@media (max-width:900px){
  .profile-hero{grid-template-columns:1fr;}
  .profile-grid{grid-template-columns:1fr;}
  .badge-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .achievement-tooltip{width:240px;}
}

.messages-page{max-width:1120px;margin:0 auto;padding:16px;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;}
.messages-page *{box-sizing:border-box;}


.hero{padding:18px;border-radius:16px;background:linear-gradient(135deg,rgba(255,255,255,.07),rgba(255,255,255,.02));border:1px solid rgba(255,255,255,.10);box-shadow:0 8px 24px rgba(0,0,0,.25);margin-bottom:18px;}
.hero h1{margin:0;font-size:28px;font-weight:900;}
.hero p{margin-top:10px;opacity:.85;font-weight:800;line-height:1.6;}

.grid{display:grid;grid-template-columns:1.25fr .75fr;gap:16px;}
@media (max-width:900px){ .grid{grid-template-columns:1fr;} }

.card{border-radius:16px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.09);box-shadow:0 10px 22px rgba(0,0,0,.18);overflow:hidden;}
.card-head{padding:14px 16px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(255,255,255,.08);}
.card-head h2{margin:0;font-size:16px;font-weight:900;}
.card-body{padding:16px;}

.list{display:grid;gap:12px;}
.msg{padding:14px;border-radius:16px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);}
.msg-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px;}
.msg-user{display:flex;align-items:center;gap:12px;min-width:0;}
.avatar{width:44px;height:44px;border-radius:14px;object-fit:cover;border:1px solid rgba(255,255,255,.12);background:rgba(0,0,0,.45);}
.msg-user a{color:inherit;text-decoration:none;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:240px;}
.msg-user a:hover{text-decoration:underline;}
.meta{font-size:12px;opacity:.75;font-weight:800;white-space:nowrap;}
.badge{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);font-weight:900;font-size:12px;}

.subject{font-weight:900;margin:0 0 8px 0;}
.text{margin:0;line-height:1.6;opacity:.92;font-weight:700;word-wrap:break-word;}
.split{opacity:.7;font-weight:900;}

.input{width:100%;border-radius:14px;padding:12px;border:1px solid rgba(255,255,255,.12);background:rgba(0,0,0,.55);color:#fff;}
.input::placeholder{color:rgba(255,255,255,.65);}
.input:focus{outline:none;border-color:rgba(110,231,255,.55);box-shadow:0 0 0 3px rgba(110,231,255,.15);}

.textarea{width:100%;min-height:120px;border-radius:14px;padding:12px;border:1px solid rgba(255,255,255,.12);background:rgba(0,0,0,.55);color:#fff;resize:vertical;}
.textarea::placeholder{color:rgba(255,255,255,.65);}
.textarea:focus{outline:none;border-color:rgba(110,231,255,.55);box-shadow:0 0 0 3px rgba(110,231,255,.15);}

.btn{border:0;padding:10px 14px;border-radius:12px;font-weight:900;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:transform .08s ease,opacity .08s ease;width:100%;}
.btn:active{transform:scale(.98);}
.btn-primary{background:linear-gradient(90deg,#4ddfff,#8b5cf6);color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.35);}
.profile-page .btn{width:auto;}
.profile-next{grid-template-columns:auto minmax(0,1fr) auto;border-color:rgba(255,255,255,.12);background:rgba(255,255,255,.045);}
.profile-next-icon{width:42px;height:42px;font-size:18px;}
.profile-next-actions .btn{width:auto;min-width:116px;padding:9px 14px;}
.profile-next-actions .btn-primary{background:rgba(47,111,179,.72);border:1px solid rgba(111,177,255,.38);color:#fff;text-shadow:none;}
.profile-next-actions .btn-secondary{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.14);}
@media (max-width:720px){.profile-next-actions .btn{flex:1 1 150px;width:auto;}}

.muted{opacity:.75;font-weight:800;}
.serieteaserpic0 { background-image: url('/img/serien_img2.png'); }
.home_intro a{ color:#7cc4ff; }
.home_intro a:hover{ color:#a6dcff; }
.home_hub{ display:flex; gap:16px; flex-wrap:wrap; margin:16px 0 10px 0; }
.home_hub .hub_box{ flex:1 1 240px; padding:16px; border:1px solid rgba(255,255,255,0.15); border-radius:10px; background:rgba(255,255,255,0.10); box-shadow:0 4px 16px rgba(0,0,0,0.25); }
.home_hub .hub_box h3{ margin:0 0 6px 0; font-size:18px; color:#fff; }
.home_hub .hub_box p{ margin:0 0 10px 0; color:rgba(255,255,255,0.85); font-size:14px; }
.home_hub .hub_box ul{ margin:8px 0 0 0; padding-left:18px; }
.home_hub .hub_box a{ color:#7cc4ff; font-weight:800; text-decoration:none; }
.home_hub .hub_box a:hover{ text-decoration:underline; }
.home_sep{ border:0; border-top:1px solid rgba(255,255,255,0.15); margin:18px 0 10px 0; }
.home_tabs{ margin:10px 0 8px 0; }
.home_tabs button{ display:inline-block; padding:6px 10px; margin-right:6px; border-radius:6px; border:1px solid rgba(255,255,255,0.18); background:rgba(255,255,255,0.08); color:#fff; cursor:pointer; }
.home_tabs button.active{ background:#2d7dff; border-color:rgba(255,255,255,0.22); }
.home_tabs button:focus{ outline:2px solid rgba(124,196,255,0.8); outline-offset:2px; }
.faq_block{ margin:18px 0; padding:16px; border:1px solid rgba(255,255,255,0.14); border-radius:10px; background:rgba(255,255,255,0.07); box-shadow:0 4px 16px rgba(0,0,0,0.25); }
.faq_block h3{ margin:0 0 10px 0; color:#fff; }
.faq_item{ border-top:1px solid rgba(255,255,255,0.10); padding:10px 0; }
.faq_item:first-of-type{ border-top:none; padding-top:0; }
.faq_block summary{ cursor:pointer; font-weight:800; color:#fff; font-size:15px; list-style:none; outline:none; }
.faq_block summary::-webkit-details-marker{ display:none; }
.faq_block summary:before{ content:'+'; display:inline-block; width:18px; margin-right:8px; color:#7cc4ff; font-weight:900; }
.faq_block details[open] summary:before{ content:'-'; }
.faq_block details p{ margin:10px 0 0 26px; color:rgba(255,255,255,0.88); font-size:14px; line-height:1.45; }

  /* Action-Button */
  #serien_wie_hub .actions{margin-top:10px}
  #serien_wie_hub .smallbtn{display:inline-flex;align-items:center;justify-content:center;padding:8px 14px;border-radius:10px;border:1px solid rgba(85,214,255,0.25);background:rgba(85,214,255,0.10);text-decoration:none;font-weight:900;font-size:13px;color:rgba(85,214,255,0.95);width:100%;box-sizing:border-box}
  #serien_wie_hub .smallbtn:hover{background:rgba(85,214,255,0.16);border-color:rgba(85,214,255,0.35)}
#comtab.tab-panel { margin-top: 14px; padding: 18px; border: 1px solid rgba(255,255,255,0.12); border-radius: 16px; background: rgba(255,255,255,0.03); }
#comtab .panel-title { margin: 0 0 16px; font-size: 1.1rem; font-weight: 900; color: rgba(255,255,255,0.92); padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,0.10); }
.fm-comment { padding: 14px 16px; border: 1px solid rgba(255,255,255,0.10); border-radius: 14px; background: rgba(255,255,255,0.03); margin-bottom: 10px; transition: border-color 0.15s; }
.fm-comment:hover { border-color: rgba(255,255,255,0.18); }
.fm-c-header { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 12px; }
.fm-c-avatar { flex-shrink: 0; width: 38px; height: 38px; border-radius: 50%; background: rgba(111,177,255,0.18); border: 1px solid rgba(111,177,255,0.28); display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 1rem; color: rgba(111,177,255,0.90); }
.fm-cname-link { font-weight: 800; font-size: 0.93rem; color: rgba(255,255,255,0.92); text-decoration: none; }
.fm-cname-link:hover { color: #6fb1ff; text-decoration: underline; }
.fm-c-body { font-size: 0.92rem; color: rgba(255,255,255,0.74); line-height: 1.65; }
.fm-rate-section { margin-top: 20px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,0.10); }
.fm-com-more-btn { display: inline-block; padding: 8px 16px; border: 1px solid rgba(255,255,255,0.12); border-radius: 10px; background: rgba(255,255,255,0.04); color: #6fb1ff; font-weight: 800; font-size: 0.88rem; cursor: pointer; transition: background 0.15s, border-color 0.15s; }
.fm-com-more-btn:hover { background: rgba(47,111,179,0.18); border-color: rgba(111,177,255,0.35); }

/* ============================================================
   MOBILE NAVI FIX - Hamburger links | Profil rechts | Suche darunter
   ============================================================ */

@media (max-width: 639px) {

  #navi_top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 6px 12px 8px;
    gap: 0;
    box-sizing: border-box;
    width: 100%;
  }

  #mobile_bar {
    display: flex;
    align-items: center;
    justify-content: center;
    order: 1;
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    background: linear-gradient(180deg, #2C77b8, #1f5f96);
    border: 1px solid #4C97d8;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.25);
    padding: 0;
    margin: 0 10px 0 0;
    cursor: pointer;
  }

  #mobile_bar::before {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 6px 0 #fff, 0 -6px 0 #fff;
  }

  .topHeader.fr.l {
    order: 2;
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
    float: none;
  }

  #search_serie_div {
    order: 3;
    flex: 0 0 100%;
    width: 100%;
    padding: 0;
    margin: 6px 0 0;
    box-sizing: border-box;
  }

  #search_serie {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    border-radius: 10px;
    padding: 10px 12px;
    border: 1px solid #4C97d8;
    background: #111;
    color: #fff;
    font-size: 14px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  }

  #navi_bar {
    border: 1px solid #4C97d8;
    border-radius: 12px;
    overflow: hidden;
    background: #111;
    box-shadow: 0 8px 20px rgba(0,0,0,0.28);
    margin: 6px 12px 10px;
    width: calc(100% - 24px);
    box-sizing: border-box;
  }

  #navi_bar > li {
    width: 100%;
    text-align: left;
    padding: 0;
    border: 0;
    border-bottom: 1px solid rgba(76,151,216,0.25);
    background: #161616;
  }

  #navi_bar > li:last-child {
    border-bottom: 0;
  }

  #navi_bar > li > a {
    display: block;
    padding: 10px 14px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
  }

  #navi_bar > li.active_top > a,
  #navi_bar > li.active > a {
    background: linear-gradient(90deg, #2C77b8, #4C97d8);
    color: #fff;
  }

  #navi_bar ul {
    display: block;
    padding: 4px 0 8px;
    margin: 0;
    background: #0f0f0f;
    border-top: 1px solid rgba(76,151,216,0.2);
  }

  #navi_bar ul li {
    width: 100%;
    padding: 0;
    background: transparent;
    border: 0;
    text-align: left;
  }

  #navi_bar ul li a {
    display: block;
    padding: 8px 14px 8px 28px;
    color: #9fd0ff;
    font-size: 13px;
    position: relative;
    line-height: 1.3;
  }

  #navi_bar ul li a::before {
    content: ">";
    position: absolute;
    left: 14px;
    color: #4C97d8;
    font-weight: 700;
  }

  #navi_bar ul li.active a {
    color: #fff;
    background: rgba(76,151,216,0.18);
  }

  #navi_bar ul li:hover,
  #navi_bar > li:hover {
    background: inherit;
  }

  #navi_bar ul li a:hover,
  #navi_bar > li > a:hover {
    background: rgba(76,151,216,0.12);
    color: #fff;
  }

  #user_navi_bar li {
    padding: 7px 14px;
    font-size: 13px;
  }

}

/* =========================================================
   LINK UX / ACCESSIBILITY FIX
   Ganz ans Ende der basis.css setzen
========================================================= */

/* Basis für alle Links */
a {
  color: #6fb1ff;
  text-decoration: none;
  font-weight: 400;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

a:hover {
  color: #9ac7ff;
}

a:focus,
a:focus-visible {
  outline: 2px solid #6fb1ff;
  outline-offset: 2px;
  border-radius: 3px;
}

/* Textlinks müssen klar als Links erkennbar sein */


p a:hover,
li a:hover,
td a:hover,
label a:hover,
.artikelcontent a:hover,
#content p a:hover,
#content li a:hover,
#main_intro a:hover,
.comment .content a:hover,
.newsdate a:hover,
.bio-text a:hover,
.tt-desc a:hover,
.tt-row a:hover {
  color: #9ac7ff;
}

/* Listenlinks nicht fett, sonst sehen sie wie Überschriften aus */

/* Navigation soll clean bleiben */
#navi a,
#navi_top a,
#navi_bar a,
#user_navi_bar a,
#mobile_bar,
#mobile_user_bar {
  text-decoration: none;
  font-weight: 400;
}

#navi a:hover,
#navi_top a:hover,
#navi_bar a:hover,
#user_navi_bar a:hover {
  color: #ffffff;
}

/* Header Links separat */
#header a {
  text-decoration: none;
  font-weight: 700;
}

#header a:hover {
  color: #ffffff;
}

/* Footer Links */
#bottom a,
#bottom_info a {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}

#bottom a:hover,
#bottom_info a:hover {
  color: #ffffff;
}

/* Buttons und button-artige Links sollen NICHT wie Textlinks aussehen */
.button,
a.button,
.button_blue,
#submitbutton,
#login #login_button,
.settings-page .btn,
.friends-page .btn,
.messages-page .btn,
.profil-settings-page .btn-primary,
.profil-settings-page .btn-secondary,
.profile-page .btn-secondary,
.profile-page .btn-ghost,
#neue-serien-page .btn,
#serie-detail-page .wl-btn,
#serie-detail-page .com-more-btn {
  text-decoration: none !important;
}

/* Card-CTA Links auf Startseite klar als Aktion hervorheben */
#index_cols a,
#content .column a {
  color: #9ac7ff;
}

#index_cols a:hover,
#content .column a:hover {
  color: #ffffff;
}

/* Speziell für die drei Kacheln oben:
   Link wirkt wie CTA und nicht wie Fließtext */
#content .column p + a,
#content .column a:last-child {
  display: inline-block;
  margin-top: 8px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}

/* Serien-Teaser Titel sind Bild-Overlays, keine normalen Textlinks */
.serien_teaser h3 a,
#shop .item .title a,
#filmlist .film a,
td .watchlistpic,
#serien_empfehlungen .action a {
  text-decoration: none;
  font-weight: 700;
}

/* Tabellenlinks lesbar */
table a,
.season a,
#serien_empfehlungen a,
#profil_watchlist a,
#watchtogethertable a,
#providercomparison a {
  text-underline-offset: 3px;
}

/* Episodenlinks dürfen kräftiger bleiben, aber als Links erkennbar */
#descepis .episodes a {
  color: #4c97d8;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}

#descepis .episodes a:hover {
  color: #9ac7ff;
}
/* ============================================================
   STARTSEITE – feature_grid cards (nicht mehr full-link)
   ============================================================ */

.index-home .feature_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 22px;
}

.index-home .feature_card {
  display: flex;
  flex-direction: column;
  padding: 20px 18px 18px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.025));
  box-shadow: 0 10px 28px rgba(0,0,0,0.2);
  color: #f5f9ff;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.index-home .feature_card:hover {
  border-color: rgba(255,255,255,0.14);
  box-shadow: 0 16px 36px rgba(0,0,0,0.28);
}

.index-home .feature_card.feature_primary {
  border-color: rgba(76,151,216,0.5);
  background:
    radial-gradient(circle at top right, rgba(76,151,216,0.18), transparent 42%),
    linear-gradient(180deg, rgba(255,255,255,0.09), rgba(255,255,255,0.03));
}

.index-home .feature_card h3 {
  margin: 0 0 8px;
  font-size: 19px;
  line-height: 1.25;
  color: #fff;
}

.index-home .feature_card p {
  margin: 0 0 4px;
  color: #d4e2f2;
  font-size: 14px;
  line-height: 1.65;
  flex-grow: 1;
}

.index-home .feature_card .card_link {
  display: inline-flex;
  align-self: flex-start;
  margin-top: 12px;
  color: #9fd0ff;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.12s;
}

.index-home .feature_card .card_link:hover { color: #c2e0ff; }

.index-home .feature_card .card_link_secondary {
  color: rgba(255,255,255,0.45);
  font-weight: 600;
  margin-top: 6px;
}

.index-home .feature_card .card_link_secondary:hover { color: rgba(255,255,255,0.75); }

@media (max-width: 980px) {
  .index-home .feature_grid { grid-template-columns: 1fr; }
}

/* =========================
   ACHIEVEMENTS MODERN ICONS
========================= */

.badge-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  gap: 14px;
}

.achievement {
  position: relative;
  padding: 14px 10px;
  border-radius: 16px;
  text-align: center;
  background: linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  border: 1px solid rgba(255,255,255,.08);
  transition: transform .15s ease, box-shadow .15s ease;
  cursor: default;
}

.achievement:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0,0,0,.4);
}

.achievement.locked {
  opacity: .45;
  filter: grayscale(1);
}

.achievement-icon {
  width: 46px;
  height: 46px;
  margin: 0 auto 8px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;

  background: linear-gradient(135deg, #4ddfff, #8b5cf6);
  box-shadow: 0 8px 18px rgba(139,92,246,.35);
}

.achievement-icon i {
  font-size: 20px;
  color: #fff;
}

.achievement-title {
  font-size: 12px;
  font-weight: 800;
}

/* Tooltip cleaner */
.achievement-tooltip {
  position: absolute;
  bottom: 110%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0,0,0,.95);
  padding: 12px 16px 12px 12px;
  border-radius: 12px;
  width: 220px;
  opacity: 0;
  pointer-events: none;
  transition: .2s;
  z-index: 50;
}

.achievement:hover .achievement-tooltip {
  opacity: 1;
}

.tt-title {
  font-weight: 900;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tt-title i {
  opacity: .8;
}

.index-home {
    max-width: 1180px;
    margin: 0 auto;
    padding: 14px 8px 28px;
  }
  .index-home, .index-home * {
    box-sizing: border-box;
  }
  .index-home a {
    text-decoration: none;
  }
  .index-home .hero_shell {
    position: relative;
    overflow: hidden;
    margin: 6px 0 18px;
    padding: 28px 22px 22px;
    border: 1px solid rgba(76,151,216,0.35);
    border-radius: 24px;
    background:
      radial-gradient(circle at top left, rgba(76,151,216,0.28), transparent 38%),
      radial-gradient(circle at top right, rgba(44,119,184,0.22), transparent 28%),
      linear-gradient(135deg, rgba(16,26,40,0.98), rgba(12,85,147,0.72) 55%, rgba(10,18,30,0.96));
    box-shadow: 0 18px 42px rgba(0,0,0,0.34);
  }
  .index-home .hero_shell::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0));
    pointer-events: none;
  }
  .index-home .hero_grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.9fr);
    gap: 20px;
    align-items: center;
  }
  .index-home .eyebrow {
    display: inline-flex;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.1);
    color: #d8ebff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }
  .index-home .hero_copy h1 {
    margin: 12px 0 10px;
    color: #fff;
    font-size: 40px;
    line-height: 1.08;
    font-weight: 800;
  }
  .index-home .hero_copy p {
    margin: 0;
    max-width: 720px;
    color: #eef6ff;
    font-size: 18px;
    line-height: 1.7;
  }
  .index-home .hero_actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
  }
  .index-home .btn_main,
  .index-home .btn_alt {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 50px;
    min-width: 220px;
    padding: 13px 22px;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 700;
    transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease, background-color 0.16s ease;
  }
  .index-home .btn_main {
    color: #ffffff !important;
    text-shadow: 0 1px 2px rgba(0,0,0,0.34);
    background: linear-gradient(135deg, #82c0ff, #4C97d8 48%, #2668a8);
    border: 1px solid rgba(255,255,255,0.20);
    box-shadow: 0 18px 38px rgba(44,119,184,0.48), 0 0 0 1px rgba(255,255,255,0.06) inset;
  }
  .index-home .btn_alt {
    color: #fff;
    border: 1px solid rgba(255,255,255,0.22);
    background: rgba(0,0,0,0.18);
  }
  .index-home .btn_main:hover,
  .index-home .btn_alt:hover,
  .index-home .feature_card:hover,
  .index-home .tool_card:hover,
  .index-home .hero_side_card:hover,
  .index-home .section_card:hover {
    transform: translateY(-2px);
  }
  .index-home .btn_main:hover {
    box-shadow: 0 24px 48px rgba(44,119,184,0.56), 0 0 0 1px rgba(255,255,255,0.08) inset;
  }
  .index-home .hero_side {
    display: grid;
    gap: 12px;
  }
  .index-home .hero_side_card,
  .index-home .feature_card,
  .index-home .tool_card,
  .index-home .section_card,
  .index-home .watch_box,
  .index-home .faq_block {
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.025));
    box-shadow: 0 12px 30px rgba(0,0,0,0.2);
  }
  .index-home .hero_side_card {
    padding: 16px 16px 14px;
    transition: transform 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
  }
  .index-home .hero_side_card.hero_side_focus {
    border-color: rgba(76,151,216,0.46);
    background:
      radial-gradient(circle at top right, rgba(76,151,216,0.18), transparent 42%),
      linear-gradient(180deg, rgba(255,255,255,0.09), rgba(255,255,255,0.03));
  }
  .index-home .hero_side_card strong {
    display: block;
    color: #fff;
    font-size: 15px;
    margin-bottom: 4px;
  }
  .index-home .hero_side_card span {
    color: #d7e8fb;
    font-size: 14px;
    line-height: 1.5;
  }
  .index-home .section_heading {
    margin: 42px 0 16px;
    text-align: center;
  }
  .index-home .section_heading h2,
  .index-home .section_heading h3 {
    margin: 0 0 6px;
    font-size: 30px;
    line-height: 1.2;
    color: #fff;
  }
  .index-home .section_heading p {
    margin: 0;
    color: #c9d7e8;
    font-size: 15px;
    line-height: 1.6;
  }
  .index-home .feature_grid,
  .index-home .tool_grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }
  .index-home .feature_grid {
    margin-bottom: 28px;
  }
  .index-home .feature_card,
  .index-home .tool_card {
    display: block;
    padding: 18px 18px 16px;
    color: #f5f9ff;
    transition: transform 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
  }
  .index-home .feature_card h3,
  .index-home .tool_card h3 {
    margin: 0 0 8px;
    font-size: 21px;
    line-height: 1.25;
    color: #fff;
  }
  .index-home .feature_card p,
  .index-home .tool_card p {
    margin: 0;
    color: #d4e2f2;
    font-size: 14px;
    line-height: 1.65;
  }
  .index-home .feature_card .card_link,
  .index-home .tool_card .card_link {
    display: inline-flex;
    margin-top: 12px;
    color: #9fd0ff;
    font-weight: 700;
  }
  .index-home .feature_card.feature_primary,
  .index-home .tool_card.tool_primary {
    border-color: rgba(76,151,216,0.5);
    background:
      radial-gradient(circle at top right, rgba(76,151,216,0.18), transparent 42%),
      linear-gradient(180deg, rgba(255,255,255,0.09), rgba(255,255,255,0.03));
  }
  .index-home .watch_box {
    margin: 30px 0 18px;
    padding: 22px 22px 20px;
    background:
      radial-gradient(circle at top right, rgba(76,151,216,0.24), transparent 32%),
      linear-gradient(135deg, rgba(14,22,34,0.96), rgba(23,37,55,0.96));
  }
  .index-home .watch_badge {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(76,151,216,0.16);
    color: #bfe1ff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }
  .index-home .watch_box_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
  }
  .index-home .watch_box_wrap .btn_main,
  .index-home .hero_actions .btn_main {
    white-space: normal;
    text-align: center;
  }
  .index-home .watch_box h2 {
    margin: 0 0 8px;
    font-size: 30px;
    line-height: 1.2;
    color: #fff;
  }
  .index-home .watch_box p {
    margin: 0;
    color: #dde9f7;
    font-size: 16px;
    line-height: 1.7;
    max-width: 760px;
  }
  .index-home .discovery_block {
    margin-top: 24px;
  }
  .index-home .home_tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin: 4px 0 18px;
  }
  .index-home .home_tabs button {
    border: 1px solid rgba(76,151,216,0.28);
    border-radius: 999px;
    background: rgba(255,255,255,0.05);
    color: #e6f0fb;
    padding: 10px 16px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.16s ease, border-color 0.16s ease, transform 0.16s ease;
  }
  .index-home .home_tabs button.active,
  .index-home .home_tabs button:hover {
    background: linear-gradient(135deg, #4d98da, #2C77b8);
    border-color: #6fb1ff;
    color: #fff;
    box-shadow: 0 10px 24px rgba(44,119,184,0.26);
  }
  .index-home #index_new,
  .index-home #index_top,
  .index-home #index_tipp {
    padding: 18px 0 2px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
  }
  .index-home .serien_teaser {
    float: none;
    display: block;
    width: 100%;
    margin: 0;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 16px 38px rgba(0,0,0,0.30);
    background: rgba(255,255,255,0.03);
    transition: transform 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
  }
  .index-home .serien_teaser:hover {
    transform: translateY(-4px);
    border-color: rgba(111,177,255,0.38);
    box-shadow: 0 22px 46px rgba(0,0,0,0.36);
  }
  .index-home .serien_teaser a {
    display: block;
    position: relative;
  }
  .index-home .serien_teaser a::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(5,12,20,0.10) 0%, rgba(5,12,20,0.28) 40%, rgba(5,12,20,0.86) 100%);
  }
  .index-home .serien_teaser a::after {
    content: 'Serie ansehen';
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(9,18,30,0.70);
    border: 1px solid rgba(255,255,255,0.14);
    color: #dcebff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
  }
  .index-home #index_top .serien_teaser a::after {
    content: 'Beliebt';
  }
  .index-home #index_tipp .serien_teaser a::after {
    content: 'Geheimtipp';
  }
  .index-home #index_new .serien_teaser a::after {
    content: 'Neu';
  }
  .index-home .serien_teaser h3 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    margin: 0;
    padding: 58px 18px 16px;
    background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.92));
    color: #fff;
    font-size: 20px;
    line-height: 1.15;
    min-height: 98px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    text-align: left;
    box-sizing: border-box;
    text-shadow: 0 2px 8px rgba(0,0,0,0.55);
  }
  .index-home .serieteaserpic0,
  .index-home .serieteaserpic1 {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    background-size: cover;
    background-position: center;
  }
  .index-home .serien_teaser:nth-child(3n + 1) .serieteaserpic0,
  .index-home .serien_teaser:nth-child(3n + 1) .serieteaserpic1 {
    background-image: linear-gradient(135deg, rgba(9,22,38,0.18), rgba(6,12,22,0.65)), url('/img/serien_img1.png');
  }
  .index-home .serien_teaser:nth-child(3n + 2) .serieteaserpic0,
  .index-home .serien_teaser:nth-child(3n + 2) .serieteaserpic1 {
    background-image: linear-gradient(135deg, rgba(10,28,44,0.14), rgba(6,12,22,0.58)), url('/img/serien_img2.png');
  }
  .index-home .serien_teaser:nth-child(3n + 3) .serieteaserpic0,
  .index-home .serien_teaser:nth-child(3n + 3) .serieteaserpic1 {
    background-image: linear-gradient(135deg, rgba(6,18,32,0.12), rgba(6,12,22,0.62)), url('/img/serien_img1.png');
  }
  .index-home .more_series {
    float: none;
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: auto;
    padding: 6px 0 0;
  }
  .index-home .more_series_text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(76,151,216,0.34);
    color: #e9f4ff;
    font-weight: 700;
    transition: transform 0.16s ease, border-color 0.16s ease, background-color 0.16s ease;
  }
  .index-home .more_series_text::after {
    content: '→';
    font-size: 18px;
    line-height: 1;
  }
  .index-home .more_series_text:hover {
    transform: translateY(-2px);
    border-color: rgba(111,177,255,0.55);
    background: rgba(76,151,216,0.10);
  }
  .index-home .section_split {
    margin: 36px 0 0;
    padding-top: 10px;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  .index-home .tool_grid {
    margin-top: 12px;
  }
  .index-home .tool_card {
    min-height: 205px;
  }
  .index-home .link_list,
  .index-home .faq_block ul {
    list-style: none;
    padding: 0;
    margin: 12px 0 0;
  }
  /* Override global #content li bullet image + padding */
  .index-home .link_list li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
  }
  .index-home .link_list a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 0;
    color: #9fd0ff;
    font-weight: 700;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    text-decoration: none;
  }
  .index-home .link_list a::before {
    content: '';
    display: block;
    flex-shrink: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #4C97d8;
  }
  .index-home .link_list a:hover { color: #c5dfff; }
  .index-home .link_list li:last-child a { border-bottom: 0; }
  .index-home .helpers_grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 10px;
  }
  .index-home .helpers_grid.helpers_grid_tools {
    grid-template-columns: minmax(0, 1fr);
  }
  .index-home .section_card {
    padding: 18px;
  }
  .index-home .section_card h3 {
    margin: 0 0 8px;
    font-size: 20px;
    color: #fff;
  }
  .index-home .section_card p {
    margin: 0;
    color: #d3e1ef;
    line-height: 1.65;
    font-size: 14px;
  }
  .index-home .topic_block {
    margin-top: 20px;
  }
  .index-home .topic_grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
  }
  .index-home .topic_link {
    display: block;
    min-height: 92px;
    padding: 12px 13px;
    border: 1px solid rgba(137, 178, 225, 0.22);
    border-radius: 8px;
    background: rgba(255,255,255,0.055);
    color: #dbeaff;
    text-decoration: none;
  }
  .index-home .topic_link:hover {
    border-color: rgba(124,196,255,0.45);
    background: rgba(76,151,216,0.16);
    color: #fff;
  }
  .index-home .topic_link strong {
    display: block;
    margin-bottom: 5px;
    color: #fff;
    font-size: 15px;
    line-height: 1.25;
  }
  .index-home .topic_link span {
    display: block;
    color: #bfd3e8;
    font-size: 13px;
    line-height: 1.35;
  }
  .index-home .faq_block {
    margin-top: 24px;
    padding: 20px 20px 8px;
  }
  .index-home .faq_block h3 {
    margin: 0 0 14px;
    font-size: 25px;
    color: #fff;
  }
  .index-home .faq_item {
    margin-bottom: 12px;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px;
    background: rgba(255,255,255,0.03);
    overflow: hidden;
  }
  .index-home .faq_item summary {
    padding: 14px 16px;
    cursor: pointer;
    font-weight: 700;
    color: #fff;
    list-style: none;
  }
  .index-home .faq_item p {
    margin: 0;
    padding: 0 16px 16px;
    color: #dce7f3;
    line-height: 1.7;
  }
  .index-home .book_area {
    margin-top: 26px;
  }
  .index-home .book_area h3 {
    margin-bottom: 6px;
  }
  .index-home .book_area h3 {
    color: rgba(255,255,255,0.75);
    font-size: 14px;
  }
  .index-home #melden {
    margin-top: 18px;
  }
  @media (max-width: 980px) {
    .index-home .hero_grid,
    .index-home .helpers_grid,
    .index-home .feature_grid,
    .index-home .tool_grid {
      grid-template-columns: 1fr;
    }
    .index-home .topic_grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .index-home .watch_box_wrap {
      flex-direction: column;
      align-items: flex-start;
    }
    .index-home .hero_copy h1 {
      font-size: 34px;
    }
    .index-home .hero_copy p {
      font-size: 17px;
    }
  }
  @media (max-width: 720px) {
    .index-home {
      padding: 8px 0 22px;
    }
    .index-home .hero_shell,
    .index-home .watch_box,
    .index-home .section_card,
    .index-home .feature_card,
    .index-home .tool_card,
    .index-home .topic_link,
    .index-home .faq_block {
      border-radius: 18px;
    }
    .index-home .hero_shell {
      padding: 20px 16px 18px;
    }
    .index-home .hero_copy h1 {
      font-size: 29px;
    }
    .index-home .hero_copy p,
    .index-home .watch_box p {
      font-size: 15px;
    }
    .index-home .section_heading h2,
    .index-home .watch_box h2 {
      font-size: 25px;
    }
    .index-home .hero_actions {
      flex-direction: column;
    }
    .index-home .btn_main,
    .index-home .btn_alt {
      width: 100%;
    }
    .index-home #index_new,
    .index-home #index_top,
    .index-home #index_tipp {
      grid-template-columns: 1fr;
      gap: 14px;
    }
    .index-home .serien_teaser,
    .index-home .serieteaserpic0,
    .index-home .serieteaserpic1 {
      width: 100%;
      max-width: 100%;
    }
    .index-home .more_series {
      min-height: auto;
      width: 100%;
      padding: 8px 0 0;
    }
    .index-home .topic_grid {
      grid-template-columns: 1fr;
    }
    .index-home .topic_link {
      min-height: 0;
    }
  }

  .index-home {
    max-width: 1180px;
    margin: 0 auto;
    padding: 14px 8px 28px;
  }
  .index-home, .index-home * {
    box-sizing: border-box;
  }
  .index-home a {
    text-decoration: none;
  }
  .index-home .hero_shell {
    position: relative;
    overflow: hidden;
    margin: 6px 0 18px;
    padding: 28px 22px 22px;
    border: 1px solid rgba(76,151,216,0.35);
    border-radius: 24px;
    background:
      radial-gradient(circle at top left, rgba(76,151,216,0.28), transparent 38%),
      radial-gradient(circle at top right, rgba(44,119,184,0.22), transparent 28%),
      linear-gradient(135deg, rgba(16,26,40,0.98), rgba(12,85,147,0.72) 55%, rgba(10,18,30,0.96));
    box-shadow: 0 18px 42px rgba(0,0,0,0.34);
  }
  .index-home .hero_shell::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0));
    pointer-events: none;
  }
  .index-home .hero_grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.9fr);
    gap: 20px;
    align-items: center;
  }
  .index-home .eyebrow {
    display: inline-flex;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.1);
    color: #d8ebff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }
  .index-home .hero_copy h1 {
    margin: 12px 0 10px;
    color: #fff;
    font-size: 40px;
    line-height: 1.08;
    font-weight: 800;
  }
  .index-home .hero_copy p {
    margin: 0;
    max-width: 720px;
    color: #eef6ff;
    font-size: 18px;
    line-height: 1.7;
  }
  .index-home .hero_actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
  }
  .index-home .btn_main,
  .index-home .btn_alt {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 50px;
    min-width: 220px;
    padding: 13px 22px;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 700;
    transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease, background-color 0.16s ease;
  }
  .index-home .btn_main {
    color: #ffffff !important;
    text-shadow: 0 1px 2px rgba(0,0,0,0.34);
    background: linear-gradient(135deg, #82c0ff, #4C97d8 48%, #2668a8);
    border: 1px solid rgba(255,255,255,0.20);
    box-shadow: 0 18px 38px rgba(44,119,184,0.48), 0 0 0 1px rgba(255,255,255,0.06) inset;
  }
  .index-home .btn_alt {
    color: #fff;
    border: 1px solid rgba(255,255,255,0.22);
    background: rgba(0,0,0,0.18);
  }
  .index-home .btn_main:hover,
  .index-home .btn_alt:hover,
  .index-home .feature_card:hover,
  .index-home .tool_card:hover,
  .index-home .hero_side_card:hover,
  .index-home .section_card:hover {
    transform: translateY(-2px);
  }
  .index-home .btn_main:hover {
    box-shadow: 0 24px 48px rgba(44,119,184,0.56), 0 0 0 1px rgba(255,255,255,0.08) inset;
  }
  .index-home .hero_side {
    display: grid;
    gap: 12px;
  }
  .index-home .hero_side_card,
  .index-home .feature_card,
  .index-home .tool_card,
  .index-home .section_card,
  .index-home .watch_box,
  .index-home .faq_block {
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.025));
    box-shadow: 0 12px 30px rgba(0,0,0,0.2);
  }
  .index-home .hero_side_card {
    padding: 16px 16px 14px;
    transition: transform 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
  }
  .index-home .hero_side_card.hero_side_focus {
    border-color: rgba(76,151,216,0.46);
    background:
      radial-gradient(circle at top right, rgba(76,151,216,0.18), transparent 42%),
      linear-gradient(180deg, rgba(255,255,255,0.09), rgba(255,255,255,0.03));
  }
  .index-home .hero_side_card strong {
    display: block;
    color: #fff;
    font-size: 15px;
    margin-bottom: 4px;
  }
  .index-home .hero_side_card span {
    color: #d7e8fb;
    font-size: 14px;
    line-height: 1.5;
  }
  .index-home .section_heading {
    margin: 42px 0 16px;
    text-align: center;
  }
  .index-home .section_heading h2,
  .index-home .section_heading h3 {
    margin: 0 0 6px;
    font-size: 30px;
    line-height: 1.2;
    color: #fff;
  }
  .index-home .section_heading p {
    margin: 0;
    color: #c9d7e8;
    font-size: 15px;
    line-height: 1.6;
  }
  .index-home .feature_grid,
  .index-home .tool_grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }
  .index-home .feature_grid {
    margin-bottom: 28px;
  }
  .index-home .feature_card,
  .index-home .tool_card {
    display: block;
    padding: 18px 18px 16px;
    color: #f5f9ff;
    transition: transform 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
  }
  .index-home .feature_card h3,
  .index-home .tool_card h3 {
    margin: 0 0 8px;
    font-size: 21px;
    line-height: 1.25;
    color: #fff;
  }
  .index-home .feature_card p,
  .index-home .tool_card p {
    margin: 0;
    color: #d4e2f2;
    font-size: 14px;
    line-height: 1.65;
  }
  .index-home .feature_card .card_link,
  .index-home .tool_card .card_link {
    display: inline-flex;
    margin-top: 12px;
    color: #9fd0ff;
    font-weight: 700;
  }
  .index-home .feature_card.feature_primary,
  .index-home .tool_card.tool_primary {
    border-color: rgba(76,151,216,0.5);
    background:
      radial-gradient(circle at top right, rgba(76,151,216,0.18), transparent 42%),
      linear-gradient(180deg, rgba(255,255,255,0.09), rgba(255,255,255,0.03));
  }
  .index-home .watch_box {
    margin: 30px 0 18px;
    padding: 22px 22px 20px;
    background:
      radial-gradient(circle at top right, rgba(76,151,216,0.24), transparent 32%),
      linear-gradient(135deg, rgba(14,22,34,0.96), rgba(23,37,55,0.96));
  }
  .index-home .watch_badge {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(76,151,216,0.16);
    color: #bfe1ff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }
  .index-home .watch_box_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
  }
  .index-home .watch_box_wrap .btn_main,
  .index-home .hero_actions .btn_main {
    white-space: normal;
    text-align: center;
  }
  .index-home .watch_box h2 {
    margin: 0 0 8px;
    font-size: 30px;
    line-height: 1.2;
    color: #fff;
  }
  .index-home .watch_box p {
    margin: 0;
    color: #dde9f7;
    font-size: 16px;
    line-height: 1.7;
    max-width: 760px;
  }
  .index-home .discovery_block {
    margin-top: 24px;
  }
  .index-home .home_tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin: 4px 0 18px;
  }
  .index-home .home_tabs button {
    border: 1px solid rgba(76,151,216,0.28);
    border-radius: 999px;
    background: rgba(255,255,255,0.05);
    color: #e6f0fb;
    padding: 10px 16px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.16s ease, border-color 0.16s ease, transform 0.16s ease;
  }
  .index-home .home_tabs button.active,
  .index-home .home_tabs button:hover {
    background: linear-gradient(135deg, #4d98da, #2C77b8);
    border-color: #6fb1ff;
    color: #fff;
    box-shadow: 0 10px 24px rgba(44,119,184,0.26);
  }
  .index-home #index_new,
  .index-home #index_top,
  .index-home #index_tipp {
    padding: 18px 0 2px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
  }
  .index-home .serien_teaser {
    float: none;
    display: block;
    width: 100%;
    margin: 0;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 16px 38px rgba(0,0,0,0.30);
    background: rgba(255,255,255,0.03);
    transition: transform 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
  }
  .index-home .serien_teaser:hover {
    transform: translateY(-4px);
    border-color: rgba(111,177,255,0.38);
    box-shadow: 0 22px 46px rgba(0,0,0,0.36);
  }
  .index-home .serien_teaser a {
    display: block;
    position: relative;
  }
  .index-home .serien_teaser a::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(5,12,20,0.10) 0%, rgba(5,12,20,0.28) 40%, rgba(5,12,20,0.86) 100%);
  }
  .index-home .serien_teaser a::after {
    content: 'Serie ansehen';
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(9,18,30,0.70);
    border: 1px solid rgba(255,255,255,0.14);
    color: #dcebff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
  }
  .index-home #index_top .serien_teaser a::after {
    content: 'Beliebt';
  }
  .index-home #index_tipp .serien_teaser a::after {
    content: 'Geheimtipp';
  }
  .index-home #index_new .serien_teaser a::after {
    content: 'Neu';
  }
  .index-home .serien_teaser h3 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    margin: 0;
    padding: 58px 18px 16px;
    background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.92));
    color: #fff;
    font-size: 20px;
    line-height: 1.15;
    min-height: 98px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    text-align: left;
    box-sizing: border-box;
    text-shadow: 0 2px 8px rgba(0,0,0,0.55);
  }
  .index-home .serieteaserpic0,
  .index-home .serieteaserpic1 {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    background-size: cover;
    background-position: center;
  }
  .index-home .serien_teaser:nth-child(3n + 1) .serieteaserpic0,
  .index-home .serien_teaser:nth-child(3n + 1) .serieteaserpic1 {
    background-image: linear-gradient(135deg, rgba(9,22,38,0.18), rgba(6,12,22,0.65)), url('/img/serien_img1.png');
  }
  .index-home .serien_teaser:nth-child(3n + 2) .serieteaserpic0,
  .index-home .serien_teaser:nth-child(3n + 2) .serieteaserpic1 {
    background-image: linear-gradient(135deg, rgba(10,28,44,0.14), rgba(6,12,22,0.58)), url('/img/serien_img2.png');
  }
  .index-home .serien_teaser:nth-child(3n + 3) .serieteaserpic0,
  .index-home .serien_teaser:nth-child(3n + 3) .serieteaserpic1 {
    background-image: linear-gradient(135deg, rgba(6,18,32,0.12), rgba(6,12,22,0.62)), url('/img/serien_img1.png');
  }
  .index-home .more_series {
    float: none;
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: auto;
    padding: 6px 0 0;
  }
  .index-home .more_series_text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(76,151,216,0.34);
    color: #e9f4ff;
    font-weight: 700;
    transition: transform 0.16s ease, border-color 0.16s ease, background-color 0.16s ease;
  }
  .index-home .more_series_text::after {
    content: '→';
    font-size: 18px;
    line-height: 1;
  }
  .index-home .more_series_text:hover {
    transform: translateY(-2px);
    border-color: rgba(111,177,255,0.55);
    background: rgba(76,151,216,0.10);
  }
  .index-home .section_split {
    margin: 36px 0 0;
    padding-top: 10px;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  .index-home .tool_grid {
    margin-top: 12px;
  }
  .index-home .tool_card {
    min-height: 205px;
  }
  .index-home .link_list,
  .index-home .faq_block ul {
    list-style: none;
    padding: 0;
    margin: 12px 0 0;
  }
  /* Override global #content li bullet image + padding */
  .index-home .link_list li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
  }
  .index-home .link_list a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 0;
    color: #9fd0ff;
    font-weight: 700;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    text-decoration: none;
  }
  .index-home .link_list a::before {
    content: '';
    display: block;
    flex-shrink: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #4C97d8;
  }
  .index-home .link_list a:hover { color: #c5dfff; }
  .index-home .link_list li:last-child a { border-bottom: 0; }
  .index-home .helpers_grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 10px;
  }
  .index-home .section_card {
    padding: 18px;
  }
  .index-home .section_card h3 {
    margin: 0 0 8px;
    font-size: 20px;
    color: #fff;
  }
  .index-home .section_card p {
    margin: 0;
    color: #d3e1ef;
    line-height: 1.65;
    font-size: 14px;
  }
  .index-home .faq_block {
    margin-top: 24px;
    padding: 20px 20px 8px;
  }
  .index-home .faq_block h3 {
    margin: 0 0 14px;
    font-size: 25px;
    color: #fff;
  }
  .index-home .faq_item {
    margin-bottom: 12px;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px;
    background: rgba(255,255,255,0.03);
    overflow: hidden;
  }
  .index-home .faq_item summary {
    padding: 14px 16px;
    cursor: pointer;
    font-weight: 700;
    color: #fff;
    list-style: none;
  }
  .index-home .faq_item p {
    margin: 0;
    padding: 0 16px 16px;
    color: #dce7f3;
    line-height: 1.7;
  }
  .index-home .book_area {
    margin-top: 26px;
  }
  .index-home .book_area h3 {
    margin-bottom: 6px;
  }
  .index-home .book_area h3 {
    color: rgba(255,255,255,0.75);
    font-size: 14px;
  }
  .index-home #melden {
    margin-top: 18px;
  }
  @media (max-width: 980px) {
    .index-home .hero_grid,
    .index-home .helpers_grid,
    .index-home .feature_grid,
    .index-home .tool_grid {
      grid-template-columns: 1fr;
    }
    .index-home .watch_box_wrap {
      flex-direction: column;
      align-items: flex-start;
    }
    .index-home .hero_copy h1 {
      font-size: 34px;
    }
    .index-home .hero_copy p {
      font-size: 17px;
    }
  }
  @media (max-width: 720px) {
    .index-home {
      padding: 8px 0 22px;
    }
    .index-home .hero_shell,
    .index-home .watch_box,
    .index-home .section_card,
    .index-home .feature_card,
    .index-home .tool_card,
    .index-home .faq_block {
      border-radius: 18px;
    }
    .index-home .hero_shell {
      padding: 20px 16px 18px;
    }
    .index-home .hero_copy h1 {
      font-size: 29px;
    }
    .index-home .hero_copy p,
    .index-home .watch_box p {
      font-size: 15px;
    }
    .index-home .section_heading h2,
    .index-home .watch_box h2 {
      font-size: 25px;
    }
    .index-home .hero_actions {
      flex-direction: column;
    }
    .index-home .btn_main,
    .index-home .btn_alt {
      width: 100%;
    }
    .index-home #index_new,
    .index-home #index_top,
    .index-home #index_tipp {
      grid-template-columns: 1fr;
      gap: 14px;
    }
    .index-home .serien_teaser,
    .index-home .serieteaserpic0,
    .index-home .serieteaserpic1 {
      width: 100%;
      max-width: 100%;
    }
    .index-home .more_series {
      min-height: auto;
      width: 100%;
      padding: 8px 0 0;
    }
  }

.index-home .helpers_grid.helpers_grid_tools { grid-template-columns: minmax(0, 1fr); }

body #serie_start .onboarding_value_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0 16px;
}
body #serie_start .onboarding_value_card {
  position: relative;
  min-height: 132px;
  padding: 16px 15px 15px;
  border: 1px solid rgba(137,178,225,0.18);
  border-radius: 14px;
  background: rgba(255,255,255,0.055);
  box-shadow: 0 12px 28px rgba(0,0,0,0.22);
}
body #serie_start .onboarding_value_num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-bottom: 10px;
  border-radius: 50%;
  background: rgba(85,214,255,0.16);
  color: #9bdcff;
  font-weight: 900;
  font-size: 13px;
}
body #serie_start .onboarding_value_card strong {
  display: block;
  margin-bottom: 6px;
  color: #fff;
  font-size: 16px;
  line-height: 1.25;
}
body #serie_start .onboarding_value_card span:last-child {
  display: block;
  color: rgba(255,255,255,0.76);
  font-size: 13px;
  line-height: 1.45;
}
@media (max-width: 780px) {
  body #serie_start .onboarding_value_grid {
    grid-template-columns: 1fr;
  }
  body #serie_start .onboarding_value_card {
    min-height: 0;
  }
}

.index-home .social_area {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  align-items: center;
  column-gap: 24px;
  margin-top: 22px;
  padding: 18px 20px;
  border: 1px solid rgba(137,178,225,0.18);
  border-radius: 12px;
  background: rgba(255,255,255,0.045);
}

#content a.news-detail-social-btn {
 color: #fff;
}

.index-home .social_copy h3 {
  margin: 0 0 4px;
  color: #fff;
  font-size: 18px;
}
.index-home .social_copy p {
  max-width: 480px;
  margin: 0;
  color: #c9d7e8;
  font-size: 14px;
  line-height: 1.45;
}
.index-home .social_actions {
  display: grid;
  justify-self: end;
  gap: 8px;
}
.index-home .social_action_row {
  display: grid;
  grid-template-columns: 68px 168px 168px;
  align-items: center;
  gap: 8px;
}
.index-home .social_action_label {
  text-align: right;
  color: #d9e7f6;
  font-size: 13px;
  font-weight: 800;
  grid-row: 1;
}
.index-home .social_action_row .social_follow.instagram {
  grid-column: 2;
}
.index-home .social_follow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 168px;
  min-height: 42px;
  padding: 9px 14px;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  box-shadow: 0 6px 14px rgba(0,0,0,0.22);
  float: none;
  margin: 0;
}
.index-home .social_follow:hover {
  filter: brightness(1.08);
  color: #fff;
}
.index-home .social_follow.facebooksite {
  background: #3b5998;
}
.index-home .social_follow.twitter {
  background: #55acee;
}
.index-home .social_follow.tiktok {
  background: #010101;
}
.index-home .social_follow.instagram {
  background: linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);
}
.index-home .social_area .shariff {
  grid-column: 2 / 4;
  width: auto;
  margin: 0;
  overflow: visible;
}
.index-home .social_area .shariff ul {
  display: grid;
  grid-template-columns: repeat(2, 168px);
  gap: 8px;
  margin: 0;
}
.index-home .social_area .shariff .orientation-horizontal li,
.index-home .social_area .shariff li {
  flex: none;
  width: 168px;
  min-width: 168px;
  max-width: none;
  margin: 0;
}
.index-home .social_area .shariff li a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 4px;
  box-shadow: 0 6px 14px rgba(0,0,0,0.22);
}
.index-home .social_area .shariff li .fa {
  flex: 0 0 30px;
  text-align: center;
}
.index-home .social_area .shariff li .share_text {
  display: inline;
  text-indent: 0;
  color: #fff;
  font-weight: 800;
  padding-right: 14px;
  line-height: 1;
  white-space: nowrap;
}

@media (max-width: 720px) {
  .index-home .social_area {
    align-items: flex-start;
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 16px;
  }
  .index-home .social_actions {
    width: 100%;
  }
  .index-home .social_action_row {
    grid-template-columns: 1fr;
    width: 100%;
  }
  .index-home .social_action_label {
    text-align: left;
  }
  .index-home .social_action_row .social_follow.instagram {
    grid-column: auto;
  }
  .index-home .social_follow,
  .index-home .social_area .shariff,
  .index-home .social_area .shariff ul,
  .index-home .social_area .shariff li,
  .index-home .social_area .shariff li a {
    width: 100%;
  }
  .index-home .social_area .shariff {
    grid-column: auto;
  }
  .index-home .social_area .shariff ul {
    grid-template-columns: 1fr;
  }
}


/* Serien-Empfehlungen swipe page */
.limit-page {
    max-width: 520px;
    margin: 32px auto 48px;
    padding: 0 16px;
    text-align: center;
    font-family: inherit;
}
.limit-icon { width: 56px; height: 56px; margin: 0 auto 12px; }
.limit-icon svg { animation: pulse-icon 2s ease-in-out infinite; }
@keyframes pulse-icon {
    0%, 100% { transform: scale(1); }
    50%       { transform: scale(1.08); }
}
.limit-page h1 { font-size: 1.55rem; font-weight: 700; margin: 0 0 6px; color: inherit; }
.limit-subtitle { font-size: 0.97rem; opacity: 0.72; margin: 0 0 28px; }

.countdown-wrap { position: relative; width: 160px; height: 160px; margin: 0 auto 10px; }
.countdown-wrap svg { transform: rotate(-90deg); }
.countdown-ring-bg   { fill: none; stroke: rgba(128,128,128,0.18); stroke-width: 10; }
.countdown-ring-fill { fill: none; stroke: #e05d26; stroke-width: 10; stroke-linecap: round; transition: stroke-dashoffset 1s linear; }
.countdown-inner { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); text-align: center; line-height: 1.15; }
.countdown-time  { font-size: 2rem; font-weight: 800; letter-spacing: -1px; }
.countdown-label { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.08em; opacity: 0.6; }
.limit-hint-text { font-size: 0.9rem; opacity: 0.65; margin: 6px 0 32px; }

.limit-divider { display: flex; align-items: center; gap: 12px; margin: 0 0 24px; opacity: 0.45; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.1em; }
.limit-divider::before, .limit-divider::after { content: ''; flex: 1; height: 1px; background: currentColor; }

.limit-bonus-box { background: linear-gradient(135deg,rgba(224,93,38,0.12) 0%,rgba(224,93,38,0.04) 100%); border: 1.5px solid rgba(224,93,38,0.35); border-radius: 16px; padding: 22px 20px 20px; margin-bottom: 24px; }
.limit-bonus-title { font-size: 1rem; font-weight: 700; margin: 0 0 4px; }
.limit-bonus-desc  { font-size: 0.875rem; opacity: 0.72; margin: 0 0 18px; }
.limit-bonus-desc b { color: #e05d26; opacity: 1; }
.social-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.social-btn { display: inline-flex; align-items: center; gap: 9px; padding: 11px 22px; border-radius: 50px; font-size: 0.92rem; font-weight: 700; text-decoration: none; transition: transform 0.15s, box-shadow 0.15s, filter 0.15s; border: none; cursor: pointer; }
.social-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,0.22); filter: brightness(1.08); }
.social-btn svg { flex-shrink: 0; }
.social-btn-twitter   { background: #000; color: #fff; }
.social-btn-tiktok    { background: #000; color: #fff !important; }
.social-btn-facebook  { background: #1877f2; color: #fff !important; }
.social-btn-instagram { background: linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); color: #fff !important; }
.limit-unlock-note   { font-size: 0.8rem; opacity: 0.58; margin: 14px 0 0; }
.limit-unlock-note a { opacity: 1; text-decoration: underline; }

.limit-matches-link { display: inline-block; margin-top: 4px; padding: 10px 24px; border-radius: 50px; border: 1.5px solid rgba(128,128,128,0.35); font-size: 0.9rem; font-weight: 600; text-decoration: none; transition: background 0.15s, border-color 0.15s; color: inherit; }
.limit-matches-link:hover { background: rgba(128,128,128,0.12); border-color: rgba(128,128,128,0.55); }

.retention-save{margin:14px 0 18px;padding:14px 16px;border-radius:8px;border:1px solid rgba(76,151,216,.35);background:rgba(76,151,216,.10);display:flex;gap:12px;align-items:center;justify-content:space-between;flex-wrap:wrap}
.retention-save strong{display:block;margin:0 0 3px;font-size:1rem}
.retention-save-copy>span{display:block;color:rgba(255,255,255,.72);line-height:1.45}
.retention-save-benefits{display:flex;gap:6px;flex-wrap:wrap;margin-top:8px}
.retention-save-benefit{display:inline-flex;align-items:center;border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:4px 8px;color:rgba(255,255,255,.76);font-size:.78rem;font-weight:800;background:rgba(255,255,255,.045)}
.retention-save a{display:inline-flex;align-items:center;justify-content:center;border-radius:6px;padding:9px 14px;background:#2e86de;color:#fff;text-decoration:none;font-weight:800;white-space:nowrap}

/* -- Override Legacy basis.css ---------------------------------------- */
#swipe_wrapper { overflow: visible !important; position: static !important; }

#sw-page { width: 100%; margin: 0; padding: 0 0 36px; box-sizing: border-box; perspective: 900px; }
#sw-page.is-loading-next #sw-info {
  opacity: 0.78;
}
.film-swipe-breadcrumb {
  max-width: 1200px;
  margin: 0 auto 10px;
  padding: 12px 12px 0;
  box-sizing: border-box;
}

#swipe_img {
  display: flex !important; position: relative !important; overflow: hidden !important;
  width: 100% !important; height: clamp(130px, 22vw, 260px) !important;
  min-height: 0 !important; border-radius: 16px 16px 0 0; border: none;
  align-items: center; justify-content: center; cursor: grab; user-select: none;
  box-sizing: border-box; transition: transform 0.22s cubic-bezier(.2,.9,.22,1), box-shadow 0.18s ease, filter 0.18s ease;
  background: #0f1624;
  box-shadow: 0 14px 34px rgba(0,0,0,0.24);
  touch-action: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  transform: translate3d(0,0,0);
  transform-origin: 50% 92%;
  will-change: transform;
  --swipe-strength: 0;
  --swipe-overlay: 0;
}
#swipe_img:active,
#swipe_img.is-dragging { cursor: grabbing; }
#swipe_img.is-dragging {
  transition: none;
  box-shadow: 0 22px 48px rgba(0,0,0,0.34);
}
#swipe_img.is-committing {
  pointer-events: none;
  transition: transform 0.18s cubic-bezier(.45,0,.85,.25), opacity 0.18s ease;
  opacity: 0.92;
}
#swipe_img::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: var(--swipe-overlay, 0);
  transition: opacity 0.16s ease;
}
#swipe_img.is-like::after {
  background: linear-gradient(90deg, rgba(45,220,120,0.42), rgba(45,220,120,0.04));
}
#swipe_img.is-dislike::after {
  background: linear-gradient(270deg, rgba(240,70,70,0.42), rgba(240,70,70,0.04));
}
#swipe_img.is-watchlist::after {
  background: linear-gradient(0deg, rgba(85,214,255,0.40), rgba(85,214,255,0.02));
}

#sw-placeholder {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  background:
    linear-gradient(135deg,rgba(47,90,179,0.30) 0%,rgba(10,14,28,0.0) 60%),
    radial-gradient(ellipse at 50% 100%,rgba(85,214,255,0.08) 0%,transparent 70%),
    linear-gradient(180deg,#141e35 0%,#0c1220 100%);
  padding: 20px 56px;
}
#sw-placeholder-name {
  font-size: clamp(1.2rem,3vw,2rem); font-weight: 900; color: rgba(255,255,255,0.92);
  text-align: center; line-height: 1.2; text-shadow: 0 2px 20px rgba(0,0,0,0.8),0 0 40px rgba(85,214,255,0.12);
  pointer-events: none; word-break: break-word; letter-spacing: -0.01em;
}
#sw-placeholder::before, #sw-placeholder::after {
  content: ''; position: absolute; top: 50%; transform: translateY(-50%);
  width: 0; height: 0;
  border-top: 12px solid transparent; border-bottom: 12px solid transparent;
  opacity: 0.22; pointer-events: none;
}
#sw-placeholder::before { left: 16px;  border-right: 18px solid rgba(255,255,255,0.9); }
#sw-placeholder::after  { right: 16px; border-left:  18px solid rgba(255,255,255,0.9); }
#swipe_img.is-dragging #sw-placeholder::before,
#swipe_img.is-dragging #sw-placeholder::after,
#swipe_img.is-committing #sw-placeholder::before,
#swipe_img.is-committing #sw-placeholder::after { opacity: 0; }

.sw-swipe-feedback {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}
.sw-swipe-feedback span {
  position: absolute;
  top: 18px;
  opacity: 0;
  transform: scale(0.92);
  border: 2px solid currentColor;
  border-radius: 999px;
  padding: 7px 13px;
  background: rgba(0,0,0,0.22);
  box-shadow: 0 10px 28px rgba(0,0,0,0.28);
  font-size: clamp(0.78rem, 2.3vw, 1rem);
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  transition: opacity 0.12s ease, transform 0.12s ease;
}
.sw-swipe-feedback-like {
  left: 16px;
  color: rgba(95,245,145,0.96);
  transform: rotate(-10deg) scale(0.92);
}
.sw-swipe-feedback-dislike {
  right: 16px;
  color: rgba(255,105,105,0.96);
  transform: rotate(10deg) scale(0.92);
}
.sw-swipe-feedback-watchlist {
  left: 50%;
  color: rgba(95,220,255,0.96);
  transform: translateX(-50%) scale(0.92);
}
#swipe_img.is-like .sw-swipe-feedback-like,
#swipe_img.is-dislike .sw-swipe-feedback-dislike,
#swipe_img.is-watchlist .sw-swipe-feedback-watchlist {
  opacity: var(--swipe-strength, 1);
}
#swipe_img.is-like .sw-swipe-feedback-like {
  transform: rotate(-10deg) scale(1);
}
#swipe_img.is-dislike .sw-swipe-feedback-dislike {
  transform: rotate(10deg) scale(1);
}
#swipe_img.is-watchlist .sw-swipe-feedback-watchlist {
  transform: translateX(-50%) scale(1);
}
.sw-next-loader {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 7px;
  height: 42px;
  margin: 8px 0 -4px;
}
#sw-page.is-loading-next .sw-next-loader {
  display: flex;
}
.sw-next-loader span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(85,214,255,0.82);
  box-shadow: 0 0 18px rgba(85,214,255,0.28);
  animation: sw-next-pulse 0.78s ease-in-out infinite;
}
.sw-next-loader span:nth-child(2) { animation-delay: 0.11s; }
.sw-next-loader span:nth-child(3) { animation-delay: 0.22s; }
@keyframes sw-next-pulse {
  0%, 100% { opacity: 0.32; transform: translateY(0) scale(0.82); }
  50% { opacity: 1; transform: translateY(-3px) scale(1); }
}
@media (prefers-reduced-motion: reduce) {
  #swipe_img,
  #swipe_img.is-committing,
  .sw-swipe-feedback span,
  .sw-next-loader span {
    transition: none;
    animation: none;
  }
}

#sw-info {
  background: rgba(16,18,22,0.92); border-top: 1px solid rgba(255,255,255,0.10);
  padding: 12px 14px 20px; box-sizing: border-box; width: 100%;
}
#sw-title { display: none; }

/* -- Empfehlungsgrund-Banner (oberhalb der Karte) -- */
#sw-reason-banner {
  display: flex; align-items: center; gap: 8px;
  padding: 8px 14px;
  background: linear-gradient(90deg, rgba(85,214,255,0.08) 0%, rgba(85,214,255,0.03) 100%);
  border-bottom: 1px solid rgba(85,214,255,0.15);
  font-size: 0.82rem; color: rgba(255,255,255,0.55);
  box-sizing: border-box; width: 100%;
  flex-wrap: wrap;
}
#sw-reason-banner.prio-friend {
  background: linear-gradient(90deg, rgba(80,220,120,0.10) 0%, rgba(80,220,120,0.03) 100%);
  border-bottom-color: rgba(80,220,120,0.20);
}
#sw-reason-banner.prio-genre {
  background: linear-gradient(90deg, rgba(180,140,255,0.10) 0%, rgba(180,140,255,0.03) 100%);
  border-bottom-color: rgba(180,140,255,0.18);
}
#sw-reason-banner.prio-taste {
  background: linear-gradient(90deg, rgba(180,140,255,0.10) 0%, rgba(180,140,255,0.03) 100%);
  border-bottom-color: rgba(180,140,255,0.18);
}
#sw-reason-banner .sw-reason-head {
  display: inline-flex; align-items: flex-start; gap: 6px;
  flex: 1; min-width: 0; white-space: normal;
}
#sw-reason-banner svg { flex-shrink: 0; opacity: 0.6; margin-top: 2px; }
#sw-reason-banner .sw-reason-label { white-space: normal; word-break: break-word; }
#sw-reason-banner .sw-reason-link {
  color: rgba(85,214,255,0.85); text-decoration: none; font-weight: 700;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
  max-width: 100%;
}
#sw-reason-banner.prio-friend .sw-reason-link { color: rgba(80,220,120,0.90); }
#sw-reason-banner.prio-genre .sw-reason-link { color: rgba(180,140,255,0.9); }
#sw-reason-banner .sw-reason-link:hover { text-decoration: underline; }
#sw-reason-banner.prio-genre .sw-reason-link:hover { color: #c09aff; }
#sw-reason-banner.prio-friend .sw-reason-link:hover { color: #6eefa0; }

.sw-reason { display: none; } /* Legacy */

#sw-actions { display: flex; justify-content: space-between; align-items: center; gap: 8px; margin: 0 0 16px; }
.sw-btn {
  appearance: none; border-radius: 12px; border: 1px solid rgba(255,255,255,0.13);
  background: rgba(255,255,255,0.05); color: rgba(255,255,255,0.85);
  cursor: pointer; display: inline-flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 5px; padding: 10px 22px;
  font-size: 0.80rem; font-weight: 800; line-height: 1;
  transition: background 0.14s, border-color 0.14s, transform 0.1s;
  white-space: nowrap; min-width: 88px;
}
@media (min-width: 500px) {
  .sw-btn { padding: 12px 32px; font-size: 0.86rem; gap: 6px; min-width: 110px; }
  .sw-btn svg { width: 22px !important; height: 22px !important; }
}
.sw-btn span { white-space: nowrap; }
.sw-btn:hover  { transform: translateY(-2px); }
.sw-btn:active { transform: scale(0.95); }
.sw-btn:disabled { opacity: 0.58; cursor: wait; transform: none; }
.sw-btn-dislike   { border-color: rgba(220,60,60,0.30);  color: rgba(255,100,100,0.90); }
.sw-btn-dislike:hover   { background: rgba(220,60,60,0.14);  border-color: rgba(220,60,60,0.55); }
.sw-btn-watchlist { border-color: rgba(85,214,255,0.30); color: rgba(85,214,255,0.90); }
.sw-btn-watchlist:hover { background: rgba(85,214,255,0.12); border-color: rgba(85,214,255,0.55); }
.sw-btn-like      { border-color: rgba(60,200,100,0.30); color: rgba(80,220,120,0.90); }
.sw-btn-like:hover      { background: rgba(60,200,100,0.14); border-color: rgba(60,200,100,0.55); }

#sw-trailer-area { margin: 0 0 14px; }
#trailer_swipe   { display: none; width: 100%; height: 220px; }
@media (min-width: 600px) { #trailer_swipe { height: 380px; } }
@media (min-width: 900px) { #trailer_swipe { height: 440px; } }

#sw-info .pill {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 3px 10px; border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.18); background: rgba(0,0,0,0.25);
  color: rgba(255,255,255,0.92); text-decoration: none;
  font-weight: 900; font-size: 0.82rem;
  margin: 0 3px 5px 0; white-space: nowrap;
  transition: border-color 0.13s, background 0.13s;
}
#sw-info .pill:hover { border-color: rgba(111,177,255,0.38); background: rgba(47,111,179,0.22); }
#sw-info .badge--prime     { background: rgba(0,168,225,0.12);   border-color: rgba(0,168,225,0.30); }
#sw-info .badge--netflix   { background: rgba(229,9,20,0.12);    border-color: rgba(229,9,20,0.30); }
#sw-info .badge--disney    { background: rgba(17,60,252,0.12);   border-color: rgba(17,60,252,0.28); }
#sw-info .badge--sky       { background: rgba(0,180,255,0.10);   border-color: rgba(0,180,255,0.28); }
#sw-info .badge--hbo       { background: rgba(0,70,255,0.10);    border-color: rgba(0,70,255,0.28); }
#sw-info .badge--paramount { background: rgba(0,70,255,0.10);    border-color: rgba(0,70,255,0.28); }
#sw-info .badge--magenta   { background: rgba(226,0,116,0.10);   border-color: rgba(226,0,116,0.28); }
#sw-info .badge--apple     { background: rgba(255,255,255,0.07); border-color: rgba(255,255,255,0.20); }

#sw-info .stream-row { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 6px; margin: 6px 0 10px; }
#sw-info .stream-label { font-size: 0.82rem; font-weight: 800; color: rgba(255,255,255,0.62); white-space: nowrap; }
#sw-info .charts-note { font-size: 0.73rem; color: rgba(255,255,255,0.32); }
#sw-info .charts-note a { color: rgba(255,255,255,0.40); }

.sw-pills-row { margin: 0 0 6px; line-height: 2; }
.sw-pills-row strong { font-size: 0.82rem; color: rgba(255,255,255,0.55); margin-right: 3px; }
#sw-overview { color: rgba(255,255,255,0.78); line-height: 1.65; margin: 8px 0; font-size: 0.92rem; }
#sw-overview .source { font-size: 0.73rem; color: rgba(255,255,255,0.33); margin-left: 3px; }
.sw-meta { display: flex; flex-wrap: wrap; gap: 4px 16px; margin: 4px 0 8px; font-size: 0.82rem; color: rgba(255,255,255,0.52); }
.sw-footer { margin-top: 12px; padding-top: 10px; border-top: 1px solid rgba(255,255,255,0.08); display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.sw-serie-link { font-size: 0.86rem; font-weight: 800; color: #fff; text-decoration: none; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.18); border-radius: 8px; padding: 5px 12px; transition: background 0.14s; }
.sw-serie-link:hover { background: rgba(255,255,255,0.14); }
.sw-matches-link { font-size: 0.86rem; font-weight: 800; color: #6fb1ff; text-decoration: none; }
.sw-matches-link:hover { color: #9ac7ff; text-decoration: underline; }
.sw-amazon-toggle { font-size: 0.81rem; color: rgba(255,255,255,0.40); text-decoration: underline; cursor: pointer; background: none; border: none; }

/* -- Affiliate-Block - identisch mit serie.php / basis.css -- */
#sw-info .affwrap { margin: 16px 0 0; padding: 16px; border-radius: 16px; background: rgba(0,0,0,.22); border: 1px solid rgba(255,255,255,.10); }
#sw-info .affhead { margin-bottom: 8px; }
#sw-info .afftitle { font-size: 13px; font-weight: 900; color: rgba(255,255,255,.55); }
#sw-info .affgrid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; }
@media (max-width: 600px) { #sw-info .affgrid { grid-template-columns: 1fr; } }
#sw-info .affcard { border-radius: 12px; border: 1px solid rgba(255,255,255,.10); background: rgba(255,255,255,.04); overflow: hidden; transition: border-color .15s, background .15s; }
#sw-info .affcard:hover { border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.07); }
#sw-info .affcard-inner { padding: 12px; display: flex; flex-direction: column; gap: 8px; height: 100%; box-sizing: border-box; }
#sw-info .affcard-head { display: flex; flex-direction: column; gap: 5px; }
#sw-info .affbadge { display: inline-flex; align-items: center; width: fit-content; font-size: 11px; font-weight: 900; padding: 3px 9px; border-radius: 999px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.88); white-space: nowrap; }
#sw-info .affcard-title { font-weight: 900; font-size: 15px; color: rgba(255,255,255,.95); line-height: 1.2; }
#sw-info .affcard-desc { font-size: 12px; line-height: 1.45; color: rgba(255,255,255,.68); flex: 1; }
#sw-info .affbtn { display: block; text-align: center; padding: 10px 12px; border-radius: 10px; font-weight: 900; font-size: 13px; text-decoration: none; color: rgba(255,255,255,.95); background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.18); transition: background .15s, border-color .15s, transform .05s; margin-top: auto; }
#sw-info .affbtn:hover { background: rgba(255,255,255,.17); border-color: rgba(255,255,255,.30); }
#sw-info .affbtn:active { transform: translateY(1px); }
#sw-info .affnote { font-size: 11px; color: rgba(255,255,255,.32); margin-top: 10px; line-height: 1.4; }

/* Profile polish: scoped to profil.php only */
.profile-page {
  max-width: 1080px;
  padding: 18px 22px 30px;
  color: rgba(255,255,255,0.92);
}

.profile-page .profile-hero {
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
  gap: 18px;
  padding: 20px;
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.085), rgba(255,255,255,0.025)),
    rgba(30,30,30,0.84);
  border-color: rgba(255,255,255,0.12);
  box-shadow: 0 16px 36px rgba(0,0,0,0.28);
}

.profile-page .hero-left {
  align-items: center;
  min-width: 0;
}

.profile-page .avatar-wrap,
.profile-page .avatar {
  width: 86px;
  height: 86px;
  flex-basis: 86px;
}

.profile-page .avatar {
  border-radius: 18px;
  background: rgba(0,0,0,0.28);
  box-shadow: 0 12px 26px rgba(0,0,0,0.30);
}

.profile-page .hero-name {
  font-size: 30px;
  letter-spacing: 0;
}

.profile-page .hero-sub {
  margin-top: 4px;
  color: rgba(255,255,255,0.72);
}

.profile-page .level-row {
  margin-top: 14px;
}

.profile-page .level-badge {
  padding: 5px 10px;
  background: rgba(111,177,255,0.12);
  border-color: rgba(111,177,255,0.24);
  color: rgba(255,255,255,0.94);
}

.profile-page .xp-bar {
  height: 8px;
  background: rgba(0,0,0,0.24);
}

.profile-page .hero-actions {
  margin-top: 16px;
}

.profile-page .hero-right {
  gap: 10px;
}

.profile-page .stat-card {
  min-height: 74px;
  padding: 13px 14px;
  border-radius: 12px;
  background: rgba(255,255,255,0.055);
  border-color: rgba(255,255,255,0.11);
}

.profile-page .stat-label {
  margin-bottom: 8px;
  color: rgba(255,255,255,0.58);
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 11px;
}

.profile-page .stat-value {
  font-size: 22px;
  line-height: 1.05;
}

.profile-page .profile-next {
  margin-bottom: 14px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(255,255,255,0.055);
  border-color: rgba(255,255,255,0.12);
}

.profile-page .profile-next-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(111,177,255,0.13);
}

.profile-page .profile-next-copy span {
  letter-spacing: 0;
  color: rgba(255,255,255,0.50);
}

.profile-page .profile-next-copy p {
  color: rgba(255,255,255,0.64);
  font-weight: 700;
}

.profile-page .profile-hub {
  gap: 10px;
  margin-bottom: 18px;
}

.profile-page .profile-hub-item {
  min-height: 104px;
  padding: 12px 16px 12px 12px;
  border-radius: 12px;
  background: rgba(255,255,255,0.045);
}

.profile-page .profile-hub-item i {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(111,177,255,0.14);
}

.profile-page .profile-hub-item b {
  color: rgba(255,255,255,0.94);
}

.profile-page .profile-hub-item small {
  color: rgba(255,255,255,0.60);
  font-weight: 700;
}

.profile-page .profile-grid {
  grid-template-columns: minmax(0, 1fr) minmax(340px, .98fr);
  gap: 18px;
}

.profile-page .card {
  border-radius: 14px;
  background: rgba(35,35,35,0.84);
  border-color: rgba(255,255,255,0.11);
  box-shadow: 0 14px 32px rgba(0,0,0,0.24);
}

.profile-page .card-head {
  padding: 14px 16px;
  background: rgba(255,255,255,0.025);
}

.profile-page .card-head h2 {
  font-size: 17px;
  letter-spacing: 0;
}

.profile-page .card-body {
  padding: 16px;
}

.profile-page .textarea,
.profile-page .input {
  border-radius: 12px;
  background: rgba(0,0,0,0.34);
  border-color: rgba(255,255,255,0.13);
  line-height: 1.55;
}

.profile-page .btn {
  min-height: 36px;
  border-radius: 10px;
  padding: 9px 14px;
  line-height: 1.1;
}

#content .profile-page .btn-primary {
  background: #3578bd;
  border: 1px solid rgba(127,190,255,0.28);
  color: #fff;
  text-shadow: none;
}

.profile-page .btn-primary:hover {
  background: #438ad2;
}

.profile-page .btn-secondary,
.profile-page .btn-ghost {
  color: rgba(255,255,255,0.90);
}

.profile-page .btn-ghost {
  border-style: solid;
  border-color: rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.045);
}

.profile-page .series-item {
  padding: 13px 14px;
  border-radius: 12px;
  background: rgba(255,255,255,0.055);
}

.profile-page .series-rank {
  color: rgba(111,177,255,0.98);
}

.profile-page .series-meta {
  color: rgba(255,255,255,0.64);
}

.profile-page .profile-taste-card {
  margin-bottom: 18px;
}

.profile-page .profile-taste-card .card-head {
  align-items: flex-start;
  gap: 12px;
}

.profile-page .profile-taste-sub {
  display: block;
  margin-top: 4px;
  color: rgba(255,255,255,0.54);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
}

.profile-page .profile-taste-top {
  font-size: 12px;
  font-weight: 900;
  color: rgba(111,177,255,0.96);
  white-space: nowrap;
  margin-top: 2px;
}

.profile-page .profile-taste-layout {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
}

.profile-page .profile-taste-chart {
  width: min(355px, 100%);
  height: auto;
  aspect-ratio: 13 / 12;
  margin: -2px auto 0;
}

.profile-page .profile-taste-chart svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.profile-page .taste-ring,
.profile-page .taste-axis {
  fill: none;
  stroke: rgba(255,255,255,0.12);
  stroke-width: 1;
}

.profile-page .taste-axis {
  stroke: rgba(255,255,255,0.09);
}

.profile-page .taste-area {
  fill: rgba(103,205,232,0.23);
  stroke: rgba(116,215,244,0.82);
  stroke-width: 2;
}

.profile-page .taste-line {
  fill: none;
  stroke: rgba(196,132,255,0.92);
  stroke-width: 2;
}

.profile-page .taste-dot {
  fill: #ffffff;
  stroke: rgba(103,205,232,0.95);
  stroke-width: 2;
}

.profile-page .taste-dot-muted {
  fill: rgba(255,255,255,0.62);
  stroke: rgba(103,205,232,0.52);
}

.profile-page .taste-label {
  fill: rgba(255,255,255,0.66);
  font-size: 7.4px;
  font-weight: 900;
  paint-order: stroke;
  stroke: rgba(28,28,28,0.90);
  stroke-width: 3px;
  stroke-linejoin: round;
}

.profile-page .profile-taste-list {
  min-width: 0;
  width: 100%;
}

.profile-page .profile-taste-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 5px 10px;
  align-items: center;
  margin-top: 9px;
}

.profile-page .profile-taste-row span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 900;
  font-size: 14px;
}

.profile-page .profile-taste-row b {
  color: rgba(255,255,255,0.62);
  font-size: 12px;
}

.profile-page .profile-taste-row i {
  grid-column: 1 / -1;
  display: block;
  height: 4px;
  max-width: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(103,205,232,0.95), rgba(196,132,255,0.95));
  box-shadow: 0 0 14px rgba(103,205,232,0.18);
}

.profile-page .badge-grid {
  gap: 12px;
}

.profile-page .achievement {
  border-radius: 12px;
  background: rgba(255,255,255,0.055);
}

.profile-page .achievement-icon {
  color: rgba(139,197,255,0.98);
}

.profile-page .achievement.locked:after {
  content: "\f023";
  font-family: FontAwesome;
  color: rgba(255,255,255,0.64);
}

@media (max-width: 900px) {
  .profile-page {
    padding: 14px 12px 24px;
  }
  .profile-page .profile-hero,
  .profile-page .profile-grid {
    grid-template-columns: 1fr;
  }
  .profile-page .hero-right {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .profile-page .profile-taste-layout {
    gap: 14px;
  }
  .profile-page .profile-taste-chart {
    width: min(330px, 100%);
    height: auto;
  }
}

@media (max-width: 560px) {
  .profile-page .profile-hero {
    padding: 16px;
  }
  .profile-page .hero-left {
    align-items: flex-start;
  }
  .profile-page .avatar-wrap,
  .profile-page .avatar {
    width: 68px;
    height: 68px;
    flex-basis: 68px;
    border-radius: 15px;
  }
  .profile-page .hero-right {
    grid-template-columns: 1fr;
  }
  .profile-page .hero-name {
    font-size: 24px;
  }
  .profile-page .profile-next {
    grid-template-columns: auto minmax(0, 1fr);
  }
  .profile-page .profile-next-actions {
    grid-column: 1 / -1;
  }
  .profile-page .profile-taste-layout {
    gap: 13px;
  }
  .profile-page .profile-taste-chart {
    width: min(310px, 100%);
    height: auto;
    aspect-ratio: 13 / 12;
    margin: 0 auto;
  }
  .profile-page .profile-taste-top {
    white-space: normal;
  }
}
#lost-pw-page {
  --lpw-border: rgba(255,255,255,.12);
  --lpw-muted: rgba(255,255,255,.68);
  --lpw-panel: rgba(32,32,32,.92);
  --lpw-input: rgba(0,0,0,.34);
  display: flex;
  justify-content: center;
  padding: 36px 14px 58px;
}

#lost-pw-page .lost-pw-card {
  width: min(100%, 520px);
  padding: 28px;
  border: 1px solid var(--lpw-border);
  border-radius: 8px;
  background: var(--lpw-panel);
  box-shadow: 0 18px 46px rgba(0,0,0,.28);
}

#lost-pw-page .lost-pw-kicker {
  margin: 0 0 6px;
  color: #79d7ff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

#lost-pw-page h1 {
  margin: 0;
  color: #fff;
  font-size: 28px;
  line-height: 1.2;
}

#lost-pw-page .lost-pw-sub {
  margin: 12px 0 22px;
  color: var(--lpw-muted);
  font-size: 14px;
  line-height: 1.65;
}

#lost-pw-page .lost-pw-form {
  display: grid;
  gap: 10px;
}

.hp-field {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

#lost-pw-page .lost-pw-label {
  color: rgba(255,255,255,.78);
  font-size: 13px;
  font-weight: 900;
}

#lost-pw-page .lost-pw-input {
  width: 100%;
  box-sizing: border-box;
  min-height: 46px;
  padding: 12px 14px;
  border: 1px solid var(--lpw-border);
  border-radius: 8px;
  background: var(--lpw-input);
  color: #fff;
  font-size: 15px;
}

#lost-pw-page .lost-pw-input:focus {
  outline: none;
  border-color: rgba(121,215,255,.72);
  box-shadow: 0 0 0 3px rgba(121,215,255,.14);
}

#lost-pw-page .lost-pw-submit {
  min-height: 46px;
  margin-top: 4px;
  border: 1px solid rgba(121,215,255,.34);
  border-radius: 8px;
  background: linear-gradient(90deg, #4ddfff, #8b5cf6);
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  font-weight: 900;
  text-shadow: 0 1px 2px rgba(0,0,0,.34);
}

#lost-pw-page .lost-pw-submit:hover {
  filter: brightness(1.04);
}

#lost-pw-page .lost-pw-notice {
  margin-top: 16px;
  padding: 12px 14px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.55;
}

#lost-pw-page .lost-pw-notice p {
  margin: 0;
}

#lost-pw-page .lost-pw-notice--success {
  border: 1px solid rgba(80,220,120,.28);
  background: rgba(80,220,120,.12);
  color: rgba(226,255,235,.96);
}

#lost-pw-page .lost-pw-notice--error {
  border: 1px solid rgba(255,105,105,.30);
  background: rgba(255,80,80,.11);
  color: rgba(255,226,226,.96);
}

#lost-pw-page .lost-pw-help {
  margin: 18px 0 0;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.08);
  color: rgba(255,255,255,.58);
  font-size: 13px;
}

#lost-pw-page .lost-pw-help a {
  color: #79d7ff;
  font-weight: 900;
}

@media (max-width: 560px) {
  #lost-pw-page {
    padding: 24px 10px 42px;
  }
  #lost-pw-page .lost-pw-card {
    padding: 22px 16px;
  }
  #lost-pw-page h1 {
    font-size: 24px;
  }
}

/* Account page migrated from account.php */
.settings-page .account-username-suffix {
  opacity: .55;
  font-weight: 700;
}
.settings-page .account-form {
  display: grid;
  gap: 12px;
}
.settings-page .account-svc-saved {
  margin-bottom: 8px;
}
.settings-page .account-svc-hint {
  margin-top: 6px;
  font-size: 12px;
}
.settings-page .account-toggle-desc {
  font-size: 12px;
}
.settings-page .is-hidden {
  display: none;
}
.account-status-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 14px;
}
@media (max-width: 760px) { .account-status-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 430px) { .account-status-grid { grid-template-columns: 1fr; } }
.account-status-card {
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
}
.account-status-card strong { display: block; font-size: 13px; margin-bottom: 4px; color: rgba(255,255,255,.92); }
.account-status-card span { display: block; font-size: 12px; line-height: 1.35; color: rgba(255,255,255,.62); }
.account-status-link { display: inline-block; margin-top: 7px; font-size: 12px; font-weight: 900; color: #6aa9ff; text-decoration: none; }
.account-status-link:hover { text-decoration: underline; }
.account-status-card.ok { border-color: rgba(0,255,160,.25); background: rgba(0,255,160,.07); }
.account-status-card.warn { border-color: rgba(255,194,92,.28); background: rgba(255,194,92,.08); }
.account-notice {
  display: grid;
  gap: 4px;
  margin: 0 0 14px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(255,194,92,.28);
  background: rgba(255,194,92,.08);
}
.account-notice strong { color: rgba(255,255,255,.94); font-size: 14px; }
.account-notice span { color: rgba(255,235,180,.92); font-size: 13px; line-height: 1.45; }
.account-profile-link { min-height: 34px !important; height: 34px !important; padding: 0 12px !important; font-size: 12px !important; }
.account-guest-focus {
  display: grid;
  gap: 6px;
  padding: 16px 18px;
  border: 1px solid rgba(255,194,92,.26);
  border-radius: 8px;
  background: rgba(255,194,92,.08);
}
.account-guest-focus strong {
  color: rgba(255,255,255,.94);
  font-size: 16px;
  font-weight: 900;
}
.account-guest-focus span {
  color: rgba(255,235,180,.94);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
}
.account-guest-focus small {
  color: rgba(255,255,255,.58);
  font-size: 12px;
  font-weight: 800;
}
.settings-group-title {
  margin: 18px 2px 8px;
  color: rgba(255,255,255,.62);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.settings-group-title:first-child { margin-top: 0; }
.email-unsaved-msg { display: none; margin-top: 5px; font-size: 12px; color: rgba(255,235,180,.95); }
.email-unsaved-msg.show { display: block; }
.account-password-inline {
  padding: 12px 16px 12px 12px;
  border-radius: 12px;
  border: 1px solid rgba(85,214,255,.18);
  background: rgba(85,214,255,.06);
}
.account-danger { padding: 0 !important; overflow: hidden; }
.account-danger summary { cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 18px; font-weight: 900; }
.account-danger summary::-webkit-details-marker { display: none; }
.account-danger .card-body { border-top: 1px solid rgba(255,255,255,.08); }
/* ── Button-Overrides (überschreiben basis.css) ──────────────── */
.settings-page .btn,
.settings-page button.btn,
.acc-btn-save {
  appearance: none !important;
  -webkit-appearance: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 44px !important;
  padding: 0 22px !important;
  border-radius: 12px !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  cursor: pointer !important;
  text-decoration: none !important;
  transition: opacity .15s, transform .1s !important;
  letter-spacing: .2px !important;
  width: auto !important;
  box-sizing: border-box !important;
}
.settings-page .btn:active,
.acc-btn-save:active { transform: scale(.97) !important; }
.settings-page .btn-full { width: 100% !important; }

.settings-page .btn-primary,
.acc-btn-save {
  background: linear-gradient(90deg, #4ddfff, #8b5cf6) !important;
  color: #fff !important;
  border: none !important;
  text-shadow: 0 1px 2px rgba(0,0,0,.3) !important;
  box-shadow: 0 4px 18px rgba(139,92,246,.22) !important;
}
.settings-page .btn-primary:hover,
.acc-btn-save:hover { opacity: .88 !important; }

.settings-page .btn-full.acc-btn-save { width: 100% !important; }
.account-action-btn {
  min-height: 48px !important;
  gap: 10px !important;
  border-radius: 14px !important;
  background: linear-gradient(90deg, #2f80ff, #55d6ff) !important;
  box-shadow: 0 10px 28px rgba(47,128,255,.24) !important;
}
.account-action-btn .btn-ico {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.18);
  color: #fff;
  font-size: 13px;
  line-height: 1;
}
.account-action-btn:hover {
  opacity: 1 !important;
  transform: translateY(-1px);
  box-shadow: 0 14px 34px rgba(47,128,255,.30) !important;
}

.settings-page .btn-danger {
  background: linear-gradient(90deg, rgba(220,30,30,.9), rgba(180,0,0,.8)) !important;
  color: #fff !important;
  border: 1px solid rgba(255,60,60,.4) !important;
  box-shadow: 0 4px 16px rgba(255,0,0,.12) !important;
}
.settings-page .btn-danger:hover { opacity: .88 !important; }

/* Toggle-Feedback-Pill */
.toggle-saved-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(0,255,160,.12);
  border: 1px solid rgba(0,255,160,.25);
  color: #b8ffe2;
  font-size: 12px;
  font-weight: 900;
  opacity: 0;
  transition: opacity .25s;
  pointer-events: none;
}
.toggle-saved-pill.show { opacity: 1; }
/* Grid */
.svc-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
@media (max-width: 640px) { .svc-grid { grid-template-columns: repeat(2, 1fr); } }

/* Checkbox versteckt */
.svc-card input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* Kachel — Inaktiv */
.svc-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 18px 10px 16px;
  border-radius: 14px;
  border: 2px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  cursor: pointer;
  transition: border-color .15s, background .15s, transform .1s, opacity .15s;
  user-select: none;
  text-align: center;
  position: relative;
  opacity: .55;
}
.svc-card:hover {
  opacity: .80;
  border-color: rgba(255,255,255,.22);
}
.svc-card:active { transform: scale(.97); }

/* Haken-Icon — inaktiv unsichtbar */
.svc-check-icon {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .15s, border-color .15s;
}
.svc-check-icon svg {
  width: 11px;
  height: 11px;
  stroke: rgba(255,255,255,.0);
  transition: stroke .15s;
}

/* Provider-Name */
.svc-name {
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .2px;
  color: rgba(255,255,255,.75);
  transition: color .15s;
  margin-top: 4px;
}

/* ── AKTIV ── */
.svc-card--on {
  opacity: 1;
}
.svc-card--on .svc-name { color: #fff; }
.svc-card--on .svc-check-icon svg { stroke: #fff; }

/* Pro Provider: Farbe wenn aktiv */
.svc-card--on.badge--netflix   { border-color: #e50914; background: rgba(229,9,20,.14);   }
.svc-card--on.badge--prime     { border-color: #00a8e1; background: rgba(0,168,225,.14);  }
.svc-card--on.badge--disney    { border-color: #4a6fe8; background: rgba(17,60,252,.13);  }
.svc-card--on.badge--sky       { border-color: #00b4ff; background: rgba(0,180,255,.12);  }
.svc-card--on.badge--paramount { border-color: #5577dd; background: rgba(0,70,200,.13);   }
.svc-card--on.badge--hbo       { border-color: #7744dd; background: rgba(60,0,200,.13);   }
.svc-card--on.badge--apple     { border-color: #aaaaaa; background: rgba(200,200,200,.10);}
.svc-card--on.badge--magenta   { border-color: #e20074; background: rgba(226,0,116,.13);  }

.svc-card--on.badge--netflix   .svc-check-icon { background: #e50914; border-color: #e50914; }
.svc-card--on.badge--prime     .svc-check-icon { background: #00a8e1; border-color: #00a8e1; }
.svc-card--on.badge--disney    .svc-check-icon { background: #3c52e8; border-color: #3c52e8; }
.svc-card--on.badge--sky       .svc-check-icon { background: #00b4ff; border-color: #00b4ff; }
.svc-card--on.badge--paramount .svc-check-icon { background: #4466cc; border-color: #4466cc; }
.svc-card--on.badge--hbo       .svc-check-icon { background: #6633cc; border-color: #6633cc; }
.svc-card--on.badge--apple     .svc-check-icon { background: #888;    border-color: #888;    }
.svc-card--on.badge--magenta   .svc-check-icon { background: #e20074; border-color: #e20074; }

/* Provider-Namensfarbe aktiv */
.svc-card--on.badge--netflix   .svc-name { color: #ff6b6b; }
.svc-card--on.badge--prime     .svc-name { color: #33ccff; }
.svc-card--on.badge--disney    .svc-name { color: #7799ff; }
.svc-card--on.badge--sky       .svc-name { color: #33ccff; }
.svc-card--on.badge--paramount .svc-name { color: #88aaff; }
.svc-card--on.badge--hbo       .svc-name { color: #aa88ff; }
.svc-card--on.badge--apple     .svc-name { color: #cccccc; }
.svc-card--on.badge--magenta   .svc-name { color: #ff66bb; }

/* Toggle: Serien-Swipen filtern */
.recs-toggle-row {
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.09);
  background: rgba(255,255,255,.03);
}
.recs-toggle-label {
  display: flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
}
.recs-toggle-wrap { flex-shrink: 0; position: relative; }
.recs-toggle-wrap input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.recs-toggle-track {
  display: block;
  width: 44px;
  height: 24px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  transition: background .2s, border-color .2s;
  position: relative;
}
.recs-toggle-thumb {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(255,255,255,.45);
  transition: left .2s, background .2s;
}
.recs-toggle-wrap input:checked + .recs-toggle-track {
  background: rgba(77,223,255,.3);
  border-color: rgba(77,223,255,.6);
}
.recs-toggle-wrap input:checked + .recs-toggle-track .recs-toggle-thumb {
  left: 23px;
  background: #4ddfff;
}
.recs-toggle-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
  font-weight: 900;
  font-size: 13px;
}

.recs-toggle-text .muted { font-size: 12px; font-weight: 700; }
.email-verify-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}
.email-verify-btn {
  min-height: 32px;
  padding: 7px 12px;
  font-size: 12px;
}
.email-verify-msg {
  min-height: 18px;
  margin-top: 5px;
  font-size: 12px;
}
.email-verify-msg.ok { color: #b8ffe2; }
.email-verify-msg.warn { color: rgba(255,235,180,.95); }

/* Profile achievement groups */
.profile-page .card-achievements .card-body {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.profile-page .achievement-next-summary {
  display: grid;
  gap: 3px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(111,177,255,0.24);
  background: rgba(47,111,179,0.12);
}

.profile-page .achievement-next-summary span,
.profile-page .achievement-group h3 {
  margin: 0;
  color: rgba(255,255,255,0.56);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.profile-page .achievement-next-summary strong {
  color: rgba(255,255,255,0.96);
  font-size: 1rem;
  line-height: 1.2;
}

.profile-page .achievement-next-summary small {
  color: rgba(255,255,255,0.68);
  font-weight: 800;
  line-height: 1.35;
}

.profile-page .achievement-group {
  display: grid;
  gap: 9px;
}

.profile-page .achievement-group + .achievement-group {
  padding-top: 4px;
  border-top: 1px solid rgba(255,255,255,0.07);
}

.profile-page .achievement.is-next {
  border-color: rgba(111,177,255,0.42);
  background: rgba(47,111,179,0.16);
  box-shadow: 0 10px 26px rgba(47,111,179,0.12);
}

.profile-page .achievement.is-next .achievement-icon,
.profile-page .achievement.is-next .achievement-title {
  opacity: 1;
}

.profile-page .achievement-next-pill {
  margin: 7px auto 0;
  width: fit-content;
  max-width: 100%;
  padding: 3px 7px;
  border-radius: 999px;
  background: rgba(111,177,255,0.16);
  color: rgba(180,220,255,0.96);
  font-size: 0.66rem;
  font-weight: 900;
  line-height: 1;
}
/* Match type tabs */
.matches-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.matches-tabs a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 7px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.055);
  color: rgba(255,255,255,0.78);
  font-weight: 900;
  text-decoration: none;
}

.matches-tabs a.active,
.matches-tabs a:hover {
  border-color: rgba(111,177,255,0.38);
  background: rgba(47,111,179,0.22);
  color: #fff;
}
/* Match card actions */
.lm-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
/* Match inline rating */
.match-rate-form {
  flex: 1 1 360px;
  min-width: min(100%, 360px);
  display: grid;
  gap: 10px;
  padding: 12px 16px 12px 12px;
  border: 1px solid rgba(111,177,255,0.16);
  border-radius: 12px;
  background: rgba(16,24,36,0.44);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
}
.match-rate-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.match-rate-head strong {
  font-size: 0.95rem;
  line-height: 1.1;
}
.match-rate-head span {
  padding: 3px 7px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.66);
  font-size: 0.72rem;
  font-weight: 850;
  white-space: nowrap;
}
.match-rate-buttons {
  display: grid;
  grid-template-columns: repeat(5, minmax(36px, 1fr));
  gap: 6px;
  padding-right: 6px;
}
.match-rate-buttons button {
  min-height: 36px;
  border: 1px solid rgba(111,177,255,0.24);
  border-radius: 9px;
  background: rgba(47,111,179,0.13);
  color: #fff;
  font-weight: 950;
  cursor: pointer;
  transition: transform 0.12s ease, border-color 0.12s ease, background 0.12s ease;
}
.match-rate-buttons button:hover,
.match-rate-buttons button:focus-visible {
  border-color: rgba(111,177,255,0.54);
  background: rgba(47,111,179,0.28);
  transform: translateY(-1px);
}
.match-rate-buttons button.is-selected {
  border-color: rgba(136,217,255,0.72);
  background: linear-gradient(135deg, rgba(96,198,232,0.48), rgba(143,91,255,0.46));
  box-shadow: 0 8px 18px rgba(79,143,220,0.20);
}
.match-review-label {
  margin: 2px 0 -3px;
  color: rgba(255,255,255,0.66);
  font-size: 0.78rem;
  font-weight: 850;
}
.match-rate-form textarea {
  width: 100%;
  min-height: 104px;
  box-sizing: border-box;
  resize: vertical;
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 9px;
  background: rgba(0,0,0,0.20);
  color: #fff;
  padding: 9px 10px;
  font: inherit;
  line-height: 1.35;
}
.match-rate-form textarea:focus {
  outline: none;
  border-color: rgba(111,177,255,0.46);
  box-shadow: 0 0 0 3px rgba(111,177,255,0.10);
}
.match-rate-form textarea::placeholder {
  color: rgba(255,255,255,0.46);
}
.match-rate-save {
  width: auto;
  min-width: 132px;
  min-height: 30px;
  padding: 4px 12px;
  border-radius: 9px;
  height: 40px;
}
.match-rate-save:disabled {
  opacity: 0.52;
  cursor: not-allowed;
}
.match-rate-form.is-saving {
  pointer-events: none;
  opacity: 0.78;
}
.match-card-saved {
  opacity: 0;
  transform: translateY(-6px) scale(0.985);
  transition: opacity 0.22s ease, transform 0.22s ease;
}
@media (max-width: 720px) {
  .match-rate-form {
    flex-basis: 100%;
  }
}
.match-save-feedback {
  padding: 12px 13px;
  border: 1px solid rgba(98,210,164,0.28);
  border-radius: 11px;
  background: rgba(42,140,101,0.16);
  color: rgba(235,255,246,0.94);
  font-weight: 900;
  line-height: 1.35;
}
.matches-empty h2 {
  margin: 0 0 8px;
  font-size: 1.15rem;
}
.matches-empty-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

/* Custom 404 */
#not-found-page {
  max-width: 1100px;
  margin: 0 auto;
  padding: 22px 16px 48px;
  color: rgba(255,255,255,0.92);
}
#not-found-page .nf-hero {
  display: grid;
  grid-template-columns: minmax(120px, 190px) minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.03));
  box-shadow: 0 18px 40px rgba(0,0,0,0.24);
  overflow: hidden;
}
#not-found-page .nf-code {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 210px;
  padding: 22px;
  border-right: 1px solid rgba(255,255,255,0.10);
  background: linear-gradient(145deg, rgba(88,188,230,0.22), rgba(144,92,255,0.18));
  color: rgba(255,255,255,0.95);
  font-size: clamp(3.4rem, 9vw, 6.4rem);
  line-height: 1;
  font-weight: 1000;
  letter-spacing: 0;
  text-shadow: 0 8px 24px rgba(0,0,0,0.32);
}
#not-found-page .nf-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px 28px 28px 0;
  min-width: 0;
}
#not-found-page h1 {
  margin: 0 0 10px;
  font-size: clamp(1.7rem, 3.5vw, 2.45rem);
  line-height: 1.12;
  letter-spacing: 0;
}
#not-found-page .nf-copy p {
  max-width: 680px;
  margin: 0;
  color: rgba(255,255,255,0.74);
  font-size: 1rem;
  line-height: 1.6;
}
#not-found-page .nf-path {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  color: rgba(255,255,255,0.66);
  font-size: 0.88rem;
}
#not-found-page .nf-path span {
  font-weight: 900;
}
#not-found-page .nf-path code {
  max-width: 100%;
  overflow-wrap: anywhere;
  padding: 5px 8px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  background: rgba(0,0,0,0.22);
  color: rgba(255,255,255,0.82);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 0.84rem;
}
#not-found-page .nf-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
#not-found-page .nf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 9px 15px;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 8px;
  background: rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.92);
  text-decoration: none;
  font-weight: 900;
  font-size: 0.92rem;
  transition: background 0.15s, border-color 0.15s, transform 0.15s;
}
#not-found-page .nf-btn:hover {
  border-color: rgba(111,177,255,0.38);
  background: rgba(255,255,255,0.10);
  color: #fff;
  transform: translateY(-1px);
}
#not-found-page .nf-btn-primary {
  border-color: rgba(111,177,255,0.42);
  background: rgba(47,111,179,0.58);
}
#not-found-page .nf-btn-ghost {
  background: transparent;
  border-style: dashed;
}
#not-found-page .nf-section {
  margin-top: 24px;
}
#not-found-page .nf-section h2 {
  margin: 0 0 12px;
  color: rgba(255,255,255,0.88);
  font-size: 1.1rem;
  line-height: 1.25;
}
#not-found-page .nf-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 12px;
}
#not-found-page .nf-card {
  display: grid;
  gap: 7px;
  min-height: 104px;
  padding: 15px 16px;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 8px;
  background: rgba(255,255,255,0.045);
  color: inherit;
  text-decoration: none;
  transition: background 0.15s, border-color 0.15s, transform 0.15s;
}
#not-found-page .nf-card:hover {
  border-color: rgba(111,177,255,0.32);
  background: rgba(255,255,255,0.075);
  transform: translateY(-1px);
}
#not-found-page .nf-card strong {
  color: #6fb1ff;
  font-size: 1rem;
  line-height: 1.25;
}
#not-found-page .nf-card span {
  color: rgba(255,255,255,0.70);
  font-size: 0.9rem;
  line-height: 1.45;
}
@media (max-width: 720px) {
  #not-found-page {
    padding: 14px 10px 34px;
  }
  #not-found-page .nf-hero {
    grid-template-columns: 1fr;
    gap: 0;
  }
  #not-found-page .nf-code {
    min-height: 120px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,0.10);
  }
  #not-found-page .nf-copy {
    padding: 20px;
  }
  #not-found-page .nf-actions,
  #not-found-page .nf-btn {
    width: 100%;
  }
}


/* Profile taste share card */
.profile-page .profile-taste-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  min-width: max-content;
}

.profile-page .profile-taste-share {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 34px;
  padding: 7px 10px;
  border: 1px solid rgba(111,177,255,.36);
  border-radius: 8px;
  background: rgba(61,105,160,.22);
  color: rgba(235,244,255,.96);
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  transition: background .16s ease, border-color .16s ease, transform .16s ease;
}

.profile-page .profile-taste-share:hover {
  background: rgba(61,105,160,.36);
  border-color: rgba(111,177,255,.62);
  transform: translateY(-1px);
}

.profile-page .profile-taste-share:focus-visible {
  outline: 2px solid rgba(111,177,255,.95);
  outline-offset: 2px;
}

.profile-page .profile-taste-share:disabled {
  cursor: wait;
  opacity: .65;
  transform: none;
}

.profile-page .profile-taste-share-status {
  max-width: 190px;
  color: rgba(255,255,255,.62);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  text-align: right;
}

@media (max-width: 560px) {
  .profile-page .profile-taste-card .card-head {
    flex-direction: column;
  }

  .profile-page .profile-taste-actions {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    min-width: 0;
  }

  .profile-page .profile-taste-share-status {
    flex: 1 1 100%;
    max-width: none;
    text-align: left;
  }
}

/* Community reviews */
.community-page {
  width: min(920px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 48px;
}
.community-hero {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding: 0 2px 22px;
}
.community-eyebrow {
  display: block;
  margin-bottom: 5px;
  color: #77b9ff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.community-hero h1 { margin: 0; font-size: 30px; line-height: 1.15; }
.community-hero p {
  max-width: 680px;
  margin: 8px 0 0;
  color: rgba(255,255,255,.72);
  line-height: 1.55;
}
.community-friends-link,
.community-primary,
.community-pagination a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid rgba(111,177,255,.4);
  border-radius: 7px;
  background: rgba(60,106,166,.25);
  color: #dcecff;
  font-weight: 800;
  white-space: nowrap;
}
.community-tabs {
  display: flex;
  gap: 4px;
  margin-bottom: 14px;
  padding: 4px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  background: rgba(0,0,0,.15);
}
.community-tabs a {
  flex: 1 1 0;
  padding: 9px 12px;
  border-radius: 5px;
  color: rgba(255,255,255,.68);
  font-weight: 900;
  text-align: center;
}
.community-tabs a.is-active { background: #3d6da8; color: #fff; }
.community-feed { display: grid; gap: 10px; }
.community-review {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 13px;
  padding: 16px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 8px;
  background: rgba(255,255,255,.045);
}
.community-review-avatar img,
.community-avatar-letter {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 8px;
  background: rgba(0,0,0,.3);
  color: #dcecff;
  font-size: 20px;
  font-weight: 900;
  object-fit: cover;
}
.community-review-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.community-review-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 6px;
  align-items: baseline;
  color: rgba(255,255,255,.62);
  line-height: 1.35;
}
.community-user,
.community-series { color: #79b8ff; font-weight: 900; }
.community-score {
  flex: 0 0 auto;
  padding: 5px 8px;
  border: 1px solid rgba(129,196,255,.24);
  border-radius: 6px;
  background: rgba(99,141,198,.16);
  color: #fff;
  font-size: 13px;
}
.community-review-text {
  margin: 10px 0 12px;
  color: rgba(255,255,255,.9);
  line-height: 1.55;
}
.community-review-footer {
  display: flex;
  align-items: center;
  gap: 10px 14px;
  flex-wrap: wrap;
  color: rgba(255,255,255,.5);
  font-size: 12px;
}
.community-like {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 30px;
  padding: 5px 9px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 6px;
  background: rgba(255,255,255,.04);
  color: rgba(255,255,255,.76);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}
.community-like.is-liked {
  border-color: rgba(111,177,255,.55);
  background: rgba(64,114,180,.28);
  color: #cce4ff;
}
.community-like:disabled { cursor: wait; opacity: .65; }
.community-like.has-error { border-color: rgba(255,105,105,.75); }
.community-like-count { color: #fff; }
.community-review-link { margin-left: auto; font-weight: 800; }
.community-empty,
.community-login {
  padding: 24px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 8px;
  background: rgba(255,255,255,.04);
  color: rgba(255,255,255,.76);
}
.community-login {
  display: grid;
  grid-template-columns: 44px minmax(0,1fr) auto;
  align-items: center;
  gap: 15px;
}
.community-login-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 8px;
  background: rgba(61,109,168,.32);
  color: #8bc4ff;
  font-size: 20px;
}
.community-login h2 { margin: 0 0 4px; font-size: 19px; }
.community-login p { margin: 0; line-height: 1.45; }
.community-pagination {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
}
.community-pagination a:last-child { margin-left: auto; }
@media (max-width: 640px) {
  .community-page { width: min(100% - 20px, 920px); padding-top: 20px; }
  .community-hero { align-items: flex-start; flex-direction: column; gap: 14px; }
  .community-hero h1 { font-size: 26px; }
  .community-review { grid-template-columns: 40px minmax(0,1fr); gap: 10px; padding: 13px; }
  .community-review-avatar img,
  .community-avatar-letter { width: 40px; height: 40px; font-size: 17px; }
  .community-review-head { align-items: center; }
  .community-review-link { width: 100%; margin-left: 0; }
  .community-login { grid-template-columns: 40px minmax(0,1fr); }
  .community-login .community-primary { grid-column: 1 / -1; }
}

/* Community feed types and social profiles */
.community-type {
  display: inline-flex;
  align-items: center;
  min-height: 21px;
  padding: 2px 7px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 5px;
  color: rgba(255,255,255,.68);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}
.community-type--serie { border-color: rgba(111,177,255,.34); color: #a8d1ff; }
.community-type--film { border-color: rgba(202,139,255,.35); color: #dfb8ff; }
.community-social {
  display: grid;
  grid-template-columns: minmax(220px,.85fr) minmax(0,1.65fr);
  align-items: center;
  gap: 18px;
  margin: 0 0 18px;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.13);
  border-left: 3px solid rgba(111,177,255,.72);
  border-radius: 8px;
  background: rgba(16,20,27,.72);
}
.community-social-intro > span {
  display: block;
  margin-bottom: 4px;
  color: #82bdff;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}
.community-social h2 { margin: 0 0 5px; font-size: 18px; }
.community-social p {
  max-width: 330px;
  margin: 0;
  color: rgba(255,255,255,.68);
  font-size: 13px;
  line-height: 1.5;
}
.community-social-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 9px;
}
.community-social-link {
  --community-social-accent: #77b9ff;
  display: grid;
  grid-template-columns: 34px minmax(0,1fr) auto;
  min-width: 0;
  min-height: 58px;
  align-items: center;
  gap: 8px;
  padding: 9px;
  border: 1px solid rgba(255,255,255,.13);
  border-bottom: 2px solid var(--community-social-accent);
  border-radius: 7px;
  background: rgba(255,255,255,.045);
  color: #fff;
}
.community-social-link:hover {
  border-color: rgba(255,255,255,.25);
  border-bottom-color: var(--community-social-accent);
  background: rgba(255,255,255,.075);
  color: #fff;
  transform: translateY(-1px);
}
.community-social-link--instagram { --community-social-accent: #e15b9c; }
.community-social-link--tiktok { --community-social-accent: #49d7df; }
.community-social-link--facebook { --community-social-accent: #6fa4f5; }
.community-social-icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.16);
  border-color: color-mix(in srgb, var(--community-social-accent) 48%, transparent);
  border-radius: 7px;
  background: rgba(0,0,0,.28);
}
.community-social-icon img { display: block; object-fit: contain; }
.community-social-copy { display: grid; min-width: 0; gap: 3px; }
.community-social-copy strong { color: #fff; font-size: 14px; }
.community-social-copy small {
  overflow-wrap: anywhere;
  color: rgba(255,255,255,.57);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.25;
}
.community-social-arrow {
  color: var(--community-social-accent);
  font-size: 23px;
  font-weight: 400;
}
.fm-c-footer {
  display: flex;
  align-items: center;
  margin-top: 11px;
  padding-top: 10px;
  border-top: 1px solid rgba(255,255,255,.08);
}
@media (max-width: 860px) {
  .community-social { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .community-social-links { grid-template-columns: 1fr; }
  .community-social-link { min-height: 60px; }
}

/* Community polish v2 */
.community-hero { align-items: center; }
.community-hero > div { min-width: 0; }
.community-friends-link {
  gap: 7px;
  min-height: 34px;
  padding: 6px 10px;
  background: transparent;
  color: #a9d1ff;
  font-size: 12px;
}
.community-friends-link:hover { background: rgba(60,106,166,.2); color: #fff; }
.community-tabs a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.community-tabs a:not(.is-active):hover { background: rgba(255,255,255,.055); color: #fff; }
.community-social-icon img {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
  opacity: .96;
}
.community-social-copy small { font-size: 11px; line-height: 1.32; }
@media (max-width: 640px) {
  .community-hero { gap: 10px; }
  .community-friends-link { align-self: flex-start; }
  .community-tabs a { padding-inline: 8px; font-size: 13px; }
}
/* Public profile reviews */
.profile-review-sub {
  display: block;
  margin-top: 2px;
  color: rgba(255,255,255,.52);
  font-size: 11px;
  font-weight: 700;
}
.profile-review-private {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
  padding: 5px 8px;
  border-radius: 5px;
  background: rgba(111,177,255,.1);
  color: #a9d1ff;
  font-size: 11px;
  font-weight: 800;
}
.profile-review-list { display: grid; }
.profile-review-item { padding: 13px 0; border-top: 1px solid rgba(255,255,255,.09); }
.profile-review-item:first-child { padding-top: 0; border-top: 0; }
.profile-review-item:last-child { padding-bottom: 0; }
.profile-review-head { display: flex; align-items: center; gap: 7px; }
.profile-review-head > a {
  min-width: 0;
  overflow: hidden;
  color: #78b7ff;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.profile-review-head > strong {
  flex: 0 0 auto;
  margin-left: auto;
  color: #fff;
  font-size: 12px;
}
.profile-review-item p {
  margin: 7px 0 8px;
  color: rgba(255,255,255,.78);
  font-size: 13px;
  line-height: 1.48;
}
.profile-review-item footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: rgba(255,255,255,.45);
  font-size: 11px;
}
.profile-review-item footer a { font-weight: 800; }
@media (max-width: 440px) {
  .profile-review-head { flex-wrap: wrap; }
  .profile-review-head > a { flex: 1 1 calc(100% - 58px); }
  .profile-review-head > strong { margin-left: 0; }
}
/* Community active contrast */
.community-tabs a.is-active,
.community-tabs a.is-active:hover,
.community-tabs a.is-active i {
  color: #fff !important;
}
.community-social-icon > .fa {
  color: #fff;
  font-size: 22px;
  line-height: 1;
}
/* System message cards */
.messages-page .msg.msg-system {
  border-color: rgba(111,177,255,.28);
  border-left: 3px solid #6fb1ff;
  background: rgba(64,105,158,.11);
}
.messages-page .msg-system-user { gap: 10px; }
.messages-page .msg-system-icon {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  place-items: center;
  border: 1px solid rgba(111,177,255,.32);
  border-radius: 8px;
  background: rgba(64,114,180,.25);
  color: #a9d1ff;
  font-size: 18px;
}
.messages-page .msg-system-copy { min-width: 0; }
.messages-page .msg-system-copy > strong { color: #e8f3ff; font-size: 14px; }
.messages-page .badge.badge-system {
  border-color: rgba(111,177,255,.3);
  background: rgba(64,114,180,.2);
  color: #b9dcff;
}
/* Moderated review replies */
.review-replies {
  margin-top: 11px;
  border-top: 1px solid rgba(255,255,255,.08);
}
.review-replies > summary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 0 2px;
  color: #8fc6ff;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}
.review-replies > summary::-webkit-details-marker { display: none; }
.review-replies > summary::after { content: '\f107'; font-family: FontAwesome; font-size: 11px; }
.review-replies[open] > summary::after { content: '\f106'; }
.review-replies-body { padding-top: 9px; }
.review-reply-list { display: grid; gap: 8px; margin-bottom: 10px; }
.review-reply {
  display: grid;
  grid-template-columns: 30px minmax(0,1fr);
  gap: 9px;
  padding-left: 10px;
  border-left: 2px solid rgba(111,177,255,.22);
}
.review-reply-avatar {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 6px;
  background: rgba(0,0,0,.22);
  color: #cfe6ff;
  font-size: 12px;
  font-weight: 900;
  overflow: hidden;
}
.review-reply-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.review-reply header { display: flex; align-items: baseline; gap: 8px; }
.review-reply header a,
.review-reply header strong { color: #9dcbff; font-size: 12px; font-weight: 900; }
.review-reply time { color: rgba(255,255,255,.42); font-size: 10px; }
.review-reply p { margin: 3px 0 0; color: rgba(255,255,255,.76); font-size: 12px; line-height: 1.45; }
.review-reply-form {
  display: grid;
  gap: 7px;
  padding: 10px;
  border-radius: 7px;
  background: rgba(255,255,255,.035);
}
.review-reply-form label { color: #fff; font-size: 12px; font-weight: 900; }
.review-reply-form textarea {
  width: 100%;
  min-height: 78px;
  padding: 9px 10px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 6px;
  background: rgba(0,0,0,.24);
  color: #fff;
  font: inherit;
  line-height: 1.45;
  resize: vertical;
}
.review-reply-form > div { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.review-reply-form small { color: rgba(255,255,255,.45); font-size: 10px; }
.review-reply-form button {
  min-height: 32px;
  padding: 6px 10px;
  border: 1px solid rgba(111,177,255,.4);
  border-radius: 6px;
  background: rgba(61,109,168,.38);
  color: #fff;
  font: inherit;
  font-size: 11px;
  font-weight: 900;
  cursor: pointer;
}
.review-reply-form button:disabled { cursor: wait; opacity: .6; }
.review-reply-status { min-height: 16px; margin: 0; color: #ffaaa2; font-size: 11px; }
.review-reply-success { margin: 10px 0 0; color: #aee8bd; font-size: 12px; font-weight: 800; }
.review-reply-hint { margin: 4px 0 0; color: rgba(255,255,255,.58); font-size: 11px; }
@media (max-width: 520px) {
  .review-reply-form > div { align-items: stretch; flex-direction: column; }
  .review-reply-form button { width: 100%; }
}
/* Community contribution, spoiler and reviewer highlights */
.community-contribute {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
  padding: 14px;
  border: 1px solid rgba(111,177,255,.28);
  border-radius: 8px;
  background: rgba(60,106,166,.13);
}
.community-contribute-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 7px;
  background: rgba(73,126,194,.28);
  color: #92c8ff;
  font-size: 17px;
}
.community-contribute > div > span,
.community-helpful-reviewers header span {
  display: block;
  margin-bottom: 3px;
  color: #83bfff;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}
.community-contribute h2 {
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
}
.community-contribute p {
  margin: 3px 0 0;
  color: rgba(255,255,255,.65);
  font-size: 12px;
  line-height: 1.4;
}
.community-contribute-actions {
  display: grid;
  justify-items: stretch;
  gap: 6px;
}
.community-contribute-actions a {
  display: block;
  max-width: 260px;
  overflow: hidden;
  padding: 7px 10px;
  border: 1px solid rgba(111,177,255,.38);
  border-radius: 6px;
  background: rgba(61,109,168,.3);
  color: #dcecff;
  font-size: 11px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.community-helpful-reviewers {
  margin-bottom: 14px;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  background: rgba(255,255,255,.035);
}
.community-helpful-reviewers header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 11px;
}
.community-helpful-reviewers h2 {
  margin: 0;
  color: #fff;
  font-size: 16px;
}
.community-helpful-reviewers header p {
  max-width: 430px;
  margin: 0;
  color: rgba(255,255,255,.55);
  font-size: 11px;
  line-height: 1.4;
}
.community-helpful-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 8px;
}
.community-helpful-person {
  display: grid;
  grid-template-columns: 38px minmax(0,1fr);
  align-items: center;
  gap: 9px;
  min-width: 0;
  padding: 9px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 7px;
  background: rgba(0,0,0,.14);
}
.community-helpful-person > img,
.community-helpful-person > span:first-child {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 7px;
  background: rgba(61,109,168,.24);
  color: #cfe6ff;
  font-weight: 900;
  object-fit: cover;
}
.community-helpful-person > span:last-child {
  display: grid;
  min-width: 0;
  gap: 2px;
}
.community-helpful-person strong {
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.community-helpful-person small {
  color: rgba(255,255,255,.52);
  font-size: 9px;
  line-height: 1.3;
}
.review-spoiler {
  margin: 10px 0 12px;
  padding: 10px;
  border: 1px solid rgba(255,190,94,.25);
  border-radius: 7px;
  background: rgba(77,52,18,.16);
}
.review-spoiler > summary {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #ffd69a;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}
.review-spoiler > summary::-webkit-details-marker { display: none; }
.review-spoiler > summary::after {
  content: '\f107';
  font-family: FontAwesome;
}
.review-spoiler[open] > summary::after { content: '\f106'; }
.review-spoiler-warning {
  margin: 8px 0 5px;
  color: rgba(255,255,255,.55);
  font-size: 10px;
}
.review-spoiler .community-review-text,
.review-spoiler .c-body,
.review-spoiler .fm-c-body {
  margin: 6px 0 0;
}
.review-spoiler-input {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin: 7px 0 3px;
  cursor: pointer;
}
.review-spoiler-input input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.review-spoiler-input span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 30px;
  padding: 5px 10px 5px 8px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 6px;
  background: rgba(255,255,255,.035);
  color: rgba(255,255,255,.72);
  font-size: 11px;
  font-weight: 800;
  transition: border-color .16s ease, background-color .16s ease, color .16s ease;
}
.review-spoiler-input span::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 4px;
  background: rgba(0,0,0,.16);
  color: #171717;
  content: '';
  font-family: FontAwesome;
  font-size: 10px;
  line-height: 1;
}
.review-spoiler-input:hover span {
  border-color: rgba(255,255,255,.28);
  background: rgba(255,255,255,.065);
  color: rgba(255,255,255,.9);
}
.review-spoiler-input input:focus-visible + span {
  outline: 2px solid rgba(111,177,255,.8);
  outline-offset: 2px;
}
.review-spoiler-input input:checked + span {
  border-color: rgba(240,185,76,.55);
  background: rgba(240,185,76,.1);
  color: #f4d58d;
}
.review-spoiler-input input:checked + span::before {
  border-color: #e9b84d;
  background: #e9b84d;
  content: '\f00c';
}
.review-spoiler-input input:disabled + span {
  opacity: .5;
  cursor: not-allowed;
}
.review-reply-preview {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 10px;
  padding: 9px 10px;
  border-left: 2px solid rgba(111,177,255,.38);
  background: rgba(67,105,151,.1);
}
.review-reply-preview p {
  display: flex;
  min-width: 0;
  margin: 0;
  gap: 6px;
  color: rgba(255,255,255,.64);
  font-size: 11px;
  line-height: 1.4;
}
.review-reply-preview strong {
  flex: 0 0 auto;
  color: #a9d1ff;
}
.review-reply-preview p span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.review-reply-preview button {
  flex: 0 0 auto;
  padding: 4px 7px;
  border: 0;
  background: transparent;
  color: #8fc6ff;
  font: inherit;
  font-size: 10px;
  font-weight: 900;
  cursor: pointer;
}
.review-deep-link-target {
  outline: 2px solid rgba(111,177,255,.7);
  outline-offset: 3px;
}
@media (max-width: 720px) {
  .community-contribute { grid-template-columns: 38px minmax(0,1fr); }
  .community-contribute-icon { width: 38px; height: 38px; }
  .community-contribute-actions { grid-column: 1 / -1; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .community-contribute-actions a { max-width: none; }
  .community-helpful-reviewers header { align-items: flex-start; flex-direction: column; gap: 5px; }
  .community-helpful-list { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .community-contribute-actions { grid-template-columns: 1fr; }
  .review-reply-preview { align-items: flex-start; flex-direction: column; gap: 5px; }
  .review-reply-preview p span { white-space: normal; }
  .review-reply-preview button { padding-left: 0; }
}
/* Admin */
.admin-login-shell {
  display: grid;
  min-height: 100vh;
  min-height: 100dvh;
  place-items: center;
  overflow-y: auto;
  padding: 16px;
  box-sizing: border-box;
}
.admin-login-shell *,
.admin-page,
.admin-page * { box-sizing: border-box; }
.admin-login {
  width: min(100%, 420px);
  padding: 20px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  background: #2f2f2f;
  box-shadow: 0 14px 34px rgba(0,0,0,.28);
}
.admin-login h1 { margin: 0 0 8px; font-size: 24px; }
.admin-login p { margin: 0 0 16px; line-height: 1.5; }
.admin-login label { display: block; margin-bottom: 6px; font-weight: 700; }
.admin-login input,
.admin-login button { width: 100%; min-height: 44px; }
.admin-login input { margin-bottom: 10px; padding: 9px 10px; }
.admin-login-error { color: #ffb4b4; }
.admin-shell #content { padding: 16px; }
.admin-page { width: 100%; min-width: 0; }
.admin-page code,
.admin-page pre { overflow-wrap: anywhere; }
.admin-section-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px;
}
.admin-section-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 6px;
  background: rgba(255,255,255,.04);
  text-decoration: none;
}
.admin-section-nav a.is-active { border-color: #6fa4ea; background: #3f628f; color: #fff; }
.admin-cron-box {
  min-width: 0;
  margin: 14px 0;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 8px;
  background: #2f2f2f;
}
.admin-cron-box h1,
.admin-cron-box h2 { margin: 0 0 8px; }
.admin-cron-box p { margin: 6px 0; line-height: 1.5; }
.admin-cron-box .admin-cron-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin: 6px 0 10px;
}
.admin-cron-box .admin-cron-meta span { display: inline-flex; min-width: 0; gap: 5px; }
.admin-cron-box h3 { margin: 12px 0 6px; font-size: 14px; }
.admin-cron-box pre {
  max-height: 260px;
  overflow: auto;
  margin: 8px 0 0;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 6px;
  background: #1f1f1f;
  white-space: pre-wrap;
}
.admin-overview-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(210px,1fr));
  gap: 10px;
}
.admin-overview-grid a {
  display: block;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 6px;
  background: rgba(255,255,255,.035);
  text-decoration: none;
}
.admin-overview-grid strong,
.admin-overview-grid span { display: block; }
.admin-overview-grid span { margin-top: 4px; color: #ccc; line-height: 1.45; }
.admin-page table {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 10px 0 18px;
  overflow-x: auto;
  border-collapse: collapse;
  -webkit-overflow-scrolling: touch;
}
.admin-page th,
.admin-page td {
  padding: 8px 10px;
  border: 1px solid rgba(255,255,255,.1);
  text-align: left;
  vertical-align: top;
  overflow-wrap: anywhere;
}
.admin-page th { white-space: nowrap; }
.admin-page td a[href^="javascript:"] {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 5px 8px;
  border: 1px solid rgba(111,177,255,.3);
  border-radius: 5px;
  background: rgba(76,151,216,.12);
}
.admin-page input,
.admin-page select,
.admin-page textarea,
.admin-page button { max-width: 100%; }
@media (max-width: 720px) {
  .admin-shell #content { padding: 10px; }
  .admin-section-nav {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 6px;
  }
  .admin-section-nav a { min-width: 0; padding: 7px 8px; text-align: center; }
  .admin-cron-box { padding: 11px; }
  .admin-cron-box h1 { font-size: 21px; }
  .admin-cron-box h2,
  .admin-page > h2 { font-size: 18px; }
  .admin-cron-box .admin-cron-meta { display: grid; grid-template-columns: 1fr; }
  .admin-cron-box .admin-cron-meta span { display: block; }
  .admin-overview-grid { grid-template-columns: 1fr; }
  .admin-page th,
  .admin-page td { padding: 7px 8px; font-size: 12px; }
  .admin-page td a[href^="javascript:"] { min-height: 38px; }
}
@media (max-width: 420px) {
  .admin-section-nav { grid-template-columns: 1fr; }
  .admin-login { padding: 16px; }
}
