:root{--bg:#101010;--surface:#141a2b;--surface-2:#1a2036;--surface-3:#232a44;--rail:#0d0d18;--header:#111726;--border:#2a3150;--text:#e6e8f2;--text-muted:#8b93b0;--text-dim:#5f6684;--accent:#e11d2a;--accent-hover:#c8121f;--accent-2:#2b6bff;--gold:#f2c14e;--scrim:rgba(8,10,20,.72);--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--radius-xl:20px;--radius-pill:999px;--shadow-sm:0 1px 2px rgba(0,0,0,.35);--shadow-md:0 6px 18px rgba(0,0,0,.45);--shadow-lg:0 16px 40px rgba(0,0,0,.55);--shadow-glow:0 0 0 3px rgba(225,29,42,.35);--font:Rubik,Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;--rail-w:56px;--header-h:64px;--kr-section-step:40px;--kr-content-width:1200px;--kr-reading-width:70ch;--kr-bg:#101010;--kr-text:#e6e8f2;--kr-border:#2a3150;--kr-accent:#e11d2a}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:var(--font);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:var(--text)}h1,h2,h3,h4{font-family:var(--font);font-weight:800;margin:0 0 .5em;line-height:1.2;color:inherit}h1{font-size:clamp(1.9rem,3.2vw,2.6rem)}h2{font-size:clamp(1.35rem,2vw,1.75rem);font-weight:700}h3{font-size:1.15rem}p{margin:0 0 1em}.app{min-height:100vh;display:grid;grid-template-columns:1fr;grid-template-rows:var(--header-h) 1fr auto;grid-template-areas:"header" "main" "footer"}@media(min-width:1024px){.app{grid-template-columns:var(--rail-w) 1fr;grid-template-areas:"header header" "rail main" "footer footer"}}.chrome-header{grid-area:header;background:var(--header);border-bottom:1px solid var(--border);display:flex;align-items:center;gap:16px;padding:0 16px;position:sticky;top:0;z-index:50;min-height:var(--header-h)}.chrome-header__brand{display:flex;align-items:center;gap:8px;text-decoration:none;color:var(--text);font-weight:800;font-size:1.15rem;white-space:nowrap}.chrome-header__nav{display:none;flex:1;margin:0 8px}@media(min-width:1024px){.chrome-header__nav{display:flex}}.nav{display:flex;gap:4px;list-style:none;padding:0;margin:0;flex-wrap:nowrap}.nav__link{display:inline-flex;align-items:center;padding:8px 12px;border-radius:var(--radius-sm);color:var(--text-muted);text-decoration:none;font-size:.9rem;font-weight:500;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:rgba(255,255,255,.06)}.chrome-header__actions{display:flex;align-items:center;gap:8px;margin-left:auto}.icon-btn{background:transparent;border:0;color:var(--text-muted);width:36px;height:36px;border-radius:var(--radius-sm);display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.icon-btn:hover{color:var(--text);background:rgba(255,255,255,.04)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:9px 16px;border-radius:var(--radius-sm);font-weight:700;font-size:.875rem;text-decoration:none;white-space:nowrap;border:1px solid transparent;cursor:pointer;transition:background .15s,border-color .15s,color .15s,transform .1s}.btn--primary{background:var(--accent);color:#fff}.btn--primary:hover{background:var(--accent-hover)}.btn--ghost{background:transparent;color:var(--text);border-color:var(--border)}.btn--ghost:hover{border-color:var(--text-muted)}.btn:focus-visible{outline:none;box-shadow:var(--shadow-glow)}.btn:active{transform:translateY(1px)}.burger{display:inline-flex;background:transparent;border:0;color:var(--text);width:40px;height:40px;align-items:center;justify-content:center;cursor:pointer}@media(min-width:1024px){.burger{display:none}}.chrome-rail{grid-area:rail;display:none;background:var(--rail);border-right:1px solid var(--border);padding:12px 0}@media(min-width:1024px){.chrome-rail{display:block;position:sticky;top:var(--header-h);align-self:start;height:calc(100vh - var(--header-h))}}.rail-nav{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:2px}.rail__link{display:flex;flex-direction:column;align-items:center;gap:2px;padding:10px 4px;color:var(--text-dim);text-decoration:none;font-size:.65rem;transition:color .15s,background .15s}.rail__link svg{width:20px;height:20px}.rail__link:hover{color:var(--text);background:rgba(255,255,255,.03)}.rail__link.is-active,.rail__link[aria-current="page"]{color:var(--accent)}.rail__link:focus-visible{outline:none;box-shadow:inset var(--shadow-glow)}.main{grid-area:main;min-width:0}.page{width:100%;max-width:var(--kr-content-width);margin:0 auto;padding:24px 16px}.page > *{margin-top:var(--kr-section-step)}.page > *:first-child{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}.section-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 12px}.section-title h2{margin:0;display:flex;align-items:center;gap:8px}.section-title__more{color:var(--text-muted);text-decoration:none;font-size:.85rem}.section-title__more:hover{color:var(--text)}.hero{position:relative;border-radius:var(--radius-lg);overflow:hidden;background:linear-gradient(135deg,#103030,#101030);min-height:220px;display:flex;align-items:flex-end;padding:24px}.hero__media{position:absolute;inset:0;background:linear-gradient(135deg,#103030,#101030);z-index:0}.hero__media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(16,16,16,0) 30%,var(--scrim) 100%)}.hero__inner{position:relative;z-index:1;max-width:560px}.hero__eyebrow{font-size:.75rem;font-weight:700;color:var(--gold);text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}.hero__inner h1{color:#fff;margin:0 0 8px}.hero__inner p{color:#e6e8f2;margin:0 0 16px}.hero--compact{min-height:160px}.hero__controls{position:absolute;right:12px;bottom:12px;z-index:2;display:flex;gap:6px}.hero__dot{width:8px;height:8px;border-radius:50%;border:0;background:rgba(255,255,255,.35);cursor:pointer}.hero__dot.is-active{background:var(--accent)}.hero__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:36px;height:36px;border-radius:50%;background:rgba(0,0,0,.5);color:#fff;border:0;cursor:pointer}.hero__arrow--prev{left:8px}.hero__arrow--next{right:8px}.shelf{position:relative}.shelf__track{display:grid;grid-auto-flow:column;grid-auto-columns:44%;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:6px;scrollbar-width:thin}@media(min-width:640px){.shelf__track{grid-auto-columns:22%}}@media(min-width:1024px){.shelf__track{grid-auto-columns:12.5%}}.shelf__track > *{scroll-snap-align:start}.shelf__nav{position:absolute;top:50%;transform:translateY(-50%);width:32px;height:32px;border-radius:50%;background:rgba(0,0,0,.65);color:#fff;border:1px solid var(--border);cursor:pointer;z-index:2;display:none}@media(min-width:1024px){.shelf__nav{display:inline-flex;align-items:center;justify-content:center}}.shelf__nav--prev{left:-8px}.shelf__nav--next{right:-8px}.grid-tiles{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}@media(min-width:640px){.grid-tiles{grid-template-columns:repeat(4,1fr)}}@media(min-width:1024px){.grid-tiles{grid-template-columns:repeat(6,1fr)}}.tile{position:relative;border-radius:var(--radius-md);overflow:hidden;background:var(--surface-2);aspect-ratio:3/4;display:block;text-decoration:none;color:#fff;transition:transform .15s,box-shadow .15s}.tile:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.tile:focus-visible{outline:none;box-shadow:var(--shadow-glow)}.tile__art{position:absolute;inset:0;background:linear-gradient(135deg,#301010,#101030)}.tile__title{position:absolute;left:0;right:0;bottom:0;padding:8px;font-size:.8rem;font-weight:600;background:linear-gradient(180deg,transparent,rgba(0,0,0,.85));z-index:1}.promo-strip{display:grid;grid-template-columns:1fr;gap:12px}@media(min-width:640px){.promo-strip{grid-template-columns:repeat(3,1fr)}}.promo-card{position:relative;border-radius:var(--radius-md);overflow:hidden;background:var(--surface-2);min-height:140px;display:flex;align-items:flex-end;padding:16px;text-decoration:none;color:#fff}.promo-card__media{position:absolute;inset:0;background:linear-gradient(135deg,#301010,#303050);z-index:0}.promo-card__media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.65),rgba(0,0,0,.1))}.promo-card__body{position:relative;z-index:1}.promo-card__body h3{margin:0 0 4px;color:#fff}.promo-card__body p{margin:0 0 8px;font-size:.85rem;color:#dfe3f2}.feature-banner{position:relative;border-radius:var(--radius-lg);overflow:hidden;background:linear-gradient(90deg,#301010,#101030);padding:20px;display:flex;flex-direction:column;gap:12px;min-height:180px}.feature-banner__inner{position:relative;z-index:1;max-width:60%}.feature-banner h2{margin:0 0 8px;color:#fff}.tabs-static{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.tabs-static a:not(:where(.btn,[class*="btn-"],[class*="btn "],[class*="button"])){display:inline-flex;align-items:center;padding:6px 12px;border-radius:var(--radius-pill);background:var(--surface-2);color:var(--text-muted);font-size:.8rem;font-weight:600;text-decoration:none;border:1px solid var(--border)}.tabs-static a:hover{color:var(--text);border-color:var(--text-muted)}.tabs-static a[aria-current="page"]{background:var(--accent);color:#fff;border-color:var(--accent)}.jackpot-strip{display:grid;grid-template-columns:1fr;gap:8px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:12px}@media(min-width:640px){.jackpot-strip{grid-template-columns:repeat(4,1fr)}}.jackpot__item{display:flex;flex-direction:column;gap:2px;padding:6px 10px;border-right:1px solid var(--border)}.jackpot__item:last-child{border-right:0}.jackpot__label{font-size:.7rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em}.jackpot__name{font-size:.8rem;font-weight:600;color:var(--text)}.providers{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:16px}@media(min-width:640px){.providers{grid-template-columns:repeat(6,1fr)}}.providers a:not(:where(.btn,[class*="btn-"],[class*="btn "],[class*="button"])){display:flex;align-items:center;justify-content:center;height:44px;color:var(--text-muted);font-weight:700;font-size:.85rem;text-decoration:none;border-radius:var(--radius-sm);background:var(--surface-2)}.providers a:hover{color:var(--text)}.deposit-widget{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:16px;display:flex;flex-direction:column;gap:12px}.deposit-widget__amounts{display:flex;flex-wrap:wrap;gap:6px}.chip{display:inline-flex;align-items:center;padding:8px 12px;border-radius:var(--radius-pill);background:var(--surface-2);color:var(--text);border:1px solid var(--border);font-weight:600;font-size:.85rem;cursor:pointer}.chip:hover{border-color:var(--text-muted)}.deposit-widget__input{display:flex;gap:8px}.deposit-widget input{flex:1;padding:10px 12px;border-radius:var(--radius-sm);background:var(--bg);border:1px solid var(--border);color:var(--text);font:inherit}.search{position:relative;max-width:420px}.search input{width:100%;padding:10px 12px 10px 36px;border-radius:var(--radius-sm);background:var(--surface);border:1px solid var(--border);color:var(--text);font:inherit}.search svg{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:var(--text-muted);width:18px;height:18px}.split{display:grid;grid-template-columns:1fr;gap:16px;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:180px;background:linear-gradient(135deg,#103030,#101030)}.split__body{padding:20px}.callout{background:var(--surface);border-left:3px solid var(--accent);padding:16px 20px;border-radius:var(--radius-sm)}.faq{display:flex;flex-direction:column;gap:6px}.faq details{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:12px 16px}.faq summary{cursor:pointer;font-weight:600;list-style:none}.faq summary::-webkit-details-marker{display:none}.faq summary::after{content:"+";float:right;color:var(--text-muted)}.faq details[open] summary::after{content:"−"}.table-wrap{overflow-x:auto;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md)}.table{width:100%;border-collapse:collapse;font-size:.9rem}.table th,.table td{padding:10px 12px;text-align:left;border-bottom:1px solid var(--border)}.table th{background:var(--surface-2);font-weight:700;color:var(--text-muted)}.steps{display:grid;grid-template-columns:1fr;gap:12px;counter-reset:step}@media(min-width:640px){.steps{grid-template-columns:repeat(3,1fr)}}.steps__item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:16px;position:relative;padding-top:36px}.steps__item::before{counter-increment:step;content:counter(step);position:absolute;top:12px;left:16px;width:22px;height:22px;border-radius:50%;background:var(--accent);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700}.trust-row{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;align-items:center;padding:16px;background:var(--surface);border-radius:var(--radius-md);border:1px solid var(--border);color:var(--text-muted);font-size:.85rem}.trust-row__item{display:inline-flex;align-items:center;gap:6px}.chrome-footer{grid-area:footer;background:#0a0d18;border-top:1px solid var(--border);padding:32px 16px 16px;color:var(--text-muted);font-size:.85rem}.footer__inner{max-width:var(--kr-content-width);margin:0 auto;display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:768px){.footer__inner{grid-template-columns:2fr 1fr 1fr}}.footer__cols{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}@media(min-width:640px){.footer__cols{grid-template-columns:repeat(3,1fr)}}.footer__col h4{color:var(--text);font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;margin:0 0 12px}.footer__col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.footer__col a:not(:where(.btn,[class*="btn-"],[class*="btn "],[class*="button"])){color:var(--text-muted);text-decoration:none}.footer__col a:hover{color:var(--text)}.footer__pay,.footer__prov{display:flex;flex-wrap:wrap;gap:8px;align-items:center;padding:12px 0;border-top:1px solid var(--border);margin-top:16px;max-width:var(--kr-content-width);margin-inline:auto}.pay-badge{display:inline-flex;align-items:center;justify-content:center;height:28px;padding:0 10px;border-radius:4px;background:var(--surface-2);color:var(--text-muted);font-size:.7rem;font-weight:700}.footer__legal{max-width:var(--kr-content-width);margin:16px auto 0;padding-top:16px;border-top:1px solid var(--border);color:var(--text-dim);font-size:.75rem;text-align:center}@media(prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}}@media(max-width:1023px){.chrome-header__actions .btn--ghost{display:none}}.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))))}