:root{--bg:#101010;--surface:#1a1622;--surface-raised:#221c30;--surface-alt:#101030;--border:#2a2438;--border-strong:#3a3350;--ink:#f0f0f0;--ink-muted:#d0d0d0;--ink-dim:#707070;--accent:#7030d0;--accent-hover:#8040e0;--accent-press:#5820b0;--accent-ink:#ffffff;--focus:#b088ff;--shadow-sm:0 1px 2px rgba(0,0,0,.4);--shadow-md:0 6px 20px rgba(0,0,0,.5);--shadow-lg:0 20px 50px rgba(0,0,0,.6);--shadow-accent:0 10px 30px rgba(112,48,208,.35);--shadow-focus:0 0 0 3px rgba(176,136,255,.55);--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--radius-xl:20px;--radius-pill:999px;--font-text:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;--font-display:Bangers,Inter,system-ui,sans-serif;--content-w:1200px;--reading-w:70ch;--section-step:72px;--pad-x:20px;--kr-section-step:var(--section-step);--kr-content-width:var(--content-w);--kr-reading-width:var(--reading-w);--kr-bg:var(--bg);--kr-text:var(--ink);--kr-border:var(--border);--kr-accent:var(--accent)}*,*::before,*::after{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--ink);font-family:var(--font-text);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img,svg{max-width:100%;display:block}h1,h2,h3,h4,h5,h6{margin:0 0 .6em;font-family:var(--font-text);font-weight:700;line-height:1.15;letter-spacing:-.01em}h1{font-family:var(--font-display);font-weight:400;font-size:clamp(2rem,4vw,3rem);letter-spacing:.02em;text-transform:uppercase}h2{font-size:clamp(1.5rem,2.6vw,2.125rem)}h3{font-size:1.25rem}h4{font-size:1.0625rem;font-weight:600}p{margin:0 0 1em}ul,ol{margin:0 0 1em;padding-left:1.25em}a{color:var(--focus);text-decoration:underline;text-underline-offset:2px}a:hover{color:var(--ink)}a:focus-visible{outline:2px solid var(--focus);outline-offset:2px;border-radius:2px}hr{border:0;border-top:1px solid var(--border);margin:2em 0}::selection{background:var(--accent);color:var(--accent-ink)}.site{min-height:100vh;display:flex;flex-direction:column}.container{width:100%;max-width:var(--content-w);margin-inline:auto;padding-inline:var(--pad-x)}.reading{max-width:var(--reading-w);margin-inline:auto}.page{width:100%;max-width:var(--content-w);margin-inline:auto;padding:var(--section-step) var(--pad-x) var(--section-step)}.page>*+*{margin-top:var(--section-step)}.page>section{scroll-margin-top:80px}/* header */.masthead{position:sticky;top:0;z-index:50;background:rgba(16,16,16,.92);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}.masthead__row{display:flex;align-items:center;gap:16px;min-height:68px}.brand{display:inline-flex;align-items:center;font-family:var(--font-display);font-size:1.75rem;font-weight:400;color:var(--ink);text-decoration:none;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.brand:hover{color:var(--accent-hover)}.nav{display:none;flex:1;justify-content:center;gap:6px}.nav__link{color:var(--ink-muted);text-decoration:none;font-weight:600;font-size:.9rem;padding:8px 12px;border-radius:var(--radius-sm);white-space:nowrap;transition:color .15s,background .15s}.nav__link:hover{color:var(--ink);background:var(--surface)}.nav__link.is-active,.nav__link[aria-current=page]{color:var(--ink);background:var(--surface-raised)}.masthead__cta{margin-left:auto;display:flex;gap:8px;align-items:center}.burger{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--ink);cursor:pointer}.burger:hover{background:var(--surface-raised)}/* buttons */.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;font-family:var(--font-text);font-weight:700;font-size:.875rem;letter-spacing:.04em;text-transform:uppercase;border-radius:var(--radius-md);border:1px solid transparent;cursor:pointer;text-decoration:none;white-space:nowrap;transition:transform .15s,background .15s,box-shadow .15s,color .15s}.btn--primary{background:var(--accent);color:var(--accent-ink);box-shadow:var(--shadow-accent)}.btn--primary:hover{background:var(--accent-hover);transform:translateY(-1px);color:var(--accent-ink)}.btn--primary:active{background:var(--accent-press);transform:translateY(0)}.btn--ghost{background:transparent;color:var(--ink);border-color:var(--border-strong)}.btn--ghost:hover{background:var(--surface-raised);color:var(--ink)}.btn--block{width:100%}.btn:focus-visible{outline:none;box-shadow:var(--shadow-focus)}/* hero */.hero{position:relative;overflow:hidden;border-radius:var(--radius-xl);background:var(--surface-alt);isolation:isolate;padding:56px 24px;min-height:360px;display:flex;align-items:center}.hero__media{position:absolute;inset:0;z-index:0;background:linear-gradient(135deg,#101030 0%,#221c30 60%,#7030d0 140%)}.hero::after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(16,16,16,.15) 0%,rgba(16,16,16,.75) 100%)}.hero__inner{position:relative;z-index:2;max-width:640px}.hero__eyebrow{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--focus);margin-bottom:14px}.hero__inner h1{font-family:var(--font-display);font-weight:400;font-size:clamp(2.75rem,6vw,4.75rem);color:var(--ink);text-transform:uppercase;letter-spacing:.02em;margin:0 0 .3em;line-height:1.02}.hero__lead{font-size:1.0625rem;color:var(--ink-muted);margin:0 0 24px;max-width:52ch}.hero__cta{display:flex;flex-wrap:wrap;gap:12px}.hero--compact{min-height:200px;padding:36px 24px}.hero--compact h1{font-size:clamp(2rem,4.5vw,3rem)}/* panels */.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px}.panel--raised{background:var(--surface-raised);box-shadow:var(--shadow-md)}.panel__title{margin:0 0 12px;font-size:1.125rem}.section-head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:20px}.section-head h2{margin:0}.section-head__link{color:var(--focus);text-decoration:none;font-weight:600;font-size:.875rem;white-space:nowrap}.section-head__link:hover{color:var(--ink)}/* game tile */.tile-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.tile{position:relative;display:block;background:var(--surface-raised);border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden;text-decoration:none;color:var(--ink);transition:transform .15s,border-color .15s,box-shadow .15s}.tile:hover{transform:translateY(-2px);border-color:var(--accent);box-shadow:var(--shadow-accent)}.tile:focus-visible{outline:none;box-shadow:var(--shadow-focus)}.tile__art{aspect-ratio:3/4;background:linear-gradient(160deg,#221c30,#101030)}.tile__cap{padding:10px 12px;font-size:.85rem;font-weight:600;color:var(--ink);text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}/* shelf */.shelf{position:relative}.shelf__track{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px;scrollbar-width:thin}.shelf__track>*{flex:0 0 46%;scroll-snap-align:start}.shelf__nav{display:none;position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:var(--radius-pill);background:var(--surface-raised);border:1px solid var(--border);color:var(--ink);cursor:pointer;align-items:center;justify-content:center;z-index:2}.shelf__nav:hover{background:var(--accent);border-color:var(--accent)}.shelf__nav--prev{left:-12px}.shelf__nav--next{right:-12px}/* search */.search{position:relative;display:flex;align-items:center;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-pill);padding:6px 6px 6px 16px;gap:8px}.search__icon{color:var(--ink-dim);flex:0 0 auto}.search__input{flex:1;background:transparent;border:0;outline:none;color:var(--ink);font-family:inherit;font-size:1rem;padding:10px 4px;min-width:0}.search__input::placeholder{color:var(--ink-dim)}.search:focus-within{border-color:var(--accent);box-shadow:var(--shadow-focus)}/* promo card */.promo{display:grid;grid-template-columns:1fr;gap:0;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.promo__media{position:relative;min-height:180px;background:linear-gradient(135deg,#101030,#7030d0)}.promo__body{padding:24px}.promo__eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--focus);margin-bottom:8px}.promo__title{font-size:1.25rem;margin:0 0 8px}.promo__text{color:var(--ink-muted);margin:0 0 16px}/* split */.split{display:grid;grid-template-columns:1fr;gap:24px;align-items:center;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;padding:0}.split__media{min-height:240px;background:linear-gradient(135deg,#101030,#7030d0);position:relative}.split__body{padding:28px}/* deposit */.deposit{background:var(--surface-raised);border:1px solid var(--border-strong);border-radius:var(--radius-lg);padding:24px;max-width:460px;margin-inline:auto;box-shadow:var(--shadow-md)}.deposit__label{display:block;font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-dim);margin-bottom:10px}.deposit__field{display:flex;align-items:center;gap:8px;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-md);padding:12px 14px;margin-bottom:16px}.deposit__field:focus-within{border-color:var(--accent);box-shadow:var(--shadow-focus)}.deposit__cur{color:var(--ink-dim);font-weight:600}.deposit__input{flex:1;background:transparent;border:0;outline:none;color:var(--ink);font-family:inherit;font-size:1.125rem;font-weight:600;min-width:0}.chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.chip{background:var(--surface);border:1px solid var(--border);color:var(--ink);border-radius:var(--radius-pill);padding:8px 14px;font-weight:600;font-size:.875rem;cursor:pointer;font-family:inherit}.chip:hover{border-color:var(--accent);color:var(--ink)}.chip:focus-visible{outline:none;box-shadow:var(--shadow-focus)}/* trust row */.trust{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;padding:20px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg)}.trust__item{display:flex;align-items:center;gap:10px;color:var(--ink-muted);font-size:.9rem;font-weight:600}.trust__item svg{color:var(--accent);flex:0 0 auto}/* accordion */.acc{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);overflow:hidden}.acc__item+.acc__item{border-top:1px solid var(--border)}.acc__sum{list-style:none;cursor:pointer;padding:18px 20px;font-weight:600;color:var(--ink);display:flex;justify-content:space-between;align-items:center;gap:12px}.acc__sum::-webkit-details-marker{display:none}.acc__sum:hover{background:var(--surface-raised)}.acc__sum::after{content:"+";font-family:var(--font-display);color:var(--accent);font-size:1.5rem;line-height:1}details[open] .acc__sum::after{content:"–"}.acc__body{padding:0 20px 20px;color:var(--ink-muted)}/* table */.table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:var(--radius-lg)}.table{width:100%;border-collapse:collapse;min-width:520px}.table th,.table td{padding:14px 16px;text-align:left;border-bottom:1px solid var(--border);font-size:.925rem}.table th{background:var(--surface-raised);color:var(--ink);font-weight:700;text-transform:uppercase;letter-spacing:.06em;font-size:.75rem}.table tr:last-child td{border-bottom:0}.table tbody tr:hover{background:var(--surface)}/* steps */.steps{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr;gap:16px;counter-reset:s}.step{counter-increment:s;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px 20px 20px 68px;position:relative}.step::before{content:counter(s);position:absolute;left:16px;top:16px;width:40px;height:40px;border-radius:var(--radius-pill);background:var(--accent);color:var(--accent-ink);display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:1.25rem;letter-spacing:.04em}.step h3{margin:0 0 6px;font-size:1.05rem}.step p{margin:0;color:var(--ink-muted)}/* callout */.callout{background:linear-gradient(135deg,var(--surface-alt),var(--surface-raised));border:1px solid var(--border-strong);border-left:4px solid var(--accent);border-radius:var(--radius-lg);padding:22px 24px;color:var(--ink)}/* article */article.reading h2{margin-top:1.6em}article.reading h3{margin-top:1.4em}article.reading a{color:var(--focus);text-decoration:underline}/* footer */.foot{margin-top:auto;background:#0a0812;border-top:1px solid var(--border);color:var(--ink-muted);padding:56px 0 24px}.foot__grid{display:grid;grid-template-columns:1fr;gap:32px;margin-bottom:32px}.foot__brand{font-family:var(--font-display);font-size:1.75rem;color:var(--ink);text-transform:uppercase;letter-spacing:.04em;margin:0 0 12px}.foot__about{color:var(--ink-dim);font-size:.9rem;max-width:38ch}.foot__col h4{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:var(--ink);margin:0 0 14px}.foot__col ul{list-style:none;padding:0;margin:0}.foot__col li+li{margin-top:10px}.foot__col a:not(:where(.btn,[class*="btn-"],[class*="btn "],[class*="button"])){color:var(--ink-muted);text-decoration:none;font-size:.9rem}.foot__col a:hover{color:var(--accent-hover)}.foot__marks{display:flex;flex-wrap:wrap;gap:14px;align-items:center;padding:20px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin-bottom:20px}.mark{display:inline-flex;align-items:center;justify-content:center;height:36px;padding:0 12px;border:1px solid var(--border-strong);border-radius:var(--radius-sm);color:var(--ink-muted);font-weight:700;font-size:.8rem;letter-spacing:.06em}.foot__legal{color:var(--ink-dim);font-size:.8rem;text-align:center;line-height:1.6}/* motion */@media (prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}}/* breakpoints */@media (min-width:720px){.tile-grid{grid-template-columns:repeat(3,1fr)}.shelf__track>*{flex-basis:30%}.trust{grid-template-columns:repeat(4,1fr)}.promo{grid-template-columns:1.1fr 1fr}.split{grid-template-columns:1fr 1fr}.steps{grid-template-columns:repeat(3,1fr)}.foot__grid{grid-template-columns:2fr 1fr 1fr 1fr}}@media (min-width:1024px){:root{--pad-x:28px}.nav{display:flex}.burger{display:none}.tile-grid{grid-template-columns:repeat(4,1fr);gap:16px}.shelf__nav{display:inline-flex}.shelf__track>*{flex-basis:22%}.hero{padding:80px 56px;min-height:440px}.hero--compact{min-height:220px;padding:44px 40px}}@media (min-width:1200px){.tile-grid{grid-template-columns:repeat(6,1fr)}}.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}:where(.related-links,.site-links) a{color:inherit}a:where(.kr-topnav-item,.rail-item){color:inherit}a:where([data-kr-cta]){color:inherit}a:where([data-kraken-workbook-sibling]){color:inherit}.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))))}