
:root {
  --bg: #0c0e1b;
  --panel: #14172a;
  --panel-soft: #1c2039;
  --text: #f7f9ff;
  --muted: #aeb4d2;
  --gold: #7657ff;
  --gold-2: #cbbfff;
  --green: #9b5cff;
  --deep: #090b16;
  --line: rgba(130, 104, 255, .28);
  --content: #111426;
  --body: #e9ecff;
  --max: 1360px;
  --radius: 16px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; background: var(--bg); }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--body);
  background: linear-gradient(180deg, #0a0c18, #12162a 42%, #0a0c18);
  line-height: 1.65;
  text-rendering: optimizeSpeed;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 12% 0%, rgba(109, 76, 255, .26), transparent 30%),
    radial-gradient(circle at 82% 7%, rgba(208, 54, 255, .16), transparent 34%),
    #0c0e1b;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
.thf26es-site-header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(10, 12, 24, .9);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 12px 34px rgba(0,0,0,.38);
}
.thf26es-header-inner {
  min-height: 70px; width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; gap: 18px;
}
.thf26es-logo { flex: 0 0 auto; }
.thf26es-logo img { width: 206px; max-height: 48px; object-fit: contain; }
.thf26es-site-nav { display: flex; align-items: center; gap: 7px; font-size: 11px; font-weight: 800; text-transform: uppercase; color: var(--text); flex: 1 1 auto; flex-wrap: nowrap; justify-content: center; min-width: 0; }
.thf26es-site-nav a { text-decoration: none; white-space: nowrap; padding: 8px 10px; border-radius: 10px; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.055); transition: .2s ease; }
.thf26es-site-nav a:hover, .thf26es-site-nav a[aria-current="page"] { background: rgba(118,87,255,.2); border-color: rgba(154,126,255,.38); color: #fff; }
.thf26es-header-actions { display: flex; gap: 10px; flex: 0 0 auto; }
.thf26es-btn, .thf26es-header-actions a {
  display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 20px;
  border-radius: 11px; border: 1px solid rgba(255,255,255,.14); background: linear-gradient(135deg, #694cff, #a734ef 58%, #d13cd5);
  color: #fff; font-weight: 900; line-height: 1; text-decoration: none; box-shadow: 0 10px 26px rgba(100,69,255,.32); transition: transform .2s ease, box-shadow .2s ease;
}
.thf26es-btn:hover, .thf26es-header-actions a:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(100,69,255,.46); }
.thf26es-btn-dark { background: #1b2039 !important; color: #fff !important; border-color: rgba(132,109,255,.4) !important; box-shadow: none !important; }
.thf26es-menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 11px; background: #1b2039; color: #fff; }
.thf26es-menu-toggle span { display: block; height: 3px; margin: 7px 6px; background: currentColor; }
.thf26es-hero { color: #fff; border-bottom: 1px solid var(--line); background: #0e1020; background-size: cover; background-position: center; }
.thf26es-hero-inner { min-height: 500px; padding: 86px max(24px, calc((100vw - var(--max)) / 2)) 78px; display: grid; grid-template-columns: minmax(300px, 620px) 1fr; align-items: center; gap: 30px; }
.thf26es-hero-inner > div { padding: 34px; border: 1px solid rgba(150,126,255,.26); border-radius: 22px; background: linear-gradient(135deg, rgba(15,17,34,.9), rgba(31,25,67,.7)); box-shadow: 0 24px 60px rgba(0,0,0,.38); backdrop-filter: blur(10px); }
.thf26es-hero-kicker { color: var(--gold-2); font-weight: 900; text-transform: uppercase; letter-spacing: .02em; }
h1,h2,h3 { margin: 0 0 18px; color: var(--text); line-height: 1.15; }
.thf26es-hero h1 { font-size: clamp(38px, 4vw, 62px); max-width: 760px; text-shadow: 0 8px 28px rgba(0,0,0,.54); }
.thf26es-hero p { max-width: 640px; margin: 0 0 26px; color: rgba(255,255,255,.9); font-size: 18px; }
.thf26es-games-showcase { padding: 46px 20px 28px; background: linear-gradient(180deg, rgba(27,31,61,.94), rgba(12,14,27,.2)); border-bottom: 1px solid var(--line); }
.thf26es-games-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 14px; }
.thf26es-games-heading h2 { margin: 0; color: #fff; font-size: clamp(26px, 3vw, 34px); }
.thf26es-games-heading > a { padding: 8px 12px; border: 1px solid var(--line); border-radius: 10px; color: var(--gold-2); text-decoration: none; font-size: 13px; font-weight: 800; }
.thf26es-game-tabs { display: flex; gap: 8px; margin-bottom: 18px; overflow-x: auto; scrollbar-width: none; }
.thf26es-game-tabs a { flex: 0 0 auto; padding: 8px 14px; border-radius: 10px; background: #171b31; border: 1px solid rgba(255,255,255,.07); color: var(--muted); text-decoration: none; font-size: 13px; font-weight: 800; }
.thf26es-game-tabs a:hover, .thf26es-game-tabs .is-active { color: #fff; border-color: rgba(139,111,255,.55); background: rgba(111,76,255,.22); }
.thf26es-slots-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
.thf26es-slot-card { position: relative; overflow: hidden; min-width: 0; border: 1px solid rgba(132,109,255,.24); border-radius: 14px; background: #111426; color: #fff; text-decoration: none; box-shadow: 0 14px 30px rgba(0,0,0,.3); transition: transform .2s ease, border-color .2s ease; }
.thf26es-slot-card:hover { transform: translateY(-5px); border-color: rgba(168,143,255,.72); }
.thf26es-slot-cover { display: block; width: 100%; aspect-ratio: .73; object-fit: cover; }
.thf26es-slot-info { display: grid; gap: 2px; min-height: 62px; padding: 11px 12px 12px; }
.thf26es-slot-info strong { overflow: hidden; color: #fff; font-size: 13px; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.thf26es-slot-info small { overflow: hidden; color: var(--muted); font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.thf26es-slot-play { position: absolute; left: 50%; top: 40%; display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: linear-gradient(135deg,#6f4cff,#bf35e9); color: #fff; box-shadow: 0 10px 26px rgba(99,69,255,.5); opacity: 0; transform: translate(-50%,-40%) scale(.8); transition: .2s ease; }
.thf26es-slot-card:hover .thf26es-slot-play { opacity: 1; transform: translate(-50%,-50%) scale(1); }
.thf26es-section { padding: 64px 20px; }
.thf26es-container { width: 100%; max-width: var(--max); margin: 0 auto; }
.thf26es-content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 28px; align-items: start; }
.thf26es-content, .thf26es-side-box { background: linear-gradient(145deg, rgba(22,25,46,.97), rgba(16,19,36,.97)); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 18px 42px rgba(0,0,0,.3); }
.thf26es-content a { color: var(--gold-2); }
.thf26es-content { padding: 30px; min-width: 0; }
.thf26es-content p { margin: 0 0 18px; }
.thf26es-content h2 { margin-top: 34px; font-size: 28px; color: #bcaeff; }
.thf26es-content h3 { margin-top: 24px; font-size: 21px; color: #ffffff; }
.thf26es-content ul, .thf26es-content ol { padding-left: 22px; margin: 0 0 22px; }
.thf26es-content li { margin: 7px 0; }
.thf26es-content table { display: block; width: 100%; max-width: 100%; border-collapse: collapse; margin: 22px 0; overflow-x: auto; border-radius: 8px; }
.thf26es-content thead,
.thf26es-content tbody { display: table; width: 100%; min-width: 620px; table-layout: fixed; }
.thf26es-content th:first-child,
.thf26es-content td:first-child { width: 30%; }
.thf26es-content th, .thf26es-content td { border: 1px solid rgba(255,207,92,.2); padding: 11px 12px; vertical-align: top; }
.thf26es-content th { background: #24294b; color: #d8d1ff; text-align: left; }
.thf26es-content tr:nth-child(even) td { background: rgba(255,255,255,.035); }
.thf26es-article-meta { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 22px; color: var(--muted); font-size: 14px; }
.thf26es-article-meta span { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.08); padding: 7px 10px; border-radius: 999px; }
.thf26es-content .thf26es-responsible-note { margin-top: 28px; color: var(--muted); font-size: 13px; font-style: italic; }
.thf26es-content .thf26es-responsible-note h2 { margin: 0 0 8px; color: var(--muted); font-size: 17px; font-style: italic; }
.thf26es-content .thf26es-responsible-note p { margin: 0; }
.thf26es-article-figure { margin: 26px 0; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: #0d0219; }
.thf26es-article-figure img { width: 100%; aspect-ratio: 16/7.5; object-fit: cover; }
.thf26es-article-figure figcaption { padding: 10px 12px; color: var(--muted); font-size: 13px; }
.thf26es-author-box { display: grid; grid-template-columns: 96px 1fr; gap: 18px; margin-top: 34px; padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: rgba(8,3,11,.58); }
.thf26es-author-avatar { width: 96px; height: 96px; border-radius: 50%; object-fit: contain; background: #202440 url('/wp-content/uploads/2026/04/icon-spinrise-192x192-1.png') center / cover no-repeat; border: 2px solid #8165ff; }
.thf26es-author-body p { margin: 6px 0 10px; color: var(--muted); }
.thf26es-author-body strong { color: var(--gold-2); font-size: 18px; }
.thf26es-author-links { display: flex; flex-wrap: wrap; gap: 10px; color: var(--muted); font-size: 13px; }
.thf26es-sidebar { position: sticky; top: 84px; }
.thf26es-side-box { padding: 18px; }
.thf26es-side-box strong { display: block; margin-bottom: 12px; color: var(--gold-2); font-size: 18px; }
.thf26es-toc-nav { display: grid; gap: 6px; margin-bottom: 18px; max-height: 62vh; overflow: auto; padding-right: 4px; }
.thf26es-toc-nav a { text-decoration: none; padding: 9px 10px; border-radius: 10px; background: rgba(255,255,255,.045); color: var(--body); font-size: 13px; line-height: 1.25; }
.thf26es-toc-nav a:hover { background: rgba(118,87,255,.2); color: #fff; }
.thf26es-toc-sub { margin-left: 12px; opacity: .9; }
.thf26es-site-footer { background: #090b16; border-top: 1px solid var(--line); }
.thf26es-footer-main { padding: 38px 20px; display: grid; grid-template-columns: minmax(180px, .8fr) minmax(260px, 1.2fr) minmax(260px, 1.2fr) minmax(170px, .7fr); gap: 24px; align-items: start; }
.thf26es-footer-badges { display: grid; gap: 14px; align-content: start; justify-items: start; }
.thf26es-footer-badge { display: flex; gap: 10px; align-items: center; color: #fff; }
.thf26es-footer-badge img { max-width: 160px; object-fit: contain; }
.thf26es-footer-badge-text { width: 76px; height: 54px; border-radius: 8px; border: 1px solid var(--line); justify-content: center; flex-direction: column; font-weight: 900; color: var(--gold-2); }
.thf26es-footer-badge-text small { color: var(--muted); font-size: 10px; }
.thf26es-language-switch { display: inline-flex; align-items: center; justify-content: center; width: 48px; min-height: 40px; padding: 7px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.05); color: var(--gold-2); font-size: 24px; line-height: 1; text-decoration: none; }
.thf26es-language-switch:hover { background: rgba(213,139,19,.18); color: #fff; }
.thf26es-language-switches { display: flex; flex-wrap: wrap; gap: 8px; }
.thf26es-language-switch[aria-current="page"] { border-color: var(--gold); background: rgba(213,139,19,.2); }
.thf26es-footer-copy-block p { margin: 0 0 16px; color: var(--muted); }
.thf26es-footer-menu { display: grid; gap: 10px; align-content: start; }
.thf26es-footer-menu a { color: var(--gold-2); text-decoration: none; }
.thf26es-footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 18px 20px; }
.thf26es-footer-bottom .thf26es-container { display: flex; justify-content: space-between; gap: 20px; color: #fff; }
@media (max-width: 1220px) {
  .thf26es-header-inner { flex-wrap: wrap; padding: 10px 16px; }
  .thf26es-site-nav { order: 3; width: 100%; flex-basis: 100%; flex-wrap: wrap; justify-content: flex-start; }
  .thf26es-content-layout, .thf26es-footer-main { grid-template-columns: 1fr; }
  .thf26es-sidebar { position: static; }
  .thf26es-slots-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .thf26es-menu-toggle { display: block; }
  .thf26es-site-nav { display: none; }
  .thf26es-site-nav.thf26es-is-open { display: grid; grid-template-columns: 1fr 1fr; }
  .thf26es-header-actions { width: 100%; }
  .thf26es-header-actions a { flex: 1; }
  .thf26es-hero-inner { min-height: 360px; grid-template-columns: 1fr; padding: 54px 20px; }
  .thf26es-hero-inner > div { padding: 24px; border-radius: 16px; }
  .thf26es-content { padding: 20px; }
  .thf26es-content thead, .thf26es-content tbody { min-width: 560px; }
  .thf26es-author-box { grid-template-columns: 1fr; }
  .thf26es-footer-bottom .thf26es-container { flex-direction: column; }
  .thf26es-games-showcase { padding: 32px 16px 8px; }
  .thf26es-slots-grid { display: flex; gap: 12px; overflow-x: auto; padding: 0 2px 18px; scroll-snap-type: x proximity; scrollbar-width: none; }
  .thf26es-slot-card { flex: 0 0 154px; scroll-snap-align: start; }
}
