:root{--bg:#101030;--bg-2:#161638;--surface:#1c1c44;--surface-2:#242452;--rail:#0f0f2a;--border:#303050;--muted:#505070;--text:#e8e8f5;--text-dim:#a4a4c2;--accent:#3ee0c8;--accent-2:#b6ff3a;--hot:#ff4d8a;--warn:#ffb020;--ok:#38d17a;--radius-sm:10px;--radius-md:14px;--radius-lg:20px;--radius-pill:999px;--shadow-tile:0 6px 16px rgba(0,0,0,.35);--shadow-panel:0 10px 30px rgba(0,0,0,.4);--shadow-glow:0 0 0 3px rgba(62,224,200,.35);--rail-w:72px;--header-h:64px;--content-max:1360px;--reading-max:70ch;--section-step:56px;--kr-section-step:var(--section-step);--kr-content-width:var(--content-max);--kr-reading-width:var(--reading-max);--kr-bg:var(--bg);--kr-text:var(--text);--kr-border:var(--border);--kr-accent:var(--accent)}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:Montserrat,Inter,-apple-system,Segoe UI,Roboto,Arial,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:Montserrat,sans-serif;margin:0 0 .5em;line-height:1.2;color:var(--text)}h1{font-size:clamp(28px,4vw,44px);font-weight:800;letter-spacing:-.01em}h2{font-size:clamp(22px,2.6vw,30px);font-weight:700}h3{font-size:18px;font-weight:700}p{margin:0 0 1em}a{color:var(--accent)}.prose a:not(:where(.btn,[class*="btn-"],[class*="btn "],[class*="button"])){color:var(--accent);text-decoration:underline;text-underline-offset:2px}.prose a:hover{color:var(--accent-2)}button{font:inherit;cursor:pointer}
/* SHELL */
.app{min-height:100vh;display:grid;grid-template-columns:1fr;grid-template-rows:var(--header-h) 1fr auto;grid-template-areas:'header' 'main' 'footer'}
.app__header{grid-area:header;position:sticky;top:0;z-index:40}
.app__rail{display:none}
.app__main{grid-area:main}
.app__footer{grid-area:footer}
@media(min-width:1024px){.app{grid-template-columns:var(--rail-w) 1fr;grid-template-areas:'header header' 'rail main' 'rail footer'}.app__rail{display:block;grid-area:rail;background:var(--rail);border-right:1px solid var(--border);min-height:calc(100vh - var(--header-h));position:sticky;top:var(--header-h);height:calc(100vh - var(--header-h));overflow-y:auto}}
/* CONTAINERS */
.container{width:100%;max-width:var(--content-max);margin-inline:auto;padding-inline:16px}
@media(min-width:768px){.container{padding-inline:24px}}
.reading{max-width:var(--reading-max);margin-inline:auto}
.page{display:flex;flex-direction:column;gap:var(--section-step);padding-block:var(--section-step)}
.page>*{width:100%;max-width:var(--content-max);margin-inline:auto;padding-inline:16px}
@media(min-width:768px){.page>*{padding-inline:24px}}
/* HEADER */
.hdr{background:var(--bg-2);border-bottom:1px solid var(--border);min-height:var(--header-h);display:flex;align-items:center}
.hdr__row{display:flex;align-items:center;gap:12px;width:100%;max-width:var(--content-max);margin-inline:auto;padding-inline:16px}
.hdr__burger{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:1px solid var(--border);border-radius:10px;color:var(--text)}
@media(min-width:1024px){.hdr__burger{display:none}}
.hdr__brand{display:inline-flex;align-items:center;font-weight:800;font-size:20px;color:var(--text);text-decoration:none;white-space:nowrap;letter-spacing:.02em}
.hdr__nav{display:none;margin-left:24px;gap:6px;flex:1}
@media(min-width:1024px){.hdr__nav{display:flex;flex-wrap:wrap}}
.nav__link{color:var(--text-dim);text-decoration:none;padding:8px 12px;border-radius:10px;font-weight:600;font-size:14px;white-space:nowrap;transition:color .15s,background .15s}
.nav__link:hover{color:var(--text);background:rgba(255,255,255,.04)}
.nav__link:focus-visible{outline:none;box-shadow:var(--shadow-glow)}
.nav__link.is-active,.nav__link[aria-current=page]{color:var(--text);background:var(--surface)}
.hdr__spacer{flex:1}
.hdr__cta{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:9px 16px;border-radius:var(--radius-pill);font-weight:700;font-size:14px;text-decoration:none;border:1px solid transparent;white-space:nowrap;transition:transform .1s,background .15s,color .15s,border-color .15s}
.btn:focus-visible{outline:none;box-shadow:var(--shadow-glow)}
.btn--ghost{color:var(--text);border-color:var(--border);background:transparent}
.btn--ghost:hover{border-color:var(--accent);color:var(--accent)}
.btn--primary{color:#0a0a1e;background:var(--accent);border-color:var(--accent)}
.btn--primary:hover{background:var(--accent-2);border-color:var(--accent-2)}
.btn--lg{padding:12px 22px;font-size:15px}
@media(max-width:1023px){.btn{padding:7px 12px;font-size:13px}}
/* RAIL */
.rail__list{list-style:none;margin:0;padding:12px 6px;display:flex;flex-direction:column;gap:4px}
.rail__item{display:flex;flex-direction:column;align-items:center;gap:4px;padding:10px 4px;border-radius:12px;color:var(--text-dim);text-decoration:none;font-size:10px;font-weight:600;text-align:center;line-height:1.1;transition:background .15s,color .15s}
.rail__item:hover{background:var(--surface);color:var(--text)}
.rail__item:focus-visible{outline:none;box-shadow:var(--shadow-glow)}
.rail__item.is-active,.rail__item[aria-current=page]{background:var(--surface-2);color:var(--accent)}
.rail__ico{width:24px;height:24px;display:block}
/* HERO */
.hero{position:relative;border-radius:var(--radius-lg);overflow:hidden;background:linear-gradient(135deg,#2a1a5c,#101030);min-height:280px;display:flex;isolation:isolate}
.hero__media{position:absolute;inset:0;background:radial-gradient(circle at 70% 40%,#4a2a7a,transparent 60%),linear-gradient(135deg,#2a1a5c,#101030);z-index:0}
.hero__media::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(16,16,48,.9) 0%,rgba(16,16,48,.55) 55%,rgba(16,16,48,.15) 100%);z-index:1}
.hero__inner{position:relative;z-index:2;padding:28px;display:flex;flex-direction:column;justify-content:center;gap:12px;max-width:640px}
.hero__eyebrow{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--accent-2)}
.hero__title{font-size:clamp(28px,4vw,44px);font-weight:800;margin:0;color:#fff}
.hero__title em{font-style:normal;color:var(--accent-2)}
.hero__cta{margin-top:8px}
.hero--compact{min-height:180px}
.hero--compact .hero__inner{padding:22px}
/* CATEGORY PUCKS */
.pucks{display:flex;gap:14px;overflow-x:auto;padding:8px 0 4px;scrollbar-width:none}
.pucks::-webkit-scrollbar{display:none}
.puck{display:flex;flex-direction:column;align-items:center;gap:6px;text-decoration:none;color:var(--text-dim);flex:0 0 auto}
.puck__ring{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,var(--accent),var(--hot));padding:2px}
.puck__inner{width:100%;height:100%;border-radius:50%;background:var(--surface);display:flex;align-items:center;justify-content:center;color:var(--accent)}
.puck__inner svg{width:26px;height:26px}
.puck__label{font-size:12px;font-weight:600}
.puck:hover{color:var(--text)}
.puck:focus-visible{outline:none;box-shadow:var(--shadow-glow);border-radius:12px}
/* PROMO GRID (hero row alt) */
.promo-grid{display:grid;grid-template-columns:1fr;gap:16px}
@media(min-width:768px){.promo-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1200px){.promo-grid{grid-template-columns:repeat(4,1fr)}}
.promo{position:relative;border-radius:var(--radius-lg);overflow:hidden;background:linear-gradient(135deg,#2a1a5c,#181840);padding:20px;min-height:200px;display:flex;flex-direction:column;justify-content:space-between;isolation:isolate}
.promo__media{position:absolute;inset:0;z-index:0;background:radial-gradient(circle at 80% 60%,#4a2a7a,transparent 60%)}
.promo__media::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(16,16,48,.2),rgba(16,16,48,.75))}
.promo>*{position:relative;z-index:1}
.promo__eyebrow{font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--text-dim)}
.promo__eyebrow em{font-style:normal;color:var(--accent-2)}
.promo__title{font-size:22px;font-weight:800;margin:6px 0 0;color:#fff;line-height:1.1}
/* STATS STRIP */
.stats{display:grid;grid-template-columns:1fr;gap:12px;padding:16px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md)}
@media(min-width:640px){.stats{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.stats{grid-template-columns:repeat(4,1fr)}}
.stat{display:flex;align-items:center;gap:10px}
.stat__ico{width:34px;height:34px;border-radius:8px;background:var(--surface-2);color:var(--accent);display:inline-flex;align-items:center;justify-content:center}
.stat__ico svg{width:18px;height:18px}
.stat__val{font-weight:700;color:var(--text);font-size:15px}
.stat__label{font-size:11px;color:var(--text-dim);text-transform:uppercase;letter-spacing:.08em}
/* SECTION HEADER */
.shead{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 14px}
.shead__title{font-size:18px;font-weight:800;letter-spacing:.02em;text-transform:uppercase;margin:0;color:var(--text)}
.shead__link{color:var(--accent);text-decoration:none;font-size:13px;font-weight:600;padding:6px 12px;border:1px solid var(--border);border-radius:var(--radius-pill)}
.shead__link:hover{border-color:var(--accent)}
/* GAME GRID / SHELF */
.grid-games{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
@media(min-width:640px){.grid-games{grid-template-columns:repeat(3,1fr)}}
@media(min-width:900px){.grid-games{grid-template-columns:repeat(4,1fr)}}
@media(min-width:1200px){.grid-games{grid-template-columns:repeat(6,1fr)}}
.shelf{position:relative}
.shelf__track{display:grid;grid-auto-flow:column;grid-auto-columns:42%;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:6px;scrollbar-width:none}
.shelf__track::-webkit-scrollbar{display:none}
@media(min-width:640px){.shelf__track{grid-auto-columns:24%}}
@media(min-width:1024px){.shelf__track{grid-auto-columns:15%}}
.shelf__track>*{scroll-snap-align:start}
.shelf__nav{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;background:var(--surface-2);border:1px solid var(--border);color:var(--text);display:none;align-items:center;justify-content:center}
@media(min-width:1024px){.shelf__nav{display:inline-flex}}
.shelf__nav--prev{left:-18px}
.shelf__nav--next{right:-18px}
.shelf__nav:hover{background:var(--accent);color:#0a0a1e}
/* TILE */
.tile{position:relative;border-radius:var(--radius-md);overflow:hidden;background:var(--surface);aspect-ratio:3/4;display:block;text-decoration:none;color:var(--text);box-shadow:var(--shadow-tile);transition:transform .15s,box-shadow .15s}
.tile:hover{transform:translateY(-2px);box-shadow:0 12px 24px rgba(0,0,0,.5)}
.tile:focus-visible{outline:none;box-shadow:var(--shadow-glow)}
.tile__art{position:absolute;inset:0;background:linear-gradient(135deg,#2a2a5c,#1a1a3c);display:flex;align-items:center;justify-content:center;color:var(--text-dim);font-size:11px;letter-spacing:.14em;text-transform:uppercase}
.tile__cap{position:absolute;left:0;right:0;bottom:0;padding:10px;background:linear-gradient(180deg,transparent,rgba(0,0,0,.75));font-size:13px;font-weight:600;color:#fff;text-align:left}
/* WINS STRIP */
.wins{display:grid;grid-template-columns:1fr;gap:10px}
@media(min-width:640px){.wins{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.wins{grid-template-columns:repeat(3,1fr)}}
@media(min-width:1280px){.wins{grid-template-columns:repeat(6,1fr)}}
.win{display:flex;align-items:center;gap:10px;padding:10px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md)}
.win__name{font-size:12px;color:var(--text-dim)}
.win__game{font-size:13px;font-weight:700;color:var(--text);line-height:1.2}
/* SEARCH */
.search{position:relative;display:flex;align-items:center;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-pill);padding:8px 14px;gap:8px}
.search svg{width:16px;height:16px;color:var(--text-dim);flex:0 0 auto}
.search input{flex:1;background:transparent;border:0;outline:0;color:var(--text);font:inherit}
.search input::placeholder{color:var(--muted)}
.search:focus-within{border-color:var(--accent);box-shadow:var(--shadow-glow)}
/* DEPOSIT / AMOUNT */
.deposit{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px;display:flex;flex-direction:column;gap:14px}
.deposit__label{font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:var(--text-dim)}
.deposit__amounts{display:flex;flex-wrap:wrap;gap:8px}
.chip{display:inline-flex;align-items:center;padding:8px 14px;border-radius:var(--radius-pill);background:var(--surface-2);border:1px solid var(--border);color:var(--text);font-weight:600;font-size:13px}
.chip:hover{border-color:var(--accent);color:var(--accent)}
.chip:focus-visible{outline:none;box-shadow:var(--shadow-glow)}
.deposit__input{display:flex;align-items:center;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-md);padding:12px 14px;gap:8px}
.deposit__input input{flex:1;background:transparent;border:0;outline:0;color:var(--text);font-size:16px;font-weight:600}
.deposit__cur{color:var(--text-dim);font-weight:700}
/* SPLIT / CALLOUT / TABLE / ACCORDION / STEPS */
.split{display:grid;grid-template-columns:1fr;gap:20px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}
@media(min-width:768px){.split{grid-template-columns:1fr 1fr}}
.split__media{position:relative;min-height:220px;background:linear-gradient(135deg,#2a1a5c,#181840)}
.split__body{padding:24px}
.callout{background:linear-gradient(135deg,#2a1a5c,#181840);border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px;display:flex;flex-direction:column;gap:12px;align-items:flex-start}
.callout--wide{text-align:center;align-items:center;padding:40px 20px}
.table{width:100%;border-collapse:collapse;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden}
.table th,.table td{padding:12px 14px;text-align:left;border-bottom:1px solid var(--border);font-size:14px}
.table th{background:var(--surface-2);color:var(--text-dim);text-transform:uppercase;font-size:11px;letter-spacing:.1em}
.table tr:last-child td{border-bottom:0}
.acc{display:flex;flex-direction:column;gap:8px}
.acc__item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden}
.acc__item summary{cursor:pointer;list-style:none;padding:14px 16px;font-weight:700;display:flex;align-items:center;justify-content:space-between;gap:10px}
.acc__item summary::-webkit-details-marker{display:none}
.acc__item summary::after{content:'+';color:var(--accent);font-size:20px;line-height:1}
.acc__item[open] summary::after{content:'−'}
.acc__body{padding:0 16px 16px;color:var(--text-dim)}
.acc__item:hover{border-color:var(--accent)}
.steps{display:grid;grid-template-columns:1fr;gap:14px;counter-reset:step}
@media(min-width:768px){.steps{grid-template-columns:repeat(3,1fr)}}
.step{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:18px;position:relative}
.step::before{counter-increment:step;content:counter(step);position:absolute;top:-14px;left:16px;width:28px;height:28px;border-radius:50%;background:var(--accent);color:#0a0a1e;font-weight:800;display:inline-flex;align-items:center;justify-content:center;font-size:13px}
/* FOOTER */
.ftr{background:var(--rail);border-top:1px solid var(--border);padding:40px 0 24px;margin-top:var(--section-step)}
.ftr__grid{display:grid;grid-template-columns:1fr;gap:28px}
@media(min-width:640px){.ftr__grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.ftr__grid{grid-template-columns:2fr 1fr 1fr 1fr}}
.ftr__col h4{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:var(--text-dim);margin:0 0 12px}
.ftr__col ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}
.ftr__col a:not(:where(.btn,[class*="btn-"],[class*="btn "],[class*="button"])){color:var(--text);text-decoration:none;font-size:14px}
.ftr__col a:hover{color:var(--accent)}
.ftr__providers{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-top:22px;padding-top:22px;border-top:1px solid var(--border)}
.ftr__badge{padding:6px 12px;border:1px solid var(--border);border-radius:8px;font-size:11px;color:var(--text-dim);letter-spacing:.08em;text-transform:uppercase}
.ftr__legal{margin-top:22px;padding-top:16px;border-top:1px solid var(--border);display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:space-between;font-size:12px;color:var(--text-dim)}
.ftr__age{width:36px;height:36px;border-radius:50%;border:2px solid var(--text-dim);color:var(--text-dim);font-weight:800;font-size:12px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}
@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))))}