:root{--background:#f5f1e8;--surface:#fffcf6;--surface-alt:#e8e1d3;--text:#252923;--muted:#666b61;--primary:#365c4a;--primary-dark:#294638;--accent:#b66a42;--border:#d5cebf;--success:#365c4a;--danger:#9b3f36;--radius:14px;--max:1240px;--shadow:0 16px 44px rgba(37,41,35,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;overflow-x:hidden;overflow-x:hidden;overflow-x:hidden;overflow-x:hidden;background:var(--background);color:var(--text);font:17px/1.7 Inter,system-ui,-apple-system,"Segoe UI",sans-serif}img{max-width:100%;height:auto}.skip-link{position:fixed;left:16px;top:-80px;z-index:1000;background:var(--text);color:#fff;padding:10px 16px;border-radius:8px}.skip-link:focus{top:16px}.site-header{position:sticky;top:0;z-index:100;background:rgba(245,241,232,.96);border-bottom:1px solid var(--border);backdrop-filter:blur(12px)}.header-inner,.container{width:min(calc(100% - 32px),var(--max));margin:auto}.header-inner{min-height:76px;display:flex;align-items:center;gap:26px}.site-brand{display:flex;align-items:center;margin-right:auto}.site-brand img{width:196px;max-height:52px;object-fit:contain}.nav-list{display:flex;gap:20px;list-style:none;margin:0;padding:0}.nav-list a,.footer-nav a{color:var(--text);font-weight:700;font-size:.88rem;text-decoration:none}.nav-list a:hover,.nav-list a[aria-current="location"]{color:var(--primary)}.menu-toggle{display:none;border:1px solid var(--border);background:var(--surface);border-radius:10px;min-width:46px;min-height:46px;font-size:1.3rem}.hero{background:linear-gradient(135deg,var(--surface) 0%,#eee7d9 100%);border-bottom:1px solid var(--border)}.hero-inner{min-height:420px;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(270px,.75fr);align-items:center;gap:56px;padding:58px 0}.eyebrow{text-transform:uppercase;letter-spacing:.13em;color:var(--accent);font-size:.76rem;font-weight:800}.hero h1,h2,h3{font-family:Georgia,"Times New Roman",serif;line-height:1.14;text-wrap:balance;overflow-wrap:anywhere}.hero h1{font-size:clamp(2.5rem,5vw,4.8rem);margin:.25em 0}.hero p{max-width:68ch}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.button,.cta{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:11px 18px;border-radius:10px;background:var(--primary);color:#fff;text-decoration:none;font-weight:800}.button:hover,.cta:hover{background:var(--primary-dark)}.button.secondary{background:transparent;color:var(--primary);border:1px solid var(--primary)}.hero-note{background:var(--primary);color:#fff;padding:26px;border-radius:var(--radius);box-shadow:var(--shadow)}.hero-note strong{font:700 2.3rem/1 Georgia,serif}.meta-strip{border-bottom:1px solid var(--border);background:var(--surface-alt)}.meta-inner{display:flex;gap:28px;flex-wrap:wrap;padding:14px 0;color:var(--muted);font-size:.88rem}.intro-section,.content-section{width:min(calc(100% - 32px),var(--max));margin:0 auto;padding:68px 0;border-bottom:1px solid var(--border)}.intro-section{padding-top:44px}.intro-section p,.content-section>p,.content-section>ul,.content-section>ol,.content-section>h2,.content-section>h3,.content-section>details{max-width:100%;margin-left:0;margin-right:0}.content-section h2{font-size:clamp(1.85rem,3vw,3.1rem);margin:0 0 22px}.content-section h3{font-size:clamp(1.35rem,2vw,2rem);margin:42px 0 14px}.content-section p{max-width:78ch}.read-more{border:0;background:transparent;color:var(--primary);font-weight:800;padding:10px 0;min-height:44px}.casino-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:26px 0}.casino-card{position:relative;display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:20px;box-shadow:var(--shadow);min-width:0}.card-rank{position:absolute;top:14px;left:14px;background:var(--text);color:#fff;border-radius:999px;padding:4px 9px;font-weight:800;font-size:.78rem}.brand-logo{display:flex;align-items:center;justify-content:center;height:112px;background:#fff;border:1px solid #e7e1d5;border-radius:10px;padding:18px}.brand-logo img{width:180px;height:76px;object-fit:contain}.card-heading{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:14px}.card-heading h3{font:700 1.45rem/1.2 Georgia,serif;margin:0}.type-badge{font-size:.7rem;background:var(--surface-alt);color:var(--primary-dark);padding:4px 8px;border-radius:999px;font-weight:800}.offer span{display:block;color:var(--muted);font-size:.75rem}.offer strong{font-size:1.08rem}.card-note{color:var(--muted);font-size:.84rem}.card-details{margin:0}.card-details div{border-top:1px solid var(--border);padding:9px 0}.card-details dt{font-size:.73rem;text-transform:uppercase;color:var(--muted);font-weight:800}.card-details dd{margin:2px 0 0;font-size:.88rem}.card-cta-col{margin-top:auto;padding-top:18px}.card-cta-col .cta{width:100%}.table-scroll{overflow-x:auto;margin:22px 0;border-radius:var(--radius)}table{width:100%;min-width:720px;border-collapse:collapse;background:var(--surface)}caption{padding:12px;font-weight:800;text-align:left}th,td{border:1px solid var(--accent);padding:12px 14px;text-align:left;vertical-align:top}th{background:var(--primary);color:#fff}tbody tr:nth-child(even){background:#f0eadf}details{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:14px 18px;margin:10px 0}summary{cursor:pointer;font-weight:800}details p{color:var(--muted)}a{color:var(--primary-dark)}.utility-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.utility-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:24px}.site-footer{background:var(--text);color:#f5f1e8;padding:48px 0}.footer-inner{display:grid;grid-template-columns:1.2fr .8fr;gap:40px}.footer-brand{background:#fff;border-radius:10px;padding:10px;width:210px}.footer-nav{display:flex;gap:15px;flex-wrap:wrap}.footer-nav a{color:#fff}.legal{color:#c9c9c0;font-size:.82rem;grid-column:1/-1}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid var(--accent);outline-offset:3px}[hidden]{display:none!important}section,h2,h3{scroll-margin-top:92px}@media(max-width:1024px){.casino-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-inner{gap:28px}.nav-list{gap:12px}.nav-list a{font-size:.8rem}}@media(max-width:768px){body{font-size:16px;text-align:left}.menu-toggle{display:block}.main-nav{display:none;position:absolute;top:76px;left:0;right:0;background:var(--surface);border-bottom:1px solid var(--border);padding:14px 16px}.main-nav.open{display:block}.nav-list{display:grid;gap:0}.nav-list a{display:block;padding:12px;font-size:1rem}.hero-inner{min-height:auto;grid-template-columns:1fr;padding:40px 0}.hero-note{padding:20px}.meta-inner{gap:8px 20px}.casino-grid,.utility-grid,.footer-inner{grid-template-columns:1fr}.intro-section,.content-section{padding:46px 0}.site-brand img{width:165px}.footer-inner{gap:24px}.legal{grid-column:auto}}@media(max-width:390px){.header-inner,.container,.intro-section,.content-section{width:min(calc(100% - 24px),var(--max))}.casino-card{padding:14px}.hero h1{font-size:2.35rem}.button{width:100%}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}
.header-inner{min-height:60px}.site-brand img{width:158px;max-height:42px}.hero-inner{min-height:350px;grid-template-columns:minmax(0,1.55fr) minmax(260px,.45fr);padding:42px 0}.hero h1{font-size:clamp(2.25rem,3.8vw,3.35rem);max-width:900px}.content-section h2{font-size:clamp(1.65rem,2.4vw,2.35rem)}.intro-section p,.content-section p,.content-section>ul,.content-section>ol,.content-section>h2,.content-section>h3,.content-section>details{max-width:none;width:100%}.brand-benefit{margin:8px 0 4px;color:var(--primary-dark);font-weight:800;font-size:.82rem}.casino-card.podium-1{border:3px solid #c99622;box-shadow:0 18px 48px rgba(201,150,34,.22)}.casino-card.podium-2{border:3px solid #9aa1aa;box-shadow:0 18px 48px rgba(90,100,112,.18)}.casino-card.podium-3{border:3px solid #b66a42;box-shadow:0 18px 48px rgba(182,106,66,.2)}
@media(max-width:768px){.header-inner{min-height:58px}.main-nav{top:58px}.hero-inner{grid-template-columns:1fr}.hero h1{font-size:clamp(2rem,10vw,2.75rem)}.site-brand img{width:145px}.content-section h2{font-size:1.85rem}}

.header-inner{min-height:60px}.site-brand img{width:158px;max-height:42px}.hero-inner{min-height:350px;grid-template-columns:minmax(0,1fr) 280px;padding:42px 0}.hero h1{font-size:clamp(2.25rem,3.5vw,3.15rem);max-width:none}.hero-title-line{display:block;white-space:nowrap}.content-section h2{font-size:clamp(1.65rem,2.4vw,2.35rem)}.intro-section p,.content-section p,.content-section>ul,.content-section>ol,.content-section>h2,.content-section>h3,.content-section>details{max-width:none;width:100%}.brand-benefit{margin:8px 0 4px;color:var(--primary-dark);font-weight:800;font-size:.82rem}.casino-card.podium-1{border:3px solid #c99622;box-shadow:0 18px 48px rgba(201,150,34,.22)}.casino-card.podium-2{border:3px solid #9aa1aa;box-shadow:0 18px 48px rgba(90,100,112,.18)}.casino-card.podium-3{border:3px solid #b66a42;box-shadow:0 18px 48px rgba(182,106,66,.2)}
@media(max-width:768px){.header-inner{min-height:58px}.main-nav{top:58px}.hero-inner{grid-template-columns:1fr}.hero h1{font-size:clamp(2rem,10vw,2.75rem)}.hero-title-line{white-space:normal}.site-brand img{width:145px}.content-section h2{font-size:1.85rem}}

.header-inner{min-height:60px}.site-brand img{width:158px;max-height:42px}.hero-inner{min-height:350px;grid-template-columns:minmax(0,1fr) 280px;padding:42px 0}.hero h1{font-size:clamp(2.25rem,3.5vw,3.15rem);max-width:none}.hero-title-line{display:block;white-space:nowrap}.content-section h2{font-size:clamp(1.65rem,2.4vw,2.35rem)}.intro-section p,.content-section p,.content-section>ul,.content-section>ol,.content-section>h2,.content-section>h3,.content-section>details{max-width:none;width:100%}.brand-benefit{margin:8px 0 4px;color:var(--primary-dark);font-weight:800;font-size:.82rem}.casino-card.podium-1{border:3px solid #c99622;box-shadow:0 18px 48px rgba(201,150,34,.22)}.casino-card.podium-2{border:3px solid #9aa1aa;box-shadow:0 18px 48px rgba(90,100,112,.18)}.casino-card.podium-3{border:3px solid #b66a42;box-shadow:0 18px 48px rgba(182,106,66,.2)}
@media(max-width:1180px){.hero-inner{grid-template-columns:1fr;gap:24px}.hero-note{max-width:560px}.hero h1{font-size:clamp(2.25rem,5vw,3rem)}}
@media(max-width:768px){.header-inner{min-height:58px}.main-nav{top:58px}.hero-inner{grid-template-columns:1fr}.hero h1{font-size:clamp(2rem,10vw,2.75rem)}.hero-title-line{white-space:normal}.site-brand img{width:145px}.content-section h2{font-size:1.85rem}}
