:root{--bg:#090d0b;--surface:#111612;--surface2:#171e19;--line:#263128;--text:#f2f6f2;--muted:#9aa59d;--lime:#9cff55;--lime2:#dfff72;--shadow:0 24px 70px rgba(0,0,0,.28);--radius:22px}
*{box-sizing:border-box}html{background:var(--bg);color-scheme:dark;scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:radial-gradient(circle at 80% -10%,rgba(156,255,85,.11),transparent 34rem),var(--bg);color:var(--text);min-height:100vh}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font:inherit}
.container{width:min(1180px,calc(100% - 36px));margin-inline:auto}.site-header{position:sticky;top:0;z-index:30;background:rgba(9,13,11,.83);backdrop-filter:blur(18px);border-bottom:1px solid rgba(156,255,85,.08)}.nav{height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand img{width:210px;height:auto}.nav-links{display:flex;align-items:center;gap:24px;color:#c7d0c9;font-size:14px;font-weight:700}.nav-links a:hover,.nav-links a:focus-visible{color:var(--lime)}
.hero{padding:70px 0 40px}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--lime);font-size:12px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.eyebrow:before{content:"";width:22px;height:2px;background:var(--lime);border-radius:99px}.hero h1{font-size:clamp(42px,7vw,82px);line-height:.95;letter-spacing:-.055em;max-width:800px;margin:18px 0 22px}.hero p{max-width:690px;font-size:clamp(17px,2vw,21px);line-height:1.65;color:#b2bcb4;margin:0}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 18px;border-radius:14px;border:1px solid var(--line);font-weight:800;transition:.18s transform,.18s border-color,.18s background}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--lime);color:#0a100b;border-color:var(--lime)}.btn-ghost:hover{border-color:#5a715f;background:#141b16}
.section{padding:34px 0 72px}.section-title{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}.section-title h2{font-size:clamp(26px,4vw,38px);letter-spacing:-.035em;margin:0}.section-title p{color:var(--muted);margin:0}.game-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.game-card{display:block;background:linear-gradient(180deg,#151b17,#101411);border:1px solid #273028;border-radius:24px;overflow:hidden;box-shadow:var(--shadow);transition:.2s transform,.2s border-color}.game-card:hover,.game-card:focus-visible{transform:translateY(-4px);border-color:#56723e}.game-thumb{aspect-ratio:16/9;background:#182019;overflow:hidden}.game-thumb img{width:100%;height:100%;object-fit:cover}.game-card-body{padding:19px}.game-card h3{font-size:22px;margin:0 0 8px}.game-card p{color:var(--muted);line-height:1.5;margin:0}.tags{display:flex;gap:7px;flex-wrap:wrap;margin-top:15px}.tag{font-size:11px;font-weight:800;padding:6px 9px;border:1px solid #334137;border-radius:999px;color:#c8d3ca;background:#111712}.tag.live{color:#0b120c;background:var(--lime);border-color:var(--lime)}
.game-page{padding:28px 0 70px}.game-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px}.game-head h1{font-size:clamp(28px,4vw,42px);letter-spacing:-.04em;margin:0}.game-actions{display:flex;gap:8px}.icon-btn{border:1px solid #314038;background:#121814;color:#eaf1eb;border-radius:12px;min-width:44px;height:44px;padding:0 13px;font-weight:800;cursor:pointer}.icon-btn:hover,.icon-btn:focus-visible{border-color:#63834d;color:var(--lime)}
.game-shell{display:grid;grid-template-columns:minmax(0,1fr) 180px;gap:14px;align-items:stretch}.game-stage{position:relative;min-width:0;aspect-ratio:16/9;border:1px solid #2a352c;background:#050806;border-radius:20px;overflow:hidden;box-shadow:var(--shadow)}.game-stage iframe{width:100%;height:100%;border:0;display:block;background:#070a08}.game-stage:fullscreen{width:100vw;height:100vh;aspect-ratio:auto;border-radius:0}.game-stage:fullscreen iframe{width:100%;height:100%}.game-status{position:absolute;left:12px;bottom:12px;display:flex;align-items:center;gap:8px;background:rgba(8,12,9,.78);border:1px solid rgba(255,255,255,.09);backdrop-filter:blur(12px);border-radius:999px;padding:7px 10px;font-size:12px;color:#ccd4ce;pointer-events:none;transition:.25s opacity}.game-status.ready{opacity:0}.status-dot{width:7px;height:7px;background:var(--lime);border-radius:50%;box-shadow:0 0 0 5px rgba(156,255,85,.12)}.ad-rail{min-height:100%;display:flex;align-items:center;justify-content:center;border:1px dashed #334137;border-radius:18px;color:#647067;text-align:center;font-size:11px;letter-spacing:.08em;text-transform:uppercase;background:#0d120f;padding:18px}.ad-wide{height:110px;margin:14px 0 0;display:flex;align-items:center;justify-content:center;border:1px dashed #334137;border-radius:16px;color:#647067;font-size:11px;letter-spacing:.08em;text-transform:uppercase;background:#0d120f}
.content-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(260px,.6fr);gap:22px;margin-top:26px}.panel{background:#111612;border:1px solid #232d25;border-radius:20px;padding:24px}.panel h2,.panel h3{margin-top:0;letter-spacing:-.025em}.panel p,.panel li{color:#aeb8b0;line-height:1.72}.panel ul{padding-left:20px}.controls{display:grid;gap:10px}.control-row{display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid #222b24;padding:9px 0}.control-row:last-child{border-bottom:0}.control-key{font-weight:900;color:var(--lime)}.faq{display:grid;gap:10px}.faq details{border:1px solid #273128;background:#101511;border-radius:14px;padding:0 16px}.faq summary{cursor:pointer;font-weight:800;padding:15px 0}.faq p{margin:0 0 16px}.footer{border-top:1px solid #1e271f;padding:30px 0 42px;color:#7e8a81;font-size:13px}.footer-row{display:flex;justify-content:space-between;gap:20px;align-items:center}.footer-links{display:flex;gap:16px;flex-wrap:wrap}.legal{padding:54px 0 90px}.legal h1{font-size:clamp(34px,6vw,56px);letter-spacing:-.05em}.legal article{max-width:820px;color:#b3bcb5;line-height:1.75}.legal h2{color:var(--text);margin-top:38px}
.notice{display:grid;gap:5px;margin:24px 0;padding:17px 18px;border:1px solid #314337;border-radius:15px;background:#101712}.notice strong{color:var(--lime)}.notice span{color:#aeb8b0}.not-found{min-height:calc(100vh - 185px);display:grid;align-items:center;padding:70px 0}.not-found-inner{max-width:760px}.error-code{display:block;font-size:clamp(80px,18vw,190px);font-weight:950;line-height:.72;letter-spacing:-.08em;color:rgba(156,255,85,.08);margin-bottom:-8px}.not-found h1{font-size:clamp(40px,7vw,76px);line-height:.98;letter-spacing:-.055em;margin:18px 0}.not-found p{max-width:650px;color:#aeb8b0;font-size:18px;line-height:1.65;margin:0}
.rotate-gate{display:none;position:absolute;inset:0;z-index:6;align-items:center;justify-content:center;background:#080c09;padding:28px;text-align:center}.rotate-card{max-width:320px}.rotate-icon{font-size:46px;margin-bottom:14px}.rotate-card h2{margin:0 0 10px}.rotate-card p{color:var(--muted);line-height:1.5}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:900px){.game-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.game-shell{grid-template-columns:1fr}.ad-rail{display:none}.content-grid{grid-template-columns:1fr}.hero{padding-top:52px}}
@media(max-width:620px){.section-title{align-items:flex-start;flex-direction:column}.section-title p{max-width:34rem}.container{width:min(100% - 24px,1180px)}.nav{height:62px}.brand img{width:166px}.nav-links{gap:14px;font-size:12px}.nav-links a:first-child{display:none}.hero{padding:42px 0 22px}.hero h1{font-size:44px}.game-grid{grid-template-columns:1fr}.section{padding-bottom:52px}.game-page{padding-top:18px}.game-head{align-items:flex-end}.game-head h1{font-size:29px}.game-actions .label{display:none}.game-stage{border-radius:14px}.ad-wide{height:78px}.panel{padding:19px}.footer-row{align-items:flex-start;flex-direction:column}}
@media(max-height:460px) and (orientation:landscape){.site-header{position:relative}.nav{height:54px}.brand img{width:150px}.game-page{padding-top:10px}.game-head{margin-bottom:8px}.game-head h1{font-size:24px}.game-stage{max-height:calc(100vh - 132px);margin:auto}.ad-wide{display:none}.content-grid{margin-top:14px}}

.scraboom-thumb{display:grid;place-items:center;background:radial-gradient(circle at 50% 42%,rgba(97,179,255,.25),transparent 32%),linear-gradient(145deg,#111b25,#080d12)}
.scraboom-thumb img{width:min(54%,260px);height:auto;object-fit:contain;filter:drop-shadow(0 18px 35px rgba(0,0,0,.45))}
@media(max-width:900px){.game-stage{aspect-ratio:auto;height:min(72vh,680px)}}
@media(max-width:620px){.game-stage{height:min(68vh,610px)}}
@media(max-height:460px) and (orientation:landscape){.game-stage{height:calc(100vh - 92px);max-height:none;width:100%}}


.lang-select{height:34px;border:1px solid #314038;border-radius:10px;background:#111713;color:#dfe8e1;padding:0 8px;font:800 11px/1 system-ui;cursor:pointer}.lang-select:focus{outline:2px solid rgba(156,255,85,.3);outline-offset:2px}
.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.feature-grid .panel{min-height:170px}.feature-grid h3{font-size:20px}.portal-about{max-width:800px;margin:26px 0 0;color:#9da9a0;line-height:1.7}.portal-points{padding-top:0}.related-title{margin-top:28px!important}
@media(max-width:800px){.feature-grid{grid-template-columns:1fr}.feature-grid .panel{min-height:0}}
@media(max-width:620px){.lang-select{width:48px;padding:0 4px}.nav-links{gap:8px}}

