@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=Inter:wght@400;500;600;700&display=swap');
:root{--ink:#061525;--panel:#0b2035;--line:#274057;--lime:#d8ff24;--coral:#ff5c52;--text:#f7f9f6;--muted:#a9bac9;--max:1320px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 50% -20%,#12324d 0,var(--ink) 40%);color:var(--text);font-family:Inter,system-ui,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
.site-header{height:74px;display:flex;align-items:center;gap:52px;padding:0 max(24px,calc((100vw - var(--max))/2));border-bottom:1px solid var(--line);background:rgba(3,16,29,.9);position:sticky;top:0;z-index:10;backdrop-filter:blur(14px)}.brand{display:flex;align-items:center;gap:12px;font-weight:700}.brand b{font:italic 800 31px/1 "Barlow Condensed";color:var(--lime);letter-spacing:-1px}.site-header nav{display:flex;gap:34px}.site-header nav a:hover,.site-header nav a:focus{color:var(--lime)}.search{margin-left:auto}.search input{width:300px;border:1px solid var(--line);border-radius:7px;background:#06111e;color:white;padding:12px 16px;outline:none}.search input:focus{border-color:var(--lime)}
h1,h2,h3{font-family:"Barlow Condensed",Impact,sans-serif;text-transform:uppercase;letter-spacing:.01em}.hero{min-height:560px;max-width:var(--max);margin:auto;display:grid;grid-template-columns:.82fr 1.18fr;gap:60px;align-items:center;padding:54px 24px}.hero h1{font-size:clamp(4rem,5.5vw,5.45rem);line-height:.82;margin:0 0 34px}.hero h1 span,.hero h1 mark{display:block;white-space:nowrap}.hero mark{color:var(--lime);background:none}.hero-copy p{font-size:1.25rem;line-height:1.6;color:#dce4ea}.button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:6px;padding:15px 24px;font-weight:800;text-transform:uppercase;cursor:pointer}.button--lime{background:var(--lime);color:#07131f}.button--coral{background:var(--coral);color:white}.feature{height:430px;min-height:0;border:1px solid #39526a;border-radius:12px;overflow:hidden;background:#102a42;box-shadow:0 24px 70px rgba(0,0,0,.28);position:relative}.feature-slides,.feature-slide{position:absolute;inset:0}.feature-slide{display:grid;grid-template-rows:minmax(0,1fr) auto;opacity:0;pointer-events:none;transition:opacity .35s ease}.feature-slide.active{opacity:1;pointer-events:auto}.feature-art{min-height:0;position:relative;background:#071728;overflow:hidden}.feature-art img{position:absolute;inset:12px;width:calc(100% - 24px);height:calc(100% - 24px);object-fit:contain}.feature-copy{min-height:102px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:20px;padding:20px 64px 20px 24px;background:#102a42}.feature-copy>span{display:flex;flex-direction:column;gap:4px}.feature-copy strong{font:700 2.2rem/1 "Barlow Condensed";text-transform:uppercase}.feature-copy small{color:var(--muted);font-size:.9rem}.feature-copy b{color:var(--coral);font-size:.85rem}.slider-arrow{position:absolute;z-index:2;top:42%;width:40px;height:40px;border:1px solid rgba(255,255,255,.35);border-radius:50%;display:grid;place-items:center;background:rgba(3,16,29,.72);color:white;cursor:pointer}.slider-arrow:hover,.slider-arrow:focus-visible{border-color:var(--lime);color:var(--lime)}.slider-arrow--prev{left:14px}.slider-arrow--next{right:14px}.slider-arrow svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.slider-dots{position:absolute;z-index:2;right:20px;bottom:20px;display:flex;gap:7px}.slider-dots button{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:#778898;cursor:pointer}.slider-dots button.active{background:var(--lime);transform:scale(1.25)}
.feature{padding:16px 54px 42px}.feature-window{width:100%;height:100%;overflow:hidden}.feature-slides{position:static;inset:auto;width:100%;height:100%;display:flex;gap:14px;transition:transform .4s ease;will-change:transform}.feature-slide{position:relative;inset:auto;flex:0 0 calc((100% - 28px)/3);height:100%;display:grid;grid-template-rows:minmax(0,1fr) auto;opacity:1;pointer-events:auto;border:1px solid var(--line);border-radius:8px;overflow:hidden;background:#0b2035;transition:border-color .2s,transform .2s}.feature-slide:hover,.feature-slide:focus-visible{border-color:var(--lime);transform:translateY(-3px)}.feature-art{background:#061525}.feature-art img{inset:8px;width:calc(100% - 16px);height:calc(100% - 16px)}.feature-copy{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px;background:#102a42}.feature-copy strong{font-size:1.25rem}.feature-copy small{color:var(--coral);font-size:.7rem;white-space:nowrap}.slider-arrow{top:44%}.slider-arrow--prev{left:8px}.slider-arrow--next{right:8px}.slider-dots{right:50%;bottom:16px;transform:translateX(50%)}
.content-section{max-width:var(--max);margin:auto;padding:46px 24px}.section-heading{display:flex;justify-content:space-between;align-items:end}.section-heading span{color:var(--lime)}.content-section h2,.trust h2{font-size:2rem;margin:0 0 22px}.game-rail{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.game-card{display:flex;flex-direction:column;gap:7px;position:relative}.game-card:hover .cover{transform:translateY(-5px);border-color:var(--lime)}.cover{aspect-ratio:3/4;border:1px solid var(--line);border-radius:8px;display:grid;place-items:center;overflow:hidden;transition:.2s;background:linear-gradient(145deg,#173d63,#081829)}.cover img{width:100%;height:100%;object-fit:cover}.cover i{font:800 5rem/1 "Barlow Condensed";font-style:normal}.cover--1{background:linear-gradient(145deg,#5b282d,#170e22)}.cover--2{background:linear-gradient(145deg,#133e2c,#071912)}.cover--3{background:linear-gradient(145deg,#50351a,#16100a)}.cover--4{background:linear-gradient(145deg,#373064,#0d0a20)}.game-card small{color:var(--muted)}.game-card em{position:absolute;top:10px;right:10px;padding:5px 8px;background:#061525;color:var(--muted);font-size:.65rem;text-transform:uppercase;font-style:normal}
.categories{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.categories a{min-height:128px;display:grid;place-items:center;border:1px solid var(--line);border-radius:8px;transition:.2s}.categories a:hover{border-color:var(--lime);transform:translateY(-3px)}.categories i{font-size:2.5rem;color:var(--lime);font-style:normal}.categories span{font:700 1.2rem "Barlow Condensed";text-transform:uppercase}.directory{border-top:1px solid var(--line)}.directory-row{display:grid;grid-template-columns:60px 1fr 240px 110px;gap:20px;align-items:center;padding:15px 10px;border-bottom:1px solid var(--line)}.directory-row span,.directory-row small{color:var(--muted)}.directory-row b{color:var(--lime);font-size:.85rem}.directory-row[hidden]{display:none}
.ad-slot{max-width:970px;min-height:112px;margin:36px auto;display:grid;place-items:center;border:1px dashed #50677c;border-radius:6px;color:#8496a6;background:rgba(255,255,255,.015)}.ad-slot span{font-size:.65rem;text-transform:uppercase;letter-spacing:.16em}.ad-slot b{font-size:.85rem}.trust{border-top:1px solid var(--line);max-width:var(--max);margin:40px auto 0;padding:60px 24px 80px;text-align:center}.trust>div{display:grid;grid-template-columns:repeat(3,1fr);gap:50px;text-align:left}.trust article{display:grid;grid-template-columns:56px 1fr}.trust i{font-size:2.5rem;color:var(--lime);font-style:normal;grid-row:1/3}.trust h3{font-size:1.25rem;margin:3px 0}.trust p{margin:4px 0;color:var(--muted);line-height:1.6}
footer{border-top:1px solid var(--line);max-width:var(--max);margin:auto;padding:48px 24px;display:grid;grid-template-columns:1fr auto;gap:12px;color:var(--muted)}footer .brand{color:white}footer nav{grid-column:2;grid-row:1/4;display:flex;gap:28px;align-items:center}footer p,footer small{margin:0}
.crumbs{display:flex;gap:10px;color:var(--muted);font-size:.8rem}.game-page,.seo-page,.legal{max-width:var(--max);margin:auto;padding:32px 24px 80px}.game-page>h1,.seo-page>h1,.legal>h1{font-size:clamp(3.2rem,5vw,5.4rem);line-height:.9;margin:26px 0 8px}.lede{color:#d5dee5}.play-layout{display:grid;grid-template-columns:1fr 280px;gap:28px}.mode-bar{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:24px 0 14px}.mode-bar>div{border:2px solid var(--lime);border-radius:8px;padding:14px;text-align:center}.mode-bar>div+div{border-color:var(--coral)}.mode-bar h2{margin:0 0 10px;font-size:1.45rem;color:var(--lime)}.mode-bar>div+div h2{color:var(--coral)}.difficulty{display:grid;grid-template-columns:repeat(3,1fr)}.difficulty button,.game-tools button{background:#071828;color:white;border:1px solid var(--line);padding:9px;cursor:pointer}.difficulty button.active{background:var(--lime);color:#07131f}.game-shell{border:1px solid #486078;border-radius:8px;padding:16px;display:grid;grid-template-columns:140px minmax(300px,1fr) 130px;gap:18px;min-height:510px;background:#0b2035}.game-status,.game-tools{border:1px solid var(--line);padding:16px}.game-status{display:flex;flex-direction:column;gap:14px}.game-status strong{color:var(--lime)}.game-tools{display:flex;flex-direction:column}.game-tools button{text-align:left;border-width:0 0 1px;padding:18px 8px}.game-root{display:grid;place-items:center;min-height:450px}.ad-slot--tower{height:640px;margin:24px 0}.game-info{display:grid;grid-template-columns:1fr 1fr 1fr 1.15fr;gap:14px;margin-top:18px}.game-info article{border:1px solid var(--line);border-radius:7px;padding:20px}.game-info h2{color:var(--lime);margin:0 0 12px}.game-info p,.game-info li{color:#d4dee6;line-height:1.6}.game-info a{display:flex;justify-content:space-between;padding:10px;border-bottom:1px solid var(--line)}details{border-bottom:1px solid var(--line);padding:10px 0}summary{cursor:pointer}.seo-game-frame{min-height:470px;margin:30px 0;border:1px solid var(--line);background:#091c2e;display:grid;place-items:center;text-align:center}.seo-game-frame iframe{width:100%;height:650px;border:0}.seo-copy,.legal{max-width:850px}.seo-copy h2,.legal h2{font-size:2rem;margin-top:42px}.seo-copy p,.legal p{color:#c5d1da;line-height:1.8}.legal a{color:var(--lime)}
.connect-board{width:min(100%,560px);display:grid;grid-template-columns:repeat(7,1fr);gap:8px;background:#0e61b2;padding:14px;border-radius:12px}.connect-cell{aspect-ratio:1;border-radius:50%;border:3px solid #073a70;background:#061525;cursor:pointer}.connect-cell.p1{background:#ffd42a}.connect-cell.p2{background:#ff4d49}.ttt-board{width:min(100%,430px);display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.ttt-cell{aspect-ratio:1;background:#0d2a43;border:2px solid #2c526e;color:var(--lime);font:800 4rem "Barlow Condensed";cursor:pointer}.snake-canvas,.game-canvas{width:min(100%,500px);aspect-ratio:1;background:#03101b;border:1px solid var(--line)}
@media(max-width:900px){.site-header nav{display:none}.search input{width:180px}.hero{grid-template-columns:1fr;gap:32px}.hero h1{font-size:5rem}.feature{height:360px}.game-rail{grid-template-columns:repeat(3,1fr)}.categories{grid-template-columns:repeat(2,1fr)}.directory-row{grid-template-columns:44px 1fr 100px}.directory-row small{display:none}.trust>div,.game-info{grid-template-columns:1fr 1fr}.play-layout{display:block}.ad-slot--tower{display:none}.game-shell{grid-template-columns:1fr}.game-status{flex-direction:row;justify-content:space-between}.game-tools{flex-direction:row}.game-tools button{flex:1;text-align:center}.mode-bar{grid-template-columns:1fr}}
@media(max-width:560px){.site-header{height:64px;padding:0 16px}.brand span{display:none}.search input{width:150px}.hero,.content-section,.game-page,.seo-page,.legal{padding-left:16px;padding-right:16px}.hero{padding-top:38px}.hero h1{font-size:3.4rem}.feature{height:310px}.game-rail{display:flex;overflow:auto}.game-card{min-width:150px}.categories{grid-template-columns:1fr 1fr}.directory-row{grid-template-columns:34px 1fr}.directory-row b{display:none}.trust>div,.game-info{grid-template-columns:1fr}.trust article{grid-template-columns:45px 1fr}.mode-bar{grid-template-columns:1fr}.game-page>h1,.seo-page>h1,.legal>h1{font-size:3.2rem}.game-shell{padding:10px}.game-root{min-height:330px}.connect-board{gap:4px;padding:8px}.connect-cell{border-width:2px}footer{display:block}footer nav{margin:24px 0;flex-wrap:wrap}}
@media(max-width:560px){.feature{padding:14px 48px 40px}.feature-slide{flex-basis:100%}.feature-copy strong{font-size:1.5rem}.slider-arrow{top:43%}}

.section-link{color:var(--lime)}
.catalog-page{max-width:var(--max);margin:auto;padding:64px 24px 100px}
.catalog-intro{max-width:900px;padding:28px 0 72px}
.catalog-intro>span,.eyebrow{color:var(--lime);font-size:.75rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}
.catalog-intro h1{font-size:clamp(4.5rem,9vw,8rem);line-height:.78;margin:22px 0 34px}
.catalog-intro mark{color:var(--lime);background:none}
.catalog-intro p{max-width:690px;color:#c5d1da;font-size:1.1rem;line-height:1.8}
.catalog-stats{display:flex;gap:60px;margin-top:42px}
.catalog-stats strong{font:700 2.4rem/1 "Barlow Condensed";color:var(--text)}
.catalog-stats small{display:block;margin-top:7px;color:var(--muted);font:500 .72rem/1.2 Inter;text-transform:uppercase;letter-spacing:.08em}
.catalog-browser{scroll-margin-top:90px}
.catalog-browser .section-heading h2{margin:7px 0 0}
.catalog-filters{display:flex;flex-wrap:wrap;gap:9px;margin:24px 0 30px}
.catalog-filters button{border:1px solid var(--line);border-radius:99px;background:#091a2b;color:var(--text);padding:10px 14px;cursor:pointer}
.catalog-filters button span{margin-left:5px;color:var(--muted);font-size:.72rem}
.catalog-filters button:hover,.catalog-filters button:focus-visible,.catalog-filters button.active{border-color:var(--lime);background:var(--lime);color:#07131f}
.catalog-filters button.active span{color:#304000}
.catalog-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:28px 18px}
.catalog-grid .game-card{content-visibility:auto;contain-intrinsic-size:220px 330px}
.catalog-grid .game-card em{position:static;align-self:flex-start;margin-top:2px}
.catalog-grid .game-card[hidden]{display:none}
.catalog-empty{text-align:center;color:var(--muted);padding:70px 0}
@media(max-width:900px){.catalog-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:560px){
  .catalog-page{padding-left:16px;padding-right:16px}
  .catalog-intro{padding:15px 0 52px}
  .catalog-intro h1{font-size:4rem}
  .catalog-stats{gap:24px;justify-content:space-between}
  .catalog-stats strong{font-size:2rem}
  .catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 12px}
  .catalog-grid .game-card{min-width:0}
  .catalog-filters{flex-wrap:nowrap;overflow-x:auto;padding-bottom:6px}
  .catalog-filters button{flex:0 0 auto}
}
