:root{--bg:#105030;--bg-deep:#0c3f26;--rail:#0c3f26;--surface:#193d2a;--surface-2:#22563a;--surface-3:#307050;--border:#2a6a48;--text:#f0f0f0;--text-muted:#b8cfc2;--accent:#f0b010;--accent-hot:#ffc733;--accent-ink:#1a1a0a;--success:#4ad07a;--link:#f0b010;--scrim:rgba(10,32,22,.72);--s1:4px;--s2:8px;--s3:12px;--s4:16px;--s5:20px;--s6:24px;--s7:32px;--s8:40px;--s9:56px;--s10:72px;--r-sm:10px;--r-md:14px;--r-lg:20px;--r-pill:999px;--sh-sm:0 1px 2px rgba(0,0,0,.25);--sh-md:0 6px 18px rgba(0,0,0,.28);--sh-lg:0 14px 40px rgba(0,0,0,.35);--sh-glow:0 0 0 3px rgba(240,176,16,.35);--font:Rubik,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;--kr-section-step:40px;--kr-content-width:1280px;--kr-reading-width:70ch;--kr-bg:#105030;--kr-text:#f0f0f0;--kr-border:#2a6a48;--kr-accent:#f0b010;--rail-w:64px;--header-h:64px}*,*::before,*::after{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:var(--font);font-size:15px;line-height:1.6;-webkit-font-smoothing:antialiased}img,svg{display:block;max-width:100%}a{color:var(--link)}a:hover{color:var(--accent-hot)}h1,h2,h3,h4{font-family:var(--font);color:var(--text);margin:0 0 var(--s4)}h1{font-size:clamp(30px,4vw,44px);line-height:1.1;font-weight:800;letter-spacing:-.01em}h2{font-size:32px;line-height:1.2;font-weight:800;letter-spacing:-.01em}h3{font-size:20px;line-height:1.3;font-weight:700}p{margin:0 0 var(--s4)}.site{min-height:100vh;display:grid;grid-template-columns:1fr;grid-template-rows:auto 1fr auto;grid-template-areas:'header' 'main' 'footer'}@media(min-width:1024px){.site{grid-template-columns:var(--rail-w) 1fr;grid-template-areas:'rail header' 'rail main' 'rail footer'}}.chrome-header{grid-area:header;background:var(--bg-deep);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:40}.header__row{max-width:var(--kr-content-width);margin:0 auto;min-height:var(--header-h);padding:var(--s3) var(--s4);display:flex;align-items:center;gap:var(--s4)}.brand{font-family:var(--font);font-weight:800;font-size:22px;letter-spacing:.02em;color:var(--accent);text-decoration:none;white-space:nowrap}.brand:hover{color:var(--accent-hot)}.brand-lockup{display:inline-flex;align-items:center;gap:var(--s2)}.pill-group{display:none;gap:var(--s2);margin-left:var(--s4)}@media(min-width:1024px){.pill-group{display:inline-flex}}.pill{display:inline-flex;align-items:center;gap:var(--s2);padding:6px 12px;border-radius:var(--r-pill);background:var(--surface);border:1px solid var(--border);color:var(--text);text-decoration:none;font-size:13px;font-weight:600;white-space:nowrap}.pill svg{width:14px;height:14px;color:var(--accent)}.pill:hover{background:var(--surface-2)}.pill[aria-current='page']{background:var(--surface-3);border-color:var(--surface-3)}.nav{display:none;margin-left:auto;gap:var(--s2);align-items:center}@media(min-width:1024px){.nav{display:flex}}.nav__link{color:var(--text);text-decoration:none;padding:8px 12px;border-radius:var(--r-sm);font-size:14px;font-weight:500;white-space:nowrap;transition:background .15s,color .15s}.nav__link:hover{background:var(--surface);color:var(--accent-hot)}.nav__link.is-active,.nav__link[aria-current='page']{color:var(--accent);background:var(--surface)}.nav__link:focus-visible{outline:none;box-shadow:var(--sh-glow)}.header__spacer{margin-left:auto}.header__actions{display:inline-flex;align-items:center;gap:var(--s2)}.icon-btn{width:36px;height:36px;display:inline-grid;place-items:center;border-radius:var(--r-pill);background:transparent;border:1px solid transparent;color:var(--text);cursor:pointer}.icon-btn:hover{background:var(--surface)}.icon-btn svg{width:18px;height:18px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--s2);padding:9px 16px;border-radius:var(--r-pill);font-weight:700;font-size:14px;text-decoration:none;white-space:nowrap;border:1px solid transparent;cursor:pointer;transition:transform .12s,background .15s,box-shadow .15s}.btn--ghost{background:transparent;color:var(--text);border-color:var(--border)}.btn--ghost:hover{background:var(--surface)}.btn--primary{background:var(--accent);color:var(--accent-ink)}.btn--primary:hover{background:var(--accent-hot);transform:translateY(-1px)}.btn--primary:focus-visible,.btn--ghost:focus-visible{outline:none;box-shadow:var(--sh-glow)}.btn--sm{padding:6px 12px;font-size:13px}.burger{display:inline-grid;place-items:center;width:40px;height:40px;border-radius:var(--r-pill);background:var(--surface);border:1px solid var(--border);color:var(--text);cursor:pointer}.burger svg{width:18px;height:18px}@media(min-width:1024px){.burger{display:none}}.chrome-rail{grid-area:rail;display:none;background:var(--rail);border-right:1px solid var(--border);padding:var(--s4) 0}@media(min-width:1024px){.chrome-rail{display:block;position:sticky;top:0;height:100vh}}.rail__list{display:flex;flex-direction:column;gap:var(--s2);align-items:center;padding:0;margin:0;list-style:none}.rail__item{width:44px;height:44px;display:grid;place-items:center;border-radius:var(--r-md);color:var(--text-muted);text-decoration:none;position:relative;transition:background .15s,color .15s}.rail__item svg{width:20px;height:20px}.rail__item:hover{background:var(--surface);color:var(--accent)}.rail__item.is-active,.rail__item[aria-current='page']{background:var(--surface-2);color:var(--accent)}.rail__item.is-active::before{content:'';position:absolute;left:-8px;top:8px;bottom:8px;width:3px;border-radius:2px;background:var(--accent)}.rail__item:focus-visible{outline:none;box-shadow:var(--sh-glow)}.main{grid-area:main;min-width:0}.page{max-width:var(--kr-content-width);margin:0 auto;padding:var(--s6) var(--s4) var(--s9);width:100%}.page>*+*{margin-top:var(--kr-section-step)}.reading{max-width:var(--kr-reading-width);margin-inline:auto}.reading>*+*{margin-top:var(--s4)}.reading a:not(:where(.btn,[class*="btn-"],[class*="btn "],[class*="button"])){color:var(--accent);text-decoration:underline;text-underline-offset:2px}.reading a:hover{color:var(--accent-hot)}.eyebrow{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin-bottom:var(--s2)}.section-head{display:flex;align-items:center;justify-content:space-between;gap:var(--s4);margin-bottom:var(--s5)}.section-head h2{margin:0;display:inline-flex;align-items:center;gap:var(--s3);font-size:26px}.section-head .badge-star{width:28px;height:28px;border-radius:var(--r-pill);background:var(--surface-2);display:inline-grid;place-items:center;color:var(--accent)}.section-head .badge-star svg{width:16px;height:16px}.section-head__actions{display:inline-flex;align-items:center;gap:var(--s2)}.count-chip{display:inline-flex;align-items:center;gap:var(--s2);padding:6px 14px;border-radius:var(--r-pill);background:transparent;border:1px solid var(--border);color:var(--text);text-decoration:none;font-size:13px;font-weight:600}.count-chip .num{background:var(--surface-2);border-radius:var(--r-pill);padding:1px 8px;font-size:11px;color:var(--text-muted)}.count-chip:hover{background:var(--surface)}.hero{position:relative;border-radius:var(--r-lg);overflow:hidden;min-height:220px;background:linear-gradient(135deg,#22563a 0%,#307050 60%,#0c3f26 100%);isolation:isolate}.hero__media{position:absolute;inset:0;background:linear-gradient(135deg,#22563a,#307050);background-size:cover;background-position:center;z-index:0}.hero__media::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,32,22,.85) 0%,rgba(10,32,22,.55) 45%,rgba(10,32,22,.15) 100%)}.hero__inner{position:relative;z-index:2;padding:var(--s7) var(--s6);max-width:640px}.hero h1{margin:0 0 var(--s3)}.hero p{color:var(--text-muted);margin:0 0 var(--s5);font-size:16px}.hero__cta{display:inline-flex;gap:var(--s3);flex-wrap:wrap}.promo-strip{display:grid;grid-template-columns:1fr;gap:var(--s4)}@media(min-width:720px){.promo-strip{grid-template-columns:repeat(3,1fr)}}.promo{position:relative;border-radius:var(--r-md);overflow:hidden;min-height:150px;padding:var(--s5);display:flex;flex-direction:column;justify-content:space-between;background:linear-gradient(135deg,var(--surface-2),var(--surface-3));isolation:isolate}.promo__media{position:absolute;inset:0;z-index:0;opacity:.55;background-size:cover;background-position:right center}.promo__media::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,var(--bg-deep) 0%,rgba(12,63,38,.4) 55%,transparent 100%)}.promo__body{position:relative;z-index:1;max-width:60%}.promo__tag{display:inline-block;font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--text);background:rgba(0,0,0,.35);border:1px solid rgba(255,255,255,.12);padding:4px 10px;border-radius:var(--r-pill);margin-bottom:var(--s3)}.promo__amount{font-size:26px;font-weight:800;color:var(--accent);line-height:1.1;margin-bottom:var(--s2)}.promo__sub{font-size:13px;color:var(--text);margin-bottom:var(--s4);opacity:.9}.promo .btn{align-self:flex-start;position:relative;z-index:1}.wins{display:grid;grid-template-columns:1fr;gap:var(--s3)}@media(min-width:640px){.wins{grid-template-columns:repeat(2,1fr)}}@media(min-width:960px){.wins{grid-template-columns:repeat(3,1fr)}}.win{display:flex;align-items:center;gap:var(--s3);background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);padding:var(--s3);text-decoration:none;color:var(--text);transition:background .15s,transform .12s}.win:hover{background:var(--surface-2);transform:translateY(-1px)}.win__title{font-size:14px;font-weight:600;margin:0 0 2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px}.win__meta{font-size:12px;color:var(--text-muted);display:flex;align-items:center;gap:var(--s2)}.win__meta .dot{width:4px;height:4px;border-radius:50%;background:var(--success)}.game-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--s3)}@media(min-width:520px){.game-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:820px){.game-grid{grid-template-columns:repeat(4,1fr)}}@media(min-width:1100px){.game-grid{grid-template-columns:repeat(6,1fr)}}.tile{position:relative;border-radius:var(--r-md);overflow:hidden;background:var(--surface);border:1px solid var(--border);text-decoration:none;color:var(--text);display:block;transition:transform .15s,box-shadow .15s}.tile:hover{transform:translateY(-2px);box-shadow:var(--sh-md)}.tile:focus-visible{outline:none;box-shadow:var(--sh-glow)}.tile__art{aspect-ratio:1/1;background:linear-gradient(135deg,var(--surface-2),var(--surface-3));background-size:cover;background-position:center}.tile__title{padding:var(--s2) var(--s3) var(--s3);font-size:13px;font-weight:500;line-height:1.3;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shelf{position:relative}.shelf__viewport{overflow:hidden}.shelf__track{display:grid;grid-auto-flow:column;grid-auto-columns:44%;gap:var(--s3);overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:var(--s2);scrollbar-width:none}.shelf__track::-webkit-scrollbar{display:none}@media(min-width:520px){.shelf__track{grid-auto-columns:30%}}@media(min-width:820px){.shelf__track{grid-auto-columns:18%}}@media(min-width:1100px){.shelf__track{grid-auto-columns:15%}}.shelf__track>*{scroll-snap-align:start}.arrows{display:inline-flex;gap:var(--s2)}.arrow{width:32px;height:32px;border-radius:var(--r-pill);background:var(--surface);border:1px solid var(--border);color:var(--text);display:grid;place-items:center;cursor:pointer;transition:background .15s}.arrow:hover{background:var(--surface-2);color:var(--accent)}.arrow svg{width:14px;height:14px}.arrow:focus-visible{outline:none;box-shadow:var(--sh-glow)}.search{position:relative;max-width:520px}.search input{width:100%;padding:12px 16px 12px 42px;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-pill);color:var(--text);font-family:inherit;font-size:14px}.search input::placeholder{color:var(--text-muted)}.search input:focus{outline:none;border-color:var(--accent);box-shadow:var(--sh-glow)}.search svg{position:absolute;left:16px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:var(--text-muted)}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);padding:var(--s6)}.panel h2,.panel h3{margin-top:0}.split{display:grid;grid-template-columns:1fr;gap:var(--s6);align-items:center;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);overflow:hidden;padding:var(--s6)}@media(min-width:820px){.split{grid-template-columns:1.1fr 1fr;padding:var(--s7)}}.split__media{position:relative;min-height:220px;border-radius:var(--r-md);overflow:hidden;background:linear-gradient(135deg,var(--surface-2),var(--surface-3))}.split__body>*+*{margin-top:var(--s4)}.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--s4)}@media(min-width:820px){.feature-grid{grid-template-columns:repeat(4,1fr)}}.feature{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);padding:var(--s5);text-align:left}.feature__icon{width:36px;height:36px;border-radius:var(--r-pill);background:var(--surface-2);color:var(--accent);display:grid;place-items:center;margin-bottom:var(--s3)}.feature__icon svg{width:18px;height:18px}.feature h3{font-size:15px;margin:0 0 var(--s2)}.feature p{font-size:13px;color:var(--text-muted);margin:0}.deposit{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);padding:var(--s6);max-width:520px;margin-inline:auto}.deposit h3{margin-top:0}.deposit__chips{display:flex;flex-wrap:wrap;gap:var(--s2);margin:var(--s3) 0}.deposit__chip{padding:8px 14px;border-radius:var(--r-pill);background:var(--surface-2);border:1px solid var(--border);color:var(--text);cursor:pointer;font-weight:600;font-size:13px}.deposit__chip:hover{background:var(--surface-3);border-color:var(--accent)}.deposit__input{width:100%;padding:12px 16px;background:var(--bg-deep);border:1px solid var(--border);border-radius:var(--r-sm);color:var(--text);font-family:inherit;font-size:16px;font-weight:700}.deposit__input:focus{outline:none;border-color:var(--accent);box-shadow:var(--sh-glow)}.accordion{border:1px solid var(--border);border-radius:var(--r-md);background:var(--surface);overflow:hidden}.accordion details{border-bottom:1px solid var(--border)}.accordion details:last-child{border-bottom:0}.accordion summary{padding:var(--s4) var(--s5);cursor:pointer;font-weight:600;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:var(--s3)}.accordion summary::-webkit-details-marker{display:none}.accordion summary::after{content:'+';color:var(--accent);font-size:22px;line-height:1}.accordion details[open] summary::after{content:'−'}.accordion summary:hover{background:var(--surface-2)}.accordion__body{padding:0 var(--s5) var(--s5);color:var(--text-muted)}.terms{width:100%;border-collapse:collapse;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);overflow:hidden}.terms th,.terms td{padding:var(--s3) var(--s4);text-align:left;border-bottom:1px solid var(--border);font-size:14px}.terms th{background:var(--surface-2);color:var(--text);font-weight:700}.terms tr:last-child td{border-bottom:0}.callout{border-left:4px solid var(--accent);background:var(--surface);border-radius:var(--r-sm);padding:var(--s5);color:var(--text)}.steps{display:grid;grid-template-columns:1fr;gap:var(--s4);counter-reset:step}@media(min-width:720px){.steps{grid-template-columns:repeat(3,1fr)}}.step{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);padding:var(--s5);position:relative}.step::before{counter-increment:step;content:counter(step);position:absolute;top:-14px;left:var(--s5);width:28px;height:28px;border-radius:var(--r-pill);background:var(--accent);color:var(--accent-ink);font-weight:800;display:grid;place-items:center;font-size:14px}.step h3{margin-top:var(--s2);font-size:16px}.step p{font-size:13px;color:var(--text-muted);margin:0}.pay-row{display:flex;flex-wrap:wrap;gap:var(--s3);align-items:center;justify-content:center;padding:var(--s5);background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md)}.pay-row .chip{padding:6px 14px;border-radius:var(--r-sm);background:var(--surface-2);border:1px solid var(--border);color:var(--text);font-size:12px;font-weight:600}.chrome-footer{grid-area:footer;background:var(--bg-deep);border-top:1px solid var(--border);color:var(--text-muted);margin-top:var(--s9)}.footer__inner{max-width:var(--kr-content-width);margin:0 auto;padding:var(--s8) var(--s4) var(--s6)}.footer__cols{display:grid;grid-template-columns:1fr;gap:var(--s6)}@media(min-width:640px){.footer__cols{grid-template-columns:repeat(2,1fr)}}@media(min-width:960px){.footer__cols{grid-template-columns:2fr 1fr 1fr 1fr}}.footer__brand .brand{font-size:24px}.footer__about{margin-top:var(--s3);font-size:13px;color:var(--text-muted);max-width:38ch}.footer h4{color:var(--text);font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin:0 0 var(--s4)}.footer ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--s2)}.footer a:not(:where(.btn,[class*="btn-"],[class*="btn "],[class*="button"])){color:var(--text-muted);text-decoration:none;font-size:14px}.footer a:hover{color:var(--accent)}.footer__pay{margin-top:var(--s7);padding-top:var(--s6);border-top:1px solid var(--border);display:flex;flex-wrap:wrap;gap:var(--s3);align-items:center;justify-content:center}.footer__pay .chip{background:var(--surface);border:1px solid var(--border);color:var(--text-muted);padding:6px 14px;border-radius:var(--r-sm);font-size:12px;font-weight:600}.footer__legal{margin-top:var(--s5);padding-top:var(--s5);border-top:1px solid var(--border);display:flex;flex-wrap:wrap;gap:var(--s3);align-items:center;justify-content:space-between;font-size:12px;color:var(--text-muted)}.footer__marks{display:inline-flex;gap:var(--s2);align-items:center}.mark-18{display:inline-grid;place-items:center;width:32px;height:32px;border-radius:50%;border:2px solid var(--text-muted);color:var(--text-muted);font-weight:800;font-size:12px}@media(max-width:1023px){.header__row{padding:var(--s3)}.brand{font-size:20px}.btn{padding:8px 12px;font-size:13px}}@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}: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))))}:where(.reading > :first-child){margin-block-start:var(--s4)}:where(.split__body > :first-child){margin-block-start:var(--s4)}