:root{--bg:#101010;--surface:#1a1a1a;--surface-2:#232323;--surface-3:#2c2c2c;--border:#333333;--rail:#101010;--header:#f05030;--cream:#f0f0d0;--text:#f0f0f0;--text-muted:#a8a8a0;--text-dim:#7a7a72;--accent:#f05030;--accent-2:#d05010;--gold:#f0b010;--gold-deep:#c88a08;--on-accent:#ffffff;--on-cream:#101010;--scrim:rgba(0,0,0,.55);--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--radius-pill:999px;--shadow-md:0 6px 18px rgba(0,0,0,.45);--shadow-lg:0 14px 40px rgba(0,0,0,.55);--shadow-tile:0 8px 24px rgba(0,0,0,.5);--shadow-glow:0 0 0 3px rgba(240,80,48,.35);--rail-w:220px;--header-h:56px;--kr-section-step:56px;--kr-content-width:1280px;--kr-reading-width:70ch;--kr-bg:#101010;--kr-text:#f0f0f0;--kr-border:#333333;--kr-accent:#f05030}
*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:Rubik,Inter,system-ui,sans-serif;font-size:15px;line-height:1.55;-webkit-font-smoothing:antialiased}img,svg{display:block;max-width:100%}h1,h2,h3,h4{font-family:inherit;margin:0 0 .5em;line-height:1.2;font-weight:800;letter-spacing:-.01em}h1{font-size:clamp(28px,4vw,44px)}h2{font-size:clamp(22px,2.6vw,30px);font-weight:700}h3{font-size:18px;font-weight:700}h4{font-size:16px;font-weight:700}p{margin:0 0 1em}ul,ol{margin:0 0 1em;padding-left:1.25em}a{color:var(--accent)}
.site{min-height:100vh;display:flex;flex-direction:column;background:var(--bg)}
.header{position:sticky;top:0;z-index:60;background:var(--header);color:var(--on-accent);min-height:var(--header-h);display:flex;align-items:center;padding:0 16px;gap:12px}
.header__burger{background:var(--cream);color:var(--on-cream);border:0;border-radius:var(--radius-sm);width:40px;height:32px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex:none}
.header__brand{margin-left:auto;margin-right:auto;display:inline-flex;align-items:center;text-decoration:none;color:var(--on-accent);font-family:Rubik;font-weight:800;font-size:22px;letter-spacing:.01em;white-space:nowrap}
.header__nav{display:none;gap:6px;align-items:center}
.header__nav .nav__link{color:var(--on-accent);text-decoration:none;padding:8px 12px;border-radius:var(--radius-sm);font-weight:600;font-size:14px;white-space:nowrap;transition:background .15s}
.header__nav .nav__link:hover{background:rgba(0,0,0,.15)}
.header__nav .nav__link.is-active,.header__nav .nav__link[aria-current=page]{background:rgba(0,0,0,.22)}
.header__actions{display:flex;gap:8px;align-items:center;margin-left:auto}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:var(--radius-sm);font-weight:700;font-family:inherit;cursor:pointer;text-decoration:none;padding:9px 14px;font-size:14px;white-space:nowrap;transition:transform .12s,background .15s,color .15s,box-shadow .15s;line-height:1}
.btn--primary{background:var(--cream);color:var(--on-cream)}
.btn--primary:hover{background:#fff}
.btn--ghost{background:transparent;color:var(--on-accent);border:1px solid rgba(255,255,255,.35)}
.btn--ghost:hover{background:rgba(0,0,0,.15)}
.btn--cta{background:var(--gold);color:#101010;padding:11px 18px;font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:.02em;border-radius:var(--radius-sm)}
.btn--cta:hover{background:#ffc626;transform:translateY(-1px)}
.btn--lg{padding:14px 22px;font-size:15px}
.btn:focus-visible{outline:none;box-shadow:var(--shadow-glow)}
.main{flex:1;display:flex}
.rail{display:none;width:var(--rail-w);flex:none;background:var(--rail);border-right:1px solid #191919;padding:16px 12px}
.rail__nav{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;font-weight:600;font-size:14px;border-radius:var(--radius-sm);background:var(--surface);transition:background .15s,color .15s}
.rail__link:hover{background:var(--surface-2);color:var(--accent)}
.rail__link.is-active,.rail__link[aria-current=page]{background:var(--surface-2);color:var(--accent)}
.rail__icon{width:18px;height:18px;flex:none;color:var(--accent)}
.page-wrap{flex:1;min-width:0}
.page{max-width:var(--kr-content-width);margin:0 auto;padding:20px 16px 40px;display:flex;flex-direction:column;gap:var(--kr-section-step)}
.page > * + *{margin-top:0}
.reading{max-width:var(--kr-reading-width);margin-inline:auto}
.reading a:not(:where(.btn,[class*="btn-"],[class*="btn "],[class*="button"])){color:var(--accent);text-decoration:underline}
.eyebrow{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--gold);margin-bottom:8px}
.section-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}
.section-head__title{display:inline-flex;align-items:center;gap:10px;margin:0;font-size:20px;font-weight:800;color:var(--text)}
.section-head__title svg{width:22px;height:22px;color:var(--gold)}
.section-head__link{color:var(--accent);text-decoration:none;font-size:13px;font-weight:700}
.section-head__link:hover{text-decoration:underline}
.hero{position:relative;border-radius:var(--radius-lg);overflow:hidden;min-height:220px;background:var(--cream);color:var(--on-cream);isolation:isolate}
.hero__media{position:absolute;inset:0;background:linear-gradient(90deg,#f0e6b8 0%,#f0b010 55%,#d05010 100%);z-index:0}
.hero__media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(240,240,208,.85) 0%,rgba(240,240,208,.35) 45%,rgba(0,0,0,0) 70%)}
.hero__inner{position:relative;z-index:2;padding:28px 24px;max-width:640px}
.hero__eyebrow{font-size:12px;font-weight:800;color:#0a5a2e;letter-spacing:.1em;text-transform:uppercase;margin-bottom:8px}
.hero__inner h1{color:#0a5a2e;font-size:clamp(26px,4vw,40px);text-transform:uppercase;letter-spacing:.01em;margin:0 0 6px}
.hero__inner h1 em{font-style:normal;color:var(--accent);font-size:1.4em;display:block}
.hero__sub{color:#0a5a2e;font-weight:700;margin:0 0 16px}
.hero__cta{margin-top:8px}
.hero__controls{position:absolute;bottom:14px;left:50%;transform:translateX(-50%);z-index:3;display:flex;gap:6px}
.hero__dot{width:22px;height:6px;border-radius:3px;background:rgba(255,255,255,.55);border:0;cursor:pointer;padding:0}
.hero__dot[aria-current=true],.hero__dot.is-active{background:var(--accent)}
.shelf{position:relative}
.shelf__nav{display:inline-flex;gap:6px}
.shelf__btn{width:34px;height:28px;border-radius:6px;background:var(--surface-2);border:1px solid var(--border);color:var(--text);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .15s,color .15s}
.shelf__btn:hover{background:var(--accent);color:#fff;border-color:var(--accent)}
.shelf__btn:focus-visible{outline:none;box-shadow:var(--shadow-glow)}
.shelf__track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(160px,1fr);gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:6px}
.shelf__track::-webkit-scrollbar{display:none}
.shelf__track > *{scroll-snap-align:start}
.tile{position:relative;display:block;border-radius:var(--radius-md);overflow:hidden;aspect-ratio:3/4;background:var(--surface-2);color:#fff;text-decoration:none;box-shadow:var(--shadow-tile);transition:transform .18s,box-shadow .18s}
.tile:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}
.tile:focus-visible{outline:none;box-shadow:var(--shadow-glow)}
.tile__art{position:absolute;inset:0;background:linear-gradient(135deg,#2a2a2a,#3d1a10)}
.tile__scrim{position:absolute;inset:auto 0 0 0;height:55%;background:linear-gradient(to top,rgba(0,0,0,.85),rgba(0,0,0,0))}
.tile__title{position:absolute;left:10px;right:10px;bottom:10px;margin:0;font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:.02em;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.6);line-height:1.1}
.cat-tile{position:relative;display:block;border-radius:var(--radius-md);overflow:hidden;aspect-ratio:3/4;text-decoration:none;color:#fff;box-shadow:var(--shadow-tile);transition:transform .18s}
.cat-tile:hover{transform:translateY(-3px)}
.cat-tile:focus-visible{outline:none;box-shadow:var(--shadow-glow)}
.cat-tile__art{position:absolute;inset:0}
.cat-tile--1 .cat-tile__art{background:linear-gradient(160deg,#3aa06a,#0f5030)}
.cat-tile--2 .cat-tile__art{background:linear-gradient(160deg,#f0803a,#d05010)}
.cat-tile--3 .cat-tile__art{background:linear-gradient(160deg,#2f8a4c,#0f4a24)}
.cat-tile--4 .cat-tile__art{background:linear-gradient(160deg,#a02830,#4a0e10)}
.cat-tile--5 .cat-tile__art{background:linear-gradient(160deg,#2c2c2c,#0a0a0a)}
.cat-tile--6 .cat-tile__art{background:linear-gradient(160deg,#c85a10,#602408)}
.cat-tile--7 .cat-tile__art{background:linear-gradient(160deg,#2aa8c8,#0e5060)}
.cat-tile__label{position:absolute;left:0;right:0;bottom:14px;text-align:center;font-size:16px;font-weight:800;text-transform:uppercase;letter-spacing:.03em;text-shadow:0 2px 6px rgba(0,0,0,.5);padding:0 8px;line-height:1.05}
.grid-tiles{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.search{position:relative;width:100%}
.search__input{width:100%;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text);font:inherit;padding:12px 14px 12px 40px;outline:none;transition:border-color .15s,box-shadow .15s}
.search__input::placeholder{color:var(--text-dim)}
.search__input:focus{border-color:var(--accent);box-shadow:var(--shadow-glow)}
.search__icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:var(--text-dim);pointer-events:none}
.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,var(--accent),var(--accent-2))}
.promo__body{padding:20px}
.promo__title{margin:0 0 8px;font-size:20px;color:var(--text)}
.promo__text{color:var(--text-muted);margin:0 0 14px}
.split{display:grid;grid-template-columns:1fr;gap:20px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px}
.split__media{position:relative;min-height:200px;border-radius:var(--radius-md);overflow:hidden;background:linear-gradient(135deg,#2c2c2c,#1a1a1a)}
.split__body h2{color:var(--text)}
.callout{background:linear-gradient(135deg,var(--accent),var(--accent-2));color:#fff;border-radius:var(--radius-lg);padding:24px;display:flex;flex-direction:column;gap:12px;align-items:flex-start}
.callout h3{color:#fff;margin:0}
.callout .btn--primary{background:#fff;color:var(--accent)}
.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px;color:var(--text)}
.card h3{color:var(--text);margin-top:0}
.steps{list-style:none;padding:0;margin:0;display:grid;gap:12px;counter-reset:step}
.steps li{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:16px 16px 16px 56px;position:relative;counter-increment:step}
.steps li::before{content:counter(step);position:absolute;left:14px;top:14px;width:30px;height:30px;border-radius:50%;background:var(--accent);color:#fff;display:grid;place-items:center;font-weight:800}
.terms{width:100%;border-collapse:collapse;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden}
.terms th,.terms td{padding:12px 14px;text-align:left;border-bottom:1px solid var(--border);font-size:14px}
.terms th{background:var(--surface-2);color:var(--gold);font-weight:700;text-transform:uppercase;letter-spacing:.05em;font-size:12px}
.terms tr:last-child td{border-bottom:0}
.faq{display:grid;gap:10px}
.faq details{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:0}
.faq summary{list-style:none;padding:14px 16px;font-weight:700;color:var(--text);cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:12px}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";color:var(--accent);font-size:20px;font-weight:800}
.faq details[open] summary::after{content:"−"}
.faq details[open]{border-color:var(--accent)}
.faq__body{padding:0 16px 14px;color:var(--text-muted)}
.trust{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.trust__item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:16px;display:flex;flex-direction:column;gap:6px;align-items:flex-start}
.trust__item svg{width:24px;height:24px;color:var(--accent)}
.trust__label{font-weight:700;color:var(--text)}
.trust__note{font-size:13px;color:var(--text-muted)}
.provider-row{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.provider{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:14px;text-align:center;color:var(--text);font-weight:700;text-decoration:none;transition:background .15s,color .15s,border-color .15s}
.provider:hover{background:var(--surface-2);color:var(--accent);border-color:var(--accent)}
.deposit{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px;display:grid;gap:14px}
.deposit__title{margin:0;color:var(--text)}
.deposit__chips{display:flex;flex-wrap:wrap;gap:8px}
.chip{background:var(--surface-2);border:1px solid var(--border);color:var(--text);border-radius:var(--radius-pill);padding:8px 14px;font-weight:700;cursor:pointer;font-family:inherit;transition:background .15s,color .15s,border-color .15s}
.chip:hover{border-color:var(--accent);color:var(--accent)}
.chip.is-active{background:var(--accent);color:#fff;border-color:var(--accent)}
.deposit__field{display:flex;gap:8px}
.deposit__input{flex:1;background:#0a0a0a;border:1px solid var(--border);color:var(--text);border-radius:var(--radius-sm);padding:12px 14px;font:inherit;outline:none}
.deposit__input:focus{border-color:var(--accent);box-shadow:var(--shadow-glow)}
.footer{background:#0a0a0a;border-top:1px solid #1a1a1a;padding:36px 16px 20px;color:var(--text-muted);margin-top:auto}
.footer__inner{max-width:var(--kr-content-width);margin:0 auto;display:grid;grid-template-columns:1fr;gap:28px}
.footer__brand{font-family:Rubik;font-weight:800;font-size:22px;color:var(--accent);margin-bottom:8px}
.footer__tag{color:var(--text-muted);font-size:14px;max-width:44ch}
.footer__cols{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.footer__col h4{color:var(--cream);text-transform:uppercase;font-size:12px;letter-spacing:.08em;margin:0 0 10px}
.footer__col ul{list-style:none;padding:0;margin:0;display:grid;gap:6px}
.footer__col a:not(:where(.btn,[class*="btn-"],[class*="btn "],[class*="button"])){color:var(--text-muted);text-decoration:none;font-size:14px}
.footer__col a:hover{color:var(--accent)}
.footer__trust{display:flex;flex-wrap:wrap;gap:12px;align-items:center;padding:16px 0;border-top:1px solid #1a1a1a;border-bottom:1px solid #1a1a1a}
.badge{display:inline-flex;align-items:center;gap:8px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-pill);padding:6px 12px;font-weight:700;color:var(--text);font-size:13px}
.badge svg{width:16px;height:16px;color:var(--accent)}
.footer__legal{font-size:12px;color:var(--text-dim);line-height:1.6}
@media (prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}}
@media (min-width:720px){.grid-tiles{grid-template-columns:repeat(3,1fr)}.trust{grid-template-columns:repeat(4,1fr)}.provider-row{grid-template-columns:repeat(4,1fr)}.footer__cols{grid-template-columns:repeat(4,1fr)}.footer__inner{grid-template-columns:1.2fr 3fr}.promo{grid-template-columns:1.1fr 1fr}.promo__media{min-height:220px}.split{grid-template-columns:1fr 1fr;padding:28px;gap:28px}.hero{min-height:280px}.hero__inner{padding:36px 40px}}
@media (min-width:1024px){.header{padding:0 20px}.header__burger{display:none}.header__nav{display:inline-flex}.header__brand{margin-left:0;margin-right:0}.header__actions{margin-left:auto}.rail{display:block}.page{padding:24px 24px 56px}.grid-tiles{grid-template-columns:repeat(4,1fr)}.shelf__track{grid-auto-columns:minmax(180px,1fr)}}
@media (min-width:1280px){.grid-tiles{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))))}