/*
Theme Name: AnonCasino 2030 (Brand Hub Edition)
Theme URI: https://anonymouscasino.ai
Author: Intelligence Matrix
Description: Zero-Day Slot Recon Architecture. Ultimate SEO Matrix.
Version: 9.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: anoncasino
*/

:root {
    --bg-base: #030504;
    --bg-gradient: radial-gradient(circle at 50% 0%, #0a1f0d 0%, #030504 50%);
    --neon-green: #39FF14;
    --neon-green-glow: rgba(57, 255, 20, 0.2);
    --bad-red: #FF4444;
    --text-main: #ffffff;
    --text-muted: #aaaaaa;
    --border-subtle: rgba(255, 255, 255, 0.05);
    --surface-dark: rgba(5, 5, 5, 0.8);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body { 
    background-color: var(--bg-base); 
    background-image: var(--bg-gradient); 
    color: var(--text-main); 
    font-family: 'Outfit', sans-serif; 
    -webkit-font-smoothing: antialiased; 
    min-height: 100vh; 
    line-height: 1.6;
}

::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: var(--bg-base); border-left: 1px solid #111; }
::-webkit-scrollbar-thumb { background: #222; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: var(--neon-green); box-shadow: 0 0 10px var(--neon-green-glow); }

.anon-container { max-width: 1400px; margin: 0 auto; padding: 0 20px; width: 100%; }
.anon-container-narrow { max-width: 900px; margin: 0 auto; width: 100%; }

h1, h2, h3, h4, h5, h6 { line-height: 1.2; margin-bottom: 1rem; color: #fff; }
p { margin-bottom: 1.5rem; }
a { color: var(--neon-green); text-decoration: none; }
a:hover { text-decoration: underline; }

.anon-title-glow { font-size: clamp(2.5rem, 5vw, 3.5rem); font-weight: 900; text-transform: uppercase; margin-bottom: 25px; text-shadow: 0 5px 30px var(--neon-green-glow); }
.anon-neon-heading { font-weight: 900; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 25px; border-left: 4px solid var(--neon-green); padding-left: 15px; font-size: 1.8rem; }
.anon-hero-sub { color: var(--text-muted); font-size: 1.3rem; letter-spacing: 2px; text-transform: uppercase; font-weight: 600; margin-bottom: 50px; }

/* Header & Nav */
.anon-main-header { background:black; backdrop-filter: blur(15px); border-bottom: 1px solid var(--neon-green-glow); padding: 20px 0; }
.anon-logo { font-size: 1.8rem; font-weight: 900; color: #fff !important; text-decoration: none !important; letter-spacing: 1px; }
.anon-logo img { max-height: 90px; width: auto; display: block; transition: max-height 0.3s ease; }
.anon-header-nav ul { display: flex; gap: 30px; align-items: center; list-style: none; margin: 0; padding: 0; }
.anon-header-nav a { color: #fff; text-decoration: none !important; font-weight: 800; text-transform: uppercase; font-size: 0.9rem; letter-spacing: 1px; transition: 0.2s; }
.anon-header-nav a:hover { color: var(--neon-green); }
.anon-nav-highlight a { color: var(--neon-green) !important; border: 1px solid rgba(57,255,20,0.3); padding: 8px 15px; border-radius: 6px; background: rgba(57,255,20,0.05); }

/* Minimal Desktop Search */
.anon-desktop-search { position: relative; display: flex; align-items: center; }
.anon-search-form-desktop { 
    display: flex; align-items: center; background: rgba(255,255,255,0.03); 
    border: 1px solid transparent; border-radius: 30px; 
    width: 40px; height: 40px; overflow: hidden; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.anon-desktop-search.active .anon-search-form-desktop { 
    width: 250px; border-color: var(--neon-green); box-shadow: 0 0 15px var(--neon-green-glow); background: rgba(0,0,0,0.8); 
}
.anon-search-toggle-btn { 
    background: transparent; border: none; color: #fff; cursor: pointer; font-size: 1.2rem; 
    transition: 0.2s; display: flex; align-items: center; justify-content: center; 
    width: 40px; height: 40px; flex-shrink: 0; padding: 0; outline: none;
}
.anon-search-toggle-btn:hover { color: var(--neon-green); }
.anon-search-field-desktop { 
    background: transparent; border: none; color: #fff; padding: 0; 
    width: 0; opacity: 0; outline: none; font-family: 'Outfit', sans-serif; font-size: 0.9rem; 
    transition: all 0.4s ease; -webkit-appearance: none; appearance: none;
}
.anon-desktop-search.active .anon-search-field-desktop { 
    width: 100%; padding: 0 15px 0 5px; opacity: 1;
}

/* Mobile Search (Inside Overlay) */
.anon-search-form-mobile { 
    display: flex; align-items: center; background: rgba(255,255,255,0.05); 
    border: 1px solid var(--border-subtle); border-radius: 30px; 
    width: 100%; max-width: 260px; margin: 0 auto; overflow: hidden; 
}
.anon-search-form-mobile:focus-within { border-color: var(--neon-green); box-shadow: 0 0 15px var(--neon-green-glow); background: rgba(0,0,0,0.8); }
.anon-search-field-mobile { flex: 1; min-width: 0; background: transparent; border: none; color: #fff; padding: 10px 15px; outline: none; font-family: 'Outfit', sans-serif; font-size: 0.9rem; -webkit-appearance: none; appearance: none; }
.anon-search-field-mobile::placeholder { color: #888; text-transform: uppercase; font-size: 0.75rem; }
.anon-search-submit-mobile { flex-shrink: 0; background: transparent; border: none; color: var(--text-muted); padding: 10px 15px; cursor: pointer; transition: 0.2s; display: flex; align-items: center; justify-content: center; }
.anon-search-submit-mobile:hover { color: var(--neon-green); }

/* Buttons */
.ct2-neon-btn { background-color: var(--neon-green); color: #000 !important; padding: 18px 35px; font-size: 1.1rem; font-weight: 900; text-transform: uppercase; text-decoration: none !important; display: inline-flex; justify-content: center; align-items: center; border-radius: 6px; box-shadow: 0 5px 20px rgba(57, 255, 20, 0.3), inset 0 -3px 0 rgba(0,0,0,0.2); transition: all 0.2s ease; border: none; cursor: pointer; letter-spacing: 1px; width: 100%; max-width: 400px;}
.ct2-neon-btn:hover { box-shadow: 0 5px 30px rgba(57, 255, 20, 0.6), inset 0 -1px 0 rgba(0,0,0,0.2); transform: translateY(-2px); }

/* Grid System */
.anon-grid-wrapper { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 30px; width: 100%; }
.anon-grid-card-link { text-decoration: none !important; display: block; outline: none; height: 100%; }
.anon-grid-card-inner { background: var(--surface-dark); border: 1px solid var(--border-subtle); border-radius: 12px; overflow: hidden; display: flex; flex-direction: column; position: relative; height: 100%; transition: all 0.3s ease; box-shadow: 0 10px 30px rgba(0,0,0,0.5); }
.anon-grid-card-link:hover .anon-grid-card-inner { border-color: rgba(57,255,20,0.5); box-shadow: 0 15px 40px var(--neon-green-glow); transform: translateY(-5px); }
.anon-card-img-wrap { width: 100%; aspect-ratio: 16/9; background: #111; overflow: hidden; border-bottom: 1px solid var(--border-subtle); position: relative; }
.anon-card-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; display: block; }
.anon-grid-card-link:hover .anon-card-img-wrap img { transform: scale(1.05); }
.anon-card-content { padding: 25px; flex: 1; display: flex; flex-direction: column; }
.anon-card-title { color: #fff; font-size: 1.3rem; font-weight: 900; margin: 0 0 15px 0; transition: 0.2s; }
.anon-grid-card-link:hover .anon-card-title { color: var(--neon-green); }
.anon-grid-badges-top { position: absolute; top: 15px; right: 15px; z-index: 10; display: flex; gap: 8px; }
.anon-grid-badges-bottom { display: flex; gap: 8px; margin-top: auto; flex-wrap: wrap; }
.anon-badge { background: rgba(0,0,0,0.85); backdrop-filter: blur(5px); border: 1px solid rgba(255,255,255,0.1); padding: 6px 10px; border-radius: 6px; font-size: 0.75rem; font-weight: 900; text-transform: uppercase; color: #fff; letter-spacing: 0.5px; }
.anon-badge-star { border-color: var(--neon-green); color: var(--neon-green); box-shadow: 0 0 15px var(--neon-green-glow); }
.anon-badge-win { border-color: #ffb703; color: #ffb703; box-shadow: 0 0 10px rgba(255, 183, 3, 0.2); }
.anon-tech-badge { background: rgba(57, 255, 20, 0.1); border-color: var(--neon-green); color: var(--neon-green); box-shadow: 0 0 8px var(--neon-green-glow); }

/* Ribbon & Provider Styles */
.anon-win-ribbon { position: absolute; top: 20px; left: -35px; background: #ffb703; color: #000; padding: 5px 40px; font-weight: 900; font-size: 0.8rem; text-transform: uppercase; transform: rotate(-45deg); z-index: 20; box-shadow: 0 5px 15px rgba(255, 183, 3, 0.4); letter-spacing: 1px; pointer-events: none; }
.anon-card-meta-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.anon-card-provider { font-size: 0.75rem; color: var(--neon-green); text-transform: uppercase; font-weight: 800; display: block; letter-spacing: 1px; margin-bottom: 0; }
.anon-card-date { font-size: 0.75rem; color: #888; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; }

/* Structural Components */
.anon-hero-bg { padding: 120px 0; }
.anon-trust-bar { display: flex; flex-wrap: wrap; gap: 15px; background: var(--surface-dark); border: 1px solid rgba(57, 255, 20, 0.2); padding: 12px 20px; border-radius: 6px; margin-bottom: 30px; font-size: 0.85rem; color: var(--text-muted); align-items: center; backdrop-filter: blur(10px); }
.anon-trust-item strong { color: #ffffff; font-weight: 800; }
.anon-trust-shield { color: var(--neon-green); font-weight: 900; display: flex; align-items: center; gap: 5px; background: rgba(57,255,20,0.1); padding: 4px 8px; border-radius: 4px; }
.anon-breadcrumbs { font-size: 0.85rem; color: #666; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 30px; font-weight: 600; }
.anon-breadcrumbs a { color: var(--text-muted); text-decoration: none; transition: 0.2s; }
.anon-breadcrumbs a:hover { color: var(--neon-green); }
.anon-breadcrumb-sep { margin: 0 8px; color: #444; }

/* Standard Content & Stats */
.anon-entry-content { font-size: 1.1rem; line-height: 1.8; color: #ccc; }
.anon-entry-content img { max-width: 100%; height: auto; border-radius: 8px; border: 1px solid var(--border-subtle); margin-bottom: 20px; }
.aligncenter { display: block; margin: 0 auto 20px; }
.alignleft { float: left; margin: 0 20px 20px 0; }
.alignright { float: right; margin: 0 0 20px 20px; }
.wp-caption { background: var(--surface-dark); border: 1px solid var(--border-subtle); padding: 10px; text-align: center; border-radius: 8px; }
.anon-stats-grid-container { background: var(--surface-dark); border: 1px solid var(--border-subtle); border-radius: 12px; overflow: hidden; margin-bottom: 40px; box-shadow: 0 20px 40px rgba(0,0,0,0.5); }
.anon-stats-title { padding: 20px 25px; background: rgba(0,0,0,0.5); border-bottom: 1px solid var(--border-subtle); font-size: 1rem; font-weight: 800; text-transform: uppercase; }
.anon-stat-row { display: flex; padding: 18px 25px; border-bottom: 1px solid var(--border-subtle); align-items: center;}
.anon-stat-row:last-child { border-bottom: none; }
.anon-stat-label { flex: 0 0 160px; color: var(--text-muted); font-size: 0.85rem; font-weight: 800; text-transform: uppercase; }
.anon-stat-value { flex: 1; font-weight: 800; font-size: 1.05rem; color: #fff; }

/* E-E-A-T UI Components */
.anon-disclosure { background: rgba(255,255,255,0.03); border: 1px dashed rgba(255,255,255,0.2); padding: 15px 20px; border-radius: 8px; font-size: 0.85rem; color: #888; margin-bottom: 30px; display: flex; align-items: center; gap: 10px; }
.anon-disclosure a { color: #aaa; text-decoration: underline; }
.anon-author-box { background: linear-gradient(135deg, rgba(57,255,20,0.05) 0%, rgba(0,0,0,0.8) 100%); border: 1px solid rgba(57,255,20,0.2); border-radius: 12px; padding: 30px; display: flex; gap: 25px; align-items: center; margin: 50px 0; }
.anon-author-avatar img { border-radius: 50%; border: 2px solid var(--neon-green); width: 80px; height: 80px; box-shadow: 0 0 15px var(--neon-green-glow); }
.anon-author-role { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 1px; color: var(--neon-green); font-weight: 900; margin-bottom: 5px; }
.anon-author-name { font-size: 1.5rem; margin-bottom: 5px; color: #fff; }
.anon-author-bio { font-size: 0.95rem; color: #ccc; margin: 0; line-height: 1.5; }

/* FAQ Accordions */
.anon-faq-wrap { margin-bottom: 50px; }
.anon-faq-item { border: 1px solid var(--border-subtle); border-radius: 8px; margin-bottom: 15px; background: var(--surface-dark); overflow: hidden; }
.anon-faq-question { padding: 20px; font-weight: 800; font-size: 1.1rem; cursor: pointer; display: flex; justify-content: space-between; align-items: center; user-select: none; transition: 0.2s; }
.anon-faq-question:hover { background: rgba(255,255,255,0.02); color: var(--neon-green); }
.anon-faq-answer { padding: 0 20px; max-height: 0; overflow: hidden; transition: max-height 0.3s ease-out; color: #ccc; font-size: 1rem; line-height: 1.6; }
.anon-faq-item.active .anon-faq-answer { padding: 20px; max-height: 500px; border-top: 1px solid var(--border-subtle); }
.anon-faq-icon { transition: transform 0.3s; font-size: 1.5rem; color: var(--neon-green); }
.anon-faq-item.active .anon-faq-icon { transform: rotate(45deg); color: var(--bad-red); }

/* Rating & Media Vault */
.anon-media-vault { margin: 40px 0; border-radius: 12px; overflow: hidden; border: 1px solid var(--border-subtle); box-shadow: 0 20px 40px rgba(0,0,0,0.8); background: #000; }
.anon-video-wrapper { position: relative; padding-bottom: 56.25%; height: 0; }
.anon-video-wrapper iframe, .anon-video-wrapper video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }
.anon-vault-caption { padding: 15px 20px; background: #111; color: var(--neon-green); font-size: 0.85rem; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; display: flex; align-items: center; gap: 10px; border-top: 1px solid var(--border-subtle); }
.anon-rating-wrap { background: var(--surface-dark); border: 1px solid var(--border-subtle); padding: 40px; text-align: center; border-radius: 12px; margin: 40px 0; }
.anon-rating-title { font-weight: 900; text-transform: uppercase; margin-bottom: 20px; font-size: 1.1rem; }
.anon-stars-flex { display: flex; justify-content: center; gap: 10px; flex-direction: row-reverse; }
.anon-star-btn { background: none; border: none; font-size: 3rem; color: #222; cursor: pointer; transition: 0.2s; }
.anon-star-btn:hover, .anon-star-btn:hover ~ .anon-star-btn { color: var(--neon-green); text-shadow: 0 0 20px var(--neon-green-glow); }
.anon-vote-msg { display: block; margin-top: 15px; font-weight: 800; font-size: 0.9rem; text-transform: uppercase; color: var(--text-muted); }

/* Footer & Mobile */
.anon-main-footer { background: #000; border-top: 1px solid var(--border-subtle); padding: 80px 0 40px; margin-top: 80px; text-align: center;}
.anon-footer-brand { font-size: 1.5rem; font-weight: 900; letter-spacing: 2px; margin-bottom: 15px; }
.anon-footer-menu-list { display: flex; justify-content: center; gap: 25px; list-style: none; padding: 0; margin: 0; flex-wrap: wrap; }
.anon-footer-menu-list a { color: var(--text-muted); text-decoration: none; font-size: 0.85rem; text-transform: uppercase; font-weight: 800; letter-spacing: 1px; transition: 0.2s; }
.anon-footer-menu-list a:hover { color: var(--neon-green); }

/* Taxonomy Deep Dive Section */
.anon-provider-profile-wrap { display: grid; grid-template-columns: 2fr 1fr; gap: 40px; margin-top: 40px; }
.anon-provider-info-card { background: linear-gradient(180deg, rgba(57,255,20,0.03) 0%, rgba(0,0,0,0.5) 100%); border: 1px solid rgba(57,255,20,0.2); border-radius: 12px; padding: 30px; }
.anon-provider-rating-box { text-align: center; margin-bottom: 30px; padding-bottom: 25px; border-bottom: 1px solid var(--border-subtle); }
.anon-provider-rating-badge { display: inline-block; background: rgba(57,255,20,0.1); border: 1px solid var(--neon-green); color: var(--neon-green); font-weight: 900; padding: 5px 15px; border-radius: 6px; box-shadow: 0 0 15px var(--neon-green-glow); font-size: 1.5rem; margin-top: 10px; }
.anon-provider-info-grid { display: grid; grid-template-columns: 1fr; gap: 15px; }
.anon-provider-info-item { background: rgba(0,0,0,0.5); padding: 15px; border-radius: 8px; border: 1px solid var(--border-subtle); }
.anon-provider-info-label { font-size: 0.75rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 1px; font-weight: 800; display: block; margin-bottom: 5px; }
.anon-provider-info-value { font-size: 1rem; color: #fff; font-family: 'Share Tech Mono', monospace; font-weight: 600; line-height: 1.4; }

.anon-mobile-menu-btn { display: none; background: none; border: none; color: var(--neon-green); font-size: 2rem; cursor: pointer; }
.anon-mobile-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.95); backdrop-filter: blur(15px); z-index: 99999; display: flex; flex-direction: column; align-items: center; justify-content: center; transform: translateY(-100%); opacity: 0; transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1); }
.anon-mobile-overlay.active { transform: translateY(0); opacity: 1; }
.anon-mobile-close-btn { position: absolute; top: 25px; right: 25px; background: none; border: none; color: #fff; font-size: 2rem; cursor: pointer; transition: 0.2s; }
.anon-mobile-close-btn:hover { color: var(--bad-red); }
.anon-mobile-nav ul { display: flex; flex-direction: column; gap: 30px; text-align: center; list-style: none; padding: 0;}
.anon-mobile-nav a { color: #fff; text-decoration: none; font-size: 2rem; font-weight: 900; text-transform: uppercase; letter-spacing: 2px; }
.anon-sticky-mobile { display: none; }

.anon-pc-container { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin-bottom: 40px; }
.anon-pc-box { border-radius: 12px; padding: 30px; backdrop-filter: blur(10px); }
.anon-pros-box { background: linear-gradient(180deg, rgba(57,255,20,0.05) 0%, rgba(0,0,0,0.8) 100%); border: 1px solid rgba(57,255,20,0.2); }
.anon-cons-box { background: linear-gradient(180deg, rgba(255,68,68,0.05) 0%, rgba(0,0,0,0.8) 100%); border: 1px solid rgba(255,68,68,0.2); }
.anon-pc-header { font-size: 1.2rem; font-weight: 900; text-transform: uppercase; margin-bottom: 25px; }
.anon-p-header { color: var(--neon-green); }
.anon-c-header { color: var(--bad-red); }
.anon-pc-list { list-style: none; }
.anon-pc-list li { position: relative; padding-left: 30px; margin-bottom: 15px; font-weight: 600; color: #ddd; }
.anon-pc-list li:before { position: absolute; left: 0; font-weight: 900; font-size: 1.2rem; top: -2px; }
.anon-pc-list-p li:before { content: "\2713"; color: var(--neon-green); }
.anon-pc-list-c li:before { content: "\2717"; color: var(--bad-red); }
@media (max-width: 768px) {
    .anon-logo { display: flex; align-items: center; }
    .anon-logo img { max-height: 45px; max-width: 70vw; object-fit: contain; }
    .anon-header-nav { display: none; }
    .anon-desktop-search { display: none; }
    .anon-mobile-menu-btn { display: block; }
    .anon-hero-bg { padding: 50px 0; }
    .anon-title-glow { font-size: 2.2rem; line-height: 1.1; margin-bottom: 15px; }
    .anon-hero-sub { font-size: 1rem; margin-bottom: 30px; letter-spacing: 1px; }
    .anon-author-box { flex-direction: column; text-align: center; }
    .anon-pc-container { grid-template-columns: 1fr; }
    .anon-provider-profile-wrap { grid-template-columns: 1fr; }
    .anon-sticky-mobile { display: flex; position: fixed; bottom: 0; left: 0; width: 100%; background: rgba(5,5,5,0.95); backdrop-filter: blur(10px); border-top: 1px solid var(--neon-green); padding: 15px; z-index: 999; justify-content: center; }
    .anon-sticky-mobile .ct2-neon-btn { width: 100%; max-width: none; }
    body { padding-bottom: 80px; }
}

@keyframes pulse { 0% { opacity: 1; } 50% { opacity: 0.3; } 100% { opacity: 1; } }

/* ==========================================================================
   100/100 VIP CINEMATIC FOMO FUNNEL (PROVIDER HUB)
   ========================================================================== */

.web3-container {
    width: 100%;
    margin: 0 auto;
    font-family: 'Outfit', sans-serif;
    color: var(--text-main);
    background: transparent;
    padding: 0;
}

/* Region Lock Alert Bar */
.premium-fomo-alert {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, rgba(220, 38, 38, 0.15) 0%, var(--surface-dark) 100%);
    border: 1px solid rgba(239, 68, 68, 0.4);
    border-left: 4px solid var(--bad-red);
    border-radius: 12px;
    padding: 25px 35px;
    margin-bottom: 40px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.4), inset 0 0 20px rgba(239, 68, 68, 0.05);
    backdrop-filter: blur(10px);
    position: relative; 
    z-index: 999; 
}

.fomo-left {
    display: flex;
    align-items: center;
    gap: 25px;
}

.fomo-icon-pulse {
    flex-shrink: 0;
    background: linear-gradient(135deg, var(--bad-red) 0%, #991b1b 100%);
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    animation: pulse-red 2s infinite;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 20px rgba(239, 68, 68, 0.5);
}

@keyframes pulse-red {
    0% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.6); }
    70% { box-shadow: 0 0 0 15px rgba(239, 68, 68, 0); }
    100% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0); }
}

.fomo-headline {
    display: block;
    color: #ffffff;
    font-size: 1.3em;
    font-weight: 900;
    margin-bottom: 4px;
    letter-spacing: -0.5px;
}

.premium-vpn-btn-inline {
    background: linear-gradient(90deg, var(--bad-red) 0%, #dc2626 100%);
    color: #fff !important;
    padding: 14px 28px;
    border-radius: 6px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 0.95em;
    letter-spacing: 1px;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(239, 68, 68, 0.3);
    transition: all 0.3s ease;
    white-space: nowrap;
    flex-shrink: 0;
}

.premium-vpn-btn-inline:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(239, 68, 68, 0.5);
    background: linear-gradient(90deg, #f87171 0%, var(--bad-red) 100%);
    text-decoration: none;
}

.web3-alert {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.3);
    color: #fca5a5;
    padding: 16px 24px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1.1em;
    margin-bottom: 30px;
    text-align: center;
    backdrop-filter: blur(5px);
}

/* Glassmorphic Success Banner */
.web3-success-banner {
    display: flex;
    align-items: center;
    gap: 30px;
    background: linear-gradient(135deg, rgba(214, 144, 22, 0.12) 0%, var(--surface-dark) 100%);
    border: 1px solid rgba(214, 144, 22, 0.3);
    border-radius: 12px;
    padding: 35px 40px;
    margin-bottom: 30px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.5), inset 0 0 30px rgba(214, 144, 22, 0.05);
    backdrop-filter: blur(12px);
}

.success-icon-wrapper {
    flex-shrink: 0;
    background: linear-gradient(135deg, #D69016 0%, #FFD700 100%);
    width: 65px;
    height: 65px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(214, 144, 22, 0.4);
}

.success-icon-wrapper svg {
    stroke: #111 !important;
    width: 32px;
    height: 32px;
}

.web3-success-banner-text h3 {
    color: #ffffff;
    font-size: 1.8em;
    font-weight: 900;
    margin: 0 0 8px 0;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.highlight-text {
    color: #D69016;
    text-shadow: 0 0 15px rgba(214, 144, 22, 0.4);
}

.web3-success-banner-text p {
    color: var(--text-muted);
    font-size: 1.1em;
    margin: 0;
}

/* Instant Search Bar */
.web3-search-container {
    margin-bottom: 50px;
    position: relative;
}

.web3-search-input {
    width: 100%;
    background: var(--surface-dark);
    border: 1px solid var(--border-subtle);
    color: #fff;
    font-size: 1.1em;
    padding: 20px 25px 20px 60px;
    border-radius: 12px;
    outline: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2), inset 0 2px 5px rgba(0,0,0,0.5);
    font-family: 'Outfit', sans-serif;
    box-sizing: border-box;
}

.web3-search-input:focus {
    border-color: #D69016;
    background: rgba(10, 10, 10, 0.95);
    box-shadow: 0 0 20px rgba(214, 144, 22, 0.15), inset 0 2px 5px rgba(0,0,0,0.5);
}

.web3-search-input::placeholder {
    color: #64748b;
}

.web3-search-icon {
    position: absolute;
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
    color: #D69016;
    pointer-events: none;
    opacity: 0.8;
}

/* Interactive Tooltip FOMO CSS */
.tooltip-trigger {
    position: relative;
    cursor: help;
    display: inline-block; 
    border-bottom: 1px dashed rgba(252, 165, 165, 0.6);
    color: #fca5a5;
    font-weight: 500;
    font-size: 1em;
    padding-bottom: 2px;
    transition: all 0.2s ease;
}

.tooltip-trigger::after {
    content: ''; position: absolute; top: 100%; left: -20px; right: -20px; height: 30px; background: transparent; z-index: 1;
}

.tooltip-trigger:hover { border-bottom-color: #f87171; color: #f87171; }

.restricted-tooltip {
    visibility: hidden; opacity: 0; position: absolute; top: calc(100% + 15px); left: 50%;
    transform: translateX(-50%) translateY(10px); background: rgba(5, 5, 5, 0.98);
    border: 1px solid rgba(214, 144, 22, 0.5); padding: 20px; border-radius: 12px;
    box-shadow: 0 25px 50px rgba(0,0,0,0.8), 0 0 30px rgba(214, 144, 22, 0.15);
    width: 380px; z-index: 9999; transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    pointer-events: none; cursor: default; text-align: left; backdrop-filter: blur(10px);
}

.tooltip-trigger:hover .restricted-tooltip {
    visibility: visible; opacity: 1; transform: translateX(-50%) translateY(0); pointer-events: auto;
}

.restricted-tooltip::before {
    content: ''; position: absolute; bottom: 100%; left: 50%; margin-left: -9px;
    border-width: 9px; border-style: solid; border-color: transparent transparent rgba(214, 144, 22, 0.5) transparent;
}
.restricted-tooltip::after {
    content: ''; position: absolute; bottom: 100%; left: 50%; margin-left: -8px;
    border-width: 8px; border-style: solid; border-color: transparent transparent #050505 transparent;
}

.tooltip-header {
    display: block; color: #e2e8f0; font-size: 13px; font-weight: 900; margin-bottom: 15px;
    text-align: center; border-bottom: 1px solid var(--border-subtle); padding-bottom: 12px;
    text-transform: uppercase; letter-spacing: 1px;
}

.tooltip-grid {
    display: grid; grid-template-columns: repeat(4, 1fr) !important; gap: 10px;
    max-height: 240px; overflow-y: auto; padding-right: 5px;
}

.tooltip-grid::-webkit-scrollbar { width: 6px; }
.tooltip-grid::-webkit-scrollbar-track { background: rgba(0,0,0,0.3); border-radius: 6px; }
.tooltip-grid::-webkit-scrollbar-thumb { background: rgba(214, 144, 22, 0.6); border-radius: 6px; }

.tooltip-provider-img {
    background: #000000 !important; border: 1px solid var(--border-subtle); border-radius: 8px;
    padding: 8px; height: 50px; display: flex; align-items: center; justify-content: center;
    transition: all 0.2s; text-decoration: none; cursor: pointer;
}
.tooltip-provider-img:hover { border-color: #D69016; transform: translateY(-2px); }
.tooltip-provider-img img { max-width: 100%; max-height: 100%; object-fit: contain; }

/* Category Headers */
.web3-sub-category {
    margin: 0 0 20px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--border-subtle);
    text-align: left;
}

.web3-sub-category h4 {
    font-size: 1.8rem; color: #ffffff; margin: 0 0 8px 0; display: flex; align-items: center;
    gap: 12px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase;
}

.web3-sub-category p { font-size: 1.05rem; color: var(--text-muted); margin: 0; }
.grid-spacer { margin-top: 60px; }

/* Providers Grid & Seamless Cards */
.casino-usa-providers {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.casino-usa-provider {
    display: flex; flex-direction: column; text-decoration: none !important;
    background: var(--surface-dark);
    border: 1px solid var(--border-subtle); 
    border-radius: 12px; overflow: hidden; position: relative;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.casino-usa-provider:hover {
    transform: translateY(-5px); border-color: rgba(214, 144, 22, 0.5);
    box-shadow: 0 15px 40px rgba(214, 144, 22, 0.15);
    text-decoration: none !important;
}

/* SEARCH & RESTRICTED FUNCTIONALITY */
.hidden-provider { display: none !important; }
.search-hidden { display: none !important; }

/* Checkbox Toggle logic */
.hide-restricted-mode .restricted-provider-card { display: none !important; }

/* Styling for restricted providers */
.restricted-provider-card {
    border-color: rgba(239, 68, 68, 0.4) !important;
    background: linear-gradient(180deg, rgba(239, 68, 68, 0.05) 0%, var(--surface-dark) 100%) !important;
    text-decoration: none !important;
}

.restricted-provider-card:hover {
    border-color: var(--bad-red) !important;
    box-shadow: 0 15px 35px rgba(239, 68, 68, 0.2), 0 0 20px rgba(239, 68, 68, 0.15) !important;
    text-decoration: none !important;
}

.grayscale-img {
    filter: grayscale(100%) opacity(0.5) drop-shadow(0 4px 6px rgba(0,0,0,0.4)) !important;
}

.vpn-locked-badge {
    position: absolute;
    top: 0; right: 0;
    background: linear-gradient(135deg, var(--bad-red) 0%, #991b1b 100%);
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    padding: 6px 14px;
    border-bottom-left-radius: 12px;
    z-index: 10;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: -3px 3px 10px rgba(0,0,0,0.3);
}

.top-pick-card {
    border-color: rgba(214, 144, 22, 0.6);
    box-shadow: 0 0 20px rgba(214, 144, 22, 0.15);
    animation: pulse-border 3s infinite;
}

@keyframes pulse-border {
    0% { box-shadow: 0 0 0 0 rgba(214, 144, 22, 0.4); }
    70% { box-shadow: 0 0 0 12px rgba(214, 144, 22, 0); }
    100% { box-shadow: 0 0 0 0 rgba(214, 144, 22, 0); }
}

.best-match-ribbon {
    position: absolute; top: 0; right: 0; background: linear-gradient(135deg, #D69016 0%, #FFD700 100%);
    color: #000; font-size: 10px; font-weight: 900; padding: 6px 14px;
    border-bottom-left-radius: 12px; z-index: 10; letter-spacing: 1px;
    text-transform: uppercase; box-shadow: -3px 3px 10px rgba(0,0,0,0.3);
}

.provider-image-wrapper {
    height: 110px; width: 100%; display: flex; align-items: center; justify-content: center;
    padding: 20px; box-sizing: border-box; background: #000000 !important;
    border-bottom: 1px solid var(--border-subtle);
}

.provider-image-wrapper img {
    max-width: 100%; max-height: 100%; object-fit: contain; display: block;
    transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.4));
}

.casino-usa-provider:hover .provider-image-wrapper img { transform: scale(1.08); }

.provider-info { padding: 20px; background: transparent; display: flex; flex-direction: column; gap: 10px; flex-grow: 1; }
.provider-header { display: flex; justify-content: space-between; align-items: center; gap: 8px; }

.provider-name {
    font-size: 1.2rem; font-weight: 900; color: #ffffff; white-space: nowrap;
    overflow: hidden; text-overflow: ellipsis; letter-spacing: 0.5px;
}

.provider-rating {
    font-size: 0.75rem; font-weight: 900; color: #000; background: #FFD700;
    padding: 4px 10px; border-radius: 6px; display: flex; align-items: center; gap: 4px; flex-shrink: 0;
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.5);
}

.provider-rating .star { font-size: 11px; }

.provider-desc {
    font-size: 0.9rem; color: var(--text-muted); line-height: 1.6; text-align: left; margin: 0;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}

/* Cinematic Buttons */
.show-more-container { text-align: center; margin-top: 30px; }

.web3-btn-secondary {
    background: var(--surface-dark); color: #D69016;
    border: 1px solid rgba(214, 144, 22, 0.3); padding: 14px 32px; border-radius: 6px;
    font-weight: 800; font-size: 0.95em; text-transform: uppercase; letter-spacing: 1px;
    cursor: pointer; transition: all 0.3s ease; box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

.web3-btn-secondary:hover {
    background: linear-gradient(90deg, #D69016 0%, #e8a225 100%); color: #000;
    border-color: #e8a225; transform: translateY(-2px); box-shadow: 0 10px 25px rgba(214, 144, 22, 0.4);
}

/* VPN Option Card */
.web3-vpn-card {
    background: linear-gradient(135deg, var(--surface-dark) 0%, rgba(0,0,0,0.9) 100%); border: 1px solid var(--border-subtle);
    border-radius: 12px; padding: 40px 30px; text-align: center; border-top: 4px solid #D69016;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5); margin-top: 70px; position: relative; overflow: hidden;
}

.web3-vpn-card::before {
    content: ""; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%;
    background: radial-gradient(circle, rgba(214,144,22,0.1) 0%, transparent 60%); pointer-events: none;
}

.web3-vpn-card h3 { font-size: 1.8em; margin-top: 0; margin-bottom: 15px; color: #ffffff; font-weight: 900; letter-spacing: -0.5px;}
.web3-vpn-card p { color: var(--text-muted); font-size: 1.1em; margin-bottom: 30px; line-height: 1.6; max-width: 800px; margin-left: auto; margin-right: auto;}
.web3-vpn-card strong { color: #ffffff; }
.glow-text-gold { color: #D69016; text-shadow: 0 0 15px rgba(214, 144, 22, 0.5); font-weight: 900; }

.web3-btn {
    display: inline-block; background: linear-gradient(90deg, #D69016 0%, #e8a225 100%);
    color: #000 !important; text-decoration: none; padding: 16px 40px; border-radius: 6px;
    font-weight: 900; font-size: 1.1em; text-transform: uppercase; letter-spacing: 1px;
    transition: all 0.3s ease; box-shadow: 0 10px 25px rgba(214, 144, 22, 0.4); position: relative; z-index: 2;
}

.web3-btn:hover {
    transform: translateY(-2px) scale(1.02); box-shadow: 0 15px 35px rgba(214, 144, 22, 0.6);
    background: linear-gradient(90deg, #e8a225 0%, #FFD700 100%);
}

/* Responsive Overrides */
@media (max-width: 1024px) {
    .casino-usa-providers { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
    .premium-fomo-alert, .web3-success-banner { flex-direction: column; text-align: center; gap: 20px; padding: 25px 20px; }
    .fomo-left { flex-direction: column; gap: 15px; }
    .premium-vpn-btn-inline { width: 100%; text-align: center; box-sizing: border-box; display: block; }
    .casino-usa-providers { grid-template-columns: repeat(2, 1fr); gap: 15px; }
    .provider-image-wrapper { height: 90px; padding: 15px; }
    .web3-vpn-card h3 { font-size: 1.5em; }
    .web3-sub-category h4 { font-size: 1.3em; }
    .web3-vpn-card { padding: 30px 20px; }
    .restricted-tooltip { max-width: 280px; width: 100%; }
    .tooltip-grid { grid-template-columns: repeat(3, 1fr) !important; }
}

@media (max-width: 480px) {
    .premium-fomo-alert { padding: 20px 15px; }
    .web3-success-banner { flex-direction: row; align-items: center; text-align: left; padding: 15px; gap: 12px; margin-bottom: 25px; }
    .success-icon-wrapper { width: 40px; height: 40px; border-radius: 8px; flex-shrink: 0; }
    .success-icon-wrapper svg { width: 20px; height: 20px; }
    .web3-success-banner-text h3 { font-size: 17px !important; line-height: 1.2 !important; margin-bottom: 4px; }
    .web3-success-banner-text p { font-size: 13px !important; line-height: 1.3 !important; margin: 0; }
    .casino-usa-providers { grid-template-columns: 1fr; gap: 15px; } 
    .provider-image-wrapper { height: 90px; padding: 10px; } 
    .provider-info { padding: 15px; gap: 5px; } 
    .web3-alert { font-size: 0.95em; padding: 15px; }
    .web3-btn, .web3-btn-secondary { width: 100%; box-sizing: border-box; }
}