
:root{
  --bg:#05080d;
  --bg2:#090d14;
  --panel:#0c121b;
  --panel2:#101824;
  --line:#263449;
  --line-soft:rgba(148,163,184,.14);
  --text:#eef4ff;
  --muted:#8fa2ba;
  --purple:#a855f7;
  --purple2:#7c3aed;
  --cyan:#67e8f9;
  --green:#9fe870;
  --danger:#fb4b65;
  --radius:12px;
  --shadow:0 14px 45px rgba(0,0,0,.28);
}
*{box-sizing:border-box}
html{background:var(--bg)}
body{
  margin:0;min-height:100vh;color:var(--text);
  font:14px/1.45 Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;
  background:
    radial-gradient(circle at 78% -10%,rgba(124,58,237,.11),transparent 30%),
    radial-gradient(circle at 10% 0,rgba(56,189,248,.06),transparent 25%),
    linear-gradient(180deg,#070b11,#05080d 70%);
}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
.shell{width:min(1540px,calc(100% - 28px));margin:auto;padding:20px 0 34px}
.site-header{
  display:flex;align-items:center;justify-content:space-between;gap:20px;
  padding:7px 4px 20px;border-bottom:1px solid rgba(148,163,184,.11);
  margin-bottom:14px
}
.brand-wrap{display:flex;align-items:center;gap:12px}
.brand-icon{width:46px;height:46px;filter:drop-shadow(0 0 14px rgba(168,85,247,.32))}
.brand{font-size:30px;font-weight:950;letter-spacing:-.045em;text-shadow:0 1px 0 #000}
.brand .dot{color:var(--purple)}
.tagline{font-size:12px;color:var(--muted);letter-spacing:.05em}
.clock{text-align:right;font-variant-numeric:tabular-nums}
.clock strong{font-size:25px}.clock span{color:var(--muted);font-size:12px}

.dashboard{
  display:grid;
  grid-template-columns:minmax(280px,.95fr) minmax(470px,1.35fr) minmax(390px,1fr);
  gap:12px;
  align-items:start;
}
.card{
  position:relative;background:linear-gradient(180deg,rgba(14,21,31,.98),rgba(9,14,22,.98));
  border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden
}
.card::before{content:"";position:absolute;inset:0 0 auto;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.16),transparent)}
.card-title{
  min-height:43px;display:flex;align-items:center;justify-content:space-between;gap:12px;
  padding:0 15px;border-bottom:1px solid var(--line-soft);font-size:15px;font-weight:900;
  letter-spacing:.055em;text-transform:uppercase
}
.card-title .title-left{display:flex;align-items:center;gap:9px}
.purple-dot{width:9px;height:9px;background:var(--purple);border-radius:50%;box-shadow:0 0 14px var(--purple)}
.card-body{padding:14px}
.pill,.mini-btn{
  display:inline-flex;align-items:center;justify-content:center;border:1px solid #385170;
  border-radius:999px;padding:5px 9px;background:#09111b;color:#d9e7f7;font-size:11px
}
.mini-btn:hover,.pill:hover{border-color:var(--purple);color:#fff}
.muted{color:var(--muted)}
.big-number{font-size:52px;line-height:1;font-weight:950;letter-spacing:-.06em}
.row{display:flex;justify-content:space-between;align-items:center;gap:10px}
.weather-meta{margin-top:7px;color:#cbd7e8}
.weather-hours{display:grid;grid-template-columns:repeat(6,1fr);gap:5px;margin-top:14px}
.hour{padding:8px 3px;border-radius:8px;text-align:center;background:#0a111b;border:1px solid #172435;font-size:11px}
.hour strong{display:block;margin-bottom:3px}.rain{color:#c084fc;font-weight:850}
.weather-foot{display:flex;justify-content:space-between;margin-top:12px;padding-top:10px;border-top:1px solid var(--line-soft);font-size:12px}

.football-card{grid-column:2;grid-row:1}
.weather-card{grid-column:1;grid-row:1}
.twitch-card-main{grid-column:3;grid-row:1}
.news-card{grid-column:1;grid-row:2}
.big-card{grid-column:2;grid-row:2}
.arcade-card{grid-column:3;grid-row:2}

.tabs{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-bottom:1px solid var(--line-soft)}
.tab{border:0;border-right:1px solid var(--line-soft);background:#090f17;color:#aab9cc;padding:11px 6px;font-size:11px;font-weight:850;cursor:pointer}
.tab:last-child{border-right:0}.tab:hover{color:white}.tab.active{color:#fff;background:linear-gradient(180deg,#151027,#0c111a);box-shadow:inset 0 -2px var(--purple)}
.football-inner{display:grid;grid-template-columns:1.05fr .95fr;gap:12px;padding:12px}
.item{display:grid;grid-template-columns:1fr auto;gap:8px;padding:8px 3px;border-bottom:1px solid var(--line-soft)}
.item:last-child{border-bottom:0}.score{font-weight:950;font-variant-numeric:tabular-nums}
.table-wrap{max-height:280px;overflow:auto}.standings{width:100%;border-collapse:collapse;font-size:11px}.standings th,.standings td{padding:6px 5px;border-bottom:1px solid var(--line-soft);text-align:left}.standings th{color:var(--muted);position:sticky;top:0;background:#0d141e}
.source{padding:0 12px 10px;text-align:right;color:#63758c;font-size:9px}

.news-list{padding:6px 14px 12px}
.news-item{display:block;padding:10px 0;border-bottom:1px solid var(--line-soft)}
.news-item:last-child{border-bottom:0}
.news-title{font-weight:760;font-size:13px}.news-title:hover{color:#d8b4fe}.news-meta{color:#71839a;font-size:10px;margin-top:3px}

.stream-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px;padding:10px}
.stream{background:#080e16;border:1px solid #24364c;border-radius:9px;overflow:hidden}
.stream-head{padding:9px 10px;font-weight:900}
.twitch-frame{display:block;width:100%;height:300px;border:0;background:#080b10}
.stream-link{display:flex;justify-content:center;margin:8px;border:1px solid rgba(168,85,247,.55);border-radius:7px;padding:7px;color:#c084fc;font-size:11px;font-weight:800}
.stream-link:hover{background:rgba(168,85,247,.09)}

.big-content{padding:14px}
.big-hero{display:flex;align-items:center;justify-content:center;min-height:128px;border:1px solid var(--line-soft);border-radius:9px;background:radial-gradient(circle,rgba(168,85,247,.08),transparent 65%)}
.big-mark{font-size:50px;font-weight:1000;letter-spacing:-.08em}
.big-mark span{color:var(--purple)}
.big-copy{text-align:center;color:var(--muted);margin-top:10px}
.big-link{display:flex;margin-top:12px;border:1px solid rgba(168,85,247,.55);border-radius:7px;padding:9px;justify-content:center;color:#c084fc;font-weight:800}

.arcade-card{border-color:rgba(168,85,247,.64);background:
  linear-gradient(rgba(124,58,237,.08) 1px,transparent 1px),
  linear-gradient(90deg,rgba(124,58,237,.08) 1px,transparent 1px),
  radial-gradient(circle at 50% 30%,rgba(124,58,237,.18),transparent 50%),#080b13;
  background-size:30px 30px,30px 30px,auto,auto
}
.arcade-body{padding:22px 18px;text-align:center}
.console-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:18px}
.console-icon{font-size:40px;filter:drop-shadow(0 0 15px rgba(168,85,247,.25))}
.console-name{font-weight:900;font-size:13px;margin-top:5px}
.console-count{font-size:11px;color:#a99aba}
.arcade-btn{display:flex;max-width:350px;margin:0 auto;justify-content:center;border-radius:8px;background:linear-gradient(90deg,var(--purple2),var(--purple));padding:11px;font-weight:950;box-shadow:0 8px 30px rgba(124,58,237,.25)}
.arcade-btn:hover{filter:brightness(1.1)}

.site-footer{display:flex;align-items:center;justify-content:center;gap:7px;color:#65758a;font-size:11px;padding-top:24px}.site-footer b{color:#c084fc}

.notice{border:1px dashed #3c4e67;border-radius:8px;padding:11px;color:var(--muted);font-size:12px}

.arcade-shell{width:min(1250px,calc(100% - 30px));margin:auto;padding:20px 0 40px}
.game-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}
.game-tile{border:1px solid var(--line);border-radius:10px;background:#0b111a;padding:15px;transition:.15s transform,.15s border-color}
.game-tile:hover{transform:translateY(-2px);border-color:var(--purple)}
.game-system{font-size:10px;color:#c084fc;text-transform:uppercase;letter-spacing:.11em;font-weight:900}
.game-title{font-weight:900;font-size:17px;margin:7px 0}
.game-play{font-size:11px;color:var(--muted)}
.login-card{max-width:450px;margin:80px auto 0;background:#0c121b;border:1px solid var(--line);border-radius:13px;padding:22px}
.login-input{width:100%;padding:12px;margin:6px 0 14px;background:#080c12;color:#fff;border:1px solid #27364a;border-radius:8px}
#game{width:100%;height:min(78vh,820px);background:#000;border-radius:12px;overflow:hidden}
.savebar{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0}

@media(max-width:1180px){
  .dashboard{grid-template-columns:1fr 1fr}
  .weather-card,.football-card,.twitch-card-main,.news-card,.big-card,.arcade-card{grid-column:auto;grid-row:auto}
  .football-card{grid-column:1/-1}
  .twitch-card-main{grid-column:1/-1}
}
@media(max-width:760px){
  .shell{width:min(100% - 16px,1540px)}
  .dashboard{grid-template-columns:1fr}
  .weather-card,.football-card,.twitch-card-main,.news-card,.big-card,.arcade-card{grid-column:1}
  .football-inner{grid-template-columns:1fr}.stream-grid{grid-template-columns:1fr}
  .weather-hours{grid-template-columns:repeat(3,1fr)}
  .site-header{align-items:flex-start}.brand{font-size:24px}
}

.big-results{display:grid;gap:6px}
.big-result{display:grid;grid-template-columns:27px 1fr;gap:9px;align-items:center;padding:8px 9px;border:1px solid var(--line-soft);border-radius:8px;background:#091019;font-size:12px}
.result-badge{display:grid;place-items:center;width:24px;height:24px;border-radius:6px;background:#263449;font-weight:950}
.result-badge.win{background:rgba(159,232,112,.14);color:#9fe870}
.result-badge.loss{background:rgba(251,75,101,.14);color:#fb7185}


/* =========================================================
   DERFELIKS.DE – DASHBOARD FINAL POLISH V6
   append-only overrides
   ========================================================= */

/* True three-column stacks with visible spacing and aligned bottoms */
.dashboard{
  display:grid;
  grid-template-columns:minmax(280px,.95fr) minmax(470px,1.35fr) minmax(390px,1fr);
  gap:12px;
  align-items:stretch;
}
.dashboard-column{
  display:flex !important;
  flex-direction:column;
  gap:12px !important;
  min-width:0;
  height:100%;
}
.dashboard-column > .card{
  flex:0 0 auto;
}
.dashboard-column > .card:last-child{
  flex:1 1 auto;
}

/* Remove legacy explicit card grid positions */
.weather-card,.football-card,.twitch-card-main,.news-card,.big-card,.arcade-card{
  grid-column:auto !important;
  grid-row:auto !important;
}

/* News – compact editorial list */
.news-card{
  display:flex;
  flex-direction:column;
  min-height:0;
}
.news-list{
  padding:8px 14px 4px;
}
.news-item{
  display:grid;
  grid-template-columns:4px minmax(0,1fr) 20px;
  gap:10px;
  align-items:center;
  padding:11px 4px;
  border-bottom:1px solid var(--line-soft);
  transition:background .15s ease,padding-left .15s ease;
}
.news-item:hover{
  background:rgba(168,85,247,.045);
  padding-left:8px;
}
.news-marker{
  width:3px;
  height:28px;
  border-radius:999px;
  background:linear-gradient(180deg,#c084fc,#7c3aed);
  opacity:.55;
}
.news-title{
  font-weight:780;
  font-size:13px;
  line-height:1.32;
}
.news-meta{
  color:#71839a;
  font-size:10px;
  margin-top:4px;
}
.news-arrow{
  color:#61758e;
  font-size:22px;
  line-height:1;
  text-align:right;
}
.news-item:hover .news-arrow{color:#c084fc}
.news-more{
  display:flex;
  justify-content:center;
  margin:8px 14px 13px;
  border:1px solid rgba(168,85,247,.55);
  border-radius:7px;
  padding:8px;
  color:#c084fc;
  font-size:11px;
  font-weight:850;
}
.news-more:hover{background:rgba(168,85,247,.08)}

/* Twitch – narrower cards + flatter video */
.stream-grid{
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:12px !important;
  padding:10px 12px 12px !important;
}
.stream{
  width:94%;
  margin:0 auto;
}
.stream-head{
  padding:8px 10px;
}
.twitch-frame{
  display:block;
  width:100%;
  height:185px !important;
  aspect-ratio:auto !important;
  border:0;
  background:#080b10;
}
.stream-link{
  margin:7px 8px 8px;
  padding:6px;
}

/* BIG – more visual hierarchy and breathing room */
.big-content{
  padding:16px !important;
}
.cs-next{
  padding:15px 16px !important;
  border:1px solid rgba(168,85,247,.32);
  border-radius:10px;
  background:
    radial-gradient(circle at 0 0,rgba(168,85,247,.09),transparent 42%),
    #091019;
}
.cs-kicker{
  color:#c084fc;
  font-size:10px;
  font-weight:950;
  letter-spacing:.09em;
  margin:0 0 10px !important;
}
.cs-matchline{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:16px !important;
  font-size:16px !important;
  margin-bottom:7px;
}
.cs-matchline strong{
  font-size:17px;
}
.cs-date{
  flex:0 0 auto;
  font-size:11px !important;
  font-weight:850;
  color:#d8e7f7;
  padding:5px 8px;
  border:1px solid #263449;
  border-radius:999px;
  background:#08101a;
}
.cs-next > .muted{
  display:block;
  margin-top:4px;
  line-height:1.5;
}
.cs-results-title{
  margin:18px 0 9px !important;
}
.big-results{
  display:grid;
  gap:8px !important;
}
.big-result{
  padding:10px 11px !important;
  border-radius:9px !important;
}
.big-link{
  margin-top:14px !important;
}

/* Football pane headings / equal heights */
.football-inner{
  align-items:stretch;
}
#football-list,#football-table{
  min-width:0;
  height:390px;
  display:flex;
  flex-direction:column;
  overflow:hidden;
}
.football-pane-title{
  flex:0 0 auto;
  height:28px;
  display:flex;
  align-items:center;
  padding:0 8px;
  border-bottom:1px solid var(--line-soft);
  color:#8eb8e8;
  font-size:10px;
  font-weight:950;
  letter-spacing:.08em;
}
.football-scroll,.table-wrap{
  flex:1 1 auto;
  min-height:0;
  overflow:auto;
}

/* Live football indicator */
.football-live-indicator{
  display:none;
  align-items:center;
  gap:7px;
  border:1px solid rgba(251,75,101,.55);
  border-radius:999px;
  padding:5px 9px;
  background:rgba(251,75,101,.08);
  color:#ff8294;
  font-size:10px;
  font-weight:950;
  letter-spacing:.08em;
}
.football-live-indicator.is-live{display:inline-flex}
.live-dot{
  width:8px;height:8px;border-radius:50%;
  background:var(--danger);
  animation:livePulse 1.5s infinite;
}
@keyframes livePulse{
  0%{box-shadow:0 0 0 0 rgba(251,75,101,.65)}
  70%{box-shadow:0 0 0 7px rgba(251,75,101,0)}
  100%{box-shadow:0 0 0 0 rgba(251,75,101,0)}
}
.item.is-live{
  margin:2px 3px;
  padding:8px 7px;
  border:1px solid rgba(251,75,101,.25);
  border-radius:8px;
  background:linear-gradient(90deg,rgba(251,75,101,.07),transparent 75%);
}
.live-score{color:#ff7185}
.live-label{
  display:inline-flex;
  align-items:center;
  gap:5px;
  color:#ff7185;
  font-size:10px;
  font-weight:950;
}
.live-label::before{
  content:"";
  width:6px;height:6px;border-radius:50%;
  background:var(--danger);
}

/* Responsive */
@media(max-width:1180px){
  .dashboard{grid-template-columns:1fr 1fr}
  .dashboard-center{grid-column:1/-1;grid-row:1}
  .dashboard-left{grid-column:1;grid-row:2}
  .dashboard-right{grid-column:2;grid-row:2}
  .dashboard-column > .card:last-child{flex:0 0 auto}
}
@media(max-width:760px){
  .dashboard{grid-template-columns:1fr}
  .dashboard-left,.dashboard-center,.dashboard-right{grid-column:1;grid-row:auto}
  .dashboard-center{order:1}.dashboard-left{order:2}.dashboard-right{order:3}
  .dashboard-column > .card:last-child{flex:0 0 auto}
  .twitch-frame{height:auto !important;aspect-ratio:16/9 !important}
  .stream{width:100%}
  #football-list,#football-table{height:360px}
  .cs-matchline{grid-template-columns:1fr;gap:7px !important}
  .cs-date{justify-self:start}
}


/* =========================================================
   VISUAL V7 — logos, thumbnails, right-column filler
   ========================================================= */

/* We no longer stretch Twitch itself. The quick card fills remaining space. */
.dashboard-column > .card:last-child{flex:1 1 auto}
.twitch-card-main{flex:0 0 auto !important}
.quick-card{flex:1 1 auto !important;display:flex;flex-direction:column}

/* News thumbnails */
.news-list{padding:5px 13px 3px}
.news-item{
  grid-template-columns:88px minmax(0,1fr) 18px !important;
  gap:11px !important;
  padding:9px 0 !important;
}
.news-marker{display:none}
.news-thumb{
  width:88px;
  height:52px;
  overflow:hidden;
  border-radius:7px;
  background:#0a111b;
  border:1px solid #1d2b3e;
  display:grid;
  place-items:center;
  color:#71839a;
}
.news-thumb img{
  width:100%;height:100%;object-fit:cover;display:block;
  transition:transform .18s ease,filter .18s ease;
}
.news-item:hover .news-thumb img{transform:scale(1.04);filter:brightness(1.07)}
.news-copy{min-width:0}
.news-title{font-size:12.5px;line-height:1.28}
.news-arrow{font-size:20px}

/* Football team logos */
.match-item{align-items:center}
.match-teams{display:grid;gap:3px;min-width:0}
.match-team-row{
  display:grid;
  grid-template-columns:24px minmax(0,1fr) auto;
  align-items:center;
  gap:7px;
  min-width:0;
}
.match-team-row.away{color:#9eb4ce}
.match-time{font-size:11px;white-space:nowrap}
.team-logo{
  width:24px;height:24px;
  display:grid;place-items:center;
  flex:0 0 auto;
}
.team-logo img{
  width:100%;height:100%;object-fit:contain;display:block;
}
.team-logo.fallback{
  border:1px solid #33445a;border-radius:50%;
  background:#0a111b;color:#9fb0c5;font-size:10px;font-weight:900
}
.team-logo.xs{width:18px;height:18px}
.standing-team{display:flex;align-items:center;gap:7px;min-width:0}
.standing-team > span:last-child{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

/* CS logos + compact visual result cards */
.cs-versus{
  display:grid;
  grid-template-columns:auto 32px auto minmax(170px,1fr);
  align-items:center;
  gap:13px;
}
.cs-team{display:flex;align-items:center;gap:9px;white-space:nowrap}
.cs-team-logo{
  width:42px;height:42px;
  display:grid;place-items:center;
}
.cs-team-logo.big{width:46px;height:46px}
.cs-team-logo.tiny{width:27px;height:27px}
.cs-team-logo img{width:100%;height:100%;object-fit:contain;display:block}
.cs-team-logo.fallback{
  border:1px solid #40516a;border-radius:10px;
  background:#0b1320;color:#d2dfef;font-weight:950
}
.cs-vs{color:#71839a;font-size:10px;font-weight:950}
.cs-schedule{
  justify-self:end;
  display:grid;
  gap:6px;
  text-align:right;
}
.cs-result-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px;
}
.cs-result-card{
  position:relative;
  min-width:0;
  border:1px solid #25364b;
  border-radius:9px;
  background:#091019;
  padding:9px;
  text-align:center;
  display:grid;
  gap:5px;
}
.cs-result-logos{
  display:flex;align-items:center;justify-content:center;gap:7px;
  font-weight:950;
}
.cs-result-card strong{
  font-size:11px;
  overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
}
.cs-result-card small{color:#72859b;font-size:9px}
.cs-result-card .result-badge{
  position:absolute;top:7px;left:7px;
  width:20px;height:20px;font-size:9px;
}

/* Compact Twitch, no stretch */
.stream{width:92%}
.twitch-frame{height:170px !important}

/* Quick links fills the former empty right-column space */
.quick-grid{
  flex:1;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:9px;
  padding:12px;
  align-content:start;
}
.quick-link{
  min-height:72px;
  display:grid;
  grid-template-columns:30px 1fr;
  grid-template-rows:auto auto;
  column-gap:9px;
  align-items:center;
  padding:10px;
  border:1px solid #24364c;
  border-radius:9px;
  background:#08101a;
  transition:border-color .15s,background .15s,transform .15s;
}
.quick-link > span{
  grid-row:1/3;
  font-size:20px;
  color:#c084fc;
  text-align:center;
}
.quick-link b{font-size:11px}
.quick-link small{font-size:9px;color:#71839a}
.quick-link:hover{
  border-color:rgba(168,85,247,.7);
  background:rgba(168,85,247,.055);
  transform:translateY(-1px);
}

@media(max-width:1180px){
  .quick-card{flex:0 0 auto !important}
}
@media(max-width:760px){
  .news-item{grid-template-columns:74px minmax(0,1fr) 16px !important}
  .news-thumb{width:74px;height:44px}
  .cs-versus{grid-template-columns:1fr 24px 1fr}
  .cs-schedule{grid-column:1/-1;justify-self:start;text-align:left}
  .cs-result-grid{grid-template-columns:1fr 1fr}
  .twitch-frame{height:auto !important;aspect-ratio:16/9 !important}
}


/* =========================================================
   CLEAN V8 — natural column heights, hidden football scrollbars,
   reliable news images, corrected BIG branding
   ========================================================= */

/* Natural height: no artificial bottom alignment / filler space */
.dashboard{
  align-items:start !important;
}
.dashboard-column{
  height:auto !important;
  align-self:start !important;
}
.dashboard-column > .card,
.dashboard-column > .card:last-child,
.news-card,
.big-card,
.twitch-card-main{
  flex:0 0 auto !important;
}
.quick-card{display:none !important}

/* Football stays scrollable with wheel/touch, but bars disappear */
.football-scroll,
.table-wrap,
#football-list,
#football-table{
  scrollbar-width:none;
  -ms-overflow-style:none;
}
.football-scroll::-webkit-scrollbar,
.table-wrap::-webkit-scrollbar,
#football-list::-webkit-scrollbar,
#football-table::-webkit-scrollbar{
  width:0 !important;
  height:0 !important;
  display:none !important;
}

/* News: make actual image tiles dominant */
.news-thumb{
  background:#0b121c;
}
.news-thumb img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
}
.news-thumb:has(img){
  border-color:#26384d;
}
.news-thumb:has(img) > span{display:none}

/* BIG branding: logo gets room for its real aspect ratio instead of a tiny square */
.cs-versus{
  grid-template-columns:minmax(115px,auto) 28px minmax(130px,auto) minmax(175px,1fr) !important;
}
.cs-team:first-child{
  min-width:115px;
}
.cs-team-logo.big{
  width:72px !important;
  height:46px !important;
}
.cs-team-logo.big img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
}
.cs-team-logo:not(.big):not(.tiny){
  width:44px !important;
  height:44px !important;
}
.cs-team strong{
  font-size:14px;
}
.cs-result-logos .cs-team-logo.tiny{
  width:30px !important;
  height:25px !important;
}
.cs-result-logos .cs-team-logo.tiny img{
  object-fit:contain;
}

/* Slightly cleaner CS match card */
.cs-next{
  padding:16px 18px !important;
}
.cs-kicker{
  margin-bottom:12px !important;
}
.cs-schedule{
  padding-left:8px;
}

/* Keep Twitch compact and let the page simply end after it */
.twitch-frame{
  height:170px !important;
}
.stream-grid{
  padding-bottom:12px !important;
}

@media(max-width:760px){
  .cs-versus{
    grid-template-columns:1fr 24px 1fr !important;
  }
  .cs-team:first-child{min-width:0}
  .cs-team-logo.big{width:58px !important;height:40px !important}
  .cs-schedule{grid-column:1/-1;padding-left:0}
}


/* =========================================================
   SPORTS V9 — football alignment + live priority + clean BIG
   ========================================================= */

/* Spieltag / Tabelle exakt gleich breit */
.football-inner{
  grid-template-columns:1fr 1fr !important;
  gap:12px !important;
}

/* Beide Bereiche identisch hoch und typografisch gleich */
#football-list,
#football-table{
  height:390px !important;
  min-height:390px !important;
}

.football-pane-title{
  height:32px !important;
  min-height:32px !important;
  padding:0 10px !important;
  font-size:11px !important;
  font-weight:950 !important;
  letter-spacing:.075em !important;
  color:#9cc6f4 !important;
  border-bottom:1px solid var(--line-soft) !important;
}

/* Gleiche Innenkante links/rechts */
#football-list .football-scroll,
#football-table .table-wrap{
  padding-top:0;
}

/* Ergebnis-Kacheln: W/L links oben, Logos sauber mittig */
.cs-result-card{
  position:relative;
  min-height:98px;
  padding:12px 10px 10px !important;
  display:flex !important;
  align-items:center;
  justify-content:center;
}

.cs-result-card .result-badge{
  position:absolute !important;
  top:8px !important;
  left:8px !important;
  width:21px !important;
  height:21px !important;
  border-radius:6px !important;
  font-size:9px !important;
  z-index:2;
}

.cs-result-main{
  width:100%;
  min-width:0;
  display:grid;
  gap:5px;
  justify-items:center;
  text-align:center;
}

.cs-result-team{
  min-height:34px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
}

.cs-result-score{
  font-size:14px;
  font-weight:950;
  color:#eef4ff;
  white-space:nowrap;
}

.cs-result-team .cs-team-logo.tiny{
  width:32px !important;
  height:30px !important;
  display:grid;
  place-items:center;
}

.cs-result-team .cs-team-logo.tiny img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
}

.cs-result-main > strong{
  font-size:11px !important;
  line-height:1.2;
  max-width:100%;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.cs-result-main > small{
  color:#74879d;
  font-size:9px;
}

/* BIG-Hauptlogo nicht quetschen */
.cs-team-big .cs-team-logo.big{
  width:74px !important;
  height:48px !important;
}
.cs-team-big .cs-team-logo.big img{
  object-fit:contain !important;
}

/* etwas mehr Luft im BIG-Bereich */
.cs-results-title{
  margin-top:18px !important;
  margin-bottom:10px !important;
}

@media(max-width:760px){
  .football-inner{
    grid-template-columns:1fr !important;
  }
  #football-list,
  #football-table{
    height:360px !important;
    min-height:360px !important;
  }
}


/* =========================================================
   SPORTS V10 — football pane parity + live minute + clean BIG mark
   ========================================================= */

/* Two true equal sub-panels, so the lower edges visually align. */
.football-inner{
  grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;
  align-items:stretch !important;
}
#football-list,
#football-table{
  box-sizing:border-box !important;
  height:402px !important;
  min-height:402px !important;
  max-height:402px !important;
  border:1px solid rgba(148,163,184,.13);
  border-radius:8px;
  background:rgba(8,14,22,.34);
  overflow:hidden !important;
}

/* Identical pane titles — same baseline, size, weight and padding. */
#football-list > .football-pane-title,
#football-table > .football-pane-title{
  display:flex !important;
  align-items:center !important;
  height:34px !important;
  min-height:34px !important;
  padding:0 11px !important;
  margin:0 !important;
  font-size:11px !important;
  line-height:1 !important;
  font-weight:900 !important;
  letter-spacing:.075em !important;
  color:#9cc6f4 !important;
  text-transform:uppercase !important;
  border-bottom:1px solid var(--line-soft) !important;
}

/* Scroll internally but never show bars. */
#football-list .football-scroll,
#football-table .table-wrap{
  height:calc(100% - 34px) !important;
  max-height:none !important;
  overflow:auto !important;
  scrollbar-width:none;
  -ms-overflow-style:none;
}
#football-list .football-scroll::-webkit-scrollbar,
#football-table .table-wrap::-webkit-scrollbar{
  display:none !important;
  width:0 !important;
  height:0 !important;
}

/* Keep table typography on the same visual scale as fixtures. */
.standings{
  font-size:11px !important;
}
.standings th,
.standings td{
  font-size:11px !important;
  line-height:1.25 !important;
}

/* Live minute label stays compact. */
.live-label{
  white-space:nowrap;
  font-size:9px !important;
}

/* One consistent BIG logo asset everywhere. */
.official-big{
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
}
.official-big img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
}

/* Result badge has its own clear corner; BIG mark is centered in content. */
.cs-result-card{
  position:relative;
  overflow:hidden;
}
.cs-result-card > .result-badge{
  top:8px !important;
  left:8px !important;
  transform:none !important;
  margin:0 !important;
}
.cs-result-main{
  padding-top:4px;
}
.cs-result-team{
  padding-left:22px;
  padding-right:4px;
}
.cs-result-team .official-big{
  width:34px !important;
  height:34px !important;
  margin:0 !important;
  transform:none !important;
}
.cs-result-team .official-big img{
  transform:none !important;
}
.cs-team-big .official-big{
  width:62px !important;
  height:56px !important;
}

@media(max-width:760px){
  #football-list,
  #football-table{
    height:370px !important;
    min-height:370px !important;
    max-height:370px !important;
  }
}


/* =========================================================
   SPORTS V11 — newest football first + BIG layout hard reset
   ========================================================= */

/* BIG next match: stable grid, nothing overlaps the section below */
.cs-next{
  overflow:hidden !important;
  padding:15px 17px !important;
}
.cs-versus{
  display:grid !important;
  grid-template-columns:minmax(105px,auto) 28px minmax(130px,auto) 1fr !important;
  align-items:center !important;
  gap:12px !important;
  min-height:58px;
}
.cs-team{
  display:flex !important;
  align-items:center !important;
  gap:9px !important;
  min-width:0;
}
.cs-team-big{
  min-width:105px !important;
}
.cs-team-big .official-big{
  width:54px !important;
  height:54px !important;
  flex:0 0 54px !important;
  margin:0 !important;
  padding:0 !important;
  position:static !important;
  transform:none !important;
}
.cs-team-big .official-big img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  position:static !important;
  transform:none !important;
}
.cs-vs{
  display:block !important;
  position:static !important;
  transform:none !important;
  text-align:center;
}
.cs-schedule{
  justify-self:end !important;
  align-self:center !important;
  position:static !important;
  transform:none !important;
}

/* Results title always gets a clean line of its own */
.cs-results-title{
  display:block !important;
  clear:both !important;
  margin:16px 0 9px !important;
  position:static !important;
}

/* Result cards: fixed three-row structure */
.cs-result-grid{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:8px !important;
}
.cs-result-card{
  position:relative !important;
  display:block !important;
  min-height:96px !important;
  padding:10px 8px 8px !important;
  overflow:hidden !important;
}
.cs-result-card > .result-badge{
  position:absolute !important;
  top:8px !important;
  left:8px !important;
  width:21px !important;
  height:21px !important;
  margin:0 !important;
  transform:none !important;
}
.cs-result-main{
  display:grid !important;
  grid-template-rows:38px 18px 13px !important;
  align-items:center !important;
  justify-items:center !important;
  gap:3px !important;
  width:100% !important;
  padding:0 0 0 17px !important;
  margin:0 !important;
}
.cs-result-team{
  display:grid !important;
  grid-template-columns:34px auto 34px !important;
  align-items:center !important;
  justify-content:center !important;
  gap:6px !important;
  width:auto !important;
  min-height:38px !important;
  padding:0 !important;
  margin:0 !important;
}
.cs-result-team .cs-team-logo{
  display:grid !important;
  place-items:center !important;
  width:34px !important;
  height:34px !important;
  margin:0 !important;
  padding:0 !important;
  position:static !important;
  transform:none !important;
}
.cs-result-team .cs-team-logo img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
  margin:0 !important;
  position:static !important;
  transform:none !important;
}
.cs-result-score{
  display:block !important;
  min-width:30px;
  text-align:center;
  font-size:13px !important;
  line-height:1 !important;
}
.cs-result-main > strong{
  display:block !important;
  width:100%;
  text-align:center;
  line-height:18px !important;
  margin:0 !important;
}
.cs-result-main > small{
  display:block !important;
  line-height:13px !important;
  margin:0 !important;
}

/* Link gets clear separation from cards */
.big-link{
  display:flex !important;
  margin-top:14px !important;
}

@media(max-width:760px){
  .cs-result-grid{grid-template-columns:1fr 1fr !important}
  .cs-versus{grid-template-columns:1fr 24px 1fr !important}
  .cs-schedule{grid-column:1/-1;justify-self:start !important}
}


/* =========================================================
   SPORTS V12 — football relevance + BIG logo alignment
   ========================================================= */

/* Next match BIG logo: smaller, centered, never clipped */
.cs-next{
  overflow:visible !important;
}
.cs-versus{
  min-height:66px !important;
}
.cs-team-big{
  align-self:center !important;
  min-height:58px !important;
}
.cs-team-big .official-big{
  width:50px !important;
  height:50px !important;
  flex:0 0 50px !important;
  align-self:center !important;
  overflow:visible !important;
}
.cs-team-big .official-big img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center center !important;
  transform:none !important;
}
.cs-team-big strong{
  align-self:center !important;
}

/* Results: one shared logo line and exact vertical alignment */
.cs-result-main{
  grid-template-rows:40px 18px 13px !important;
  align-content:center !important;
}
.cs-result-team{
  display:grid !important;
  grid-template-columns:32px 34px 32px !important;
  height:40px !important;
  min-height:40px !important;
  align-items:center !important;
  justify-items:center !important;
  gap:6px !important;
  padding:0 !important;
}
.cs-result-team .cs-team-logo,
.cs-result-team .cs-team-logo.tiny,
.cs-result-team .official-big{
  width:32px !important;
  height:32px !important;
  min-width:32px !important;
  min-height:32px !important;
  margin:0 !important;
  padding:0 !important;
  align-self:center !important;
  justify-self:center !important;
  position:static !important;
  transform:none !important;
}
.cs-result-team .cs-team-logo img,
.cs-result-team .official-big img{
  display:block !important;
  width:30px !important;
  height:30px !important;
  object-fit:contain !important;
  object-position:center center !important;
  margin:auto !important;
  position:static !important;
  transform:none !important;
}
.cs-result-score{
  align-self:center !important;
  justify-self:center !important;
  line-height:1 !important;
  margin:0 !important;
}


/* =========================================================
   SPORTS V13 — BIG rebuilt from scratch + sane football order
   ========================================================= */

/* -------- NEXT MATCH -------- */
.cs-next-v13{
  border:1px solid rgba(168,85,247,.42);
  border-radius:10px;
  background:#091019;
  padding:14px 16px 15px;
  overflow:hidden;
}
.cs-next-v13 .cs-kicker{
  margin:0 0 12px !important;
}

.cs-next-row{
  display:grid;
  grid-template-columns:118px 28px 160px minmax(170px,1fr);
  align-items:center;
  gap:12px;
  min-height:62px;
}

.cs-next-team{
  display:grid;
  grid-template-columns:56px minmax(0,1fr);
  align-items:center;
  gap:9px;
  min-width:0;
}

.cs-next-logo-box{
  width:56px;
  height:56px;
  display:grid;
  place-items:center;
  overflow:hidden;
}

.cs-next-logo-box img,
.cs-next-big-logo{
  display:block;
  width:48px;
  height:48px;
  object-fit:contain;
  object-position:center;
  margin:0;
}

.cs-next-big-logo{
  transform:none !important;
  position:static !important;
}

.cs-next-logo-box.opponent{
  border:1px solid #33445a;
  border-radius:10px;
  background:#0a111b;
}

.cs-logo-fallback{
  display:grid;
  place-items:center;
  width:100%;
  height:100%;
  color:#dbe8f7;
  font-weight:950;
  font-size:14px;
}

.cs-next-team strong{
  font-size:13px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.cs-next-vs{
  text-align:center;
  color:#71839a;
  font-size:10px;
  font-weight:950;
}

.cs-next-meta{
  justify-self:end;
  display:grid;
  gap:7px;
  text-align:right;
  min-width:0;
}

/* -------- RECENT RESULTS -------- */
.cs-result-grid-v13{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px;
}

.cs-result-card-v13{
  position:relative;
  border:1px solid #25364b;
  border-radius:9px;
  background:#091019;
  min-height:98px;
  padding:10px 8px 8px;
  display:grid;
  grid-template-rows:40px 18px 13px;
  gap:4px;
  align-items:center;
  justify-items:center;
  overflow:hidden;
}

.cs-result-card-v13 > .result-badge{
  position:absolute;
  top:8px;
  left:8px;
  width:21px;
  height:21px;
  margin:0;
  transform:none;
}

.cs-result-row{
  display:grid;
  grid-template-columns:34px 34px 34px;
  align-items:center;
  justify-content:center;
  gap:7px;
  height:40px;
  margin:0;
}

.cs-result-logo-box{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  overflow:hidden;
}

.cs-result-logo-box img,
.cs-result-big-logo{
  display:block;
  width:30px;
  height:30px;
  object-fit:contain;
  object-position:center;
  margin:0;
  padding:0;
  transform:none !important;
  position:static !important;
}

.cs-result-score{
  width:34px;
  text-align:center;
  font-size:13px;
  line-height:1;
  font-weight:950;
  color:#eef4ff;
}

.cs-result-opponent{
  width:100%;
  text-align:center;
  font-size:11px;
  line-height:18px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.cs-result-date{
  color:#74879d;
  font-size:9px;
  line-height:13px;
}

/* Explicitly neutralize legacy BIG-logo geometry inside v13 components */
.cs-next-v13 .official-big,
.cs-result-card-v13 .official-big,
.cs-next-v13 .cs-team-logo,
.cs-result-card-v13 .cs-team-logo{
  all:unset;
}

@media(max-width:760px){
  .cs-next-row{
    grid-template-columns:1fr 24px 1fr;
  }
  .cs-next-meta{
    grid-column:1/-1;
    justify-self:start;
    text-align:left;
  }
  .cs-result-grid-v13{
    grid-template-columns:1fr 1fr;
  }
}


/* =========================================================
   SPORTS V14 — clean W/L placement
   ========================================================= */

.cs-result-card-v13{
  grid-template-rows:18px 40px 18px 13px !important;
  min-height:112px !important;
  padding:8px 8px 8px !important;
}

/* W/L no longer floats over the BIG logo */
.cs-result-card-v13 > .result-badge{
  position:static !important;
  grid-row:1 !important;
  justify-self:start !important;
  align-self:center !important;
  width:auto !important;
  min-width:22px !important;
  height:18px !important;
  padding:0 7px !important;
  margin:0 !important;
  border-radius:5px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  font-size:9px !important;
  line-height:1 !important;
  font-weight:950 !important;
  transform:none !important;
}

/* Logo/score/opponent row gets its own untouched line */
.cs-result-row{
  grid-row:2 !important;
  align-self:center !important;
}

.cs-result-opponent{
  grid-row:3 !important;
}

.cs-result-date{
  grid-row:4 !important;
}


/* =========================================================
   SPORTS V15 — centered W/L badge
   ========================================================= */

.cs-result-card-v13 > .result-badge{
  position:static !important;
  grid-row:1 !important;
  justify-self:center !important;
  align-self:center !important;
  width:22px !important;
  min-width:22px !important;
  height:18px !important;
  padding:0 !important;
  margin:0 auto !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  transform:none !important;
}


/* =========================================================
   MOBILE V16 — fixed football tables + Arcade first
   ========================================================= */

@media(max-width:760px){

  /* Flatten the three desktop columns so individual cards can be ordered
     without changing the desktop DOM/layout. */
  .dashboard{
    display:flex !important;
    flex-direction:column !important;
    gap:12px !important;
  }

  .dashboard-left,
  .dashboard-center,
  .dashboard-right{
    display:contents !important;
  }

  /* Same previous mobile sequence, except Arcade moves to the very top. */
  .arcade-card{order:1 !important}
  .football-card{order:2 !important}
  .big-card{order:3 !important}
  .weather-card{order:4 !important}
  .news-card{order:5 !important}
  .twitch-card-main{order:6 !important}

  /* Football table: vertical scrolling only. */
  #football-table,
  #football-table .table-wrap{
    width:100% !important;
    max-width:100% !important;
    overflow-x:hidden !important;
    overscroll-behavior-x:none;
    touch-action:pan-y;
  }

  .standings{
    width:100% !important;
    max-width:100% !important;
    table-layout:fixed !important;
  }

  .standings th,
  .standings td{
    min-width:0 !important;
    max-width:none !important;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
  }

  /* Give numeric columns fixed compact widths, leaving the team column flexible. */
  .standings th:nth-child(1),
  .standings td:nth-child(1){width:28px !important}

  .standings th:nth-child(3),
  .standings td:nth-child(3){width:34px !important;text-align:center}

  .standings th:nth-child(4),
  .standings td:nth-child(4){width:34px !important;text-align:center}

  .standings th:nth-child(5),
  .standings td:nth-child(5){width:34px !important;text-align:center}

  .standing-team{
    min-width:0 !important;
    max-width:100% !important;
    overflow:hidden;
  }

  .standing-team > span:last-child{
    min-width:0 !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
    white-space:nowrap !important;
  }
}


/* =========================================================
   MOBILE V17 — full-width cards + readable football
   ========================================================= */

@media(max-width:760px){

  /* Every card must fill the viewport width equally. */
  .dashboard{
    width:100% !important;
    align-items:stretch !important;
  }

  .weather-card,
  .football-card,
  .big-card,
  .news-card,
  .arcade-card,
  .twitch-card-main{
    width:100% !important;
    max-width:none !important;
    min-width:0 !important;
    margin-left:0 !important;
    margin-right:0 !important;
    align-self:stretch !important;
  }

  /* Football: on phones, stack matchday and table.
     Side-by-side is what caused clipped team names and overlapping dates. */
  .football-inner{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:12px !important;
    padding:12px !important;
  }

  #football-list,
  #football-table{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    height:360px !important;
    min-height:360px !important;
    max-height:360px !important;
  }

  /* Fixtures get the full width, so weekday/time no longer collides
     with the away-team name. */
  .match-item{
    grid-template-columns:minmax(0,1fr) auto !important;
    gap:10px !important;
  }

  .match-teams{
    min-width:0 !important;
  }

  .match-team-row{
    grid-template-columns:24px minmax(0,1fr) !important;
    column-gap:8px !important;
    row-gap:2px !important;
  }

  .match-team-row.away{
    grid-template-columns:24px minmax(0,1fr) auto !important;
  }

  .match-team-row b,
  .match-team-row > span:nth-child(2){
    min-width:0 !important;
    overflow:visible !important;
    text-overflow:clip !important;
    white-space:normal !important;
  }

  .match-time{
    white-space:nowrap !important;
    font-size:10px !important;
    margin-left:8px;
  }

  /* Table: give the team column the room it needs.
     Numeric columns stay compact. */
  .standings{
    width:100% !important;
    max-width:100% !important;
    table-layout:auto !important;
  }

  .standings th:nth-child(1),
  .standings td:nth-child(1){
    width:28px !important;
    min-width:28px !important;
  }

  .standings th:nth-child(3),
  .standings td:nth-child(3),
  .standings th:nth-child(4),
  .standings td:nth-child(4),
  .standings th:nth-child(5),
  .standings td:nth-child(5){
    width:34px !important;
    min-width:34px !important;
    text-align:center !important;
  }

  .standings th:nth-child(2),
  .standings td:nth-child(2){
    width:auto !important;
    min-width:0 !important;
  }

  .standing-team{
    width:100% !important;
    min-width:0 !important;
    overflow:visible !important;
  }

  .standing-team > span:last-child{
    overflow:visible !important;
    text-overflow:clip !important;
    white-space:nowrap !important;
  }

  /* Still no horizontal dragging. */
  #football-table,
  #football-table .table-wrap,
  #football-list,
  #football-list .football-scroll{
    overflow-x:hidden !important;
    touch-action:pan-y !important;
    overscroll-behavior-x:none !important;
  }
}


/* MOBILE V18 — scheduled match time appears only once */
@media(max-width:760px){
  .match-clock{display:none !important}
  .match-day{display:inline !important}
  .match-time{
    margin-left:8px !important;
    min-width:24px;
    text-align:right;
  }
}


/* FOOTBALL V19 — kickoff shown once */
.scheduled-score{display:inline-flex;align-items:center;gap:4px;white-space:nowrap}
.score-day{display:none}
.match-day-lower{font-size:10px;white-space:nowrap;margin-left:8px}

@media(max-width:760px){
  /* Smartphone: day + time together on the right, never diagonally in team text */
  .score-day{display:inline !important;color:#8fa2ba;font-size:9px;font-weight:700}
  .scheduled-score{gap:5px !important;align-items:baseline}
  .match-day-lower{display:none !important}

  .match-team-row.away{
    grid-template-columns:24px minmax(0,1fr) !important;
  }
}


/* FOOTBALL V20 — one clean kickoff label */
.scheduled-score{
  display:inline-block !important;
  white-space:nowrap !important;
  font-size:11px !important;
  line-height:1 !important;
  font-weight:800 !important;
  color:#dce9f7 !important;
}
.match-day-lower,
.score-day,
.score-kickoff{
  display:none !important;
}

@media(max-width:760px){
  .scheduled-score{
    font-size:10px !important;
  }
  .match-team-row.away{
    grid-template-columns:24px minmax(0,1fr) !important;
  }
}


/* V22 — scrollbars invisible sitewide; scrolling remains enabled */
html, body, * {
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar,
*::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
  display: none !important;
}


/* =========================================================
   KRAFTIS.DE LIVE TILE
   ========================================================= */
.kraftis-card{
  display:block;
  flex:0 0 auto !important;
  overflow:hidden;
  color:inherit;
  text-decoration:none;
  border-color:rgba(168,85,247,.34);
  transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease;
}
.kraftis-card:hover{
  border-color:rgba(168,85,247,.9);
  transform:translateY(-1px);
  box-shadow:0 12px 32px rgba(124,58,237,.16);
}
.kraftis-live-dot{
  width:7px;height:7px;border-radius:50%;
  background:#fb4b65;
  box-shadow:0 0 0 3px rgba(251,75,101,.12),0 0 12px rgba(251,75,101,.55);
}
.kraftis-live-label{
  color:#ff7185;
  font-size:10px;
  font-weight:950;
  letter-spacing:.08em;
}
.kraftis-preview{
  position:relative;
  overflow:hidden;
  aspect-ratio:16/9;
  background:#05080d;
}
.kraftis-preview img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.kraftis-hover{
  position:absolute;
  inset:auto 10px 10px 10px;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  border:1px solid rgba(168,85,247,.72);
  border-radius:7px;
  background:rgba(5,8,13,.78);
  backdrop-filter:blur(7px);
  color:#d8b4fe;
  font-size:11px;
  font-weight:900;
  opacity:0;
  transform:translateY(5px);
  transition:opacity .18s ease,transform .18s ease;
}
.kraftis-card:hover .kraftis-hover,
.kraftis-card:focus-visible .kraftis-hover{
  opacity:1;
  transform:translateY(0);
}
@media(max-width:760px){
  .kraftis-hover{opacity:1;transform:none}
}


/* KRAFTIS.DE tile — minimal live watermark */
.kraftis-card{
  padding:0 !important;
}
.kraftis-card .card-title{
  display:none !important;
}
.kraftis-preview{
  aspect-ratio:16/9;
  border-radius:inherit;
}
.kraftis-hover{
  display:none !important;
}
.kraftis-watermark{
  position:absolute;
  left:9px;
  bottom:7px;
  z-index:3;
  padding:3px 6px;
  border-radius:4px;
  background:rgba(4,7,12,.48);
  color:rgba(255,255,255,.78);
  font-size:10px;
  font-weight:750;
  letter-spacing:.02em;
  line-height:1.2;
  backdrop-filter:blur(3px);
  pointer-events:none;
}
