:root { --vroneloterij-primary: #2D6BFF; --vroneloterij-secondary: #1E3A8A; --vroneloterij-accent: #F4B942; --vroneloterij-background: #0A1022; --vroneloterij-surface: #131F3F; --vroneloterij-text-primary: #EEF4FF; --vroneloterij-text-secondary: #B5C2DE; --vroneloterij-font-heading: 'Playfair Display', Georgia, serif; --vroneloterij-font-body: 'Lora', Georgia, serif; } * { box-sizing: border-box; margin: 0; padding: 0; } body.vroneloterij_body { font-family: var(--vroneloterij-font-body); background-color: var(--vroneloterij-background); color: var(--vroneloterij-text-primary); line-height: 1.7; overflow-x: hidden; font-size: 16px; } h1, h2, h3, h4, h5, h6 { font-family: var(--vroneloterij-font-heading); font-weight: 700; line-height: 1.2; margin-bottom: 1rem; } a { color: var(--vroneloterij-accent); text-decoration: none; transition: opacity 0.2s ease; } a:hover { opacity: 0.8; } img { max-width: 100%; height: auto; display: block; } .vroneloterij_container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; } .vroneloterij_header { background-color: var(--vroneloterij-surface); border-bottom: 2px solid var(--vroneloterij-accent); position: sticky; top: 0; z-index: 100; padding: 15px 0; } .vroneloterij_header_inner { display: flex; align-items: center; justify-content: space-between; max-width: 1200px; margin: 0 auto; padding: 0 20px; } .vroneloterij_logo a { font-family: var(--vroneloterij-font-heading); font-size: 1.5rem; color: var(--vroneloterij-accent); font-weight: bold; } .vroneloterij_nav_links { display: flex; gap: 20px; } .vroneloterij_nav_links a { color: var(--vroneloterij-text-primary); font-weight: 600; font-family: var(--vroneloterij-font-heading); } .vroneloterij_header_actions { display: flex; align-items: center; gap: 15px; } .vroneloterij_age_badge { background-color: #ff3333; color: white; padding: 4px 8px; border-radius: 4px; font-weight: bold; font-size: 0.8rem; } .vroneloterij_wallet_compact { display: flex; align-items: center; gap: 5px; background: rgba(244, 185, 66, 0.1); border: 1px solid var(--vroneloterij-accent); padding: 5px 12px; border-radius: 20px; font-family: var(--vroneloterij-font-heading); } .vroneloterij_wallet_value { font-weight: bold; color: var(--vroneloterij-accent); } .vroneloterij_btn_primary { background-color: var(--vroneloterij-primary); color: #fff; border: none; padding: 8px 16px; border-radius: 4px; cursor: pointer; font-weight: bold; font-family: var(--vroneloterij-font-heading); transition: background 0.2s; } .vroneloterij_btn_primary:hover { background-color: var(--vroneloterij-secondary); } .vroneloterij_btn_large { display: inline-block; background-color: var(--vroneloterij-accent); color: var(--vroneloterij-background); padding: 15px 30px; font-size: 1.1rem; border-radius: 4px; font-weight: bold; } .vroneloterij_btn_secondary { display: inline-block; background: transparent; color: var(--vroneloterij-accent); border: 2px solid var(--vroneloterij-accent); padding: 12px 24px; border-radius: 4px; font-weight: bold; } .vroneloterij_burger { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 5px; padding: 5px; } .vroneloterij_burger span { display: block; width: 25px; height: 3px; background-color: var(--vroneloterij-text-primary); } .vroneloterij_hero_split { display: flex; flex-direction: column; min-height: 80vh; background: linear-gradient(135deg, var(--vroneloterij-background) 0%, var(--vroneloterij-secondary) 100%); } .vroneloterij_hero_content { padding: 60px 20px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; z-index: 10; } .vroneloterij_hero_jackpot_callout { background: var(--vroneloterij-accent); color: var(--vroneloterij-background); padding: 8px 16px; font-weight: bold; margin-bottom: 20px; border-radius: 4px; text-transform: uppercase; letter-spacing: 1px; font-size: 0.9rem; } .vroneloterij_hero_title { font-size: 3rem; margin-bottom: 20px; color: var(--vroneloterij-accent); } .vroneloterij_hero_subtitle { font-size: 1.2rem; margin-bottom: 30px; max-width: 500px; color: var(--vroneloterij-text-secondary); } .vroneloterij_hero_visual { flex: 1; display: flex; align-items: stretch; justify-content: stretch; overflow: hidden; } .vroneloterij_hero_img { width: 100%; height: 100%; object-fit: cover; opacity: 0.8; mix-blend-mode: luminosity; border-left: 5px solid var(--vroneloterij-accent); } @media (min-width: 768px) { .vroneloterij_hero_split { flex-direction: row; } .vroneloterij_hero_content { width: 50%; padding: 80px 40px; } .vroneloterij_hero_visual { width: 50%; } } .vroneloterij_content_block { padding: 60px 0; } .vroneloterij_bg_alt { background-color: var(--vroneloterij-surface); border-top: 1px solid rgba(244, 185, 66, 0.2); border-bottom: 1px solid rgba(244, 185, 66, 0.2); } .vroneloterij_block_title { text-align: center; font-size: 2.2rem; color: var(--vroneloterij-accent); margin-bottom: 40px; } .vroneloterij_grid_two { display: grid; grid-template-columns: 1fr; gap: 30px; } @media (min-width: 768px) { .vroneloterij_grid_two { grid-template-columns: 1fr 1fr; } } .vroneloterij_grid_three { display: grid; grid-template-columns: 1fr; gap: 30px; } @media (min-width: 768px) { .vroneloterij_grid_three { grid-template-columns: repeat(3, 1fr); } } .vroneloterij_info_card, .vroneloterij_rank_card { background: var(--vroneloterij-background); padding: 30px; border: 1px solid rgba(244, 185, 66, 0.3); border-radius: 8px; } .vroneloterij_info_card h3, .vroneloterij_rank_card h4 { color: var(--vroneloterij-primary); } .vroneloterij_social_games_zone { padding: 60px 0; background: var(--vroneloterij-background); border-top: 2px solid var(--vroneloterij-accent); } .vroneloterij_section_header { text-align: center; margin-bottom: 40px; } .vroneloterij_home_games_grid { display: flex; flex-direction: column; gap: 40px; margin-bottom: 40px; } @media (min-width: 900px) { .vroneloterij_home_games_grid { flex-direction: row; justify-content: center; } .vroneloterij_game_card { width: 45%; } } .vroneloterij_game_card { background: var(--vroneloterij-surface); border: 2px solid var(--vroneloterij-secondary); border-radius: 12px; padding: 20px; display: flex; flex-direction: column; align-items: center; position: relative; z-index: 10; box-shadow: 0 10px 30px rgba(0,0,0,0.5); } .vroneloterij_game_title { color: var(--vroneloterij-accent); font-size: 1.5rem; text-align: center; margin-bottom: 5px; } .vroneloterij_game_hint { font-size: 0.85rem; color: var(--vroneloterij-text-secondary); margin-bottom: 20px; } .vroneloterij_game_board_wrapper { width: 100%; max-width: 300px; aspect-ratio: 1/1; position: relative; margin-bottom: 20px; background: #000; border: 4px solid var(--vroneloterij-secondary); border-radius: 50%; overflow: hidden; display: flex; align-items: center; justify-content: center; } .vroneloterij_slot_board { border-radius: 8px; background: #1a1a1a; display: flex; justify-content: space-between; padding: 10px; } .vroneloterij_slot_reel { width: 30%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: space-around; background: #000; border: 1px solid #333; overflow: hidden; position: relative; } .vroneloterij_slot_reel img { width: 80%; height: auto; margin: 5px 0; object-fit: contain; } .vroneloterij_wheel_img { width: 100%; height: 100%; object-fit: contain; transition: transform cubic-bezier(0.25, 0.1, 0.15, 1); } .vroneloterij_wheel_pointer { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 20px; height: 30px; background: var(--vroneloterij-accent); clip-path: polygon(50% 100%, 0 0, 100% 0); z-index: 20; } .vroneloterij_game_controls { width: 100%; display: flex; flex-direction: column; gap: 15px; z-index: 80; } .vroneloterij_bet_options { display: flex; justify-content: center; gap: 10px; } .vroneloterij_bet_btn { background: var(--vroneloterij-background); color: var(--vroneloterij-text-primary); border: 1px solid var(--vroneloterij-text-secondary); padding: 5px 15px; border-radius: 4px; cursor: pointer; } .vroneloterij_bet_btn.is-active { background: var(--vroneloterij-primary); border-color: var(--vroneloterij-primary); color: #fff; } .vroneloterij_stake_input { text-align: center; } .vroneloterij_input_stake { width: 80px; padding: 5px; text-align: center; background: var(--vroneloterij-background); color: var(--vroneloterij-accent); border: 1px solid var(--vroneloterij-secondary); border-radius: 4px; } .vroneloterij_btn_play { background: var(--vroneloterij-accent); color: var(--vroneloterij-background); border: none; padding: 12px; font-weight: bold; border-radius: 4px; cursor: pointer; text-transform: uppercase; width: 100%; font-family: var(--vroneloterij-font-heading); } .vroneloterij_btn_play:disabled { opacity: 0.5; cursor: not-allowed; } .vroneloterij_game_result { margin-top: 15px; font-weight: bold; text-align: center; min-height: 24px; color: var(--vroneloterij-text-primary); z-index: 80; } .vroneloterij_cta_wrapper { text-align: center; margin-top: 20px; } .vroneloterij_vault_module { display: flex; flex-direction: column; background: var(--vroneloterij-background); border-radius: 12px; overflow: hidden; border: 1px solid var(--vroneloterij-secondary); } @media (min-width: 768px) { .vroneloterij_vault_module { flex-direction: row; } .vroneloterij_vault_img, .vroneloterij_vault_info { width: 50%; } } .vroneloterij_vault_img { width: 100%; object-fit: cover; } .vroneloterij_vault_info { padding: 40px; display: flex; flex-direction: column; justify-content: center; } .vroneloterij_progress_track { width: 100%; height: 20px; background: #222; border-radius: 10px; overflow: hidden; margin: 20px 0 10px; } .vroneloterij_progress_fill { height: 100%; background: var(--vroneloterij-accent); transition: width 0.3s ease; } .vroneloterij_location_rail { display: flex; flex-direction: column; gap: 20px; } @media (min-width: 768px) { .vroneloterij_location_rail { flex-direction: row; } .vroneloterij_location_card { flex: 1; } } .vroneloterij_location_card { position: relative; border-radius: 8px; overflow: hidden; border: 2px solid var(--vroneloterij-secondary); } .vroneloterij_loc_img { width: 100%; height: 250px; object-fit: cover; opacity: 0.7; } .vroneloterij_loc_content { position: absolute; bottom: 0; left: 0; width: 100%; background: linear-gradient(transparent, rgba(10,16,34,0.9)); padding: 20px; } .vroneloterij_loc_content h3 { color: var(--vroneloterij-accent); margin-bottom: 5px; } .vroneloterij_editorial_split { display: flex; flex-direction: column; gap: 40px; align-items: center; } @media (min-width: 768px) { .vroneloterij_editorial_split { flex-direction: row; } .vroneloterij_editorial_text, .vroneloterij_editorial_visual { width: 50%; } } .vroneloterij_interactive_tile { border: 2px solid var(--vroneloterij-secondary); border-radius: 8px; cursor: pointer; transition: transform 0.2s; } .vroneloterij_interactive_tile:hover { transform: scale(1.02); border-color: var(--vroneloterij-accent); } .vroneloterij_faq_item { border-bottom: 1px solid var(--vroneloterij-secondary); margin-bottom: 10px; } .vroneloterij_faq_trigger { width: 100%; text-align: left; background: none; border: none; color: var(--vroneloterij-accent); padding: 15px 0; font-size: 1.2rem; font-family: var(--vroneloterij-font-heading); cursor: pointer; font-weight: bold; } .vroneloterij_faq_content { padding-bottom: 15px; display: none; color: var(--vroneloterij-text-secondary); } .vroneloterij_faq_trigger[aria-expanded="true"] + .vroneloterij_faq_content { display: block; } .vroneloterij_footer { background: #050811; padding: 60px 20px 20px; border-top: 3px solid var(--vroneloterij-primary); } .vroneloterij_footer_inner { max-width: 1200px; margin: 0 auto; } .vroneloterij_footer_top { display: grid; grid-template-columns: 1fr; gap: 40px; margin-bottom: 40px; } @media (min-width: 768px) { .vroneloterij_footer_top { grid-template-columns: 1fr 1fr 1fr; } } .vroneloterij_footer h4 { color: var(--vroneloterij-accent); margin-bottom: 20px; } .vroneloterij_footer_links ul { list-style: none; } .vroneloterij_footer_links li { margin-bottom: 10px; } .vroneloterij_footer_links a { color: var(--vroneloterij-text-secondary); } .vroneloterij_partner_logos { display: flex; gap: 15px; align-items: center; margin-bottom: 15px; flex-wrap: wrap; } .vroneloterij_partner_logo_dark { display: block; background: #222; padding: 10px; border-radius: 4px; } .vroneloterij_partner_logo_light { display: block; background: #fff; padding: 10px; border-radius: 4px; } .vroneloterij_partner_logos img { height: 40px; width: auto; } .vroneloterij_footer_disclaimer_strong { font-weight: bold; color: #ff3333; text-transform: uppercase; } .vroneloterij_footer_identity { border-top: 1px solid #333; padding-top: 20px; text-align: center; font-size: 0.85rem; color: #777; } .vroneloterij_modal_overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.8); z-index: 999; display: none; align-items: center; justify-content: center; padding: 20px; } .vroneloterij_modal_overlay.is-open { display: flex; } .vroneloterij_modal_content { background: var(--vroneloterij-surface); border: 2px solid var(--vroneloterij-accent); padding: 40px; border-radius: 8px; width: 100%; max-width: 400px; position: relative; } .vroneloterij_modal_close { position: absolute; top: 10px; right: 15px; background: none; border: none; color: var(--vroneloterij-text-primary); font-size: 1.5rem; cursor: pointer; } .vroneloterij_modal_title { color: var(--vroneloterij-accent); text-align: center; margin-bottom: 20px; } .vroneloterij_form_tabs { display: flex; margin-bottom: 20px; } .vroneloterij_tab_btn { flex: 1; padding: 10px; background: transparent; border: 1px solid var(--vroneloterij-secondary); color: var(--vroneloterij-text-secondary); cursor: pointer; } .vroneloterij_tab_btn.is-active { background: var(--vroneloterij-secondary); color: #fff; border-color: var(--vroneloterij-accent); } .vroneloterij_form_label { display: block; margin-bottom: 15px; color: var(--vroneloterij-text-primary); font-size: 0.9rem; } .vroneloterij_form_input { width: 100%; padding: 10px; margin-top: 5px; background: var(--vroneloterij-background); border: 1px solid var(--vroneloterij-secondary); color: #fff; border-radius: 4px; } .vroneloterij_form_submit { width: 100%; margin-top: 10px; } .vroneloterij_form_note { text-align: center; font-size: 0.8rem; margin-top: 15px; color: var(--vroneloterij-text-secondary); } .vroneloterij_notification { position: fixed; bottom: 20px; right: 20px; background: var(--vroneloterij-accent); color: var(--vroneloterij-background); padding: 15px 25px; border-radius: 4px; font-weight: bold; transform: translateY(150%); transition: transform 0.3s; z-index: 1000; box-shadow: 0 4px 12px rgba(0,0,0,0.5); } .vroneloterij_notification.show { transform: translateY(0); } .vroneloterij_lobby_section { padding: 60px 0; } .vroneloterij_lobby_grid_three { display: grid; grid-template-columns: 1fr; gap: 30px; } @media (min-width: 900px) { .vroneloterij_lobby_grid_three { grid-template-columns: repeat(3, 1fr); } } .vroneloterij_ticker_wrapper { margin-top: 60px; background: #000; padding: 15px; border: 1px solid var(--vroneloterij-secondary); border-radius: 4px; display: flex; align-items: center; overflow: hidden; } .vroneloterij_ticker_title { font-weight: bold; color: var(--vroneloterij-accent); white-space: nowrap; margin-right: 20px; } .vroneloterij_ticker_track { display: flex; gap: 40px; animation: tickerScroll 20s linear infinite; } .vroneloterij_ticker_item { white-space: nowrap; color: var(--vroneloterij-text-primary); } @keyframes tickerScroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } } .vroneloterij_disclaimer_banner { background: #ff3333; color: white; text-align: center; padding: 20px; } .vroneloterij_page_header { padding: 80px 0 40px; text-align: center; background: linear-gradient(var(--vroneloterij-surface), var(--vroneloterij-background)); border-bottom: 1px solid var(--vroneloterij-secondary); } .vroneloterij_page_title { font-size: 2.5rem; color: var(--vroneloterij-accent); } .vroneloterij_article_layout { max-width: 800px; margin: 0 auto; background: var(--vroneloterij-surface); padding: 40px; border-radius: 8px; border: 1px solid var(--vroneloterij-secondary); } .vroneloterij_article_layout h2 { color: var(--vroneloterij-primary); margin-top: 30px; } .vroneloterij_article_layout p { margin-bottom: 15px; } .vroneloterij_article_layout ul { margin-left: 20px; margin-bottom: 20px; } .vroneloterij_article_layout li { margin-bottom: 10px; } .vroneloterij_contact_form_area, .vroneloterij_contact_info_area { background: var(--vroneloterij-surface); padding: 40px; border-radius: 8px; border: 1px solid var(--vroneloterij-secondary); } .vroneloterij_is_spinning img.vroneloterij_wheel_img { animation: wheelSpinAnim 2.5s cubic-bezier(0.2, 0.8, 0.2, 1) forwards; } @keyframes wheelSpinAnim { 0% { transform: rotate(0deg); } 100% { transform: rotate(1080deg); } } .vroneloterij_slot_is_spinning .vroneloterij_slot_reel img { animation: slotBlur 0.1s infinite alternate; } @keyframes slotBlur { 0% { transform: translateY(0); opacity: 1; } 100% { transform: translateY(10px); opacity: 0.6; } }
/* footer-logo-contrast-guard-v2 */
a[href*="begambleaware.org"],
a[href*="gambleaware"] {
  background: #ffffff !important;
  color: #111111 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0.45rem 0.7rem !important;
  border-radius: 0.7rem !important;
  box-sizing: border-box !important;
}

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: #ffffff !important;
  padding: 0.45rem 0.7rem !important;
  border-radius: 0.7rem !important;
  box-sizing: border-box !important;
}

a[href*="gamcare.org"] {
  background: #111111 !important;
  color: #ffffff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !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: #111111 !important;
  padding: 0.45rem 0.7rem !important;
  border-radius: 0.7rem !important;
  box-sizing: border-box !important;
}

/* social-game-layering-guard-v2 */
[data-home-live-game],
[data-mechanic],
[class*="game_wrapper"],
[class*="game-wrapper"],
[class*="game_board"],
[class*="game-board"],
[class*="slot_board"],
[class*="slot-board"],
[class*="roulette_board"],
[class*="roulette-board"] {
  position: relative !important;
  isolation: isolate !important;
}

[class*="slot"][class*="frame"],
[class*="slot"][class*="bg"],
[class*="slot"][class*="background"],
img[class*="slot_frame"],
img[class*="slot-frame"],
img[class*="frame_img"],
img[class*="frame-img"],
[data-game-mechanic="slot"] [class*="game_visual"] > img:first-child,
[data-game-mechanic="slot"] [class*="game-visual"] > img:first-child,
[data-game-mechanic="slot"] img[class*="game_bg"],
[data-game-mechanic="slot"] img[class*="game-bg"] {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  z-index: 1 !important;
  pointer-events: none !important;
}

[class*="roulette"][class*="wheel"] img,
img[class*="roulette"][class*="wheel"] {
  position: relative !important;
  z-index: 1 !important;
  pointer-events: none !important;
}

[data-game-mechanic="slot"] [class*="game_visual"],
[data-game-mechanic="slot"] [class*="game-visual"] {
  min-height: clamp(260px, 42vw, 560px) !important;
  aspect-ratio: 4 / 3 !important;
  position: relative !important;
  overflow: hidden !important;
}

[class*="slot_reels"],
[class*="slot-reels"],
[class*="reels"],
[data-home-live-game] [data-reel-index] {
  position: absolute !important;
  left: 10% !important;
  right: 10% !important;
  top: 35% !important;
  bottom: 35% !important;
  width: auto !important;
  height: auto !important;
  transform: none !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  align-items: stretch !important;
  gap: clamp(0.45rem, 1.4vw, 1.1rem) !important;
  z-index: 60 !important;
  pointer-events: none !important;
}

[class*="slot_reel"],
[class*="slot-reel"],
[class*="slot_symbol"],
[class*="slot-symbol"],
[class*="reel"] img,
[data-home-live-game] [data-reel-index] img {
  position: relative !important;
  z-index: 70 !important;
  display: block !important;
  width: min(82%, 120px) !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 92% !important;
  object-fit: contain !important;
}

[class*="slot_reel"],
[class*="slot-reel"],
[data-home-live-game] [data-reel-index] {
  min-height: clamp(72px, 10vw, 150px) !important;
  background: rgba(2, 8, 18, 0.88) !important;
  border: 2px solid rgba(255,255,255,0.78) !important;
  border-radius: 0.85rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.16), 0 0.9rem 1.8rem rgba(0,0,0,0.35) !important;
}

[class*="roulette"][class*="pointer"],
[class*="wheel"][class*="pointer"],
[data-home-live-game] [data-roulette-bet],
[data-home-live-game] [class*="game_ui"],
[data-home-live-game] [class*="game-ui"],
[data-home-live-game] [class*="game_controls"],
[data-home-live-game] [class*="game-controls"],
[data-home-live-game] [class*="bet"],
[data-home-live-game] [class*="result"],
[data-home-live-game] [class*="status"],
[data-home-live-game] button,
[data-home-live-game] select,
[data-home-live-game] input {
  position: relative !important;
  z-index: 90 !important;
}
