@keyframes pulse{0%{opacity:.5}to{opacity:1}}@keyframes float{0%{transform:translateY(100vh) scale(0);opacity:0}10%,90%{opacity:1}to{transform:translateY(-10vh) scale(1);opacity:0}}@keyframes helixScroll{0%{transform:translateX(0)}to{transform:translateX(-40px)}}@keyframes pinShake{0%,to{transform:translateX(0)}20%{transform:translateX(-4px)}40%{transform:translateX(4px)}60%{transform:translateX(-3px)}80%{transform:translateX(3px)}}@keyframes spotDotPulse{0%,to{opacity:1}50%{opacity:.3}}@keyframes spotArrowBounce{0%,to{transform:translateY(0)}50%{transform:translateY(3px)}}@keyframes spotGlow{0%,to{box-shadow:0 8px 32px rgba(0,0,0,.1)}50%{box-shadow:0 8px 32px rgba(108,62,247,.25)}}*,::after,::before{margin:0;padding:0;box-sizing:border-box}body,html{height:100%;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;background:#edf2f9;color:#1a2340;scrollbar-width:thin;scrollbar-color:#bbc8de transparent}html::-webkit-scrollbar{width:5px}html::-webkit-scrollbar-thumb{background:#bbc8de;border-radius:4px}.bg,.particles{position:fixed;inset:0;z-index:0}.bg{background:#edf2f9}.bg::before{content:"";position:absolute;inset:0;background:0 0;animation:pulse 10s ease-in-out infinite alternate}.particles{overflow:hidden}.particles .particle{position:absolute;width:3px;height:3px;background:rgba(45,127,249,.18);border-radius:50%;animation:float linear infinite}.page{z-index:1;display:flex;flex-direction:column;height:100vh;height:100dvh;max-width:1200px;margin:0 auto;padding:0 24px}header,header .logo{display:flex;align-items:center}.page,header{position:relative}header{justify-content:space-between;padding:20px 0;flex-shrink:0}header .logo{font-size:22px;font-weight:800;letter-spacing:-.5px;gap:8px;text-decoration:none;color:#1a2340}header .logo-icon{width:300px;height:70px;flex-shrink:0;display:block;object-fit:cover}header .logo .brand-dot{color:#d4a843}header .logo .brand-tld{color:#6b7c9a;font-size:14px;font-weight:600}header .burger{width:42px;height:42px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;background:rgba(45,127,249,.08);border:1px solid rgba(45,100,180,.12);border-radius:10px;cursor:pointer;transition:background .2s;z-index:101;position:relative}header .burger:hover{background:rgba(45,127,249,.12)}header .burger span{display:block;width:20px;height:2px;background:#1a2340;border-radius:2px;transition:transform .3s,opacity .3s}header .burger.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}header .burger.active span:nth-child(2){opacity:0}header .burger.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-overlay{position:fixed;inset:0;background:rgba(20,40,80,.25);backdrop-filter:blur(4px);z-index:99;opacity:0;pointer-events:none;transition:opacity .3s}.nav-overlay.open{opacity:1;pointer-events:auto}.nav-menu{position:fixed;top:0;right:0;width:280px;max-width:80vw;height:100vh;height:100dvh;background:linear-gradient(180deg,#fff,#f0f4fa);border-left:1px solid rgba(45,100,180,.12);box-shadow:-4px 0 30px rgba(0,0,0,.08);z-index:100;transform:translateX(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;padding:80px 28px 32px}.nav-menu.open{transform:translateX(0)}.nav-menu a{display:flex;align-items:center;gap:12px;color:#1a2340;text-decoration:none;font-size:17px;font-weight:600;padding:16px 0;border-bottom:1px solid rgba(45,100,180,.12);transition:color .2s,padding-left .2s}.nav-menu a:hover{color:#2d7ff9;padding-left:8px}.nav-menu a svg{width:20px;height:20px;color:#2d7ff9;flex-shrink:0}.nav-menu .nav-search{margin-bottom:8px}.nav-menu .nav-search input{width:100%;padding:10px 14px;font-size:15px;font-family:inherit;border:1px solid rgba(45,100,180,.2);border-radius:8px;background:rgba(255,255,255,.8);color:#1a2340;outline:0;transition:border-color .2s}.nav-menu .nav-search input:focus{border-color:#2d7ff9}.nav-menu .nav-search input::placeholder{color:#8a9bbd}.nav-menu .nav-divider{height:1px;background:rgba(45,100,180,.12);margin:4px 0}.nav-menu .nav-label{font-size:11px;font-weight:700;color:#6b7c9a;text-transform:uppercase;letter-spacing:.5px;padding:10px 0 2px}.nav-menu .nav-footer{margin-top:auto;font-size:11px;color:#6b7c9a;line-height:1.6}.sticky-bar{position:sticky;top:0;z-index:10;background:#edf2f9;text-align:center;padding-bottom:6px}.sticky-bar .trust-row{display:flex;justify-content:center;gap:16px;padding:8px 0;flex-wrap:wrap}.sticky-bar .trust-item{display:flex;align-items:center;gap:5px;font-size:12px;font-weight:600;color:#2563b0}.sticky-bar .trust-item svg{width:14px;height:14px;flex-shrink:0}.page .hero-scroll{text-align:center;padding:6px 0 10px;flex-shrink:0}.casino-list .hero-img{width:900px;max-width:100%;height:auto;border-radius:12px;display:block;margin:0 auto}.page .hero-scroll h1{font-size:24px;font-weight:800;line-height:1.25;margin-bottom:8px}.page .hero-scroll h1 .highlight{background:linear-gradient(90deg,#2d7ff9,#1d5fbb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.page .hero-scroll .intro{color:#4a5a7a;font-size:15px;max-width:620px;margin:0 auto;line-height:1.55}.casino-list{flex:1;display:flex;flex-direction:column;gap:8px;min-height:0;overflow-y:auto;padding-bottom:40px;max-width:1000px;width:100%;margin:0 auto;scrollbar-width:thin;scrollbar-color:#bbc8de transparent}.casino-list::-webkit-scrollbar{width:5px}.casino-list::-webkit-scrollbar-thumb{background:#bbc8de;border-radius:4px}.casino-card .casino-row{display:grid;grid-template-columns:100px 1fr auto;align-items:center;gap:14px;padding:14px 20px;cursor:pointer;user-select:none}.casino-card .casino-logo{width:100px;height:48px;border-radius:6px;object-fit:contain;flex-shrink:0}.casino-card .has-logo .casino-name{display:none}.casino-card .has-logo .casino-bonus{margin-top:0}.casino-card .rank-badge{width:36px;height:36px;border-radius:9px;display:grid;place-items:center;font-size:15px;font-weight:800;flex-shrink:0}.casino-card .rank-badge,.casino-card.top .rank-badge{background:#2563b0;color:#fff}.casino-card .casino-summary{min-width:0}.casino-card .casino-bonus,.casino-card .casino-name{font-size:16px;font-weight:700;color:#1a2340;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.casino-card .casino-bonus{font-size:17px;color:#16a06a;margin-top:2px}.casino-card .row-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.casino-card .cta-btn{padding:10px 22px;background:linear-gradient(135deg,#2d7ff9,#1d6de8);color:#fff;font-weight:700;font-size:15px;border:0;border-radius:8px;cursor:pointer;transition:transform .15s,box-shadow .15s;white-space:nowrap;text-decoration:none;display:inline-block}.casino-card .cta-btn:hover{transform:scale(1.03);box-shadow:0 4px 16px rgba(45,127,249,.25)}.casino-card .expand-btn{width:32px;height:32px;display:grid;place-items:center;background:rgba(45,127,249,.07);border:1px solid rgba(45,100,180,.12);border-radius:8px;cursor:pointer;transition:transform .3s,background .2s;color:#2d7ff9}.casino-card .expand-btn:hover{background:rgba(45,127,249,.14)}.casino-card .expand-btn svg{width:16px;height:16px;transition:transform .3s}.casino-card .casino-detail{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .3s;padding:0 20px}.casino-card .detail-divider{height:1px;background:rgba(45,100,180,.12);margin-bottom:14px}.casino-card .detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px 28px}.casino-card .detail-section .detail-heading,.casino-card .detail-section h3,.casino-card .detail-section h4{font-size:13px;letter-spacing:.8px;color:#6b7c9a;margin-bottom:5px;font-weight:700}.casino-card .detail-section p,.casino-card .detail-section ul{font-size:14px;color:#4a5a7a;line-height:1.55}.casino-card .detail-section ul{list-style:none;padding:0}.casino-card .detail-section ul li{padding:2px 0;display:flex;align-items:baseline;gap:7px}.casino-card .detail-section ul li::before,.content-section ul li::before{content:"";width:5px;height:5px;border-radius:50%;background:#2d7ff9;flex-shrink:0;position:relative;top:-1px}.casino-card .detail-tags{display:flex;gap:5px;flex-wrap:wrap;margin-top:4px}.casino-card .detail-top-heading{font-size:13px;letter-spacing:.8px;color:#6b7c9a;margin-bottom:5px;font-weight:700}.casino-card .detail-tags-top{margin-top:0;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid rgba(45,100,180,.08)}.casino-card .detail-tag{font-size:13px;padding:4px 11px;border-radius:5px;background:rgba(45,127,249,.08);color:#2563b0;font-weight:600}.casino-card .cta-btn.outline{background:0 0;border:1.5px solid #2d7ff9;color:#2d7ff9}.casino-card .cta-btn.outline:hover{background:rgba(45,127,249,.06);box-shadow:none;transform:none}.dna-banner{max-width:1000px;width:100%;margin:0 auto 10px;flex-shrink:0}.dna-banner .dna-banner-btn,.dna-overlay{display:flex;align-items:center;justify-content:center}.dna-banner .dna-banner-btn{width:100%;gap:10px;padding:12px 20px;background:linear-gradient(135deg,#2d7ff9,#6c3ef7);color:#fff;font-size:14px;font-weight:700;border:0;border-radius:10px;cursor:pointer;transition:transform .15s,box-shadow .2s;letter-spacing:.2px}.dna-banner .dna-banner-btn:hover{transform:translateY(-1px);box-shadow:0 6px 24px rgba(108,62,247,.25)}.dna-banner .dna-banner-btn .dna-helix{display:inline-flex;align-items:center;flex-shrink:0}.dna-banner .dna-banner-btn .dna-helix svg{width:18px;height:18px}.dna-banner .dna-banner-btn .dna-helix .dna-helix-svg{width:32px;height:18px;overflow:hidden}.dna-banner .dna-banner-btn .dna-helix .dna-helix-svg .helix-group{animation:helixScroll 4s linear infinite}.dna-banner .dna-banner-btn .dna-helix .dna-helix-svg .strand{fill:none;stroke-width:2;stroke-linecap:round}.dna-banner .dna-banner-btn .dna-helix .dna-helix-svg .rung{stroke-width:1.5;stroke-linecap:round;opacity:.5}.dna-banner .dna-banner-btn .dna-sub{font-weight:500;font-size:12px;opacity:.85}.dna-banner .dna-banner-btn.completed{background:linear-gradient(135deg,#16a06a,#0d8a5a);cursor:pointer}.dna-banner .dna-banner-btn.completed:hover{transform:translateY(-1px);box-shadow:0 4px 15px rgba(22,160,106,.3)}.dna-overlay{position:fixed;inset:0;background:rgba(20,40,80,.3);backdrop-filter:blur(5px);z-index:200;opacity:0;pointer-events:none;transition:opacity .3s}.dna-overlay.open{opacity:1;pointer-events:auto}.dna-overlay .dna-modal{background:#fff;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.12);max-width:440px;width:90vw;padding:28px;position:relative;transform:translateY(20px) scale(.96);transition:transform .35s cubic-bezier(.4,0,.2,1)}.dna-overlay.open .dna-modal{transform:translateY(0) scale(1)}.dna-overlay .dna-close{position:absolute;top:14px;right:14px;width:30px;height:30px;display:grid;place-items:center;background:#f0f4fa;border:0;border-radius:8px;cursor:pointer;font-size:18px;color:#6b7c9a;transition:background .2s}.dna-overlay .dna-close:hover{background:#e4eaf4}.compare-overlay .compare-modal h3,.dna-overlay .dna-modal h3{font-size:18px;font-weight:800;color:#1a2340;margin-bottom:4px}.dna-overlay .dna-modal .dna-step-label{font-size:12px;color:#6b7c9a;font-weight:600;margin-bottom:16px}.dna-overlay .dna-progress{display:flex;gap:6px;margin-bottom:18px}.dna-overlay .dna-progress-dot{flex:1;height:4px;border-radius:3px;background:#e4eaf4;transition:background .3s}.dna-overlay .dna-progress-dot.active{background:#2d7ff9}.dna-overlay .dna-progress-dot.done{background:#16a06a}.dna-overlay .dna-question{font-size:15px;font-weight:700;color:#1a2340;margin-bottom:14px}.dna-overlay .dna-options{display:grid;grid-template-columns:1fr 1fr;gap:8px}.dna-overlay .dna-option{display:flex;align-items:center;gap:8px;padding:12px 14px;background:#f6f8fc;border:2px solid transparent;border-radius:10px;cursor:pointer;font-size:13px;font-weight:600;color:#1a2340;transition:border-color .2s,background .2s,transform .15s}.dna-overlay .dna-option:hover{background:#edf2fa;border-color:rgba(45,127,249,.2);transform:translateY(-1px)}.dna-overlay .dna-option .opt-icon{font-size:18px}.casino-card .dna-strip{display:none;align-items:center;gap:10px;padding:6px 20px 10px}.casino-card .dna-strip.visible{display:flex}.casino-card .dna-helix-svg{width:80px;height:30px;flex-shrink:0;overflow:hidden}.casino-card .dna-helix-svg .helix-group{animation:helixScroll 4s linear infinite}.casino-card .dna-helix-svg .strand{fill:none;stroke-width:2;stroke-linecap:round}.casino-card .dna-helix-svg .rung{stroke-width:1.5;stroke-linecap:round;opacity:.5}.casino-card .dna-match-info{display:flex;flex-direction:column;gap:3px;flex:1;min-width:0}.casino-card .dna-match-top{display:flex;align-items:baseline;gap:6px}.casino-card .dna-match-pct{font-size:14px;font-weight:800;color:#1a2340}.casino-card .dna-match-label{font-size:11px;color:#6b7c9a;font-weight:500}.casino-card .dna-bar-track{width:100%;max-width:200px;height:5px;background:#e4eaf4;border-radius:3px;overflow:hidden}.casino-card .dna-bar-fill{height:100%;border-radius:3px;width:0%;transition:width 1s ease-out}.casino-card{background:rgba(255,255,255,.85);border:1px solid rgba(45,100,180,.12);border-radius:12px;backdrop-filter:blur(10px);box-shadow:0 1px 4px rgba(0,0,0,.04);transition:border-color .2s,box-shadow .2s;flex-shrink:0}.casino-card:hover{border-color:rgba(45,127,249,.25);box-shadow:0 4px 16px rgba(45,127,249,.08)}.casino-card.top,tr.casino-card.top{border-color:rgba(240,160,48,.35)}.casino-card.silver,tr.casino-card.silver{border-color:rgba(168,169,173,.45)}.casino-card.bronze,tr.casino-card.bronze{border-color:rgba(176,141,87,.45)}.casino-card.expanded{border-color:rgba(45,127,249,.3);box-shadow:0 6px 24px rgba(45,127,249,.1)}.casino-card .card-tcs{font-size:11px;color:#6b7c9a;line-height:1.45;padding:0 20px 8px}.casino-card.expanded .expand-btn svg,.faq-section .faq-item.open .faq-q svg{transform:rotate(180deg)}.casino-card.expanded .casino-detail{max-height:1000px;padding:0 20px 16px}.casino-card .mobile-detail{display:none}@media (max-width:768px){.casino-card .casino-row{display:flex;flex-wrap:wrap;align-items:center;gap:0;padding:12px 14px 10px}.casino-card .rank-badge{width:32px;height:32px;font-size:14px;border-radius:7px;margin-right:10px}.casino-card .has-logo{flex-direction:column;align-items:center;text-align:center}.casino-card .has-logo .casino-logo{width:110px;height:48px;border-radius:8px;margin:0 0 6px}.casino-card .has-logo .casino-summary{text-align:center;width:100%}.casino-card .has-logo .casino-name{display:none}.casino-card .has-logo .row-actions{padding-left:0;justify-content:center}.casino-card .casino-summary{flex:1;min-width:0}.casino-card .casino-name{font-size:16px}.casino-card .casino-bonus{white-space:normal;overflow:visible;text-overflow:unset;font-size:15px;line-height:1.45;margin-top:2px}.casino-card .row-actions{width:100%;margin-top:8px;padding-left:42px;display:flex;align-items:center;gap:8px}.casino-card .card-tcs{padding:0 14px 8px;font-size:10px}.casino-card .casino-detail{display:none}.casino-card .expand-btn,.casino-card .pin-btn{width:30px;height:30px}.casino-card{overflow:hidden}.casino-card .mobile-detail{display:block;max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1)}.casino-card.expanded .mobile-detail{max-height:800px}.casino-card .md-track{display:flex;transition:transform .35s cubic-bezier(.4,0,.2,1);will-change:transform}.casino-card .md-page{min-width:100%;max-width:100%;flex-shrink:0;box-sizing:border-box;padding:14px 16px;border-left:3px solid;border-image:linear-gradient(180deg,#6c3ef7,#2d7ff9)1;overflow:hidden;word-wrap:break-word;overflow-wrap:break-word}.casino-card .md-dots{display:flex;justify-content:center;gap:6px;padding:8px 0 10px}.casino-card .md-dot{width:6px;height:6px;border-radius:50%;background:#ccd5e4;transition:all .3s}.casino-card .md-dot.active{width:20px;border-radius:4px;background:#2d7ff9}.casino-card .md-header{display:flex;align-items:center;gap:8px;margin-bottom:10px}.casino-card .md-icon{width:30px;height:30px;border-radius:8px;display:grid;place-items:center;font-size:15px;background:rgba(45,127,249,.08);flex-shrink:0}.casino-card .md-title{font-size:16px;font-weight:700;color:#1a2340}.casino-card .md-subtitle{font-size:12px;color:#6b7c9a;font-weight:500}.casino-card .md-stats{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:8px}.casino-card .md-stat{background:#f3f6fb;border-radius:8px;padding:8px 10px}.casino-card .md-pros-grid .detail-heading,.casino-card .md-pros-grid h6,.casino-card .md-stat-label{font-size:11px;text-transform:uppercase;letter-spacing:.5px;color:#6b7c9a;font-weight:600}.casino-card .md-stat-value{font-size:15px;font-weight:700;color:#1a2340;margin-top:1px;word-break:break-word}.casino-card .md-chips{display:flex;gap:5px;flex-wrap:wrap;margin-top:6px}.casino-card .md-chip{font-size:13px;padding:4px 11px;border-radius:5px;background:rgba(45,127,249,.08);color:#2563b0;font-weight:600}.casino-card .md-list{list-style:none;padding:0;margin-top:6px}.casino-card .md-list li{display:flex;align-items:baseline;gap:7px;padding:3px 0;font-size:14px;color:#4a5a7a;line-height:1.45}.casino-card .md-list li::before{content:"";width:5px;height:5px;border-radius:50%;background:#2d7ff9;flex-shrink:0;position:relative;top:-1px}.casino-card .md-list.pros li{color:#16a06a}.casino-card .md-list.pros li::before{background:#16a06a}.casino-card .md-list.cons li{color:#e85555}.casino-card .md-list.cons li::before{background:#e85555}.casino-card .md-pros-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.casino-card .md-pros-grid .detail-heading,.casino-card .md-pros-grid h6{font-weight:700;margin-bottom:4px}.page .hero-scroll h1{font-size:32px}.page .hero-scroll .intro{font-size:17px}}@media (max-width:400px){.casino-card .md-page{padding:12px 14px}.casino-card .md-stats{grid-template-columns:1fr 1fr;gap:6px}.casino-card .md-stat{padding:7px 10px}.casino-card .md-stat-value{font-size:14px}.casino-card .md-title{font-size:15px}.casino-card .md-chip{font-size:12px;padding:3px 9px}.casino-card .md-list li{font-size:13px}.casino-card .md-pros-grid{grid-template-columns:1fr;gap:6px}.casino-card .casino-name{font-size:15px}.casino-card .casino-bonus{font-size:14px}}.category-section{padding:32px 0 16px}.category-section .category-heading{font-size:19px;font-weight:800;color:#1a2340;margin-bottom:6px}.category-section .category-subtitle{font-size:13px;color:#4a5a7a;margin-bottom:18px;line-height:1.5}.category-section .category-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px}.category-section .verdict-card,.editor-quote{background:rgba(255,255,255,.85);border:1px solid rgba(45,100,180,.12);display:flex}.category-section .verdict-card{border-radius:12px;padding:16px;transition:border-color .2s,box-shadow .2s,transform .15s;flex-direction:column;gap:8px;position:relative;overflow:hidden}.category-section .verdict-card::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#2d7ff9,#6c3ef7);opacity:0;transition:opacity .2s}.category-section .verdict-top{display:flex;align-items:center;gap:10px}.category-section .verdict-icon{width:38px;height:38px;border-radius:10px;display:grid;place-items:center;font-size:19px;background:rgba(45,127,249,.08);flex-shrink:0}.category-section .verdict-label{font-size:11px;font-weight:700;color:#6b7c9a;text-transform:uppercase;letter-spacing:.5px}.category-section .verdict-winner{font-size:15px;font-weight:800;color:#1a2340;margin-top:1px}.category-section .verdict-detail{font-size:13px;color:#16a06a;font-weight:600;line-height:1.4}.category-section .verdict-reason{font-size:12px;color:#4a5a7a;line-height:1.5}.editor-quote{margin-top:20px;border-left:3px solid #2d7ff9;border-radius:10px;padding:18px 20px;gap:14px;align-items:flex-start}.editor-quote .editor-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#2d7ff9,#6c3ef7);display:grid;place-items:center;color:#fff;font-weight:800;font-size:14px;flex-shrink:0}.editor-quote .editor-body{flex:1;min-width:0}.compare-overlay .compare-table th,.editor-quote .editor-meta{font-size:11px;text-transform:uppercase;letter-spacing:.5px;color:#6b7c9a;font-weight:700}.editor-quote .editor-meta{margin-bottom:4px}.editor-quote .editor-text{font-size:17px;color:#1a2340;line-height:1.7;font-style:italic}.editor-quote .editor-name{font-size:12px;color:#4a5a7a;margin-top:8px;font-style:normal;font-weight:600}@media (max-width:768px){.category-section .category-grid{grid-template-columns:1fr}.category-section .verdict-card{padding:14px}.editor-quote{flex-direction:column;gap:10px;padding:14px 16px}}@media (max-width:400px){.category-section .category-grid{grid-template-columns:1fr}.category-section .verdict-card{padding:12px}.category-section .verdict-winner{font-size:14px}.category-section .verdict-icon{width:34px;height:34px;font-size:16px}}.casino-card .pin-btn{width:32px;height:32px;border-radius:8px;border:1px solid rgba(45,100,180,.12);background:rgba(108,62,247,.07);color:#2d7ff9;font-size:15px;display:grid;place-items:center;cursor:pointer;transition:background .2s,border-color .2s,transform .15s,color .2s;line-height:1;position:relative}.casino-card .pin-btn:hover{background:rgba(108,62,247,.14);border-color:rgba(108,62,247,.4)}.casino-card .pin-btn.pinned{background:#6c3ef7;border-color:#6c3ef7;color:#fff}.casino-card.pinned-card{border-left:3px solid #6c3ef7}.casino-card .pin-btn.shake{animation:pinShake .4s ease}.casino-card .pin-tooltip{position:absolute;top:-30px;right:0;background:#0a0e1a;color:#fff;font-size:10px;padding:4px 8px;border-radius:5px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s}.casino-card .pin-btn.shake .pin-tooltip{opacity:1}.compare-tray{position:fixed;bottom:0;left:50%;transform:translateX(-50%) translateY(100%);z-index:50;background:#0a0e1a;border-top:1px solid #6c3ef7;padding:14px 20px;display:flex;align-items:center;gap:14px;width:100%;max-width:1200px;border-radius:12px 12px 0 0;transition:transform .3s ease}.compare-tray.visible{transform:translateX(-50%) translateY(0)}.compare-tray.visible.footer-visible{transform:translateX(-50%) translateY(100%);pointer-events:none}.compare-tray .compare-tray-label{font-size:12px;color:#6b7c9a;font-weight:600;white-space:nowrap}.compare-tray .compare-slots{display:flex;gap:8px;flex:1;min-width:0}.compare-tray .compare-slot{display:flex;align-items:center;gap:6px;padding:6px 12px;border-radius:8px;font-size:13px;font-weight:600;min-width:0}.compare-tray .compare-slot.filled{background:rgba(108,62,247,.15);border:1px solid rgba(108,62,247,.4);color:#fff}.compare-tray .compare-slot.filled .slot-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.compare-tray .compare-slot.empty{border:1.5px dashed rgba(108,62,247,.35);color:rgba(108,62,247,.5);font-size:16px;padding:6px 16px}.compare-tray .slot-remove{cursor:pointer;color:rgba(255,255,255,.5);font-size:12px;flex-shrink:0;transition:color .15s}.compare-tray .slot-remove:hover{color:#f87171}.compare-tray .compare-go-btn{padding:10px 20px;background:linear-gradient(135deg,#6c3ef7,#2d7ff9);color:#fff;font-weight:700;font-size:14px;border:0;border-radius:8px;cursor:pointer;white-space:nowrap;transition:transform .15s,box-shadow .15s}.compare-tray .compare-go-btn:hover{transform:scale(1.03);box-shadow:0 4px 16px rgba(108,62,247,.3)}@media (max-width:768px){.compare-tray{padding:10px 12px;gap:8px;flex-wrap:wrap}.compare-tray .compare-tray-label{display:none}.compare-tray .compare-slots{gap:6px}.compare-tray .compare-slot{padding:5px 8px;font-size:12px}.compare-tray .compare-go-btn{padding:8px 14px;font-size:13px;width:100%;text-align:center}}.compare-overlay{position:fixed;inset:0;background:rgba(10,14,26,.6);backdrop-filter:blur(5px);z-index:200;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s}.compare-overlay.open{opacity:1;pointer-events:auto}.compare-overlay .compare-modal{background:#fff;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.15);max-width:720px;width:92vw;max-height:85vh;overflow-y:auto;padding:28px;transform:translateY(20px) scale(.96);transition:transform .35s cubic-bezier(.4,0,.2,1);position:relative}.compare-overlay.open .compare-modal{transform:translateY(0) scale(1)}.compare-overlay .compare-close{position:absolute;top:14px;right:14px;width:30px;height:30px;display:grid;place-items:center;background:#f0f4fa;border:0;border-radius:8px;cursor:pointer;font-size:18px;color:#6b7c9a}.compare-overlay .compare-close:hover{background:#e4eaf4}.compare-overlay .compare-modal h3{margin-bottom:16px}.compare-overlay .compare-table{width:100%;border-collapse:collapse;font-size:13px}.compare-overlay .compare-table th{text-align:left;padding:8px 10px;border-bottom:2px solid rgba(45,100,180,.12)}.compare-overlay .compare-table td{padding:8px 10px;border-bottom:1px solid rgba(45,100,180,.12);color:#4a5a7a;vertical-align:top}.compare-overlay .compare-table tr td:first-child{font-weight:600;color:#1a2340;white-space:nowrap}.compare-overlay .compare-table .col-best{color:#16a06a;font-weight:700}@media (max-width:500px){.compare-overlay .compare-modal{padding:18px 14px}.compare-overlay .compare-table{font-size:12px}.compare-overlay .compare-table td,.compare-overlay .compare-table th{padding:6px}}.content-section{padding:32px 0 16px;border-top:1px solid rgba(45,100,180,.12)}.content-section h2{font-size:24px;font-weight:800;color:#1a2340;margin-bottom:14px;line-height:1.35}.content-section h3{font-size:19px;font-weight:700;color:#1a2340;margin:24px 0 10px}.content-section p,.content-section ul li,.faq-section .faq-a p{font-size:17px;color:#4a5a7a;line-height:1.7}.content-section p{margin-bottom:14px}.content-section ul{list-style:none;padding:0;margin-bottom:10px}.content-section ul li{line-height:1.65;padding:4px 0;display:flex;align-items:baseline;gap:8px}.content-section .ranking-steps{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:16px 0 20px}.content-section .ranking-step{background:rgba(255,255,255,.85);border:1px solid rgba(45,100,180,.12);border-radius:10px;padding:14px;display:flex;gap:10px;align-items:flex-start}.content-section .step-num{width:28px;height:28px;border-radius:8px;background:linear-gradient(135deg,#2d7ff9,#6c3ef7);color:#fff;font-size:12px;font-weight:800;display:grid;place-items:center;flex-shrink:0}.content-section .step-title{font-size:17px;font-weight:700;color:#1a2340;margin-bottom:2px}.content-section .step-desc{font-size:15px;color:#4a5a7a;line-height:1.65}.content-section .licence-badges{display:flex;gap:10px;flex-wrap:wrap;margin:16px 0 20px}.author-box,.content-section .licence-badge{background:rgba(255,255,255,.85);border:1px solid rgba(45,100,180,.12);display:flex}.content-section .licence-badge{align-items:center;gap:8px;padding:10px 14px;border-radius:10px;font-size:16px;font-weight:600;color:#1a2340}.content-section .licence-badge svg{width:18px;height:18px;color:#16a06a;flex-shrink:0}.author-box{border-radius:12px;padding:20px;gap:16px;align-items:flex-start;margin:10px 0}.author-box .author-avatar{width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg,#2d7ff9,#6c3ef7);display:grid;place-items:center;color:#fff;font-weight:800;font-size:16px;flex-shrink:0}.author-box .author-box-photo{width:120px;height:120px;border-radius:50%;object-fit:cover;flex-shrink:0;align-self:center}.author-box .author-info{flex:1;min-width:0}.author-box .author-name,.faq-section h2{font-size:18px;font-weight:800;color:#1a2340}.author-box .author-role{font-size:14px;color:#6b7c9a;font-weight:600;text-transform:uppercase;letter-spacing:.4px;margin-bottom:6px}.author-box .author-quote{font-size:17px;color:#4a5a7a;line-height:1.7;font-style:italic}.faq-section{padding:20px 0 10px}.faq-section h2{font-size:24px;margin-bottom:12px}.faq-section .faq-item{border:1px solid rgba(45,100,180,.12);border-radius:10px;margin-bottom:6px;background:rgba(255,255,255,.85);overflow:hidden}.faq-section .faq-q{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;cursor:pointer;user-select:none;gap:12px}.faq-section .faq-q span{font-size:17px;font-weight:700;color:#1a2340;flex:1}.faq-section .faq-q svg{width:16px;height:16px;color:#2d7ff9;flex-shrink:0;transition:transform .3s}.faq-section .faq-a{max-height:0;overflow:hidden;transition:max-height .35s cubic-bezier(.4,0,.2,1),padding .3s;padding:0 16px}.faq-section .faq-item.open .faq-a{max-height:300px;padding:0 16px 14px}.faq-section .faq-a p{margin:0}@media (max-width:768px){.content-section .ranking-steps{grid-template-columns:1fr}.author-box{flex-direction:column;gap:10px;padding:16px}.content-section h2{font-size:20px}.content-section h3{font-size:17px}.content-section .step-title,.content-section p,.content-section ul li,.faq-section .faq-q span{font-size:16px}.content-section .step-desc{font-size:14px}.faq-section .faq-a p{font-size:15px}.author-box .author-quote,.editor-quote .editor-text{font-size:16px}}@media (max-width:400px){.content-section .ranking-step{padding:10px}.content-section .step-desc{font-size:14px}.content-section .licence-badge{padding:8px 10px;font-size:14px}}.payment-links{padding:20px 0 16px;margin:8px 0}.payment-links .payment-links-heading{font-size:14px;font-weight:700;color:#6b7c9a;text-transform:uppercase;letter-spacing:.8px;text-align:center;margin-bottom:12px}.payment-links .payment-links-row{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.payment-links .payment-link{display:flex;align-items:center;gap:8px;padding:10px 18px;background:rgba(255,255,255,.85);border:1px solid rgba(45,100,180,.12);border-radius:10px;text-decoration:none;color:#1a2340;font-size:14px;font-weight:600;transition:border-color .2s,box-shadow .2s,transform .15s}.payment-links .payment-link:hover{border-color:rgba(45,127,249,.3);box-shadow:0 4px 12px rgba(45,127,249,.1);transform:translateY(-1px)}.payment-links .payment-link img{width:72px;height:28px;object-fit:contain}@media (max-width:768px){.payment-links .payment-links-row{gap:8px}.payment-links .payment-link{padding:8px 14px;font-size:13px}.payment-links .payment-link img{width:60px;height:24px}}.breadcrumb{display:flex;align-items:center;gap:8px;padding:6px 4px;font-size:13px;color:#6b7c9a;flex-shrink:0}.breadcrumb a{color:#2d7ff9;text-decoration:none;font-weight:600;transition:color .2s}.breadcrumb a:hover{color:#1d6de8}.breadcrumb .breadcrumb-sep{font-size:11px;color:#9aa8c2}.breadcrumb .breadcrumb-current,.site-footer .footer-links a{font-weight:600;color:#4a5a7a}.site-footer{border-top:1px solid rgba(45,100,180,.12);padding:20px 0 14px}.site-footer .footer-inner{max-width:1000px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center}.site-footer .footer-brand{font-size:15px;font-weight:700;color:#1a2340;display:flex;align-items:center;gap:6px}.site-footer .footer-brand .footer-logo{width:24px;height:24px;flex-shrink:0;border-radius:50%}.site-footer .footer-brand .footer-logo img{width:100%;height:100%;display:block}.site-footer .footer-badges,.site-footer .footer-links{display:flex;justify-content:center;gap:18px;flex-wrap:wrap}.site-footer .footer-links a{font-size:14px;text-decoration:none;transition:color .2s}.site-footer .footer-links a:hover{color:#2d7ff9}.site-footer .footer-badges{align-items:center;gap:20px;padding:4px 0}.site-footer .footer-badges a{display:flex;align-items:center;transition:opacity .2s}.site-footer .footer-badges a:hover{opacity:.7}.site-footer .footer-badges img{height:40px;width:auto;object-fit:contain}.site-footer .footer-legal{width:100%;font-size:12px;color:#6b7c9a;line-height:1.55;margin-top:4px}@media (max-width:768px){.site-footer{padding:16px 0 12px}.site-footer .footer-inner{gap:12px}.site-footer .footer-links{gap:14px}.site-footer .footer-links a{font-size:13px}.page{padding:0 12px}header{padding:12px 0}.sticky-bar .trust-row{gap:8px}.casino-list{gap:6px}.casino-card .detail-grid{grid-template-columns:1fr;gap:10px}.casino-card .casino-detail{padding:0 14px}.casino-card.expanded .casino-detail{padding:0 14px 14px}.dna-banner .dna-banner-btn{font-size:14px;padding:10px 14px}.dna-banner .dna-banner-btn .dna-sub{display:none}.casino-card .dna-strip{padding:4px 14px 8px;gap:8px}.casino-card .dna-helix-svg{width:60px}.dna-overlay .dna-options{grid-template-columns:1fr}}.dna-spotlight{position:fixed;bottom:20px;right:20px;z-index:60;width:280px;background:rgba(255,255,255,.95);border:1.5px solid rgba(45,127,249,.5);border-radius:14px;backdrop-filter:blur(12px);box-shadow:0 10px 36px rgba(0,0,0,.14),0 0 0 4px rgba(45,127,249,.1),0 0 32px rgba(45,127,249,.32);padding:18px;transform:translateX(110%);transition:transform .4s cubic-bezier(.4,0,.2,1);pointer-events:none}@media (min-width:1650px){.dna-spotlight.visible{transform:translateX(0);pointer-events:auto}.dna-spotlight.visible.footer-visible{transform:translateX(110%);pointer-events:none}.dna-spotlight .dna-spot-header{display:contents}.dna-spotlight .dna-spot-arrow{display:none}}.dna-spotlight .dna-spot-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:6px;background:rgba(108,62,247,.08);font-size:11px;font-weight:700;color:#6c3ef7;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px}.dna-spotlight .dna-spot-badge svg{width:14px;height:14px;flex-shrink:0}.dna-spotlight .dna-spot-dot{width:6px;height:6px;border-radius:50%;background:#16a06a;animation:spotDotPulse 2s ease-in-out infinite}.dna-spotlight .dna-spot-strip{display:flex;align-items:center;gap:10px;margin-bottom:14px}.dna-spotlight .dna-spot-strip .dna-helix-svg{width:80px;height:30px;flex-shrink:0;overflow:hidden}.dna-spotlight .dna-spot-strip .helix-group{animation:helixScroll 4s linear infinite}.dna-spotlight .dna-spot-strip .strand{fill:none;stroke-width:2;stroke-linecap:round}.dna-spotlight .dna-spot-strip .rung{stroke-width:1.5;stroke-linecap:round;opacity:.5}.dna-spotlight .dna-spot-strip .dna-match-info{display:flex;flex-direction:column;gap:3px;flex:1;min-width:0}.dna-spotlight .dna-spot-strip .dna-match-top{display:flex;align-items:baseline;gap:6px}.dna-spotlight .dna-spot-strip .dna-match-pct{font-size:14px;font-weight:800}.dna-spotlight .dna-spot-strip .dna-match-label{font-size:11px;color:#6b7c9a;font-weight:500}.dna-spotlight .dna-spot-strip .dna-bar-track{width:100%;max-width:200px;height:5px;background:#e4eaf4;border-radius:3px;overflow:hidden}.dna-spotlight .dna-spot-strip .dna-bar-fill{height:100%;border-radius:3px;width:0%;transition:width 1s ease-out}.dna-spotlight .dna-spot-name{font-size:16px;font-weight:700;color:#1a2340;margin-bottom:8px}.dna-spotlight .dna-spot-logo{display:block;width:100px;height:40px;object-fit:contain;margin:0 auto 8px}.dna-spotlight .dna-spot-cta{display:block;width:100%;padding:11px 0;background:linear-gradient(135deg,#2d7ff9,#1d6de8);color:#fff;font-weight:700;font-size:14px;border:0;border-radius:8px;cursor:pointer;text-align:center;transition:transform .15s,box-shadow .15s;text-decoration:none}.dna-spotlight .dna-spot-cta:hover{transform:scale(1.02);box-shadow:0 4px 16px rgba(45,127,249,.25)}.dna-spotlight .dna-spot-why{font-size:12px;color:#2d7ff9;font-weight:600;text-align:center;margin-top:8px;cursor:pointer;transition:color .2s}.dna-spotlight .dna-spot-why:hover{color:#1d6de8}.dna-spotlight .dna-spot-explain{max-height:0;overflow:hidden;transition:max-height .3s ease;font-size:12px;color:#4a5a7a;line-height:1.5}.dna-spotlight.explain-open .dna-spot-explain{max-height:80px;margin-top:6px}.dna-spotlight .dna-spot-retake{font-size:11px;color:#6b7c9a;font-weight:600;text-align:center;margin-top:10px;cursor:pointer;transition:color .2s}.dna-spotlight .dna-spot-retake:hover{color:#2d7ff9}.dna-spotlight .dna-spot-min{position:absolute;top:10px;right:10px;width:24px;height:24px;display:grid;place-items:center;background:#f0f4fa;border:0;border-radius:6px;cursor:pointer;color:#6b7c9a;transition:background .2s}.dna-spotlight .dna-spot-min:hover{background:#e4eaf4}.dna-spotlight .dna-spot-min svg{width:12px;height:12px}

.dna-spotlight.minimized{width:40px;height:40px;padding:0;background:url(/logos/stellarcasino-chip-v5b.svg) no-repeat center;background-size:contain;border:0;cursor:pointer;bottom:76px;right:24px;left:auto;top:auto;transform:translateY(0);pointer-events:auto;z-index:80;box-shadow:0 4px 12px rgba(0,0,0,.22),0 0 18px rgba(45,127,249,.55);transition:width .25s,height .25s,box-shadow .25s;animation:chipBeat 3s ease-in-out infinite}
.dna-spotlight.minimized:hover{box-shadow:0 6px 22px rgba(0,0,0,.28),0 0 26px rgba(45,127,249,.7);filter:brightness(1.1)}
.dna-spotlight.minimized > *{display:none}
.dna-spotlight.minimized.tray-active,.dna-spotlight.minimized.footer-visible{transform:translateY(120%);pointer-events:none;animation:none}
@keyframes chipBeat{0%{transform:scale(0);opacity:0}6%{transform:scale(1.2);opacity:1}14%{transform:scale(.94);opacity:1}22%{transform:scale(1);opacity:1}78%{transform:scale(1);opacity:1}86%{transform:scale(1.1);opacity:1}94%{transform:scale(.4);opacity:.4}100%{transform:scale(0);opacity:0}}.dna-spotlight.glow{animation:spotGlow .6s ease}@media (max-width:1649px){.dna-spotlight{bottom:12px;left:0;right:0;margin:0 auto;width:375px;max-width:calc(100vw - 24px);border-radius:12px;padding:0;overflow:hidden;transform:translateY(120%)}.dna-spotlight.visible{transform:translateY(0);pointer-events:auto}.dna-spotlight.tray-active,.dna-spotlight.visible.footer-visible{transform:translateY(120%);pointer-events:none}.dna-spotlight .dna-spot-header{display:flex;align-items:center;justify-content:center;gap:6px;padding:6px 12px 2px}.dna-spotlight .dna-spot-badge{display:none}.dna-spotlight .dna-spot-arrow{display:none}.dna-spotlight .dna-spot-arrow svg{width:16px;height:16px;stroke:#6c3ef7;transition:transform .3s}.dna-spotlight.mob-open .dna-spot-arrow{animation:none}.dna-spotlight.mob-open .dna-spot-arrow svg{transform:rotate(180deg)}.dna-spotlight .dna-spot-strip{padding:0 12px 6px;margin-bottom:0}.dna-spotlight .dna-spot-body{padding:0 12px 12px}.dna-spotlight .dna-spot-min{top:4px;right:4px;width:20px;height:20px}

.dna-spotlight.minimized{width:36px;height:36px;bottom:64px;right:16px;left:auto;margin:0}.dna-spotlight .dna-spot-logo{width:90px;height:36px;margin-bottom:6px}.dna-spotlight .dna-spot-cta{padding:9px 0;font-size:13px}.dna-spotlight .dna-spot-why{font-size:11px;margin-top:6px}.dna-spotlight .dna-spot-retake{font-size:10px;margin-top:6px}}@media (max-height:650px){.page .hero-scroll{padding:2px 0 4px}.page .hero-scroll .intro{font-size:12px;margin-bottom:4px}.sticky-bar .trust-row{display:none}.casino-list{gap:5px}.casino-card .casino-row{padding:8px 10px}header{padding:8px 0}.dna-banner{margin-bottom:6px}.dna-banner .dna-banner-btn{padding:8px 14px;font-size:13px}.casino-card .dna-strip{padding:2px 10px 6px}}.casino-expand .md-list.pros li,.text-pros{color:#16a06a}.text-cons{color:#f87171}.casino-card .detail-section-full{grid-column:1/-1}.casino-card .pros-cons-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.casino-card .providers-list{margin-top:6px}.casino-card .md-section-label{margin-top:10px;font-size:11px;text-transform:uppercase;letter-spacing:.5px;color:#6b7c9a;font-weight:600}.casino-card .md-chips-tight{margin-top:4px}.casino-card .text-small{font-size:12px}.card-list{display:flex;flex-direction:column;gap:8px}.dna-reset-icon{margin-left:8px;width:16px;height:16px;opacity:.85}.opt-icon svg{width:18px;height:18px;vertical-align:middle}html:has(body[data-page=policy]){overflow:auto;height:auto}body[data-page=policy]{overflow:auto;height:auto}body[data-page=policy] .page{height:auto;min-height:100vh;overflow-y:visible}.author-bio{display:flex;align-items:center;gap:24px;margin-bottom:24px}.author-bio .author-photo{width:180px;height:180px;border-radius:50%;object-fit:cover;flex-shrink:0}.author-bio .author-bio-text .intro{font-size:18px;font-weight:700;color:#1a2340;margin-bottom:8px}.author-bio .author-bio-text .author-summary,.error-404 .error-404-text p{font-size:15px;color:#4a5a7a;line-height:1.6}@media (max-width:768px){.author-bio{flex-direction:column;text-align:center;gap:16px}.author-bio .author-photo{width:140px;height:140px}}.policy-content{max-width:780px;width:100%;margin:0 auto;padding:20px 0 0}.policy-content h1,.policy-section h2{font-size:28px;font-weight:800;color:#1a2340;margin-bottom:4px}.policy-content .policy-updated{font-size:13px;color:#6b7c9a;margin-bottom:24px}.policy-section{margin-bottom:28px}.policy-section h2{font-size:20px;margin-bottom:10px}.policy-section h3{font-size:17px;font-weight:700;color:#1a2340;margin:18px 0 8px}.policy-section ol li,.policy-section p,.policy-section ul li{font-size:15px;color:#4a5a7a;line-height:1.7;margin-bottom:10px}.policy-section ol,.policy-section ul{padding-left:20px;margin-bottom:10px}.policy-section ol li,.policy-section ul li{margin-bottom:6px}.cookie-banner .cookie-text a:hover,.error-404 .error-404-text a:hover,.policy-section a:hover{text-decoration:underline}@media (max-width:768px){.policy-content{padding:16px 0 0}.policy-content h1{font-size:24px}.policy-section h2{font-size:18px}.policy-section ol li,.policy-section p,.policy-section ul li{font-size:14px}}.error-404{max-width:900px}.cookie-banner,.error-404 .error-404-inner{display:flex;align-items:center;gap:32px;padding:40px 0}.error-404 .error-404-inner>img{flex-shrink:0;max-width:100%;height:auto;border-radius:16px}.error-404 .error-404-text p{font-size:16px;margin-bottom:12px}.cookie-banner .cookie-text a,.error-404 .error-404-text a,.policy-section a{color:#2d7ff9;text-decoration:none;font-weight:600}@media (max-width:768px){.error-404 .error-404-inner{flex-direction:column;text-align:center;gap:20px;padding:20px 0}.error-404 .error-404-inner>img{width:260px;height:260px}}.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:300;background:#0a0e1a;border-top:1px solid rgba(45,127,249,.2);padding:16px 24px;justify-content:center;gap:16px;flex-wrap:wrap;transform:translateY(100%);transition:transform .4s cubic-bezier(.4,0,.2,1)}.cookie-banner.visible{transform:translateY(0)}.cookie-banner .cookie-text{font-size:13px;color:#b0bdd0;line-height:1.5;max-width:640px;flex:1;min-width:240px}.cookie-banner .cookie-btns{display:flex;gap:8px;flex-shrink:0}.cookie-banner .cookie-btn{padding:9px 20px;border-radius:8px;font-size:13px;font-weight:700;cursor:pointer;border:0;transition:transform .15s,box-shadow .15s}.cookie-banner .cookie-btn.accept{background:linear-gradient(135deg,#2d7ff9,#1d6de8);color:#fff}.cookie-banner .cookie-btn.accept:hover{transform:scale(1.03);box-shadow:0 4px 16px rgba(45,127,249,.25)}.cookie-banner .cookie-btn.reject{background:rgba(255,255,255,.1);color:#b0bdd0;border:1px solid rgba(255,255,255,.15)}.cookie-banner .cookie-btn.reject:hover{background:rgba(255,255,255,.15)}@media (max-width:600px){.cookie-banner{padding:14px 16px;gap:12px}.cookie-banner .cookie-text{font-size:12px;min-width:100%}.cookie-banner .cookie-btns{width:100%}.cookie-banner .cookie-btn{flex:1;text-align:center}}.last-updated{text-align:center;font-size:13px;color:#6b7c9a;font-weight:600;margin-bottom:8px}.back-to-top{position:fixed;bottom:24px;right:24px;z-index:90;width:40px;height:40px;border-radius:50%;background:#1a2340;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transform:translateY(12px);transition:opacity .3s,transform .3s;box-shadow:0 2px 10px rgba(0,0,0,.15)}.back-to-top.visible{opacity:1;transform:translateY(0)}.back-to-top:hover{background:#2d7ff9}.toc{background:rgba(255,255,255,.85);border:1px solid rgba(45,100,180,.12);border-radius:10px;padding:14px 20px;margin:0 0 24px;align-items:center;gap:8px}.toc .toc-title{font-size:14px;font-weight:700;color:#1a2340;margin-right:4px}.toc,.toc .toc-list{display:flex;flex-wrap:wrap}.toc .toc-list{list-style:none;padding:0;margin:0;gap:4px 0}.toc .toc-list li{display:inline}.toc .toc-list li:not(:last-child)::after{content:"·";color:#9eafc0;margin:0 8px;font-weight:700}.toc .toc-list a{font-size:14px;color:#2d7ff9;text-decoration:none;font-weight:600;transition:color .2s}.toc .toc-list a:hover{color:#1a2340}@media (max-width:768px){.back-to-top{bottom:16px;right:16px;width:36px;height:36px}.toc{padding:10px 14px}}.content-section.quotable{background:rgba(45,127,249,.06);border-left:3px solid #2d7ff9;border-radius:0 8px 8px 0;padding:16px 20px;margin:20px 0}.content-section.quotable p{font-size:15px;color:#1a2340;line-height:1.7;margin:0;font-style:italic}.comparison-table{width:100%;border-collapse:collapse;margin:16px auto;font-size:14px;border:1px solid rgba(45,100,180,.18);border-radius:8px;overflow:hidden}.comparison-table th{background:#1a2340;color:#fff;padding:12px 14px;text-align:center;font-weight:700;font-size:13px;border-right:1px solid rgba(255,255,255,.15)}.comparison-table td:last-child,.comparison-table th:last-child{border-right:none}.comparison-table td{padding:12px 14px;text-align:center;color:#1a2340;border-bottom:1px solid rgba(45,100,180,.12);border-right:1px solid rgba(45,100,180,.08);font-weight:500}.comparison-table td:first-child{text-align:left;font-weight:700}.comparison-table tr:nth-child(even) td{background:rgba(237,242,249,.6)}.comparison-table tr:nth-child(odd) td{background:rgba(255,255,255,.8)}.comparison-table tr:hover td{background:rgba(45,127,249,.08)}@media (max-width:768px){.comparison-table{font-size:12px}.comparison-table td,.comparison-table th{padding:8px}.content-section.quotable{padding:12px 14px}}.ad-disclosure-bar{max-width:1000px;width:100%;margin:0 auto 4px;flex-shrink:0;text-align:center}.ad-disclosure-bar .ad-label{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;font-size:10px;font-weight:600;color:#6b7c9a;cursor:pointer;letter-spacing:.3px;transition:color .2s}.ad-disclosure-bar .ad-label:hover{color:#2d7ff9}.ad-disclosure-bar .ad-expand{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s;padding:0 14px;background:rgba(255,255,255,.8);border-radius:8px;text-align:center}.ad-disclosure-bar.open .ad-expand{max-height:120px;padding:8px 14px;border:1px solid rgba(45,100,180,.1)}.ad-disclosure-bar .ad-expand p{font-size:11px;color:#6b7c9a;line-height:1.5;margin:0 0 4px}.casino-summary-data{display:grid;grid-template-columns:repeat(4,auto 1fr);gap:1px;background:rgba(45,100,180,.12);border-top:1px solid rgba(45,100,180,.12);margin:0;padding:0}.casino-summary-data dd,.casino-summary-data dt{background:rgba(255,255,255,.85);padding:6px 10px;font-weight:600}.casino-summary-data dt{font-size:11px;text-transform:uppercase;letter-spacing:.5px;color:#6b7c9a;white-space:nowrap}.casino-summary-data dd{font-size:13px;color:#1a2340;margin:0}.casino-summary-data dd:nth-of-type(n+7),.casino-summary-data dt:nth-of-type(n+7){display:none}.casino-card.expanded .casino-summary-data{display:none}@media (max-width:768px){.casino-summary-data{grid-template-columns:auto 1fr auto 1fr}.casino-summary-data dd:nth-of-type(n+5),.casino-summary-data dt:nth-of-type(n+5){display:none}}.detail-tags,.detail-tags-top,.providers-list{font-size:0}.detail-tags .detail-tag,.detail-tags-top .detail-tag{font-size:12px}.providers-list li{font-size:13px}.casino-expand .casino-detail{max-height:none!important;overflow:visible!important;padding:0 16px 14px!important;display:block!important}.casino-expand .mobile-detail{display:none}.casino-expand .detail-divider{height:1px;background:rgba(45,100,180,.12);margin-bottom:14px}.casino-expand .detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px 20px}.casino-expand .detail-section .detail-heading,.casino-expand .detail-section h3,.casino-expand .detail-section h4{font-size:13px;letter-spacing:.8px;color:#6b7c9a;margin-bottom:5px;font-weight:700}.casino-expand .detail-section p,.casino-expand .detail-section ul{font-size:13px;color:#4a5a7a;line-height:1.55}.casino-expand .detail-section ul{list-style:none;padding:0}.casino-expand .detail-section ul li,.casino-expand .md-list li{padding:1px 0;display:flex;align-items:baseline;gap:6px}.casino-expand .detail-section ul li::before,.casino-expand .md-list li::before{content:"";width:5px;height:5px;border-radius:50%;background:#6b7c9a;flex-shrink:0;position:relative;top:-1px}.casino-expand .detail-tags{display:flex;gap:5px;flex-wrap:wrap;margin-top:4px}.casino-expand .detail-top-heading{font-size:13px;letter-spacing:.8px;color:#6b7c9a;margin-bottom:5px;font-weight:700}.casino-expand .detail-tags-top{margin-top:0;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid rgba(45,100,180,.08)}.casino-expand .detail-tag{font-size:12px;padding:3px 9px;border-radius:5px;background:rgba(107,124,154,.1);color:#6b7c9a;font-weight:600}.casino-expand .detail-section-full{grid-column:1/-1}.casino-expand .pros-cons-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px}.casino-expand .providers-list{margin-top:6px}.bonus-card,.casino-expand,.casino-expand>td{overflow:hidden}.casino-expand .md-track{display:flex;transition:transform .35s cubic-bezier(.4,0,.2,1);will-change:transform}.casino-expand .md-page{min-width:100%;max-width:100%;flex-shrink:0;box-sizing:border-box;padding:14px 16px;border-left:3px solid;border-image:linear-gradient(180deg,#6c3ef7,#2d7ff9)1;overflow:hidden;word-wrap:break-word;overflow-wrap:break-word}.casino-expand .md-dots{display:flex;justify-content:center;gap:6px;padding:8px 0 10px}.casino-expand .md-dot{width:6px;height:6px;border-radius:50%;background:#ccd5e4;transition:all .3s}.casino-expand .md-dot.active{width:20px;border-radius:4px;background:#2d7ff9}.casino-expand .md-header{display:flex;align-items:center;gap:8px;margin-bottom:10px}.casino-expand .md-icon{width:30px;height:30px;border-radius:8px;display:grid;place-items:center;font-size:15px;background:rgba(45,127,249,.08);flex-shrink:0}.casino-expand .md-title{font-size:16px;font-weight:700;color:#4a5a7a}.casino-expand .md-subtitle{font-size:12px;color:#6b7c9a;font-weight:500}.casino-expand .md-stats{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:8px}.casino-expand .md-stat{background:#f3f6fb;border-radius:8px;padding:8px 10px}.casino-expand .md-stat-label{font-size:11px;text-transform:uppercase;letter-spacing:.5px;color:#6b7c9a;font-weight:600}.casino-expand .md-stat-value{font-size:15px;font-weight:700;color:#4a5a7a;margin-top:1px;word-break:break-word}.casino-expand .md-chips{display:flex;gap:5px;flex-wrap:wrap;margin-top:6px}.casino-expand .md-chip{font-size:13px;padding:4px 11px;border-radius:5px;background:rgba(107,124,154,.1);color:#6b7c9a;font-weight:600}.casino-expand .md-list{list-style:none;padding:0;margin-top:6px}.casino-expand .md-list li{gap:7px;padding:3px 0;font-size:14px;color:#4a5a7a;line-height:1.45}.casino-expand .md-list.pros li::before{background:#16a06a}.casino-expand .md-list.cons li{color:#e85555}.casino-expand .md-list.cons li::before{background:#e85555}.casino-expand .md-pros-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.casino-expand .md-pros-grid .detail-heading,.casino-expand .md-pros-grid h6{font-size:11px;text-transform:uppercase;letter-spacing:.5px;color:#6b7c9a;font-weight:700;margin-bottom:4px}@media (max-width:768px){.casino-expand .casino-detail{display:none!important}.casino-expand .mobile-detail{display:block!important;max-height:none!important;overflow:visible!important}.casino-expand .detail-grid{grid-template-columns:1fr;gap:10px}.casino-expand .md-page{padding:12px 14px}.casino-expand .md-stats{grid-template-columns:1fr 1fr;gap:6px}.casino-expand .md-stat{padding:7px 10px}.casino-expand .md-stat-value{font-size:14px}.casino-expand .md-title{font-size:15px}.casino-expand .md-chip{font-size:12px;padding:3px 9px}.casino-expand .md-list li{font-size:13px}.casino-expand .md-pros-grid{grid-template-columns:1fr;gap:6px}}.bonus-card{background:rgba(255,255,255,.85);border:1px solid rgba(45,100,180,.12);border-radius:12px;backdrop-filter:blur(10px);box-shadow:0 1px 4px rgba(0,0,0,.04);transition:border-color .2s,box-shadow .2s;flex-shrink:0;display:grid;grid-template-columns:1fr}.bonus-card:hover{border-color:rgba(45,127,249,.25);box-shadow:0 4px 16px rgba(45,127,249,.08)}.bonus-card.featured{border-color:rgba(45,100,180,.12)}.bonus-card.featured .bonus-badge{background:rgba(45,127,249,.1);color:#2d7ff9}.bonus-card .bonus-logo{width:100px;height:48px;border-radius:6px;object-fit:contain;flex-shrink:0}.bonus-card .has-logo .bonus-casino-name{display:none}.bonus-card .has-logo .bonus-headline{margin-top:0}.bonus-card .bonus-row{display:grid;grid-template-columns:100px 1fr auto;align-items:center;gap:16px;padding:14px 20px}.bonus-card .bonus-rank{width:36px;height:36px;border-radius:9px;display:grid;place-items:center;font-size:15px;font-weight:800;background:#2563b0;color:#fff;flex-shrink:0}.bonus-card .bonus-info{min-width:0}.bonus-card .bonus-casino-name{font-size:16px;font-weight:700;color:#1a2340}.bonus-card .bonus-headline{font-size:17px;color:#16a06a;font-weight:700;margin-top:2px;line-height:1.4}.bonus-card .bonus-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.bonus-card .bonus-details{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:rgba(45,100,180,.12);border-top:1px solid rgba(45,100,180,.12)}.bonus-card .bonus-detail-item{background:rgba(255,255,255,.85);padding:10px 14px;text-align:center}.bonus-card .bonus-detail-label{font-size:11px;text-transform:uppercase;letter-spacing:.5px;color:#6b7c9a;font-weight:600;margin-bottom:2px}.bonus-card .bonus-detail-value{font-size:14px;font-weight:700;color:#1a2340}.bonus-card .bonus-detail-value.good{color:#16a06a}.bonus-card .bonus-detail-value.warn{color:#e6930c}.bonus-card .bonus-detail-value.bad{color:#e85555}.bonus-card .bonus-expand{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .3s;padding:0 20px}.bonus-card.expanded .bonus-expand{max-height:1000px;padding:14px 20px}.bonus-card.expanded .expand-btn svg,.burning-q-variant.open .burning-q-arrow svg,.burning-q.open .burning-q-arrow svg,.pay-card.expanded .expand-btn svg,.spin-card.expanded .expand-btn svg,tr.bonus-card.expanded .expand-btn svg,tr.casino-card.expanded .expand-btn svg,tr.pay-card.expanded .expand-btn svg,tr.spin-card.expanded .expand-btn svg{transform:rotate(180deg)}.bonus-card .bonus-expand-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.bonus-card .bonus-expand-section h3,.bonus-card .bonus-expand-section h4,.pay-card .pay-expand-section h3,.pay-card .pay-expand-section h4,.spin-card .spin-expand-section h3,.spin-card .spin-expand-section h4{font-size:12px;text-transform:uppercase;letter-spacing:.8px;color:#6b7c9a;margin-bottom:4px;font-weight:700}.bonus-card .bonus-expand-section p,.bonus-card .bonus-expand-section ul,tr.bonus-expand .bonus-expand-section p,tr.bonus-expand .bonus-expand-section ul{font-size:14px;color:#4a5a7a;line-height:1.55}.bonus-card .bonus-expand-section ul,tr.bonus-expand .bonus-expand-section ul{list-style:none;padding:0}.bonus-card .bonus-expand-section ul li::before,tr.bonus-expand .bonus-expand-section ul li::before{content:"";width:5px;height:5px;border-radius:50%;background:#2d7ff9;flex-shrink:0}.bonus-card .bonus-tcs{font-size:11px;color:#6b7c9a;line-height:1.45;padding:0 20px 10px}.bonus-card .bonus-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:5px;font-size:11px;font-weight:700;background:rgba(45,127,249,.1);color:#2d7ff9;margin-top:4px;white-space:nowrap}.bonus-card .bonus-badge svg{width:12px;height:12px;flex-shrink:0}@media (max-width:768px){.burning-q .burning-q-top{padding:14px;gap:10px}.burning-q .burning-q-title{font-size:16px}.burning-q .burning-q-body{font-size:14px;padding:0 14px 6px}.burning-q .burning-q-meta{padding:0 14px 14px}}.bonus-filters{display:flex;gap:6px;flex-wrap:wrap;padding:4px 0 8px}.bonus-filters .bonus-filter-btn{padding:6px 14px;border-radius:8px;border:1px solid rgba(45,100,180,.12);background:rgba(255,255,255,.85);font-size:13px;font-weight:600;color:#4a5a7a;cursor:pointer;transition:all .2s}.bonus-filters .bonus-filter-btn:hover{border-color:rgba(45,127,249,.3);color:#2d7ff9}.bonus-filters .bonus-filter-btn.active{background:#2d7ff9;border-color:#2d7ff9;color:#fff}@media (max-width:768px){.bonus-card .bonus-row{display:flex;flex-wrap:wrap;gap:0;padding:12px 14px 10px}.bonus-card .bonus-rank{width:32px;height:32px;font-size:14px;border-radius:7px;margin-right:10px}.bonus-card .bonus-info{flex:1;min-width:0}.bonus-card .bonus-headline{font-size:15px}.bonus-card .has-logo{flex-direction:column;align-items:center;text-align:center}.bonus-card .has-logo .bonus-logo{width:110px;height:48px;border-radius:8px;margin:0 0 6px}.bonus-card .has-logo .bonus-info{text-align:center;width:100%}.bonus-card .has-logo .bonus-casino-name{display:none}.bonus-card .has-logo .bonus-actions{padding-left:0;justify-content:center}.bonus-card .bonus-actions{width:100%;margin-top:8px;padding-left:42px}.bonus-card .expand-btn,.bonus-card .pin-btn{width:30px;height:30px}.bonus-card .bonus-details{grid-template-columns:1fr 1fr}.bonus-card .bonus-expand-grid{grid-template-columns:1fr}.bonus-card .bonus-tcs{padding:0 14px 8px;font-size:10px}}@media (max-width:400px){.bonus-card .bonus-casino-name{font-size:15px}.bonus-card .bonus-headline{font-size:14px}.bonus-card .bonus-detail-value{font-size:13px}}.bonus-card .cta-btn{padding:10px 22px;background:linear-gradient(135deg,#2d7ff9,#1d6de8);color:#fff;font-weight:700;font-size:15px;border:0;border-radius:8px;cursor:pointer;transition:transform .15s,box-shadow .15s;white-space:nowrap;text-decoration:none;display:inline-block}.bonus-card .cta-btn:hover{transform:scale(1.03);box-shadow:0 4px 16px rgba(45,127,249,.25)}.bonus-card .cta-btn.outline{background:0 0;border:1.5px solid #2d7ff9;color:#2d7ff9}.bonus-card .cta-btn.outline:hover{background:rgba(45,127,249,.06);box-shadow:none;transform:none}.bonus-card .expand-btn{width:32px;height:32px;display:grid;place-items:center;background:rgba(45,127,249,.07);border-radius:8px;cursor:pointer;transition:transform .3s,background .2s;color:#2d7ff9}.bonus-card .expand-btn:hover{background:rgba(45,127,249,.14)}.bonus-card .expand-btn svg{width:16px;height:16px;transition:transform .3s}.bonus-card .expand-btn,.bonus-card .pin-btn,.spin-card{border:1px solid rgba(45,100,180,.12)}.bonus-card .pin-btn{width:32px;height:32px;border-radius:8px;background:rgba(108,62,247,.07);color:#2d7ff9;font-size:15px;display:grid;place-items:center;cursor:pointer;transition:background .2s,border-color .2s,transform .15s,color .2s;line-height:1;position:relative}.bonus-card .pin-btn:hover{background:rgba(108,62,247,.14);border-color:rgba(108,62,247,.4)}.bonus-card .pin-btn.pinned{background:#6c3ef7;border-color:#6c3ef7;color:#fff}.bonus-card.pinned-card{border-left:3px solid #6c3ef7}.bonus-card .pin-btn.shake{animation:pinShake .4s ease}.bonus-card .pin-tooltip{position:absolute;top:-30px;right:0;background:#0a0e1a;color:#fff;font-size:10px;padding:4px 8px;border-radius:5px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s}.bonus-card .pin-btn.shake .pin-tooltip{opacity:1}.bonus-card .dna-strip{display:none;align-items:center;gap:10px;padding:6px 20px 10px}.bonus-card .dna-strip.visible{display:flex}.bonus-card .dna-match-info{display:flex;flex-direction:column;gap:3px;flex:1;min-width:0}.bonus-card .dna-match-top{display:flex;align-items:baseline;gap:6px}.bonus-card .dna-match-pct{font-size:14px;font-weight:800}.bonus-card .dna-match-label{font-size:11px;color:#6b7c9a;font-weight:500}.bonus-card .dna-bar-track{width:100%;max-width:200px;height:5px;background:#e4eaf4;border-radius:3px;overflow:hidden}.bonus-card .dna-bar-fill{height:100%;border-radius:3px;width:0%;transition:width 1s ease-out}tr.bonus-expand .bonus-expand{max-height:none;overflow:visible;padding:14px 20px}tr.bonus-expand .bonus-expand-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}tr.bonus-expand .bonus-expand-section .detail-heading,tr.bonus-expand .bonus-expand-section h3,tr.bonus-expand .bonus-expand-section h4{font-size:12px;letter-spacing:.8px;color:#6b7c9a;margin-bottom:4px;font-weight:700}.bonus-card .bonus-expand-section ul li,.spin-card .spin-expand-section ul li,tr.bonus-expand .bonus-expand-section ul li{padding:2px 0;display:flex;align-items:baseline;gap:7px}@media (max-width:768px){tr.bonus-expand .bonus-expand-grid{grid-template-columns:1fr}}tr.bonus-expand .bonus-details{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:rgba(45,100,180,.12);border-top:1px solid rgba(45,100,180,.12)}tr.bonus-expand .bonus-detail-item{background:rgba(255,255,255,.85);padding:10px 14px;text-align:center}tr.bonus-expand .bonus-detail-label{font-size:11px;text-transform:uppercase;letter-spacing:.5px;color:#6b7c9a;font-weight:600;margin-bottom:2px}tr.bonus-expand .bonus-detail-value{font-size:14px;font-weight:700;color:#1a2340}tr.bonus-expand .bonus-detail-value.good{color:#16a06a}tr.bonus-expand .bonus-detail-value.warn{color:#e6930c}tr.bonus-expand .bonus-tcs{font-size:11px;color:#6b7c9a;line-height:1.45;padding:0 20px 10px}@media (max-width:768px){tr.bonus-expand .bonus-details{grid-template-columns:1fr 1fr}tr.bonus-expand .bonus-detail-value{font-size:13px}}.spin-card{background:rgba(255,255,255,.85);border-radius:12px;backdrop-filter:blur(10px);box-shadow:0 1px 4px rgba(0,0,0,.04);transition:border-color .2s,box-shadow .2s;flex-shrink:0;overflow:hidden}.spin-card:hover{border-color:rgba(45,127,249,.25);box-shadow:0 4px 16px rgba(45,127,249,.08)}.spin-card.featured{border-color:rgba(45,100,180,.12)}.spin-card .spin-logo{width:100px;height:48px;border-radius:6px;object-fit:contain;flex-shrink:0}.spin-card .has-logo .spin-casino-name{display:none}.spin-card .has-logo .spin-headline{margin-top:0}.spin-card .spin-row{display:grid;grid-template-columns:100px 1fr auto;align-items:center;gap:16px;padding:14px 20px}.spin-card .spin-rank{width:36px;height:36px;border-radius:9px;display:grid;place-items:center;font-size:15px;font-weight:800;background:#2563b0;color:#fff;flex-shrink:0}.spin-card .spin-info{min-width:0}.spin-card .spin-casino-name{font-size:16px;font-weight:700;color:#1a2340}.spin-card .spin-headline{font-size:17px;color:#16a06a;font-weight:700;margin-top:2px;line-height:1.4}.spin-card .spin-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.spin-card .spin-count{display:flex;align-items:center;gap:10px;padding:8px 20px;background:rgba(45,127,249,.04)}.spin-card .spin-number{font-size:26px;font-weight:800;color:#2d7ff9;line-height:1}.spin-card .spin-number-label{font-size:12px;text-transform:uppercase;letter-spacing:.5px;color:#6b7c9a;font-weight:600}.spin-card .spin-game{font-size:14px;font-weight:700;color:#1a2340}.spin-card .spin-details{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:rgba(45,100,180,.12);border-top:1px solid rgba(45,100,180,.12)}.spin-card .spin-detail-item{background:rgba(255,255,255,.85);padding:10px 14px;text-align:center}.spin-card .spin-detail-label{font-size:11px;text-transform:uppercase;letter-spacing:.5px;color:#6b7c9a;font-weight:600;margin-bottom:2px}.spin-card .spin-detail-value{font-size:14px;font-weight:700;color:#1a2340}.spin-card .spin-detail-value.good{color:#16a06a}.spin-card .spin-detail-value.warn{color:#e6930c}.spin-card .spin-badges{display:flex;gap:5px;flex-wrap:wrap;padding:0 20px 6px;margin-top:4px}.spin-card .spin-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:5px;font-size:11px;font-weight:700;white-space:nowrap}.spin-card .spin-badge svg{width:12px;height:12px;flex-shrink:0}.spin-card .spin-badge.no-deposit{background:rgba(22,160,106,.1);color:#16a06a}.spin-card .spin-badge.deposit{background:rgba(45,127,249,.1);color:#2d7ff9}.spin-card .spin-badge.low-wager{background:rgba(22,160,106,.1);color:#16a06a}.spin-card .cta-btn{padding:10px 22px;background:linear-gradient(135deg,#2d7ff9,#1d6de8);color:#fff;font-weight:700;font-size:15px;border:0;border-radius:8px;cursor:pointer;transition:transform .15s,box-shadow .15s;white-space:nowrap;text-decoration:none;display:inline-block}.spin-card .cta-btn:hover{transform:scale(1.03);box-shadow:0 4px 16px rgba(45,127,249,.25)}.spin-card .cta-btn.outline{background:0 0;border:1.5px solid #2d7ff9;color:#2d7ff9}.spin-card .cta-btn.outline:hover{background:rgba(45,127,249,.06);box-shadow:none;transform:none}.spin-card .expand-btn,.spin-card .pin-btn{width:32px;height:32px;border-radius:8px;border:1px solid rgba(45,100,180,.12);color:#2d7ff9;display:grid;place-items:center;cursor:pointer}.spin-card .expand-btn{background:rgba(45,127,249,.07);transition:transform .3s,background .2s}.spin-card .expand-btn:hover{background:rgba(45,127,249,.14)}.spin-card .expand-btn svg{width:16px;height:16px;transition:transform .3s}.spin-card .pin-btn{background:rgba(108,62,247,.07);font-size:15px;transition:background .2s,border-color .2s,transform .15s,color .2s;line-height:1;position:relative}.spin-card .pin-btn:hover{background:rgba(108,62,247,.14);border-color:rgba(108,62,247,.4)}.spin-card .pin-btn.pinned{background:#6c3ef7;border-color:#6c3ef7;color:#fff}.spin-card.pinned-card{border-left:3px solid #6c3ef7}.spin-card .pin-btn.shake{animation:pinShake .4s ease}.spin-card .pin-tooltip{position:absolute;top:-30px;right:0;background:#0a0e1a;color:#fff;font-size:10px;padding:4px 8px;border-radius:5px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s}.spin-card .pin-btn.shake .pin-tooltip{opacity:1}.spin-card .spin-tcs{font-size:11px;color:#6b7c9a;line-height:1.45;padding:0 20px 10px}.spin-card .spin-expand{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .3s;padding:0 20px}.spin-card.expanded .spin-expand{max-height:1000px;padding:14px 20px}.spin-card .spin-expand-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.spin-card .spin-expand-section p,.spin-card .spin-expand-section ul,tr.spin-expand .spin-expand-section p,tr.spin-expand .spin-expand-section ul{font-size:14px;color:#4a5a7a;line-height:1.55}.spin-card .spin-expand-section ul,tr.spin-expand .spin-expand-section ul{list-style:none;padding:0}.spin-card .spin-expand-section ul li::before,tr.spin-expand .spin-expand-section ul li::before{content:"";width:5px;height:5px;border-radius:50%;background:#2d7ff9;flex-shrink:0}.spin-filters{display:flex;gap:6px;flex-wrap:wrap;padding:4px 0 8px}.pay-card,.spin-filters .spin-filter-btn{background:rgba(255,255,255,.85);border:1px solid rgba(45,100,180,.12)}.spin-filters .spin-filter-btn{padding:6px 14px;border-radius:8px;font-size:13px;font-weight:600;color:#4a5a7a;cursor:pointer;transition:all .2s}.spin-filters .spin-filter-btn:hover{border-color:rgba(45,127,249,.3);color:#2d7ff9}.spin-filters .spin-filter-btn.active{background:#2d7ff9;border-color:#2d7ff9;color:#fff}@media (max-width:768px){.spin-card .spin-row{display:flex;flex-wrap:wrap;gap:0;padding:12px 14px 10px}.spin-card .spin-rank{width:32px;height:32px;font-size:14px;border-radius:7px;margin-right:10px}.spin-card .spin-info{flex:1;min-width:0}.spin-card .spin-headline{font-size:15px}.spin-card .has-logo{flex-direction:column;align-items:center;text-align:center}.spin-card .has-logo .spin-logo{width:110px;height:48px;border-radius:8px;margin:0 0 6px}.spin-card .has-logo .spin-info{text-align:center;width:100%}.spin-card .has-logo .spin-casino-name{display:none}.spin-card .has-logo .spin-actions{padding-left:0;justify-content:center}.spin-card .spin-actions{width:100%;margin-top:8px;padding-left:42px}.spin-card .expand-btn,.spin-card .pin-btn{width:30px;height:30px}.spin-card .spin-details{grid-template-columns:1fr 1fr}.spin-card .spin-expand-grid{grid-template-columns:1fr}.spin-card .spin-tcs{padding:0 14px 8px;font-size:10px}.spin-card .spin-badges{padding:0 14px 6px}.spin-card .spin-count{padding:8px 14px}}@media (max-width:400px){.spin-card .spin-casino-name{font-size:15px}.spin-card .spin-headline{font-size:14px}.spin-card .spin-detail-value{font-size:13px}.spin-card .spin-number{font-size:21px}}tr.spin-expand .spin-expand{max-height:none;overflow:visible;padding:14px 20px}tr.spin-expand .spin-expand-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}tr.spin-expand .spin-expand-section .detail-heading,tr.spin-expand .spin-expand-section h3,tr.spin-expand .spin-expand-section h4{font-size:12px;letter-spacing:.8px;color:#6b7c9a;margin-bottom:4px;font-weight:700}.pay-card .pay-expand-section ul li,tr.spin-expand .spin-expand-section ul li{padding:2px 0;display:flex;align-items:baseline;gap:7px}@media (max-width:768px){tr.spin-expand .spin-expand-grid{grid-template-columns:1fr}}tr.spin-expand .spin-details{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:rgba(45,100,180,.12);border-top:1px solid rgba(45,100,180,.12)}tr.spin-expand .spin-detail-item{background:rgba(255,255,255,.85);padding:10px 14px;text-align:center}tr.spin-expand .spin-detail-label{font-size:11px;text-transform:uppercase;letter-spacing:.5px;color:#6b7c9a;font-weight:600;margin-bottom:2px}tr.spin-expand .spin-detail-value{font-size:14px;font-weight:700;color:#1a2340}tr.spin-expand .spin-detail-value.good{color:#16a06a}tr.spin-expand .spin-tcs{font-size:11px;color:#6b7c9a;line-height:1.45;padding:0 20px 10px}@media (max-width:768px){tr.spin-expand .spin-details{grid-template-columns:1fr 1fr}tr.spin-expand .spin-detail-value{font-size:13px}}.pay-card{border-radius:12px;backdrop-filter:blur(10px);box-shadow:0 1px 4px rgba(0,0,0,.04);transition:border-color .2s,box-shadow .2s;flex-shrink:0;display:grid;grid-template-columns:1fr;overflow:hidden}.pay-card:hover{border-color:rgba(45,127,249,.25);box-shadow:0 4px 16px rgba(45,127,249,.08)}.pay-card .pay-row{display:grid;grid-template-columns:100px 1fr auto;align-items:center;gap:16px;padding:14px 20px}.pay-card .pay-logo{width:100px;height:48px;border-radius:6px;object-fit:contain;flex-shrink:0}.pay-card .has-logo .pay-casino-name{display:none}.pay-card .has-logo .pay-headline{margin-top:0}.pay-card .pay-rank{width:36px;height:36px;border-radius:9px;display:grid;place-items:center;font-size:15px;font-weight:800;background:#2563b0;color:#fff;flex-shrink:0}.pay-card .pay-info{min-width:0}.pay-card .pay-casino-name{font-size:16px;font-weight:700;color:#1a2340}.pay-card .pay-headline{font-size:17px;color:#16a06a;font-weight:700;margin-top:2px;line-height:1.4}.pay-card .pay-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.pay-card .pay-details{display:grid;grid-template-columns:repeat(6,1fr);gap:1px;background:rgba(45,100,180,.12);border-top:1px solid rgba(45,100,180,.12)}.pay-card .pay-detail-item{background:rgba(255,255,255,.85);padding:10px 14px;text-align:center}.pay-card .pay-detail-label{font-size:11px;text-transform:uppercase;letter-spacing:.5px;color:#6b7c9a;font-weight:600;margin-bottom:2px}.pay-card .pay-detail-value{font-size:14px;font-weight:700;color:#1a2340}.pay-card .pay-detail-value.good{color:#16a06a}.pay-card .pay-detail-value.warn{color:#e6930c}.pay-card .pay-badges{display:flex;gap:5px;flex-wrap:wrap;padding:0 20px 6px;margin-top:4px}.pay-card .pay-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:5px;font-size:11px;font-weight:700;white-space:nowrap}.pay-card .pay-badge svg{width:12px;height:12px;flex-shrink:0}.pay-card .pay-badge.no-deposit{background:rgba(22,160,106,.1);color:#16a06a}.pay-card .pay-badge.deposit{background:rgba(45,127,249,.1);color:#2d7ff9}.pay-card .pay-expand{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .3s;padding:0 20px}.pay-card.expanded .pay-expand{max-height:1000px;padding:14px 20px}.pay-card .pay-expand-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.pay-card .pay-expand-section p,.pay-card .pay-expand-section ul,tr.pay-expand .pay-expand-section p,tr.pay-expand .pay-expand-section ul{font-size:14px;color:#4a5a7a;line-height:1.55}.pay-card .pay-expand-section ul,tr.pay-expand .pay-expand-section ul{list-style:none;padding:0}.pay-card .pay-expand-section ul li::before,tr.pay-expand .pay-expand-section ul li::before{content:"";width:5px;height:5px;border-radius:50%;background:#2d7ff9;flex-shrink:0}.pay-card .pay-tcs{font-size:11px;color:#6b7c9a;line-height:1.45;padding:0 20px 10px}.pay-card .cta-btn{padding:10px 22px;background:linear-gradient(135deg,#2d7ff9,#1d6de8);color:#fff;font-weight:700;font-size:15px;border:0;border-radius:8px;cursor:pointer;transition:transform .15s,box-shadow .15s;white-space:nowrap;text-decoration:none;display:inline-block}.pay-card .cta-btn:hover{transform:scale(1.03);box-shadow:0 4px 16px rgba(45,127,249,.25)}.pay-card .cta-btn.outline{background:0 0;border:1.5px solid #2d7ff9;color:#2d7ff9}.pay-card .cta-btn.outline:hover{background:rgba(45,127,249,.06);box-shadow:none;transform:none}.pay-card .expand-btn{width:32px;height:32px;display:grid;place-items:center;background:rgba(45,127,249,.07);border-radius:8px;cursor:pointer;transition:transform .3s,background .2s;color:#2d7ff9}.pay-card .expand-btn:hover{background:rgba(45,127,249,.14)}.pay-card .expand-btn svg{width:16px;height:16px;transition:transform .3s}.burning-q,.pay-card .expand-btn,.pay-card .pin-btn{border:1px solid rgba(45,100,180,.12)}.pay-card .pin-btn{width:32px;height:32px;border-radius:8px;background:rgba(108,62,247,.07);color:#2d7ff9;font-size:15px;display:grid;place-items:center;cursor:pointer;transition:background .2s,border-color .2s,transform .15s,color .2s;line-height:1;position:relative}.pay-card .pin-btn:hover{background:rgba(108,62,247,.14);border-color:rgba(108,62,247,.4)}.pay-card .pin-btn.pinned{background:#6c3ef7;border-color:#6c3ef7;color:#fff}.pay-card.pinned-card{border-left:3px solid #6c3ef7}.pay-card .pin-btn.shake{animation:pinShake .4s ease}.pay-card .pin-tooltip{position:absolute;top:-30px;right:0;background:#0a0e1a;color:#fff;font-size:10px;padding:4px 8px;border-radius:5px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s}.pay-card .pin-btn.shake .pin-tooltip{opacity:1}.pay-card .dna-strip{display:none;align-items:center;gap:10px;padding:6px 20px 10px}.pay-card .dna-strip.visible{display:flex}.pay-card .dna-match-info{display:flex;flex-direction:column;gap:3px;flex:1;min-width:0}.pay-card .dna-match-top{display:flex;align-items:baseline;gap:6px}.pay-card .dna-match-pct{font-size:14px;font-weight:800}.pay-card .dna-match-label{font-size:11px;color:#6b7c9a;font-weight:500}.pay-card .dna-bar-track{width:100%;max-width:200px;height:5px;background:#e4eaf4;border-radius:3px;overflow:hidden}.pay-card .dna-bar-fill{height:100%;border-radius:3px;width:0%;transition:width 1s ease-out}.burning-q{background:rgba(255,255,255,.85);border-radius:12px;margin-bottom:10px;backdrop-filter:blur(10px);transition:opacity .25s ease;overflow:hidden;flex-shrink:0}.burning-q.fade-out{opacity:0}.burning-q.fade-in{opacity:1}.burning-q .burning-q-top{display:flex;align-items:center;gap:12px;padding:16px 20px;cursor:pointer;user-select:none}.burning-q .burning-q-top-text{flex:1;min-width:0}.burning-q .burning-q-label{font-size:11px;text-transform:uppercase;letter-spacing:.8px;color:#f0a030;font-weight:700;display:flex;align-items:center;gap:6px}.burning-q .burning-q-arrow svg,.burning-q .burning-q-label svg{width:14px;height:14px;stroke:#f0a030}.burning-q .burning-q-title{font-size:17px;font-weight:700;color:#1a2340;line-height:1.4;margin-top:4px}.burning-q .burning-q-arrow{width:30px;height:30px;display:grid;place-items:center;background:rgba(240,160,48,.08);border:1px solid rgba(240,160,48,.15);border-radius:8px;flex-shrink:0}.burning-q .burning-q-arrow svg{transition:transform .3s}.burning-q .burning-q-answer{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1)}.burning-q.open .burning-q-answer{max-height:400px}.burning-q .burning-q-body{font-size:15px;color:#4a5a7a;line-height:1.6;padding:0 20px 6px}.burning-q .burning-q-meta{font-size:12px;color:#6b7c9a;padding:0 20px 16px;font-weight:600}.pay-filters{display:flex;gap:6px;flex-wrap:wrap;padding:4px 0 8px}.pay-filters .pay-filter-btn{padding:6px 14px;border-radius:8px;border:1px solid rgba(45,100,180,.12);background:rgba(255,255,255,.85);font-size:13px;font-weight:600;color:#4a5a7a;cursor:pointer;transition:all .2s}.pay-filters .pay-filter-btn:hover{border-color:rgba(45,127,249,.3);color:#2d7ff9}.pay-filters .pay-filter-btn.active{background:#2d7ff9;border-color:#2d7ff9;color:#fff}@media (max-width:768px){.pay-card .pay-row{display:flex;flex-wrap:wrap;gap:0;padding:12px 14px 10px}.pay-card .pay-rank{width:32px;height:32px;font-size:14px;border-radius:7px;margin-right:10px}.pay-card .pay-info{flex:1;min-width:0}.pay-card .pay-headline{font-size:15px}.pay-card .has-logo{flex-direction:column;align-items:center;text-align:center}.pay-card .has-logo .pay-logo{width:110px;height:48px;border-radius:8px;margin:0 0 6px}.pay-card .has-logo .pay-info{text-align:center;width:100%}.pay-card .has-logo .pay-casino-name{display:none}.pay-card .has-logo .pay-actions{padding-left:0;justify-content:center}.pay-card .pay-actions{width:100%;margin-top:8px;padding-left:42px}.pay-card .expand-btn,.pay-card .pin-btn{width:30px;height:30px}.pay-card .pay-details{grid-template-columns:1fr 1fr}.pay-card .pay-expand-grid{grid-template-columns:1fr}.pay-card .pay-tcs{padding:0 14px 8px;font-size:10px}.pay-card .pay-badges{padding:0 14px 6px}.burning-q .burning-q-top{padding:14px;gap:10px}.burning-q .burning-q-title{font-size:16px}.burning-q .burning-q-body{font-size:14px;padding:0 14px 6px}.burning-q .burning-q-meta{padding:0 14px 14px}}@media (max-width:400px){.pay-card .pay-casino-name{font-size:15px}.pay-card .pay-headline{font-size:14px}.pay-card .pay-detail-value{font-size:13px}}.burning-q-variant.open .burning-q-answer{max-height:400px}tr.pay-expand .pay-expand{max-height:none;overflow:visible;padding:14px 20px}tr.pay-expand .pay-expand-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}tr.pay-expand .pay-expand-section .detail-heading,tr.pay-expand .pay-expand-section h3,tr.pay-expand .pay-expand-section h4{font-size:12px;letter-spacing:.8px;color:#6b7c9a;margin-bottom:4px;font-weight:700}tr.pay-expand .pay-expand-section ul li{padding:2px 0;display:flex;align-items:baseline;gap:7px}@media (max-width:768px){tr.pay-expand .pay-expand-grid{grid-template-columns:1fr}}tr.pay-expand .pay-details{display:grid;grid-template-columns:repeat(6,1fr);gap:1px;background:rgba(45,100,180,.12);border-top:1px solid rgba(45,100,180,.12)}tr.pay-expand .pay-detail-item{background:rgba(255,255,255,.85);padding:10px 14px;text-align:center}.summary-table th,tr.pay-expand .pay-detail-label{font-size:11px;text-transform:uppercase;letter-spacing:.5px;color:#6b7c9a}tr.pay-expand .pay-detail-label{font-weight:600;margin-bottom:2px}tr.pay-expand .pay-detail-value{font-size:14px;font-weight:700;color:#1a2340}tr.pay-expand .pay-detail-value.good{color:#16a06a}tr.pay-expand .pay-tcs{font-size:11px;color:#6b7c9a;line-height:1.45;padding:0 20px 10px}@media (max-width:768px){tr.pay-expand .pay-details{grid-template-columns:1fr 1fr}tr.pay-expand .pay-detail-value{font-size:13px}}.casino-rankings{list-style:none;padding:0;margin:0}.casino-rankings>li{list-style:none;display:block}.category-section .verdict-icon svg,.editor-quote .editor-avatar svg{width:20px;height:20px}.content-section .rank-steps{display:flex;flex-direction:column;gap:12px;margin-top:14px}.content-section .rank-step{display:flex;gap:12px;align-items:flex-start;background:rgba(255,255,255,.7);border:1px solid rgba(45,100,180,.1);border-radius:10px;padding:14px 16px}.content-section .step-body{flex:1}.content-section .step-body p{font-size:14px;color:#4a5a7a;line-height:1.6;margin:0}.bonus-table,.casino-table,.pay-table,.spin-table{display:block;width:100%}.bonus-table thead.sr-only,.casino-table thead.sr-only,.pay-table thead.sr-only,.spin-table thead.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.bonus-table tbody,.casino-table tbody,.pay-table tbody,.spin-table tbody,tr.bonus-card.expanded+tr.bonus-expand,tr.casino-card.expanded+tr.casino-expand,tr.pay-card.expanded+tr.pay-expand,tr.spin-card.expanded+tr.spin-expand{display:block}tr.casino-card,tr.casino-expand{background:rgba(255,255,255,.85);margin-bottom:8px}tr.casino-card{border:1px solid rgba(45,100,180,.12);border-radius:12px;backdrop-filter:blur(10px);box-shadow:0 1px 4px rgba(0,0,0,.04);transition:border-color .2s,box-shadow .2s;overflow:hidden;display:grid;grid-template-columns:100px 1fr auto;grid-template-rows:auto auto auto;gap:0 14px;padding:14px 20px;cursor:pointer;user-select:none;align-items:center}tr.casino-card.expanded{border-color:rgba(45,127,249,.3);box-shadow:0 6px 24px rgba(45,127,249,.1);border-radius:12px 12px 0 0;margin-bottom:0}tr.casino-card>.cell-bonus,tr.casino-card>.cell-casino{grid-column:1;grid-row:1;display:flex;align-items:center;padding:0}tr.casino-card>.cell-bonus{grid-column:2;min-width:0}tr.casino-card>.cell-cta{grid-column:3;grid-row:1;display:flex;align-items:center;gap:8px;padding:0;flex-shrink:0}tr.casino-card>.cell-dna,tr.casino-card>.cell-terms{grid-column:1/-1;grid-row:2;padding:0}tr.casino-card>.cell-dna{grid-row:3}tr.casino-card .casino-name{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}tr.casino-card .casino-logo{width:100px;height:48px;border-radius:6px;object-fit:contain}tr.casino-card .casino-bonus{font-size:17px;color:#16a06a;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}tr.casino-expand{display:none;border:1px solid rgba(45,127,249,.3);border-top:none;border-radius:0 0 12px 12px;box-shadow:0 6px 24px rgba(45,127,249,.1)}tr.bonus-expand>td,tr.casino-expand>td,tr.pay-expand>td,tr.spin-expand>td{display:block;padding:0}@media (max-width:768px){tr.casino-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:12px 14px 10px;gap:0}tr.casino-card>.cell-casino{width:100%;display:flex;justify-content:center;padding:0 0 6px}tr.casino-card .casino-logo{width:110px;height:48px;border-radius:8px}tr.casino-card>.cell-bonus{width:100%;padding:0;justify-content:center}tr.casino-card .casino-bonus{white-space:normal;overflow:visible;text-overflow:unset;font-size:15px;line-height:1.45;text-align:center}tr.casino-card>.cell-cta{width:100%;padding:8px;justify-content:center}tr.casino-card>.cell-dna,tr.casino-card>.cell-terms{width:100%}tr.casino-card .expand-btn,tr.casino-card .pin-btn{width:30px;height:30px}}tr.bonus-card,tr.pay-card,tr.spin-card{display:grid;grid-template-columns:100px 1fr auto;grid-template-rows:auto auto auto;gap:0 14px;padding:14px 20px;cursor:pointer;user-select:none;align-items:center;margin-bottom:8px;background:rgba(255,255,255,.85);border:1px solid rgba(45,100,180,.12);border-radius:12px;backdrop-filter:blur(10px);box-shadow:0 1px 4px rgba(0,0,0,.04);transition:border-color .2s,box-shadow .2s;overflow:hidden}tr.bonus-card.featured,tr.spin-card.featured{border-color:rgba(240,160,48,.35)}tr.bonus-card>.cell-casino,tr.pay-card>.cell-casino,tr.spin-card>.cell-casino{grid-column:1;grid-row:1;display:flex;align-items:center;padding:0}tr.bonus-card>.cell-bonus,tr.pay-card>.cell-bonus,tr.spin-card>.cell-bonus{grid-column:2;grid-row:1;min-width:0;padding:0;display:flex;flex-direction:column;justify-content:center}tr.bonus-card>.cell-cta,tr.pay-card>.cell-cta,tr.spin-card>.cell-cta{grid-column:3;grid-row:1;display:flex;align-items:center;gap:8px;padding:0;flex-shrink:0}tr.bonus-card>.cell-dna,tr.bonus-card>.cell-terms,tr.pay-card>.cell-terms{grid-column:1/-1;grid-row:2;padding:0}tr.bonus-card>.cell-dna{grid-row:3}tr.bonus-card .bonus-logo,tr.pay-card .pay-logo,tr.spin-card .spin-logo{width:100px;height:48px;border-radius:6px;object-fit:contain}tr.bonus-card .bonus-casino-name,tr.pay-card .pay-casino-name,tr.spin-card .spin-casino-name{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}tr.bonus-expand,tr.pay-expand,tr.spin-expand{display:none;background:rgba(255,255,255,.85);border:0;border-radius:0 0 12px 12px;margin-bottom:8px;overflow:hidden}tr.bonus-card.expanded,tr.pay-card.expanded,tr.spin-card.expanded{border-color:rgba(45,100,180,.2);border-radius:12px 12px 0 0;margin-bottom:0}@media (max-width:768px){tr.bonus-card,tr.pay-card,tr.spin-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:12px 14px 10px;gap:0}tr.bonus-card>.cell-casino,tr.pay-card>.cell-casino,tr.spin-card>.cell-casino{width:100%;display:flex;justify-content:center;padding:0 0 6px}tr.bonus-card .bonus-logo,tr.pay-card .pay-logo,tr.spin-card .spin-logo{width:110px;height:48px;border-radius:8px}tr.bonus-card>.cell-bonus,tr.pay-card>.cell-bonus,tr.spin-card>.cell-bonus{width:100%;padding:0;align-items:center;text-align:center}tr.bonus-card>.cell-cta,tr.pay-card>.cell-cta,tr.spin-card>.cell-cta{width:100%;padding:8px;justify-content:center}tr.bonus-card>.cell-dna,tr.bonus-card>.cell-terms,tr.pay-card>.cell-terms,tr.spin-card>.cell-terms{width:100%}tr.bonus-card .expand-btn,tr.bonus-card .pin-btn,tr.pay-card .expand-btn,tr.pay-card .pin-btn,tr.spin-card .expand-btn,tr.spin-card .pin-btn{width:30px;height:30px}}.summary-table-wrap{margin-bottom:10px;flex-shrink:0;overflow-x:auto;-webkit-overflow-scrolling:touch}.summary-table{width:100%;border-collapse:collapse;font-size:13px;background:rgba(255,255,255,.85);border:1px solid rgba(45,100,180,.12);border-radius:10px;overflow:hidden}.summary-table thead{background:rgba(45,127,249,.06)}.summary-table th{text-align:left;font-weight:700;padding:10px 12px;border-bottom:2px solid rgba(45,100,180,.12);white-space:nowrap}.summary-table td{padding:9px 12px;border-bottom:1px solid rgba(45,100,180,.06);color:#4a5a7a;font-size:13px;vertical-align:middle}.summary-table tr:last-child td{border-bottom:none}.summary-table tr:hover{background:rgba(45,127,249,.03)}.summary-table .rank-num{width:24px;height:24px;border-radius:6px;display:inline-grid;place-items:center;font-size:11px;font-weight:800;background:rgba(45,127,249,.1);color:#2563b0}.summary-table tr:first-child .rank-num{background:linear-gradient(135deg,#2d7ff9,#6c3ef7);color:#fff}.summary-table .casino-name-cell{font-weight:700;color:#1a2340;white-space:nowrap}.summary-table .bonus-cell,.summary-table .good{color:#16a06a;font-weight:600}.summary-table a{color:#1a2340;text-decoration:none;font-weight:700}.summary-table a:hover{text-decoration:underline}.summary-table a:visited{color:#1a2340}@media (max-width:768px){.summary-table{font-size:12px}.summary-table td,.summary-table th{padding:8px}}.compare-title,.dna-modal-title{font-size:18px;font-weight:800;color:#1a2340;margin-bottom:4px}.compare-title{margin-bottom:16px}.bonus-badge{font-size:11px;display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:4px;background:rgba(45,127,249,.08);color:#2563b0;font-weight:600;margin-top:2px;white-space:nowrap;width:fit-content}.bonus-badge svg,.cell-spincount .spin-badge svg{width:12px;height:12px}tr.spin-card>.cell-spincount,tr.spin-card>.cell-terms{grid-column:1/-1;grid-row:2;padding:0}tr.spin-card>.cell-terms{grid-row:3}.cell-spincount .spin-count{display:flex;align-items:center;gap:10px;padding:8px 20px;background:rgba(45,127,249,.04)}.cell-spincount .spin-number{font-size:26px;font-weight:800;color:#2d7ff9;line-height:1}.cell-spincount .spin-number-label{font-size:12px;text-transform:uppercase;letter-spacing:.5px;color:#6b7c9a;font-weight:600}.cell-spincount .spin-game{font-size:12px;color:#6b7c9a}.cell-spincount .spin-badges{display:flex;gap:5px;flex-wrap:wrap;padding:0 20px 6px;margin-top:4px}.cell-spincount .spin-badge{font-size:11px;display:inline-flex;align-items:center;gap:3px;padding:2px 8px;border-radius:4px;font-weight:600}.cell-spincount .spin-badge.no-wagering{background:rgba(22,160,106,.1);color:#16a06a}.cell-spincount .spin-badge.deposit{background:rgba(45,127,249,.08);color:#2563b0}.detail-heading,.detail-top-heading{font-size:13px;letter-spacing:.4px;color:#6b7c9a;margin:0 0 5px;padding:0;font-weight:700;line-height:1.3}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.bonus-tcs a,.card-tcs a,.pay-tcs a,.spin-tcs a{color:#4a5a7a;font-weight:700;text-decoration:none}.bonus-tcs a:visited,.card-tcs a:visited,.pay-tcs a:visited,.spin-tcs a:visited{color:#4a5a7a}.bonus-tcs a:hover,.card-tcs a:hover,.pay-tcs a:hover,.spin-tcs a:hover{text-decoration:underline}