*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#f8f5f0;color:#1a1a1a;font-family:Inter,system-ui,sans-serif;line-height:1.7;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{max-width:1200px;margin:0 auto;padding:0 16px;box-sizing:border-box}.narrow{max-width:900px}h1,h2,h3{font-family:"Playfair Display",serif;line-height:1.12;margin:0 0 18px}h1{font-size:clamp(2.1rem,5vw,4.2rem)}h2{font-size:clamp(1.7rem,3vw,2.55rem)}h3{font-size:1.35rem}.site-header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid #e8e3db}.nav-wrap{display:flex;align-items:center;justify-content:space-between;min-height:72px}.logo{display:flex;align-items:center;gap:10px;font-weight:700}.logo-img{width:52px;height:52px;object-fit:contain}.nav-links{display:flex;gap:18px;align-items:center}.nav-links a,.nav-dropdown-toggle{font:inherit;font-weight:600;color:#1a1a1a;background:transparent;border:0;border-bottom:2px solid transparent;padding:23px 0;cursor:pointer}.nav-links>a.active,.nav-links>a:hover,.nav-item.active>.nav-dropdown-toggle,.nav-dropdown-toggle:hover{border-bottom-color:#2d6a4f}.nav-item{position:relative}.dropdown-menu{position:absolute;top:100%;left:0;min-width:240px;background:#fff;border:1px solid #e8e3db;border-radius:0 0 12px 12px;box-shadow:0 14px 28px rgba(0,0,0,.08);padding:10px;display:none;z-index:80}.nav-item:hover .dropdown-menu,.nav-item.open .dropdown-menu{display:grid;gap:2px}.dropdown-menu a{display:block;padding:9px 10px;border-bottom:0;border-radius:8px;font-size:.94rem}.dropdown-menu a:hover,.dropdown-menu a.active{background:#f0ebe3;color:#2d6a4f}.nav-dropdown-toggle::after{content:"⌄";font-size:.8em;margin-left:6px}.menu-toggle{display:none;background:#fff;border:1px solid #e8e3db;border-radius:8px;font-size:24px;padding:6px 12px}.hero{padding:70px 0 54px}.hero-grid{display:grid;gap:32px;grid-template-columns:1fr}.eyebrow{color:#2d6a4f;text-transform:uppercase;letter-spacing:.12em;font-weight:700;font-size:.82rem}.lead{font-size:1.08rem;color:#45413b}.hero-card,.top-card,.rubric,.note{background:#fff;border:1px solid #e8e3db;border-radius:14px;padding:22px}.hero-card{align-self:start}.hero-card ul{padding-left:20px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:6px;padding:11px 16px;font-weight:700;transition:.2s}.btn-gold{background:#c9a84c;color:#fff}.btn-gold:hover{background:#b7963d}.btn-outline{border:1px solid #2d6a4f;color:#2d6a4f;background:#fff}.section{padding:56px 0}.subtle{background:#f0ebe3}.top-grid{display:grid;grid-template-columns:1fr;gap:16px}.top-card{transition:.2s}.top-card:hover,.casino-card:hover,.rubric:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,.08)}.top-card img{height:42px;object-fit:contain;}.rubric-grid{display:grid;grid-template-columns:1fr;gap:14px}.rubric{display:grid;gap:6px;transition:.2s}.rubric span{color:#c9a84c}.casino-table{display:grid;gap:12px}.casino-card{display:grid;grid-template-columns:1fr;gap:14px;align-items:center;background:#fff;border:1px solid #e8e3db;border-radius:14px;padding:16px;transition:.2s}.casino-brand{display:flex;gap:12px;align-items:center}.casino-brand img{width:86px;height:42px;object-fit:contain;background:#fff;border-radius:6px}.casino-offer small{display:block;color:#6a6258;margin-top:4px}.cta-strip{background:#2d6a4f;color:#fff;padding:34px 0}.cta-inner{display:flex;gap:18px;justify-content:space-between;align-items:center;flex-wrap:wrap}.cta-inner h2{margin-bottom:6px}.faq{display:grid;gap:10px}.faq-item{background:#fff;border:1px solid #e8e3db;border-radius:12px;padding:14px 18px}.faq-item summary{font-weight:700;cursor:pointer}.steps{background:#fff;border:1px solid #e8e3db;border-radius:12px;padding:20px 20px 20px 42px}.note{border-left:4px solid #c9a84c}.site-footer{background:#1a1a1a;color:#fff;padding:38px 0;margin-top:20px}.footer-grid{display:grid;grid-template-columns:1fr;gap:20px}.footer-grid a{display:block;color:#f0ebe3;margin:6px 0}.reveal{opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease}.reveal.visible{opacity:1;transform:translateY(0)}@media(min-width:768px){.hero-grid{grid-template-columns:minmax(0,1fr) 340px}.top-grid{grid-template-columns:repeat(2,1fr)}.rubric-grid{grid-template-columns:repeat(2,1fr)}.casino-card{grid-template-columns:260px 1fr auto}.footer-grid{grid-template-columns:1fr 240px}}@media(min-width:1200px){.top-grid{grid-template-columns:repeat(5,1fr)}.rubric-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:767px){.menu-toggle{display:block}.nav-links{position:absolute;left:0;right:0;top:72px;background:#fff;border-bottom:1px solid #e8e3db;display:none;flex-direction:column;align-items:stretch;padding:12px 16px;max-height:calc(100vh - 72px);overflow:auto}.nav-links.open{display:flex}.nav-links a,.nav-dropdown-toggle{padding:9px 0;text-align:left;width:100%}.nav-item{width:100%}.dropdown-menu{position:static;min-width:0;box-shadow:none;border:0;border-left:2px solid #e8e3db;border-radius:0;margin:0 0 4px 8px;padding:4px 0 4px 10px}.nav-item.open .dropdown-menu{display:grid}.nav-item:hover .dropdown-menu{display:none}.nav-item.open:hover .dropdown-menu{display:grid}.dropdown-menu a{padding:8px 10px}.casino-card .btn{width:100%}.cta-inner .btn{width:100%}}body{background:#fcfaf6;color:#191816}.section{padding:50px 0}.subtle{background:#f6f1e8}.hero-card,.top-card,.rubric,.note,.faq-item,.steps,.casino-card{box-shadow:0 8px 24px rgba(67,53,26,.04)}.lead{color:#4d483f}.btn{border-radius:8px;padding:12px 18px}.btn-gold{background:#d0a22e;color:#fff;box-shadow:0 8px 18px rgba(208,162,46,.18)}.btn-gold:hover{background:#b98c1d}.btn-outline{border-color:#2d6a4f;color:#2d6a4f;background:#fff}.site-header{background:rgba(255,255,255,.95);backdrop-filter:saturate(1.1) blur(8px)}.dropdown-menu{border-radius:14px;padding:12px}.internal-page .hero{padding:38px 0 16px}.internal-page .hero-grid{gap:18px;grid-template-columns:minmax(0,1fr)}.internal-page .hero h1{font-size:clamp(2rem,4vw,3.35rem);max-width:900px}.internal-page .hero-summary{font-size:1.08rem;max-width:860px;margin:0;color:#453f36}.internal-page .hero-actions{margin-top:18px}.internal-page #srovnani{padding-top:18px}.internal-page .table-lead{font-size:.98rem;margin-top:-6px;margin-bottom:12px;color:#6a6258}.criteria-box{margin:0 0 24px;background:#fffdf8;border:1px solid #ebdfbb;border-radius:16px;padding:18px 20px}.criteria-box h3{margin-bottom:10px;font-size:1.25rem}.criteria-box ul{margin:0;padding-left:20px}.criteria-box li+li{margin-top:6px}.intro-after-table p{margin:0 0 1rem}.casino-table{display:grid;gap:14px}.casino-card{background:#fff;border:1px solid #ece3d5;border-radius:16px;padding:17px}.casino-brand strong{font-size:1.05rem}.casino-offer span{display:block;font-weight:500}.casino-offer small{color:#7a7268}.casino-table .casino-card:nth-child(-n+3){position:relative;border-color:#ead59a;background:linear-gradient(180deg,#fffdf7 0%,#fff 100%)}.casino-table .casino-card:nth-child(-n+3)::before{position:absolute;top:12px;right:12px;background:#2d6a4f;color:#fff;font-weight:700;font-size:.77rem;line-height:1;border-radius:999px;padding:8px 10px;letter-spacing:.03em}.casino-table .casino-card:nth-child(1)::before{content:'TOP 1'}.casino-table .casino-card:nth-child(2)::before{content:'TOP 2'}.casino-table .casino-card:nth-child(3)::before{content:'TOP 3'}.casino-table .casino-card:nth-child(-n+3) .casino-offer small{color:#6f664b}@media(min-width:768px){.internal-page .hero{padding:42px 0 16px}}@media(min-width:992px){.casino-table{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}.casino-table .casino-card:nth-child(-n+3){grid-template-columns:1fr;align-content:start;gap:12px;min-height:255px;padding:20px 18px 18px}.casino-table .casino-card:nth-child(-n+3) .casino-brand{flex-direction:column;align-items:flex-start;gap:14px;padding-top:10px}.casino-table .casino-card:nth-child(-n+3) .casino-brand img{width:110px;height:52px}.casino-table .casino-card:nth-child(-n+3) .btn{width:100%;margin-top:auto}.casino-table .casino-card:nth-child(n+4){grid-column:1/-1;display:grid;grid-template-columns:260px 1fr auto}}@media(max-width:991px){.casino-table .casino-card:nth-child(-n+3) .btn{width:100%}}body{background:#fffdfb;color:#171717}.section{padding:48px 0}.subtle{background:#faf6ef}.hero-card,.top-card,.rubric,.note,.faq-item,.steps,.casino-card{box-shadow:0 10px 24px rgba(22,33,72,.05)}.btn-gold,.btn-primary{background:#2457f5!important;color:#fff!important;border:0;box-shadow:0 10px 22px rgba(36,87,245,.22)}.btn-gold:hover,.btn-primary:hover{background:#1846de!important}.btn-outline{border-color:#2457f5;color:#2457f5}.site-header{background:rgba(255,255,255,.98)}.casino-showcase{display:grid;gap:18px}.top-three{display:grid;gap:16px}.top-three .top-card{position:relative;background:#fff;border:1px solid #d9e3ff;border-radius:18px;padding:18px;display:grid;gap:14px;align-content:start}.top-three .top-card[data-rank="1"]{border:2px solid #2457f5;box-shadow:0 14px 30px rgba(36,87,245,.15)}.rank-badge{position:absolute;left:14px;top:14px;background:#2457f5;color:#fff;border-radius:8px;padding:6px 10px;font-size:.8rem;font-weight:800;line-height:1}.top-three .casino-brand{display:grid;justify-items:center;text-align:center;gap:12px;padding-top:22px}.top-three .casino-brand img{width:160px;height:56px;object-fit:contain;background:transparent}.top-three .casino-brand strong{font-size:1.06rem}.top-bonus{font-family:"Playfair Display",serif;font-size:2rem;line-height:1.05;font-weight:700;color:#2457f5;text-align:center}.top-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.fact-item{background:#f7f9ff;border:1px solid #e0e8ff;border-radius:12px;padding:10px 8px;text-align:center}.fact-item small{display:block;font-size:.72rem;color:#6c7387;margin-bottom:6px;text-transform:uppercase;letter-spacing:.03em}.fact-item strong{display:block;font-size:.98rem;line-height:1.25}.pay-icons{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.top-three .pay-icons{justify-content:center}.pay-chip{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:6px 10px;border-radius:10px;font-size:.75rem;font-weight:700;line-height:1;background:#f4f6fb;border:1px solid #e1e6f4;color:#334}.pay-chip::before{content:"";width:8px;height:8px;border-radius:50%;margin-right:6px;background:currentColor;opacity:.9}.method-visa{color:#1a4fd7}.method-mastercard{color:#e86c12}.method-paypal{color:#009cde}.method-skrill{color:#7a1bb0}.method-paysafecard{color:#cf1430}.method-neteller{color:#5b9d2b}.method-sms{color:#2b8a3e}.method-google-pay{color:#188038}.method-apple-pay{color:#111}.method-gopay{color:#1877f2}.method-bitcoin{color:#d97706}.method-litecoin{color:#6366f1}.casino-cta{display:flex;justify-content:center}.casino-cta .btn{width:100%;max-width:170px;text-transform:uppercase;letter-spacing:.02em}.casino-list{display:grid;gap:10px}.table-head{display:none}.list-rows{display:grid;gap:10px}.list-card{background:#fff;border:1px solid #e7ebf6;border-radius:16px;padding:14px;display:grid;gap:10px;align-items:center;position:relative}.rank-inline{position:absolute;left:12px;top:12px;min-width:30px;height:24px;padding:0 6px;border-radius:7px;background:#eef3ff;color:#5670c8;font-size:.8rem;font-weight:800;display:flex;align-items:center;justify-content:center}.list-card .casino-brand{display:flex;gap:14px;align-items:center;padding-left:40px}.list-card .casino-brand img{width:140px;height:48px;object-fit:contain;background:transparent}.list-card .casino-brand strong{font-size:1rem}.spec-cell{display:flex;justify-content:space-between;gap:12px;background:#fafbff;border:1px solid #eef2ff;border-radius:12px;padding:10px 12px;font-weight:600}.spec-cell::before{font-size:.74rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:#707894}.spec-mini::before{content:"Min. vklad"}.spec-bonus::before{content:"Bonus"}.spec-wager::before{content:"Wagering"}.spec-withdraw::before{content:"Výběr"}.internal-page .hero{padding:28px 0 10px}.internal-page .hero h1{font-size:clamp(1.9rem,4vw,3rem)}.internal-page .hero-summary{max-width:900px}.internal-page #srovnani{padding-top:16px}.internal-page .table-lead{margin-bottom:10px;color:#5e5e6b}.criteria-box{background:#fff;border:1px solid #ebeff7}@media(min-width:992px){.top-three{grid-template-columns:1fr 1.1fr 1fr;align-items:start}.top-three .top-card[data-rank="2"]{order:1}.top-three .top-card[data-rank="1"]{order:2;transform:translateY(-8px)}.top-three .top-card[data-rank="3"]{order:3}.top-three .top-card{min-height:335px}.table-head{display:grid;grid-template-columns:240px 140px 140px 120px 120px 1fr 150px;gap:12px;padding:0 16px 6px 52px;color:#6b7280;font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.list-card{grid-template-columns:240px 140px 140px 120px 120px 1fr 150px;padding:14px 16px 14px 52px}.list-card .casino-brand{padding-left:0}.list-card .pay-icons{justify-content:flex-start}.spec-cell{display:block;background:transparent;border:0;padding:0;font-weight:700}.spec-cell::before{display:block;margin-bottom:4px}.casino-cta{justify-content:flex-end}.casino-cta .btn{max-width:none}}@media(max-width:991px){.top-facts{grid-template-columns:1fr}}@media(max-width:767px){body{background:#fff}.top-three .casino-brand img{width:138px;height:52px}.top-bonus{font-size:1.7rem}.list-card .casino-brand{padding-left:38px}.list-card .casino-brand img{width:120px;height:42px}.spec-cell{font-size:.95rem}.casino-cta .btn{max-width:none;width:100%}}:root{--bg:#ece9e4;--surface:#f5f2ed;--surface-2:#f8f6f2;--border:#e6cf92;--text:#242731;--muted:#7e87a2;--blue:#2f59f5;--blue-dark:#2347d8;--green:#2f7a59;--chip:#f2f4f8;--chip-border:#d8deec;}html,body{background:var(--bg)!important;color:var(--text)!important}body{font-family:Inter,system-ui,sans-serif}.site-header{background:rgba(245,242,237,.98)!important;border-bottom:1px solid rgba(230,207,146,.85)!important;backdrop-filter:none!important;box-shadow:0 2px 10px rgba(36,39,49,.04)}.nav-wrap{min-height:68px}.nav-links a,.nav-dropdown-toggle{color:var(--text)!important;font-weight:700}.nav-links>a.active,.nav-links>a:hover,.nav-item.active>.nav-dropdown-toggle,.nav-dropdown-toggle:hover{border-bottom-color:var(--blue)!important;color:var(--blue)!important}.dropdown-menu{background:var(--surface-2)!important;border:1px solid rgba(230,207,146,.85)!important;box-shadow:0 12px 24px rgba(36,39,49,.06)!important}.dropdown-menu a:hover,.dropdown-menu a.active{background:#eef3ff!important;color:var(--blue)!important}.logo-img{width:56px;height:56px}.quick-switch{border-top:1px solid rgba(230,207,146,.7);background:transparent}.quick-switch-row{display:flex;gap:10px;overflow:auto;padding:10px 16px 12px;scrollbar-width:none}.quick-switch-row::-webkit-scrollbar{display:none}.quick-link{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;padding:9px 14px;border-radius:999px;background:#f6f4ef;border:1px solid rgba(230,207,146,.9);font-size:.9rem;font-weight:700;color:var(--text);white-space:nowrap;transition:.2s}.quick-link:hover,.quick-link.active{background:var(--blue);border-color:var(--blue);color:#fff}body,.section,.subtle{background:var(--bg)!important}.subtle{background:#efebe6!important}.hero-card,.top-card,.rubric,.note,.faq-item,.steps,.casino-card,.criteria-box,.top-card,.list-card{background:var(--surface)!important;border-color:rgba(230,207,146,.9)!important;box-shadow:0 10px 24px rgba(36,39,49,.04)!important}.eyebrow,.rubric span{color:var(--blue)!important}.lead,.hero-summary,.fact-item small,.spec-cell::before,.table-lead{color:var(--muted)!important}.btn-gold,.btn-primary{background:var(--blue)!important;color:#fff!important;border:0!important;box-shadow:0 10px 22px rgba(47,89,245,.22)!important}.btn-gold:hover,.btn-primary:hover{background:var(--blue-dark)!important}.btn-outline{border-color:var(--blue)!important;color:var(--blue)!important;background:#f8f6f2!important}.cta-strip{background:var(--green)!important}.internal-page .hero{padding:16px 0 8px!important}.internal-page .hero-grid{gap:10px!important}.internal-page .hero h1{font-size:clamp(1.85rem,3.6vw,2.75rem)!important;margin-bottom:12px!important}.internal-page .hero-summary{font-size:1rem!important;line-height:1.55;max-width:840px}.internal-page .hero-actions{margin-top:12px!important}.internal-page #srovnani{padding-top:10px!important}.internal-page .table-lead{margin-top:0!important;margin-bottom:8px!important;font-size:.96rem}.casino-showcase{display:grid;gap:14px}.top-three{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;align-items:start}.top-three .top-card{position:relative;display:grid;gap:10px;align-content:start;padding:14px 14px 16px!important;border-radius:18px!important;min-height:0!important}.top-three .top-card[data-rank="1"]{border:2px solid var(--blue)!important;box-shadow:0 12px 24px rgba(47,89,245,.12)!important}.rank-badge{position:absolute;top:12px;left:12px;background:#e9eefc!important;color:#5b72bd!important;border-radius:8px!important;padding:6px 10px!important;font-size:.78rem!important;font-weight:800!important;line-height:1}.top-three .top-card[data-rank="1"] .rank-badge{background:var(--blue)!important;color:#fff!important}.top-three .top-card[data-rank="3"]::after{content:'TOP 3';position:absolute;top:12px;right:12px;background:var(--green);color:#fff;border-radius:999px;padding:7px 12px;font-size:.78rem;font-weight:800;line-height:1}.top-three .top-card[data-rank="3"] .rank-badge{display:none}.top-three .top-card[data-rank="1"]{order:2;transform:none!important}.top-three .top-card[data-rank="2"]{order:1}.top-three .top-card[data-rank="3"]{order:3}.casino-brand{display:flex;align-items:center;justify-content:center;min-height:auto}.top-three .casino-brand{padding-top:12px!important;min-height:58px}.top-three .casino-brand img{width:170px!important;height:66px!important;object-fit:contain;background:transparent!important}.list-card .casino-brand img{width:160px!important;height:56px!important;object-fit:contain;background:transparent!important}.list-card .casino-brand{justify-content:flex-start;padding-left:0!important}.top-bonus{font-family:"Playfair Display",serif;font-size:1.75rem!important;line-height:1.05;color:var(--blue)!important;text-align:center;margin-top:2px}.top-facts{display:grid;grid-template-columns:repeat(3,1fr)!important;gap:8px!important}.fact-item{background:#f8f9fc!important;border:1px solid var(--chip-border)!important;border-radius:12px!important;padding:8px 7px!important;text-align:center}.fact-item strong{font-size:.92rem!important;line-height:1.2}.pay-icons{display:flex;flex-wrap:wrap;gap:7px;align-items:center}.top-three .pay-icons{justify-content:center;min-height:36px}.pay-chip{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:6px 10px!important;border-radius:10px!important;background:var(--chip)!important;border:1px solid var(--chip-border)!important;font-size:.75rem!important;font-weight:700!important;line-height:1!important}.pay-chip::before{content:"";width:8px;height:8px;border-radius:50%;margin-right:6px;background:currentColor;opacity:1}.method-visa{color:#3568dd}.method-mastercard{color:#ef7d1a}.method-paypal{color:#2a9cd9}.method-skrill{color:#8b44c9}.method-paysafecard{color:#3fb0d7}.method-neteller{color:#76b84e}.method-sms{color:#52a64f}.method-google-pay{color:#4c9e58}.method-apple-pay{color:#444}.method-gopay{color:#4b7fff}.method-bitcoin{color:#e2961a}.method-litecoin{color:#6d76ea}.casino-cta{display:flex;justify-content:center;align-items:flex-end}.casino-cta .btn{width:100%;max-width:none;text-transform:uppercase;letter-spacing:.01em;font-size:1rem;padding:14px 16px!important}.casino-list,.list-rows{display:grid;gap:12px}.list-card{position:relative;display:grid;grid-template-columns:40px 170px repeat(4,minmax(90px,1fr)) 1.15fr 170px;gap:12px;align-items:center;padding:14px 16px!important;border-radius:18px!important}.rank-inline{position:static!important;min-width:30px;height:24px;padding:0 8px;border-radius:8px;background:#e9eefc!important;color:#5b72bd!important;font-size:.8rem;font-weight:800;display:flex;align-items:center;justify-content:center}.spec-cell{display:flex!important;flex-direction:column;justify-content:center;gap:6px;background:transparent!important;border:0!important;padding:0!important;font-weight:700!important}.spec-cell::before{display:block!important;margin-bottom:0!important}.casino-list .pay-icons{justify-content:flex-start}.table-head{display:none!important}.top-grid .top-card img{height:48px}.top-card .btn,.top-grid .top-card .btn{width:100%}.site-footer{background:#1f2430!important;color:#fff}.footer-grid a{color:#f1f1f1!important}@media(max-width:1199px){.top-three{grid-template-columns:1fr;gap:12px}.top-three .top-card[data-rank="1"],.top-three .top-card[data-rank="2"],.top-three .top-card[data-rank="3"]{order:initial}.list-card{grid-template-columns:1fr 1fr;gap:12px}.list-card .casino-brand{grid-column:1/-1;justify-content:flex-start}.list-card .pay-icons{grid-column:1/-1}.list-card .casino-cta{grid-column:1/-1}}@media(max-width:767px){.nav-wrap{min-height:64px}.quick-switch-row{padding-top:8px;padding-bottom:10px}.internal-page .hero{padding:14px 0 6px!important}.top-three .top-card{padding:14px!important}.top-three .casino-brand img{width:164px!important;height:64px!important}.top-bonus{font-size:1.6rem!important}.top-facts{grid-template-columns:1fr!important}.list-card{grid-template-columns:1fr!important}.list-card .casino-brand img{width:150px!important;height:54px!important}}:root{--bg:#f6f8fb!important;--surface:#fff!important;--text:#101828!important;--muted:#667085!important;--line:#e6eaf0!important;--blue:#2563eb!important;--blue2:#1e40af!important;--green:#16a34a!important;--green2:#15803d!important;--gold:#f59e0b!important;--pink:#db2777!important;--soft:#eef4ff!important;--soft2:#ecfdf5!important;--shadow:0 16px 42px rgba(16,24,40,.08)!important;--radius:26px!important;}html,body{background:var(--bg)!important;color:var(--text)!important;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif!important;line-height:1.65!important}.container{max-width:1180px!important;width:min(100% - 32px,1180px)!important;margin-inline:auto!important;padding:0!important}h1,h2,h3{color:var(--text)!important}p,.lead,.hero-summary,.section-intro,.table-lead{color:var(--muted)!important}.site-header{position:sticky!important;top:0!important;z-index:50!important;background:rgba(255,255,255,.93)!important;backdrop-filter:blur(14px)!important;border-bottom:1px solid var(--line)!important;box-shadow:none!important}.nav-wrap{min-height:78px!important;height:auto!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important}.logo-img{height:58px!important;width:auto!important;max-width:220px!important;display:block!important;object-fit:contain!important}.nav-links{gap:8px!important}.nav-links a,.nav-dropdown-toggle{font-weight:850!important;color:#344054!important;padding:10px 12px!important;border-radius:14px!important;border-bottom:0!important;font-size:15px!important;line-height:1.2!important}.nav-links>a.active,.nav-links>a:hover,.nav-item.active>.nav-dropdown-toggle,.nav-dropdown-toggle:hover{background:var(--soft)!important;color:var(--blue)!important;border-bottom:0!important}.dropdown-menu{background:#fff!important;border:1px solid var(--line)!important;border-radius:18px!important;box-shadow:var(--shadow)!important;padding:10px!important;min-width:270px!important}.dropdown-menu a{display:block!important;padding:10px 12px!important;border-radius:12px!important;color:#111827!important;background:transparent!important}.dropdown-menu a:hover,.dropdown-menu a.active{background:#f8fafc!important;color:var(--blue)!important}.menu-toggle{border:1px solid var(--line)!important;background:#fff!important;border-radius:14px!important;font-size:24px!important;padding:8px 12px!important;color:var(--text)!important}.quick-switch{display:none!important}.stories-wrap{background:#fff!important;border-bottom:1px solid var(--line)!important;box-shadow:0 4px 16px rgba(16,24,40,.03)!important}.stories{display:flex!important;gap:16px!important;align-items:center!important;justify-content:center!important;overflow:auto!important;padding:15px 0!important;scrollbar-width:none!important}.stories::-webkit-scrollbar{display:none!important}.story{min-width:92px!important;text-align:center!important;color:#344054!important;font-weight:750!important;font-size:13px!important;display:block!important;text-decoration:none!important}.story small{display:block!important;white-space:nowrap!important;line-height:1.2!important;color:#344054!important;font-size:13px!important}.story-ring{width:64px!important;height:64px!important;margin:0 auto 6px!important;border-radius:50%!important;background:linear-gradient(135deg,#db2777,#f97316,#111827)!important;display:grid!important;place-items:center!important;padding:3px!important;box-shadow:none!important}.story-ring span{width:56px!important;height:56px!important;border-radius:50%!important;background:#fff!important;display:grid!important;place-items:center!important;font-weight:1000!important;color:#111827!important;font-size:15px!important;line-height:1!important}.story:hover .story-ring,.story.active .story-ring{background:linear-gradient(135deg,var(--blue),var(--green),var(--gold))!important}.story:hover small,.story.active small{color:var(--blue)!important}.hero,.section,.subtle{background:transparent!important}.hero{padding:48px 0 28px!important}.internal-page .hero{padding:24px 0 12px!important}.internal-page .hero h1{font-size:clamp(34px,5vw,58px)!important;line-height:1.05!important;letter-spacing:-.045em!important;margin:18px 0!important}.internal-page .hero-summary{font-size:18px!important;line-height:1.65!important;color:#445066!important;max-width:930px!important}.hero-card,.top-card,.rubric,.note,.faq-item,.steps,.criteria-box,.article-card{background:#fff!important;border:1px solid var(--line)!important;border-radius:var(--radius)!important;box-shadow:var(--shadow)!important}.btn,.btn-gold,.btn-primary{display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:16px!important;font-weight:950!important;padding:12px 17px!important;transition:.2s ease!important;text-align:center!important}.btn-gold,.btn-primary{background:var(--green)!important;color:#fff!important;border:1px solid var(--green)!important;box-shadow:0 14px 24px rgba(22,163,74,.2)!important}.btn-gold:hover,.btn-primary:hover{background:var(--green2)!important;border-color:var(--green2)!important;transform:translateY(-1px)!important}.btn-outline{background:#fff!important;border:1px solid var(--line)!important;color:#344054!important;box-shadow:none!important}.btn-outline:hover{background:var(--soft)!important;color:var(--blue)!important}.cta-strip{background:linear-gradient(135deg,#1d4ed8,#16a34a)!important;color:white!important;border-radius:28px!important;margin:24px auto!important;width:min(100% - 32px,1180px)!important;padding:24px!important}.cta-strip .container{width:100%!important;padding:0!important}.casino-table{display:block!important;width:100%!important;max-width:100%!important;overflow:visible!important}.casino-showcase{display:block!important;width:100%!important;max-width:100%!important}.casino-table .casino-card:nth-child(-n+3)::before,.casino-table .casino-card:nth-child(-n+3)::after{content:none!important;display:none!important}.casino-showcase .table-head{display:none!important}.casino-showcase .casino-brand strong{display:none!important}.top-three{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;width:100%!important;max-width:100%!important;margin:18px 0 28px!important;align-items:stretch!important}.top-three .top-card{position:relative!important;min-width:0!important;width:100%!important;max-width:100%!important;display:flex!important;flex-direction:column!important;gap:12px!important;padding:22px!important;border-radius:26px!important;background:#fff!important;border:1px solid var(--line)!important;box-shadow:var(--shadow)!important;transform:none!important;order:initial!important;overflow:hidden!important}.top-three .top-card[data-rank="1"]{border:2px solid var(--blue)!important;transform:translateY(-8px)!important;order:initial!important}.top-three .top-card[data-rank="2"],.top-three .top-card[data-rank="3"]{order:initial!important;transform:none!important}.top-three .top-card[data-rank="3"]::after{content:none!important;display:none!important}.rank-badge{position:absolute!important;top:14px!important;left:14px!important;background:#0f172a!important;color:white!important;border-radius:10px!important;font-weight:1000!important;padding:4px 8px!important;font-size:12px!important;line-height:1.2!important;display:block!important;z-index:2!important}.top-three .top-card[data-rank="1"] .rank-badge{background:var(--blue)!important;color:#fff!important}.logo-box,.casino-brand{display:grid!important;place-items:center!important;justify-content:center!important;align-items:center!important;min-height:78px!important;margin-top:8px!important;padding:0!important;width:100%!important}.top-three .casino-brand img{max-height:74px!important;height:74px!important;max-width:210px!important;width:100%!important;object-fit:contain!important;background:transparent!important;border-radius:0!important;margin:0 auto!important}.top-bonus{font-size:24px!important;line-height:1.15!important;font-weight:1000!important;color:var(--blue)!important;text-align:center!important;font-family:Inter,ui-sans-serif,system-ui,sans-serif!important;margin:0!important}.top-facts{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;width:100%!important}.fact-item{background:#f8fafc!important;border:1px solid var(--line)!important;border-radius:14px!important;padding:9px!important;font-size:13px!important;text-align:left!important;min-width:0!important}.fact-item small{display:block!important;color:var(--muted)!important;font-size:11px!important;text-transform:uppercase!important;font-weight:850!important;margin:0 0 4px!important;letter-spacing:.02em!important}.fact-item strong{display:block!important;color:var(--text)!important;font-size:14px!important;line-height:1.2!important;word-break:normal!important}.pay-icons{display:flex!important;flex-wrap:wrap!important;gap:7px!important;align-items:center!important;justify-content:center!important;margin-top:auto!important}.pay-chip{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:26px!important;padding:5px 9px!important;border-radius:999px!important;background:#eff6ff!important;border:1px solid #dbeafe!important;font-size:12px!important;font-weight:900!important;line-height:1!important;white-space:nowrap!important}.pay-chip::before{content:""!important;width:7px!important;height:7px!important;border-radius:50%!important;margin-right:6px!important;background:currentColor!important;opacity:1!important;display:inline-block!important;flex:0 0 auto!important}.method-visa{color:#1d4ed8!important}.method-mastercard{color:#f97316!important}.method-paypal{color:#0ea5e9!important}.method-skrill{color:#9333ea!important}.method-paysafecard{color:#0284c7!important}.method-neteller{color:#65a30d!important}.method-sms{color:#16a34a!important}.method-google-pay{color:#16a34a!important}.method-apple-pay{color:#374151!important}.method-gopay{color:#2563eb!important}.method-bitcoin{color:#f59e0b!important}.method-litecoin{color:#6366f1!important}.casino-cta{display:flex!important;justify-content:center!important;width:100%!important;margin-top:auto!important}.casino-cta .btn{width:100%!important;max-width:none!important;text-transform:none!important;letter-spacing:0!important;box-shadow:0 14px 24px rgba(22,163,74,.2)!important}.casino-list{display:block!important;width:100%!important;margin-top:0!important}.list-rows{display:grid!important;gap:12px!important;width:100%!important}.list-card{position:relative!important;width:100%!important;max-width:100%!important;display:grid!important;grid-template-columns:44px 190px 120px 120px 110px 115px minmax(180px,1fr) 150px!important;gap:12px!important;align-items:center!important;background:#fff!important;border:1px solid var(--line)!important;border-radius:20px!important;box-shadow:var(--shadow)!important;padding:14px 12px!important;min-height:92px!important;overflow:hidden!important}.rank-inline{position:static!important;display:flex!important;align-items:center!important;justify-content:center!important;min-width:30px!important;height:26px!important;padding:0 8px!important;border-radius:10px!important;background:var(--soft)!important;color:var(--blue)!important;font-size:13px!important;font-weight:1000!important;line-height:1!important}.list-card .casino-brand{min-height:58px!important;margin:0!important;display:grid!important;place-items:center!important;justify-content:center!important;padding:0!important;width:100%!important}.list-card .casino-brand img{height:58px!important;max-height:58px!important;max-width:170px!important;width:100%!important;object-fit:contain!important;background:transparent!important;border-radius:0!important;margin:0 auto!important}.spec-cell{display:block!important;background:transparent!important;border:0!important;border-radius:0!important;padding:0!important;font-weight:1000!important;color:var(--text)!important;font-size:15px!important;line-height:1.25!important;min-width:0!important}.spec-cell::before{display:block!important;color:var(--muted)!important;font-size:11px!important;text-transform:uppercase!important;font-weight:850!important;margin:0 0 4px!important;letter-spacing:.02em!important}.spec-mini::before{content:"Min. vklad"!important}.spec-bonus::before{content:"Bonus"!important}.spec-wager::before{content:"Wagering"!important}.spec-withdraw::before{content:"Výběr"!important}.list-card .pay-icons{justify-content:flex-start!important;margin:0!important}.list-card .casino-cta{margin:0!important}.list-card .casino-cta .btn{padding:11px 13px!important;min-height:46px!important}@media(max-width:1100px){.list-card{grid-template-columns:44px 170px repeat(4,minmax(86px,1fr))!important}.list-card .pay-icons{grid-column:2 / span 4!important}.list-card .casino-cta{grid-column:6!important;grid-row:2!important}}@media(max-width:980px){.nav-links{position:absolute!important;top:78px!important;left:0!important;right:0!important;background:#fff!important;border-bottom:1px solid var(--line)!important;padding:12px 16px!important;flex-direction:column!important;align-items:stretch!important;display:none!important;max-height:calc(100vh - 78px)!important;overflow:auto!important}.nav-links.open{display:flex!important}.menu-toggle{display:block!important}.stories{justify-content:flex-start!important}.top-three{grid-template-columns:1fr!important;gap:14px!important}.top-three .top-card[data-rank="1"]{transform:none!important}.top-facts{grid-template-columns:1fr 1fr!important}.list-card{grid-template-columns:44px 1fr 1fr!important;gap:12px!important;padding:16px!important}.list-card .casino-brand{grid-column:2 / -1!important;justify-content:start!important;place-items:center start!important}.list-card .pay-icons{grid-column:1 / -1!important;justify-content:flex-start!important}.list-card .casino-cta{grid-column:1 / -1!important;grid-row:auto!important}}@media(max-width:520px){.container{width:min(100% - 20px,1180px)!important}.nav-wrap{min-height:66px!important}.nav-links{top:66px!important;max-height:calc(100vh - 66px)!important}.logo-img{height:48px!important}.story{min-width:70px!important;font-size:12px!important}.story-ring{width:52px!important;height:52px!important}.story-ring span{width:46px!important;height:46px!important;font-size:13px!important}.internal-page .hero h1{font-size:34px!important}.internal-page .hero-summary{font-size:16px!important}.top-three .casino-brand img{height:64px!important;max-height:64px!important;max-width:190px!important}.top-facts{grid-template-columns:1fr!important}.list-card{grid-template-columns:40px 1fr!important}.list-card .casino-brand{grid-column:2!important}.spec-cell,.list-card .pay-icons,.list-card .casino-cta{grid-column:1 / -1!important}.list-card .casino-brand img{height:54px!important;max-height:54px!important;max-width:160px!important}}:root{--bg:#f6f8fb;--surface:#fff;--text:#101828;--muted:#667085;--line:#e6eaf0;--blue:#2563eb;--blue2:#1e40af;--green:#16a34a;--green2:#15803d;--gold:#f59e0b;--pink:#db2777;--soft:#eef4ff;--soft2:#ecfdf5;--shadow:0 16px 42px rgba(16,24,40,.08);--radius:26px;--max:1180px}html,body{background:var(--bg)!important;color:var(--text)!important;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif!important;line-height:1.65!important}.container{width:min(100% - 32px,var(--max));max-width:var(--max);margin-inline:auto;padding:0!important}.site-header{background:rgba(255,255,255,.93)!important;backdrop-filter:blur(14px)!important;border-bottom:1px solid var(--line)!important;box-shadow:none!important}.nav-wrap{min-height:78px!important}.logo-img{height:58px!important;width:auto!important;max-width:90px!important}.nav-links a,.nav-dropdown-toggle{border-radius:14px!important;font-weight:850!important;color:#344054!important;border-bottom:0!important;padding:10px 12px!important}.nav-links>a.active,.nav-links>a:hover,.nav-item.active>.nav-dropdown-toggle,.nav-dropdown-toggle:hover{background:var(--soft)!important;color:var(--blue)!important}.dropdown-menu{background:#fff!important;border:1px solid var(--line)!important;border-radius:18px!important;box-shadow:var(--shadow)!important}.dropdown-menu a:hover,.dropdown-menu a.active{background:#f8fafc!important;color:var(--blue)!important}.stories-wrap{background:#fff!important;border-bottom:1px solid var(--line)!important;box-shadow:0 4px 16px rgba(16,24,40,.03)!important}.stories{display:flex!important;gap:16px!important;align-items:center!important;justify-content:center!important;overflow:auto!important;padding:15px 0!important}.story{min-width:92px!important;text-align:center!important;color:#344054!important;font-weight:750!important;font-size:13px!important}.story-ring{width:64px!important;height:64px!important;margin:0 auto 6px!important;border-radius:50%!important;background:linear-gradient(135deg,#db2777,#f97316,#111827)!important;display:grid!important;place-items:center!important;padding:3px!important}.story-ring span{width:56px!important;height:56px!important;border-radius:50%!important;background:#fff!important;display:grid!important;place-items:center!important;font-weight:1000!important;color:#111827!important}.story.active .story-ring,.story:hover .story-ring{background:linear-gradient(135deg,var(--blue),var(--green),var(--gold))!important}.story small{display:block!important;line-height:1.2!important}.section{padding:34px 0!important;background:transparent!important}.subtle{background:transparent!important}.internal-page .hero{padding:24px 0 10px!important}.internal-page .hero h1{font-size:clamp(34px,5vw,58px)!important;line-height:1.05!important;letter-spacing:-.045em!important;margin:18px 0!important}.internal-page .hero-summary{font-size:18px!important;color:#445066!important;line-height:1.55!important;max-width:980px!important}.hero-card,.top-card,.rubric,.note,.faq-item,.steps,.casino-card,.criteria-box{background:var(--surface)!important;border:1px solid var(--line)!important;border-radius:var(--radius)!important;box-shadow:var(--shadow)!important}.btn,.btn-primary,.btn-gold{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;border-radius:16px!important;font-weight:950!important;padding:12px 17px!important;transition:.2s ease!important;text-align:center!important}.btn-primary,.btn-gold{background:var(--green)!important;color:#fff!important;border:1px solid var(--green)!important;box-shadow:0 14px 24px rgba(22,163,74,.2)!important}.btn-primary:hover,.btn-gold:hover{background:var(--green2)!important;transform:translateY(-1px)!important}.btn-outline{background:#fff!important;border:1px solid var(--line)!important;color:#344054!important}.btn-outline:hover{background:var(--soft)!important;color:var(--blue)!important}.eyebrow{display:inline-flex!important;gap:8px!important;align-items:center!important;background:var(--soft2)!important;color:#047857!important;font-weight:900!important;border:1px solid #bbf7d0!important;border-radius:999px!important;padding:6px 12px!important;font-size:14px!important;letter-spacing:0!important;text-transform:none!important}.lead,.table-lead{color:var(--muted)!important}.cta-strip{background:linear-gradient(135deg,#1d4ed8,#16a34a)!important;color:#fff!important;border-radius:28px!important;padding:24px!important;margin:24px auto!important}.cta-strip h2,.cta-strip h3,.cta-strip strong{color:#fff!important}.cta-strip p,.cta-strip li,.cta-strip a:not(.btn){color:#e0f2fe!important}.cta-strip .btn{background:#fff!important;color:#1d4ed8!important;border-color:#fff!important;box-shadow:none!important}.cta-strip .btn:hover{background:#eff6ff!important;color:#1e40af!important}.internal-page .hero-actions{display:none!important}.internal-page #srovnani{padding-top:10px!important}.internal-page #srovnani h2,.internal-page #srovnani .lead,.internal-page #srovnani .table-lead{display:none!important}.casino-table{display:block!important}.casino-showcase{display:grid!important;gap:18px!important}.top-three{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;align-items:stretch!important;margin:0 0 10px!important}.top-three .top-card{position:relative!important;display:flex!important;flex-direction:column!important;gap:12px!important;min-height:0!important;padding:20px 18px!important;border-radius:26px!important;background:#fff!important;border:1px solid var(--line)!important;box-shadow:var(--shadow)!important;transform:none!important;order:initial!important}.top-three .top-card[data-rank="1"],.top-three .top-card[data-rank="2"],.top-three .top-card[data-rank="3"]{border:2px solid var(--blue)!important}.rank-badge{position:absolute!important;left:14px!important;top:14px!important;background:#0f172a!important;color:#fff!important;border-radius:10px!important;font-weight:1000!important;padding:4px 8px!important;font-size:12px!important;line-height:1.2!important}.top-three .top-card[data-rank="3"]::after{display:none!important;content:none!important}.casino-brand{display:grid!important;place-items:center!important;margin-top:8px!important;min-height:70px!important}.casino-brand img{display:block!important;object-fit:contain!important;background:transparent!important;border-radius:0!important}.top-three .casino-brand img{width:190px!important;height:74px!important;max-width:100%!important}.top-facts{display:grid!important;grid-template-columns:1fr!important;gap:8px!important}.fact-item{background:#f8fafc!important;border:1px solid var(--line)!important;border-radius:14px!important;padding:9px 10px!important;text-align:left!important}.fact-item small,.spec-cell small{display:block!important;color:var(--muted)!important;font-size:11px!important;text-transform:uppercase!important;font-weight:850!important;letter-spacing:.04em!important;margin:0 0 3px!important}.fact-item strong,.spec-cell strong{display:block!important;color:var(--text)!important;font-size:16px!important;font-weight:950!important;line-height:1.25!important}.fact-bonus strong{color:var(--blue)!important;font-size:18px!important}.pay-icons{display:flex!important;flex-wrap:wrap!important;gap:8px!important;align-items:center!important}.top-three .pay-icons{justify-content:center!important;margin-top:auto!important}.pay-logo{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:54px!important;height:32px!important;padding:4px 7px!important;background:#fff!important;border:1px solid var(--line)!important;border-radius:10px!important}.pay-logo img{display:block!important;max-width:76px!important;max-height:24px!important;width:auto!important;height:auto!important;object-fit:contain!important}.casino-cta{display:flex!important;justify-content:center!important;margin-top:auto!important}.casino-cta .btn{width:100%!important;max-width:none!important;text-transform:uppercase!important;letter-spacing:.01em!important}.casino-list,.list-rows{display:grid!important;gap:12px!important}.list-card{position:relative!important;display:grid!important;grid-template-columns:54px 180px minmax(180px,1.35fr) minmax(110px,.75fr) minmax(95px,.65fr) minmax(210px,1.35fr) 150px!important;gap:14px!important;align-items:center!important;width:100%!important;padding:14px 16px!important;border-radius:20px!important;background:#fff!important;border:1px solid var(--line)!important;box-shadow:var(--shadow)!important}.list-card .casino-brand{margin:0!important;min-height:58px!important;justify-content:center!important;place-items:center!important}.list-card .casino-brand img{width:150px!important;height:56px!important;max-width:100%!important}.rank-inline{position:static!important;min-width:32px!important;height:26px!important;border-radius:10px!important;background:#eff6ff!important;color:#1d4ed8!important;font-size:13px!important;font-weight:1000!important;display:flex!important;align-items:center!important;justify-content:center!important}.spec-cell{display:block!important;background:transparent!important;border:0!important;border-radius:0!important;padding:0!important;font-weight:950!important}.spec-cell::before{display:none!important;content:none!important}.list-card .pay-icons{justify-content:flex-start!important}.list-card .casino-cta{justify-content:flex-end!important;margin:0!important}.table-head{display:none!important}@media(max-width:1100px){.list-card{grid-template-columns:42px 150px repeat(3,minmax(90px,1fr))!important}.list-card .pay-icons{grid-column:2 / span 4!important}.list-card .casino-cta{grid-column:1 / -1!important}.list-card .casino-brand img{width:130px!important}}@media(max-width:980px){.nav-links{top:78px!important;background:#fff!important;border-bottom:1px solid var(--line)!important}.stories{justify-content:flex-start!important}.top-three{grid-template-columns:1fr!important}.top-three .top-card,.list-card{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:10px!important;padding:14px!important;border-radius:20px!important;box-shadow:0 10px 26px rgba(16,24,40,.07)!important}.top-three .top-card[data-rank="1"],.top-three .top-card[data-rank="2"],.top-three .top-card[data-rank="3"]{border:2px solid var(--blue)!important}.list-card{border:1px solid var(--line)!important}.rank-inline{position:absolute!important;left:14px!important;top:14px!important}.list-card .casino-brand,.top-three .casino-brand{min-height:52px!important;margin:0!important;padding-top:14px!important}.list-card .casino-brand img,.top-three .casino-brand img{width:150px!important;height:54px!important}.list-card .pay-icons,.top-three .pay-icons{grid-column:auto!important;justify-content:center!important}.fact-item,.spec-cell{background:#f8fafc!important;border:1px solid var(--line)!important;border-radius:14px!important;padding:8px 10px!important;text-align:left!important}.spec-cell small{display:block!important}.spec-cell strong{font-size:15px!important}.fact-bonus strong,.spec-bonus strong{font-size:16px!important;color:var(--blue)!important}.casino-cta .btn{padding:11px 14px!important}.pay-logo{height:30px!important;min-width:50px!important}.pay-logo img{max-height:22px!important;max-width:70px!important}.cta-strip{border-radius:22px!important}}@media(max-width:520px){.container{width:min(100% - 20px,var(--max))!important}.nav-wrap{min-height:66px!important}.logo-img{height:48px!important}.nav-links{top:66px!important}.story{min-width:70px!important}.story-ring{width:52px!important;height:52px!important}.story-ring span{width:46px!important;height:46px!important}.internal-page .hero{padding:18px 0 6px!important}.internal-page .hero h1{font-size:32px!important}.internal-page .hero-summary{font-size:16px!important}.top-three{gap:12px!important}.top-three .top-card,.list-card{padding:12px!important}.list-card .casino-brand img,.top-three .casino-brand img{width:138px!important;height:50px!important}.fact-item,.spec-cell{padding:7px 9px!important}.pay-icons{gap:6px!important}.pay-logo{height:28px!important;min-width:46px!important;padding:3px 6px!important}.pay-logo img{max-height:20px!important;max-width:64px!important}.casino-cta .btn{padding:10px 12px!important;font-size:.95rem!important}}.casino-showcase .casino-brand img,.casino-table .casino-brand img{width:190px !important;height:78px !important;object-fit:contain !important;background:transparent !important;}.top-three .casino-brand img{width:210px !important;height:86px !important;}.list-card .casino-brand img{width:185px !important;height:72px !important;}@media (max-width:767px){.casino-showcase .casino-brand img,.casino-table .casino-brand img,.top-three .casino-brand img,.list-card .casino-brand img{width:175px !important;height:66px !important;}}.section .container.narrow>p,.intro-after-table .container.narrow p{margin-bottom:1.25em;color:#374151 !important;font-size:1rem;line-height:1.8;}.section .container.narrow>p:first-of-type{font-size:1.06rem;font-weight:500;color:#1e293b !important;line-height:1.75;border-left:3px solid var(--blue);padding-left:14px;margin-bottom:1.4em;}.section .container.narrow>h2,.intro-after-table .container.narrow h2{padding-bottom:16px;margin-bottom:22px;position:relative;}.section .container.narrow>h2::after,.intro-after-table .container.narrow h2::after{content:'';position:absolute;bottom:0;left:0;width:52px;height:3px;background:linear-gradient(90deg,var(--blue),var(--green));border-radius:2px;}.section + .section{border-top:1px solid var(--line);}.callout{display:flex;gap:14px;padding:16px 18px;border-radius:14px;margin:20px 0;border-left:4px solid var(--blue);background:#eff6ff;}.callout.tip{border-left-color:var(--green);background:#f0fdf4;}.callout.warning{border-left-color:#f59e0b;background:#fffbeb;}.callout-icon{font-size:1.35rem;flex:0 0 auto;line-height:1.2;}.callout-body{flex:1;min-width:0;}.callout-body strong{display:block;margin-bottom:5px;font-size:.95rem;color:var(--text);font-weight:800;}.callout-body p{margin:0 !important;font-size:.92rem !important;color:#4b5563 !important;border-left:none !important;padding-left:0 !important;font-weight:400 !important;line-height:1.6 !important;}.payment-showcase{padding:8px 0 0 !important;border-top:none !important;}.payment-hero{display:flex;flex-direction:column;align-items:center;gap:18px;padding:28px 24px;background:linear-gradient(135deg,#f0f7ff 0%,#f0fdf4 100%);border:1px solid var(--line);border-radius:24px;text-align:center;}.payment-hero-logo{max-width:200px;max-height:80px;width:auto;height:auto;object-fit:contain;}.payment-badges{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;}.payment-badge{display:inline-flex;align-items:center;gap:7px;padding:8px 14px;background:#fff;border:1px solid var(--line);border-radius:999px;font-size:.875rem;font-weight:700;color:var(--text);box-shadow:0 2px 8px rgba(16,24,40,.04);}.payment-badge-icon{font-size:1rem;line-height:1;}.pull-quote{border-left:4px solid #f59e0b;padding:14px 20px;margin:22px 0;background:#fffbeb;border-radius:0 14px 14px 0;font-style:italic;font-size:1.05rem;color:#92400e;line-height:1.65;}.stats-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:12px;margin:22px 0;}.stat-box{background:#fff;border:1px solid var(--line);border-radius:16px;padding:16px 12px;text-align:center;box-shadow:0 4px 12px rgba(16,24,40,.04);}.stat-box .stat-value{display:block;font-size:1.55rem;font-weight:900;color:var(--blue);line-height:1.1;font-family:"Playfair Display",serif;}.stat-box .stat-label{display:block;font-size:.75rem;color:var(--muted);font-weight:700;text-transform:uppercase;letter-spacing:.04em;margin-top:6px;}@media (max-width:600px){.payment-hero{padding:20px 16px;gap:14px;}.payment-hero-logo{max-width:160px;max-height:64px;}.payment-badges{gap:8px;}.payment-badge{font-size:.8rem;padding:7px 11px;}.stats-row{grid-template-columns:1fr 1fr;}}.stories-wrap{display:none!important}.home-page #srovnani h2,.home-page #srovnani .table-lead{display:block!important}.home-page #srovnani{padding-top:46px!important}.focus-site .hero-actions{display:flex!important}.focus-site .wide-card{max-width:900px;margin:0 auto;display:grid;gap:12px}.focus-site .wide-card .btn{width:max-content;max-width:100%}.info-grid,.entity-grid,.review-grid,.conditions-table{display:grid;gap:16px}@media(min-width:800px){.info-grid{grid-template-columns:repeat(3,1fr)}.entity-grid{grid-template-columns:repeat(4,1fr)}.review-grid{grid-template-columns:repeat(3,1fr)}.conditions-table{grid-template-columns:repeat(3,1fr)}}.entity-card,.review-card,.conditions-table>div,.link-box{background:#fff;border:1px solid var(--line,#e8e3db);border-radius:22px;padding:20px;box-shadow:var(--shadow,0 10px 24px rgba(36,39,49,.04))}.entity-card{display:grid;gap:8px;transition:.2s}.entity-card:hover{transform:translateY(-3px)}.entity-card strong{color:var(--blue,#2f59f5)}.entity-card span{color:var(--muted,#667085)}.review-card{display:flex;flex-direction:column;gap:12px}.review-card img{height:58px;width:170px;object-fit:contain;align-self:flex-start;background:transparent}.review-card p{margin:0}.review-card .btn{margin-top:auto;width:100%}.conditions-table strong{font-family:"Playfair Display",serif;font-size:1.2rem;color:var(--blue,#2f59f5)}.conditions-table p{margin:.5rem 0 0;color:var(--muted,#667085)}.rich-steps li{margin-bottom:14px}.rich-steps p{margin:6px 0 0}.entity-note{margin-top:18px}.quick-check{padding-top:24px!important}.best-casinos{padding-top:34px!important}.link-box{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.link-box a{font-weight:800;color:var(--blue,#2f59f5);background:#eef3ff;border-radius:999px;padding:8px 12px}.focus-site .hero-card .btn{margin-top:10px}.home-page .hero-card .btn{display:none}.home-page .hero{padding-bottom:28px!important}.nav-links>a.active{background:var(--soft,#eef3ff)!important;color:var(--blue,#2f59f5)!important}@media(max-width:799px){.review-grid,.entity-grid,.info-grid,.conditions-table{grid-template-columns:1fr}.focus-site .wide-card .btn{width:100%}.link-box{display:grid}.link-box a{text-align:center}.nav-links a{font-size:14px!important}}.info-grid{display:grid;grid-template-columns:1fr;gap:14px}.pros-cons{display:grid;grid-template-columns:1fr;gap:18px}.pros-cons>div{background:#fff;border:1px solid var(--line,#e7ebf6);border-radius:18px;padding:22px;box-shadow:var(--shadow,0 10px 24px rgba(22,33,72,.05))}.pros-cons ul{margin:0;padding-left:20px}.pros-cons li+li{margin-top:8px}.conditions-table{display:grid;grid-template-columns:1fr;gap:12px}.conditions-table>div{background:#fff;border:1px solid var(--line,#e7ebf6);border-radius:16px;padding:18px;box-shadow:0 8px 20px rgba(22,33,72,.04)}.conditions-table strong{display:block;margin-bottom:6px}.entity-note{margin-top:18px}.review-grid{display:grid;grid-template-columns:1fr;gap:16px}.review-card{background:#fff;border:1px solid var(--line,#e7ebf6);border-radius:18px;padding:22px;box-shadow:var(--shadow,0 10px 24px rgba(22,33,72,.05));display:grid;gap:12px}.review-card img{width:140px;height:54px;object-fit:contain;background:transparent}.review-card p{margin:0}.dark-bonus-table{overflow-x:auto;border-radius:6px;border:1px solid #111;background:#050505;margin:18px 0}.dark-bonus-table table{width:100%;border-collapse:collapse;min-width:760px;background:#050505;color:#fff}.dark-bonus-table th{background:#020202;color:#ff2222;text-align:left;font-weight:900;padding:12px 14px;border-top:2px solid #d40000}.dark-bonus-table td{padding:12px 14px;font-weight:700;border-top:1px solid #202020}.dark-bonus-table tbody tr:nth-child(even){background:#242424}.dark-bonus-table tbody tr:nth-child(odd){background:#090909}.rich-steps li+li{margin-top:12px}.rich-steps p{margin:.35rem 0 0}.hero-summary a,.section a:not(.btn),.note a{color:#2457f5;font-weight:750;text-decoration:underline;text-underline-offset:3px}@media(min-width:768px){.info-grid{grid-template-columns:repeat(2,1fr)}.conditions-table{grid-template-columns:repeat(2,1fr)}.pros-cons{grid-template-columns:repeat(2,1fr)}.review-grid{grid-template-columns:repeat(3,1fr)}}.hero-visual-img img,.wide-illustration img,.image-text figure img{width:100%;border-radius:22px;display:block;box-shadow:0 20px 60px rgba(0,0,0,.35);border:1px solid rgba(255,255,255,.08)}.hero-visual-img{align-self:center;margin:0}.section-intro{max-width:920px;color:var(--muted);font-size:1.05rem;line-height:1.75;margin:0 0 28px}.detailed-reviews .casino-profile{position:relative;overflow:hidden;padding:28px;background:linear-gradient(145deg,rgba(24,24,24,.96),rgba(8,8,8,.96));border:1px solid rgba(255,255,255,.08)}.profile-head{display:flex;align-items:center;gap:18px;margin-bottom:18px}.profile-head img{width:116px;max-height:72px;object-fit:contain;background:rgba(255,255,255,.04);border-radius:18px;padding:12px;border:1px solid rgba(255,255,255,.08)}.profile-head h3{margin:8px 0 0;font-size:1.35rem}.rank-badge.soft{position:static;display:inline-flex;width:auto;height:auto;border-radius:999px;padding:6px 12px;background:rgba(220,24,26,.18);color:#fff;border:1px solid rgba(220,24,26,.45);font-size:.75rem;font-weight:800}.mini-points{margin:16px 0 22px;padding-left:20px;color:var(--muted);line-height:1.75}.mini-points li::marker{color:var(--accent)}.image-text{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.92fr);gap:32px;align-items:center}.image-text figure{margin:0}.compact-steps{display:grid;gap:10px;margin:20px 0 24px;padding-left:22px;line-height:1.65}.compact-steps li::marker{color:var(--accent);font-weight:900}.short-guide-section{background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(220,24,26,.04))}.wide-illustration{margin:22px 0 26px}.wide-illustration img{max-height:480px;object-fit:cover}@media (max-width:900px){.image-text{grid-template-columns:1fr}.profile-head{align-items:flex-start}.profile-head img{width:96px}.hero-visual-img{margin-top:20px}}.dark-bonus-table{overflow-x:auto;border-radius:24px;border:1px solid rgba(230,207,146,.95)!important;background:linear-gradient(180deg,#fffaf1,#f6f1e8)!important;margin:22px 0;box-shadow:0 18px 42px rgba(36,39,49,.08)!important}.dark-bonus-table table{width:100%;border-collapse:separate!important;border-spacing:0;min-width:760px;background:transparent!important;color:var(--text)!important}.dark-bonus-table th{background:linear-gradient(180deg,#f3ead9,#ead9b7)!important;color:#274089!important;text-align:left;font-weight:900;padding:18px 18px!important;border-top:0!important;border-bottom:1px solid rgba(230,207,146,.95)!important;font-size:.92rem;letter-spacing:.01em}.dark-bonus-table th:first-child{border-top-left-radius:24px}.dark-bonus-table th:last-child{border-top-right-radius:24px}.dark-bonus-table td{padding:18px!important;font-weight:750;border-top:1px solid rgba(230,207,146,.55)!important;color:#242731!important;vertical-align:middle;line-height:1.45}.dark-bonus-table tbody tr:nth-child(even),.dark-bonus-table tbody tr:nth-child(odd){background:transparent!important}.dark-bonus-table tbody tr:nth-child(even) td{background:rgba(255,255,255,.46)!important}.dark-bonus-table tbody tr:nth-child(odd) td{background:rgba(248,246,242,.74)!important}.dark-bonus-table tbody td:first-child{font-weight:900;color:#244edb!important}.dark-bonus-table tbody td:last-child{font-weight:900;color:#2f7a59!important}.dark-bonus-table tbody tr:hover td{background:#eef3ff!important}.casino-review-section{background:#efebe6!important}.casino-review-section .section-intro{max-width:930px;color:#697189;line-height:1.75}.stacked-reviews{display:grid!important;grid-template-columns:1fr!important;gap:20px!important}.detailed-reviews .casino-profile{background:linear-gradient(145deg,#fffdf8,#f6f1e8)!important;border:1px solid rgba(230,207,146,.95)!important;color:#242731!important;box-shadow:0 18px 42px rgba(36,39,49,.08)!important;padding:26px!important;border-radius:26px!important;display:grid!important;grid-template-columns:minmax(190px,.32fr) 1fr;gap:16px 26px!important;align-items:start;overflow:hidden;position:relative}.detailed-reviews .casino-profile::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 12% 15%,rgba(47,89,245,.10),transparent 34%),radial-gradient(circle at 92% 80%,rgba(230,207,146,.22),transparent 32%);pointer-events:none}.detailed-reviews .casino-profile>*{position:relative;z-index:1}.profile-head{grid-row:1/5;display:grid!important;gap:16px!important;align-content:start;justify-items:start;background:#fff;border:1px solid rgba(230,207,146,.8);border-radius:20px;padding:18px;min-height:100%}.profile-head img{width:180px!important;height:74px!important;object-fit:contain!important;align-self:start!important}.profile-head h3{margin:.55rem 0 0;font-size:1.45rem;color:#242731!important}.rank-badge.soft{position:static!important;display:inline-flex!important;background:#e9eefc!important;color:#244edb!important;border-radius:999px!important;padding:7px 12px!important;font-size:.76rem!important;font-weight:900!important}.detailed-reviews .casino-profile p{margin:0!important;color:#4d566d!important;line-height:1.75!important}.styled-points{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:2px 0 0!important;padding:0!important;list-style:none}.styled-points li{background:#fff;border:1px solid rgba(230,207,146,.75);border-radius:14px;padding:12px 12px 12px 34px;position:relative;color:#2f3547;font-weight:750}.styled-points li::before{content:"✓";position:absolute;left:12px;top:12px;color:#2f7a59;font-weight:900}.profile-meta{display:flex;flex-wrap:wrap;gap:8px}.profile-meta span{display:inline-flex;padding:8px 10px;border-radius:999px;background:#eef3ff;color:#244edb;font-size:.84rem;font-weight:800}.detailed-reviews .casino-profile .btn{width:auto!important;justify-self:start!important;min-width:190px!important;margin-top:0!important}.hero-visual-img img,.wide-illustration img,.image-text figure img{box-shadow:0 18px 42px rgba(36,39,49,.12)!important;border:1px solid rgba(230,207,146,.85)!important;background:#f8f6f2!important}.wide-illustration img{max-height:420px!important;object-fit:cover!important}.image-text figure img{max-height:420px;object-fit:cover}@media(max-width:900px){.detailed-reviews .casino-profile{grid-template-columns:1fr!important}.profile-head{grid-row:auto;min-height:0}.styled-points{grid-template-columns:1fr}.detailed-reviews .casino-profile .btn{width:100%!important}.dark-bonus-table table{min-width:680px}.dark-bonus-table th,.dark-bonus-table td{padding:14px!important}}.micro-answer{margin:18px 0 0;padding:16px 18px;border:1px solid rgba(244,196,91,.32);border-radius:18px;background:rgba(244,196,91,.08);line-height:1.65}.trust-strip,.intent-filter{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.trust-strip span,.intent-filter a{display:inline-flex;align-items:center;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.07);border-radius:999px;padding:9px 13px;font-size:.92rem;font-weight:700;text-decoration:none}.intent-filter a:hover{transform:translateY(-1px)}.author-strip{display:flex;flex-wrap:wrap;gap:10px;margin:14px 0 10px}.author-strip span{border:1px solid rgba(244,196,91,.25);background:rgba(244,196,91,.08);border-radius:999px;padding:8px 12px;font-size:.88rem}.query-match{margin:12px 0;padding:12px;border-radius:14px;background:rgba(255,255,255,.06);line-height:1.55}.score-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin-top:20px}.score-grid>div{padding:18px;border-radius:18px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12)}.score-grid span{display:inline-block;margin:8px 0;color:#f4c45b;font-weight:900}.calculation-box{display:grid;gap:10px;margin:18px 0}.calculation-box code{display:block;padding:14px;border-radius:14px;background:#111;border:1px solid rgba(244,196,91,.25);white-space:normal}.fact-type strong,.spec-type strong{font-size:.95rem}@media(max-width:900px){.score-grid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.score-grid{grid-template-columns:1fr}.trust-strip,.intent-filter,.author-strip{gap:8px}.trust-strip span,.intent-filter a,.author-strip span{width:100%;justify-content:center;text-align:center}}.author-card{display:flex;align-items:center;gap:14px;margin:16px 0 14px;padding:14px 16px;border:1px solid rgba(230,207,146,.95);border-radius:20px;background:rgba(248,246,242,.92);box-shadow:0 10px 24px rgba(36,39,49,.05);max-width:760px}.author-card img{width:74px;height:74px;border-radius:50%;object-fit:cover;flex:0 0 74px;border:2px solid #fff;box-shadow:0 6px 16px rgba(36,39,49,.12)}.author-card-body{display:grid;gap:3px;min-width:0}.author-role{font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.06em;color:var(--blue,#2f59f5)}.author-card strong{font-size:1.08rem;color:var(--text,#242731)}.author-card p{margin:0!important;color:var(--muted,#7e87a2)!important;line-height:1.45!important;font-size:.92rem}.author-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.author-links a{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:#eef3ff;color:var(--blue,#2f59f5)!important;font-weight:800;text-decoration:none!important;font-size:.86rem}.intent-filter{display:flex!important;flex-wrap:nowrap!important;gap:10px;margin:18px 0 12px;overflow-x:auto;scrollbar-width:none;padding-bottom:2px}.intent-filter::-webkit-scrollbar{display:none}.intent-filter button{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 16px;border-radius:999px;border:1px solid rgba(47,89,245,.28);background:#fff;color:var(--blue,#2f59f5);font-weight:900;cursor:pointer;white-space:nowrap;box-shadow:0 6px 14px rgba(47,89,245,.06);transition:.18s}.intent-filter button:hover,.intent-filter button.active{background:var(--blue,#2f59f5);border-color:var(--blue,#2f59f5);color:#fff;transform:translateY(-1px)}.casino-card.is-hidden,.list-card.is-hidden,.top-card.is-hidden{display:none!important}.casino-filter-note{font-size:.92rem;color:var(--muted,#7e87a2);margin:0 0 8px}@media(min-width:992px){.list-card{align-items:center!important}.list-card .casino-cta{display:flex!important;justify-content:flex-end!important;align-items:center!important;min-width:0}.list-card .casino-cta .btn{white-space:nowrap!important;width:auto!important;min-width:132px!important;padding-left:14px!important;padding-right:14px!important}.list-card .spec-cell{white-space:nowrap;min-width:0}.list-card .casino-brand{min-width:0}.list-card .casino-brand strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.table-head{grid-template-columns:minmax(190px,230px) minmax(115px,130px) minmax(110px,130px) minmax(95px,110px) minmax(95px,110px) minmax(150px,1fr) minmax(132px,145px)!important}.list-card{grid-template-columns:minmax(190px,230px) minmax(115px,130px) minmax(110px,130px) minmax(95px,110px) minmax(95px,110px) minmax(150px,1fr) minmax(132px,145px)!important;gap:10px!important}}.strong-home-links a{background:#eef3ff!important;color:var(--blue,#2f59f5)!important;border:1px solid rgba(47,89,245,.18);text-decoration:none!important}.seo-home-links p{max-width:900px;color:var(--muted,#7e87a2)}@media(max-width:640px){.author-card{align-items:flex-start}.author-card img{width:62px;height:62px;flex-basis:62px}.author-links a{font-size:.8rem}.intent-filter button{min-width:max-content}}@media (min-width:981px){.casino-list,.list-rows{width:100%!important;max-width:100%!important;}.list-card{display:grid!important;grid-template-columns:44px 140px minmax(145px,1.05fr) 108px 82px minmax(165px,1.05fr) 220px 124px!important;gap:10px!important;align-items:center!important;min-height:84px!important;padding:12px 16px!important;overflow:hidden!important;}.rank-inline{position:static!important;grid-column:auto!important;width:100%!important;min-width:0!important;}.list-card .casino-brand{grid-column:auto!important;margin:0!important;padding:0!important;min-height:48px!important;width:100%!important;display:flex!important;align-items:center!important;justify-content:center!important;}.list-card .casino-brand img{width:132px!important;height:48px!important;max-width:132px!important;max-height:48px!important;object-fit:contain!important;}.list-card .spec-cell{grid-column:auto!important;min-width:0!important;white-space:normal!important;line-height:1.18!important;}.list-card .spec-cell small{display:block!important;margin:0 0 3px!important;font-size:10px!important;line-height:1.1!important;white-space:nowrap!important;}.list-card .spec-cell strong{display:block!important;font-size:14px!important;line-height:1.16!important;overflow-wrap:normal!important;}.list-card .pay-icons{grid-column:auto!important;display:flex!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:flex-start!important;gap:5px!important;margin:0!important;min-width:0!important;overflow:hidden!important;}.list-card .pay-logo{flex:0 0 auto!important;min-width:38px!important;width:38px!important;height:26px!important;padding:3px 2px!important;border-radius:8px!important;}.list-card .pay-logo img{max-width:34px!important;max-height:18px!important;width:auto!important;height:auto!important;object-fit:contain!important;}.list-card .casino-cta{grid-column:auto!important;grid-row:auto!important;display:flex!important;justify-content:flex-end!important;align-items:center!important;margin:0!important;}.list-card .casino-cta .btn{width:auto!important;min-width:112px!important;max-width:124px!important;min-height:42px!important;padding:10px 12px!important;white-space:nowrap!important;font-size:14px!important;}}@media (min-width:981px) and (max-width:1120px){.list-card{grid-template-columns:40px 122px minmax(132px,1fr) 96px 72px minmax(145px,1fr) 174px 112px!important;gap:8px!important;padding:11px 12px!important;}.list-card .casino-brand img{width:118px!important;max-width:118px!important;height:44px!important;max-height:44px!important}.list-card .spec-cell strong{font-size:13px!important}.list-card .pay-logo{width:32px!important;min-width:32px!important;height:24px!important;padding:2px 1px!important}.list-card .pay-logo img{max-width:30px!important;max-height:16px!important}.list-card .casino-cta .btn{min-width:104px!important;max-width:112px!important;font-size:13px!important;padding:9px 10px!important}}.calculation-box{display:grid!important;gap:10px!important;margin:18px 0!important;}.calculation-box code{display:block!important;padding:14px 16px!important;border-radius:14px!important;background:#fff7df!important;border:1px solid rgba(230,207,146,.95)!important;color:#1f2937!important;font-weight:850!important;white-space:normal!important;box-shadow:0 6px 16px rgba(36,39,49,.05)!important;}.breadcrumb{max-width:1180px;margin:12px auto 0;padding:0 16px;font-size:.9rem;color:#697189}.breadcrumb a{font-weight:800;color:var(--blue,#2f59f5);text-decoration:none}.compact-author{max-width:720px}.seo-boost-inline{padding-top:32px;padding-bottom:32px}.compact-links{display:flex;flex-wrap:wrap;gap:10px}.compact-links a{display:inline-flex;padding:10px 13px;border-radius:999px;font-weight:850}@media (min-width:1121px){.list-card{grid-template-columns:42px 128px minmax(130px,1fr) 92px 66px minmax(145px,1fr) 184px 116px!important;min-height:74px!important}.list-card .casino-brand img{width:118px!important;height:42px!important}.list-card .spec-cell strong{font-size:13px!important}.list-card .pay-logo{width:30px!important;min-width:30px!important;height:22px!important;padding:2px!important}.list-card .pay-logo img{max-width:28px!important;max-height:15px!important}.list-card .casino-cta .btn{min-width:102px!important;max-width:112px!important;min-height:38px!important;font-size:13px!important;padding:9px 10px!important}.list-card .spec-cell small{font-size:9px!important}.rank-inline{height:22px!important}}@media (max-width:980px){.list-card{display:grid!important;grid-template-columns:48px 1fr!important}.list-card .casino-brand,.list-card .pay-icons,.list-card .casino-cta{grid-column:1/-1!important}.list-card .spec-cell{grid-column:auto!important}.list-card .casino-cta .btn{width:100%!important;max-width:none!important}.list-card .pay-icons{flex-wrap:wrap!important}.pay-logo{min-width:44px;height:28px}}.calculation-box code{background:#fffaf0!important;color:#172033!important;border-color:#e2c46c!important;text-shadow:none!important}.calculation-box code *{color:inherit!important}.intent-filter button:focus-visible,.btn:focus-visible,a:focus-visible{outline:3px solid rgba(47,89,245,.38);outline-offset:3px}.hero,.section{content-visibility:auto;contain-intrinsic-size:1px 780px}.hero{content-visibility:visible}.site-header{contain:layout style}.casino-card,.list-card,.faq-item,.review-card{content-visibility:auto;contain-intrinsic-size:1px 260px}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif!important}h1,h2,h3{font-family:Georgia,"Times New Roman",serif!important}.casino-table{gap:12px!important}.casino-card{display:grid!important;grid-template-columns:46px minmax(130px,1.05fr) repeat(4,minmax(90px,.75fr)) minmax(130px,.8fr) auto!important;align-items:center!important;gap:12px!important;min-height:104px!important;padding:14px 16px!important}.casino-logo{max-width:140px!important;max-height:52px!important;object-fit:contain!important}.casino-meta strong{font-size:1rem!important;line-height:1.2!important}.payments{display:flex!important;flex-direction:row!important;align-items:center!important;gap:5px!important;flex-wrap:wrap!important;max-width:135px!important}.payments img{width:auto!important;height:22px!important;max-width:58px!important;object-fit:contain!important}.casino-card .btn{white-space:nowrap!important;align-self:center!important;padding:11px 16px!important}.calculation-box code{display:block!important;padding:14px 16px!important;border-radius:14px!important;background:#fffaf0!important;color:#172033!important;border:1px solid #e2c46c!important;text-shadow:none!important;font-weight:850!important;white-space:normal!important}@media(max-width:900px){.casino-card{grid-template-columns:1fr!important;min-height:0!important}.payments{max-width:none!important}.payments img{height:20px!important}.casino-card .btn{width:100%!important}}.reveal{opacity:1!important;transform:none!important;transition:none!important}.reveal.visible{opacity:1!important;transform:none!important}.casino-card,.list-card{transition:none!important;animation:none!important}.casino-card.in-view,.list-card.in-view{opacity:1!important;transform:none!important}.is-hidden{display:none!important}@media(max-width:900px){.author-card{content-visibility:auto;contain-intrinsic-size:260px}.casino-card{content-visibility:auto;contain-intrinsic-size:210px}}

/* requested mobile CTA next to burger */
.mobile-header-actions{display:none;align-items:center;gap:8px}.mobile-header-cta{display:none;align-items:center;justify-content:center;background:#16a34a;color:#fff!important;border-radius:10px;padding:8px 12px;font-weight:900;line-height:1;box-shadow:0 8px 18px rgba(22,163,74,.22);white-space:nowrap}.hero .hero-top-three{margin-top:16px}.hero .hero-top-three .top-card{content-visibility:visible}.hero .micro-answer,.hero .trust-strip{margin-top:16px}@media(max-width:900px){.nav-wrap{gap:10px}.mobile-header-actions{display:flex;margin-left:auto}.mobile-header-cta{display:inline-flex}.menu-toggle{display:inline-flex;align-items:center;justify-content:center}.nav-links.open{top:64px}}@media(min-width:901px){.mobile-header-actions{display:none!important}.mobile-header-cta{display:none!important}}


.quick-answer-box{margin:18px 0 16px;padding:16px 18px;border:1px solid #dfe7ef;background:#fff;border-radius:16px;box-shadow:0 8px 22px rgba(40,55,80,.05)}
.quick-answer-box h2{font-size:clamp(1.35rem,2.2vw,2rem);margin-bottom:8px}.quick-answer-box p{margin-bottom:0}.verification-method{background:#fffdf8}.verification-list{display:grid;gap:8px;margin:14px 0 14px;padding-left:22px}.top-facts{grid-template-columns:repeat(3,minmax(0,1fr))}.fact-item strong{font-size:.95rem}.query-match{font-size:.95rem}.verification-method a,.short-guide-section a,.section a{font-weight:850;color:#2457f5;text-decoration:underline;text-underline-offset:3px}@media(max-width:760px){.top-facts{grid-template-columns:1fr!important}.quick-answer-box{padding:14px}}
/* Casino brand dropdown and entity pages */
.casino-brand-page .hero{padding-top:44px!important}.entity-cloud{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.entity-cloud span{display:inline-flex;align-items:center;border:1px solid rgba(47,89,245,.18);background:#eef3ff;color:#244edb;border-radius:999px;padding:8px 12px;font-weight:850;font-size:.92rem}.casino-brand-page .hero-actions{display:flex!important}.casino-brand-page .steps{margin-top:20px}.casino-brand-page .steps li{margin-bottom:8px}.casino-brand-page .image-text{align-items:start}.casino-brand-page .image-text p{margin-top:0}.casino-brand-page .pros-cons h3{margin-bottom:12px}.casino-brand-page .conditions-table>div strong{color:#244edb!important}.casino-brand-page .review-card h3{margin-bottom:2px}.casino-brand-page .faq-item p{margin-bottom:0}.dropdown-menu a{white-space:nowrap}.nav-links .nav-item{flex:0 0 auto}@media(max-width:980px){.dropdown-menu a{white-space:normal}.casino-brand-page .entity-cloud span{width:100%;justify-content:center}.casino-brand-page .hero-actions .btn{width:100%}}


/* Casino entity navigation update */
.nav-links{margin-left:auto}.casino-nav-item{margin-left:auto}.casino-dropdown-menu{left:auto;right:0}.brand-nav-links{gap:13px}.brand-nav-links>a{font-size:.95rem}.casino-header .nav-wrap{min-height:68px}.casino-entity-page .hero{padding:58px 0 42px}.entity-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:24px;align-items:start}.intent-card{background:#fff;border:1px solid #e8e3db;border-radius:14px;padding:20px}.intent-card ul{margin:0;padding-left:20px}.intent-chipline{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0}.intent-chipline span{background:#f0ebe3;border:1px solid #e4d8c8;border-radius:999px;padding:7px 10px;font-weight:700;font-size:.86rem}.entity-table{width:100%;border-collapse:collapse;background:#fff;border:1px solid #e8e3db;border-radius:12px;overflow:hidden}.entity-table th,.entity-table td{padding:12px 14px;border-bottom:1px solid #eee6da;text-align:left;vertical-align:top}.entity-table th{background:#f0ebe3}.entity-table tr:last-child td{border-bottom:0}.brand-mini-menu{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:18px 0}.brand-mini-menu a{background:#fff;border:1px solid #e8e3db;border-radius:10px;padding:12px;font-weight:800}.keyword-box{background:#f8f4ed;border:1px dashed #c9a84c;border-radius:12px;padding:16px;margin-top:18px}.faq-list details{background:#fff;border:1px solid #e8e3db;border-radius:12px;padding:14px 16px;margin:10px 0}.faq-list summary{font-weight:800;cursor:pointer}.warning-18{font-weight:800;color:#6a3b00}.subtle-link-list{display:flex;flex-wrap:wrap;gap:8px}.subtle-link-list a{border:1px solid #e8e3db;border-radius:999px;padding:7px 10px;background:#fff}.casino-entity-page .btn-outline{background:#fff}
@media(max-width:900px){.entity-grid{grid-template-columns:1fr}.brand-mini-menu{grid-template-columns:1fr 1fr}.casino-nav-item{margin-left:0}.casino-dropdown-menu{right:auto;left:0}.brand-nav-links>a{font-size:1rem}}
@media(max-width:560px){.brand-mini-menu{grid-template-columns:1fr}.entity-table th,.entity-table td{display:block;width:100%}.entity-table tr{display:block;border-bottom:1px solid #eee6da}.entity-table tr:last-child{border-bottom:0}}

/* --- Full casino entity content update --- */
.brand-nav-links{margin-left:auto;}
.casino-nav-item{margin-left:auto;}
.entity-grid{display:grid;gap:30px;grid-template-columns:minmax(0,1fr);align-items:start;}
.intent-card{background:#fff;border:1px solid #e8e3db;border-radius:16px;padding:22px;box-shadow:0 10px 26px rgba(67,53,26,.06);position:sticky;top:92px;}
.brand-mini-menu{display:grid;gap:8px;margin:16px 0;}
.brand-mini-menu a{display:block;background:#f6f1e8;border:1px solid #e8e3db;border-radius:10px;padding:10px 12px;font-weight:700;}
.brand-mini-menu a:hover{background:#fff;color:#2d6a4f;}
.intent-chipline{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0;}
.intent-chipline span{background:#fff;border:1px solid #e8e3db;border-radius:999px;padding:7px 10px;font-size:.9rem;font-weight:700;color:#4d483f;}
.entity-table{width:100%;border-collapse:separate;border-spacing:0 10px;}
.entity-table th,.entity-table td{background:#fff;border:1px solid #e8e3db;padding:14px;text-align:left;vertical-align:top;}
.entity-table th{width:260px;color:#2d6a4f;}
.faq-list{display:grid;gap:12px;}
.warning-18{font-weight:700;color:#7a4d00;background:#fff8e5;border:1px solid #ecd28e;border-radius:10px;padding:10px;}
.narrow p{margin:0 0 18px;}
.narrow ul{background:#fff;border:1px solid #e8e3db;border-radius:14px;padding:18px 18px 18px 38px;}
.narrow a{color:#2d6a4f;font-weight:800;border-bottom:1px solid rgba(45,106,79,.3);}
@media(min-width:980px){.entity-grid{grid-template-columns:minmax(0,1fr) 320px;}.brand-nav-links{justify-content:flex-end;}.casino-nav-item .dropdown-menu{right:0;left:auto;}}
@media(max-width:979px){.intent-card{position:static}.entity-table th,.entity-table td{display:block;width:100%;}.casino-nav-item{margin-left:0;}}

/* Unique casino content rewrite */
#softGlowCanvas{position:fixed;inset:0;z-index:-1;opacity:.28;pointer-events:none}.brand-nav-links{margin-left:auto}.casino-nav-item{margin-left:auto}.casino-dropdown-menu{left:auto!important;right:0!important}.casino-entity-page .hero .lead{max-width:920px}.casino-entity-page .review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.casino-entity-page .review-card{background:#fff;border:1px solid #e8e3db;border-radius:18px;padding:20px;box-shadow:0 10px 24px rgba(67,53,26,.06)}.casino-entity-page meter{width:100%;height:18px;margin:12px 0}.casino-entity-page details{background:#fff;border:1px solid #e8e3db;border-radius:14px;padding:14px 16px;margin:12px 0}.casino-entity-page summary{font-weight:900;cursor:pointer}.subtle-link-list{display:flex;flex-wrap:wrap;gap:10px}.subtle-link-list a{display:inline-flex;border:1px solid #e8e3db;border-radius:999px;background:#fff;padding:9px 12px;font-weight:800}.footer-links{display:grid;gap:8px}.site-footer .btn{margin-top:14px}@media(max-width:900px){.casino-entity-page .review-grid{grid-template-columns:1fr}.casino-dropdown-menu{right:auto!important;left:0!important}.brand-nav-links{margin-left:0}.casino-nav-item{margin-left:0}}

/* --- Review rework: readable casino pages --- */
.review-page main{background:#fffdf9}.review-hero{padding:42px 0 28px;background:linear-gradient(135deg,#fff7e1 0%,#eef4ff 100%)}
.review-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:22px}.review-badge{display:inline-flex;background:#1f5eff;color:#fff;border-radius:999px;padding:6px 12px;font-weight:800;font-size:.78rem;letter-spacing:.04em;text-transform:uppercase}.review-lead{font-size:1.08rem;max-width:880px;color:#39342d}.review-cta{display:flex;flex-wrap:wrap;gap:12px;margin:20px 0}.review-card{background:#fff;border:1px solid #e8e1d6;border-radius:18px;padding:20px;box-shadow:0 10px 28px rgba(30,45,80,.06)}.review-card ul{margin:0;padding-left:20px}.review-nav{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.review-nav a{background:#fff;border:1px solid #dae4ff;border-radius:999px;padding:8px 12px;font-weight:700;color:#1f5eff}.review-section{padding:44px 0}.review-section h2{margin-top:0}.review-section p{max-width:900px}.readable p{margin:0 0 14px}.review-table{width:100%;border-collapse:separate;border-spacing:0;background:#fff;border:1px solid #e8e1d6;border-radius:16px;overflow:hidden;margin:14px 0 24px}.review-table th,.review-table td{padding:13px 14px;border-bottom:1px solid #eee6da;text-align:left;vertical-align:top}.review-table th{background:#f5efe4;font-weight:800}.review-table tr:last-child td{border-bottom:0}.proscons{display:grid;grid-template-columns:1fr;gap:16px}.proscons .plus{border-left:5px solid #2d8f55}.proscons .minus{border-left:5px solid #cf7a20}.info-grid{display:grid;grid-template-columns:1fr;gap:16px}.info-card{background:#fff;border:1px solid #e6e0d5;border-radius:16px;padding:18px}.lobby-mini{display:grid;grid-template-columns:1fr;gap:14px}.game-tile{background:#fff;border:1px solid #dde6fb;border-radius:16px;padding:16px;position:relative;overflow:hidden}.game-tile strong{display:block;font-size:1.1rem}.game-tile .btn{margin-top:12px}.toc-box{background:#fff;border:1px solid #dfe8ff;border-radius:16px;padding:18px}.toc-box a{color:#1f5eff;text-decoration:underline;text-underline-offset:3px}.note-review{background:#fff8e6;border-left:5px solid #d0a22e;border-radius:12px;padding:16px 18px;margin:18px 0}.faq-item{margin-bottom:10px}.sticky-cta{position:sticky;bottom:10px;z-index:30;margin:10px auto;max-width:1200px;padding:0 16px;pointer-events:none}.sticky-cta a{pointer-events:auto;display:flex;justify-content:center}.brand-nav-links .casino-nav-item{margin-left:auto}.brand-nav-links{width:100%}@media(min-width:850px){.review-grid{grid-template-columns:minmax(0,1fr) 340px}.info-grid{grid-template-columns:repeat(3,1fr)}.proscons{grid-template-columns:1fr 1fr}.lobby-mini{grid-template-columns:repeat(4,1fr)}}@media(max-width:767px){.brand-nav-links .casino-nav-item{margin-left:0}.review-table{display:block;overflow-x:auto}.review-cta .btn{width:100%}}

/* final casino review readability */
.review-section h2{font-size:clamp(26px,3vw,38px);line-height:1.15;margin-bottom:14px}.review-section h3{font-size:clamp(19px,2vw,24px);margin:10px 0}.review-section p,.review-section li{font-size:17px;line-height:1.72}.review-card li{margin-bottom:8px}.review-table td,.review-table th{line-height:1.55}.review-cta .btn{min-width:190px}.nav-links a.active{color:#1f5eff;font-weight:900}.review-hero h1{max-width:980px}.footer-links{display:flex;flex-wrap:wrap;gap:10px}.footer-links a{color:#1f5eff;text-decoration:underline;text-underline-offset:3px}@media(max-width:767px){.review-section{padding:32px 0}.review-section p,.review-section li{font-size:16px}.lobby-mini{grid-template-columns:1fr}.review-cta .btn{min-width:0}}

/* Casino pages: polished responsive tables */
.review-page .table-wrap,
.review-page .casino-table-wrap {
  width: 100%;
  overflow-x: auto;
  margin: 26px 0 32px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.075), rgba(255,255,255,0.035));
  box-shadow: 0 18px 42px rgba(0,0,0,0.22);
}

.review-page table,
.review-page .casino-info-table {
  width: 100%;
  min-width: 680px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.55;
}

.review-page table thead th,
.review-page .casino-info-table thead th {
  padding: 16px 18px;
  text-align: left;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 12px;
  color: #1d1608;
  background: linear-gradient(135deg, #f8d76f, #d7a92d);
  border-bottom: 1px solid rgba(255,255,255,0.18);
}

.review-page table tbody td,
.review-page .casino-info-table tbody td {
  padding: 17px 18px;
  vertical-align: top;
  border-bottom: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.025);
}

.review-page table tbody tr:nth-child(even) td,
.review-page .casino-info-table tbody tr:nth-child(even) td {
  background: rgba(255,255,255,0.055);
}

.review-page table tbody tr:hover td,
.review-page .casino-info-table tbody tr:hover td {
  background: rgba(248,215,111,0.10);
}

.review-page table tbody td:first-child,
.review-page .casino-info-table tbody td:first-child {
  font-weight: 800;
  color: #047857;
  white-space: nowrap;
}

.review-page table tbody tr:last-child td,
.review-page .casino-info-table tbody tr:last-child td {
  border-bottom: 0;
}

.review-page .casino-table-note {
  margin: -18px 0 28px;
  font-size: 13px;
  color: rgba(255,255,255,0.68);
}

@media (max-width: 720px) {
  .review-page table,
  .review-page .casino-info-table {
    min-width: 0;
    border-spacing: 0;
  }

  .review-page table thead,
  .review-page .casino-info-table thead {
    display: none;
  }

  .review-page table tbody,
  .review-page table tr,
  .review-page table td,
  .review-page .casino-info-table tbody,
  .review-page .casino-info-table tr,
  .review-page .casino-info-table td {
    display: block;
    width: 100%;
  }

  .review-page table tbody tr,
  .review-page .casino-info-table tbody tr {
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,0.12);
  }

  .review-page table tbody tr:last-child,
  .review-page .casino-info-table tbody tr:last-child {
    border-bottom: 0;
  }

  .review-page table tbody td,
  .review-page .casino-info-table tbody td {
    padding: 9px 16px;
    border-bottom: 0;
    background: transparent !important;
    white-space: normal;
  }

  .review-page table tbody td::before,
  .review-page .casino-info-table tbody td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 4px;
    font-size: 11px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: rgba(248,215,111,0.78);
    font-weight: 800;
  }
}
footer h3{
  color: #fff !important;
}

/* Production sticky CTA: fixed bottom-right, no reserved space after footer */
.sticky-cta{
  position:fixed!important;
  right:18px!important;
  bottom:18px!important;
  left:auto!important;
  top:auto!important;
  z-index:999!important;
  margin:0!important;
  padding:0!important;
  max-width:none!important;
  width:auto!important;
  pointer-events:none!important;
}
.sticky-cta a{
  pointer-events:auto!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:auto!important;
  min-width:0!important;
  border-radius:999px!important;
  padding:13px 18px!important;
  box-shadow:0 14px 34px rgba(0,0,0,.22)!important;
  white-space:nowrap!important;
}
@media(max-width:640px){
  .sticky-cta{right:12px!important;bottom:12px!important;}
  .sticky-cta a{padding:12px 14px!important;font-size:.92rem!important;}
}

/* Main comparison table button width fix */
@media (min-width:981px){
  .home-page .list-card{grid-template-columns:42px 128px minmax(120px,1fr) 92px 66px minmax(130px,1fr) minmax(160px,184px) minmax(150px,170px)!important;}
  .home-page .list-card .casino-cta .btn{min-width:150px!important;max-width:none!important;width:auto!important;padding-left:14px!important;padding-right:14px!important;font-size:13px!important;white-space:nowrap!important;}
}
@media (min-width:1121px){
  .home-page .list-card{grid-template-columns:42px 128px minmax(120px,1fr) 92px 66px minmax(130px,1fr) minmax(160px,184px) minmax(150px,170px)!important;}
}

/* 2026-07-09 targeted update */

/* homepage table button fix */
.casino-card{grid-template-columns:46px minmax(140px,1.05fr) repeat(4,minmax(90px,.72fr)) minmax(130px,.8fr) minmax(178px,.9fr)}
.casino-card .btn,.top-casino-table .btn{min-width:178px;padding:12px 18px;font-size:.95rem;line-height:1.2;white-space:normal;text-align:center}
@media(max-width:900px){.casino-card{grid-template-columns:1fr}.casino-card .btn,.top-casino-table .btn{width:100%;min-width:0;white-space:normal}}
/* homepage freshness block */
.bonus-updates{background:#fff;border:1px solid #e8e3db;border-radius:18px;padding:24px;box-shadow:0 12px 32px rgba(40,55,80,.07)}
.bonus-updates .updates-list{display:grid;gap:12px;margin:16px 0 0;padding:0;list-style:none}
.bonus-updates .updates-list li{padding:12px 14px;border:1px solid #edf0f4;border-radius:14px;background:#fffaf1}
.bonus-updates time{font-weight:900;color:#2d6a4f}
/* casino pages style repair */
.review-page .site-header{background:#fff;border-bottom:1px solid #e8e3db;box-shadow:0 8px 22px rgba(20,35,60,.05)}
.review-page .review-hero{padding:48px 0 34px;background:linear-gradient(135deg,#fff7e1 0%,#eef4ff 100%)}
.review-page .review-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:26px;align-items:start}
.review-page .review-card,.review-page .review-section .container>article,.review-page .fact-card{background:#fff;border:1px solid #e8e3db;border-radius:18px;padding:22px;box-shadow:0 12px 30px rgba(40,55,80,.07)}
.review-page .review-nav{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.review-page .review-nav a{background:#fff;border:1px solid #dfe7ef;border-radius:999px;padding:8px 12px;font-weight:800;color:#1f5eff}.review-page .review-badge{display:inline-flex;background:#eef8f2;color:#165b37;border:1px solid #d5eadc;border-radius:999px;padding:6px 10px;font-weight:900;font-size:.84rem;margin-bottom:12px}.review-page .review-lead{font-size:1.08rem;color:#44516a}.review-page .review-section{padding:48px 0}.review-page .review-table{width:100%;border-collapse:separate;border-spacing:0;overflow:hidden;border-radius:14px}.review-page .review-table th,.review-page .review-table td{padding:12px 14px;border-bottom:1px solid #edf0f4;text-align:left}.review-page .review-table th{background:#fff3d6;font-weight:900}.review-page .casino-faq-section details{background:#fff;border:1px solid #e8e3db;border-radius:14px;padding:14px 16px;margin:10px 0}.review-page .casino-faq-section summary{font-weight:900;cursor:pointer}.review-page .casino-faq-section p{margin-top:10px}
@media(max-width:900px){.review-page .review-grid{grid-template-columns:1fr}.review-page .review-hero{padding:34px 0 24px}}
/* footer casino links */
.footer-casino-links{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:14px}.footer-casino-links a{color:#c9a84c;font-weight:800}

