*{box-sizing:border-box}
html{scroll-padding-top:76px}
body{
  margin:0;
  font-family:Arial,sans-serif;
  color:#eef0f6;
  line-height:1.6;
  background:
    radial-gradient(circle at 15% 15%,rgba(126,18,41,.18),transparent 34%),
    radial-gradient(circle at 85% 30%,rgba(227,170,32,.12),transparent 30%),
    linear-gradient(180deg,#06101c 0%,#0b0f1b 46%,#050a12 100%);
  background-attachment:fixed;
}
a{color:inherit}
.site-header{background:#050b14;border-bottom:1px solid #c79b2a}
.site-header img{display:block;width:100%;max-width:1776px;height:auto;margin:0 auto}
.menu{
  display:flex;flex-wrap:wrap;justify-content:center;gap:8px;padding:12px;
  background:#090d19;border-bottom:2px solid #ff8a00;position:sticky;top:0;z-index:9999
}
.menu a{
  padding:9px 15px;border:1px solid #ffbd66;border-radius:8px;
  background:linear-gradient(#ffd08a,#ff8a00 55%,#d96400);
  color:#fff;text-decoration:none;font-weight:800;font-size:14px
}
.menu a.active{color:#111;background:linear-gradient(#fffbd3,#ffc928 60%,#dc9700)}
main{max-width:1120px;width:calc(100% - 28px);margin:28px auto}
.box{
  margin-bottom:22px;padding:26px;border:1px solid #30445d;border-radius:16px;
  background:linear-gradient(145deg,rgba(18,29,49,.97),rgba(9,18,32,.97));
  box-shadow:0 14px 30px rgba(0,0,0,.28)
}
h1{font-size:clamp(27px,3vw,38px);line-height:1.15;margin:8px 0 12px}
h2{color:#f4d574}
.badge{
  display:inline-block;padding:5px 10px;border-radius:999px;
  background:#3a1822;color:#ffe18b;font-size:12px;font-weight:900
}
.maj,.note{color:#aeb6cb;font-size:13px}
.cta{
  display:inline-block;margin:18px 0 6px;padding:13px 24px;border-radius:10px;
  background:linear-gradient(#39d86b,#0e9f43);border:1px solid #67e890;
  color:#fff;text-decoration:none;font-weight:900
}
.pmu-poker-banner{
  width:min(100%,780px);margin:24px auto 28px;padding:10px;border:2px solid #d4af37;
  border-radius:17px;background:#07111f;
  box-shadow:0 12px 30px rgba(0,0,0,.42),inset 0 0 0 1px rgba(255,255,255,.05)
}
.pmu-poker-banner a{display:block;line-height:0}
.pmu-poker-banner img{display:block;width:100%;max-width:728px;height:auto;margin:auto;border-radius:11px}
.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.grid article,.split article{padding:17px;border:1px solid #36415f;border-radius:12px;background:#101a2d}
.grid article>b{
  display:grid;place-items:center;width:32px;height:32px;border-radius:8px;
  background:linear-gradient(135deg,#f3d36f,#b97f19);color:#111
}
.grid h3{margin-bottom:5px}
.split{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.smallbtn{
  display:inline-block;margin:8px 6px 0 0;padding:9px 12px;border-radius:8px;
  background:#18213b;border:1px solid #465276;color:#f2d477;text-decoration:none;font-weight:800
}
.faq details{margin-top:10px;padding:14px;border:1px solid #313c5e;border-radius:10px;background:#11182c}
.faq summary{cursor:pointer;color:#f3d36f;font-weight:800}
.final{text-align:center}
.footer{text-align:center;padding:28px 18px;border-top:2px solid #c79b2a;background:#050a12}
.footer a{color:#efc95e}
.responsible-logos{
  display:flex;flex-wrap:wrap;justify-content:center;align-items:center;
  gap:12px;margin:20px auto 12px;padding:9px 12px;max-width:390px;
  background:rgba(8,16,35,.88);border:1px solid rgba(255,193,7,.45);border-radius:13px
}
.responsible-logos>img{width:36px;height:36px;object-fit:contain}
.responsible-logos a:nth-of-type(1) img{width:58px;height:auto}
.responsible-logos a:nth-of-type(2) img{width:66px;height:auto}
.skip-link{position:absolute;left:-9999px}
.skip-link:focus{left:10px;top:10px;background:#fff;color:#000;padding:10px;z-index:10000}
@media(max-width:850px){.grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:650px){
  body{background-attachment:scroll}
  .menu{display:grid;grid-template-columns:repeat(2,1fr)}
  .grid,.split{grid-template-columns:1fr}
  .box{padding:19px}
  .pmu-poker-banner{width:94%;padding:7px}
}
@media(max-width:380px){.menu{grid-template-columns:1fr}}
