:root{
--hiddenluckcircle_primary: #6D5BFF;
--hiddenluckcircle_secondary: #9333EA;
--hiddenluckcircle_accent: #F5D48F;
--hiddenluckcircle_background: #100C1F;
--hiddenluckcircle_surface: #1F1A37;
--hiddenluckcircle_text_primary: #F3EEFF;
--hiddenluckcircle_text_secondary: #BEB3D8;
--hiddenluckcircle_font_heading: 'Playfair Display', serif;
--hiddenluckcircle_font_body: 'Lora', serif;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body.hiddenluckcircle_body {
font-family: var(--hiddenluckcircle_font_body);
background-color: var(--hiddenluckcircle_background);
color: var(--hiddenluckcircle_text_primary);
font-size: 16px;
line-height: 1.6;
overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
font-family: var(--hiddenluckcircle_font_heading);
font-weight: 700;
margin-bottom: 1rem;
line-height: 1.2;
}
a { color: var(--hiddenluckcircle_accent); text-decoration: none; transition: opacity 0.2s; }
a:hover { opacity: 0.8; }
.hiddenluckcircle_container { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }
.hiddenluckcircle_btn {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0.75rem 1.5rem;
font-family: var(--hiddenluckcircle_font_body);
font-weight: 700;
border-radius: 4px;
border: none;
cursor: pointer;
transition: all 0.3s ease;
min-height: 44px;
text-align: center;
}
.hiddenluckcircle_btn_primary { background: var(--hiddenluckcircle_primary); color: #fff; }
.hiddenluckcircle_btn_primary:hover { background: var(--hiddenluckcircle_secondary); }
.hiddenluckcircle_btn_secondary { background: var(--hiddenluckcircle_surface); color: var(--hiddenluckcircle_text_primary); border: 1px solid var(--hiddenluckcircle_text_secondary); }
.hiddenluckcircle_btn_accent { background: var(--hiddenluckcircle_accent); color: var(--hiddenluckcircle_background); }
.hiddenluckcircle_btn_accent:hover { background: #E2C27F; }
.hiddenluckcircle_btn_outline { background: transparent; border: 1px solid var(--hiddenluckcircle_accent); color: var(--hiddenluckcircle_accent); }
.hiddenluckcircle_btn_text { background: transparent; color: var(--hiddenluckcircle_text_secondary); text-decoration: underline; }
.hiddenluckcircle_btn_large { font-size: 1.125rem; padding: 1rem 2rem; }
.hiddenluckcircle_header {
background-color: var(--hiddenluckcircle_surface);
border-bottom: 1px solid rgba(245, 212, 143, 0.2);
position: sticky;
top: 0;
z-index: 100;
}
.hiddenluckcircle_header_container {
display: flex;
align-items: center;
justify-content: space-between;
padding: 1rem 1.5rem;
max-width: 1200px;
margin: 0 auto;
}
.hiddenluckcircle_header_logo img { max-height: 40px; display: block; }
.hiddenluckcircle_nav_list {
list-style: none;
display: flex;
gap: 1.5rem;
}
.hiddenluckcircle_nav_link {
color: var(--hiddenluckcircle_text_primary);
font-weight: 700;
font-size: 0.95rem;
}
.hiddenluckcircle_nav_link:hover { color: var(--hiddenluckcircle_accent); }
.hiddenluckcircle_header_controls { display: flex; align-items: center; gap: 1rem; }
.hiddenluckcircle_wallet_chip {
display: inline-flex;
align-items: center;
background: rgba(245, 212, 143, 0.1);
border: 1px solid var(--hiddenluckcircle_accent);
padding: 0.5rem 0.75rem;
border-radius: 20px;
font-weight: 700;
color: var(--hiddenluckcircle_accent);
gap: 0.5rem;
}
.hiddenluckcircle_mobile_btn {
display: none;
background: none;
border: none;
cursor: pointer;
padding: 0.5rem;
}
.hiddenluckcircle_burger_icon, .hiddenluckcircle_burger_icon::before, .hiddenluckcircle_burger_icon::after {
display: block;
width: 24px;
height: 2px;
background-color: var(--hiddenluckcircle_text_primary);
transition: all 0.3s;
}
.hiddenluckcircle_burger_icon::before, .hiddenluckcircle_burger_icon::after {
content: '';
position: absolute;
}
.hiddenluckcircle_burger_icon::before { transform: translateY(-8px); }
.hiddenluckcircle_burger_icon::after { transform: translateY(8px); }
.hiddenluckcircle_hero_asymmetric {
display: flex;
flex-wrap: wrap;
min-height: 80vh;
background: linear-gradient(135deg, var(--hiddenluckcircle_background) 0%, var(--hiddenluckcircle_surface) 100%);
overflow: hidden;
}
.hiddenluckcircle_hero_content {
flex: 1 1 500px;
padding: 6rem 3rem 4rem 10%;
display: flex;
flex-direction: column;
justify-content: center;
}
.hiddenluckcircle_hero_title { font-size: 3.5rem; color: var(--hiddenluckcircle_accent); }
.hiddenluckcircle_hero_subtitle { font-size: 1.25rem; margin-bottom: 2rem; color: var(--hiddenluckcircle_text_secondary); max-width: 450px; }
.hiddenluckcircle_hero_proof_cards {
display: flex;
gap: 1rem;
margin-bottom: 2rem;
flex-wrap: wrap;
}
.hiddenluckcircle_proof_card {
display: flex;
align-items: center;
gap: 0.5rem;
background: rgba(255,255,255,0.05);
padding: 0.5rem 1rem;
border-radius: 4px;
border: 1px solid rgba(245, 212, 143, 0.3);
font-size: 0.9rem;
font-weight: 700;
}
.hiddenluckcircle_proof_icon { width: 24px; height: 24px; }
.hiddenluckcircle_hero_visual {
flex: 1 1 400px;
position: relative;
display: flex;
align-items: center;
justify-content: center;
padding: 2rem;
}
.hiddenluckcircle_hero_framed_panel {
position: relative;
width: 100%;
max-width: 500px;
aspect-ratio: 4/5;
border: 4px solid var(--hiddenluckcircle_accent);
border-radius: 8px;
overflow: hidden;
box-shadow: 0 20px 40px rgba(0,0,0,0.5);
}
.hiddenluckcircle_hero_image { width: 100%; height: 100%; object-fit: cover; }
.hiddenluckcircle_games_zone { padding: 5rem 0; background-color: var(--hiddenluckcircle_background); }
.hiddenluckcircle_section_title { font-size: 2.5rem; text-align: center; color: var(--hiddenluckcircle_accent); margin-bottom: 1rem; }
.hiddenluckcircle_section_desc { text-align: center; max-width: 700px; margin: 0 auto 3rem auto; color: var(--hiddenluckcircle_text_secondary); }
.hiddenluckcircle_home_games_grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 2rem; margin-bottom: 3rem; }
.hiddenluckcircle_lobby_grid_3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-top: 3rem; }
.hiddenluckcircle_game_card {
background: var(--hiddenluckcircle_surface);
border-radius: 8px;
overflow: hidden;
border: 1px solid rgba(147, 51, 234, 0.3);
display: flex;
flex-direction: column;
position: relative;
}
.hiddenluckcircle_game_visual {
position: relative;
width: 100%;
aspect-ratio: 16/9;
background: #000;
overflow: hidden;
z-index: 1;
}
.hiddenluckcircle_game_bg { width: 100%; height: 100%; object-fit: cover; opacity: 0.6; position: absolute; top:0; left:0; z-index: 2; }
.hiddenluckcircle_slot_board {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: flex;
gap: 5px;
z-index: 10;
width: 80%;
height: 60%;
justify-content: center;
}
.hiddenluckcircle_slot_reel {
flex: 1;
background: rgba(0,0,0,0.5);
border: 1px solid var(--hiddenluckcircle_primary);
border-radius: 4px;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
position: relative;
}
.hiddenluckcircle_slot_reel img { width: 80%; height: auto; object-fit: contain; position: relative; }
.hiddenluckcircle_wheel_container {
position: absolute;
top: 5%;
bottom: 5%;
left: 50%;
transform: translateX(-50%);
aspect-ratio: 1/1;
z-index: 10;
}
.hiddenluckcircle_wheel_board { width: 100%; height: 100%; object-fit: contain; display: block; }
.hiddenluckcircle_wheel_pointer {
position: absolute;
top: -10px;
left: 50%;
transform: translateX(-50%);
color: var(--hiddenluckcircle_accent);
font-size: 2rem;
z-index: 20;
text-shadow: 0 2px 4px #000;
}
.hiddenluckcircle_game_ui { padding: 1.5rem; flex: 1; display: flex; flex-direction: column; z-index: 50; position: relative; }
.hiddenluckcircle_game_title { font-size: 1.25rem; margin-bottom: 0.5rem; }
.hiddenluckcircle_game_meta { font-size: 0.85rem; color: var(--hiddenluckcircle_text_secondary); margin-bottom: 1rem; }
.hiddenluckcircle_game_controls { display: flex; flex-direction: column; gap: 1rem; margin-bottom: 1rem; margin-top: auto; }
.hiddenluckcircle_bet_select { padding: 0.5rem; background: var(--hiddenluckcircle_background); color: var(--hiddenluckcircle_text_primary); border: 1px solid var(--hiddenluckcircle_primary); border-radius: 4px; }
.hiddenluckcircle_game_label { display: flex; justify-content: space-between; align-items: center; font-size: 0.9rem; }
.hiddenluckcircle_game_betting_choices { display: flex; gap: 0.5rem; margin-bottom: 1rem; flex-wrap: wrap; }
.hiddenluckcircle_choice_label { font-size: 0.85rem; background: rgba(255,255,255,0.05); padding: 0.5rem; border-radius: 4px; cursor: pointer; flex: 1; text-align: center; border: 1px solid transparent; transition: 0.2s; }
.hiddenluckcircle_choice_label:hover { border-color: var(--hiddenluckcircle_primary); }
.hiddenluckcircle_game_result_panel { background: rgba(0,0,0,0.3); padding: 0.75rem; border-radius: 4px; text-align: center; font-weight: 700; min-height: 44px; margin-bottom: 0.5rem; }
.hiddenluckcircle_game_history { font-size: 0.75rem; color: var(--hiddenluckcircle_text_secondary); text-align: center; }
.hiddenluckcircle_games_cta_wrap { text-align: center; margin-top: 2rem; }
.hiddenluckcircle_content_block { padding: 4rem 0; }
.hiddenluckcircle_alt_bg { background-color: var(--hiddenluckcircle_surface); }
.hiddenluckcircle_split_row { display: flex; gap: 3rem; align-items: center; flex-wrap: wrap; }
.hiddenluckcircle_split_text { flex: 1 1 400px; }
.hiddenluckcircle_split_visual { flex: 1 1 400px; display: flex; justify-content: center; }
.hiddenluckcircle_block_title { font-size: 2rem; color: var(--hiddenluckcircle_accent); margin-bottom: 1rem; }
.hiddenluckcircle_block_desc { margin-bottom: 1.5rem; color: var(--hiddenluckcircle_text_secondary); }
.hiddenluckcircle_list { list-style: disc; padding-left: 1.5rem; margin-bottom: 1.5rem; color: var(--hiddenluckcircle_text_secondary); }
.hiddenluckcircle_list li { margin-bottom: 0.5rem; }
.hiddenluckcircle_grid_3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; }
.hiddenluckcircle_grid_2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; }
.hiddenluckcircle_info_card { background: var(--hiddenluckcircle_background); padding: 2rem; border-radius: 8px; border-left: 4px solid var(--hiddenluckcircle_primary); }
.hiddenluckcircle_info_card h3 { color: var(--hiddenluckcircle_accent); margin-bottom: 0.5rem; }
.hiddenluckcircle_step_card { text-align: center; padding: 2rem; background: var(--hiddenluckcircle_background); border-radius: 8px; }
.hiddenluckcircle_step_num { width: 40px; height: 40px; background: var(--hiddenluckcircle_accent); color: var(--hiddenluckcircle_background); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; margin: 0 auto 1rem auto; font-size: 1.25rem; }
.hiddenluckcircle_placeholder_panel { background: var(--hiddenluckcircle_background); padding: 2rem; border-radius: 8px; border: 1px solid var(--hiddenluckcircle_primary); width: 100%; }
.hiddenluckcircle_progress_bar { width: 100%; height: 8px; background: #000; border-radius: 4px; overflow: hidden; margin-top: 1rem; }
.hiddenluckcircle_progress_fill { height: 100%; background: var(--hiddenluckcircle_accent); }
.hiddenluckcircle_testimonials { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.5rem; }
.hiddenluckcircle_testimonial_card { background: var(--hiddenluckcircle_surface); padding: 2rem; border-radius: 8px; border: 1px solid rgba(255,255,255,0.1); }
.hiddenluckcircle_quote { font-style: italic; margin-bottom: 1rem; }
.hiddenluckcircle_author { font-weight: 700; color: var(--hiddenluckcircle_accent); }
.hiddenluckcircle_location_img { width: 100%; border-radius: 8px; border: 4px solid var(--hiddenluckcircle_surface); }
.hiddenluckcircle_easter_egg_block { padding: 3rem 0; background: var(--hiddenluckcircle_background); text-align: center; }
.hiddenluckcircle_easter_egg_wrapper { display: inline-block; position: relative; cursor: pointer; transition: transform 0.3s; }
.hiddenluckcircle_easter_egg_wrapper:hover { transform: scale(1.02); }
.hiddenluckcircle_easter_img { max-width: 250px; border-radius: 8px; }
.hiddenluckcircle_easter_hint { position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%); background: rgba(0,0,0,0.8); padding: 0.25rem 0.75rem; border-radius: 20px; font-size: 0.8rem; white-space: nowrap; }
.hiddenluckcircle_easter_message { background: var(--hiddenluckcircle_primary); padding: 1.5rem; border-radius: 8px; max-width: 400px; margin: 2rem auto 0 auto; }
.hiddenluckcircle_faq_accordion { max-width: 800px; margin: 0 auto; }
.hiddenluckcircle_faq_item { border-bottom: 1px solid rgba(255,255,255,0.1); }
.hiddenluckcircle_faq_trigger { width: 100%; text-align: left; background: none; border: none; color: var(--hiddenluckcircle_text_primary); padding: 1.5rem 0; font-size: 1.125rem; font-weight: 700; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-family: var(--hiddenluckcircle_font_body); }
.hiddenluckcircle_faq_content { padding-bottom: 1.5rem; color: var(--hiddenluckcircle_text_secondary); display: none; }
.hiddenluckcircle_faq_item.is-open .hiddenluckcircle_faq_content { display: block; }
.hiddenluckcircle_faq_item.is-open .hiddenluckcircle_faq_icon { transform: rotate(45deg); }
.hiddenluckcircle_page_header { padding: 4rem 0 2rem 0; text-align: center; background: linear-gradient(to bottom, var(--hiddenluckcircle_surface), var(--hiddenluckcircle_background)); }
.hiddenluckcircle_page_title { font-size: 3rem; color: var(--hiddenluckcircle_accent); }
.hiddenluckcircle_page_desc { max-width: 600px; margin: 0 auto; color: var(--hiddenluckcircle_text_secondary); }
.hiddenluckcircle_prose { max-width: 800px; margin: 0 auto; font-size: 1.1rem; }
.hiddenluckcircle_prose p { margin-bottom: 1.5rem; }
.hiddenluckcircle_prose h2 { margin-top: 3rem; color: var(--hiddenluckcircle_accent); }
.hiddenluckcircle_contact_form { display: flex; flex-direction: column; gap: 1.5rem; }
.hiddenluckcircle_form_group { display: flex; flex-direction: column; gap: 0.5rem; }
.hiddenluckcircle_input { padding: 0.75rem; background: var(--hiddenluckcircle_background); border: 1px solid rgba(255,255,255,0.2); color: var(--hiddenluckcircle_text_primary); border-radius: 4px; font-family: var(--hiddenluckcircle_font_body); }
.hiddenluckcircle_input:focus { outline: none; border-color: var(--hiddenluckcircle_accent); }
.hiddenluckcircle_missions_block { padding: 4rem 0; }
.hiddenluckcircle_missions_panel { background: var(--hiddenluckcircle_surface); padding: 2rem; border-radius: 8px; border: 1px solid var(--hiddenluckcircle_primary); max-width: 800px; margin: 0 auto; }
.hiddenluckcircle_missions_list { list-style: none; padding: 0; margin-top: 1.5rem; }
.hiddenluckcircle_missions_list li { margin-bottom: 1rem; padding: 1rem; background: rgba(0,0,0,0.2); border-radius: 4px; }
.hiddenluckcircle_missions_list label { display: flex; gap: 1rem; align-items: center; cursor: not-allowed; }
.hiddenluckcircle_footer { background-color: #080611; border-top: 1px solid rgba(245, 212, 143, 0.1); padding-top: 3rem; margin-top: 3rem; }
.hiddenluckcircle_footer_grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-bottom: 3rem; }
.hiddenluckcircle_footer_heading { color: var(--hiddenluckcircle_accent); font-size: 1.1rem; margin-bottom: 1rem; }
.hiddenluckcircle_footer_links { list-style: none; }
.hiddenluckcircle_footer_links li { margin-bottom: 0.5rem; }
.hiddenluckcircle_footer_links a { color: var(--hiddenluckcircle_text_secondary); font-size: 0.9rem; }
.hiddenluckcircle_footer_text { color: var(--hiddenluckcircle_text_secondary); font-size: 0.85rem; line-height: 1.5; }
.hiddenluckcircle_footer_bottom { border-top: 1px solid rgba(255,255,255,0.05); padding: 1.5rem 0; }
.hiddenluckcircle_footer_bottom_flex { display: flex; flex-direction: column; align-items: center; gap: 1.5rem; text-align: center; }
.hiddenluckcircle_footer_partners { display: flex; gap: 1rem; align-items: center; flex-wrap: wrap; justify-content: center; }
.hiddenluckcircle_partner_link { display: inline-block; padding: 0.5rem; border-radius: 4px; }
.hiddenluckcircle_partner_dark { background: #111; }
.hiddenluckcircle_partner_light { background: #fff; }
.hiddenluckcircle_partner_link img { height: 40px; width: auto; display: block; }
.hiddenluckcircle_footer_copy { color: var(--hiddenluckcircle_text_secondary); font-size: 0.8rem; }
.hiddenluckcircle_gate_overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.9); z-index: 9999; display: flex; align-items: center; justify-content: center; padding: 1rem; backdrop-filter: blur(5px); }
.hiddenluckcircle_gate_modal { background: var(--hiddenluckcircle_surface); padding: 3rem 2rem; border-radius: 8px; max-width: 500px; width: 100%; text-align: center; border: 2px solid var(--hiddenluckcircle_primary); }
.hiddenluckcircle_gate_logo { max-height: 60px; margin-bottom: 1.5rem; }
.hiddenluckcircle_gate_title { color: var(--hiddenluckcircle_accent); font-size: 2rem; }
.hiddenluckcircle_gate_text { color: var(--hiddenluckcircle_text_secondary); margin-bottom: 2rem; }
.hiddenluckcircle_gate_actions { display: flex; flex-direction: column; gap: 1rem; }
.hiddenluckcircle_auth_form { display: flex; flex-direction: column; gap: 1rem; }
.hiddenluckcircle_hidden { display: none !important; }
@media (max-width: 1024px) {
.hiddenluckcircle_lobby_grid_3 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
.hiddenluckcircle_header_controls { display: none; }
.hiddenluckcircle_mobile_btn { display: block; position: relative; z-index: 1000; }
.hiddenluckcircle_nav {
position: fixed;
top: 0;
right: -100%;
width: 80%;
max-width: 300px;
height: 100vh;
background: var(--hiddenluckcircle_surface);
padding: 5rem 2rem;
transition: right 0.3s ease;
border-left: 1px solid var(--hiddenluckcircle_primary);
}
.hiddenluckcircle_nav.is-open { right: 0; }
.hiddenluckcircle_nav_list { flex-direction: column; gap: 2rem; }
.hiddenluckcircle_hero_title { font-size: 2.5rem; }
.hiddenluckcircle_hero_content { padding: 4rem 1.5rem; }
.hiddenluckcircle_hero_visual { padding: 1.5rem; }
.hiddenluckcircle_split_row { flex-direction: column; }
.hiddenluckcircle_lobby_grid_3 { grid-template-columns: 1fr; }
.hiddenluckcircle_footer_grid { grid-template-columns: 1fr; text-align: center; }
.hiddenluckcircle_footer_partners { flex-direction: column; }
}
@media (max-width: 360px) {
.hiddenluckcircle_hero_title { font-size: 2rem; }
.hiddenluckcircle_game_card { border-radius: 4px; }
.hiddenluckcircle_btn { padding: 0.5rem 1rem; font-size: 0.9rem; }
}
/* 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;
}
