@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,700&display=swap');
/* ==========================================================================
   TrBet · dailywesterner.com — site shell
   Theme: dark (royal purple) · Shape: sharp · Density: dense · Persona: glass
   Layout archetype: strips (full-bleed alternating bands)
   Hero: overlay · Features: icon-rows · Stats: counters · FAQ: single
   ========================================================================== */



:root{
  /* palette */
  --tbtr-bg:#1C002E;
  --tbtr-bg-deep:#0F0019;
  --tbtr-header:#500084;
  --tbtr-surface:#3E0067;
  --tbtr-surface-light:#D5D5FF;
  --tbtr-border:rgba(255,255,255,.2);
  --tbtr-border-soft:rgba(255,255,255,.1);
  --tbtr-text:#FFFFFF;
  --tbtr-text-soft:#F7F7FF;
  --tbtr-text-muted:#B4B3F3;
  --tbtr-accent:#FFD91D;
  --tbtr-accent-ink:#182128;
  --tbtr-purple:#AD1DDB;
  --tbtr-purple-light:#C77DFF;

  /* glass persona surfaces */
  --tbtr-glass:rgba(255,255,255,.055);
  --tbtr-glass-strong:rgba(255,255,255,.09);
  --tbtr-glass-line:rgba(255,255,255,.14);
  --tbtr-glow:0 0 0 1px rgba(255,217,29,.35), 0 8px 26px -10px rgba(255,217,29,.55);

  /* type */
  --tbtr-font-head:'Poppins','Segoe UI',system-ui,-apple-system,Arial,sans-serif;
  --tbtr-font-body:'Poppins','Segoe UI',system-ui,-apple-system,Arial,sans-serif;
  --tbtr-font-num:'Poppins','Segoe UI',system-ui,Arial,sans-serif;

  /* geometry — SHAPE = sharp */
  --tbtr-r-btn:3px;
  --tbtr-r-card:4px;
  --tbtr-r-pill:3px;

  /* rhythm — DENSITY = dense */
  --tbtr-s1:.5rem;
  --tbtr-s2:.9rem;
  --tbtr-s3:1.4rem;
  --tbtr-s4:2rem;
  --tbtr-sec-pad:clamp(2.4rem,4.4vw,3.6rem);
  --tbtr-gutter:1.15rem;
  --tbtr-wrap:1280px;
  --tbtr-headerh:70px;
}

*,*::before,*::after{box-sizing:border-box}

html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;scroll-padding-top:calc(var(--tbtr-headerh) + 12px)}

body{
  margin:0;
  overflow-x:hidden;
  background:var(--tbtr-bg);
  color:var(--tbtr-text-soft);
  font-family:var(--tbtr-font-body);
  font-weight:400;
  font-size:clamp(.96rem,.35vw + .88rem,1.02rem);
  line-height:1.62;
  -webkit-font-smoothing:antialiased;
}

img{max-width:100%}
p,li,dd,dt,td,th,summary,h1,h2,h3,h4{overflow-wrap:break-word}

h1,h2,h3,h4{font-family:var(--tbtr-font-head);color:var(--tbtr-text);line-height:1.18;margin:0 0 var(--tbtr-s2)}
h1{font-size:clamp(1.85rem,4.4vw,3rem);font-weight:700;letter-spacing:-.015em;text-wrap:balance}
h2{font-size:clamp(1.4rem,2.6vw,2.05rem);font-weight:700;letter-spacing:-.01em;text-wrap:balance}
h3{font-size:clamp(1.08rem,1.5vw,1.3rem);font-weight:600}
h4{font-size:1.02rem;font-weight:600}
p{margin:0 0 var(--tbtr-s2)}
p:last-child{margin-bottom:0}

a{color:var(--tbtr-purple-light);text-decoration:none}
a:hover{color:var(--tbtr-accent)}
:focus-visible{outline:3px solid var(--tbtr-accent);outline-offset:2px;border-radius:2px}

strong,b{color:var(--tbtr-text);font-weight:600}
hr{border:0;border-top:1px solid var(--tbtr-border-soft);margin:var(--tbtr-s3) 0}

/* ---------- container / sections (ARCHETYPE: strips) ---------- */
.tbtr-container{
  width:100%;
  max-width:var(--tbtr-wrap);
  margin-inline:auto;
  padding-inline:var(--tbtr-gutter);
}
.tbtr-section{
  padding-block:var(--tbtr-sec-pad);
  background:var(--tbtr-bg);
  position:relative;
}
.tbtr-section--alt{background:var(--tbtr-bg-deep)}
.tbtr-section--deep{background:linear-gradient(180deg,var(--tbtr-bg-deep),#16002a)}
/* band seam — a hairline instead of a shadow keeps the strip rhythm crisp */
.tbtr-section + .tbtr-section{border-top:1px solid rgba(255,255,255,.055)}

.tbtr-section__head{margin-bottom:var(--tbtr-s3);display:flex;flex-direction:column;gap:var(--tbtr-s1)}
.tbtr-eyebrow{
  font-size:.72rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;
  color:var(--tbtr-accent);margin:0;
}
.tbtr-eyebrow--muted{color:var(--tbtr-text-muted)}
.tbtr-lead{font-size:clamp(1rem,1.1vw,1.12rem);color:var(--tbtr-text-soft)}
.tbtr-muted{color:var(--tbtr-text-muted)}
.tbtr-small{font-size:.88rem;line-height:1.55;color:var(--tbtr-text-muted)}

/* ---------- buttons ---------- */
.tbtr-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.5rem;
  font-family:var(--tbtr-font-head);font-weight:700;font-size:.86rem;
  letter-spacing:.06em;text-transform:uppercase;
  padding:.72rem 1.35rem;border-radius:var(--tbtr-r-btn);border:1px solid transparent;
  background:var(--tbtr-accent);color:var(--tbtr-accent-ink);
  cursor:pointer;text-align:center;line-height:1.2;
  transition:transform .15s ease,box-shadow .2s ease,background .2s ease;
}
.tbtr-btn:hover{background:#ffe155;color:var(--tbtr-accent-ink);box-shadow:var(--tbtr-glow);transform:translateY(-1px)}
.tbtr-btn:active{transform:translateY(0)}
.tbtr-btn--lg{padding:.92rem 1.8rem;font-size:.95rem}
.tbtr-btn--ghost{
  background:rgba(255,255,255,.08);color:var(--tbtr-text);
  border-color:rgba(255,255,255,.45);backdrop-filter:blur(6px);
}
.tbtr-btn--ghost:hover{background:var(--tbtr-glass-strong);color:var(--tbtr-text);box-shadow:none}
.tbtr-btn--secondary{background:var(--tbtr-purple);color:#fff;font-weight:600}
.tbtr-btn--secondary:hover{background:#c02df0;color:#fff;box-shadow:0 8px 24px -12px rgba(173,29,219,.9)}
.tbtr-btn--block{display:flex;width:100%}

.tbtr-actions{display:flex;flex-wrap:wrap;gap:var(--tbtr-s2);align-items:center}

/* ---------- icons ---------- */
.tbtr-icon{
  width:1.5em;height:1.5em;display:inline-block;vertical-align:middle;
  flex-shrink:0;color:var(--tbtr-accent);
}
.tbtr-icon--lg{width:1.9em;height:1.9em}
.tbtr-icon--muted{color:var(--tbtr-text-muted)}

/* ==========================================================================
   HEADER
   LOGO TONE = light → header surface is dark (#500084 glass bar)
   ========================================================================== */
.tbtr-header{
  position:sticky;top:0;z-index:900;
  background:rgba(80,0,132,.92);
  backdrop-filter:blur(14px) saturate(1.2);
  -webkit-backdrop-filter:blur(14px) saturate(1.2);
  border-bottom:1px solid rgba(255,255,255,.14);
}
.tbtr-header__bar{
  min-height:var(--tbtr-headerh);
  display:flex;align-items:center;gap:var(--tbtr-s2);
}
.tbtr-header__bar > *{min-width:0}

.tbtr-logo{display:inline-flex;align-items:center;flex-shrink:0;line-height:0}
.tbtr-logo__img{
  display:block;height:40px;width:auto;object-fit:contain;
}

.tbtr-nav{margin-inline-start:auto;display:flex;align-items:center;gap:.25rem}
.tbtr-nav ul{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:.15rem}
.tbtr-nav a:not(.tbtr-btn){
  display:block;padding:.55rem .72rem;border-radius:var(--tbtr-r-btn);
  font-family:var(--tbtr-font-head);font-size:.86rem;font-weight:500;
  color:var(--tbtr-text-soft);white-space:nowrap;
  transition:color .15s ease,background .15s ease;
}
.tbtr-nav a:not(.tbtr-btn):hover,
.tbtr-nav a:not(.tbtr-btn)[aria-current="page"]{color:var(--tbtr-accent);background:rgba(255,255,255,.08)}
/* desktop: hide the nav copy of the CTA (there is none, but keep the contract) */
.tbtr-nav > .tbtr-btn{display:none}

.tbtr-header__cta{flex-shrink:0;margin-inline-start:.6rem}

.tbtr-burger{
  display:none;flex-shrink:0;
  width:44px;height:44px;padding:0;
  align-items:center;justify-content:center;flex-direction:column;gap:5px;
  background:transparent;border:1px solid var(--tbtr-glass-line);
  border-radius:var(--tbtr-r-btn);cursor:pointer;
}
.tbtr-burger span{display:block;width:22px;height:2px;background:var(--tbtr-text);transition:transform .2s ease,opacity .2s ease}
.tbtr-header.is-open .tbtr-burger span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.tbtr-header.is-open .tbtr-burger span:nth-child(2){opacity:0}
.tbtr-header.is-open .tbtr-burger span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

@media (max-width:900px){
  .tbtr-burger{display:flex}
  .tbtr-nav{
    display:none;
    position:absolute;left:0;right:0;top:100%;
    flex-direction:column;align-items:stretch;gap:0;
    margin:0;padding:var(--tbtr-s2) var(--tbtr-gutter) var(--tbtr-s3);
    background:#3A0060;
    border-bottom:1px solid var(--tbtr-border);
    box-shadow:0 20px 40px -20px rgba(0,0,0,.8);
    max-height:calc(100vh - var(--tbtr-headerh));overflow-y:auto;
  }
  .tbtr-header.is-open .tbtr-nav{display:flex}
  .tbtr-nav ul{flex-direction:column;align-items:stretch;gap:0;width:100%}
  .tbtr-nav a:not(.tbtr-btn){padding:.82rem .25rem;font-size:.98rem;border-radius:0;border-bottom:1px solid var(--tbtr-border-soft)}
  .tbtr-header__cta{padding:.6rem 1rem;font-size:.78rem;margin-inline-start:auto;min-height:44px}
  .tbtr-logo__img{height:34px;max-width:min(45vw,180px)}
}
@media (max-width:420px){
  .tbtr-header__cta{padding:.55rem .75rem;font-size:.72rem;min-height:44px}
  .tbtr-logo__img{height:30px;max-width:min(42vw,150px)}
}
/* на 320px у логотипа, CTA и бургера flex-shrink:0 — без этого запаса бургер режется */
@media (max-width:360px){
  .tbtr-header__bar{gap:.5rem}
  .tbtr-header__cta{margin-inline-start:auto;padding:.5rem .6rem}
  .tbtr-logo__img{max-width:min(36vw,150px)}
}

/* grouped menu (unused here, kept functional) */
.tbtr-nav__group{position:relative}
.tbtr-submenu{display:none;list-style:none;margin:0;padding:.4rem}
.tbtr-nav__toggle{display:none;background:none;border:0;color:var(--tbtr-text-soft);cursor:pointer;font-size:1rem;padding:.4rem}
@media (min-width:901px){
  .tbtr-nav__group:hover .tbtr-submenu,
  .tbtr-nav__group:focus-within .tbtr-submenu{
    display:block;position:absolute;top:100%;left:0;min-width:220px;z-index:1000;
    background:var(--tbtr-surface);border:1px solid var(--tbtr-border);border-radius:var(--tbtr-r-card);
    box-shadow:0 18px 40px -18px rgba(0,0,0,.85);
  }
}
@media (max-width:900px){
  .tbtr-nav__toggle{display:inline-block}
  .tbtr-nav__group.is-open .tbtr-submenu{display:block;padding-inline-start:1rem}
}

/* ==========================================================================
   HERO — HERO_PATTERN = overlay (homepage) + compact inner header
   ========================================================================== */
.tbtr-hero{position:relative;overflow:hidden;background:var(--tbtr-bg-deep);isolation:isolate}
.tbtr-hero__img{
  display:block;width:100%;height:auto;max-height:70vh;
  aspect-ratio:3/2;object-fit:cover;border-radius:var(--tbtr-r-card);
}
.tbtr-hero__inner{
  position:relative;z-index:1;
  display:flex;flex-direction:column;align-items:flex-start;gap:var(--tbtr-s2);
  max-width:100%;
}

/* --- homepage: full-bleed overlay --- */
.tbtr-hero--home{
  min-height:clamp(420px,60vh,620px);
  display:flex;align-items:center;
  padding-block:clamp(2.4rem,6vw,4rem);
}
.tbtr-hero--home .tbtr-hero__img{
  position:absolute;inset:0;width:100%;height:100%;max-height:none;
  aspect-ratio:auto;object-fit:cover;object-position:75% center;
  border-radius:0;z-index:0;
}
/* scrim: dark where the text lives (left), light over the right third
   so the person in the photo stays clearly visible */
.tbtr-hero--home::after{
  content:"";position:absolute;inset:0;z-index:0;pointer-events:none;
  background:linear-gradient(90deg,
    rgba(10,0,22,.92) 0%,
    rgba(14,0,28,.86) 32%,
    rgba(16,0,32,.6) 58%,
    rgba(16,0,32,.24) 80%,
    rgba(16,0,32,.2) 100%);
}
.tbtr-hero--home .tbtr-container{position:relative;z-index:1}
.tbtr-hero--home .tbtr-hero__inner{
  max-width:640px;color:#fff;gap:var(--tbtr-s2);
}
.tbtr-hero--home .tbtr-hero__inner h1,
.tbtr-hero--home .tbtr-hero__inner h2{color:#fff}
.tbtr-hero--home .tbtr-hero__sub{
  font-size:clamp(1rem,1.2vw,1.14rem);color:#F0EEFF;margin:0;max-width:56ch;
}
.tbtr-hero--home .tbtr-actions{margin-top:var(--tbtr-s3)}
.tbtr-hero__note{
  margin:0;font-size:.78rem;color:#D9D6F5;letter-spacing:.01em;
}
/* bonus plaque — the hero's signature: a yellow-ruled glass ticket */
.tbtr-hero__plaque{
  display:flex;flex-wrap:wrap;align-items:baseline;gap:.4rem .9rem;
  padding:.7rem 1rem;border-radius:var(--tbtr-r-card);
  background:rgba(255,255,255,.08);
  border:1px solid var(--tbtr-glass-line);
  border-inline-start:3px solid var(--tbtr-accent);
  backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);
}
.tbtr-hero__plaque{width:-moz-fit-content;width:fit-content;max-width:100%}
.tbtr-hero__plaque + .tbtr-hero__plaque{margin-top:.6rem}
.tbtr-hero__plaque b{
  font-family:var(--tbtr-font-num);font-size:1.15rem;font-weight:700;color:var(--tbtr-accent);
}
.tbtr-hero__plaque span{font-size:.82rem;color:#E7E4FB}

@media (max-width:760px){
  .tbtr-hero--home{min-height:auto;padding-block:clamp(2rem,9vw,3rem)}
  .tbtr-hero--home::after{
    background:linear-gradient(180deg,rgba(10,0,22,.78) 0%,rgba(12,0,26,.86) 60%,rgba(12,0,26,.93) 100%);
  }
  .tbtr-hero--home .tbtr-hero__inner{max-width:100%}
}

/* --- inner pages: compact page-header band --- */
.tbtr-hero--inner{
  position:relative;overflow:hidden;
  min-height:170px;
  display:flex;align-items:center;
  padding-block:var(--tbtr-s3);
  padding-inline:max(var(--tbtr-gutter),calc((100% - var(--tbtr-wrap))/2 + var(--tbtr-gutter)));
  background:linear-gradient(120deg,var(--tbtr-surface) 0%,var(--tbtr-bg) 62%,var(--tbtr-bg-deep) 100%);
  border-bottom:1px solid var(--tbtr-border-soft);
}
/* inner остаётся обычным контейнером: тогда фото и скрим ниже позиционируются
   от всей полосы, а не от контентного блока (иначе по краям остаются поля) */
.tbtr-hero--inner .tbtr-hero__inner{
  position:static;width:100%;gap:var(--tbtr-s1);
}
.tbtr-hero--inner .tbtr-hero__img{
  position:absolute;inset:0;width:100%;height:100%;max-height:none;
  aspect-ratio:auto;object-fit:cover;border-radius:0;z-index:0;
}
.tbtr-hero--inner .tbtr-hero__inner::after{
  content:"";position:absolute;inset:0;z-index:1;pointer-events:none;
  background:linear-gradient(90deg,rgba(10,0,22,.92) 0%,rgba(14,0,28,.84) 55%,rgba(16,0,32,.72) 100%);
}
/* без фото затемнять нечего — иначе поверх градиента полосы ложится тёмный блок */
.tbtr-hero--inner:not(:has(.tbtr-hero__img)) .tbtr-hero__inner::after{display:none}
:where(.tbtr-hero--inner .tbtr-hero__inner > :not(.tbtr-hero__img)){position:relative;z-index:2}
.tbtr-hero--inner h1{margin:0;font-size:clamp(1.55rem,3.2vw,2.3rem)}
.tbtr-hero--inner .tbtr-hero__sub{margin:0;color:#F0EEFF;font-size:.96rem;max-width:70ch}
.tbtr-hero--inner .tbtr-breadcrumb a{display:inline-block;padding-block:.3rem}
@media (max-width:640px){.tbtr-hero--inner{min-height:140px}}

/* page-header (no-image legal variant) */
.tbtr-page-header{
  background:var(--tbtr-bg-deep);
  border-bottom:1px solid var(--tbtr-border-soft);
  padding-block:var(--tbtr-s4) var(--tbtr-s3);
  position:relative;overflow:hidden;
}
.tbtr-page-header__inner{display:flex;flex-direction:column;gap:var(--tbtr-s1)}
.tbtr-page-header h1{margin:0}

/* breadcrumb */
.tbtr-breadcrumb{font-size:.78rem;color:var(--tbtr-text-muted)}
.tbtr-breadcrumb ol{list-style:none;display:flex;flex-wrap:wrap;gap:.35rem;margin:0;padding:0}
.tbtr-breadcrumb li + li::before{content:"/";margin-inline-end:.35rem;color:rgba(180,179,243,.55)}
.tbtr-breadcrumb a{color:var(--tbtr-text-muted)}
.tbtr-breadcrumb a:hover{color:var(--tbtr-accent)}

/* ==========================================================================
   CONTENT COMPONENTS
   ========================================================================== */

/* overview */
.tbtr-overview__inner{display:flex;flex-direction:column;gap:var(--tbtr-s2)}

/* feature-cards — FEATURES_PATTERN = icon-rows */
.tbtr-features{display:flex;flex-direction:column;gap:0}
.tbtr-feature{
  display:flex;align-items:flex-start;gap:var(--tbtr-s2);
  padding-block:var(--tbtr-s3);
  border-bottom:1px solid var(--tbtr-border-soft);
}
.tbtr-features > .tbtr-feature:first-child{padding-top:0}
.tbtr-features > .tbtr-feature:last-child{border-bottom:0;padding-bottom:0}
.tbtr-feature__icon{
  flex-shrink:0;width:48px;height:48px;
  display:flex;align-items:center;justify-content:center;
  border-radius:var(--tbtr-r-card);
  background:rgba(255,217,29,.12);
  border:1px solid rgba(255,217,29,.32);
  color:var(--tbtr-accent);
}
.tbtr-feature__icon .tbtr-icon{width:1.5rem;height:1.5rem}
.tbtr-feature__body{min-width:0;display:flex;flex-direction:column;gap:.3rem}
.tbtr-feature__body h3{margin:0}
.tbtr-feature__body p{margin:0;color:var(--tbtr-text-muted)}
@media (max-width:480px){
  .tbtr-feature{gap:.75rem}
  .tbtr-feature__icon{width:40px;height:40px}
  .tbtr-feature__icon .tbtr-icon{width:1.25rem;height:1.25rem}
}

/* cards-grid */
.tbtr-cards{
  display:grid;gap:var(--tbtr-s2);
  grid-template-columns:repeat(auto-fit,minmax(min(250px,100%),1fr));
}
.tbtr-cards > *{min-width:0}
.tbtr-card{
  display:flex;flex-direction:column;gap:.55rem;
  background:var(--tbtr-surface);
  border:1px solid var(--tbtr-border-soft);
  border-radius:var(--tbtr-r-card);
  padding:var(--tbtr-s3);
}
.tbtr-card h3{margin:0}
.tbtr-card p{margin:0;color:var(--tbtr-text-muted)}
.tbtr-card--glass{background:var(--tbtr-glass);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-color:var(--tbtr-glass-line)}
.tbtr-card__tag{
  align-self:flex-start;font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;
  color:var(--tbtr-accent);
}

/* tables */
.tbtr-table-wrap{overflow-x:auto;max-width:100%;margin-block:1.5rem;-webkit-overflow-scrolling:touch;
  border:1px solid var(--tbtr-border-soft);border-radius:var(--tbtr-r-card)}
.tbtr-table{width:100%;border-collapse:collapse;font-size:.9rem;min-width:640px;background:var(--tbtr-surface)}
.tbtr-table td:first-child,.tbtr-table th:first-child{min-width:112px}
/* подпись не должна уезжать за край скролл-обёртки вместе с таблицей */
.tbtr-table caption{
  caption-side:top;text-align:start;padding:.75rem var(--tbtr-s2);font-size:.8rem;color:var(--tbtr-text-muted);
  position:sticky;left:0;width:min(100%,calc(100vw - 2.3rem));box-sizing:border-box;
}
@media (max-width:676px){
  .tbtr-table caption::after{content:" → kaydırın";color:var(--tbtr-accent);white-space:nowrap}
}
.tbtr-table th,.tbtr-table td{padding:.7rem .85rem;text-align:start;border-bottom:1px solid var(--tbtr-border-soft);vertical-align:top}
.tbtr-table th{
  white-space:nowrap;background:var(--tbtr-header);color:var(--tbtr-text);
  font-family:var(--tbtr-font-head);font-weight:600;font-size:.76rem;letter-spacing:.09em;text-transform:uppercase;
}
.tbtr-table tbody tr:last-child td{border-bottom:0}
.tbtr-table tbody tr:nth-child(even) td{background:rgba(255,255,255,.035)}
.tbtr-table tbody tr:hover td{background:rgba(255,255,255,.07)}
.tbtr-table td b,.tbtr-table td strong{color:var(--tbtr-accent);font-family:var(--tbtr-font-num)}

/* bonus-table — same skeleton, accent-led first column */
.tbtr-bonus-table td:first-child{color:var(--tbtr-text);font-weight:600}
.tbtr-bonus-table .tbtr-amount{
  font-family:var(--tbtr-font-num);font-weight:700;color:var(--tbtr-accent);white-space:nowrap;
}

/* payments-table */
.tbtr-payments td:first-child{white-space:nowrap}
.tbtr-payments .tbtr-pay-name{display:inline-flex;align-items:center;gap:.5rem;color:var(--tbtr-text);font-weight:600}
.tbtr-payments .tbtr-icon{color:var(--tbtr-purple-light)}

/* two-cols + content panel */
.tbtr-two-cols{display:grid;gap:var(--tbtr-s3);grid-template-columns:1fr}
.tbtr-two-cols > *{min-width:0}
@media (min-width:900px){
  .tbtr-two-cols{grid-template-columns:1.35fr .9fr;align-items:start}
}
.tbtr-two-cols__main{display:flex;flex-direction:column;gap:var(--tbtr-s2)}

.tbtr-panel{
  background:var(--tbtr-surface);
  border:1px solid var(--tbtr-border-soft);
  border-radius:var(--tbtr-r-card);
  padding:var(--tbtr-s3);
  display:flex;flex-direction:column;gap:var(--tbtr-s2);
}
.tbtr-panel--glass{background:var(--tbtr-glass);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-color:var(--tbtr-glass-line)}
.tbtr-panel--light{background:var(--tbtr-surface-light);color:var(--tbtr-surface);border-color:rgba(62,0,103,.2)}
.tbtr-panel--light .tbtr-panel__title,
.tbtr-panel--light h3,
.tbtr-panel--light b,
.tbtr-panel--light strong{color:var(--tbtr-surface)}
.tbtr-panel--light .tbtr-facts__row{border-color:rgba(62,0,103,.18)}
.tbtr-panel--light .tbtr-facts__row dt{color:#4A0A78}
.tbtr-panel--light .tbtr-facts__row dd{color:var(--tbtr-surface)}
.tbtr-panel__title{
  margin:0;font-size:.76rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;
  color:var(--tbtr-accent);
}
.tbtr-panel--light .tbtr-panel__title{color:#5C0D92}

/* quick facts <dl> */
.tbtr-facts{margin:0;display:flex;flex-direction:column;gap:0}
.tbtr-facts__row{
  display:flex;flex-wrap:wrap;justify-content:space-between;gap:.4rem var(--tbtr-s2);
  padding-block:.6rem;border-bottom:1px solid var(--tbtr-border-soft);
}
.tbtr-facts__row:last-child{border-bottom:0;padding-bottom:0}
.tbtr-facts__row:first-child{padding-top:0}
.tbtr-facts__row dt{margin:0;font-size:.82rem;color:var(--tbtr-text-muted)}
.tbtr-facts__row dd{margin:0;font-size:.88rem;font-weight:600;color:var(--tbtr-text);text-align:end}
/* на широкой панели space-between разгонял метку и значение на всю ширину */
@media (min-width:900px){
  .tbtr-facts__row{display:grid;grid-template-columns:minmax(0,14rem) 1fr;align-items:baseline}
  .tbtr-facts__row dd{text-align:start}
}
/* на мобильном многострочное значение превращалось в рваный правый столбец */
@media (max-width:600px){
  .tbtr-facts__row{flex-direction:column;align-items:flex-start;gap:.15rem}
  .tbtr-facts__row dd{text-align:start}
}

/* checklist */
.tbtr-checklist{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.6rem}
.tbtr-checklist li{display:flex;align-items:flex-start;gap:.55rem;font-size:.92rem}
.tbtr-checklist .tbtr-icon{width:1.15rem;height:1.15rem;margin-top:.22rem;color:var(--tbtr-accent)}

/* mini stat tiles inside a panel */
.tbtr-minitiles{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}
.tbtr-minitile{
  background:rgba(255,255,255,.05);border:1px solid var(--tbtr-border-soft);
  border-radius:var(--tbtr-r-card);padding:.7rem .75rem;min-width:0;
}
.tbtr-minitile b{display:block;font-family:var(--tbtr-font-num);font-size:1.1rem;font-weight:700;color:var(--tbtr-accent)}
.tbtr-minitile span{display:block;font-size:.7rem;letter-spacing:.06em;text-transform:uppercase;color:var(--tbtr-text-muted)}

/* rating badge */
.tbtr-score{display:flex;align-items:center;gap:var(--tbtr-s2)}
.tbtr-score__value{font-family:var(--tbtr-font-num);font-size:2.4rem;font-weight:700;line-height:1;color:var(--tbtr-accent)}
.tbtr-score__meta{display:flex;flex-direction:column;gap:.2rem;min-width:0}
.tbtr-score__stars{display:flex;gap:.12rem;color:var(--tbtr-accent)}
.tbtr-score__stars .tbtr-icon{width:1rem;height:1rem}
.tbtr-score__label{font-size:.78rem;color:var(--tbtr-text-muted)}

/* numbered list */
.tbtr-steps{list-style:none;counter-reset:tbtr-step;margin:0;padding:0;display:flex;flex-direction:column;gap:1.6rem}
.tbtr-steps > li{
  counter-increment:tbtr-step;position:relative;
  padding-inline-start:3rem;min-height:2rem;
}
.tbtr-steps > li::before{
  content:counter(tbtr-step,decimal-leading-zero);
  position:absolute;inset-inline-start:0;top:0;
  width:2.1rem;height:2.1rem;display:flex;align-items:center;justify-content:center;
  font-family:var(--tbtr-font-num);font-size:.82rem;font-weight:700;
  color:var(--tbtr-accent-ink);background:var(--tbtr-accent);border-radius:var(--tbtr-r-btn);
}
.tbtr-steps > li h3,.tbtr-steps > li h4{margin:0 0 .25rem}
.tbtr-steps > li p{margin:0;color:var(--tbtr-text-muted)}

/* stats-bar — STATS_PATTERN = counters */
.tbtr-stats{
  display:grid;gap:var(--tbtr-s3) var(--tbtr-s2);
  grid-template-columns:repeat(auto-fit,minmax(min(160px,100%),1fr));
  text-align:start;
}
.tbtr-stats > *{min-width:0}
.tbtr-stat{display:flex;flex-direction:column;gap:.25rem}
.tbtr-stat__value{
  font-family:var(--tbtr-font-num);font-weight:700;line-height:1;
  font-size:clamp(2.2rem,5vw,3.5rem);color:var(--tbtr-accent);letter-spacing:-.02em;
}
.tbtr-stat__label{
  font-size:.74rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;
  color:var(--tbtr-text-muted);
}

/* categories-bar */
.tbtr-cats{display:flex;flex-wrap:wrap;gap:.5rem}
.tbtr-cat{
  display:inline-flex;align-items:center;gap:.4rem;
  padding:.45rem .85rem;border-radius:var(--tbtr-r-pill);
  background:var(--tbtr-glass);border:1px solid var(--tbtr-glass-line);
  color:var(--tbtr-text-soft);font-size:.82rem;font-weight:500;white-space:nowrap;
}
/* .tbtr-cat в разметке — <span>; ховер оставляем только настоящим ссылкам */
a.tbtr-cat:hover{border-color:var(--tbtr-accent);color:var(--tbtr-accent)}

/* rtp-grid */
.tbtr-rtp{display:grid;gap:clamp(.6rem,1.5vw,1rem);grid-template-columns:repeat(2,minmax(0,1fr))}
@media (min-width:640px){.tbtr-rtp{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (min-width:960px){.tbtr-rtp{grid-template-columns:repeat(4,minmax(0,1fr))}}
.tbtr-rtp-item{
  position:relative;overflow:hidden;min-width:0;
  border-radius:var(--tbtr-r-card);border:1px solid var(--tbtr-border-soft);
  background:var(--tbtr-surface);
}
.tbtr-rtp-item__thumb{
  display:block;aspect-ratio:3/2;position:relative;overflow:hidden;
  background:linear-gradient(135deg,#500084 0%,#AD1DDB 55%,#1C002E 100%);
}
.tbtr-rtp-item__thumb img{width:100%;height:100%;object-fit:cover;display:block}
.tbtr-rtp-item__name{
  display:block;padding:.55rem .7rem;font-size:.82rem;font-weight:600;color:var(--tbtr-text);
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.tbtr-rtp-tooltip{
  position:absolute;bottom:0;left:0;right:0;opacity:0;transition:opacity .2s;
  padding:.5rem .7rem;font-size:.76rem;color:#fff;
  background:linear-gradient(180deg,rgba(15,0,25,0),rgba(15,0,25,.95));
}
.tbtr-rtp-item:hover .tbtr-rtp-tooltip,
.tbtr-rtp-item:focus-within .tbtr-rtp-tooltip{opacity:1}

/* pros-cons */
.tbtr-proscons{display:grid;gap:var(--tbtr-s2);grid-template-columns:repeat(auto-fit,minmax(min(260px,100%),1fr))}
.tbtr-proscons > *{min-width:0}
.tbtr-pros,.tbtr-cons{
  background:var(--tbtr-surface);border:1px solid var(--tbtr-border-soft);
  border-radius:var(--tbtr-r-card);padding:var(--tbtr-s3);
  display:flex;flex-direction:column;gap:var(--tbtr-s2);
}
.tbtr-pros{border-top:3px solid var(--tbtr-accent)}
.tbtr-cons{border-top:3px solid var(--tbtr-purple)}
.tbtr-pros h3,.tbtr-cons h3{margin:0;font-size:.82rem;letter-spacing:.14em;text-transform:uppercase}
.tbtr-pros h3{color:var(--tbtr-accent)}
.tbtr-cons h3{color:var(--tbtr-purple-light)}
.tbtr-pros ul,.tbtr-cons ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.55rem}
.tbtr-pros li,.tbtr-cons li{display:flex;align-items:flex-start;gap:.55rem;font-size:.9rem}
.tbtr-pros .tbtr-icon{color:var(--tbtr-accent);width:1.1rem;height:1.1rem;margin-top:.2rem}
.tbtr-cons .tbtr-icon{color:var(--tbtr-purple-light);width:1.1rem;height:1.1rem;margin-top:.2rem}

/* verdict-box */
.tbtr-verdict{
  display:flex;flex-direction:column;gap:var(--tbtr-s2);
  background:var(--tbtr-glass);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);
  border:1px solid var(--tbtr-glass-line);border-inline-start:4px solid var(--tbtr-accent);
  border-radius:var(--tbtr-r-card);padding:var(--tbtr-s3);
}
.tbtr-verdict h2,.tbtr-verdict h3{margin:0}
.tbtr-verdict p{margin:0}
.tbtr-verdict__head{display:flex;flex-wrap:wrap;align-items:center;gap:var(--tbtr-s2)}

/* methodology */
.tbtr-method{
  border:1px dashed var(--tbtr-border);border-radius:var(--tbtr-r-card);
  padding:var(--tbtr-s3);display:flex;flex-direction:column;gap:var(--tbtr-s2);
  background:rgba(255,255,255,.03);
}
.tbtr-method h2,.tbtr-method h3{margin:0}
.tbtr-method ul{margin:0;padding-inline-start:1.1rem;display:flex;flex-direction:column;gap:.45rem}
.tbtr-method li{color:var(--tbtr-text-muted);font-size:.9rem}

/* toc */
.tbtr-toc{
  background:var(--tbtr-glass);border:1px solid var(--tbtr-glass-line);
  border-radius:var(--tbtr-r-card);padding:var(--tbtr-s3);
  display:flex;flex-direction:column;gap:var(--tbtr-s2);
}
.tbtr-toc__title{margin:0;font-size:.76rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--tbtr-accent)}
.tbtr-toc ol,.tbtr-toc ul{
  list-style:none;margin:0;padding:0;
  display:grid;gap:.1rem var(--tbtr-s3);
  grid-template-columns:repeat(auto-fit,minmax(min(240px,100%),1fr));
}
.tbtr-toc ol{counter-reset:tbtr-toc}
.tbtr-toc ol > li{counter-increment:tbtr-toc}
.tbtr-toc ol > li > a::before{
  content:counter(tbtr-toc,decimal-leading-zero) ". ";
  color:var(--tbtr-accent);font-family:var(--tbtr-font-num);font-weight:700;
}
.tbtr-toc li{min-width:0}
.tbtr-toc a{display:flex;align-items:center;min-height:40px;gap:.35rem;color:var(--tbtr-text-soft);font-size:.9rem;border-bottom:1px solid transparent}
.tbtr-toc a:hover{color:var(--tbtr-accent);border-bottom-color:var(--tbtr-accent)}

/* legal-body */
.tbtr-legal{counter-reset:tbtr-legal;display:flex;flex-direction:column;gap:var(--tbtr-s3);max-width:100%}
.tbtr-legal > section{display:flex;flex-direction:column;gap:var(--tbtr-s1)}
.tbtr-legal > section > h2{
  counter-increment:tbtr-legal;margin:0;
  font-size:clamp(1.15rem,1.8vw,1.42rem);
}
.tbtr-legal > section > h2::before{
  content:counter(tbtr-legal) ". ";color:var(--tbtr-accent);font-family:var(--tbtr-font-num);
}
.tbtr-legal ul,.tbtr-legal ol{margin:0;padding-inline-start:1.25rem;display:flex;flex-direction:column;gap:.4rem}
.tbtr-legal li{color:var(--tbtr-text-soft)}

/* faq — FAQ_PATTERN = single */
.tbtr-faq{display:flex;flex-direction:column}
.tbtr-faq details{border-bottom:1px solid var(--tbtr-border)}
.tbtr-faq summary{
  cursor:pointer;padding:1rem 0;font-weight:600;list-style:none;
  font-family:var(--tbtr-font-head);color:var(--tbtr-text);
  display:flex;align-items:flex-start;
}
.tbtr-faq summary::-webkit-details-marker{display:none}
.tbtr-faq summary::before{content:'+';margin-right:.5rem;transition:transform .2s;color:var(--tbtr-accent);font-weight:700}
.tbtr-faq details[open] summary::before{content:'−'}
.tbtr-faq summary:hover{color:var(--tbtr-accent)}
.tbtr-faq details > :not(summary){padding:.5rem 0 1rem;color:var(--tbtr-text-muted)}
.tbtr-faq details > :not(summary):last-child{margin-bottom:0}

/* cta-block */
.tbtr-cta{
  padding-block:var(--tbtr-sec-pad);
  background:
    radial-gradient(900px 340px at 12% 0%,rgba(173,29,219,.5),transparent 70%),
    linear-gradient(120deg,var(--tbtr-header) 0%,var(--tbtr-surface) 55%,var(--tbtr-bg-deep) 100%);
  border-top:1px solid var(--tbtr-border);
  border-bottom:1px solid var(--tbtr-border);
}
.tbtr-cta__inner{
  display:flex;flex-direction:column;gap:var(--tbtr-s2);
  align-items:flex-start;text-align:start;
}
.tbtr-cta h2{margin:0}
.tbtr-cta p{margin:0;max-width:64ch;color:var(--tbtr-text-soft)}
.tbtr-cta .tbtr-actions{justify-content:flex-start;margin-top:var(--tbtr-s1)}
.tbtr-cta__fine{margin:0;font-size:.78rem;color:#DCD8F6}
.tbtr-cta--center .tbtr-cta__inner{align-items:center;text-align:center}
.tbtr-cta--center .tbtr-actions{justify-content:center}
.tbtr-cta--center p{margin-inline:auto}

/* sticky-nav (mobile) */
.tbtr-sticky-nav{display:none}
@media (max-width:767px){
  .tbtr-sticky-nav{
    display:flex;position:fixed;left:0;right:0;bottom:0;z-index:880;
    align-items:stretch;
    background:rgba(15,0,25,.96);backdrop-filter:blur(10px);
    border-top:1px solid var(--tbtr-border);
    padding:.35rem .3rem calc(.35rem + env(safe-area-inset-bottom,0px));
  }
  .tbtr-sticky-nav a{
    flex:1 1 0;min-width:0;
    display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.15rem;
    padding:.35rem .2rem;font-size:.66rem;color:var(--tbtr-text-soft);text-align:center;
  }
  .tbtr-sticky-nav a .tbtr-icon{width:1.2rem;height:1.2rem;color:var(--tbtr-text-muted)}
  .tbtr-sticky-nav a.is-cta{color:var(--tbtr-accent)}
  .tbtr-sticky-nav a.is-cta .tbtr-icon{color:var(--tbtr-accent)}
  body:has(.tbtr-sticky-nav){padding-bottom:64px}
}

/* chat-widget */
.tbtr-chat-btn{
  position:fixed;right:1rem;bottom:1rem;z-index:890;
  display:inline-flex;align-items:center;gap:.5rem;
  padding:.7rem 1rem;border:0;border-radius:var(--tbtr-r-btn);
  background:var(--tbtr-purple);color:#fff;font-family:var(--tbtr-font-head);
  font-size:.82rem;font-weight:600;cursor:pointer;
  box-shadow:0 12px 30px -12px rgba(0,0,0,.9);
}
.tbtr-chat-btn .tbtr-icon{color:#fff;width:1.15rem;height:1.15rem}
@media (max-width:767px){.tbtr-chat-btn{bottom:74px}}
.tbtr-chat{
  display:none;position:fixed;inset:0;z-index:960;
  align-items:center;justify-content:center;padding:var(--tbtr-s3);
  background:rgba(8,0,16,.72);backdrop-filter:blur(4px);
}
.tbtr-chat.is-open{display:flex}
.tbtr-chat__box{
  width:min(420px,100%);max-height:80vh;overflow-y:auto;
  background:var(--tbtr-surface);border:1px solid var(--tbtr-border);
  border-radius:var(--tbtr-r-card);padding:var(--tbtr-s3);
  display:flex;flex-direction:column;gap:var(--tbtr-s2);
}

/* ==========================================================================
   FOOTER — LOGO TONE = light → dark surface
   ========================================================================== */
.tbtr-footer{
  background:var(--tbtr-bg-deep);
  border-top:1px solid var(--tbtr-border);
  color:var(--tbtr-text-muted);
  padding-block:var(--tbtr-s4) var(--tbtr-s3);
  font-size:.88rem;
}
.tbtr-footer__grid{
  display:grid;gap:var(--tbtr-s3);
  grid-template-columns:1fr;
}
.tbtr-footer__grid > *{min-width:0}
@media (min-width:760px){
  .tbtr-footer__grid{grid-template-columns:1.4fr 1fr 1fr}
}
.tbtr-footer__brand{display:flex;flex-direction:column;gap:var(--tbtr-s2);align-items:flex-start}
.tbtr-footer__tagline{margin:0;color:var(--tbtr-text-muted);max-width:44ch}
.tbtr-footer__col h3{
  margin:0 0 var(--tbtr-s2);font-size:.74rem;font-weight:700;
  letter-spacing:.16em;text-transform:uppercase;color:var(--tbtr-accent);
}
.tbtr-footer__col ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.1rem}
.tbtr-footer__col a{display:inline-flex;align-items:center;min-height:40px;color:var(--tbtr-text-soft)}
.tbtr-footer__col a:hover{color:var(--tbtr-accent)}
.tbtr-footer__age{
  display:inline-flex;align-items:center;gap:.45rem;
  padding:.3rem .6rem;border-radius:var(--tbtr-r-btn);
  border:1px solid var(--tbtr-accent);color:var(--tbtr-accent);
  font-size:.74rem;font-weight:700;letter-spacing:.08em;
}
.tbtr-footer__disclaimer{
  margin-top:var(--tbtr-s3);padding-top:var(--tbtr-s3);
  border-top:1px solid var(--tbtr-border-soft);
  display:flex;flex-direction:column;gap:var(--tbtr-s2);
}
.tbtr-footer__disclaimer p{margin:0;font-size:.82rem;line-height:1.6;color:var(--tbtr-text-muted);max-width:92ch}
.tbtr-footer__bottom{
  margin-top:var(--tbtr-s3);padding-top:var(--tbtr-s2);
  border-top:1px solid var(--tbtr-border-soft);
  display:flex;flex-wrap:wrap;gap:var(--tbtr-s1) var(--tbtr-s3);
  align-items:center;justify-content:space-between;
  font-size:.78rem;color:var(--tbtr-text-muted);
}
.tbtr-footer__bottom p{margin:0}

/* reduced motion */
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}
}
/* sa-responsive-net */
table th{white-space:nowrap}
figure,blockquote,dl,dd,fieldset{margin:0}
/* sa-logo-chip */
.tbtr-footer .tbtr-logo__img{filter:none;background:transparent;padding:0}
.tbtr-footer .tbtr-footer__logo-chip{background:transparent;padding:0}
/* sa-logo-fit */
.tbtr-logo__img{object-fit:contain}
/* sa-ph-media */
.tbtr-page-header:has(.tbtr-hero__img){position:relative;overflow:hidden;isolation:isolate;min-height:clamp(200px,30vh,300px);display:flex;flex-direction:column;justify-content:center}
.tbtr-page-header:has(.tbtr-hero__img) .tbtr-hero__img{position:absolute;inset:0;width:100%;height:100%;max-height:none;aspect-ratio:auto;object-fit:cover;margin:0;z-index:0}
.tbtr-page-header:has(.tbtr-hero__img)::after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(10,12,18,.72),rgba(10,12,18,.5))}
:where(.tbtr-page-header:has(.tbtr-hero__img)>:not(.tbtr-hero__img)){position:relative}
.tbtr-page-header:has(.tbtr-hero__img)>:not(.tbtr-hero__img){z-index:2}
.tbtr-page-header:has(.tbtr-hero__img),.tbtr-page-header:has(.tbtr-hero__img) h1,.tbtr-page-header:has(.tbtr-hero__img) a,.tbtr-page-header:has(.tbtr-hero__img) p,.tbtr-page-header:has(.tbtr-hero__img) li,.tbtr-page-header:has(.tbtr-hero__img) span{color:#fff}
/* sa-hero-media */
.tbtr-hero:has(>.tbtr-hero__img){position:relative;isolation:isolate}
.tbtr-hero:has(>.tbtr-hero__img)>.tbtr-hero__img{z-index:0}
.tbtr-hero:has(>.tbtr-hero__img)::after{z-index:1}
:where(.tbtr-hero:has(>.tbtr-hero__img)>:not(.tbtr-hero__img)){position:relative}
.tbtr-hero:has(>.tbtr-hero__img)>:not(.tbtr-hero__img){z-index:2}
/* sa-rhythm v3 */
:where(.tbtr-table-wrap){margin-block:1.5rem}
:where(main) :where(ul,ol,table,.tbtr-table-wrap)+p{margin-block-start:1rem}
main :is(ul,ol,table,.tbtr-table-wrap,.tbtr-rtp,.tbtr-steps,.tbtr-cards,.tbtr-features)+:is(.tbtr-actions,div:has(>.tbtr-btn),p:has(>.tbtr-btn)){margin-block-start:1.25rem}
/* sa-table-thead */
.tbtr-table-wrap thead th,.tbtr-table-wrap thead{position:static}
/* sa-slot-link v2 */
.tbtr-rtp-item,.tbtr-rtp-item:hover,.tbtr-rtp-item:focus{color:inherit;text-decoration:none;cursor:pointer}
:where(.tbtr-rtp-item){display:block}
/* sa-rtp-touch */
.tbtr-rtp-item__thumb{display:block}
@media (hover:none){.tbtr-rtp-item__thumb{aspect-ratio:auto;overflow:visible}.tbtr-rtp-item__thumb img{height:auto}.tbtr-rtp-tooltip{position:static;opacity:1;background:transparent;border-top:0;padding:.4rem .7rem 0;font-size:.74rem;line-height:1.35}.tbtr-rtp-item__name{padding-top:.35rem}}
/* sa-sticky-pad */
/* --- правки аудита --- */
/* комфортная длина строки: на 1440 текст тянулся на всю ширину контейнера */
.tbtr-overview__inner > p,
.tbtr-two-cols__main > p,
.tbtr-method p,
.tbtr-verdict p,
.tbtr-legal p,
.tbtr-legal li{max-width:74ch}
/* кнопка «наверх» из main.js берёт --accent/--text-main, которых нет в теме */
body .tbtr-back-top{background:var(--tbtr-accent);color:var(--tbtr-accent-ink)}
/* RTP/волатильность были видны только по наведению */
.tbtr-rtp-tooltip{
  position:static;opacity:1;background:none;
  padding:0 .7rem .6rem;font-size:.74rem;line-height:1.4;color:var(--tbtr-text-muted);
}
.tbtr-rtp-item__name{padding-bottom:.2rem}
@media (hover:none){
  .tbtr-rtp-item__thumb{aspect-ratio:3/2;overflow:hidden}
  .tbtr-rtp-item__thumb img{height:100%}
  .tbtr-rtp-item__name{padding-top:.55rem}
}
/* ключевые блоки отделены от однородной ленты полос */
.tbtr-cta{padding-block:calc(var(--tbtr-sec-pad) * 1.4)}
.tbtr-section#sss{padding-block:calc(var(--tbtr-sec-pad) * 1.25)}
