:root{--bg:#f7f6f3;--surface:#ffffff;--surface-muted:#f0eeea;--text:#1a2332;--text-muted:#5a6472;--border:#e2ddd4;--accent:#1f5c4a;--accent-hover:#174839;--accent-soft:#e8f2ee;--warning:#8b4513;--radius:10px;--shadow:0 1px 2px rgba(26,35,50,0.06),0 4px 16px rgba(26,35,50,0.04);--max:1120px;--font-sans:var(--font-dm-sans),system-ui,sans-serif;--font-serif:var(--font-source-serif),Georgia,serif}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-sans);font-size:1rem;line-height:1.6;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto}a{color:var(--accent);text-decoration-thickness:1px;text-underline-offset:2px}a:hover{color:var(--accent-hover)}h1,h2,h3,h4{font-family:var(--font-serif);font-weight:600;line-height:1.2;letter-spacing:-.02em;color:var(--text)}h1{font-size:clamp(1.75rem,4vw,2.35rem)}h2{font-size:clamp(1.35rem,3vw,1.65rem);margin:0 0 .75rem}h3{font-size:1.125rem;margin:0 0 .5rem}ol,p,ul{margin:0 0 1rem}ol,ul{padding-left:1.25rem}.container{width:min(100% - 2rem,var(--max));margin-inline:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.65rem 1.1rem;font-family:var(--font-sans);font-size:.9375rem;font-weight:500;line-height:1.2;border-radius:8px;border:1px solid transparent;cursor:pointer;text-decoration:none;transition:background .15s ease,color .15s ease,border-color .15s ease,transform .1s ease}.btn:active{transform:scale(.98)}.btn-primary{background:var(--accent);color:#fff;text-decoration:none}.btn-primary:hover{background:var(--accent-hover);color:#fff}.btn-ghost{background:transparent;color:var(--accent);border-color:var(--border);text-decoration:none}.btn-ghost:hover{background:var(--accent-soft);color:var(--accent-hover)}.text-link{font-size:.9375rem;font-weight:500;text-decoration:underline}.badge{padding:.2rem .55rem;font-size:.75rem;font-weight:500;color:var(--text);background:var(--surface-muted);border:1px solid var(--border);border-radius:999px}.badge,.label-tag{display:inline-block}.label-tag{padding:.15rem .5rem;font-size:.6875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--accent);background:var(--accent-soft);border-radius:4px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.section{padding:2.5rem 0}.section-tight{padding:1.75rem 0}.section-muted{background:var(--surface-muted)}.prose{max-width:68ch}.prose-wide{max-width:78ch}.page-hero{padding:2rem 0 1.25rem}.page-hero p{color:var(--text-muted);font-size:1.0625rem;max-width:62ch}.disclosure-bar{padding:.65rem .85rem;line-height:1.5;background:var(--accent-soft);border:1px solid #c5ddd4;border-radius:8px}.age-line,.disclosure-bar{font-size:.8125rem;color:var(--text-muted)}.age-line{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1rem}.age-badge{display:inline-flex;align-items:center;justify-content:center;min-width:2rem;padding:.15rem .4rem;font-size:.75rem;font-weight:700;color:#fff;background:var(--text);border-radius:4px}.faq-item{border-bottom:1px solid var(--border);padding:1rem 0}.faq-item:first-child{padding-top:0}.faq-item h3{font-family:var(--font-sans);font-size:1rem;font-weight:600}.faq-item p{margin-bottom:0;color:var(--text-muted);font-size:.9375rem}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.35rem;font-size:.875rem;font-weight:500}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.65rem .75rem;font-family:var(--font-sans);font-size:1rem;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:8px}.form-group textarea{min-height:140px;resize:vertical}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:2px solid var(--accent);outline-offset:1px}.policy-section{margin-bottom:2rem}.policy-section h2{margin-top:1.5rem}.policy-section h2:first-child{margin-top:0}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:40;background:rgba(247,246,243,.92);border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:3.5rem}.site-logo{display:inline-flex;align-items:center;gap:.6rem;text-decoration:none;font-weight:600}.site-logo,.site-logo:hover{color:var(--text)}.site-logo__text{font-family:var(--font-serif);font-size:1rem}.site-header__nav{display:flex;flex-wrap:wrap;gap:.35rem 1rem}.site-header__nav a{font-size:.875rem;font-weight:500;color:var(--text-muted);text-decoration:none}.site-header__nav a:hover{color:var(--accent)}.hero{padding:1.5rem 0 1rem}.hero__title{max-width:20ch;margin-bottom:.5rem}.hero__subtitle{max-width:52ch;color:var(--text-muted);font-size:1.0625rem;margin-bottom:1rem}.hero__meta{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.25rem}.two-col{display:grid;grid-gap:1.5rem;gap:1.5rem}@media (min-width:768px){.two-col{grid-template-columns:1fr 1fr}}.info-block h2{margin-bottom:.5rem}.info-block p:last-child{margin-bottom:0}.check-list{list-style:none;padding:0;margin:0;display:grid;grid-gap:.65rem;gap:.65rem}.check-list li{padding-left:1.25rem;position:relative;color:var(--text-muted);font-size:.9375rem}.check-list li:before{content:"";position:absolute;left:0;top:.45rem;width:.5rem;height:.5rem;border-radius:2px;background:var(--accent)}.casino-list{display:flex;flex-direction:column;gap:1rem}.casino-card{padding:1.1rem}.casino-card__main{display:grid;grid-gap:1rem;gap:1rem}@media (min-width:720px){.casino-card__main{grid-template-columns:auto 100px 1fr;align-items:start}}.casino-card__rank{display:none}@media (min-width:720px){.casino-card__rank{display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;font-size:.8125rem;font-weight:600;color:var(--text-muted);background:var(--surface-muted);border-radius:6px}}.casino-card__logo{display:flex;align-items:center;justify-content:center;min-height:52px;padding:.5rem;background:var(--surface-muted);border:1px solid var(--border);border-radius:8px}.casino-card__logo-img{object-fit:contain;max-height:44px;width:auto}.casino-card__logo-fallback{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;font-size:.875rem;font-weight:700;color:var(--accent);background:var(--accent-soft);border-radius:8px}.casino-card__title-row{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;margin-bottom:.35rem}.casino-card__title-row h3{margin:0;font-family:var(--font-serif)}.casino-card__score{margin-left:auto;font-family:var(--font-serif);font-size:1.25rem;font-weight:600;color:var(--accent)}.casino-card__score-label{font-size:.75rem;color:var(--text-muted);font-family:var(--font-sans);font-weight:500}.casino-card__desc{font-size:.9375rem;color:var(--text-muted);margin-bottom:.65rem}.casino-card__badges{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:.65rem}.casino-card__highlight{font-size:.8125rem;color:var(--text);margin-bottom:.5rem}.casino-card__review{font-size:.875rem;color:var(--text-muted);line-height:1.55;margin-bottom:.85rem}.casino-card__actions{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1rem;margin-bottom:.5rem}.casino-card__terms{font-size:.75rem;line-height:1.45;color:var(--text-muted);margin:0}.safety-strip{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;font-size:.8125rem;color:var(--text-muted)}.safety-strip p{margin:0}.site-footer{margin-top:2rem;padding:2.5rem 0 1.5rem;background:var(--text);color:#d8dde4}.site-footer a{color:#e8f2ee}.site-footer a:hover{color:#fff}.site-footer__top{display:grid;grid-gap:2rem;gap:2rem;margin-bottom:2rem}@media (min-width:768px){.site-footer__top{grid-template-columns:1.4fr 1fr 1fr}}.site-footer__brand{font-family:var(--font-serif);font-size:1.125rem;font-weight:600;color:#fff;margin-bottom:.75rem}.site-footer__heading{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#9aa5b1;margin-bottom:.75rem}.site-footer__note{font-size:.8125rem;line-height:1.55;color:#b8c0ca;margin-bottom:.75rem}.site-footer__links,.site-footer__safety{list-style:none;padding:0;margin:0;display:grid;grid-gap:.45rem;gap:.45rem;font-size:.875rem}.site-footer__logos{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem;align-items:center}.site-footer__logos img{filter:brightness(1.1);opacity:.9}.site-footer__legal{font-size:.75rem;line-height:1.5;color:#8f99a6;margin:0;padding-top:1.25rem;border-top:1px solid #2f3a4a}.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:50;padding:1rem;background:var(--surface);border-top:1px solid var(--border);box-shadow:0 -4px 24px rgba(26,35,50,.08)}.cookie-banner__inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.cookie-banner__inner p{margin:0;font-size:.875rem;color:var(--text-muted);max-width:52ch}.cookie-banner__actions{display:flex;align-items:center;gap:1rem}.contact-form,.contact-success{padding:1.25rem;max-width:36rem}.disclaimer-block{padding:1.25rem;font-size:.8125rem;line-height:1.55;color:var(--text-muted);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.disclaimer-block p{margin-bottom:.5rem}.disclaimer-block p:last-child{margin-bottom:0}@media (max-width:640px){.section{padding:2rem 0}.site-header__nav{display:none}.casino-card__score{margin-left:0}}@font-face{font-family:DM Sans;font-style:normal;font-weight:100 1000;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:DM Sans;font-style:normal;font-weight:100 1000;font-display:swap;src:url(/_next/static/media/13971731025ec697-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:DM Sans Fallback;src:local("Arial");ascent-override:94.90%;descent-override:29.66%;line-gap-override:0.00%;size-adjust:104.53%}.__className_0d7163{font-family:DM Sans,DM Sans Fallback;font-style:normal}.__variable_0d7163{--font-dm-sans:"DM Sans","DM Sans Fallback"}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/3d165c286d94e27c-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/e54d16b9f2c4535b-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/7c21074d9bafed1b-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/916860560b9a2bc2-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/591e43f23f51e5a5-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/97ac91773d3121b2-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:"Source Serif 4 Fallback";src:local("Times New Roman");ascent-override:87.87%;descent-override:28.41%;line-gap-override:0.00%;size-adjust:117.91%}.__className_25ee46{font-family:"Source Serif 4","Source Serif 4 Fallback";font-style:normal}.__variable_25ee46{--font-source-serif:"Source Serif 4","Source Serif 4 Fallback"}