:root{--bg:#101010;--surface:#1a1010;--surface-2:#301010;--surface-3:#501010;--border:#303030;--text:#f0f0f0;--text-muted:#a89a9a;--accent:#f01010;--accent-hover:#c00808;--accent-soft:rgba(240,16,16,0.14);--scrim:rgba(0,0,0,0.55);--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-pill:999px;--shadow-card:0 2px 8px rgba(0,0,0,0.4);--shadow-hero:0 8px 32px rgba(240,16,16,0.25);--shadow-focus:0 0 0 3px rgba(240,16,16,0.55);--font:Inter,Oswald,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;--font-display:Oswald,Inter,system-ui,sans-serif;--kr-section-step:56px;--kr-content-width:1280px;--kr-reading-width:70ch;--kr-bg:#101010;--kr-text:#f0f0f0;--kr-border:#303030;--kr-accent:#f01010;--nav-break:1024px}*,*::before,*::after{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:var(--font);font-size:15px;line-height:1.55;-webkit-font-smoothing:antialiased}a{color:var(--accent)}img,svg{max-width:100%;display:block}h1,h2,h3{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.01em;margin:0 0 .6em}h1{font-size:clamp(28px,4.2vw,44px);line-height:1.05;font-weight:700}h2{font-size:clamp(22px,2.4vw,30px);line-height:1.15;font-weight:700}h3{font-size:18px;line-height:1.25;font-weight:700}p{margin:0 0 1em}.container{max-width:var(--kr-content-width);margin-inline:auto;padding-inline:16px;width:100%}.reading{max-width:var(--kr-reading-width);margin-inline:auto}.reading > * + *{margin-top:1em}.shell{display:flex;flex-direction:column;min-height:100vh}.shell__body{display:block}@media(min-width:1024px){.shell__body{display:grid;grid-template-columns:240px 1fr;gap:0}}.page{padding:24px 0 48px}.page > * + *{margin-top:var(--kr-section-step)}.page > section,.page > article,.page > aside,.page > div,.page > nav,.page > ol,.page > ul{scroll-margin-top:80px}/* HEADER */.header{background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:40}.header__inner{display:flex;align-items:center;gap:16px;min-height:64px;padding-inline:16px;max-width:var(--kr-content-width);margin-inline:auto}.brand{font-family:var(--font-display);font-weight:700;font-size:22px;letter-spacing:.04em;color:var(--text);text-decoration:none;text-transform:uppercase;white-space:nowrap}.brand span{color:var(--accent)}.nav{display:none;flex:1;justify-content:center;gap:4px}.nav__link{display:inline-flex;align-items:center;gap:6px;color:var(--text);text-decoration:none;padding:8px 12px;border-radius:var(--radius-sm);font-weight:600;font-size:14px;white-space:nowrap;transition:color .15s,background .15s}.nav__link:hover{color:var(--accent)}.nav__link:focus-visible{outline:none;box-shadow:var(--shadow-focus)}.nav__link.is-active,.nav__link[aria-current=page]{color:var(--accent)}.header__cta{margin-left:auto;display:inline-flex;align-items:center;gap:8px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--font);font-weight:700;font-size:14px;padding:10px 18px;border-radius:var(--radius-sm);border:1px solid transparent;cursor:pointer;text-decoration:none;white-space:nowrap;transition:background .15s,border-color .15s,transform .1s}.btn--primary{background:var(--accent);color:#fff}.btn--primary:hover{background:var(--accent-hover)}.btn--ghost{background:transparent;color:var(--text);border-color:var(--border)}.btn--ghost:hover{border-color:var(--accent);color:var(--accent)}.btn:focus-visible{outline:none;box-shadow:var(--shadow-focus)}.burger{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:transparent;border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);cursor:pointer}@media(min-width:1024px){.nav{display:flex}.burger{display:none}}/* RAIL */.rail{background:var(--surface);border-right:1px solid var(--border);padding:16px 12px;display:none}@media(min-width:1024px){.rail{display:block;min-height:calc(100vh - 64px)}}.rail__group{margin-bottom:20px}.rail__title{font-family:var(--font-display);font-size:12px;letter-spacing:.12em;color:var(--text-muted);text-transform:uppercase;padding:8px 12px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-2)}.rail__list{list-style:none;margin:8px 0 0;padding:0;display:flex;flex-direction:column;gap:2px}.rail__link{display:flex;align-items:center;gap:10px;padding:10px 12px;color:var(--text);text-decoration:none;border-radius:var(--radius-sm);font-size:14px}.rail__link:hover{background:var(--surface-2);color:var(--accent)}.rail__link.is-active,.rail__link[aria-current=page]{background:var(--accent-soft);color:var(--accent)}.rail__link:focus-visible{outline:none;box-shadow:var(--shadow-focus)}.rail__ico{width:18px;height:18px;flex:0 0 18px;color:var(--accent)}/* HERO */.hero{position:relative;border-radius:var(--radius-lg);overflow:hidden;background:var(--surface-2);min-height:340px;display:flex;align-items:flex-end;box-shadow:var(--shadow-hero)}.hero__media{position:absolute;inset:0;background:radial-gradient(ellipse at 70% 50%,rgba(240,16,16,0.35),transparent 60%),linear-gradient(180deg,#301010,#101010);background-size:cover;background-position:center}.hero::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(16,16,16,0.85) 0%,rgba(16,16,16,0.5) 45%,rgba(16,16,16,0) 70%)}.hero__content{position:relative;z-index:2;padding:32px 24px 32px;max-width:560px}.hero__eyebrow{font-family:var(--font-display);color:var(--accent);font-size:12px;letter-spacing:.15em;text-transform:uppercase;margin-bottom:8px}.hero__title{font-size:clamp(32px,5vw,52px);text-transform:uppercase;color:#fff;margin-bottom:16px}.hero--compact{min-height:200px}.hero--compact .hero__title{font-size:clamp(24px,3.6vw,36px)}/* SECTION */.section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;gap:12px}.section-head__title{margin:0;font-size:20px;text-transform:none;letter-spacing:0}.section-head__more{color:var(--text-muted);text-decoration:none;font-size:14px;display:inline-flex;align-items:center;gap:4px}.section-head__more:hover{color:var(--accent)}/* CATEGORY CHIP LINKS */.cat-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}@media(min-width:640px){.cat-strip{grid-template-columns:repeat(6,1fr)}}@media(min-width:1024px){.cat-strip{grid-template-columns:repeat(10,1fr)}}.cat{display:flex;flex-direction:column;align-items:center;gap:6px;padding:10px 4px;background:transparent;border-radius:var(--radius-md);text-decoration:none;color:var(--text);transition:background .15s}.cat:hover{background:var(--surface-2);color:var(--accent)}.cat:focus-visible{outline:none;box-shadow:var(--shadow-focus)}.cat__ico{width:36px;height:36px;display:grid;place-items:center;background:var(--surface-3);border-radius:var(--radius-md);color:#fff}.cat__label{font-size:11px;text-align:center;line-height:1.2}/* TILES */.tile-shelf{position:relative}.shelf-track{display:grid;grid-auto-flow:column;grid-auto-columns:38%;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px;scrollbar-width:thin}@media(min-width:640px){.shelf-track{grid-auto-columns:22%}}@media(min-width:1024px){.shelf-track{grid-auto-columns:11%}}.shelf-track::-webkit-scrollbar{height:6px}.shelf-track::-webkit-scrollbar-thumb{background:var(--surface-3);border-radius:3px}.shelf-arrow{position:absolute;top:38%;width:36px;height:36px;border-radius:50%;background:rgba(16,16,16,0.85);border:1px solid var(--border);color:#fff;display:none;align-items:center;justify-content:center;cursor:pointer}@media(min-width:1024px){.shelf-arrow{display:inline-flex}}.shelf-arrow--prev{left:-8px}.shelf-arrow--next{right:-8px}.tile-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media(min-width:640px){.tile-grid{grid-template-columns:repeat(4,1fr)}}@media(min-width:1024px){.tile-grid{grid-template-columns:repeat(6,1fr)}}.tile{display:block;text-decoration:none;color:var(--text);scroll-snap-align:start;transition:transform .15s}.tile:hover{transform:translateY(-2px)}.tile:focus-visible{outline:none;box-shadow:var(--shadow-focus);border-radius:var(--radius-md)}.tile__art{aspect-ratio:1/1;background:linear-gradient(135deg,var(--surface-2),var(--surface-3));border-radius:var(--radius-md);overflow:hidden;position:relative}.tile__title{margin-top:6px;font-size:12px;color:var(--text-muted);text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tile:hover .tile__title{color:var(--text)}/* SEARCH */.search{display:flex;align-items:center;gap:8px;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-pill);padding:8px 14px;max-width:420px}.search__input{background:transparent;border:0;color:var(--text);font:inherit;flex:1;outline:none}.search__input::placeholder{color:var(--text-muted)}.search__ico{width:16px;height:16px;color:var(--text-muted)}/* PROMO PANEL */.promo-panel{background:linear-gradient(135deg,var(--surface-2),var(--surface));border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px;display:grid;gap:12px}.promo-panel__eyebrow{color:var(--accent);font-family:var(--font-display);text-transform:uppercase;letter-spacing:.12em;font-size:12px}.promo-panel__title{font-size:22px;margin:0}/* SPLIT */.split{display:grid;gap:24px;grid-template-columns:1fr;align-items:center}@media(min-width:768px){.split{grid-template-columns:1fr 1fr}}.split__media{aspect-ratio:16/10;background:var(--surface-2);border-radius:var(--radius-lg);position:relative;overflow:hidden}/* CALLOUT */.callout{background:var(--surface-2);border-left:4px solid var(--accent);border-radius:var(--radius-md);padding:16px 20px}.callout__title{margin:0 0 4px;font-size:16px;text-transform:none}/* ACCORDION */.faq{border-top:1px solid var(--border)}.faq__item{border-bottom:1px solid var(--border)}.faq__q{width:100%;text-align:left;background:transparent;color:var(--text);border:0;padding:16px 40px 16px 4px;font:600 15px var(--font);cursor:pointer;position:relative}.faq__q:hover{color:var(--accent)}.faq__q::after{content:"+";position:absolute;right:8px;top:50%;transform:translateY(-50%);color:var(--accent);font-size:20px}.faq__a{padding:0 4px 16px;color:var(--text-muted)}/* TABLE */.table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:var(--radius-md)}.data-table{width:100%;border-collapse:collapse;min-width:520px}.data-table th,.data-table td{text-align:left;padding:12px 16px;border-bottom:1px solid var(--border);font-size:14px}.data-table th{background:var(--surface-2);font-family:var(--font-display);text-transform:uppercase;letter-spacing:.06em;font-size:12px;color:var(--text-muted)}.data-table tr:last-child td{border-bottom:0}/* STEPS */.steps{list-style:none;padding:0;margin:0;display:grid;gap:12px;counter-reset:step}@media(min-width:768px){.steps{grid-template-columns:repeat(3,1fr)}}.step{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-md);padding:20px;counter-increment:step;position:relative}.step::before{content:counter(step);display:inline-grid;place-items:center;width:32px;height:32px;background:var(--accent);color:#fff;border-radius:50%;font-family:var(--font-display);font-weight:700;margin-bottom:8px}.step__title{margin:0 0 4px;font-size:16px;text-transform:none}/* TRUST ROW */.trust{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media(min-width:640px){.trust{grid-template-columns:repeat(4,1fr)}}.trust__item{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-md);padding:14px;display:flex;align-items:center;gap:10px;font-size:13px;font-weight:600}.trust__ico{width:22px;height:22px;color:var(--accent);flex:0 0 22px}/* FOOTER */.footer{background:var(--surface);border-top:1px solid var(--border);margin-top:64px;padding:40px 0 24px}.footer__grid{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:640px){.footer__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.footer__grid{grid-template-columns:repeat(4,1fr)}}.footer__col h4{font-family:var(--font-display);font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin:0 0 12px}.footer__col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.footer__col a:not(:where(.btn,[class*="btn-"],[class*="btn "],[class*="button"])){color:var(--text);text-decoration:none;font-size:14px}.footer__col a:hover{color:var(--accent)}.footer__bottom{margin-top:32px;padding-top:16px;border-top:1px solid var(--border);display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;align-items:center;color:var(--text-muted);font-size:13px}.footer__marks{display:flex;gap:12px;align-items:center}.mark-18{display:inline-grid;place-items:center;width:32px;height:32px;border:2px solid var(--text);border-radius:50%;font-weight:700;font-size:12px}/* prose links */.reading a:not(:where(.btn,[class*="btn-"],[class*="btn "],[class*="button"])){color:var(--accent);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}.reading a:hover{color:var(--accent-hover)}/* mobile header adjustments */@media(max-width:1023px){.btn{padding:8px 12px;font-size:13px}.header__inner{gap:8px}}@media(prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}}.hybrid-game-art{display:block;aspect-ratio:4/3;overflow:hidden}.hybrid-game-art img,.hybrid-game-img{width:100%;height:100%;object-fit:cover;display:block}[data-game-card]{position:relative}[data-game-card]:has(.hybrid-game-art){display:flex;flex-direction:column}[data-game-card]:has(.hybrid-game-art)>a{display:flex;flex-direction:column;flex:1 1 auto;min-height:0}[data-game-card] .hybrid-game-art{flex:1 1 auto;min-height:0}[data-game-card] .hybrid-game-copy{min-width:0;padding:.4rem .6rem}[data-game-card] .hybrid-game-copy h3{margin:0;font-size:.95rem;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[data-game-card] .hybrid-game-copy p{margin:.15rem 0 0;font-size:.75rem;opacity:.75;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[data-game-card]:has(.hybrid-game-art) [class*="__body"]{height:auto;min-height:0}:where(main,main>*,[class*="body-with"],[class*="layout"]){min-width:0}:where(:root){--shadow-glow:0 0 0 3px color-mix(in srgb,var(--kr-accent,#2b8cff) 45%,transparent)}.related-links,.site-links{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;align-items:center}.related-links a,.site-links a{text-decoration:none}.related-links{width:100%;max-width:var(--kr-content-width,1100px);margin-left:auto;margin-right:auto;padding:1rem}.rail-item{display:block;padding:.5rem .75rem;text-decoration:none}[data-kr-rail-fallback]{width:auto;min-width:200px;max-width:280px}@media (min-width:900px){[data-kr-rail-fallback]{margin-top:var(--header-h,0px)}body:has([data-kr-rail-fallback]){--rail-w:220px}}main p>a:not([class]):not([data-kr-cta]){text-decoration:underline}.kr-topnav{display:flex;flex-wrap:wrap;align-items:center;width:100%;max-width:var(--kr-content-width,1100px);margin-left:auto;margin-right:auto;padding:.25rem 1rem}.kr-topnav-item{display:inline-flex;align-items:center;padding:.5rem .75rem;text-decoration:none;white-space:nowrap}:has(>.kr-topnav-item){flex-direction:row;flex-wrap:wrap;align-items:center}@media (max-width:899px){:has(>.kr-topnav-item){display:none}}.site-brand{display:inline-flex;align-items:center;gap:.5rem}.site-logo{display:inline-block;height:44px;width:auto;max-width:min(220px,40vw);object-fit:contain;vertical-align:middle}.section-responsible-tools{padding:2.5rem 1rem}.section-responsible-tools .responsible-tools-inner{max-width:var(--kr-content-width,1100px);margin:0 auto}.section-responsible-tools .responsible-tools-header{max-width:var(--kr-reading-width,64ch);margin:0 0 1.25rem}.section-responsible-tools .section-kicker{margin:0 0 .35rem;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;opacity:.7}.section-responsible-tools .responsible-tools-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.responsible-tool-card{display:flex;gap:.75rem;align-items:flex-start;padding:1rem;border:1px solid color-mix(in srgb,currentColor,transparent 82%);border-radius:10px}.responsible-tool-card>span{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:2rem;height:2rem;border:1px solid color-mix(in srgb,currentColor,transparent 70%);border-radius:50%;font-weight:700}.responsible-tool-card h3{margin:0 0 .3rem}.responsible-tool-card p{margin:0 0 .6rem}.section-responsible-tools .cta{display:inline-block;padding:.45rem .9rem;border:1px solid color-mix(in srgb,currentColor,transparent 60%);border-radius:999px;font-weight:600;text-decoration:none}figure.article-image-break.has-media{width:auto;max-width:min(var(--kr-content-width,72rem),100%);margin-block:var(--kr-section-step,2.2rem);margin-inline:auto;aspect-ratio:var(--media-aspect,16/9);max-height:24rem;overflow:hidden}figure.article-image-break.has-media>a.kr-media-offer{display:block;width:100%;height:100%}figure.article-image-break.has-media img{width:100%;height:100%;object-fit:cover;display:block}figure.article-image-break:not(.has-media){display:none}[data-hybrid-visual-slot].has-media:not([data-kr-media-pos]){position:relative}[data-hybrid-visual-slot].has-media:not(.article-image-break)>img{width:100%;height:100%;object-fit:cover;display:block}:has(>[data-hybrid-visual-slot][data-kr-media-pos].has-media) h1,:has(>[data-hybrid-visual-slot][data-kr-media-pos].has-media) h2,:has(>[data-hybrid-visual-slot][data-kr-media-pos].has-media) p{text-shadow:0 1px 2px rgba(4,6,16,.95),0 2px 10px rgba(4,6,16,.85)}[data-hybrid-visual-slot]:not(.has-media):not([data-hybrid-visual-slot="hero"]):not(.article-image-break){display:none}.kr-nav-fab{display:none;position:fixed;bottom:1rem;right:1rem;z-index:60;width:52px;height:52px;align-items:center;justify-content:center;border:1px solid var(--kr-border,var(--border,transparent));border-radius:50%;line-height:1;cursor:pointer;box-shadow:0 6px 20px rgba(0,0,0,.45);background:var(--kr-bg,var(--bg-deep,var(--bg,var(--surface,rgba(20,20,28,.92)))));color:var(--kr-text,var(--text,#fff))}.kr-nav-fab svg{width:22px;height:22px;display:block}.kr-drawer{display:none;position:fixed;inset:0 0 0 auto;z-index:59;width:min(78vw,320px);padding:4rem 1rem 1rem;overflow-y:auto;backdrop-filter:blur(6px);border-left:1px solid var(--kr-border,var(--border,transparent));background:var(--kr-bg,var(--bg-deep,var(--bg,var(--surface,rgba(12,12,20,.97)))));color:var(--kr-text,var(--text,#fff))}.kr-drawer a:not(:where(.btn,[class*="btn-"],[class*="btn "],[class*="button"])){display:block;padding:.85rem .5rem;color:inherit;text-decoration:none;font:inherit;font-size:1rem;border-bottom:1px solid var(--kr-border,var(--border,transparent))}.kr-drawer a:last-child{border-bottom:0}.kr-drawer a[aria-current="page"]{color:var(--kr-accent,var(--accent,var(--acc,inherit)))}.kr-drawer[data-open="1"]{display:block}header.kr-header-tight{height:auto;min-height:0}header.kr-header-tight :is(a,button){white-space:nowrap;font-size:.82em;padding:.5em .75em}header.kr-header-tight :is(a,button) svg{width:1.15em;height:1.15em}header.kr-header-tight .site-logo{height:32px}header.kr-header-tight>*{gap:.5rem}@media (max-width:899px){header :where(a,button){white-space:nowrap}header :where(:has(>.site-brand),:has(>.kr-brand-link)){flex-shrink:0}}.kr-brand-link{display:inline-block;color:inherit;text-decoration:none}@media (max-width:899px){.kr-nav-fab{display:flex}}.kr-cta-mirror{display:inline-flex;align-items:center;justify-content:center;margin-left:auto;padding:.5em 1em;border:1px solid currentColor;border-radius:var(--r-pill,var(--radius-pill,999px));font:inherit;font-weight:700;line-height:1;text-decoration:none;white-space:nowrap;color:var(--acc,var(--accent,var(--primary,var(--brand,currentColor))))}:where(.reading > :first-child){margin-block-start:1em}