.tn-live-page{background:var(--tn-surface);border:1px solid var(--tn-line);border-radius:var(--tn-radius);padding:30px;box-shadow:var(--tn-shadow)}
.tn-live-page h1{font-family:Georgia,serif;font-size:38px;line-height:1.1;margin:0 0 10px}
.tn-page-lead{color:var(--tn-muted);margin:0 0 24px}
.tn-live-table{border-top:1px solid var(--tn-line)}
.tn-live-row{display:grid;grid-template-columns:55px minmax(0,1fr) 150px 130px 80px;gap:16px;align-items:center;padding:16px 4px;border-bottom:1px solid var(--tn-line)}
.tn-live-row b{font-family:Georgia,serif;font-size:18px}
.tn-live-row span{min-width:0}
.tn-live-row small{display:block;color:var(--tn-muted);margin-top:3px}
.tn-live-row:hover{background:#fbf7ef}
.tn-search-results{border-top:1px solid var(--tn-line);margin-bottom:28px}
.tn-search-results a{display:flex;justify-content:space-between;gap:20px;padding:14px 4px;border-bottom:1px solid var(--tn-line)}
.tn-search-results span{color:var(--tn-muted);font-size:13px}
.tn-game-stats{display:flex;gap:22px;flex-wrap:wrap;background:#f7f1e5;border:1px solid var(--tn-line);border-radius:12px;padding:16px;margin:20px 0 28px}
.tn-blogger-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.tn-live-empty{padding:20px 0;color:var(--tn-muted)}
@media(max-width:760px){
 .tn-live-page{padding:20px}
 .tn-live-page h1{font-size:30px}
 .tn-live-row{grid-template-columns:35px minmax(0,1fr);gap:10px}
 .tn-live-row>span:nth-child(n+3){display:none}
 .tn-search-results a{display:block}
 .tn-search-results span{display:block;margin-top:4px}
 .tn-blogger-grid{grid-template-columns:1fr}
}

/* Frontend 1.0.3 homepage safety */
.tn-rank-info{min-width:0 !important;display:flex !important;flex-direction:column !important;justify-content:center !important;align-items:flex-start !important;}
.tn-ranking-row .tn-rank-info .tn-game-title{display:block !important;position:static !important;width:auto !important;height:auto !important;visibility:visible !important;opacity:1 !important;}
.tn-ranking-row .tn-rank-info .tn-meta{display:block !important;position:static !important;width:auto !important;height:auto !important;visibility:visible !important;opacity:1 !important;}


/* Frontend 1.0.4 — isolated homepage layout. These classes intentionally do not
   reuse the theme's generic card/ranking selectors. */
.tn-home-rank-row{
 display:flex !important; align-items:center !important; width:100% !important;
 height:100px !important; min-height:100px !important; max-height:100px !important;
 box-sizing:border-box !important; border-top:1px solid var(--tn-line) !important;
 margin:0 !important; padding:10px 0 !important; gap:15px !important;
 overflow:visible !important; position:relative !important; text-decoration:none !important;
}
.tn-home-rank-place{width:38px !important;flex:0 0 38px !important;text-align:center !important;font:20px Georgia,serif !important;color:#9A9388 !important;}
.tn-home-rank-cover{width:70px !important;height:70px !important;flex:0 0 70px !important;display:block !important;overflow:hidden !important;border-radius:9px !important;background:#d8c7a7 !important;box-shadow:0 2px 8px rgba(0,0,0,.10) !important;}
.tn-home-rank-cover img{display:block !important;width:100% !important;height:100% !important;object-fit:cover !important;}
.tn-home-rank-info{min-width:0 !important;flex:1 1 auto !important;display:flex !important;flex-direction:column !important;justify-content:center !important;align-items:flex-start !important;position:static !important;transform:none !important;}
.tn-home-rank-title{display:block !important;position:static !important;visibility:visible !important;opacity:1 !important;width:auto !important;height:auto !important;margin:0 0 5px !important;font:700 19px/1.15 Georgia,"Times New Roman",serif !important;color:#202020 !important;white-space:normal !important;}
.tn-home-rank-meta{display:block !important;position:static !important;visibility:visible !important;opacity:1 !important;width:auto !important;height:auto !important;margin:0 !important;font:12px/1.3 Inter,Arial,sans-serif !important;color:var(--tn-muted) !important;white-space:normal !important;}
.tn-home-rank-points{width:100px !important;flex:0 0 100px !important;text-align:right !important;font:800 15px/1.2 Inter,Arial,sans-serif !important;color:#202020 !important;}
.tn-home-rank-dynamic{width:70px !important;flex:0 0 70px !important;text-align:right !important;font:700 12px/1.2 Inter,Arial,sans-serif !important;color:var(--tn-green) !important;}
.tn-home-top-cards{display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:14px !important;width:100% !important;margin:0 !important;padding:0 !important;}
.tn-home-top-card{display:block !important;position:relative !important;width:auto !important;min-width:0 !important;box-sizing:border-box !important;overflow:hidden !important;background:var(--tn-surface) !important;border:1px solid var(--tn-line) !important;border-radius:15px !important;padding:16px !important;box-shadow:var(--tn-shadow) !important;text-decoration:none !important;}
.tn-home-top-kicker,.tn-home-top-title,.tn-home-top-meta{position:static !important;display:block !important;transform:none !important;}
.tn-home-top-title{margin:8px 0 !important;font:700 19px/1.15 Georgia,serif !important;}
.tn-home-top-meta{margin:0 !important;font:12px/1.3 Inter,Arial,sans-serif !important;color:var(--tn-muted) !important;}
.tn-home-top-games{display:flex !important;position:static !important;gap:5px !important;margin:13px 0 0 !important;width:100% !important;height:54px !important;min-height:54px !important;align-items:flex-start !important;}
.tn-home-top-cover{display:block !important;position:static !important;width:42px !important;height:54px !important;flex:0 0 42px !important;object-fit:cover !important;border-radius:6px !important;background:#ddd !important;transform:none !important;}
@media(max-width:760px){
 .tn-home-rank-row{height:77px !important;min-height:77px !important;max-height:77px !important;gap:10px !important;}
 .tn-home-rank-place{width:28px !important;flex-basis:28px !important;}
 .tn-home-rank-cover{width:55px !important;height:55px !important;flex-basis:55px !important;}
 .tn-home-rank-points,.tn-home-rank-dynamic{display:none !important;}
 .tn-home-top-cards{grid-template-columns:1fr !important;}
}

/* 1.0.5 — stable homepage top-card markup. The cover strip is now nested
   inside a dedicated visual wrapper to prevent grid/flex leakage from theme styles. */
body .tn-home-top-cards > a.tn-home-top-card{
  display:flex !important;
  flex-direction:row !important;
  align-items:center !important;
  gap:16px !important;
  width:100% !important;
  height:150px !important;
  min-height:150px !important;
  max-height:150px !important;
  padding:16px !important;
  box-sizing:border-box !important;
  overflow:hidden !important;
}
body .tn-home-top-cards > a.tn-home-top-card .tn-home-top-visual{
  display:flex !important;
  align-items:flex-start !important;
  flex:0 0 82px !important;
  width:82px !important;
  height:82px !important;
  min-width:82px !important;
  min-height:82px !important;
  overflow:hidden !important;
}
body .tn-home-top-cards > a.tn-home-top-card .tn-home-top-games{
  display:flex !important;
  flex-direction:row !important;
  align-items:flex-start !important;
  gap:4px !important;
  width:auto !important;
  height:82px !important;
  min-height:82px !important;
  margin:0 !important;
  padding:0 !important;
  overflow:hidden !important;
  flex:0 0 auto !important;
}
body .tn-home-top-cards > a.tn-home-top-card .tn-home-top-cover{
  display:block !important;
  position:static !important;
  width:82px !important;
  height:82px !important;
  min-width:82px !important;
  max-width:82px !important;
  min-height:82px !important;
  max-height:82px !important;
  flex:0 0 82px !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  border-radius:9px !important;
  object-fit:cover !important;
}
body .tn-home-top-cards > a.tn-home-top-card .tn-home-top-content{
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  align-items:flex-start !important;
  min-width:0 !important;
  flex:1 1 auto !important;
  height:100% !important;
}
body .tn-home-top-cards > a.tn-home-top-card .tn-home-top-kicker,
body .tn-home-top-cards > a.tn-home-top-card .tn-home-top-title,
body .tn-home-top-cards > a.tn-home-top-card .tn-home-top-meta{
  grid-column:auto !important;
  grid-row:auto !important;
  position:static !important;
  width:auto !important;
  height:auto !important;
}
body .tn-home-top-cards > a.tn-home-top-card .tn-home-top-kicker{
  margin:0 0 7px !important;
  font-size:11px !important;
  line-height:1.2 !important;
}
body .tn-home-top-cards > a.tn-home-top-card .tn-home-top-title{
  margin:0 0 7px !important;
  font:700 19px/1.15 Georgia,"Times New Roman",serif !important;
  white-space:normal !important;
}
body .tn-home-top-cards > a.tn-home-top-card .tn-home-top-meta{
  margin:0 !important;
  font:12px/1.3 Inter,Arial,sans-serif !important;
  color:var(--tn-muted) !important;
}
@media(max-width:1120px){
 body .tn-home-top-cards{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
}
@media(max-width:760px){
 body .tn-home-top-cards{grid-template-columns:1fr !important;}
 body .tn-home-top-cards > a.tn-home-top-card{height:120px !important;min-height:120px !important;max-height:120px !important;gap:12px !important;}
 body .tn-home-top-cards > a.tn-home-top-card .tn-home-top-visual{flex-basis:65px !important;width:65px !important;height:65px !important;min-width:65px !important;min-height:65px !important;}
 body .tn-home-top-cards > a.tn-home-top-card .tn-home-top-games{height:65px !important;min-height:65px !important;}
 body .tn-home-top-cards > a.tn-home-top-card .tn-home-top-cover{width:65px !important;height:65px !important;min-width:65px !important;max-width:65px !important;min-height:65px !important;max-height:65px !important;flex-basis:65px !important;}
}
