:root{--bg:#f7f8f4;--surface:#fff;--surface-soft:#eef5ef;--ink:#172221;--muted:#687774;--muted-strong:#40504d;--line:#dfe7e2;--line-strong:#c8d6cf;--green:#16946e;--green-soft:#dff4ec;--coral:#ee765c;--coral-soft:#ffe8de;--gold:#d49c2c;--blue:#397fbd;--shadow:0 20px 48px #1e2b261a;--radius:8px;--max:1200px;--font-body:Inter, Manrope, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display:Inter, Manrope, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;font-family:var(--font-body);color:var(--ink);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:0;font-size:16px;line-height:1.55}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:linear-gradient(90deg,#e1ebe56b 1px,#0000 1px) 0 0/38px 38px,linear-gradient(#e1ebe55c 1px,#0000 1px) 0 0/38px 38px,linear-gradient(#fbfcf8 0,#f7f8f4 36%,#fff 100%);min-width:320px;margin:0}body.game-frame-lock,html.game-frame-lock{overflow:hidden}a{color:inherit;text-decoration:none}button,input,select{font:inherit;letter-spacing:0}button{cursor:pointer}img{max-width:100%;display:block}h1,h2,h3,p{margin:0}h1,h2,h3{color:var(--ink);font-family:var(--font-display);font-weight:700;line-height:1.08}h1{font-size:58px}h2{font-size:34px}h3{font-size:21px}#app{min-height:100vh}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.site-header{z-index:30;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f7fbf9eb;border-bottom:1px solid #bfd4ccb3;position:sticky;top:0}.frame-button,.inline-action,.cookie-actions button,.cookie-close{border:1px solid var(--line);background:var(--surface);color:var(--ink)}.frame-button:hover,.inline-action:hover{border-color:var(--line-strong);background:#fbfffd}.content-shell,.page-intro,.article-hero,.category-hero,.game-hero{max-width:var(--max);margin:0 auto;padding-left:22px;padding-right:22px}.eyebrow{color:var(--green);text-transform:uppercase;align-items:center;gap:8px;font-size:13px;font-weight:820;line-height:1.25;display:inline-flex}.cookie-actions,.game-frame-toolbar div,.tag-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.button{border-radius:var(--radius);border:1px solid #0000;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:10px 15px;font-weight:780;display:inline-flex}.button.primary{background:var(--ink);color:#fff;box-shadow:0 12px 24px #1d2d2a2e}.button.secondary{border-color:var(--line-strong);color:var(--ink);background:#fff}.button:hover{transform:translateY(-1px)}.tag-row span,.article-card-meta span,.article-card-footer span,.article-hero-facts span{border:1px solid var(--line);color:var(--muted-strong);background:#ffffffc7;border-radius:999px;align-items:center;gap:6px;padding:7px 10px;font-size:13px;font-weight:720;display:inline-flex}.section-heading{gap:10px;max-width:760px;margin-bottom:22px;display:grid}.section-heading p{font-size:17px}.row-heading{grid-template-columns:1fr auto;align-items:end;gap:20px;max-width:none}.editorial-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#ffffff8f}.editorial-note-grid,.criteria-grid,.fact-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.editorial-note-grid article,.criteria-grid article,.fact-grid article{border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:18px}.editorial-note-grid strong,.criteria-grid strong{margin-bottom:8px;font-size:17px;display:block}.article-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.article-card{border:1px solid color-mix(in srgb, var(--article-color) 25%, var(--line));border-radius:var(--radius);background:var(--surface);grid-template-rows:210px 1fr;min-width:0;transition:transform .2s,box-shadow .2s,border-color .2s;display:grid;overflow:hidden;box-shadow:0 12px 30px #1d2d2a12}.article-card-featured{grid-column:span 2;grid-template-rows:1fr;grid-template-columns:minmax(0,.96fr) minmax(0,1.04fr)}.article-card:hover,.game-card:hover,.category-tile:hover{transform:translateY(-3px);box-shadow:0 18px 42px #1d2d2a1f}.article-card-media{background:var(--article-accent);min-height:0;position:relative}.article-card-media img{object-fit:cover;width:100%;height:100%}.article-card-media span{color:var(--ink);background:#ffffffe0;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:820;position:absolute;top:12px;left:12px}.article-card-body{gap:12px;padding:18px;display:grid}.article-card-meta,.article-card-footer,.article-hero-facts{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.article-card h2{font-size:22px}.article-card p{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.article-card-footer{justify-content:space-between;margin-top:auto}.article-card-footer strong{color:var(--article-color);align-items:center;gap:5px;font-size:14px;display:inline-flex}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.category-tile{border:1px solid color-mix(in srgb, var(--category-color) 25%, var(--line));border-radius:var(--radius);background:var(--surface);grid-template-columns:168px 1fr;min-width:0;transition:transform .2s,box-shadow .2s;display:grid;overflow:hidden}.category-tile-images{background:var(--category-accent);grid-template-rows:repeat(3,78px);display:grid}.category-tile-images img{object-fit:cover;border-bottom:1px solid #fffc;width:100%;height:100%}.category-tile-body{gap:10px;padding:18px;display:grid}.category-index,.category-tile-body div{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.category-index{color:var(--category-color);text-transform:uppercase;font-size:13px;font-weight:820}.category-tile h3{font-size:24px}.category-tile p{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.category-tile-body div{justify-content:space-between;margin-top:auto;font-size:14px;font-weight:760}.category-tile-body div span,.category-tile-body div strong{align-items:center;gap:6px;display:inline-flex}.category-tile-body div strong{color:var(--category-color)}.game-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;display:grid}.game-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);grid-template-rows:150px 1fr;min-width:0;min-height:100%;transition:transform .2s,box-shadow .2s;display:grid;overflow:hidden;box-shadow:0 8px 22px #1d2d2a0f}.game-card img{object-fit:cover;width:100%;height:150px}.game-card>div{gap:8px;padding:14px;display:grid}.game-card span{color:var(--green);text-transform:uppercase;font-size:12px;font-weight:820}.game-card h3{font-size:17px}.game-card p{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:14px;display:-webkit-box;overflow:hidden}.game-card small{color:var(--ink);align-items:center;gap:5px;font-weight:760;display:inline-flex}.game-card-compact{box-shadow:none;grid-template-rows:auto;grid-template-columns:88px 1fr}.game-card-compact img{width:88px;height:100%;min-height:112px}.page-intro{gap:14px;padding-top:46px;padding-bottom:36px;display:grid}.page-intro h1{max-width:820px}.page-intro p{max-width:760px;font-size:18px}.article-hero,.category-hero,.game-hero{grid-template-columns:minmax(0,1.06fr) minmax(320px,.7fr);align-items:stretch;gap:22px;padding-top:34px;padding-bottom:40px;display:grid}.article-hero-copy,.category-hero>div:first-child,.game-hero>div:first-child{border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(135deg, #fff, var(--article-accent,var(--category-accent,#eaf7f2)));flex-direction:column;justify-content:center;gap:16px;padding:30px;display:flex}.article-hero h1,.category-hero h1,.game-hero h1{font-size:46px}.article-hero p,.category-hero p,.game-hero p{color:var(--muted-strong);font-size:18px}.article-hero-media,.game-hero>img{border-radius:var(--radius);border:1px solid var(--line);background:var(--surface);overflow:hidden}.article-hero-media img,.game-hero>img{object-fit:cover;width:100%;height:100%;min-height:360px}.category-hero-stack{grid-template-columns:1fr 1fr;gap:10px;display:grid}.category-hero-stack img{object-fit:cover;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);width:100%;height:175px}.article-layout,.game-detail-layout,.policy-layout{grid-template-columns:minmax(0,1fr) 318px;align-items:start;gap:28px;display:grid}.article-body,.policy-content{gap:30px;min-width:0;display:grid}.article-body section,.policy-content section{gap:12px;display:grid}.article-body h2,.policy-content h2{font-size:28px}.article-body p,.policy-content p{color:var(--muted-strong);font-size:17px}.article-summary-box{border-left:5px solid var(--article-color,var(--green));border-radius:var(--radius);background:var(--surface);gap:10px;padding:18px 20px;display:grid}.article-summary-box strong{font-size:18px}.article-summary-box ul{color:var(--muted-strong);margin:0;padding-left:19px}.article-summary-box li+li{margin-top:6px}.screenshot-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.screenshot-grid a{border-radius:var(--radius);border:1px solid var(--line);background:var(--surface);min-height:142px;position:relative;overflow:hidden}.screenshot-grid img{object-fit:cover;width:100%;height:100%;min-height:142px}.screenshot-grid span{background:#ffffffe6;border-radius:7px;padding:7px 9px;font-size:13px;font-weight:760;position:absolute;bottom:10px;left:10px;right:10px}.game-note-list{gap:16px;display:grid}.game-note-row{border-bottom:1px solid var(--line);grid-template-columns:210px 1fr;gap:16px;padding-bottom:16px;display:grid}.game-note-row img{object-fit:cover;border-radius:var(--radius);width:210px;height:150px}.game-note-row small{color:var(--green);align-items:center;gap:5px;font-weight:820;display:inline-flex}.game-note-row h3{margin:5px 0 8px}.article-sidebar,.policy-nav,.detail-panel{gap:16px;display:grid;position:sticky;top:96px}.side-panel,.policy-nav,.detail-panel,.play-panel,.search-panel,.category-review-link{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.side-panel,.policy-nav,.detail-panel{padding:18px}.side-panel{gap:14px;display:grid}.policy-nav h2,.detail-panel h2,.side-panel h2{font-size:20px}.policy-nav a{border-bottom:1px solid var(--line);color:var(--muted-strong);padding:10px 0;font-weight:720;display:block}.policy-nav a.router-link-active{color:var(--green)}.category-review-link{grid-template-columns:1fr auto;align-items:center;gap:18px;padding:22px;display:grid}.review-criteria{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.play-panel{gap:20px;min-width:0;padding:20px;display:grid}.game-frame-shell{border:1px solid var(--line-strong);border-radius:var(--radius);background:#0d1816;overflow:hidden}.game-frame-shell.is-expanded{z-index:100;border-radius:0;position:fixed;inset:0}.game-frame-toolbar{color:#fff;background:#132522;justify-content:space-between;align-items:center;gap:10px;min-height:48px;padding:8px 10px 8px 14px;display:flex}.frame-button{color:#fff;background:#ffffff14;border-color:#ffffff2e;border-radius:7px;align-items:center;gap:6px;min-height:32px;padding:6px 10px;display:inline-flex}.game-frame{aspect-ratio:16/9;background:#0d1816;min-height:420px}.game-frame iframe{border:0;width:100%;height:100%}.game-frame-placeholder{text-align:center;place-items:center;width:100%;height:100%;min-height:420px;display:grid;position:relative;overflow:hidden}.game-frame-placeholder img{object-fit:cover;opacity:.46;width:100%;height:100%;position:absolute;inset:0}.game-frame-placeholder:after{content:"";background:#0d181680;position:absolute;inset:0}.game-frame-placeholder div{z-index:1;justify-items:center;gap:12px;max-width:420px;padding:20px;display:grid;position:relative}.game-frame-placeholder strong{color:#fff;font-size:24px}.game-frame-placeholder p{color:#ffffffd1}.review-facts{gap:16px;display:grid}.fact-grid article small{color:var(--green);text-transform:uppercase;font-weight:820}.detail-panel dl{gap:14px;margin:0;display:grid}.detail-panel dt{color:var(--muted);text-transform:uppercase;font-size:13px;font-weight:820}.detail-panel dd{color:var(--ink);margin:4px 0 0}.inline-action{border-radius:7px;align-items:center;gap:6px;min-height:34px;padding:6px 10px;display:inline-flex}.search-form{grid-template-columns:1fr 240px auto;align-items:end;gap:12px;display:grid}.search-form label{color:var(--muted);text-transform:uppercase;gap:7px;font-size:13px;font-weight:820;display:grid}.search-form input,.search-form select{border:1px solid var(--line-strong);border-radius:var(--radius);width:100%;min-height:46px;color:var(--ink);background:#fff;padding:0 12px}.policy-intro{border-bottom:1px solid var(--line)}.cookie-consent{z-index:60;border:1px solid var(--line-strong);border-radius:var(--radius);width:min(480px,100vw - 36px);box-shadow:var(--shadow);background:#fff;grid-template-columns:42px 1fr;gap:12px;padding:18px;display:grid;position:fixed;bottom:18px;right:18px}.cookie-icon{border-radius:var(--radius);color:#fff;background:var(--green);place-items:center;width:38px;height:38px;display:grid;box-shadow:0 10px 22px #1c8d743d}.cookie-close{border-radius:7px;place-items:center;width:30px;height:30px;display:grid;position:absolute;top:8px;right:8px}.cookie-consent strong{margin-right:22px;display:block}.cookie-consent p{margin:5px 0 12px;font-size:14px}.cookie-actions button,.cookie-actions a{border-radius:7px;min-height:34px;padding:7px 10px;font-size:13px;font-weight:780}.cookie-actions button:first-child{background:var(--ink);color:#fff}.cookie-actions a{border:1px solid var(--line);color:var(--ink)}.empty-page{align-content:center;gap:14px;max-width:760px;min-height:58vh;margin:0 auto;padding:80px 22px;display:grid}@media (width<=1080px){h1{font-size:44px}h2{font-size:28px}.article-grid,.game-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.article-card-featured{grid-column:span 3}.article-layout,.game-detail-layout,.policy-layout{grid-template-columns:1fr}.article-sidebar,.policy-nav,.detail-panel{position:static}}@media (width<=820px){.row-heading,.category-review-link,.search-form{grid-template-columns:1fr}.editorial-note-grid,.criteria-grid,.fact-grid,.article-grid,.category-grid,.game-grid,.screenshot-grid{grid-template-columns:1fr 1fr}.article-card-featured,.article-card{grid-column:auto;grid-template-rows:210px 1fr;grid-template-columns:1fr}.category-tile{grid-template-columns:1fr}.category-tile-images{grid-template-rows:110px;grid-template-columns:repeat(3,1fr)}.article-hero,.category-hero,.game-hero{grid-template-columns:1fr}.article-hero h1,.category-hero h1,.game-hero h1{font-size:38px}.game-note-row{grid-template-columns:1fr}.game-note-row img{width:100%;height:220px}}@media (width<=560px){.content-shell,.page-intro,.article-hero,.category-hero,.game-hero,.footer-bottom{padding-left:15px;padding-right:15px}h1{font-size:36px}h2{font-size:25px}.article-hero h1,.category-hero h1,.game-hero h1{font-size:34px}.editorial-note-grid,.criteria-grid,.fact-grid,.article-grid,.category-grid,.game-grid,.screenshot-grid{grid-template-columns:1fr}.article-hero-copy,.category-hero>div:first-child,.game-hero>div:first-child{padding:22px}.game-frame,.game-frame-placeholder{min-height:300px}.game-card{grid-template-rows:auto;grid-template-columns:118px 1fr}.game-card img{width:118px;height:100%;min-height:132px}.cookie-consent{grid-template-columns:1fr;width:calc(100vw - 20px);bottom:10px;right:10px}}.site-header{z-index:60;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fafdfbf0;border-bottom:1px solid #bfd4ccc2}.topbar{width:min(var(--max), calc(100% - 40px));grid-template-columns:260px minmax(0,1fr) 330px;align-items:center;gap:22px;height:74px;margin:0 auto;display:grid}.brand{align-items:center;gap:10px;width:fit-content;min-width:0;display:inline-flex}.brand-symbol{border:2px solid var(--ink);color:#fff;background:linear-gradient(135deg, var(--green) 0%, var(--green) 48%, var(--coral) 49%, var(--coral) 100%);border-radius:8px;place-items:center;width:42px;height:42px;display:grid;box-shadow:5px 5px #d99a25e6}.brand-text{min-width:0;display:grid}.brand-text strong{color:var(--ink);font-family:var(--font-display);text-overflow:ellipsis;white-space:nowrap;font-size:24px;font-weight:800;line-height:1;overflow:hidden}.desktop-nav{justify-content:center;align-items:center;gap:6px;min-width:0;display:flex}.nav-link{min-height:42px;color:var(--muted-strong);background:0 0;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:0 13px;font-size:14px;font-weight:820;transition:background .16s,border-color .16s,color .16s,transform .16s;display:inline-flex}.nav-link:hover,.nav-link.router-link-active,.category-menu:focus-within .nav-categories,.category-menu:hover .nav-categories{border-color:var(--line-strong);color:var(--ink);background:#fff;transform:translateY(-1px)}.category-menu{position:relative}.category-panel{z-index:30;border:1px solid var(--line-strong);opacity:0;visibility:hidden;background:#fffffffa;border-radius:8px;grid-template-columns:1fr;gap:6px;width:318px;max-width:calc(100vw - 32px);padding:10px;transition:opacity .16s,transform .16s,visibility .16s;display:grid;position:absolute;top:calc(100% + 10px);left:0;transform:translateY(8px);box-shadow:0 22px 58px #1d2d2a29}.category-menu:hover .category-panel,.category-menu:focus-within .category-panel{opacity:1;visibility:visible;transform:translateY(0)}.category-panel a,.mobile-category-link{border:1px solid #0000;border-radius:8px;grid-template-columns:54px minmax(0,1fr);align-items:center;gap:10px;min-width:0;padding:7px;transition:background .15s,border-color .15s;display:grid}.category-panel img,.mobile-category-link img{object-fit:cover;border-radius:8px;width:54px;height:44px}.category-panel span,.mobile-category-link span{gap:2px;min-width:0;display:grid}.category-panel strong,.mobile-category-link strong{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:850;line-height:1.15;overflow:hidden}.category-panel small,.mobile-category-link small{color:var(--muted);font-size:12px;font-weight:760}.header-search,.mobile-search-panel{border:1px solid var(--line-strong);background:#fff;border-radius:8px;align-items:center;gap:9px;padding:5px 5px 5px 12px;display:flex;box-shadow:0 10px 26px #1d2d2a14}.header-search{justify-self:end;width:min(330px,100%)}.header-search svg,.mobile-search-panel svg{color:var(--green);flex:none}.header-search input,.mobile-search-panel input{width:100%;min-width:0;color:var(--ink);background:0 0;border:0;outline:0;font-size:14px;font-weight:720}.header-search button,.mobile-search-panel button{color:#fff;background:var(--ink);border:0;border-radius:8px;min-height:34px;padding:0 14px;font-size:13px;font-weight:820}.mobile-shell-button{border:1px solid var(--line-strong);width:42px;height:42px;color:var(--ink);background:#fff;border-radius:8px;place-items:center;display:none}.mobile-menu-panel,.mobile-search-panel{display:none}.mobile-page-links{border-bottom:1px solid var(--line);grid-column:1/-1;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-bottom:2px;padding-bottom:10px;display:grid}.mobile-page-links a{border:1px solid var(--line);min-height:40px;color:var(--muted-strong);text-align:center;background:#fff;border-radius:8px;justify-content:center;align-items:center;font-size:13px;font-weight:820;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.mobile-page-links a.router-link-active{border-color:var(--line-strong);color:var(--green);background:var(--surface-soft)}.featured-mosaic{width:min(var(--max), calc(100% - 36px));grid-template-columns:minmax(0,1.45fr) minmax(260px,.82fr) minmax(260px,.82fr) minmax(220px,.62fr);grid-auto-rows:138px;gap:14px;margin:24px auto 10px;display:grid}.mosaic-card{isolation:isolate;background:#fff;border:1px solid #ffffffc7;border-radius:8px;min-width:0;transition:transform .18s,box-shadow .18s,border-color .18s;display:block;position:relative;overflow:hidden;box-shadow:0 16px 34px #1a252d1f}.mosaic-card-tall{grid-row:span 2}.mosaic-card-small,.mosaic-game-mini{min-height:0}.mosaic-category-panel{background:linear-gradient(135deg,#fffffff5,#edf5f2f0);grid-row:span 2;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:10px;display:grid;box-shadow:0 14px 30px #1a252d14}.mosaic-category-panel:after{display:none}.mosaic-panel-label{color:var(--green);text-transform:uppercase;grid-column:1/-1;align-items:center;gap:7px;font-size:12px;font-weight:860;display:inline-flex}.mosaic-category-panel a{border:1px solid color-mix(in srgb, var(--category-color) 24%, var(--line));background:linear-gradient(135deg, #fff, var(--category-accent));border-radius:8px;align-content:center;gap:3px;min-width:0;padding:10px;display:grid}.mosaic-category-panel a:hover{border-color:color-mix(in srgb, var(--category-color) 52%, var(--line))}.mosaic-category-panel a span{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:860;overflow:hidden}.mosaic-category-panel a small{color:var(--category-color);font-size:12px;font-weight:820}.mosaic-badge,.mosaic-arrow,.mosaic-copy{z-index:1;position:absolute}.mosaic-badge{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#141e2557;border:1px solid #ffffff47;border-radius:999px;align-items:center;gap:6px;padding:7px 10px;font-size:12px;font-weight:850;display:inline-flex;top:14px;left:14px}.mosaic-arrow{width:36px;height:36px;color:var(--ink);background:#ffffffeb;border-radius:999px;padding:9px;top:14px;right:14px}.mosaic-copy{color:#fff;gap:5px;display:grid;bottom:15px;left:15px;right:15px}.mosaic-copy small{color:#ffffffd1;font-size:13px;font-weight:760}.content-shell{padding-top:42px;padding-bottom:24px}.content-shell+.content-shell{padding-top:30px}.section-heading{max-width:820px;margin-bottom:18px}.section-heading h2{font-family:var(--font-body);font-size:28px;font-weight:900;line-height:1.12}.section-heading p{max-width:680px;color:var(--muted);font-size:15px;font-weight:650;line-height:1.6}.row-heading{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:20px;display:grid}.article-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.article-card{border:1px solid #dfe7ece6;grid-template-rows:178px 1fr;box-shadow:0 10px 24px #1a252d12}.article-card-featured{grid-area:span 2/span 2;grid-template-rows:310px 1fr;grid-template-columns:1fr}.article-card-body{gap:10px;padding:15px}.article-card h2{font-family:var(--font-body);font-size:18px;font-weight:900;line-height:1.18}.article-card-featured h2{font-size:25px;line-height:1.12}.article-card p{color:var(--muted);-webkit-line-clamp:2;font-size:14px;line-height:1.5}.article-card-featured p{-webkit-line-clamp:3}.article-card-meta span,.article-card-footer span,.article-hero-facts span{padding:6px 9px;font-size:12px}.category-showcase{position:relative}.category-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.category-tile{background:linear-gradient(135deg, #fff, #ffffffd6), var(--category-accent);border-color:#dfe7ecf5;grid-template-columns:154px minmax(0,1fr);box-shadow:0 10px 24px #1a252d0f}.category-tile-images{grid-template-rows:repeat(3,66px)}.category-tile-body{gap:8px;padding:15px}.category-index{font-size:11px}.category-tile h3{font-family:var(--font-body);font-size:19px;font-weight:900;line-height:1.12}.category-tile p{color:var(--muted);-webkit-line-clamp:2;font-size:14px;line-height:1.5}.game-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.game-card{border-color:#dfe7ecf0;grid-template-rows:156px 1fr;box-shadow:0 10px 22px #1a252d12}.game-card img{height:156px}.game-card>div{gap:7px;padding:13px}.game-card h3{font-family:var(--font-body);font-size:16px;font-weight:900;line-height:1.16}.game-card p{color:var(--muted);font-size:13px;line-height:1.45}.game-card small{color:var(--green);font-size:13px;font-weight:820}.site-footer{color:#f8fbf8;background:linear-gradient(135deg,#1b2925,#243129 58%,#1c241f);border-top:1px solid #1d2d2a24;margin-top:62px}.footer-grid{width:min(var(--max), calc(100% - 40px));grid-template-columns:minmax(240px,1.2fr) repeat(3,minmax(150px,.7fr));gap:28px;margin:0 auto;padding:42px 0;display:grid}.footer-about{align-content:start;gap:12px;display:grid}.footer-about strong{color:#fff;font-family:var(--font-display);font-size:26px;font-weight:760;line-height:1}.footer-about p,.footer-bottom{color:#f8fbf8b8;line-height:1.65}.footer-column{align-content:start;gap:10px;display:grid}.footer-column h2{color:#fff;font-family:var(--font-display);font-size:17px;line-height:1.05}.footer-column a{color:#f8fbf8c2;width:fit-content;font-weight:760}.footer-bottom{width:min(var(--max), calc(100% - 40px));border-top:1px solid #f8fbf824;justify-content:space-between;gap:16px;margin:0 auto;padding:18px 0 24px;font-size:13px;display:flex}@media (width<=1080px){.topbar{grid-template-columns:218px minmax(0,1fr) 250px;gap:12px}.desktop-nav{gap:4px}.nav-link{min-height:38px;padding:0 10px;font-size:13px}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=820px){.topbar,.footer-grid,.footer-bottom{width:min(100% - 28px, var(--max))}.topbar{grid-template-columns:42px minmax(0,1fr) 42px;gap:12px;height:66px}.brand{justify-self:center}.brand-symbol{width:38px;height:38px;box-shadow:4px 4px #d99a25e6}.brand-text strong{max-width:190px;font-size:20px}.desktop-nav,.header-search{display:none}.mobile-shell-button{display:grid}.mobile-menu-panel{width:min(100% - 28px, var(--max));border:1px solid var(--line-strong);background:#fff;border-radius:8px;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;max-height:calc(100svh - 84px);margin:0 auto 12px;padding:10px;display:grid;overflow:auto;box-shadow:0 22px 58px #1d2d2a29}.mobile-search-panel{width:min(100% - 28px, var(--max));margin:0 auto 12px;display:flex}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}}@media (width<=560px){.topbar,.footer-grid,.footer-bottom{width:min(100% - 30px, var(--max))}.brand{gap:8px}.brand-symbol{width:34px;height:34px}.brand-text strong{max-width:160px;font-size:17px}.mobile-menu-panel{grid-template-columns:1fr}.mobile-page-links{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=1180px){.featured-mosaic{grid-template-columns:minmax(0,1.25fr) minmax(260px,.86fr) minmax(250px,.78fr);grid-auto-rows:132px}.mosaic-card-large{grid-area:span 3/span 2}.article-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.article-card-featured{grid-column:span 2}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.game-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (width<=820px){.featured-mosaic{width:min(100% - 28px, var(--max));grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:130px;margin-top:18px}.mosaic-card-large{grid-area:span 3/1/auto/-1}.mosaic-card-tall,.mosaic-category-panel{grid-row:span 2}.mosaic-card-large .mosaic-copy strong{font-size:28px}.content-shell{padding-top:34px}.row-heading{grid-template-columns:1fr;align-items:start}.article-grid,.category-grid,.game-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.article-card-featured{grid-column:1/-1}.category-tile{grid-template-columns:1fr}}@media (width<=560px){.content-shell,.page-intro,.article-hero,.category-hero,.game-hero{padding-left:15px;padding-right:15px}.featured-mosaic{width:min(100% - 24px, var(--max));grid-template-columns:1fr;grid-auto-rows:128px;gap:12px}.mosaic-card-large,.mosaic-card-tall,.mosaic-category-panel{grid-area:span 2}.mosaic-card-small,.mosaic-game-mini{min-height:128px}.mosaic-copy strong,.mosaic-card-large .mosaic-copy strong{font-size:21px}.mosaic-category-panel{grid-template-columns:repeat(2,minmax(0,1fr))}.section-heading h2{font-size:24px}.article-grid,.category-grid{grid-template-columns:1fr}.article-card,.article-card-featured{grid-template-rows:190px 1fr;grid-template-columns:1fr}.category-tile{grid-template-columns:124px minmax(0,1fr)}.category-tile-images{grid-template-rows:repeat(3,58px);grid-template-columns:1fr}.game-grid{grid-template-columns:1fr}.game-card{grid-template-rows:auto;grid-template-columns:118px minmax(0,1fr)}.game-card img{width:118px;height:100%;min-height:132px}}.site-header{background:#fcfdf9f0;border-bottom-color:#cddad4d1;box-shadow:0 10px 28px #232f2b0f}.featured-mosaic{width:min(var(--max), calc(100% - 48px));grid-auto-flow:dense;grid-template-columns:repeat(8,minmax(0,1fr));grid-auto-rows:104px;gap:12px;margin:24px auto 18px;display:grid}.mosaic-card{isolation:isolate;background:#dfe7e2;border:1px solid #ffffffd1;border-radius:8px;min-width:0;min-height:0;transition:border-color .18s,box-shadow .18s,transform .18s;display:block;position:relative;overflow:hidden;transform:translateZ(0);box-shadow:0 16px 36px #212e2b21}.mosaic-card:hover{border-color:color-mix(in srgb, var(--tile-color) 48%, #fff);transform:translateY(-3px);box-shadow:0 22px 54px #212e2b2e}.mosaic-card img{object-fit:cover;width:100%;height:100%;transition:transform .26s}.mosaic-card:hover img{transform:scale(1.045)}.mosaic-card:after{content:"";z-index:0;background:linear-gradient(#0d121400 18%,#0d12145c 64%,#0d1214e6 100%),linear-gradient(90deg,#0d12145c,#0d121400 62%);position:absolute;inset:0}.mosaic-card-lead{grid-area:span 3/span 3}.mosaic-card-large{grid-area:span 3/span 2}.mosaic-card-wide,.mosaic-card-tall{grid-area:span 2/span 2}.mosaic-card-small{grid-area:span 1/span 1}.mosaic-copy{z-index:1;color:#fff;pointer-events:none;gap:4px;display:grid;position:absolute;bottom:12px;left:12px;right:12px}.mosaic-copy span{color:#fff;background:color-mix(in srgb, var(--tile-color) 78%, #161c1fd1);text-transform:uppercase;border:1px solid #ffffff40;border-radius:999px;width:fit-content;padding:4px 8px;font-size:10px;font-weight:900;line-height:1}.mosaic-copy strong{color:#fff;font-family:var(--font-body);text-shadow:0 3px 18px #00000075;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:15px;font-weight:900;line-height:1.08;display:-webkit-box;overflow:hidden}.mosaic-copy small{color:#ffffffd6;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:780;overflow:hidden}.mosaic-card-lead .mosaic-copy,.mosaic-card-large .mosaic-copy{gap:7px;bottom:18px;left:18px;right:18px}.mosaic-card-lead .mosaic-copy strong{max-width:460px;font-size:32px;line-height:1.02}.mosaic-card-large .mosaic-copy strong{font-size:23px;line-height:1.06}.mosaic-card-small .mosaic-copy span,.mosaic-card-small .mosaic-copy small,.mosaic-card-small .mosaic-arrow{display:none}.mosaic-arrow{z-index:1;width:34px;height:34px;color:var(--ink);background:#ffffffeb;border-radius:999px;padding:8px;position:absolute;top:12px;right:12px;box-shadow:0 10px 24px #0a10122e}.home-section+.home-section{padding-top:28px}.home-section .section-heading h2{font-family:var(--font-body);letter-spacing:0;font-size:26px;font-weight:900}.home-section .section-heading p{max-width:640px;color:var(--muted);font-size:14px;font-weight:650}.home-section .button.secondary{border-color:var(--line);background:#ffffffeb;min-height:38px;padding:8px 12px;font-size:13px}.home-articles .article-card{border-color:#d6e1dbeb;grid-template-rows:164px 1fr;box-shadow:0 12px 28px #1f2d2814}.home-articles .article-card-featured{grid-area:span 2/span 2;grid-template-rows:298px 1fr;grid-template-columns:1fr}.home-articles .article-card-media span{background:#ffffffe6;font-size:11px;top:10px;left:10px}.home-articles .article-card h2{font-family:var(--font-body);font-size:16px;font-weight:900;line-height:1.14}.home-articles .article-card-featured h2{font-size:23px;line-height:1.1}.home-articles .article-card p,.home-articles .article-card:not(.article-card-featured) .article-card-meta span:nth-child(2),.home-articles .article-card:not(.article-card-featured) .article-card-footer span{display:none}.home-articles .article-card-featured p{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:14px;line-height:1.5;display:-webkit-box}.home-categories .category-tile{border-color:color-mix(in srgb, var(--category-color) 18%, var(--line));background:#fff;grid-template-rows:136px 1fr;grid-template-columns:1fr;box-shadow:0 12px 28px #1f2d2812}.home-categories .category-tile-images{background:var(--category-accent);grid-template-rows:1fr 1fr;grid-template-columns:1.35fr .85fr;height:136px;display:grid}.home-categories .category-tile-images img{object-fit:cover;border:0;width:100%;height:100%}.home-categories .category-tile-images img:first-child{grid-row:1/-1}.home-categories .category-tile-body{gap:8px;padding:14px}.home-categories .category-index{color:var(--category-color);font-size:11px}.home-categories .category-tile h3{font-family:var(--font-body);font-size:18px;font-weight:900;line-height:1.1}.home-categories .category-tile p{color:var(--muted);-webkit-line-clamp:2;font-size:13px;line-height:1.42}.home-categories .category-tile-body div{font-size:12px}.home-games .game-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}.home-games .game-card{border-color:#d6e1dbf0;grid-template-rows:150px 1fr;box-shadow:0 12px 28px #1f2d2814}.home-games .game-card:first-child,.home-games .game-card:nth-child(2){grid-column:span 2;grid-template-rows:224px 1fr}.home-games .game-card:first-child img,.home-games .game-card:nth-child(2) img{height:224px}.home-games .game-card>div{padding:13px}.home-games .game-card h3{font-family:var(--font-body);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:16px;font-weight:900;line-height:1.14;display:-webkit-box;overflow:hidden}.home-games .game-card:first-child h3,.home-games .game-card:nth-child(2) h3{font-size:20px}.home-games .game-card:nth-child(n+3) p{display:none}.home-games .game-card span{color:var(--green);font-size:11px}.home-games .game-card small{font-size:12px}@media (width<=1280px){.featured-mosaic{grid-template-columns:repeat(6,minmax(0,1fr));grid-auto-rows:102px}.mosaic-card-lead{grid-area:span 3/span 3}.mosaic-card-large{grid-area:span 2/span 3}.mosaic-card-wide,.mosaic-card-tall{grid-area:span 2/span 2}.home-articles .article-grid,.home-categories .category-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.home-games .game-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}@media (width<=900px){.featured-mosaic{width:min(var(--max), calc(100% - 28px));grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:112px;gap:10px;margin-top:18px}.mosaic-card-lead{grid-area:span 3/1/auto/-1}.mosaic-card-large,.mosaic-card-wide,.mosaic-card-tall{grid-area:span 2/span 2}.mosaic-card-small{grid-column:span 2}.mosaic-card-lead .mosaic-copy strong{font-size:28px}.home-section{padding-top:28px}.home-section .row-heading{grid-template-columns:1fr;align-items:start}.home-articles .article-grid,.home-categories .category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-articles .article-card-featured{grid-column:1/-1}.home-games .game-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.home-games .game-card:first-child,.home-games .game-card:nth-child(2){grid-column:span 1;grid-template-rows:156px 1fr}.home-games .game-card:first-child img,.home-games .game-card:nth-child(2) img{height:156px}}@media (width<=560px){.featured-mosaic{width:min(var(--max), calc(100% - 22px));grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:116px}.mosaic-card-lead,.mosaic-card-large,.mosaic-card-wide{grid-area:span 2/1/auto/-1}.mosaic-card-tall,.mosaic-card-small{grid-area:span 1/span 1}.mosaic-card-lead .mosaic-copy,.mosaic-card-large .mosaic-copy{bottom:12px;left:12px;right:12px}.mosaic-copy span,.mosaic-copy small,.mosaic-arrow{display:none}.mosaic-copy strong,.mosaic-card-lead .mosaic-copy strong,.mosaic-card-large .mosaic-copy strong{font-size:18px}.home-section .section-heading h2{font-size:23px}.home-section .section-heading p{font-size:13px}.home-articles .article-grid,.home-categories .category-grid,.home-games .game-grid{grid-template-columns:1fr}.home-articles .article-card,.home-articles .article-card-featured{grid-template-rows:190px 1fr;grid-template-columns:1fr}.home-categories .category-tile{grid-template-rows:auto;grid-template-columns:126px minmax(0,1fr)}.home-categories .category-tile-images{grid-template-rows:repeat(3,1fr);grid-template-columns:1fr;height:100%;min-height:164px}.home-categories .category-tile-images img:first-child{grid-row:auto}.home-games .game-card,.home-games .game-card:first-child,.home-games .game-card:nth-child(2){grid-column:span 1;grid-template-rows:auto;grid-template-columns:120px minmax(0,1fr)}.home-games .game-card img,.home-games .game-card:first-child img,.home-games .game-card:nth-child(2) img{width:120px;height:100%;min-height:134px}.home-games .game-card:first-child h3,.home-games .game-card:nth-child(2) h3{font-size:16px}}.home-anchor{scroll-margin-top:92px}.nav-link-current,.nav-link-current:hover{border-color:var(--line-strong);color:var(--ink);background:#fff}.mobile-page-links a.mobile-link-current{border-color:var(--line-strong);color:var(--green);background:var(--surface-soft)}.home-hero{width:min(var(--max), calc(100% - 48px));grid-template-columns:minmax(0,.9fr) minmax(460px,.72fr);align-items:stretch;gap:28px;margin:30px auto 8px;display:grid}.home-hero-copy{align-content:center;gap:20px;min-width:0;min-height:520px;padding:18px 8px 18px 0;display:grid}.home-hero-copy h1{max-width:720px;font-size:68px;line-height:.98}.home-hero-copy p{max-width:700px;color:var(--muted-strong);font-size:19px;line-height:1.6}.home-hero-actions{flex-wrap:wrap;gap:10px;display:flex}.home-module-links{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;max-width:760px;margin-top:8px;display:grid}.home-module-links a{border:1px solid var(--line);background:#ffffffbd;border-radius:8px;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:10px;min-width:0;min-height:82px;padding:12px;transition:border-color .16s,background .16s,transform .16s;display:grid}.home-module-links a:hover{border-color:var(--line-strong);background:#fff;transform:translateY(-2px)}.home-module-links svg{color:#fff;background:var(--green);border-radius:8px;width:34px;height:34px;padding:8px}.home-module-links span{gap:3px;min-width:0;display:grid}.home-module-links strong,.hero-preview strong{text-overflow:ellipsis;overflow:hidden}.home-module-links strong{color:var(--ink);white-space:nowrap;font-size:15px;font-weight:900}.home-module-links small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:760;overflow:hidden}.home-hero-media{grid-template-rows:1fr 1fr;grid-template-columns:minmax(0,1.16fr) minmax(0,.84fr);gap:12px;min-width:0;min-height:520px;display:grid}.hero-preview{isolation:isolate;background:#dfe7e2;border:1px solid #ffffffd6;border-radius:8px;min-width:0;min-height:0;display:block;position:relative;overflow:hidden;box-shadow:0 18px 40px #212e2b24}.hero-preview-main{grid-row:1/-1}.hero-preview img{object-fit:cover;width:100%;height:100%;transition:transform .24s}.hero-preview:hover img{transform:scale(1.04)}.hero-preview:after{content:"";z-index:0;background:linear-gradient(#0a101205 20%,#0a101294 70%,#0a1012eb),linear-gradient(90deg,#0a10126b,#0a101200 64%);position:absolute;inset:0}.hero-preview span,.hero-preview strong,.hero-preview small{z-index:1;position:absolute;left:16px;right:16px}.hero-preview span{color:#fff;text-transform:uppercase;background:#16946eeb;border-radius:999px;width:fit-content;padding:6px 9px;font-size:11px;font-weight:900;line-height:1;top:16px}.hero-preview strong{color:#fff;text-shadow:0 3px 18px #0000006b;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:18px;font-weight:900;line-height:1.08;display:-webkit-box;bottom:42px}.hero-preview-main strong{font-size:30px;line-height:1.02;bottom:48px}.hero-preview small{color:#ffffffdb;align-items:center;gap:5px;font-size:12px;font-weight:820;display:inline-flex;bottom:16px}.home-section{padding-top:42px;padding-bottom:24px}.home-section .section-heading h2{font-size:30px}.home-section .section-heading p{max-width:720px;font-size:15px}.home-articles .article-card{grid-template-rows:176px 1fr}.home-articles .article-card-featured{grid-area:span 1/span 2;grid-template-rows:248px 1fr}.testing-layout{grid-template-columns:minmax(260px,330px) minmax(0,1fr);align-items:start;gap:18px;display:grid}.testing-notes{gap:12px;display:grid}.testing-notes article{border:1px solid var(--line);background:#ffffffd1;border-radius:8px;padding:16px}.testing-notes strong{color:var(--ink);margin-bottom:7px;font-size:16px;font-weight:900;display:block}.testing-notes p{color:var(--muted);font-size:14px;line-height:1.5}.home-testing .testing-game-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.home-testing .game-card:first-child,.home-testing .game-card:nth-child(2){grid-column:span 1;grid-template-rows:150px 1fr}.home-testing .game-card:first-child img,.home-testing .game-card:nth-child(2) img{height:150px}.home-testing .game-card:first-child h3,.home-testing .game-card:nth-child(2) h3{font-size:16px}@media (width<=1280px){.home-hero{grid-template-columns:minmax(0,.88fr) minmax(410px,.78fr)}.home-hero-copy h1{font-size:58px}.home-articles .article-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.home-categories .category-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.home-testing .testing-game-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=980px){.home-hero{width:min(var(--max), calc(100% - 32px));grid-template-columns:1fr;gap:18px}.home-hero-copy{min-height:auto;padding:12px 0 0}.home-hero-copy h1{font-size:48px}.home-hero-copy p{font-size:17px}.home-hero-media{min-height:420px}.home-articles .article-grid,.home-categories .category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-articles .article-card-featured{grid-column:1/-1}.testing-layout{grid-template-columns:1fr}.home-testing .testing-game-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.mobile-page-links{grid-template-columns:repeat(auto-fit,minmax(96px,1fr))}}@media (width<=640px){.home-hero{width:min(var(--max), calc(100% - 24px));margin-top:20px}.home-hero-copy h1{font-size:40px}.home-hero-copy p{overflow-wrap:break-word;max-width:34ch}.home-module-links{grid-template-columns:1fr}.home-hero-media{grid-template-rows:none;grid-template-columns:1fr;min-height:auto}.hero-preview,.hero-preview-main{grid-row:auto;min-height:184px}.hero-preview-main strong,.hero-preview strong{font-size:20px;bottom:42px}.home-articles .article-grid,.home-categories .category-grid,.home-testing .testing-game-grid{grid-template-columns:1fr}.home-testing .game-card,.home-testing .game-card:first-child,.home-testing .game-card:nth-child(2){grid-column:span 1;grid-template-rows:auto;grid-template-columns:120px minmax(0,1fr)}.home-testing .game-card img,.home-testing .game-card:first-child img,.home-testing .game-card:nth-child(2) img{width:120px;height:100%;min-height:134px}}:root{--bg:#111318;--surface:#191d24;--surface-soft:#232837;--ink:#fff6d8;--muted:#aab6ac;--muted-strong:#d8dfcc;--line:#4e586b;--line-strong:#ffd84d;--green:#35ff8c;--green-soft:#123d2c;--coral:#ff4fa3;--coral-soft:#43213a;--gold:#ffd84d;--blue:#34d7ff;--shadow:6px 6px 0 #05070b;--radius:0;--font-body:"Courier New", "Lucida Console", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;--font-display:"Courier New", "Lucida Console", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace}body:before{content:"";z-index:500;pointer-events:none;mix-blend-mode:screen;opacity:.35;background:repeating-linear-gradient(0deg,#ffffff0e 0 1px,#0000 1px 4px),linear-gradient(90deg,#ff4fa30d,#35ff8c0a,#34d7ff0d);position:fixed;inset:0}body:after{content:"";z-index:-1;pointer-events:none;background-color:#0000;background-image:linear-gradient(135deg,#0000 0 48%,#ffd84d17 48% 52%,#0000 52%),linear-gradient(45deg,#0000 0 49%,#ff4fa314 49% 51%,#0000 51%);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:96px 96px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:fixed;inset:0}h1,h2,h3{color:var(--ink);text-transform:none}h1{text-shadow:3px 3px #05070b,6px 6px #ff4fa3c7}h2{text-shadow:3px 3px #05070b}p{color:var(--muted-strong)}.site-header{border-bottom:3px solid var(--gold);-webkit-backdrop-filter:none;backdrop-filter:none;background:#0d0f16f5;box-shadow:0 5px #05070b}.topbar{height:78px}.brand-symbol{border:3px solid var(--ink);color:#05070b;background:linear-gradient(90deg, var(--green) 0 50%, var(--gold) 50% 100%), linear-gradient(180deg, var(--coral), var(--blue));border-radius:0;width:44px;height:44px;box-shadow:5px 5px #05070b,inset -5px -5px #00000038}.brand-symbol svg{stroke-width:3px}.brand-text strong{color:var(--ink);text-shadow:2px 2px 0 #05070b, 4px 4px 0 var(--coral);font-size:21px;font-weight:900}.nav-link,.mobile-page-links a{min-height:40px;color:var(--muted-strong);background:0 0;border:2px solid #0000;border-radius:0;font-size:13px;font-weight:900}.nav-link:hover,.nav-link.router-link-active,.nav-link-current,.nav-link-current:hover,.category-menu:focus-within .nav-categories,.category-menu:hover .nav-categories,.mobile-page-links a.mobile-link-current{border-color:var(--gold);color:var(--ink);background:#1a2130;transform:translate(-1px,-1px);box-shadow:4px 4px #05070b}.category-panel,.mobile-menu-panel,.mobile-search-panel{border:3px solid var(--gold);background:#151923;border-radius:0;box-shadow:7px 7px #05070b}.category-panel a,.mobile-category-link{color:var(--muted-strong);border:2px solid #0000;border-radius:0}.category-panel a:hover,.mobile-category-link:hover,.mobile-page-links a:hover{border-color:var(--blue);background:#20263a}.category-panel strong,.mobile-category-link strong{color:var(--ink)}.header-search,.mobile-search-panel{border:3px solid var(--ink);background:#0b0e14;border-radius:0;box-shadow:5px 5px #05070b}.header-search input,.mobile-search-panel input{color:var(--ink);font-weight:900}.header-search button,.mobile-search-panel button,.button,.frame-button,.inline-action,.cookie-actions button,.cookie-actions a{text-transform:none;border-radius:0;font-weight:900;transition:transform .12s,box-shadow .12s,background .12s,border-color .12s}.header-search button,.mobile-search-panel button{border:2px solid var(--ink);color:#05070b;background:var(--gold);box-shadow:3px 3px #05070b}.mobile-shell-button{border:3px solid var(--ink);color:var(--ink);background:#151923;border-radius:0;box-shadow:4px 4px #05070b}.content-shell,.page-intro,.article-hero,.category-hero,.game-hero,.footer-bottom{padding-left:24px;padding-right:24px}.eyebrow{color:var(--green);text-shadow:2px 2px #05070b;font-size:12px;font-weight:900}.button{border:3px solid var(--ink);min-height:44px;box-shadow:5px 5px #05070b}.button.secondary,.cookie-actions button,.cookie-actions a,.inline-action{border-color:var(--ink);color:var(--ink);background:#171d29}.button.primary:hover,.cookie-actions button:first-child:hover{background:var(--gold);box-shadow:7px 7px #05070b}.button.secondary:hover,.cookie-actions button:hover,.cookie-actions a:hover,.inline-action:hover{border-color:var(--gold);background:#22283a;box-shadow:7px 7px #05070b}.tag-row span,.article-card-meta span,.article-card-footer span,.article-hero-facts span{border:2px solid var(--line);color:var(--muted-strong);background:#111722;border-radius:0}.home-hero{border:3px solid var(--gold);background:linear-gradient(90deg,#35ff8c1a 1px,#0000 1px) 0 0/24px 24px,linear-gradient(#ff4fa317 1px,#0000 1px) 0 0/24px 24px,linear-gradient(135deg,#171b25 0,#12151d 52%,#201626 100%);padding:22px;position:relative;box-shadow:8px 8px #05070b,inset 0 0 0 4px #252b3b}.home-hero:before,.home-hero:after{content:"";pointer-events:none;position:absolute}.home-hero:before{background:var(--green);width:118px;height:3px;box-shadow:132px 0 0 var(--coral), 264px 0 0 var(--blue);top:-3px;left:26px}.home-hero:after{background:linear-gradient(90deg, var(--green) 0 14px, transparent 14px 19px, var(--coral) 19px 33px, transparent 33px 38px, var(--gold) 38px 52px);opacity:.9;width:52px;height:16px;bottom:18px;right:18px}.home-hero-copy h1{max-width:760px;color:var(--ink);font-size:60px;font-weight:900;line-height:1.02}.home-module-links a,.testing-notes article,.editorial-note-grid article,.criteria-grid article,.fact-grid article,.article-summary-box,.side-panel,.policy-nav,.detail-panel,.play-panel,.search-panel,.category-review-link,.article-hero-copy,.category-hero>div:first-child,.game-hero>div:first-child{border:3px solid var(--line);background:#181d28;border-radius:0;box-shadow:5px 5px #05070b}.home-module-links a{min-height:88px}.home-module-links a:hover{border-color:var(--gold);background:#20263a;transform:translate(-2px,-2px);box-shadow:7px 7px #05070b}.home-module-links svg{color:#05070b;background:var(--green);border:2px solid #05070b;border-radius:0;box-shadow:3px 3px #05070b}.home-module-links strong{color:var(--ink);font-size:14px}.hero-preview,.mosaic-card,.article-card,.category-tile,.game-card{border:3px solid var(--line);background:#151923;border-radius:0;transition:transform .12s,box-shadow .12s,border-color .12s;box-shadow:6px 6px #05070b}.hero-preview:hover,.mosaic-card:hover,.article-card:hover,.category-tile:hover,.game-card:hover{border-color:var(--gold);transform:translate(-3px,-3px);box-shadow:9px 9px #05070b}.hero-preview span,.mosaic-copy span,.article-card-media span,.game-card span{color:#05070b;background:var(--green);border:2px solid #05070b;border-radius:0;font-weight:900;box-shadow:3px 3px #05070b}.mosaic-arrow{color:#05070b;background:var(--gold);border:2px solid #05070b;border-radius:0;box-shadow:4px 4px #05070b}.article-card-body,.category-tile-body,.game-card>div{color:var(--ink);background-color:#181d28;background-image:linear-gradient(90deg,#35ff8c0f 1px,#0000 1px),linear-gradient(#ffffff0b 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:18px 18px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box}.article-card h2,.article-card h3,.category-tile h3,.game-card h3,.testing-notes strong{color:var(--ink);font-weight:900}.category-index,.home-categories .category-index{color:var(--gold)}.game-card span,.home-games .game-card span{color:#05070b;background:var(--blue);width:fit-content;padding:4px 7px}.testing-notes article{position:relative}.testing-notes article:before{content:"";background:var(--green);width:10px;height:10px;box-shadow:-16px 0 0 var(--gold), -32px 0 0 var(--coral);position:absolute;top:10px;right:10px}.article-hero-copy,.category-hero>div:first-child,.game-hero>div:first-child{background-color:#181d28;background-image:linear-gradient(90deg,#ffd84d14 1px,#0000 1px),linear-gradient(#34d7ff14 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:20px 20px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box}.article-hero-media,.game-hero>img,.category-hero-stack img,.screenshot-grid a,.game-note-row img,.game-frame-shell{border:3px solid var(--line);background:#05070b;border-radius:0;box-shadow:6px 6px #05070b}.frame-button{border:2px solid var(--ink);color:var(--ink);background:#20263a;box-shadow:3px 3px #05070b}.site-footer{border-top:3px solid var(--gold);color:var(--ink);background:linear-gradient(90deg,#35ff8c14 1px,#0000 1px) 0 0/28px 28px,linear-gradient(#ff4fa314 1px,#0000 1px) 0 0/28px 28px,#10131b;box-shadow:inset 0 5px #05070b}.cookie-consent{z-index:80;border:0;border-top:3px solid var(--gold);width:100%;max-width:none;color:var(--ink);background-color:#151923;background-image:linear-gradient(90deg,#35ff8c14 1px,#0000 1px),none;background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:24px 24px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;border-radius:0;grid-template-columns:42px minmax(0,980px);justify-content:center;align-items:center;gap:14px;padding:14px 72px 14px 18px;display:grid;bottom:0;left:0;right:0;box-shadow:0 -6px #05070b}.cookie-icon{color:#05070b;background:var(--green);border:3px solid #05070b;border-radius:0;width:42px;height:42px;box-shadow:4px 4px #05070b}.cookie-close{border:3px solid var(--ink);width:34px;height:34px;color:var(--ink);background:#10141d;border-radius:0;top:50%;right:18px;transform:translateY(-50%);box-shadow:4px 4px #05070b}.cookie-close:hover{border-color:var(--coral);color:var(--coral)}.cookie-actions button,.cookie-actions a{border:2px solid var(--ink);min-height:34px;color:var(--ink);background:#20263a;box-shadow:3px 3px #05070b}.cookie-actions button:first-child{color:#05070b;background:var(--green)}@media (width<=1280px){.home-hero-copy h1{font-size:52px}}@media (width<=980px){.topbar{height:70px}.home-hero{padding:18px}.home-hero-copy h1{font-size:44px}.home-hero-media{min-height:430px}}@media (width<=640px){html,body{overflow-x:hidden}.topbar{width:min(100% - 20px, var(--max));grid-template-columns:40px minmax(0,1fr) 40px;gap:8px}.brand{min-width:0;max-width:100%}.brand-symbol{flex:0 0 34px}.brand-text{min-width:0}.brand-text strong{max-width:126px;font-size:16px}.mobile-shell-button{width:38px;height:38px}.mobile-shell-button:first-child{justify-self:start}.mobile-shell-button:last-child{justify-self:end}.content-shell,.page-intro,.article-hero,.category-hero,.game-hero,.footer-bottom{padding-left:16px;padding-right:16px}.brand-text strong{font-size:18px}.home-hero{width:min(var(--max), calc(100% - 24px));padding:14px;box-shadow:5px 5px #05070b,inset 0 0 0 3px #252b3b}.home-hero:before{width:72px;box-shadow:82px 0 0 var(--coral), 164px 0 0 var(--blue);left:16px}.home-hero-copy h1{font-size:34px;line-height:1.08}.home-hero-copy p{overflow-wrap:anywhere;max-width:100%;font-size:15px}.home-hero-actions .button{flex:148px}.home-module-links strong,.home-module-links small,.home-section .section-heading p,.cookie-consent p{overflow-wrap:anywhere;max-width:100%}.home-section .section-heading{padding-left:12px}.hero-preview,.hero-preview-main{min-height:198px}.cookie-consent{grid-template-columns:34px minmax(0,1fr);align-items:start;gap:10px;padding:12px 48px 12px 12px}.cookie-consent>div:last-child{min-width:0}.cookie-icon{width:34px;height:34px}.cookie-close{width:32px;height:32px;top:10px;right:10px;transform:none}.cookie-consent p{font-size:12px}.cookie-actions{grid-template-columns:1fr;display:grid}.cookie-actions button,.cookie-actions a{text-align:center;justify-content:center;width:100%}}:root{--bg:#f9faf5;--surface:#fff;--surface-soft:#f1f4ec;--surface-container:#eef2eb;--surface-container-high:#e8ede5;--ink:#1a1c18;--muted:#5f665a;--muted-strong:#41483d;--line:#dfe5d9;--line-strong:#c5ccbf;--green:#476810;--green-soft:#d7ecc0;--coral:#ba1a1a;--coral-soft:#ffdad6;--gold:#7a5900;--blue:#006a6a;--primary:#476810;--on-primary:#fff;--primary-container:#c8ef8f;--on-primary-container:#102000;--secondary:#596248;--secondary-container:#dde6c6;--tertiary:#386666;--tertiary-container:#bcebea;--outline:#74796d;--shadow:0 1px 2px #1a1c181a, 0 4px 12px #1a1c1814;--shadow-raised:0 2px 6px #1a1c181f, 0 10px 24px #1a1c181a;--radius:20px;--radius-small:12px;--radius-pill:999px;--font-body:Roboto, "Google Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display:Roboto, "Google Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}body{color:var(--ink);background:radial-gradient(circle at 0 0, #c8ef8f6b, transparent 28rem), linear-gradient(180deg, #fdfef8 0, var(--bg) 42%, #f6f8f1 100%)}body:before,body:after{display:none}::selection{color:var(--on-primary-container);background:var(--primary-container)}h1,h2,h3{color:var(--ink);font-family:var(--font-display);letter-spacing:0;text-shadow:none;font-weight:700}h1{font-size:56px;line-height:1.02}h2{font-size:34px;line-height:1.12}h3{font-size:22px;line-height:1.18}p{color:var(--muted);font-weight:400}img{image-rendering:auto}.topbar{grid-template-columns:220px minmax(0,1fr) 330px;gap:18px;height:72px}.brand{gap:10px}.brand:before{background:linear-gradient(135deg, var(--primary), var(--tertiary)), var(--primary);border-radius:12px;flex:none;width:38px;height:38px;box-shadow:0 1px 2px #1a1c182e,inset 0 -10px 18px #ffffff29}.brand-symbol{display:none}.brand-text strong{color:var(--ink);text-shadow:none;font-size:22px;font-weight:700;line-height:1.1}.desktop-nav{gap:4px}.nav-link,.mobile-page-links a{border-radius:var(--radius-pill);min-height:40px;color:var(--muted-strong);box-shadow:none;background:0 0;border:0;padding:0 16px;font-size:14px;font-weight:600;transform:none}.nav-link:hover,.nav-link.router-link-active,.nav-link-current,.nav-link-current:hover,.category-menu:focus-within .nav-categories,.category-menu:hover .nav-categories,.mobile-page-links a.mobile-link-current{color:var(--on-primary-container);background:var(--primary-container);box-shadow:none;transform:none}.category-panel,.mobile-menu-panel,.mobile-search-panel{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-raised);border-radius:24px}.category-panel{padding:12px}.category-panel a,.mobile-category-link{color:var(--muted-strong);border:0;border-radius:16px;padding:8px}.category-panel a:hover,.mobile-category-link:hover,.mobile-page-links a:hover{background:var(--surface-container);box-shadow:none}.category-panel img,.mobile-category-link img{image-rendering:auto;border:0;border-radius:14px}.category-panel strong,.mobile-category-link strong{color:var(--ink);font-weight:600}.header-search,.mobile-search-panel{border-radius:var(--radius-pill);background:var(--surface-container);min-height:48px;box-shadow:none;border:1px solid #0000;padding:6px 6px 6px 16px}.header-search:focus-within,.mobile-search-panel:focus-within{border-color:var(--primary);background:var(--surface);box-shadow:0 0 0 3px #4768101f}.header-search svg,.mobile-search-panel svg{color:var(--primary)}.header-search input,.mobile-search-panel input{color:var(--ink);font-size:14px;font-weight:500}.header-search input::placeholder,.mobile-search-panel input::placeholder{color:var(--muted)}.header-search button,.mobile-search-panel button,.button,.frame-button,.inline-action,.cookie-actions button,.cookie-actions a{border-radius:var(--radius-pill);letter-spacing:0;text-transform:none;box-shadow:none;font-weight:700;transition:background .16s,box-shadow .16s,color .16s,border-color .16s,transform .16s;transform:none}.header-search button,.mobile-search-panel button{min-height:36px;color:var(--on-primary);background:var(--primary);border:0;padding:0 18px}.header-search button:hover,.mobile-search-panel button:hover,.button:hover,.frame-button:hover,.inline-action:hover,.cookie-actions button:hover,.cookie-actions a:hover{transform:none}.header-search button:hover,.mobile-search-panel button:hover,.button.primary:hover,.cookie-actions button:first-child:hover{background:color-mix(in srgb, var(--primary) 88%, #000);box-shadow:var(--shadow)}.mobile-shell-button{border-radius:var(--radius-pill);color:var(--muted-strong);background:var(--surface-container);box-shadow:none;border:0}.mobile-shell-button:hover{background:var(--primary-container);color:var(--on-primary-container)}.page-intro,.article-hero,.category-hero,.game-hero,.footer-bottom{padding-left:0;padding-right:0}.content-shell{padding:0}.eyebrow{color:var(--primary);text-shadow:none;text-transform:uppercase;font-size:13px;font-weight:700}.button{border:0;min-height:44px;padding:10px 20px}.button.primary,.cookie-actions button:first-child{color:var(--on-primary);background:var(--primary)}.button.secondary,.cookie-actions button,.cookie-actions a,.inline-action,.frame-button{border:1px solid var(--outline);color:var(--primary);background:0 0}.button.secondary:hover,.cookie-actions button:hover,.cookie-actions a:hover,.inline-action:hover,.frame-button:hover{border-color:var(--primary);box-shadow:none;background:#47681014}.tag-row span,.article-card-meta span,.article-card-footer span,.article-hero-facts span{border-radius:var(--radius-pill);color:var(--secondary);background:var(--secondary-container);border:0;font-weight:600}.home-hero{width:min(var(--max), calc(100% - 48px));background:linear-gradient(135deg, #c8ef8f8f, #bcebea61 46%, #ffffffe0), var(--surface);box-shadow:var(--shadow);border:1px solid #c5ccbfb8;border-radius:32px;margin:28px auto 12px;padding:28px;position:relative}.home-hero:before,.home-hero:after{display:none}.home-hero-copy{padding-left:0}.home-hero-copy h1{max-width:700px;color:var(--ink);text-shadow:none;font-size:56px;font-weight:700;line-height:1.02}.home-hero-copy p{max-width:680px;color:var(--muted-strong);font-size:18px;font-weight:400}.home-module-links a,.testing-notes article,.editorial-note-grid article,.criteria-grid article,.fact-grid article,.article-summary-box,.side-panel,.policy-nav,.detail-panel,.play-panel,.search-panel,.category-review-link,.article-hero-copy,.category-hero>div:first-child,.game-hero>div:first-child{background:var(--surface);box-shadow:var(--shadow);border:1px solid #dfe5d9e6;border-radius:24px}.home-module-links a{min-height:86px;padding:14px}.home-module-links a:hover{background:var(--surface);box-shadow:var(--shadow-raised);border-color:#0000;transform:translateY(-1px)}.home-module-links svg{color:var(--on-primary-container);background:var(--primary-container);box-shadow:none;border:0;border-radius:14px}.home-module-links strong{color:var(--ink);font-size:15px;font-weight:700}.home-module-links small,.testing-notes p{color:var(--muted)}.home-hero-media{gap:16px}.hero-preview,.mosaic-card,.article-card,.category-tile,.game-card{background:var(--surface);box-shadow:var(--shadow);border:1px solid #dfe5d9e6;border-radius:24px;transition:transform .16s,box-shadow .16s,border-color .16s}.hero-preview:hover,.mosaic-card:hover,.article-card:hover,.category-tile:hover,.game-card:hover{box-shadow:var(--shadow-raised);border-color:#0000;transform:translateY(-2px)}.hero-preview img,.mosaic-card img,.article-card-media img,.category-tile-images img,.game-card img,.article-hero-media img,.category-hero-stack img,.game-hero>img,.screenshot-grid img,.game-note-row img{filter:none;image-rendering:auto}.hero-preview:hover img,.mosaic-card:hover img{transform:scale(1.025)}.hero-preview:after,.mosaic-card:after{background:linear-gradient(#00000005 18%,#00000061 68%,#000000b8 100%),linear-gradient(90deg,#00000047,#0000 60%)}.hero-preview span,.mosaic-copy span,.article-card-media span,.game-card span{border-radius:var(--radius-pill);color:var(--on-primary-container);background:var(--primary-container);box-shadow:none;border:0;font-weight:700}.hero-preview strong,.mosaic-copy strong{color:#fff;text-shadow:0 2px 12px #00000061}.hero-preview small,.mosaic-copy small{color:#ffffffdb}.mosaic-arrow{border-radius:var(--radius-pill);color:var(--primary);background:var(--surface);box-shadow:var(--shadow);border:0}.home-section{padding-top:48px}.home-section .section-heading{border-left:0;padding-left:0}.home-section .section-heading h2{color:var(--ink);font-size:30px;font-weight:700}.home-section .section-heading p{color:var(--muted);font-weight:400}.article-card,.home-articles .article-card,.home-categories .category-tile,.home-games .game-card{background:var(--surface);border-color:#dfe5d9e6}.article-card-media,.category-tile-images{background:var(--surface-container)}.article-card-media span,.home-articles .article-card-media span{color:var(--on-primary-container);background:var(--primary-container)}.article-card-body,.category-tile-body,.game-card>div{color:var(--ink);background:var(--surface)}.article-card h2,.article-card h3,.category-tile h3,.game-card h3,.testing-notes strong{color:var(--ink);text-shadow:none;font-weight:700}.article-card p,.category-tile p,.game-card p{color:var(--muted);font-weight:400}.article-card-footer strong,.category-tile-body div strong,.game-card small,.fact-grid article small,.policy-nav a.router-link-active{color:var(--primary);text-shadow:none}.category-index,.home-categories .category-index{color:var(--primary)}.game-card span,.home-games .game-card span{width:fit-content;color:var(--tertiary);background:0 0;padding:5px 10px}.testing-notes article:before{display:none}.editorial-strip,.review-criteria,.policy-intro{border-color:var(--line);background:#ffffffa8}.article-hero-copy,.category-hero>div:first-child,.game-hero>div:first-child{background:linear-gradient(135deg, #c8ef8f75, #ffffffeb), var(--surface)}.article-hero-media,.game-hero>img,.category-hero-stack img,.screenshot-grid a,.game-note-row img,.game-frame-shell{border:1px solid var(--line);background:var(--surface-container);box-shadow:var(--shadow);border-radius:24px}.game-frame-toolbar{border-bottom:1px solid var(--line);color:var(--ink);background:var(--surface)}.frame-button{border:1px solid var(--outline);color:var(--primary);box-shadow:none;background:0 0}.game-frame,.game-frame-placeholder{background:#111318}.game-frame-placeholder:after{background:#00000080}.game-frame-placeholder strong{color:#fff;text-shadow:none}.search-form input,.search-form select{border:1px solid var(--line-strong);color:var(--ink);background:var(--surface);border-radius:16px}.search-form input:focus,.search-form select:focus{border-color:var(--primary);outline:3px solid #47681024}.search-form label,.detail-panel dt,.policy-nav a{color:var(--muted-strong)}.site-footer{border-top:1px solid var(--line);color:var(--ink);box-shadow:none;background:#eef2eb}.footer-about strong,.footer-column h2{color:var(--ink);text-shadow:none}.footer-about p,.footer-bottom,.footer-column a{color:var(--muted)}.footer-column a:hover{color:var(--primary)}.footer-bottom{border-top:1px solid var(--line)}.cookie-consent{z-index:80;border:1px solid var(--line);width:min(960px,100% - 32px);max-width:960px;color:var(--ink);background:var(--surface);box-shadow:var(--shadow-raised);border-radius:28px;grid-template-columns:42px minmax(0,1fr);justify-content:start;align-items:center;gap:14px;padding:16px 62px 16px 16px;display:grid;bottom:18px;left:50%;right:auto;transform:translate(-50%)}.cookie-icon{width:42px;height:42px;color:var(--on-primary-container);background:var(--primary-container);box-shadow:none;border:0;border-radius:14px}.cookie-close{border-radius:var(--radius-pill);width:34px;height:34px;color:var(--muted-strong);box-shadow:none;background:0 0;border:0;top:14px;right:14px;transform:none}.cookie-close:hover{color:var(--primary);background:#47681014}.cookie-consent strong{color:var(--ink);text-shadow:none;font-size:16px;font-weight:700}.cookie-consent p{max-width:780px;color:var(--muted);font-size:14px;font-weight:400}.cookie-actions{gap:8px}.cookie-actions button,.cookie-actions a{border:1px solid var(--outline);min-height:36px;color:var(--primary);box-shadow:none;background:0 0}.cookie-actions button:first-child{color:var(--on-primary);background:var(--primary);border-color:#0000}@media (width<=1280px){.home-hero-copy h1{font-size:50px}}@media (width<=980px){.topbar{grid-template-columns:42px minmax(0,1fr) 42px;height:68px}.brand{justify-self:center}.brand:before{border-radius:11px;width:34px;height:34px}.home-hero{padding:22px}.home-hero-copy h1{font-size:42px}.home-hero-media{min-height:420px}}@media (width<=640px){.topbar{width:min(100% - 24px, var(--max));grid-template-columns:40px minmax(0,1fr) 40px;gap:8px}.brand{gap:8px}.brand:before{border-radius:10px;width:32px;height:32px}.brand-text strong{max-width:150px;font-size:17px}.mobile-shell-button{width:40px;height:40px}.home-hero{width:min(var(--max), calc(100% - 24px));box-shadow:var(--shadow);border-radius:28px;padding:18px}.home-hero-copy h1{font-size:34px;line-height:1.08}.home-hero-copy p{overflow-wrap:anywhere;max-width:100%;font-size:15px}.home-hero-actions{grid-template-columns:1fr;width:100%;display:grid}.home-hero-actions .button{width:100%;min-width:0}.home-module-links a,.testing-notes article,.article-card,.category-tile,.game-card{border-radius:22px}.hero-preview,.hero-preview-main{border-radius:22px;min-height:198px}.cookie-consent{border-radius:24px;grid-template-columns:36px minmax(0,1fr);align-items:start;gap:10px;width:calc(100% - 24px);padding:14px 48px 14px 14px;bottom:12px}.cookie-consent>div:last-child{min-width:0}.cookie-icon{border-radius:12px;width:36px;height:36px}.cookie-close{width:32px;height:32px;top:10px;right:10px}.cookie-consent p{overflow-wrap:anywhere;max-width:100%;font-size:12px}.cookie-actions{grid-template-columns:1fr;display:grid}.cookie-actions button,.cookie-actions a{text-align:center;justify-content:center;width:100%}.header-search,.mobile-search-panel,.home-module-links,.home-hero-media,.hero-preview,.article-card,.category-tile,.game-card,.cookie-consent{max-width:100%}}.home-hero.home-banner-grid{width:min(var(--max), calc(100% - 48px));box-shadow:none;background:0 0;border:0;border-radius:0;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:168px;gap:18px;margin:28px auto 14px;padding:0;display:grid}.home-banner-grid .banner-card{color:#fff;background:var(--surface-container,#eef2eb);isolation:isolate;border:1px solid #dfe5d9f0;border-radius:28px;flex-direction:column;justify-content:flex-end;gap:8px;min-width:0;min-height:0;padding:18px;transition:transform .16s,box-shadow .16s,border-color .16s;display:flex;position:relative;overflow:hidden;box-shadow:0 14px 32px #1f2d281c}.home-banner-grid .banner-card-lead{grid-area:span 2/span 2;padding:24px}.home-banner-grid .banner-card:not(.banner-card-lead){grid-column:span 2}.home-banner-grid .banner-card:hover{border-color:#0000;transform:translateY(-2px);box-shadow:0 20px 46px #1f2d2829}.home-banner-grid .banner-card:after{z-index:-1;content:"";background:linear-gradient(#00000005 8%,#00000052 58%,#000000b8 100%),linear-gradient(90deg,#0000005c,#0000000a 68%);position:absolute;inset:0}.home-banner-grid .banner-card img{z-index:-2;object-fit:cover;filter:none;width:100%;height:100%;transition:transform .22s;position:absolute;inset:0}.home-banner-grid .banner-card:hover img{transform:scale(1.025)}.home-banner-grid .banner-card span{border-radius:var(--radius-pill);width:fit-content;color:var(--on-primary-container);background:var(--primary-container);padding:6px 11px;font-size:12px;font-weight:700;line-height:1.1}.home-banner-grid .banner-card strong{color:#fff;text-shadow:0 2px 14px #00000061;max-width:560px;font-size:25px;font-weight:700;line-height:1.04}.home-banner-grid .banner-card-lead strong{font-size:38px}.home-banner-grid .banner-card small{color:#ffffffe0;align-items:center;gap:5px;width:fit-content;font-size:13px;font-weight:700;display:inline-flex}.home-testing .testing-game-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.home-testing .game-card,.home-testing .game-card:first-child,.home-testing .game-card:nth-child(2){grid-column:span 1;grid-template-rows:142px 1fr}.home-testing .game-card>div{gap:8px;padding:13px}.home-testing .game-card h3,.home-testing .game-card:first-child h3,.home-testing .game-card:nth-child(2) h3{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:16px;line-height:1.18;display:-webkit-box;overflow:hidden}.home-testing .game-card p{display:none}.home-articles .article-card,.home-articles .article-card-featured{grid-area:span 1/span 1;grid-template-rows:132px 1fr;grid-template-columns:1fr}.home-articles .article-card-body{gap:8px;padding:13px}.home-articles .article-card h2,.home-articles .article-card-featured h2{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:16px;line-height:1.18;display:-webkit-box;overflow:hidden}.home-articles .article-card p,.home-articles .article-card-featured p{display:none}.home-articles .article-card-meta,.home-articles .article-card-footer{gap:8px}.home-articles .article-card-meta span,.home-articles .article-card-footer span,.home-articles .article-card-footer strong{font-size:12px}.cookie-consent{width:100%;max-width:100%;padding:16px max(62px, calc((100vw - var(--max)) / 2 + 62px)) 16px max(16px, calc((100vw - var(--max)) / 2 + 16px));border-bottom:0;border-left:0;border-right:0;border-radius:28px 28px 0 0;grid-template-columns:42px minmax(0,1fr);bottom:0;left:50%;right:auto;transform:translate(-50%)}.cookie-consent p{max-width:880px}@media (width<=980px){.home-hero.home-banner-grid{width:min(var(--max), calc(100% - 32px));grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:180px}.home-banner-grid .banner-card-lead{grid-area:span 2/1/auto/-1}.home-banner-grid .banner-card:not(.banner-card-lead){grid-column:span 1}.home-articles .article-grid,.home-testing .testing-game-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.home-hero.home-banner-grid{width:min(var(--max), calc(100% - 24px));box-shadow:none;border-radius:0;grid-template-columns:1fr;grid-auto-rows:auto;gap:14px;margin-top:18px;padding:0}.home-banner-grid .banner-card,.home-banner-grid .banner-card-lead,.home-banner-grid .banner-card:not(.banner-card-lead){border-radius:24px;grid-area:span 1/span 1;min-height:198px;padding:16px}.home-banner-grid .banner-card-lead{min-height:252px}.home-banner-grid .banner-card strong,.home-banner-grid .banner-card-lead strong{font-size:22px}.home-articles .article-grid,.home-testing .testing-game-grid{grid-template-columns:1fr}.home-articles .article-card,.home-articles .article-card-featured,.home-testing .game-card,.home-testing .game-card:first-child,.home-testing .game-card:nth-child(2){grid-template-rows:168px 1fr}.home-articles .article-card-media img,.home-articles .article-card-featured .article-card-media img,.home-testing .game-card img,.home-testing .game-card:first-child img,.home-testing .game-card:nth-child(2) img{height:168px}.cookie-consent{border-radius:24px 24px 0 0;grid-template-columns:36px minmax(0,1fr);width:100%;padding:14px 48px 14px 14px;bottom:0}}.home-hero.home-banner-grid{grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-rows:124px;grid-auto-flow:dense;gap:14px}.home-banner-grid .banner-card-1{padding:22px}@media (width<=1180px){.home-hero.home-banner-grid{grid-template-columns:repeat(8,minmax(0,1fr));grid-auto-rows:126px}.home-banner-grid .banner-card-1,.home-banner-grid .banner-card-2{grid-area:span 2/span 4}.home-banner-grid .banner-card-3,.home-banner-grid .banner-card-4,.home-banner-grid .banner-card-5,.home-banner-grid .banner-card-6{grid-area:span 2/span 2}.home-banner-grid .banner-card-7,.home-banner-grid .banner-card-8{grid-area:span 1/span 4}}@media (width<=980px){.home-hero.home-banner-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:164px}.home-banner-grid .banner-card-1{grid-area:span 2/1/auto/-1}.home-banner-grid .banner-card-2,.home-banner-grid .banner-card-3,.home-banner-grid .banner-card-4,.home-banner-grid .banner-card-5,.home-banner-grid .banner-card-6,.home-banner-grid .banner-card-7,.home-banner-grid .banner-card-8{grid-area:span 1/span 1}.home-banner-grid .banner-card-7 span,.home-banner-grid .banner-card-8 span,.home-banner-grid .banner-card-7 small,.home-banner-grid .banner-card-8 small{display:inline-flex}}@media (width<=640px){.home-hero.home-banner-grid{grid-template-columns:1fr;grid-auto-rows:auto}.home-banner-grid .banner-card-1,.home-banner-grid .banner-card-2,.home-banner-grid .banner-card-3,.home-banner-grid .banner-card-4,.home-banner-grid .banner-card-5,.home-banner-grid .banner-card-6,.home-banner-grid .banner-card-7,.home-banner-grid .banner-card-8{grid-area:span 1/span 1}}.home-section .section-heading{margin-bottom:18px}.home-section .section-heading h2{font-size:28px;line-height:1.12}.home-hero.home-banner-grid{width:min(var(--max), calc(100% - 48px));grid-template-columns:repeat(6,minmax(0,1fr));grid-auto-rows:118px;gap:14px;margin:28px auto 20px}.home-banner-grid .banner-card{border-radius:24px;grid-area:span 1/span 1;padding:14px}.home-banner-grid .banner-card-lead,.home-banner-grid .banner-card-1{grid-area:span 3/span 3;padding:22px}.home-banner-grid .banner-card-2,.home-banner-grid .banner-card-3{grid-area:span 2/span 3}.home-banner-grid .banner-card-4,.home-banner-grid .banner-card-5,.home-banner-grid .banner-card-6,.home-banner-grid .banner-card-7,.home-banner-grid .banner-card-8{grid-area:span 1/span 1}.home-banner-grid .banner-card strong{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:18px;line-height:1.08;display:-webkit-box;overflow:hidden}.home-banner-grid .banner-card-1 strong{font-size:36px}.home-banner-grid .banner-card-2 strong,.home-banner-grid .banner-card-3 strong{font-size:25px}.home-banner-grid .banner-card-4 span,.home-banner-grid .banner-card-5 span,.home-banner-grid .banner-card-6 span,.home-banner-grid .banner-card-7 span,.home-banner-grid .banner-card-8 span,.home-banner-grid .banner-card-4 small,.home-banner-grid .banner-card-5 small,.home-banner-grid .banner-card-6 small,.home-banner-grid .banner-card-7 small,.home-banner-grid .banner-card-8 small{display:none}.home-articles .article-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.home-articles .article-card,.home-articles .article-card-featured{border-radius:22px;grid-area:span 1/span 1;grid-template-rows:118px 1fr}.home-articles .article-card-media img,.home-articles .article-card-featured .article-card-media img{height:118px}.home-articles .article-card-media span{text-overflow:ellipsis;white-space:nowrap;max-width:calc(100% - 20px);overflow:hidden}.home-articles .article-card h2,.home-articles .article-card-featured h2{font-size:15px;line-height:1.18}.home-articles .article-card-body{min-height:122px}.home-categories .category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.home-categories .category-tile{border-radius:24px;grid-template-rows:auto;grid-template-columns:42% minmax(0,1fr);min-height:198px}.home-categories .category-tile-images{grid-template-rows:1fr 1fr;grid-template-columns:1fr .76fr;height:100%;min-height:198px}.home-categories .category-tile-body{align-content:center;gap:10px;padding:18px}.home-categories .category-tile h3{font-size:21px}.home-categories .category-tile p{-webkit-line-clamp:3}.home-testing{padding-top:46px}.home-testing .testing-layout{display:block}.home-testing .testing-game-grid{grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-flow:dense;gap:14px}.home-testing .game-card,.home-testing .game-card:first-child,.home-testing .game-card:nth-child(2){border-radius:22px;grid-area:span 1/span 1;grid-template-rows:132px 1fr}.home-testing .game-card:first-child,.home-testing .game-card:nth-child(7){grid-column:span 2;grid-template-rows:214px 1fr}.home-testing .game-card img,.home-testing .game-card:first-child img,.home-testing .game-card:nth-child(2) img{height:132px}.home-testing .game-card:first-child img,.home-testing .game-card:nth-child(7) img{height:214px}.home-testing .game-card:first-child h3,.home-testing .game-card:nth-child(7) h3{font-size:20px}@media (width<=1180px){.home-hero.home-banner-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.home-banner-grid .banner-card-1,.home-banner-grid .banner-card-2,.home-banner-grid .banner-card-3{grid-column:span 2}.home-banner-grid .banner-card-4,.home-banner-grid .banner-card-5,.home-banner-grid .banner-card-6,.home-banner-grid .banner-card-7,.home-banner-grid .banner-card-8{grid-column:span 1}.home-articles .article-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (width<=980px){.home-hero.home-banner-grid{width:min(var(--max), calc(100% - 32px));grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:156px}.home-banner-grid .banner-card-1{grid-area:span 2/1/auto/-1}.home-banner-grid .banner-card-2,.home-banner-grid .banner-card-3,.home-banner-grid .banner-card-4,.home-banner-grid .banner-card-5,.home-banner-grid .banner-card-6,.home-banner-grid .banner-card-7,.home-banner-grid .banner-card-8{grid-area:span 1/span 1}.home-articles .article-grid,.home-testing .testing-game-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-categories .category-grid{grid-template-columns:1fr}.home-testing .game-card:first-child,.home-testing .game-card:nth-child(7){grid-column:span 1;grid-template-rows:168px 1fr}.home-testing .game-card:first-child img,.home-testing .game-card:nth-child(7) img{height:168px}}@media (width<=1180px){main .home-hero.home-banner-grid{grid-template-columns:repeat(8,minmax(0,1fr));grid-auto-rows:126px}main .home-hero.home-banner-grid .banner-card.banner-card-1,main .home-hero.home-banner-grid .banner-card.banner-card-2{grid-area:span 2/span 4}main .home-hero.home-banner-grid .banner-card.banner-card-3,main .home-hero.home-banner-grid .banner-card.banner-card-4,main .home-hero.home-banner-grid .banner-card.banner-card-5,main .home-hero.home-banner-grid .banner-card.banner-card-6{grid-area:span 2/span 2}main .home-hero.home-banner-grid .banner-card.banner-card-7,main .home-hero.home-banner-grid .banner-card.banner-card-8{grid-area:span 1/span 4}main .home-articles .article-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (width<=980px){main .content-shell.home-section,main .home-hero.home-banner-grid{width:min(var(--max), calc(100% - 32px))}main .home-hero.home-banner-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:164px}main .home-hero.home-banner-grid .banner-card.banner-card-1{grid-area:span 2/1/auto/-1}main .home-hero.home-banner-grid .banner-card.banner-card-2,main .home-hero.home-banner-grid .banner-card.banner-card-3,main .home-hero.home-banner-grid .banner-card.banner-card-4,main .home-hero.home-banner-grid .banner-card.banner-card-5,main .home-hero.home-banner-grid .banner-card.banner-card-6,main .home-hero.home-banner-grid .banner-card.banner-card-7,main .home-hero.home-banner-grid .banner-card.banner-card-8{grid-area:span 1/span 1}main .home-hero.home-banner-grid .banner-card.banner-card-7 span,main .home-hero.home-banner-grid .banner-card.banner-card-8 span,main .home-hero.home-banner-grid .banner-card.banner-card-7 small,main .home-hero.home-banner-grid .banner-card.banner-card-8 small{display:inline-flex}main .home-articles .article-grid,main .home-testing .testing-game-grid{grid-template-columns:repeat(2,minmax(0,1fr))}main .home-categories .category-grid{grid-template-columns:1fr}main .home-testing .game-card:first-child,main .home-testing .game-card:nth-child(7){grid-column:span 1;grid-template-rows:168px 1fr}main .home-testing .game-card:first-child img,main .home-testing .game-card:nth-child(7) img{height:168px}main .home-testing .game-card:first-child h3,main .home-testing .game-card:nth-child(7) h3{font-size:16px}}@media (width<=640px){main .content-shell.home-section,main .home-hero.home-banner-grid{width:min(var(--max), calc(100% - 24px))}main .home-section .section-heading h2{font-size:24px}main .home-hero.home-banner-grid{grid-template-columns:1fr;grid-auto-rows:auto;gap:14px;margin-top:18px}main .home-hero.home-banner-grid .banner-card,main .home-hero.home-banner-grid .banner-card.banner-card-1,main .home-hero.home-banner-grid .banner-card.banner-card-2,main .home-hero.home-banner-grid .banner-card.banner-card-3,main .home-hero.home-banner-grid .banner-card.banner-card-4,main .home-hero.home-banner-grid .banner-card.banner-card-5,main .home-hero.home-banner-grid .banner-card.banner-card-6,main .home-hero.home-banner-grid .banner-card.banner-card-7,main .home-hero.home-banner-grid .banner-card.banner-card-8{grid-area:span 1/span 1;min-height:198px}main .home-hero.home-banner-grid .banner-card.banner-card-1{min-height:258px}main .home-hero.home-banner-grid .banner-card strong,main .home-hero.home-banner-grid .banner-card.banner-card-1 strong,main .home-hero.home-banner-grid .banner-card.banner-card-2 strong,main .home-hero.home-banner-grid .banner-card.banner-card-3 strong{font-size:22px}main .home-articles .article-grid,main .home-categories .category-grid,main .home-testing .testing-game-grid,main .home-categories .category-tile{grid-template-columns:1fr}main .home-categories .category-tile-images{min-height:164px}main .home-testing .game-card,main .home-testing .game-card:first-child,main .home-testing .game-card:nth-child(2),main .home-testing .game-card:nth-child(7){grid-column:span 1;grid-template-rows:168px 1fr}main .home-testing .game-card img,main .home-testing .game-card:first-child img,main .home-testing .game-card:nth-child(2) img,main .home-testing .game-card:nth-child(7) img{height:168px}.cookie-consent{border-radius:22px 22px 0 0;grid-template-columns:36px minmax(0,1fr);align-items:start;gap:10px;width:100%;padding:14px 44px 12px 14px}.cookie-icon{width:36px;height:36px}.cookie-close{width:32px;height:32px;top:10px;right:10px}.cookie-consent strong{font-size:15px}.cookie-consent p{max-width:100%;font-size:12px;line-height:1.45}.cookie-actions{grid-template-columns:1fr;width:100%;display:grid}.cookie-actions button,.cookie-actions a{text-align:center;justify-content:center;width:100%}}main .home-hero.home-banner-grid{grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-rows:124px;grid-auto-flow:dense;width:min(var(--max), calc(100% - 48px));gap:14px;margin:28px auto 20px}main .home-hero.home-banner-grid .banner-card{grid-area:span 1/span 1}@media (width<=1180px){main .home-hero.home-banner-grid{grid-template-columns:repeat(8,minmax(0,1fr));grid-auto-rows:126px}main .home-hero.home-banner-grid .banner-card.banner-card-1,main .home-hero.home-banner-grid .banner-card.banner-card-2{grid-area:span 2/span 4}main .home-hero.home-banner-grid .banner-card.banner-card-3,main .home-hero.home-banner-grid .banner-card.banner-card-4,main .home-hero.home-banner-grid .banner-card.banner-card-5,main .home-hero.home-banner-grid .banner-card.banner-card-6{grid-area:span 2/span 2}main .home-hero.home-banner-grid .banner-card.banner-card-7,main .home-hero.home-banner-grid .banner-card.banner-card-8{grid-area:span 1/span 4}}@media (width<=980px){main .home-hero.home-banner-grid{width:min(var(--max), calc(100% - 32px));grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:164px}main .home-hero.home-banner-grid .banner-card.banner-card-1{grid-area:span 2/1/auto/-1}main .home-hero.home-banner-grid .banner-card.banner-card-2,main .home-hero.home-banner-grid .banner-card.banner-card-3,main .home-hero.home-banner-grid .banner-card.banner-card-4,main .home-hero.home-banner-grid .banner-card.banner-card-5,main .home-hero.home-banner-grid .banner-card.banner-card-6,main .home-hero.home-banner-grid .banner-card.banner-card-7,main .home-hero.home-banner-grid .banner-card.banner-card-8{grid-area:span 1/span 1}main .home-hero.home-banner-grid .banner-card.banner-card-7 span,main .home-hero.home-banner-grid .banner-card.banner-card-8 span,main .home-hero.home-banner-grid .banner-card.banner-card-7 small,main .home-hero.home-banner-grid .banner-card.banner-card-8 small{display:inline-flex}}@media (width<=640px){main .home-hero.home-banner-grid{width:min(var(--max), calc(100% - 24px));grid-template-columns:1fr;grid-auto-rows:auto}main .home-hero.home-banner-grid .banner-card.banner-card-1,main .home-hero.home-banner-grid .banner-card.banner-card-2,main .home-hero.home-banner-grid .banner-card.banner-card-3,main .home-hero.home-banner-grid .banner-card.banner-card-4,main .home-hero.home-banner-grid .banner-card.banner-card-5,main .home-hero.home-banner-grid .banner-card.banner-card-6,main .home-hero.home-banner-grid .banner-card.banner-card-7,main .home-hero.home-banner-grid .banner-card.banner-card-8{grid-area:span 1/span 1;min-height:198px}main .home-hero.home-banner-grid .banner-card.banner-card-1{min-height:258px}main .home-hero.home-banner-grid .banner-card.banner-card-1 strong,main .home-hero.home-banner-grid .banner-card.banner-card-2 strong,main .home-hero.home-banner-grid .banner-card.banner-card-3 strong{font-size:22px}}.home-hero.home-banner-grid{grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-rows:124px;grid-auto-flow:dense;width:min(var(--max), calc(100% - 48px));gap:14px;margin:28px auto 20px}.home-banner-grid .banner-card,.home-banner-grid .banner-card:not(.banner-card-lead){grid-area:span 1/span 1}.home-banner-grid .banner-card-1,.home-banner-grid .banner-card-2,.home-banner-grid .banner-card-3{grid-area:span 2/span 4}.home-banner-grid .banner-card-4,.home-banner-grid .banner-card-5,.home-banner-grid .banner-card-6{grid-area:span 2/span 3}.home-banner-grid .banner-card-7,.home-banner-grid .banner-card-8{grid-area:span 1/span 3}.home-banner-grid .banner-card-1 strong,.home-banner-grid .banner-card-2 strong,.home-banner-grid .banner-card-3 strong{font-size:28px}.home-banner-grid .banner-card-4 strong,.home-banner-grid .banner-card-5 strong,.home-banner-grid .banner-card-6 strong{font-size:21px}.home-banner-grid .banner-card-7 strong,.home-banner-grid .banner-card-8 strong{font-size:17px}.home-banner-grid .banner-card-7 span,.home-banner-grid .banner-card-8 span,.home-banner-grid .banner-card-7 small,.home-banner-grid .banner-card-8 small{display:none}@media (width<=1180px){.home-hero.home-banner-grid{grid-template-columns:repeat(8,minmax(0,1fr));grid-auto-rows:126px}.home-banner-grid .banner-card-1,.home-banner-grid .banner-card-2{grid-area:span 2/span 4}.home-banner-grid .banner-card-3,.home-banner-grid .banner-card-4,.home-banner-grid .banner-card-5,.home-banner-grid .banner-card-6{grid-area:span 2/span 2}.home-banner-grid .banner-card-7,.home-banner-grid .banner-card-8{grid-area:span 1/span 4}}@media (width<=980px){.home-hero.home-banner-grid{width:min(var(--max), calc(100% - 32px));grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:164px}.home-banner-grid .banner-card-1{grid-area:span 2/1/auto/-1}.home-banner-grid .banner-card-2,.home-banner-grid .banner-card-3,.home-banner-grid .banner-card-4,.home-banner-grid .banner-card-5,.home-banner-grid .banner-card-6,.home-banner-grid .banner-card-7,.home-banner-grid .banner-card-8{grid-area:span 1/span 1}.home-banner-grid .banner-card-7 span,.home-banner-grid .banner-card-8 span,.home-banner-grid .banner-card-7 small,.home-banner-grid .banner-card-8 small{display:inline-flex}}@media (width<=640px){.home-banner-grid .banner-card-1,.home-banner-grid .banner-card-2,.home-banner-grid .banner-card-3,.home-banner-grid .banner-card-4,.home-banner-grid .banner-card-5,.home-banner-grid .banner-card-6,.home-banner-grid .banner-card-7,.home-banner-grid .banner-card-8{grid-area:span 1/span 1;min-height:198px}.home-section .section-heading h2{font-size:24px}.home-hero.home-banner-grid{width:min(var(--max), calc(100% - 24px));grid-template-columns:1fr;grid-auto-rows:auto}.home-banner-grid .banner-card,.home-banner-grid .banner-card-1,.home-banner-grid .banner-card-2,.home-banner-grid .banner-card-3,.home-banner-grid .banner-card-4,.home-banner-grid .banner-card-5,.home-banner-grid .banner-card-6,.home-banner-grid .banner-card-7,.home-banner-grid .banner-card-8{grid-area:span 1/span 1;min-height:198px}.home-banner-grid .banner-card-1{min-height:258px}.home-banner-grid .banner-card-1 strong,.home-banner-grid .banner-card-2 strong,.home-banner-grid .banner-card-3 strong{font-size:22px}.home-banner-grid .banner-card-4 span,.home-banner-grid .banner-card-5 span,.home-banner-grid .banner-card-6 span,.home-banner-grid .banner-card-7 span,.home-banner-grid .banner-card-8 span,.home-banner-grid .banner-card-4 small,.home-banner-grid .banner-card-5 small,.home-banner-grid .banner-card-6 small,.home-banner-grid .banner-card-7 small,.home-banner-grid .banner-card-8 small{display:inline-flex}.home-articles .article-grid,.home-categories .category-grid,.home-testing .testing-game-grid,.home-categories .category-tile{grid-template-columns:1fr}.home-categories .category-tile-images{min-height:164px}.home-testing .game-card,.home-testing .game-card:first-child,.home-testing .game-card:nth-child(2),.home-testing .game-card:nth-child(7){grid-column:span 1;grid-template-rows:168px 1fr}.home-testing .game-card img,.home-testing .game-card:first-child img,.home-testing .game-card:nth-child(2) img,.home-testing .game-card:nth-child(7) img{height:168px}}:root{--max:1200px;--bg:#f9faf5;--surface:#fff;--surface-soft:#f3f6ef;--surface-container:#eef3e9;--surface-container-high:#e7ede1;--ink:#1a1c18;--muted:#5f665a;--muted-strong:#41483d;--line:#dfe5d9;--line-strong:#c5ccbf;--primary:#476810;--on-primary:#fff;--primary-container:#c8ef8f;--on-primary-container:#102000;--secondary:#596248;--secondary-container:#dde6c6;--tertiary:#386666;--tertiary-container:#bcebea;--outline:#74796d;--shadow:0 1px 2px #1a1c1814, 0 5px 16px #1a1c1814;--shadow-raised:0 3px 8px #1a1c181a, 0 14px 30px #1a1c181a;--radius:22px;--radius-small:14px;--radius-pill:999px;--font-body:Roboto, "Google Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display:Roboto, "Google Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}html{background:var(--bg)}body{color:var(--ink);background:radial-gradient(circle at 0 0, #c8ef8f61, transparent 28rem), linear-gradient(180deg, #fdfef8 0, var(--bg) 44%, #f6f8f1 100%);font-family:var(--font-body);letter-spacing:0}body:before,body:after{content:none;display:none}h1,h2,h3,p{letter-spacing:0;text-shadow:none}.site-header{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fdfef8e6;border-bottom:1px solid #c5ccbfc2;box-shadow:0 1px #1a1c180a}.brand:before{border-radius:12px}.nav-link,.mobile-page-links a{border-radius:var(--radius-pill)}.nav-link:hover,.nav-link.router-link-active,.nav-link-current,.nav-link-current:hover,.mobile-page-links a.mobile-link-current{color:var(--on-primary-container);background:var(--primary-container);box-shadow:none;transform:none}main .content-shell.home-section{width:min(var(--max), calc(100% - 48px));max-width:var(--max);margin-left:auto;margin-right:auto;padding:34px 0 24px}main .home-section .section-heading{align-items:end;margin-bottom:20px}main .home-section .section-heading h2{color:var(--ink);font-size:30px;font-weight:700;line-height:1.14;display:block}main .home-section .eyebrow{color:var(--primary);letter-spacing:0;text-transform:none;align-items:center;gap:7px;margin-bottom:6px;font-size:12px;font-weight:700;display:inline-flex}main .home-hero.home-banner-grid{grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-rows:124px;grid-auto-flow:dense;width:min(var(--max), calc(100% - 48px));box-shadow:none;background:0 0;border:0;border-radius:0;gap:14px;margin:28px auto 18px;padding:0;display:grid}main .home-hero.home-banner-grid .banner-card{color:#fff;background:var(--surface-container);min-width:0;min-height:0;box-shadow:var(--shadow-raised);isolation:isolate;border:1px solid #dfe5d9f0;border-radius:24px;flex-direction:column;grid-area:span 1/span 1;justify-content:flex-end;gap:8px;padding:18px;transition:border-color .16s,box-shadow .16s,transform .16s;display:flex;position:relative;overflow:hidden}main .home-hero.home-banner-grid .banner-card:hover{border-color:#0000;transform:translateY(-2px);box-shadow:0 18px 42px #1f2d282b}main .home-hero.home-banner-grid .banner-card:after{z-index:-1;content:"";background:linear-gradient(#00000005 8%,#00000052 58%,#000000b8 100%),linear-gradient(90deg,#0000005c,#0000000a 68%);position:absolute;inset:0}main .home-hero.home-banner-grid .banner-card img{z-index:-2;object-fit:cover;filter:none;width:100%;height:100%;transition:transform .22s;position:absolute;inset:0}main .home-hero.home-banner-grid .banner-card:hover img{transform:scale(1.025)}main .home-hero.home-banner-grid .banner-card span{border-radius:var(--radius-pill);width:fit-content;color:var(--on-primary-container);background:var(--primary-container);padding:6px 11px;font-size:12px;font-weight:700;line-height:1.1;display:inline-flex}main .home-hero.home-banner-grid .banner-card strong{color:#fff;text-shadow:0 2px 14px #00000061;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-width:560px;font-size:25px;font-weight:700;line-height:1.04;display:-webkit-box;overflow:hidden}main .home-hero.home-banner-grid .banner-card small{color:#ffffffe6;align-items:center;gap:5px;width:fit-content;font-size:13px;font-weight:700;display:inline-flex}main .home-hero.home-banner-grid .banner-card.banner-card-1,main .home-hero.home-banner-grid .banner-card.banner-card-2,main .home-hero.home-banner-grid .banner-card.banner-card-3{grid-area:span 2/span 4}main .home-hero.home-banner-grid .banner-card.banner-card-4,main .home-hero.home-banner-grid .banner-card.banner-card-5,main .home-hero.home-banner-grid .banner-card.banner-card-6{grid-area:span 2/span 3}main .home-hero.home-banner-grid .banner-card.banner-card-7,main .home-hero.home-banner-grid .banner-card.banner-card-8{grid-area:span 1/span 3}main .home-hero.home-banner-grid .banner-card.banner-card-1 strong,main .home-hero.home-banner-grid .banner-card.banner-card-2 strong,main .home-hero.home-banner-grid .banner-card.banner-card-3 strong{font-size:28px}main .home-hero.home-banner-grid .banner-card.banner-card-4 strong,main .home-hero.home-banner-grid .banner-card.banner-card-5 strong,main .home-hero.home-banner-grid .banner-card.banner-card-6 strong{font-size:21px}main .home-hero.home-banner-grid .banner-card.banner-card-7 strong,main .home-hero.home-banner-grid .banner-card.banner-card-8 strong{font-size:17px}main .home-hero.home-banner-grid .banner-card.banner-card-7 span,main .home-hero.home-banner-grid .banner-card.banner-card-8 span,main .home-hero.home-banner-grid .banner-card.banner-card-7 small,main .home-hero.home-banner-grid .banner-card.banner-card-8 small{display:none}main .home-articles .article-grid{grid-template-columns:repeat(5,minmax(0,1fr));align-items:stretch;gap:16px;display:grid}main .home-articles .article-card,main .home-articles .article-card.article-card-featured{border:1px solid var(--line);background:var(--surface);min-width:0;box-shadow:var(--shadow);border-radius:22px;grid-area:span 1/span 1;grid-template-rows:132px 1fr;grid-template-columns:1fr;overflow:hidden}main .home-articles .article-card-media,main .home-articles .article-card-featured .article-card-media{min-height:0}main .home-articles .article-card-media img,main .home-articles .article-card-featured .article-card-media img{object-fit:cover;width:100%;height:132px}main .home-articles .article-card-body{gap:8px;min-width:0;padding:13px}main .home-articles .article-card h2,main .home-articles .article-card.article-card-featured h2{color:var(--ink);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:16px;font-weight:700;line-height:1.18;display:-webkit-box;overflow:hidden}main .home-articles .article-card p,main .home-articles .article-card.article-card-featured p{display:none}main .home-articles .article-card-meta,main .home-articles .article-card-footer{gap:8px}main .home-articles .article-card-meta span,main .home-articles .article-card-footer span,main .home-articles .article-card-footer strong{font-size:12px}main .home-categories .category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}main .home-categories .category-tile{border:1px solid var(--line);background:var(--surface);min-width:0;min-height:168px;box-shadow:var(--shadow);border-radius:24px;grid-template-columns:minmax(190px,224px) minmax(0,1fr);display:grid;overflow:hidden}main .home-categories .category-tile-images{grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;min-height:168px;display:grid}main .home-categories .category-tile-images img{object-fit:cover;border-radius:0;width:100%;height:100%;min-height:0}main .home-categories .category-tile-images img:first-child{grid-row:1/-1}main .home-categories .category-tile-body{align-content:center;gap:8px;min-width:0;padding:18px}main .home-categories .category-tile h3{color:var(--ink);font-size:22px;font-weight:700;line-height:1.18}main .home-categories .category-tile p{color:var(--muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:14px;line-height:1.45;display:-webkit-box;overflow:hidden}main .home-categories .category-tile-body div{gap:8px;min-width:0}main .home-testing{padding-top:34px}main .home-testing .testing-layout{display:block}main .home-testing .testing-game-grid{grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-flow:dense;gap:16px;display:grid}main .home-testing .game-card,main .home-testing .game-card:first-child,main .home-testing .game-card:nth-child(2),main .home-testing .game-card:nth-child(7){border:1px solid var(--line);background:var(--surface);min-width:0;box-shadow:var(--shadow);border-radius:22px;grid-area:span 1/span 1;grid-template-rows:142px 1fr;overflow:hidden}main .home-testing .game-card:first-child,main .home-testing .game-card:nth-child(7){grid-column:span 2;grid-template-rows:214px 1fr}main .home-testing .game-card img,main .home-testing .game-card:first-child img,main .home-testing .game-card:nth-child(2) img,main .home-testing .game-card:nth-child(7) img{object-fit:cover;width:100%;height:142px}main .home-testing .game-card:first-child img,main .home-testing .game-card:nth-child(7) img{height:214px}main .home-testing .game-card>div{gap:8px;min-width:0;padding:13px}main .home-testing .game-card h3,main .home-testing .game-card:first-child h3,main .home-testing .game-card:nth-child(2) h3,main .home-testing .game-card:nth-child(7) h3{color:var(--ink);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:16px;font-weight:700;line-height:1.18;display:-webkit-box;overflow:hidden}main .home-testing .game-card:first-child h3,main .home-testing .game-card:nth-child(7) h3{font-size:20px}main .home-testing .game-card p{display:none}.cookie-consent{box-sizing:border-box;z-index:80;border:1px solid var(--line);width:100%;max-width:100%;padding:16px max(62px, calc((100vw - var(--max)) / 2 + 62px)) 16px max(16px, calc((100vw - var(--max)) / 2 + 16px));color:var(--ink);background:var(--surface);box-shadow:var(--shadow-raised);border-bottom:0;border-left:0;border-right:0;border-radius:28px 28px 0 0;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:14px;display:grid;bottom:0;left:50%;right:auto;transform:translate(-50%)}.cookie-consent>div{min-width:0}.cookie-consent p{white-space:normal;overflow-wrap:anywhere;max-width:880px}.cookie-actions{flex-wrap:wrap;gap:8px;display:flex}.cookie-actions button,.cookie-actions a{min-width:0}@media (width<=1180px){main .home-hero.home-banner-grid{grid-template-columns:repeat(8,minmax(0,1fr));grid-auto-rows:126px}main .home-hero.home-banner-grid .banner-card.banner-card-1,main .home-hero.home-banner-grid .banner-card.banner-card-2{grid-area:span 2/span 4}main .home-hero.home-banner-grid .banner-card.banner-card-3,main .home-hero.home-banner-grid .banner-card.banner-card-4,main .home-hero.home-banner-grid .banner-card.banner-card-5,main .home-hero.home-banner-grid .banner-card.banner-card-6{grid-area:span 2/span 2}main .home-hero.home-banner-grid .banner-card.banner-card-7,main .home-hero.home-banner-grid .banner-card.banner-card-8{grid-area:span 1/span 4}main .home-articles .article-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (width<=980px){main .content-shell.home-section,main .home-hero.home-banner-grid{width:min(var(--max), calc(100% - 32px))}main .home-hero.home-banner-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:164px}main .home-hero.home-banner-grid .banner-card.banner-card-1{grid-area:span 2/1/auto/-1}main .home-hero.home-banner-grid .banner-card.banner-card-2,main .home-hero.home-banner-grid .banner-card.banner-card-3,main .home-hero.home-banner-grid .banner-card.banner-card-4,main .home-hero.home-banner-grid .banner-card.banner-card-5,main .home-hero.home-banner-grid .banner-card.banner-card-6,main .home-hero.home-banner-grid .banner-card.banner-card-7,main .home-hero.home-banner-grid .banner-card.banner-card-8{grid-area:span 1/span 1}main .home-hero.home-banner-grid .banner-card.banner-card-7 span,main .home-hero.home-banner-grid .banner-card.banner-card-8 span,main .home-hero.home-banner-grid .banner-card.banner-card-7 small,main .home-hero.home-banner-grid .banner-card.banner-card-8 small{display:inline-flex}main .home-articles .article-grid,main .home-testing .testing-game-grid{grid-template-columns:repeat(2,minmax(0,1fr))}main .home-categories .category-grid{grid-template-columns:1fr}main .home-testing .game-card:first-child,main .home-testing .game-card:nth-child(7){grid-column:span 1;grid-template-rows:168px 1fr}main .home-testing .game-card:first-child img,main .home-testing .game-card:nth-child(7) img{height:168px}main .home-testing .game-card:first-child h3,main .home-testing .game-card:nth-child(7) h3{font-size:16px}}@media (width<=640px){main .content-shell.home-section,main .home-hero.home-banner-grid{width:min(var(--max), calc(100% - 24px))}main .home-section .section-heading h2{font-size:24px}main .home-hero.home-banner-grid{grid-template-columns:1fr;grid-auto-rows:auto;gap:14px;margin-top:18px}main .home-hero.home-banner-grid .banner-card,main .home-hero.home-banner-grid .banner-card.banner-card-1,main .home-hero.home-banner-grid .banner-card.banner-card-2,main .home-hero.home-banner-grid .banner-card.banner-card-3,main .home-hero.home-banner-grid .banner-card.banner-card-4,main .home-hero.home-banner-grid .banner-card.banner-card-5,main .home-hero.home-banner-grid .banner-card.banner-card-6,main .home-hero.home-banner-grid .banner-card.banner-card-7,main .home-hero.home-banner-grid .banner-card.banner-card-8{grid-area:span 1/span 1;min-height:198px}main .home-hero.home-banner-grid .banner-card.banner-card-1{min-height:258px}main .home-hero.home-banner-grid .banner-card strong,main .home-hero.home-banner-grid .banner-card.banner-card-1 strong,main .home-hero.home-banner-grid .banner-card.banner-card-2 strong,main .home-hero.home-banner-grid .banner-card.banner-card-3 strong{font-size:22px}main .home-articles .article-grid,main .home-categories .category-grid,main .home-testing .testing-game-grid,main .home-categories .category-tile{grid-template-columns:1fr}main .home-categories .category-tile-images{min-height:164px}main .home-testing .game-card,main .home-testing .game-card:first-child,main .home-testing .game-card:nth-child(2),main .home-testing .game-card:nth-child(7){grid-column:span 1;grid-template-rows:168px 1fr}main .home-testing .game-card img,main .home-testing .game-card:first-child img,main .home-testing .game-card:nth-child(2) img,main .home-testing .game-card:nth-child(7) img{height:168px}.cookie-consent{border-radius:22px 22px 0 0;grid-template-columns:36px minmax(0,1fr);align-items:start;gap:10px;width:100%;padding:14px 44px 12px 14px}.cookie-icon{width:36px;height:36px}.cookie-close{width:32px;height:32px;top:10px;right:10px}.cookie-consent strong{font-size:15px}.cookie-consent p{max-width:100%;font-size:12px;line-height:1.45}.cookie-actions{grid-template-columns:1fr;width:100%;display:grid}.cookie-actions button,.cookie-actions a{text-align:center;justify-content:center;width:100%}}
