/* ==== 7К Казино — "тисовый лук" neo-brutalist blocks ==== */
:root{
  --bg:#0a0c0e;
  --panel:#141719;
  --panel2:#1b1f22;
  --text:#eef1f0;
  --muted:#9aa3a1;
  --acc:#7fa9c4;
  --acc2:#d08a4f;
  --ink:#000000;
  --line:#33383b;
  --wrap:1160px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{-webkit-text-size-adjust:100%}
body.yewbow{
  background:var(--bg);
  color:var(--text);
  font-family:"Fira Sans",system-ui,Segoe UI,Arial,sans-serif;
  font-weight:400;
  line-height:1.55;
  overflow-x:hidden;
  font-size:16px;
}
img,svg{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
h1,h2,h3,h4{font-family:"Kelly Slab",Georgia,serif;font-weight:400;line-height:1.12;letter-spacing:.2px}
.yewbow-em{font-weight:700;color:var(--acc2)}
.yewbow-em2{font-weight:700;color:var(--acc)}
.yewbow-skip{position:absolute;left:-9999px;top:0;background:var(--acc);color:#08110a;padding:10px 16px;z-index:100;font-weight:700}
.yewbow-skip:focus{left:8px;top:8px}

/* ---- shared block skin ---- */
.yewbow-slots,.yewbow-steps,.yewbow-welcome,.yewbow-loyal,.yewbow-tour,.yewbow-live,
.yewbow-brand,.yewbow-rev,.yewbow-pay,.yewbow-faq,.yewbow-author,
.yewbow-hero,.yewbow-final,.yewbow-metr,.yewbow-marq{
  border:2px solid var(--line);
  border-radius:0;
}

/* ---- header ---- */
.yewbow-bar{
  position:sticky;top:0;z-index:60;
  display:flex;align-items:center;gap:16px;
  padding:12px clamp(12px,4vw,32px);
  background:var(--bg);
  border-bottom:2px solid var(--acc);
}
.yewbow-logo{display:flex;align-items:center;gap:10px}
.yewbow-logo__svg{width:34px;height:34px;background:var(--panel2);border:2px solid var(--ink);padding:4px}
.yewbow-logo__t{font-family:"Kelly Slab",serif;font-size:17px;line-height:1;display:flex;flex-direction:column;gap:4px}
.yewbow-logo__sub{font-family:"Fira Sans",sans-serif;font-size:11px;color:var(--muted);letter-spacing:0;font-weight:400}
.yewbow-nav{display:flex;gap:6px;margin-left:auto;flex-wrap:wrap}
.yewbow-nav a{
  font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.4px;
  padding:8px 12px;border:2px solid var(--line);
}
.yewbow-nav a:hover{border-color:var(--acc2);color:var(--acc2)}

/* ---- CTA button ---- */
.yewbow-cta{
  display:inline-block;font-family:"Kelly Slab",serif;letter-spacing:.3px;
  background:var(--acc);color:#08110a;border:2px solid var(--ink);
  padding:14px 26px;box-shadow:6px 6px 0 var(--acc2);
  transition:transform .08s ease,box-shadow .08s ease;cursor:pointer;
}
.yewbow-cta:hover{transform:translate(-3px,-3px);box-shadow:9px 9px 0 var(--acc2)}
.yewbow-cta:active{transform:translate(3px,3px);box-shadow:2px 2px 0 var(--acc2)}
.yewbow-cta--sm{padding:9px 16px;box-shadow:4px 4px 0 var(--acc2);font-size:14px}
.yewbow-cta--big{font-size:18px;padding:16px 32px}
.yewbow-cta--hot{background:var(--acc2);color:#1a0d02;box-shadow:6px 6px 0 var(--acc)}
.yewbow-cta--hot:hover{box-shadow:9px 9px 0 var(--acc)}
.yewbow-cta--ghost{background:transparent;color:var(--text);border-color:var(--acc);box-shadow:6px 6px 0 var(--acc2)}
.yewbow-cta--ghost:hover{box-shadow:9px 9px 0 var(--acc2)}

/* ---- marquee ---- */
.yewbow-marq{overflow:hidden;background:var(--acc);color:#08110a;border-left:0;border-right:0;white-space:nowrap}
.yewbow-marq__track{display:inline-flex;align-items:center;gap:22px;padding:9px 0;animation:yscrollx 27s linear infinite;will-change:transform}
.yewbow-marq__seg{font-family:"Kelly Slab",serif;font-size:13px;letter-spacing:.3px}
.yewbow-marq__dot{color:var(--acc2)}
@keyframes yscrollx{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media (prefers-reduced-motion:reduce){.yewbow-marq__track{animation:none}}

/* ---- layout wrapper ---- */
main{max-width:var(--wrap);margin:0 auto;padding:22px clamp(12px,4vw,28px);display:flex;flex-direction:column;gap:22px}

/* ---- stats strip ---- */
.yewbow-metr{display:grid;grid-template-columns:repeat(5,1fr);background:var(--panel)}
.yewbow-metr__cell{padding:16px 14px;border-right:2px solid var(--line);display:flex;flex-direction:column;gap:4px}
.yewbow-metr__cell:last-child{border-right:0}
.yewbow-metr__num{font-family:"Kelly Slab",serif;font-size:clamp(18px,2.4vw,26px);color:var(--acc2)}
.yewbow-metr__lbl{font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.4px}

/* ---- hero ---- */
.yewbow-hero{
  display:grid;grid-template-columns:1.55fr 1fr;gap:0;
  background:var(--panel);box-shadow:10px 10px 0 var(--acc);
}
.yewbow-hero__lead{padding:clamp(20px,3.4vw,40px);border-right:2px solid var(--line)}
.yewbow-hero__chip{display:inline-block;font-size:12px;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:#08110a;background:var(--acc);padding:5px 10px;border:2px solid var(--ink);margin-bottom:16px}
.yewbow-hero h1{font-size:clamp(26px,4.2vw,46px);margin-bottom:16px}
.yewbow-hero__sub{color:var(--muted);font-size:16px;margin-bottom:22px;max-width:62ch}
.yewbow-hero__btns{display:flex;gap:18px;flex-wrap:wrap;margin-bottom:26px}
.yewbow-qab{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:22px}
.yewbow-qab__i{border:2px solid var(--line);padding:11px 13px;display:flex;flex-direction:column;gap:3px;background:var(--panel2)}
.yewbow-qab__i:hover{border-color:var(--acc);transform:translate(-2px,-2px);box-shadow:4px 4px 0 var(--acc)}
.yewbow-qab__k{font-family:"Kelly Slab",serif;font-size:13px}
.yewbow-qab__v{font-size:12px;color:var(--muted)}
.yewbow-kpi{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.yewbow-kpi__item{border:2px solid var(--acc);padding:12px 8px;text-align:center;background:var(--bg)}
.yewbow-kpi__num{display:block;font-family:"Kelly Slab",serif;font-size:clamp(20px,2.6vw,30px);color:var(--acc2)}
.yewbow-kpi__lbl{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.4px}
.yewbow-hero__pic{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:clamp(20px,3vw,34px);min-height:280px}
.yewbow-hero__pic figcaption{font-size:12px;color:var(--muted);text-align:center}

/* ---- generic slab ---- */
.yewbow-welcome,.yewbow-steps,.yewbow-slots,.yewbow-loyal,.yewbow-tour,.yewbow-live,
.yewbow-brand,.yewbow-rev,.yewbow-pay,.yewbow-faq,.yewbow-author{
  position:relative;background:var(--panel);padding:clamp(22px,3.4vw,40px);box-shadow:8px 8px 0 var(--ink);
}
.yewbow-ovr{
  display:inline-block;font-family:"Kelly Slab",serif;font-size:13px;letter-spacing:.6px;
  background:var(--acc);color:#08110a;padding:7px 15px;border:2px solid var(--ink);
  box-shadow:4px 4px 0 var(--acc2);margin-bottom:20px;
}
.yewbow-welcome h2,.yewbow-steps h2,.yewbow-slots h2,.yewbow-loyal h2,.yewbow-tour h2,.yewbow-live h2,
.yewbow-brand h2,.yewbow-rev h2,.yewbow-pay h2,.yewbow-faq h2,.yewbow-author h2{font-size:clamp(21px,3vw,34px);margin-bottom:14px}
.yewbow-welcome h3,.yewbow-steps h3,.yewbow-slots h3,.yewbow-loyal h3,.yewbow-live h3,.yewbow-brand h3{font-size:clamp(15px,1.9vw,20px);margin:18px 0 8px;color:var(--acc)}
.yewbow-lead{color:var(--muted);font-size:16px;margin-bottom:22px;max-width:78ch}
.yewbow-welcome p,.yewbow-steps p,.yewbow-slots p,.yewbow-loyal p,.yewbow-tour p,.yewbow-live p,.yewbow-brand p,.yewbow-rev p,.yewbow-pay p,.yewbow-author p{margin-bottom:10px}
section .yewbow-cta{margin-top:24px}

/* ---- grids ---- */
.yewbow-welcome__grid,.yewbow-steps__grid,.yewbow-grid,.yewbow-loyal__grid,.yewbow-live__grid,.yewbow-rev__grid,.yewbow-pay__grid{display:grid;gap:16px}
.yewbow-welcome__grid,.yewbow-steps__grid,.yewbow-rev__grid{grid-template-columns:repeat(3,1fr)}
.yewbow-loyal__grid{grid-template-columns:repeat(4,1fr)}
.yewbow-grid{grid-template-columns:repeat(4,1fr)}
.yewbow-live__grid{grid-template-columns:repeat(3,1fr)}
.yewbow-pay__grid{grid-template-columns:repeat(3,1fr)}

/* ---- welcome deposits ---- */
.yewbow-wbox{border:2px solid var(--line);background:var(--panel2);padding:18px}
.yewbow-wbox__step{font-size:11px;text-transform:uppercase;letter-spacing:.8px;color:var(--muted)}
.yewbow-wbox__pct{display:block;font-family:"Kelly Slab",serif;font-size:32px;color:var(--acc2);margin:6px 0 10px}
.yewbow-wbox h3{font-size:14px;color:var(--text);margin-bottom:8px;line-height:1.3}
.yewbow-wbox__sub{font-size:13px;color:var(--muted);margin:0}

/* ---- steps ---- */
.yewbow-sbox{border:2px solid var(--line);background:var(--panel2);padding:20px;position:relative}
.yewbow-sbox__num{font-family:"Kelly Slab",serif;font-size:38px;color:var(--acc);display:block;margin-bottom:6px}
.yewbow-sbox h3{color:var(--text);margin:0 0 8px;font-size:16px}
.yewbow-sbox p{font-size:13px;color:var(--muted);margin:0}

/* ---- catalogue tiles ---- */
.yewbow-card{border:2px solid var(--line);background:var(--bg);display:flex;flex-direction:column}
.yewbow-card__cover{aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;text-align:center;padding:10px;font-family:"Kelly Slab",serif;font-size:15px;color:#0a0c0e;border-bottom:2px solid var(--ink);line-height:1.15}
.yewbow-card h3{font-size:13px;color:var(--text);padding:10px 10px 2px;line-height:1.2}
.yewbow-card p{font-size:11px;color:var(--muted);padding:0 10px 10px;margin:0}
.yewbow-card__btn{margin:auto 10px 10px;text-align:center;font-family:"Kelly Slab",serif;font-size:12px;background:var(--acc);color:#08110a;border:2px solid var(--ink);padding:8px}
.yewbow-card__btn:hover{background:var(--acc2);color:#1a0d02}
.pc1{background:#d08a4f}.pc2{background:#7fa9c4}.pc3{background:#c4a15a}.pc4{background:#8fb59e}
.pc5{background:#e0a86f}.pc6{background:#9fbcd6}.pc7{background:#c99a5a}.pc8{background:#7fa9c4}
.pc9{background:#d08a4f}.pc10{background:#8fb59e}.pc11{background:#c4a15a}.pc12{background:#9fbcd6}

/* ---- chip bars ---- */
.yewbow-prov{margin-top:16px;border:2px solid var(--line);padding:14px;background:var(--panel2)}
.yewbow-prov__title{font-family:"Kelly Slab",serif;font-size:12px;color:var(--acc);display:block;margin-bottom:10px}
.yewbow-prov__list{display:flex;flex-wrap:wrap;gap:8px}
.yewbow-prov__list span{font-size:12px;border:2px solid var(--line);padding:5px 10px;background:var(--bg)}

/* ---- loyalty ladder ---- */
.yewbow-ladder{display:flex;flex-direction:column;gap:10px;margin-bottom:22px}
.yewbow-ladder__step{position:relative;display:flex;align-items:center;gap:14px;border:2px solid var(--line);background:var(--bg);padding:12px 16px}
.yewbow-ladder__name{font-family:"Kelly Slab",serif;font-size:16px;min-width:120px}
.yewbow-ladder__cb{margin-left:auto;font-family:"Kelly Slab",serif;color:var(--acc2);font-size:15px}

/* ---- note/loyalty boxes ---- */
.yewbow-lbox{border:2px solid var(--line);background:var(--panel2);padding:16px}
.yewbow-lbox h3{font-size:14px;color:var(--acc);margin:0 0 8px}
.yewbow-lbox p{font-size:13px;color:var(--muted);margin:0}

/* ---- tournament ---- */
.yewbow-tour__btns{margin-bottom:18px}
.yewbow-tour__kpi{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.yewbow-tour__kpi div{border:2px solid var(--line);background:var(--panel2);padding:16px;text-align:center;display:flex;flex-direction:column;gap:4px}
.yewbow-tour__kpi span{font-family:"Kelly Slab",serif;font-size:26px;color:var(--acc2)}
.yewbow-em2{font-size:12px;text-transform:uppercase;letter-spacing:.4px}
.yewbow-tour__kpi i{font-size:12px;color:var(--muted);font-style:normal}

/* ---- live hall ---- */
.yewbow-lvbox{border:2px solid var(--line);background:var(--bg);display:flex;flex-direction:column}
.yewbow-lvbox__cover{aspect-ratio:16/9;display:flex;align-items:center;justify-content:center;font-family:"Kelly Slab",serif;font-size:17px;color:#0a0c0e;border-bottom:2px solid var(--ink);text-align:center;padding:8px}
.hl1{background:#7fa9c4}.hl2{background:#d08a4f}.hl3{background:#c4a15a}.hl4{background:#8fb59e}.hl5{background:#9fbcd6}.hl6{background:#e0a86f}
.yewbow-lvbox__b{padding:14px;position:relative}
.yewbow-lvbox__live{position:absolute;top:-14px;right:12px;background:var(--acc2);color:#1a0d02;font-family:"Kelly Slab",serif;font-size:11px;padding:4px 9px;border:2px solid var(--ink)}
.yewbow-lvbox__b h3{font-size:16px;color:var(--text);margin:0 0 4px}
.yewbow-lvbox__s{font-size:12px;color:var(--muted);margin:0 0 8px}
.yewbow-lvbox__m{font-family:"Kelly Slab",serif;color:var(--acc2);font-size:15px;margin:0}
.yewbow-lvbox__p{font-size:12px;color:var(--muted);margin:2px 0 0}

/* ---- badges ---- */
.yewbow-badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.yewbow-bdg{font-family:"Kelly Slab",serif;font-size:11px;letter-spacing:.4px;border:2px solid var(--acc);padding:8px 12px;background:var(--bg)}

/* ---- reviews ---- */
.yewbow-rbox{border:2px solid var(--line);background:var(--panel2);padding:18px}
.yewbow-rbox__stars{color:var(--acc2);font-size:16px;letter-spacing:2px;margin-bottom:10px}
.yewbow-star-off{color:var(--line)}
.yewbow-rbox__q{font-size:14px;margin-bottom:14px}
.yewbow-rbox__meta{font-size:12px;color:var(--muted);display:flex;align-items:center;gap:8px}
.yewbow-rbox__a{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;background:var(--acc);color:#08110a;font-family:"Kelly Slab",serif;border:2px solid var(--ink)}

/* ---- cashier ---- */
.yewbow-pbox{border:2px solid var(--line);background:var(--panel2);padding:16px;display:flex;flex-direction:column;gap:4px}
.yewbow-pbox span{font-family:"Kelly Slab",serif;font-size:18px;color:var(--acc)}
.yewbow-pbox i{font-size:12px;color:var(--muted);font-style:normal}
.yewbow-pay__times{margin-top:16px;display:flex;flex-direction:column;gap:0;border:2px solid var(--line)}
.yewbow-pay__times div{display:flex;gap:16px;align-items:center;padding:12px 16px;border-bottom:2px solid var(--line)}
.yewbow-pay__times div:last-child{border-bottom:0}
.yewbow-pay__times span:first-child{font-family:"Kelly Slab",serif;color:var(--acc2);font-size:15px;min-width:96px}
.yewbow-pay__times span:last-child{font-size:14px;color:var(--muted)}

/* ---- final CTA ---- */
.yewbow-final{background:var(--acc2);color:#1a0d02;text-align:center;padding:clamp(28px,5vw,52px);box-shadow:10px 10px 0 var(--acc);border:2px solid var(--line)}
.yewbow-final h2{font-size:clamp(22px,3.6vw,36px);margin-bottom:12px;color:#1a0d02}
.yewbow-final p{margin-bottom:22px;font-weight:600}
.yewbow-final .yewbow-cta{background:#08110a;color:var(--acc);box-shadow:6px 6px 0 #000}
.yewbow-final .yewbow-cta:hover{box-shadow:9px 9px 0 #000}

/* ---- FAQ ---- */
.yewbow-faq details{border:2px solid var(--line);background:var(--panel2);margin-bottom:10px}
.yewbow-faq summary{cursor:pointer;list-style:none;padding:14px 44px 14px 16px;font-family:"Kelly Slab",serif;font-size:14px;position:relative;line-height:1.3}
.yewbow-faq summary::-webkit-details-marker{display:none}
.yewbow-faq summary::after{content:"+";position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:22px;color:var(--acc2)}
.yewbow-faq details[open] summary::after{content:"–"}
.yewbow-faq details[open] summary{border-bottom:2px solid var(--line);color:var(--acc2)}
.yewbow-faq details p{padding:14px 16px;margin:0;font-size:14px;color:var(--muted)}

.yewbow-author p{color:var(--muted);font-size:15px}

/* ---- footer ---- */
.yewbow-foot{max-width:var(--wrap);margin:22px auto 0;padding:0 clamp(12px,4vw,28px) 30px}
.yewbow-foot__top{border:2px solid var(--line);background:var(--panel);padding:24px;display:grid;grid-template-columns:1.2fr 2fr;gap:24px}
.yewbow-foot__brand{display:flex;flex-direction:column;gap:14px}
.yewbow-foot__logo{display:flex;align-items:center;gap:10px;font-size:13px}
.yewbow-foot__legal{font-size:12px;color:var(--muted);margin:0}
.yewbow-foot__cols{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.yewbow-foot__col h4{font-family:"Kelly Slab",serif;font-size:12px;color:var(--acc);margin-bottom:8px}
.yewbow-foot__col ul{list-style:none;font-size:12px;color:var(--muted);display:flex;flex-direction:column;gap:5px}
.yewbow-foot__bottom{border:2px solid var(--line);border-top:0;background:var(--bg);padding:16px 24px;display:flex;flex-direction:column;gap:8px;font-size:12px;color:var(--muted)}
.yewbow-foot__bottom span:first-child{color:var(--text);font-weight:600}

/* ==== responsive ==== */
@media (max-width:1024px){
  .yewbow-hero{grid-template-columns:1fr}
  .yewbow-hero__lead{border-right:0;border-bottom:2px solid var(--line)}
  .yewbow-grid{grid-template-columns:repeat(3,1fr)}
  .yewbow-metr{grid-template-columns:repeat(3,1fr)}
  .yewbow-metr__cell:nth-child(3){border-right:0}
  .yewbow-loyal__grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:768px){
  .yewbow-nav{display:none}
  .yewbow-welcome__grid,.yewbow-steps__grid,.yewbow-live__grid,.yewbow-pay__grid,.yewbow-rev__grid{grid-template-columns:repeat(2,1fr)}
  .yewbow-grid{grid-template-columns:repeat(2,1fr)}
  .yewbow-qab{grid-template-columns:1fr}
  .yewbow-foot__top{grid-template-columns:1fr}
  .yewbow-tour__kpi{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:480px){
  body.yewbow{font-size:15px}
  .yewbow-metr{grid-template-columns:repeat(2,1fr)}
  .yewbow-metr__cell:nth-child(3){border-right:2px solid var(--line)}
  .yewbow-metr__cell:nth-child(5){border-right:0}
  .yewbow-welcome__grid,.yewbow-steps__grid,.yewbow-live__grid,.yewbow-pay__grid,.yewbow-rev__grid,.yewbow-grid,.yewbow-loyal__grid,.yewbow-tour__kpi{grid-template-columns:1fr}
  .yewbow-kpi{grid-template-columns:repeat(2,1fr)}
  .yewbow-hero__btns{flex-direction:column}
  .yewbow-hero__btns .yewbow-cta{text-align:center}
  .yewbow-marq__seg{font-size:12px}
}
