:root { --bestloterij-primary: #6D5BFF; --bestloterij-secondary: #9333EA; --bestloterij-accent: #F5D48F; --bestloterij-background: #100C1F; --bestloterij-surface: #1F1A37; --bestloterij-text-primary: #F3EEFF; --bestloterij-text-secondary: #BEB3D8; --bestloterij-font-heading: 'Cinzel', sans-serif; --bestloterij-font-body: 'Inter', sans-serif; --bestloterij-border-radius: 8px; --bestloterij-transition: all 0.3s ease; }
* { box-sizing: border-box; margin: 0; padding: 0; }
body.bestloterij_body { font-family: var(--bestloterij-font-body); background-color: var(--bestloterij-background); color: var(--bestloterij-text-primary); line-height: 1.6; font-size: 16px; overflow-x: hidden; }
.bestloterij_container { max-width: 1280px; margin: 0 auto; padding: 0 20px; }
a { color: var(--bestloterij-accent); text-decoration: none; transition: var(--bestloterij-transition); }
a:hover { color: #fff; }
.bestloterij_h1, .bestloterij_h2, .bestloterij_h3, .bestloterij_h4 { font-family: var(--bestloterij-font-heading); font-weight: 700; line-height: 1.2; margin-bottom: 1rem; color: #fff; }
.bestloterij_h1 { font-size: 3rem; }
.bestloterij_h2 { font-size: 2.2rem; }
.bestloterij_h3 { font-size: 1.5rem; }
.bestloterij_h4 { font-size: 1.2rem; }
.bestloterij_p { margin-bottom: 1rem; color: var(--bestloterij-text-secondary); }
.bestloterij_p_small { font-size: 0.9rem; color: var(--bestloterij-text-secondary); margin-bottom: 0.5rem; }
.bestloterij_btn { display: inline-flex; align-items: center; justify-content: center; background: linear-gradient(135deg, var(--bestloterij-primary), var(--bestloterij-secondary)); color: #fff; border: none; padding: 10px 20px; font-family: var(--bestloterij-font-body); font-weight: 600; border-radius: 4px; cursor: pointer; transition: var(--bestloterij-transition); text-transform: uppercase; font-size: 0.9rem; letter-spacing: 0.5px; }
.bestloterij_btn:hover { filter: brightness(1.1); transform: translateY(-2px); }
.bestloterij_btn_ghost { background: transparent; border: 1px solid var(--bestloterij-accent); color: var(--bestloterij-accent); }
.bestloterij_btn_ghost:hover { background: rgba(245, 212, 143, 0.1); }
.bestloterij_btn_large { padding: 15px 30px; font-size: 1.1rem; }
.bestloterij_btn_full { width: 100%; }
.bestloterij_header { background-color: rgba(16, 12, 31, 0.95); backdrop-filter: blur(10px); position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.bestloterij_header_inner { display: flex; align-items: center; justify-content: space-between; max-width: 1280px; margin: 0 auto; padding: 15px 20px; }
.bestloterij_brand a { font-family: var(--bestloterij-font-heading); font-size: 1.5rem; color: var(--bestloterij-accent); font-weight: 700; }
.bestloterij_nav_list { display: flex; list-style: none; gap: 20px; }
.bestloterij_nav_list a { color: var(--bestloterij-text-primary); font-weight: 600; }
.bestloterij_nav_list a:hover { color: var(--bestloterij-accent); }
.bestloterij_header_right { display: flex; align-items: center; gap: 15px; }
.bestloterij_age_badge { background: #333; color: #fff; padding: 4px 8px; border-radius: 4px; font-size: 0.8rem; font-weight: bold; border: 1px solid #555; }
.bestloterij_nav_toggle { display: none; background: none; border: none; color: #fff; font-size: 1.5rem; cursor: pointer; }
@media (max-width: 768px) {
.bestloterij_nav { display: none; position: absolute; top: 100%; left: 0; width: 100%; background: var(--bestloterij-surface); padding: 20px; flex-direction: column; }
.bestloterij_nav.is-open { display: flex; }
.bestloterij_nav_list { flex-direction: column; }
.bestloterij_nav_toggle { display: block; }
.bestloterij_header_right .bestloterij_btn { display: none; }
}
.bestloterij_hero { position: relative; display: flex; flex-wrap: wrap; min-height: 80vh; background: var(--bestloterij-background); }
.bestloterij_hero_content { flex: 1 1 50%; padding: 80px 40px; display: flex; flex-direction: column; justify-content: center; z-index: 2; }
.bestloterij_hero_media { flex: 1 1 50%; position: relative; min-height: 400px; }
.bestloterij_hero_img { width: 100%; height: 100%; object-fit: cover; border-left: 4px solid var(--bestloterij-accent); }
.bestloterij_trust_signal { color: var(--bestloterij-accent); text-transform: uppercase; letter-spacing: 1px; font-size: 0.9rem; margin-bottom: 15px; font-weight: bold; }
.bestloterij_hero_subtitle { font-size: 1.2rem; margin-bottom: 30px; max-width: 500px; }
.bestloterij_hero_actions { margin-bottom: 20px; }
.bestloterij_hero_age_strip { font-size: 0.85rem; color: #aaa; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 10px; display: inline-block; }
@media (max-width: 768px) {
.bestloterij_hero_content { flex: 1 1 100%; padding: 40px 20px; }
.bestloterij_hero_media { flex: 1 1 100%; min-height: 300px; }
.bestloterij_hero_img { border-left: none; border-top: 4px solid var(--bestloterij-accent); }
}
.bestloterij_ticker_row { background: var(--bestloterij-primary); overflow: hidden; padding: 10px 0; }
.bestloterij_ticker_inner { display: flex; gap: 40px; white-space: nowrap; font-weight: bold; color: #fff; text-transform: uppercase; font-size: 0.9rem; animation: bestloterij-ticker 20s linear infinite; }
@keyframes bestloterij-ticker { 0% { transform: translateX(100%); } 100% { transform: translateX(-100%); } }
.bestloterij_home_block { padding: 80px 0; border-bottom: 1px solid rgba(255,255,255,0.05); }
.bestloterij_block_dark { background: var(--bestloterij-surface); }
.bestloterij_block_amethyst { background: linear-gradient(180deg, var(--bestloterij-surface), #261b4a); }
.bestloterij_block_header { text-align: center; max-width: 700px; margin: 0 auto 40px; }
.bestloterij_grid_3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }
.bestloterij_card { background: var(--bestloterij-background); border: 1px solid rgba(255,255,255,0.1); padding: 30px; border-radius: var(--bestloterij-border-radius); transition: var(--bestloterij-transition); }
.bestloterij_card:hover { transform: translateY(-5px); border-color: var(--bestloterij-primary); }
.bestloterij_split { display: flex; flex-wrap: wrap; gap: 40px; align-items: center; }
.bestloterij_split_text { flex: 1 1 400px; }
.bestloterij_split_visual { flex: 1 1 400px; display: flex; justify-content: center; }
.bestloterij_list { margin-bottom: 1rem; padding-left: 20px; }
.bestloterij_list li { margin-bottom: 10px; color: var(--bestloterij-text-secondary); }
.bestloterij_security_badge { width: 150px; height: 150px; border-radius: 50%; border: 4px solid var(--bestloterij-accent); display: flex; align-items: center; justify-content: center; font-family: var(--bestloterij-font-heading); font-weight: bold; color: var(--bestloterij-accent); text-align: center; box-shadow: 0 0 20px rgba(245, 212, 143, 0.2); }
.bestloterij_stats_row { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 20px; }
.bestloterij_stat { text-align: center; }
.bestloterij_stat_num { font-size: 3rem; font-family: var(--bestloterij-font-heading); color: var(--bestloterij-accent); font-weight: bold; line-height: 1; margin-bottom: 5px; }
.bestloterij_stat_label { text-transform: uppercase; font-size: 0.9rem; letter-spacing: 1px; color: var(--bestloterij-text-secondary); }
.bestloterij_progression_steps { display: flex; flex-direction: column; gap: 20px; max-width: 600px; margin: 0 auto; }
.bestloterij_step { background: var(--bestloterij-surface); border-left: 4px solid var(--bestloterij-primary); padding: 20px; }
.bestloterij_faq_list { max-width: 800px; margin: 0 auto; }
.bestloterij_faq_item { border-bottom: 1px solid rgba(255,255,255,0.1); }
.bestloterij_faq_trigger { width: 100%; text-align: left; background: none; border: none; padding: 20px 0; color: var(--bestloterij-text-primary); font-size: 1.1rem; font-weight: bold; cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
.bestloterij_faq_trigger::after { content: '+'; font-size: 1.5rem; color: var(--bestloterij-accent); }
.bestloterij_faq_trigger[aria-expanded="true"]::after { content: '-'; }
.bestloterij_faq_content { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.bestloterij_faq_trigger[aria-expanded="true"] + .bestloterij_faq_content { max-height: 200px; }
.bestloterij_game_module { background: var(--bestloterij-surface); border: 1px solid rgba(255,255,255,0.1); border-radius: var(--bestloterij-border-radius); padding: 20px; display: flex; flex-direction: column; gap: 15px; position: relative; }
.bestloterij_game_module_home { max-width: 400px; margin: 0 auto; border-color: var(--bestloterij-accent); box-shadow: 0 10px 30px rgba(0,0,0,0.5); }
.bestloterij_game_header { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 10px; }
.bestloterij_game_header .bestloterij_h3 { margin: 0; }
.bestloterij_wallet_compact { font-family: monospace; color: var(--bestloterij-accent); font-weight: bold; background: rgba(0,0,0,0.5); padding: 4px 8px; border-radius: 4px; }
.bestloterij_game_board { background: #000; border-radius: 4px; height: 250px; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.bestloterij_roulette_wheel { width: 200px; height: 200px; border-radius: 50%; transform-origin: center; transition: transform 0s linear; }
.bestloterij_roulette_pointer { position: absolute; top: 10px; left: 50%; transform: translateX(-50%); width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 15px solid var(--bestloterij-accent); z-index: 2; }
.bestloterij_slot_board { display: flex; gap: 10px; background: #111; padding: 10px; }
.bestloterij_slot_reel { flex: 1; height: 100%; background: #222; border: 2px solid #333; display: flex; align-items: center; justify-content: center; overflow: hidden; position: relative; border-radius: 4px; }
.bestloterij_slot_reel img { width: 80%; height: auto; object-fit: contain; transition: transform 0.1s linear; }
.bestloterij_game_controls { display: flex; justify-content: space-between; align-items: center; background: rgba(0,0,0,0.3); padding: 10px; border-radius: 4px; }
.bestloterij_bet_selector { background: #000; color: #fff; border: 1px solid #555; padding: 5px; border-radius: 4px; font-family: inherit; }
.bestloterij_game_result { text-align: center; font-weight: bold; min-height: 24px; color: var(--bestloterij-accent); }
.bestloterij_game_history { display: flex; gap: 5px; justify-content: center; font-size: 0.8rem; color: #888; }
.bestloterij_game_footer { text-align: center; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 10px; }
.bestloterij_lobby_layout { display: flex; gap: 30px; max-width: 1280px; margin: 40px auto; padding: 0 20px; }
.bestloterij_wallet_sidebar { flex: 0 0 300px; display: flex; flex-direction: column; gap: 20px; }
.bestloterij_wallet_terminal { background: var(--bestloterij-surface); padding: 20px; border-radius: var(--bestloterij-border-radius); border: 1px solid var(--bestloterij-primary); }
.bestloterij_balance_display { font-size: 2.5rem; font-weight: bold; font-family: var(--bestloterij-font-heading); color: var(--bestloterij-accent); line-height: 1; margin: 15px 0 5px; }
.bestloterij_wallet_disclaimer { font-size: 0.8rem; color: #888; margin-bottom: 20px; }
.bestloterij_altitude_ranks { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 15px; margin-bottom: 15px; }
.bestloterij_progress_bar { width: 100%; height: 8px; background: #000; border-radius: 4px; overflow: hidden; margin-bottom: 5px; }
.bestloterij_progress_fill { height: 100%; background: var(--bestloterij-accent); transition: width 0.3s; }
.bestloterij_achievements_list { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 15px; }
.bestloterij_achievement { font-size: 0.85rem; color: var(--bestloterij-text-secondary); background: rgba(0,0,0,0.3); padding: 8px; border-radius: 4px; margin-bottom: 5px; }
.bestloterij_lobby_grid { flex: 1; }
.bestloterij_masonry_two_column { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; align-items: start; }
@media (max-width: 900px) {
.bestloterij_lobby_layout { flex-direction: column; }
.bestloterij_wallet_sidebar { flex: none; width: 100%; }
}
@media (max-width: 600px) {
.bestloterij_masonry_two_column { grid-template-columns: 1fr; }
}
.bestloterij_page_content { padding: 60px 0; }
.bestloterij_text_section { margin-bottom: 40px; max-width: 800px; }
.bestloterij_form { max-width: 500px; display: flex; flex-direction: column; gap: 15px; }
.bestloterij_form_group label { display: block; margin-bottom: 5px; font-weight: bold; }
.bestloterij_form_group input, .bestloterij_form_group select, .bestloterij_form_group textarea { width: 100%; padding: 10px; background: var(--bestloterij-background); border: 1px solid #555; color: #fff; border-radius: 4px; font-family: inherit; }
.bestloterij_footer { background: #0a0813; padding: 60px 0 20px; border-top: 1px solid rgba(255,255,255,0.05); }
.bestloterij_footer_top { display: flex; flex-wrap: wrap; gap: 40px; margin-bottom: 40px; }
.bestloterij_footer_brand { flex: 1 1 250px; }
.bestloterij_footer_links { flex: 1 1 200px; }
.bestloterij_footer_links ul { list-style: none; }
.bestloterij_footer_links li { margin-bottom: 8px; }
.bestloterij_footer_identity { flex: 1 1 250px; }
.bestloterij_footer_middle { border-top: 1px solid rgba(255,255,255,0.1); border-bottom: 1px solid rgba(255,255,255,0.1); padding: 30px 0; margin-bottom: 20px; text-align: center; }
.bestloterij_partner_logos { display: flex; justify-content: center; gap: 20px; margin: 15px 0; }
.bestloterij_partner_link { display: inline-block; padding: 10px; border-radius: 4px; }
.bestloterij_partner_gamcare { background: #ffffff; }
.bestloterij_partner_gambleaware { background: #1a1a1a; border: 1px solid #333; }
.bestloterij_partner_link img { height: 40px; width: auto; display: block; }
.bestloterij_footer_bottom { text-align: center; color: #666; }
.bestloterij_modal_overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.8); z-index: 1000; display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity 0.3s; }
.bestloterij_modal_overlay.is-active { opacity: 1; pointer-events: auto; }
.bestloterij_modal_content { background: var(--bestloterij-surface); padding: 40px; border-radius: var(--bestloterij-border-radius); max-width: 500px; width: 90%; position: relative; border: 1px solid var(--bestloterij-primary); }
.bestloterij_modal_close { position: absolute; top: 15px; right: 20px; background: none; border: none; color: #fff; font-size: 1.5rem; cursor: pointer; }
.bestloterij_notification { position: fixed; bottom: 20px; right: 20px; background: var(--bestloterij-primary); color: #fff; padding: 15px 25px; border-radius: 4px; box-shadow: 0 4px 12px rgba(0,0,0,0.3); z-index: 2000; transform: translateY(100px); opacity: 0; transition: all 0.3s ease; }
.bestloterij_notification.is-visible { transform: translateY(0); opacity: 1; }
.bestloterij_easter_egg_crystal { position: fixed; top: -50px; left: -50px; width: 40px; height: 40px; background: url('assets/images/bestloterij-easter-egg-crystal.webp') center/contain no-repeat; cursor: pointer; z-index: 999; opacity: 0; transition: transform 0.5s; }

/* footer-logo-contrast-guard */
a[href*="begambleaware.org"] img,
a[href*="begambleaware.org"] picture,
a[href*="begambleaware.org"] .partner-logo,
img[src*="gambleaware"],
img[alt*="BeGambleAware" i],
img[alt*="GambleAware" i] {
  background: #111111 !important;
  padding: 0.45rem 0.7rem !important;
  border-radius: 0.7rem !important;
  box-sizing: border-box !important;
}

a[href*="gamcare.org"] img,
a[href*="gamcare.org"] picture,
a[href*="gamcare.org"] .partner-logo,
img[src*="gamcare"],
img[alt*="GamCare" i] {
  background: #ffffff !important;
  padding: 0.45rem 0.7rem !important;
  border-radius: 0.7rem !important;
  box-sizing: border-box !important;
}

a[href*="begambleaware.org"],
a[href*="gamcare.org"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
