
:root{--navy:#102a4c;--navy2:#17375e;--blue:#24527d;--pale:#edf4fa;--yellow:#e6bd48;--yellow2:#f3d67c;--text:#172231;--muted:#66758a;--white:#fff;--line:#d7e1eb;--max:1180px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;background:#f6f8fb;color:var(--text);line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.container{width:min(var(--max),calc(100% - 32px));margin:auto}.topbar{background:var(--navy);border-bottom:3px solid var(--yellow)}.topbar-inner{min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand img{width:250px;display:block}.nav{display:flex;gap:20px;align-items:center;color:#fff;font-size:14px;font-weight:700}.nav a:hover{color:var(--yellow2)}.menu-btn{display:none}.breadcrumb{padding:18px 0;color:var(--muted);font-size:14px}.breadcrumb a{color:var(--blue)}.hero{padding:38px 0 44px;background:linear-gradient(180deg,#eaf1f8 0,#f6f8fb 100%);text-align:center}.eyebrow{display:inline-block;padding:7px 12px;border-radius:999px;background:#f7edc9;color:#705a12;font-size:12px;font-weight:800;text-transform:uppercase}.hero h1{font-size:clamp(34px,5vw,58px);line-height:1.08;margin:16px auto;max-width:980px;color:var(--navy)}.hero-copy,.lead{max-width:900px;margin:0 auto 24px;color:var(--muted)}.author-mini{display:flex;justify-content:center;align-items:center;gap:12px;margin:22px 0}.author-mini img{width:58px;height:58px;border-radius:50%;object-fit:cover;border:3px solid var(--yellow)}.author-mini small{display:block;color:var(--muted)}.trust-row{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.trust-pill{background:#fff;border:1px solid var(--line);padding:7px 11px;border-radius:999px;font-size:13px}.section{padding:56px 0}.section.alt{background:#eef3f8}.section h2{font-size:clamp(28px,4vw,42px);line-height:1.15;margin:0 0 12px;color:var(--navy)}.section h2 span{color:#9b7710}.rating-list{display:grid;gap:12px;margin-top:26px}.casino-row{display:grid;grid-template-columns:54px minmax(240px,1.25fr) minmax(220px,1fr) minmax(180px,.9fr) 170px;gap:16px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:16px;padding:14px;box-shadow:0 5px 22px rgba(16,42,76,.06)}.rank{font-weight:900;font-size:20px;color:#9b7710;text-align:center}.casino-id{display:flex;align-items:center;gap:13px;min-width:0}.logo-box{width:132px;height:68px;border:1px solid #d8e0e8;background:#f9fbfd;border-radius:10px;display:grid;place-items:center;overflow:hidden;padding:7px}.logo-box img{width:100%;height:100%;object-fit:contain}.casino-id h3{margin:0;font-size:20px;color:var(--navy)}.rating{color:#b98b00;white-space:nowrap}.rating span{color:var(--text);font-weight:900}.offer small{display:block;color:var(--muted)}.offer strong{font-size:16px}.features{list-style:none;margin:0;padding:0;display:grid;gap:5px;color:#445469}.features li:before{content:'✓';color:#8b6d0d;font-weight:900;margin-right:7px}.action a{display:flex;min-height:48px;align-items:center;justify-content:center;background:var(--yellow);color:#182335;border-radius:9px;font-weight:900;text-transform:uppercase}.action a:hover{background:var(--yellow2)}.action small{display:block;text-align:center;color:var(--muted);margin-top:5px}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:18px}.card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:22px}.card h3{color:var(--navy);margin-top:0}.card p,.card li{color:var(--muted)}.notice{border-left:5px solid var(--yellow);background:#fff8df;padding:17px;border-radius:10px;color:#5e5127}.author-box{display:grid;grid-template-columns:140px 1fr;gap:24px;align-items:center}.author-box img{width:140px;height:140px;object-fit:cover;border-radius:22px}.faq{display:grid;gap:10px}.faq details{background:#fff;border:1px solid var(--line);border-radius:12px;padding:15px 18px}.faq summary{cursor:pointer;font-weight:800;color:var(--navy)}.faq p{color:var(--muted)}.footer{background:var(--navy);color:#fff;padding:40px 0 26px}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:24px}.footer img{width:250px}.footer p,.footer a{color:#dce6ef}.legal{border-top:1px solid rgba(255,255,255,.14);padding-top:20px}.back-top{position:fixed;right:18px;bottom:18px;width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:var(--yellow);color:var(--navy);font-weight:900;box-shadow:0 8px 22px rgba(0,0,0,.2)}
@media(max-width:980px){.topbar-inner{align-items:flex-start;flex-direction:column;padding:12px 0}.nav{width:100%;overflow-x:auto;padding-bottom:10px;white-space:nowrap}.casino-row{grid-template-columns:48px 1fr 1fr 160px}.features{display:none}.grid-2,.footer-grid{grid-template-columns:1fr}}
@media(max-width:680px){.container{width:min(var(--max),calc(100% - 20px))}.brand img{width:220px}.topbar-inner{min-height:auto}.nav{font-size:13px;gap:14px}.hero{padding:26px 0 34px}.casino-row{grid-template-columns:42px minmax(0,1fr);grid-template-areas:'rank id' 'offer offer' 'action action';gap:10px;padding:12px}.rank{grid-area:rank}.casino-id{grid-area:id;align-items:flex-start}.offer{grid-area:offer}.action{grid-area:action}.logo-box{width:90px;height:56px;flex:0 0 90px}.casino-id h3{font-size:17px;overflow-wrap:anywhere}.rating{font-size:14px}.action a{min-height:52px}.section{padding:40px 0}.author-box{grid-template-columns:1fr;text-align:center}.author-box img{margin:auto}}
