 :root {--luxury-font: 'Playfair Display', serif;--luxury-black: #0f0f0f;--luxury-white: #ffffff;--luxury-gold: #b89b5e;--luxury-border: #1a1a1a;--luxury-radius: 3px;--luxury-spacing: 0.05em;}*, *::before, *::after {box-sizing: border-box;margin: 0;padding: 0;}html {scroll-behavior: smooth;font-size: 16px;}body {font-family: 'Playfair Display', serif;color: #222;background-color: #ffffff;line-height: 1.6;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}h1, h2, h3, h4, h5, h6 {font-family: 'Playfair Display', serif;font-weight: 700;color: #000;margin-bottom: 0.5rem;}p {font-size: 1rem;color: #222;margin-bottom: 1rem;}a {color: #000;text-decoration: none;transition: color 0.3s ease;}a:hover {color: #c8a165;}section {padding: 4rem 0;background-color: #f9f9f9;}.container {max-width: 1200px;margin: 0 auto;padding: 0 1rem;}:focus {outline: 2px solid #000;outline-offset: 2px;}.tapplay-button {font-family: var(--luxury-font);font-weight: 500;text-transform: uppercase;letter-spacing: var(--luxury-spacing);border: none;background: none;border-radius: var(--luxury-radius);padding: 0.8rem 2rem;font-size: 1.05rem;cursor: pointer;position: relative;overflow: hidden;text-decoration: none;transition: all 0.3s ease;display: inline-flex;align-items: center;justify-content: center;}.tapplay-button--primary {color: var(--luxury-black);}.tapplay-button--primary::after {content: '';position: absolute;left: 0;bottom: 0.3rem;height: 2px;width: 0;background-color: var(--luxury-gold);transition: width 0.4s ease;}.tapplay-button--primary:hover::after {width: 100%;}.tapplay-button--outline {color: var(--luxury-black);border: 2px solid var(--luxury-gold);padding: 0.75rem 1.8rem;}.tapplay-button--outline:hover {color: var(--luxury-gold);border-color: var(--luxury-black);}.tapplay-button--text {color: var(--luxury-gold);font-weight: 600;border-bottom: 1px solid transparent;}.tapplay-button--text:hover {border-bottom: 1px solid var(--luxury-gold);}.tapplay-button:focus-visible {outline: 2px solid var(--luxury-gold);outline-offset: 3px;}.tapplay-button[disabled] {opacity: 0.5;pointer-events: none;}.tapplay-header {background-color: #ffffff;border-bottom: 1px solid #eaeaea;padding: 1rem 0;}.tapplay-header__container {max-width: 1200px;margin: 0 auto;padding: 0 1rem;display: flex;justify-content: space-between;align-items: center;position: relative;}.tapplay-header__logo img {height: 40px;max-width: 180px;display: block;}.tapplay-nav {display: flex;}.tapplay-nav__list {list-style: none;display: flex;gap: 2rem;margin: 0;padding: 0;}.tapplay-nav__list li a {font-family: var(--luxury-font);font-size: 1rem;text-transform: uppercase;color: var(--luxury-black);text-decoration: none;transition: color 0.3s ease;}.tapplay-nav__list li a:hover, .tapplay-nav__list li a:focus {color: var(--luxury-gold);outline: none;}.tapplay-header__toggle {display: none;flex-direction: column;justify-content: space-between;width: 24px;height: 18px;background: none;border: none;cursor: pointer;}.tapplay-header__toggle:focus-visible {outline: 2px solid var(--luxury-gold);}.tapplay-header__toggle-bar {width: 100%;height: 2px;background-color: var(--luxury-black);display: block;transition: background-color 0.3s ease;}@media (max-width: 1023px) {.tapplay-nav {position: absolute;top: 100%;right: 0;width: 100%;max-height: 0;overflow: hidden;flex-direction: column;transition: max-height 0.3s ease;border-top: 1px solid #ddd;background-color: rgba(255, 255, 255, 0.97);backdrop-filter: blur(6px);box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);z-index: 999;}.tapplay-nav.open {max-height: 400px;}.tapplay-nav__list {flex-direction: column;padding: 1rem;gap: 1rem;}.tapplay-header__toggle {display: flex;}}.hero-section {background-image: url('/images/hero-bg.jpg');background-size: cover;background-position: center;background-repeat: no-repeat;}.hero-overlay {background-color: rgba(0, 0, 0, 0.5);}.hero-icons img {object-fit: contain;}.leaderboard-card .card {border-radius: 12px;background-color: #ffffff;transition: transform 0.3s ease;}.leaderboard-card .card:hover {transform: translateY(-4px);}.leaderboard-badge {position: absolute;top: 1rem;left: 1rem;background-color: var(--luxury-gold);color: #fff;font-weight: bold;font-family: var(--luxury-font);border-radius: 50%;width: 40px;height: 40px;text-align: center;line-height: 40px;font-size: 1rem;z-index: 1;}.casino-logo {max-width: 120px;object-fit: contain;}.bonus-text {font-size: 1rem;margin-bottom: 0.75rem;}.offer-features {padding-left: 1rem;font-size: 0.95rem;}.compliance-text {font-size: 0.8rem;color: #666;}.leaderboard-card {border-radius: 12px;background-color: #fff;transition: transform 0.3s ease;}.leaderboard-card:hover {transform: translateY(-2px);}.ranking-badge {background-color: var(--luxury-gold);color: #fff;font-family: var(--luxury-font);font-weight: 600;border-radius: 50%;width: 42px;height: 42px;display: flex;align-items: center;justify-content: center;font-size: 1rem;box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);}.leaderboard-logo {max-height: 60px;object-fit: contain;}.bonus-text {font-size: 0.95rem;line-height: 1.5;}.feature-list {padding-left: 1rem;font-size: 0.875rem;margin-bottom: 0.5rem;list-style: none;}.compliance-text {font-size: 0.75rem;color: #666;}@media (max-width: 767px) {.leaderboard-logo {max-height: 100px;margin: 0 auto;}.ranking-badge {margin-bottom: 0.5rem;}.leaderboard-card .row {flex-direction: column;text-align: center;}}.disclaimer-box {background-color: #f4f4f4;padding: 2rem 1rem;}.disclaimer-content {max-width: 1200px;font-size: 0.95rem;line-height: 1.6;color: #333;margin: 0 auto;padding: 1.5rem;border-radius: 8px;background-color: rgba( 255, 255, 255, 0.85 );box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);}.disclaimer-note {font-size: 0.9rem;color: #555;font-style: italic;}@media (max-width: 576px) {.disclaimer-content {padding: 1rem;font-size: 0.9rem;}}.casino-highlight {background-color: #f8f8f8;}.highlight-wrapper {max-width: 960px;margin: 0 auto;padding: 2rem;background-color: #fff;border-radius: 12px;box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);}.highlight-logo img {max-height: 64px;object-fit: contain;}.highlight-content {flex: 1;}.highlight-content h2 {font-family: var(--luxury-font);font-weight: 600;font-size: 1.25rem;color: #111;}.highlight-description {font-size: 0.95rem;color: #333;line-height: 1.6;}.highlight-features {list-style: none;padding-left: 0;font-size: 0.9rem;color: #222;}.highlight-features li {margin-bottom: 0.3rem;}.highlight-bonus {background-color: #fffbea;padding: 1rem;border-left: 4px solid var(--luxury-gold);font-size: 0.9rem;color: #444;border-radius: 4px;}@media (max-width: 767px) {.highlight-wrapper {flex-direction: column;padding: 1.5rem;}.highlight-logo img {max-height: 48px;margin-bottom: 1rem;}.highlight-content h2 {font-size: 1.1rem;}}.casino-features-header h2 {font-family: var(--luxury-font);font-weight: 600;color: #111;}.feature-card {border-radius: 8px;transition: transform 0.3s ease;background-color: #fff;border: 1px solid #eee;}.feature-card:hover {transform: translateY(-4px);box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);}.feature-card h3 {font-weight: 600;color: #000;}.feature-card p {color: #444;font-size: 0.92rem;line-height: 1.5;}@media (max-width: 576px) {.feature-card {padding: 1.25rem;}}.ranking-method {background-color: #f7f7f7;}.method-card {border-radius: 8px;transition: transform 0.2s ease;font-size: 0.92rem;border: 1px solid #eaeaea;}.method-card:hover {transform: translateY(-2px);box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);}.method-card h3 {font-weight: 600;color: #111;}.method-card p {color: #444;line-height: 1.5;}@media (max-width: 576px) {.method-card {padding: 1.25rem;}}.security-post-section {background-color: #ffffff;}.security-post {max-width: 1200px;}.security-post h2 {font-weight: 600;color: #111;}.security-post-item h3 {font-weight: 600;color: #222;margin-bottom: 0.5rem;}.security-post-item p {font-size: 0.95rem;color: #444;line-height: 1.6;}.security-post footer {font-size: 0.85rem;color: #666;}@media (max-width: 576px) {.security-post {padding: 0 1rem;}}.rtp-post {background-color: #fefefe;}.rtp-article {max-width: 1200px;}.rtp-article h2 {font-weight: 600;color: #111;}.rtp-explainer h3 {font-weight: 600;color: #222;margin-bottom: 0.5rem;}.rtp-explainer p {font-size: 0.95rem;color: #444;line-height: 1.6;}.rtp-article footer {font-size: 0.85rem;color: #666;}@media (max-width: 576px) {.rtp-article {padding: 0 1rem;}}.payment-post {background-color: #fefefe;}.payment-article {max-width: 1200px;}.payment-article h2 {font-weight: 600;color: #111;}.payment-explainer h3 {font-weight: 600;color: #222;margin-bottom: 0.5rem;}.payment-explainer p {font-size: 0.95rem;color: #444;line-height: 1.6;}.payment-article footer {font-size: 0.85rem;color: #666;}@media (max-width: 576px) {.payment-article {padding: 0 1rem;}}.mobile-gaming {background: #f8f9fa;}.mobile-gaming h2 {font-weight: 600;color: #111;}.mobile-gaming-text strong {font-weight: 600;color: #222;}.mobile-gaming-text .text-muted {color: #555 !important;}.mobile-gaming ul {padding-left: 0;}.mobile-gaming img {max-width: 90%;height: auto;border-radius: 8px;}@media (max-width: 576px) {.mobile-gaming img {max-width: 100%;}}.bonus-info {background-color: #f9f9f9;}.bonus-card {background: #fff;border-radius: 8px;border: 1px solid #e4e4e4;transition: box-shadow 0.2s ease;}.bonus-card:hover {box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);}.bonus-card h3 {font-weight: 600;color: #111;margin-bottom: 0.5rem;}.bonus-card p {font-size: 0.95rem;color: #555;}@media (max-width: 576px) {.bonus-card {padding: 1.25rem;}}.responsible-gaming {background-color: #f1f5f8;}.responsible-card {background: #fff;border: 1px solid #e1e1e1;border-radius: 8px;transition: box-shadow 0.2s ease;}.responsible-card:hover {box-shadow: 0 5px 12px rgba(0, 0, 0, 0.05);}.responsible-card h3 {font-weight: 600;color: #222;}.responsible-card p {font-size: 0.94rem;color: #555;}.responsible-logo {max-height: 40px;filter: grayscale(100%);transition: filter 0.3s ease;}.responsible-logo:hover {filter: grayscale(0%);}@media (max-width: 576px) {.responsible-logo {max-height: 36px;}}.legal-framework {background-color: #f8f9fb;}.legal-card {background-color: #fff;border: 1px solid #e3e3e3;border-radius: 8px;transition: box-shadow 0.2s ease;}.legal-card:hover {box-shadow: 0 5px 12px rgba(0, 0, 0, 0.05);}.legal-card h3 {font-weight: 600;color: #1a1a1a;}.legal-card p {font-size: 0.94rem;color: #555;}.notice-box {background-color: #eef3f7;border-left: 4px solid #1f4f72;border-radius: 6px;}.legal-logo {max-height: 40px;filter: grayscale(100%);transition: filter 0.3s ease;}.legal-logo:hover {filter: grayscale(0%);}@media (max-width: 576px) {.legal-logo {max-height: 36px;}}.choose-casino-guide {background-color: #f7f9fb;}.guide-card {background-color: #fff;border: 1px solid #e4e6eb;border-radius: 8px;transition: box-shadow 0.2s ease;}.guide-card:hover {box-shadow: 0 5px 14px rgba(0, 0, 0, 0.04);}.guide-card h3 {font-weight: 600;color: #1a1a1a;}.guide-card p {font-size: 0.94rem;color: #555;}.final-cta {background-color: #f5f7fa;}.final-cta h2 {font-weight: 600;color: #1a1a1a;}.final-cta p {font-size: 1rem;color: #555;}.cta-button {padding: 0.75rem 1.75rem;font-size: 1rem;font-weight: 500;border-radius: 4px;transition: background-color 0.2s ease;}.cta-button:focus-visible {outline: 2px dashed #222;outline-offset: 4px;}.tapplay-button--primary {background-color: #1d1f23;color: #fff;border: none;}.tapplay-button--primary:hover {background-color: #2e3036;color: #fff;}.community-feedback {background-color: #f8f9fb;}.testimonial-card {background-color: #ffffff;border-radius: 8px;border: 1px solid #e0e0e0;box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);display: flex;flex-direction: column;justify-content: space-between;}.testimonial-user {align-items: center;}.testimonial-avatar {width: 48px;height: 48px;border-radius: 50%;object-fit: cover;}.testimonial-text {font-style: italic;color: #333;margin: 0;line-height: 1.5;}.faq {background-color: #f8f9fa;padding: 2rem 0;}.faq-question {display: block;width: 100%;text-align: left;font-weight: 600;font-size: 1rem;background: #fff;border: 1px solid #ccc;padding: 1rem;cursor: pointer;transition: background 0.3s;border-radius: 4px;}.faq-question:hover, .faq-question:focus {background-color: #f0f0f0;outline: none;}.faq-answer {max-height: 0;overflow: hidden;transition: max-height 0.4s ease;background: #fff;border-left: 1px solid #ccc;border-right: 1px solid #ccc;border-bottom: 1px solid #ccc;padding: 0 1rem;font-size: 0.95rem;color: #444;}.faq-item.open .faq-answer {padding: 1rem;max-height: 300px;}.faq-item + .faq-item {margin-top: 1rem;}.faq .text-center p {margin-top: 2rem;font-size: 0.875rem;color: #666;}.site-footer {background-color: #1e1e1e;color: #e0e0e0;padding: 2rem 1rem;font-size: 0.95rem;}.footer-grid {display: flex;flex-wrap: wrap;gap: 2rem;justify-content: space-between;}.footer-brand, .footer-nav, .footer-contact, .footer-responsibility {flex: 1 1 220px;}.footer-logo {max-width: 160px;margin-bottom: 1rem;}.footer-description, .footer-responsibility p {font-size: 0.9rem;line-height: 1.5;}.footer-nav ul {list-style: none;padding: 0;}.footer-nav a {display: block;color: #e0e0e0;text-decoration: none;margin-bottom: 0.5rem;}.footer-nav a:hover, .footer-contact a:hover, .footer-responsibility a:hover {text-decoration: underline;}.footer-contact a {color: #e0e0e0;text-decoration: none;}.footer-responsibility a {font-weight: 600;color: #ffffff;text-decoration: underline;}.footer-bottom {border-top: 1px solid #444;margin-top: 2rem;padding-top: 1rem;text-align: center;}.footer-disclaimer {font-size: 0.75rem;color: #999;margin-bottom: 0.5rem;}.footer-copyright {font-size: 0.75rem;color: #777;}@media (max-width: 768px) {.footer-grid {flex-direction: column;gap: 1.5rem;}.footer-bottom {text-align: left;}}.cookie-banner {position: fixed;bottom: 0;left: 0;right: 0;background: rgba(0, 0, 0, 0.9);color: #fff;padding: 1rem;z-index: 9999;font-size: 0.95rem;display: none;}.cookie-banner-inner {max-width: 1200px;margin: 0 auto;display: flex;flex-direction: column;gap: 1rem;}.cookie-banner a {color: #fff;text-decoration: underline;}.cookie-actions {display: flex;flex-wrap: wrap;gap: 0.5rem;}.cookie-btn {padding: 0.5rem 1rem;border: none;cursor: pointer;font-size: 0.95rem;border-radius: 4px;}.btn-primary {background: #0064e0;color: white;}.btn-secondary {background: #e5e5e5;color: #000;}.btn-light {background: transparent;color: #ccc;border: 1px solid #ccc;}.cookie-modal {position: fixed;top: 0;left: 0;width: 100vw;height: 100vh;background: rgba(0, 0, 0, 0.6);display: none;justify-content: center;align-items: center;z-index: 10000;}.cookie-modal-content {background: white;padding: 2rem;max-width: 600px;width: 90%;border-radius: 6px;box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);color: #333;}.cookie-modal-content h2 {font-size: 1.5rem;margin-bottom: 1rem;}.cookie-modal-content fieldset {border: none;margin-bottom: 1rem;}.cookie-modal-content legend {font-weight: bold;margin-bottom: 0.5rem;}.cookie-modal-content label {font-weight: normal;}.cookie-modal-actions {display: flex;gap: 0.75rem;justify-content: flex-end;margin-top: 1.5rem;}@media (max-width: 600px) {.cookie-banner-inner {flex-direction: column;align-items: stretch;}.cookie-actions {flex-direction: column;align-items: stretch;}.cookie-btn {width: 100%;}}