:root{--bg:#f6f3ee;--surface:#fffaf3;--surface-strong:#ffffff;--text:#1f2a24;--muted:#53635a;--line:#d8d2c9;--accent:#1d6b4f;--accent-soft:#e6f2ec;--chip:#efe8dc;--warning:#8b3d2f}*{box-sizing:border-box}body,html{margin:0;padding:0;font-family:Segoe UI,Helvetica Neue,Arial,sans-serif;color:var(--text);background:radial-gradient(circle at 100% 0,#f1ece3 0,transparent 45%),radial-gradient(circle at 0 100%,#eee6db 0,transparent 40%),var(--bg)}a{color:inherit}.page-shell{max-width:1060px;margin:0 auto;padding:1rem 1rem 3rem}.site-header{max-width:1060px;margin:.9rem auto 0;padding:.8rem 1rem;border:1px solid var(--line);border-radius:1rem;background:color-mix(in srgb,var(--surface-strong) 87%,#f6f2eb 13%);display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand-wrap{display:flex;flex-direction:column;gap:.15rem}.brand-link{display:inline-flex;align-items:center;gap:.55rem;font-weight:700;text-decoration:none}.brand-wrap p{margin:0;color:var(--muted);font-size:.82rem}.site-header nav{display:flex;flex-wrap:wrap;gap:.85rem}.site-header nav a{text-decoration:none;font-weight:600;color:#2f4439;font-size:.92rem}.hero{margin-top:1.15rem;background:var(--surface-strong);border:1px solid var(--line);border-radius:1.1rem;padding:1.35rem}.eyebrow{display:inline-flex;background:var(--chip);border-radius:999px;padding:.2rem .65rem;font-weight:600;font-size:.78rem;margin:0 0 .6rem}.hero h1{margin:0;font-size:clamp(1.5rem,3.4vw,2.2rem);line-height:1.15;max-width:24ch}.hero p{margin:.75rem 0 0;color:var(--muted);max-width:66ch;line-height:1.55}.hero-tags{margin-top:.95rem;display:flex;flex-wrap:wrap;gap:.45rem}.hero-tags span{font-size:.78rem;color:#3c4d43;background:#f1ece4;border:1px solid #dfd6ca;border-radius:999px;padding:.2rem .55rem}.disclosure-strip{margin-top:.9rem;border:1px solid #e3d7ca;border-radius:.95rem;background:#f9f2e8;padding:.75rem .9rem;display:flex;flex-wrap:wrap;justify-content:space-between;gap:.65rem}.disclosure-strip p{margin:0;color:#4e4033;max-width:64ch}.disclosure-strip a{color:#6f2f25;font-weight:700}.cards-section{margin-top:1rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:.75rem;gap:.75rem}.casino-card{border:1px solid var(--line);border-radius:1rem;background:var(--surface-strong);padding:.85rem;display:flex;flex-direction:column;gap:.55rem}.card-top{display:flex;align-items:center;justify-content:space-between;gap:.45rem}.casino-logo{width:auto;height:30px;object-fit:contain}.logo-fallback{width:38px;height:38px;border-radius:10px;display:grid;place-items:center;border:1px solid #cfbda8;background:#f2e9dd}.logo-fallback span{width:12px;height:12px;border-radius:50%;background:#916244}.note-label{margin:0;font-size:.74rem;font-weight:700;color:#595044;background:#f4ede3;border:1px solid #e3d9cd;border-radius:999px;padding:.2rem .5rem}.casino-card h3{margin:0;font-size:1.02rem}.casino-card p{margin:0;color:var(--muted);font-size:.92rem;line-height:1.45}.badge-list{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:.4rem}.badge-list li{font-size:.74rem;border:1px solid #ddd2c6;border-radius:999px;padding:.15rem .48rem;background:#f8f3eb}.card-cta-row{margin-top:.2rem;display:flex;align-items:center;justify-content:space-between;gap:.5rem}.score{font-weight:700;font-size:.8rem;color:#2b4036}.card-cta-row a{text-decoration:none;background:var(--accent);color:#f9fffb;border-radius:.65rem;padding:.45rem .75rem;font-size:.84rem;font-weight:700}.card-cta-row a:active,.contact-form button:active{transform:scale(.98)}.terms-link{font-size:.82rem;color:#6d3f34}.casino-card small{color:#635e56;font-size:.72rem}.content-page,.faq,.list-method,.safety-strip,.top-disclosure{margin-top:1rem;border:1px solid var(--line);border-radius:1rem;background:var(--surface-strong);padding:1rem}.content-page h1,.faq h2,.list-method h2,.safety-strip h2{margin:0}.list-method ul{margin:.75rem 0 0;padding-left:1rem;color:var(--muted);display:grid;grid-gap:.35rem;gap:.35rem}.content-page p,.safety-strip p,.top-disclosure p{color:var(--muted);line-height:1.55;max-width:70ch}.resource-grid{margin-top:.8rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:.55rem;gap:.55rem}.resource-grid a{border:1px solid #dccfbf;border-radius:.8rem;padding:.7rem;text-decoration:none;font-weight:600;background:#fcf6ee}.resource-grid.with-logos a{display:flex;align-items:center;justify-content:space-between;gap:.6rem}.resource-grid.with-logos span{font-size:.84rem}.faq-list{margin-top:.7rem;display:grid;grid-gap:.5rem;gap:.5rem}.faq details{border:1px solid #ded3c6;border-radius:.75rem;padding:.65rem;background:#fdfaf6}.faq summary{cursor:pointer;font-weight:650}.faq details p{margin:.55rem 0 0}.contact-form{margin-top:.8rem;display:grid;grid-gap:.65rem;gap:.65rem;max-width:650px}.contact-form label{display:grid;grid-gap:.2rem;gap:.2rem;font-weight:600;font-size:.9rem}.contact-form input,.contact-form textarea{border:1px solid #d6cbbc;border-radius:.65rem;padding:.55rem .7rem;font-size:.95rem;font-family:inherit;background:#fff}.contact-form button{justify-self:start;border:0;background:var(--accent);color:#f9fffb;border-radius:.65rem;padding:.5rem .9rem;font-weight:700;cursor:pointer;transition:transform .14s cubic-bezier(.23,1,.32,1)}.top-disclosure{max-width:1060px;margin-left:auto;margin-right:auto;margin-bottom:1rem}.quick-links{display:flex;gap:.8rem}.quick-links a{font-weight:650;color:#214b3a}.site-footer{max-width:1060px;margin:0 auto 3.5rem;border:1px solid var(--line);border-radius:1rem;background:#fcf9f3;padding:1rem}.site-footer p{margin:0;color:#4f5e55;line-height:1.55}.footer-links{margin:.8rem 0;display:flex;flex-wrap:wrap;gap:.65rem}.footer-links a{text-decoration:none;font-weight:600;color:#2e4d3f}.cookie-banner{position:fixed;right:1rem;bottom:1rem;width:min(360px,calc(100% - 2rem));background:#fffdf8;border:1px solid #d9cfbe;border-radius:.85rem;padding:.8rem;box-shadow:0 10px 28px rgba(51,39,25,.12);z-index:20}.cookie-banner p{margin:0;font-size:.9rem;color:#4c584f}.cookie-banner div{display:flex;gap:.5rem;margin-top:.7rem}.cookie-banner button{border:0;border-radius:.55rem;padding:.45rem .65rem;cursor:pointer;font-weight:700;background:var(--accent);color:#f6fffb}.cookie-banner button.secondary{background:#efe6da;color:#4f4031}@media (max-width:780px){.site-header{flex-direction:column;align-items:flex-start}.site-header nav{width:100%}.card-cta-row{flex-direction:column;align-items:flex-start}}