*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-bg: #0d0818;--color-bg-elevated: #16102a;--color-surface: #1f1635;--color-border: rgba(124, 92, 255, .25);--color-text: #e8e4f5;--color-text-muted: #a89ec4;--color-accent: #7c5cff;--color-accent-glow: rgba(124, 92, 255, .35);--color-gold: #f5c842;--color-gold-soft: #ffe08a;--color-teal: #2ee6c5;--font-body: "Outfit", system-ui, sans-serif;--font-brand: "Sora", "Outfit", sans-serif;--font-hero: "Playfair Display", Georgia, serif;--radius-sm: 6px;--radius-md: 12px;--shadow-nav: 0 4px 24px rgba(0, 0, 0, .35);--transition-fast: .2s ease}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--color-bg);color:var(--color-text);line-height:1.6;min-height:100vh;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}ul{list-style:none}img{max-width:100%;height:auto;display:block}.navbar{background:var(--color-bg-elevated);border-bottom:1px solid var(--color-border);box-shadow:var(--shadow-nav);position:relative;z-index:100}.navbar__inner{max-width:1200px;margin:0 auto;padding:.875rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{display:flex;align-items:center;gap:.65rem;flex-shrink:0}.brand__icon{width:44px;height:44px;flex-shrink:0;display:flex;align-items:center;justify-content:center;filter:drop-shadow(0 4px 12px rgba(46,230,197,.25))}.brand__icon svg{width:44px;height:44px}.brand__title{font-family:var(--font-brand);font-size:1.1rem;font-weight:700;letter-spacing:-.03em;color:var(--color-text);line-height:1.2}.brand__title em{font-style:normal;color:var(--color-teal)}.brand__tagline{font-size:.65rem;color:var(--color-text-muted);font-weight:500;letter-spacing:.08em;text-transform:uppercase}.nav-links{display:flex;align-items:center;gap:.25rem}.nav-links a{padding:.5rem .9rem;font-size:.9rem;font-weight:500;color:var(--color-text-muted);border-radius:var(--radius-sm);transition:color var(--transition-fast),background var(--transition-fast)}.nav-links a:hover,.nav-links a.active{color:var(--color-text);background:#7c5cff26}.nav-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:10px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm);cursor:pointer}.nav-toggle span{display:block;height:2px;width:100%;background:var(--color-gold);border-radius:2px;transition:transform var(--transition-fast),opacity var(--transition-fast)}.nav-toggle.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle.is-open span:nth-child(2){opacity:0}.nav-toggle.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.hero{position:relative;padding:3rem 1.5rem 3.5rem;text-align:center;background:radial-gradient(ellipse 80% 60% at 50% 0%,rgba(124,92,255,.18) 0%,transparent 70%),linear-gradient(180deg,var(--color-bg-elevated) 0%,var(--color-bg) 100%);border-bottom:1px solid var(--color-border);overflow:hidden}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(124,92,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(124,92,255,.04) 1px,transparent 1px);background-size:48px 48px;pointer-events:none}.hero__content{position:relative;max-width:720px;margin:0 auto}.hero h1{font-family:var(--font-hero);font-size:clamp(1.85rem,5.5vw,2.75rem);font-weight:700;font-style:italic;line-height:1.2;margin-bottom:.75rem;color:var(--color-text);letter-spacing:.01em}.hero h1 span{font-style:normal;font-weight:600;color:var(--color-gold);letter-spacing:.04em;text-transform:uppercase;font-size:.92em}.hero h2{font-size:clamp(1rem,2.5vw,1.15rem);font-weight:400;color:var(--color-text-muted);line-height:1.55;max-width:560px;margin:0 auto}.main-content{max-width:1200px;margin:0 auto;padding:2rem 1.25rem}.offers__header{text-align:center;margin-bottom:2rem}.offers__header h2{font-family:var(--font-brand);font-size:clamp(1.35rem,3.5vw,1.75rem);font-weight:700;color:var(--color-text);margin-bottom:.5rem}.offers__header p{font-size:.95rem;color:var(--color-text-muted);max-width:520px;margin:0 auto}.offers__list{display:flex;flex-direction:column;gap:1.25rem}.offer-block{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden;box-shadow:0 8px 32px #0003}.offer-block:nth-child(1){border-color:#f5c84259;background:linear-gradient(135deg,rgba(245,200,66,.06) 0%,var(--color-surface) 40%)}.offer-block:nth-child(1) .offer-row__rank{background:linear-gradient(145deg,var(--color-gold) 0%,#c9a020 100%);color:#1a1208}.offer-row{display:grid;grid-template-columns:56px 140px 1fr 100px 150px;align-items:center;gap:1.25rem;padding:1.25rem 1.5rem}.offer-row__rank{width:48px;height:48px;border-radius:50%;background:linear-gradient(145deg,var(--color-accent) 0%,#5a3dcc 100%);display:flex;align-items:center;justify-content:center;justify-self:center;box-shadow:0 4px 16px var(--color-accent-glow)}.offer-row__rank-num{font-family:var(--font-brand);font-size:1.35rem;font-weight:700;line-height:1}.offer-row__brand{display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center}.offer-row__img-wrap{width:100px;height:56px;border-radius:var(--radius-sm);border:2px dashed rgba(124,92,255,.4);background:#0d081899;display:flex;align-items:center;justify-content:center;overflow:hidden}.offer-row__img{width:100%;height:100%;object-fit:contain}.offer-row__name{font-size:.8rem;font-weight:600;color:var(--color-text-muted);letter-spacing:.04em;text-transform:uppercase}.offer-row__label{display:block;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--color-teal);margin-bottom:.35rem}.offer-row__bonus p{font-size:.95rem;font-weight:500;color:var(--color-text);line-height:1.45}.offer-row__score{text-align:center}.offer-score{display:inline-flex;align-items:baseline;gap:.1rem;padding:.5rem .75rem;border-radius:var(--radius-sm);background:#2ee6c51a;border:1px solid rgba(46,230,197,.25)}.offer-score__value{font-family:var(--font-brand);font-size:1.5rem;font-weight:700;color:var(--color-teal);line-height:1}.offer-score__max{font-size:.75rem;color:var(--color-text-muted);font-weight:500}.offer-row__actions{display:flex;flex-direction:column;gap:.5rem;align-items:stretch}.btn{display:block;text-align:center;padding:.65rem 1rem;font-size:.85rem;font-weight:600;font-family:var(--font-body);border-radius:var(--radius-sm);border:none;cursor:pointer;transition:transform var(--transition-fast),box-shadow var(--transition-fast),background var(--transition-fast)}.btn--primary{background:linear-gradient(135deg,var(--color-gold) 0%,#d4a82a 100%);color:#1a1208;box-shadow:0 4px 14px #f5c84259}.btn--primary:hover{transform:translateY(-1px);box-shadow:0 6px 20px #f5c84273}.btn--secondary{background:transparent;color:var(--color-text-muted);border:1px solid var(--color-border)}.btn--secondary:hover{color:var(--color-text);border-color:var(--color-accent);background:#7c5cff1a}.offer-disclaimer{margin:0;padding:.65rem 1.5rem;font-size:.7rem;line-height:1.5;color:var(--color-text-muted);background:#0d081880;border-top:1px solid rgba(124,92,255,.12)}@media (max-width: 960px){.offer-row{grid-template-columns:48px 110px 1fr 140px;grid-template-areas:"rank brand score actions" "rank bonus bonus bonus";gap:1rem 1.25rem}.offer-row__rank{grid-area:rank;align-self:start;margin-top:.25rem}.offer-row__brand{grid-area:brand;flex-direction:row;justify-content:flex-start;text-align:left;gap:.75rem}.offer-row__bonus{grid-area:bonus}.offer-row__score{grid-area:score;text-align:center;align-self:center}.offer-row__actions{grid-area:actions;align-self:center}}@media (max-width: 600px){.offer-row{grid-template-columns:44px 1fr;grid-template-areas:"rank brand" "bonus bonus" "score score" "actions actions";padding:1rem;gap:.85rem}.offer-row__brand{flex-direction:row;align-items:center}.offer-row__score{text-align:left}.offer-disclaimer{padding:.65rem 1rem}}@media (max-width: 768px){.nav-toggle{display:flex}.nav-links{position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;background:var(--color-bg-elevated);border-bottom:1px solid var(--color-border);padding:.5rem;gap:0;max-height:0;overflow:hidden;opacity:0;pointer-events:none;transition:max-height .3s ease,opacity .25s ease}.nav-links.is-open{max-height:400px;opacity:1;pointer-events:auto;box-shadow:var(--shadow-nav)}.nav-links a{padding:.85rem 1rem;border-radius:var(--radius-sm);border-bottom:1px solid rgba(124,92,255,.08)}.nav-links a:last-child{border-bottom:none}.brand__title{font-size:1rem}.hero{padding:2.25rem 1.25rem 2.75rem}}@media (max-width: 380px){.brand__tagline{display:none}}.body--locked{overflow:hidden}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:1.25rem;background:#05030ceb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.overlay__panel{width:100%;max-width:440px;padding:2rem 1.75rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);text-align:center;box-shadow:0 24px 64px #00000080}.overlay__icon{width:64px;height:64px;margin:0 auto 1rem;border-radius:50%;background:#7c5cff26;display:flex;align-items:center;justify-content:center;font-size:1.75rem;color:var(--color-accent)}.overlay__icon--denied{background:#ff6b9d1f;color:#ff6b9d}.overlay__panel h2{font-family:var(--font-brand);font-size:1.35rem;margin-bottom:.75rem}.overlay__panel p{font-size:.95rem;color:var(--color-text-muted);margin-bottom:.75rem}.overlay__note{font-size:.8rem;font-style:italic}.overlay__actions{display:flex;flex-direction:column;gap:.5rem;margin-top:1.25rem}.cookie-bar{position:fixed;bottom:0;left:0;right:0;z-index:9000;padding:1rem;background:var(--color-bg-elevated);border-top:1px solid var(--color-border);box-shadow:0 -8px 32px #00000059}.cookie-bar__inner{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.cookie-bar__text h2{font-family:var(--font-brand);font-size:1rem;margin-bottom:.35rem;display:flex;align-items:center;gap:.5rem}.cookie-bar__text h2 i{color:var(--color-gold)}.cookie-bar__text p{font-size:.85rem;color:var(--color-text-muted);max-width:640px}.cookie-bar__text a{color:var(--color-teal);text-decoration:underline}.cookie-bar__actions{display:flex;gap:.5rem;flex-shrink:0}.info-section{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--color-border)}.info-section--alt{background:#7c5cff0a;margin-left:-1.25rem;margin-right:-1.25rem;padding-left:1.25rem;padding-right:1.25rem;padding-bottom:2rem;border-radius:var(--radius-md);border-top:none}.info-section__header{text-align:center;margin-bottom:2rem}.info-section__header h2{font-family:var(--font-brand);font-size:clamp(1.25rem,3vw,1.6rem);margin-bottom:.5rem}.info-section__header p{color:var(--color-text-muted);font-size:.95rem}.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.info-grid--two{grid-template-columns:repeat(2,1fr)}.info-card{padding:1.5rem;background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:var(--radius-md)}.info-card--wide{grid-column:span 1}.info-card__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);background:#2ee6c51a;color:var(--color-teal);font-size:1.25rem;margin-bottom:1rem}.info-card h3{font-family:var(--font-brand);font-size:1.05rem;margin-bottom:.5rem}.info-card p{font-size:.9rem;color:var(--color-text-muted);line-height:1.55}.info-split{display:grid;grid-template-columns:1.4fr 1fr;gap:2rem;align-items:start}.info-split__content h2{font-family:var(--font-brand);font-size:clamp(1.25rem,3vw,1.6rem);margin-bottom:.75rem}.info-split__content>p{color:var(--color-text-muted);margin-bottom:1.25rem}.info-list{display:flex;flex-direction:column;gap:.65rem}.info-list li{display:flex;align-items:flex-start;gap:.65rem;font-size:.95rem;color:var(--color-text)}.info-list i{color:var(--color-teal);margin-top:.2rem;flex-shrink:0}.info-split__aside{display:flex;flex-direction:column;gap:1rem}.stat-card{padding:1.25rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);text-align:center}.stat-card i{font-size:1.25rem;color:var(--color-gold);margin-bottom:.5rem}.stat-card__value{display:block;font-family:var(--font-brand);font-size:1.5rem;font-weight:700;color:var(--color-text)}.stat-card__label{font-size:.8rem;color:var(--color-text-muted)}.cta-section{margin-top:3rem;padding:2.5rem 2rem;text-align:center;background:linear-gradient(135deg,#7c5cff1f,#2ee6c50f);border:1px solid var(--color-border);border-radius:var(--radius-md)}.cta-section h2{font-family:var(--font-hero);font-style:italic;font-size:clamp(1.35rem,3.5vw,1.75rem);margin-bottom:.5rem}.cta-section p{color:var(--color-text-muted);max-width:480px;margin:0 auto 1.25rem}.cta-section__btn{display:inline-flex;align-items:center;gap:.5rem}.site-footer{margin-top:3rem;background:var(--color-bg-elevated);border-top:1px solid var(--color-border)}.site-footer__inner{max-width:1200px;margin:0 auto;padding:2.5rem 1.25rem 1.5rem}.site-footer__top{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:2rem;margin-bottom:2rem}.site-footer__brand h2{font-family:var(--font-brand);font-size:1.15rem;margin-bottom:.5rem}.site-footer__brand p{font-size:.85rem;color:var(--color-text-muted);line-height:1.55}.site-footer__nav h3{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--color-teal);margin-bottom:.75rem}.site-footer__nav ul{display:flex;flex-direction:column;gap:.4rem}.site-footer__nav a{font-size:.9rem;color:var(--color-text-muted);transition:color var(--transition-fast)}.site-footer__nav a:hover{color:var(--color-text)}.site-footer__disclaimers{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;padding:1.5rem 0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.disclaimer-block h3{font-size:.85rem;font-family:var(--font-brand);margin-bottom:.4rem;display:flex;align-items:center;gap:.4rem}.disclaimer-block h3 i{color:var(--color-accent);font-size:.9rem}.disclaimer-block p{font-size:.78rem;color:var(--color-text-muted);line-height:1.55}.site-footer__badges{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1.5rem;padding:1.5rem 0}.footer-badge{display:flex;align-items:center;justify-content:center;padding:.5rem;border-radius:var(--radius-sm);background:#0d081880;border:1px dashed var(--color-border);transition:border-color var(--transition-fast)}.footer-badge:hover{border-color:var(--color-accent)}.footer-badge__img{width:80px;height:40px;object-fit:contain}.site-footer__copy{text-align:center;font-size:.8rem;color:var(--color-text-muted)}.content-page__header{margin-bottom:2rem}.content-page__header h1{font-family:var(--font-brand);font-size:clamp(1.5rem,4vw,2rem);margin-bottom:.5rem}.content-page__intro{font-size:1rem;color:var(--color-text-muted);max-width:640px;line-height:1.6}.content-page__body section{margin-bottom:2rem}.content-page__body h2{font-family:var(--font-brand);font-size:1.15rem;margin-bottom:.65rem;color:var(--color-text)}.content-page__body p{font-size:.95rem;color:var(--color-text-muted);line-height:1.65;margin-bottom:.75rem}.content-list{display:flex;flex-direction:column;gap:.6rem}.content-list li{display:flex;align-items:flex-start;gap:.65rem;font-size:.95rem;color:var(--color-text-muted)}.content-list i{color:var(--color-teal);margin-top:.2rem;flex-shrink:0}.content-page__body a{color:var(--color-teal);text-decoration:underline}.policy-page__body h2{font-family:var(--font-brand);font-size:1.1rem;margin:1.5rem 0 .5rem;color:var(--color-teal)}.policy-page__body p{font-size:.95rem;color:var(--color-text-muted);line-height:1.65;margin-bottom:.75rem}.policy-page__body p strong{color:var(--color-text)}.contact-block{padding:1.5rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);margin-bottom:2rem}.contact-block h2{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.contact-block h2 i{color:var(--color-gold)}.contact-email{display:inline-block;font-family:var(--font-brand);font-size:1.15rem;font-weight:600;color:var(--color-teal);margin-top:.5rem}.contact-email:hover{color:var(--color-gold)}.casino-grid{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:2rem}.casino-card{display:grid;grid-template-columns:140px 1fr;gap:1.25rem;padding:1.25rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);align-items:center}.casino-card__img-wrap{height:72px;border-radius:var(--radius-sm);border:2px dashed var(--color-border);display:flex;align-items:center;justify-content:center;overflow:hidden;background:#0d081880}.casino-card__img{width:100%;height:100%;object-fit:contain}.casino-card__body h2{font-family:var(--font-brand);font-size:1.2rem;margin-bottom:.35rem}.casino-card__bonus{font-size:.9rem;color:var(--color-text-muted);margin-bottom:.75rem}.casino-card__meta{display:flex;gap:1rem;margin-bottom:.75rem;font-size:.85rem}.casino-card__score{color:var(--color-teal);font-weight:600}.casino-card__rank{color:var(--color-gold);font-weight:600}.casino-card__actions{display:flex;flex-wrap:wrap;gap:.5rem}.content-note{padding-top:1rem;border-top:1px solid var(--color-border)}.review-card{padding:1.5rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);margin-bottom:1.25rem}.review-card__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.review-card__head h2{font-family:var(--font-brand);font-size:1.25rem}.review-card__score{font-family:var(--font-brand);font-weight:700;color:var(--color-teal)}.review-card__tagline{font-size:.9rem;color:var(--color-gold);margin-bottom:.75rem}.review-card__link{display:inline-flex;align-items:center;gap:.4rem;margin-top:.75rem;font-weight:600;font-size:.9rem;color:var(--color-teal)}.review-card__link:hover{color:var(--color-gold)}.faq-list{display:flex;flex-direction:column;gap:.65rem}.faq-item{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm);overflow:hidden}.faq-item summary{padding:1rem 1.25rem;font-family:var(--font-brand);font-weight:600;font-size:.95rem;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";color:var(--color-gold);font-size:1.25rem}.faq-item[open] summary:after{content:"−"}.faq-item p{padding:0 1.25rem 1rem;font-size:.9rem;color:var(--color-text-muted);line-height:1.6}.offer-page__breadcrumb{display:flex;flex-wrap:wrap;gap:.35rem;font-size:.8rem;color:var(--color-text-muted);margin-bottom:1.5rem}.offer-page__breadcrumb a:hover{color:var(--color-teal)}.offer-page__hero{display:grid;grid-template-columns:1fr auto;gap:1.5rem;padding:1.5rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);margin-bottom:2rem;align-items:start}.offer-page__brand{display:flex;gap:1.25rem;align-items:flex-start}.offer-page__img-wrap{width:120px;height:72px;flex-shrink:0;border-radius:var(--radius-sm);border:2px dashed var(--color-border);display:flex;align-items:center;justify-content:center;overflow:hidden;background:#0d081880}.offer-page__img{width:100%;height:100%;object-fit:contain}.offer-page__hero h1{font-family:var(--font-brand);font-size:clamp(1.5rem,4vw,2rem);margin-bottom:.35rem}.offer-page__tagline{font-size:.95rem;color:var(--color-text-muted);margin-bottom:.75rem}.offer-score--lg{padding:.35rem .65rem}.offer-page__cta{text-align:right;min-width:200px}.offer-page__bonus{font-size:.9rem;color:var(--color-gold);margin-bottom:1rem;line-height:1.45}.offer-page__body section{margin-bottom:1.75rem}.offer-page__body h2{font-family:var(--font-brand);font-size:1.1rem;margin-bottom:.5rem;color:var(--color-teal)}.offer-page__disclaimer{font-size:.75rem;color:var(--color-text-muted);padding:1rem;background:#0d081880;border-radius:var(--radius-sm);border:1px solid var(--color-border);line-height:1.5}@media (max-width: 768px){.casino-card,.offer-page__hero{grid-template-columns:1fr}.offer-page__cta{text-align:left}.offer-page__brand{flex-direction:column}}@media (max-width: 900px){.info-grid,.info-grid--two,.info-split,.site-footer__top,.site-footer__disclaimers{grid-template-columns:1fr}}@media (max-width: 600px){.cookie-bar__inner{flex-direction:column;align-items:stretch}.cookie-bar__actions{flex-direction:column}.info-section--alt{margin-left:0;margin-right:0}}
