/* Premier Bet APK — stickernation.net */
*{box-sizing:border-box}
body{margin:0;background:#0d1117;font-family:Inter,system-ui,sans-serif;-webkit-font-smoothing:antialiased;overflow-x:hidden}
img{max-width:100%}
a{color:#f5b301}
a:hover{color:#ffcb3d}
h1,h2,h3{overflow-wrap:anywhere}
@keyframes marquee{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
@keyframes pulseDot{0%,100%{opacity:1}50%{opacity:0.3}}
.marquee{display:inline-flex;gap:28px;white-space:nowrap;animation:marquee 38s linear infinite}
@media (prefers-reduced-motion:reduce){.marquee{animation:none}}
.grid{display:grid;gap:16px}
.grid>*{min-width:0}
.grid-bento{grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}
.grid-bonus{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}
.grid-promo{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}
.grid-rev{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}
.grid-foot{grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:28px}
.prose p{color:#98a2b3;font-size:15.5px;line-height:1.75;margin:0 0 16px}
.prose h3{color:#f2f4f7;font-size:19px;margin:26px 0 10px;font-family:'Archivo Black',sans-serif;letter-spacing:.01em}
.prose ul{color:#98a2b3;font-size:15.5px;line-height:1.75;margin:0 0 16px;padding-left:20px}
.prose li{margin-bottom:8px}
.prose strong{color:#f2f4f7}
.cmp{min-width:640px}
.tbl{min-width:640px}
.tbl-row{display:grid;grid-template-columns:1fr 1.15fr 1.5fr}
.tbl-row>*{min-width:0}
.cmp-row{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr}
.mast{position:sticky;top:0;z-index:50;background:#0d1117;border-bottom:1px solid #232c38}
.mast-top{display:flex;align-items:center;gap:16px;padding:14px clamp(14px,4vw,40px)}
.mast-logo{display:flex;align-items:center;flex-shrink:0;text-decoration:none}
.mast-nav{display:flex;gap:8px;overflow-x:auto;flex:1;scrollbar-width:none;min-width:0}
.mast-nav::-webkit-scrollbar{display:none}
.mast-cta{display:flex;flex-direction:column;align-items:center;flex-shrink:0;gap:2px}
@media (max-width:880px){
  .mast-top{flex-wrap:wrap;padding-bottom:0}
  .mast-cta{margin-left:auto}
  .mast-nav{order:3;flex:1 0 100%;padding:10px 0 12px;border-top:1px solid #232c38;margin-top:12px}
}
[data-mobile-bar]{display:none}
@media (max-width:760px){
  [data-mobile-bar]{display:flex}
  body{padding-bottom:78px}
  .bento-lead{grid-column:auto !important;grid-row:auto !important}
}
@media (max-width:560px){
  .grid-bento,.grid-bonus,.grid-promo,.grid-rev{grid-template-columns:minmax(0,1fr)}
  .grid-foot{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}
}
::-webkit-scrollbar{height:6px;width:6px}
::-webkit-scrollbar-thumb{background:#232c38;border-radius:3px}
.dl-btn:hover{background:#15ad5c}
.faq-item[open] .faq-plus{transform:rotate(45deg)}
.faq-item summary{list-style:none;cursor:pointer}
.faq-item summary::-webkit-details-marker{display:none}
.star{cursor:pointer;font-size:22px;color:#3a4250}
.star.on{color:#f5b301}
.form-msg{color:#98a2b3;font-size:13px;min-height:18px}
.form-msg.err{color:#f5b301}
.hp{position:absolute;left:-9999px}
