:root{--primary:#6D5BFF;--secondary:#9333EA;--accent:#F5D48F;--bg:#100C1F;--surface:#1F1A37;--text-p:#F3EEFF;--text-s:#BEB3D8;--font-h:'Cinzel',sans-serif;--font-b:'Inter',sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-b);background-color:var(--bg);color:var(--text-p);line-height:1.6}h1,h2,h3,h4{font-family:var(--font-h);font-weight:700;margin-bottom:1rem;color:var(--text-p)}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.timeforanotherspin_container{max-width:1280px;margin:0 auto;padding:0 20px}.timeforanotherspin_bg_surface{background-color:var(--surface)}.timeforanotherspin_btn{display:inline-block;padding:12px 24px;border:none;border-radius:4px;font-family:var(--font-h);font-weight:700;cursor:pointer;text-align:center;transition:background 0.3s}.timeforanotherspin_btn_primary{background-color:var(--primary);color:#fff}.timeforanotherspin_btn_primary:hover{background-color:var(--secondary)}.timeforanotherspin_btn_secondary{background-color:var(--accent);color:#000}.timeforanotherspin_btn_secondary:hover{background-color:#fff}.timeforanotherspin_btn_play{background-color:var(--secondary);color:#fff;width:100%}.timeforanotherspin_btn_play:hover{background-color:var(--primary)}.timeforanotherspin_full_width{width:100%}.timeforanotherspin_center_text{text-align:center}.timeforanotherspin_header{background:rgba(31,26,55,0.9);backdrop-filter:blur(10px);position:sticky;top:0;z-index:100;border-bottom:1px solid var(--primary)}.timeforanotherspin_header_flex{display:flex;justify-content:space-between;align-items:center;height:70px}.timeforanotherspin_logo{font-family:var(--font-h);font-size:1.5rem;color:var(--accent);font-weight:700}.timeforanotherspin_nav{display:flex;gap:20px}.timeforanotherspin_nav a{color:var(--text-p);font-weight:700}.timeforanotherspin_header_actions{display:flex;align-items:center;gap:15px}.timeforanotherspin_badge{background:var(--secondary);color:#fff;padding:4px 8px;border-radius:4px;font-size:0.8rem;font-weight:700}.timeforanotherspin_wallet_header{background:var(--bg);padding:6px 12px;border-radius:4px;border:1px solid var(--primary);font-weight:700}.timeforanotherspin_burger{display:none;background:none;border:none;cursor:pointer;flex-direction:column;gap:5px}.timeforanotherspin_burger_line{width:25px;height:3px;background-color:var(--text-p)}.timeforanotherspin_hero_split{padding:60px 0;background:linear-gradient(135deg,var(--bg) 0%,var(--surface) 100%)}.timeforanotherspin_hero_flex{display:flex;align-items:center;gap:40px}.timeforanotherspin_hero_content{flex:1}.timeforanotherspin_hero_visual{flex:1;display:flex;justify-content:center}.timeforanotherspin_hero_img{max-width:100%;border-radius:8px;box-shadow:0 10px 30px rgba(0,0,0,0.5)}.timeforanotherspin_trust_badge{display:inline-block;border:1px solid var(--accent);color:var(--accent);padding:4px 12px;border-radius:20px;font-size:0.8rem;margin-bottom:15px}.timeforanotherspin_hero_legal_strip{margin-top:20px;font-size:0.8rem;color:var(--text-s);border-top:1px solid var(--surface);padding-top:10px}.timeforanotherspin_info_block,.timeforanotherspin_content_section{padding:60px 0}.timeforanotherspin_section_header{text-align:center;margin-bottom:40px}.timeforanotherspin_grid_three{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.timeforanotherspin_grid_two{display:grid;grid-template-columns:1fr 1fr;gap:30px}.timeforanotherspin_card,.timeforanotherspin_tier_card,.timeforanotherspin_text_card{background:var(--bg);border:1px solid var(--primary);padding:25px;border-radius:8px}.timeforanotherspin_tier_card{text-align:center;border-color:var(--accent)}.timeforanotherspin_table_wrapper{overflow-x:auto}.timeforanotherspin_table{width:100%;border-collapse:collapse;margin-top:20px}.timeforanotherspin_table th,.timeforanotherspin_table td{padding:15px;text-align:left;border-bottom:1px solid var(--surface)}.timeforanotherspin_table th{background:var(--surface);color:var(--accent)}.timeforanotherspin_stats_row{display:flex;justify-content:space-around;background:var(--surface);padding:40px;border-radius:8px;border:1px solid var(--primary)}.timeforanotherspin_stat_item{text-align:center}.timeforanotherspin_stat_number{font-size:3rem;font-family:var(--font-h);color:var(--accent)}.timeforanotherspin_stat_label{color:var(--text-s);font-size:1.1rem}.timeforanotherspin_easter_egg_section{padding:40px 0;border-top:1px dashed var(--primary);cursor:pointer}.timeforanotherspin_astrolabe_img{width:100px;height:100px;transition:transform 0.3s}.timeforanotherspin_easter_egg_section:hover .timeforanotherspin_astrolabe_img{transform:rotate(15deg) scale(1.1)}.timeforanotherspin_location_module{display:grid;grid-template-columns:1fr 1fr;gap:30px}.timeforanotherspin_location_card{background:var(--bg);border-radius:8px;overflow:hidden}.timeforanotherspin_location_img{width:100%;height:auto;display:block}.timeforanotherspin_location_card h3,.timeforanotherspin_location_card p{padding:15px}.timeforanotherspin_form_group{margin-bottom:20px}.timeforanotherspin_form_group label{display:block;margin-bottom:8px;color:var(--accent)}.timeforanotherspin_form_group input,.timeforanotherspin_form_group textarea{width:100%;padding:12px;background:var(--bg);border:1px solid var(--primary);color:var(--text-p);border-radius:4px}.timeforanotherspin_accordion_item{margin-bottom:10px;border:1px solid var(--surface);border-radius:4px}.timeforanotherspin_accordion_trigger{width:100%;text-align:left;padding:15px;background:var(--surface);border:none;color:var(--text-p);font-family:var(--font-h);font-size:1.1rem;cursor:pointer}.timeforanotherspin_accordion_content{padding:15px;display:none;background:var(--bg)}.timeforanotherspin_accordion_content.is-open{display:block}.timeforanotherspin_page_header{padding:60px 0;text-align:center;background:var(--surface);border-bottom:1px solid var(--primary)}.timeforanotherspin_legal_block h2{margin-top:40px;color:var(--accent)}.timeforanotherspin_legal_block p{margin-bottom:20px}.timeforanotherspin_floor_layout{display:flex;gap:30px;padding:40px 20px}.timeforanotherspin_sidebar{width:300px;flex-shrink:0}.timeforanotherspin_terminal{background:var(--surface);border:2px solid var(--primary);border-radius:8px;padding:20px;position:sticky;top:90px}.timeforanotherspin_wallet_display{text-align:center;margin:20px 0;padding:20px;background:var(--bg);border-radius:4px}.timeforanotherspin_wallet_amount{font-size:2rem;font-family:var(--font-h);color:var(--accent)}.timeforanotherspin_history_feed{margin-top:20px;padding-top:20px;border-top:1px solid var(--primary)}.timeforanotherspin_history_feed ul{list-style:none}.timeforanotherspin_history_feed li{font-size:0.9rem;margin-bottom:8px;color:var(--text-s)}.timeforanotherspin_constellation_map{margin-top:20px}.timeforanotherspin_progress_bar{width:100%;height:10px;background:var(--bg);border-radius:5px;overflow:hidden;margin-bottom:5px}.timeforanotherspin_progress_fill{height:100%;background:var(--accent);transition:width 0.3s}.timeforanotherspin_legal_reminder{margin-top:20px;font-size:0.8rem;color:var(--text-s);text-align:center}.timeforanotherspin_lobby_masonry{flex:1;display:grid;grid-template-columns:repeat(2,1fr);gap:30px;align-items:start}.timeforanotherspin_game_card{background:var(--surface);border:1px solid var(--primary);border-radius:8px;overflow:hidden}.timeforanotherspin_game_stage{background:#000;padding:20px;display:flex;justify-content:center;align-items:center;min-height:300px}.timeforanotherspin_game_info{padding:20px}.timeforanotherspin_game_controls{display:flex;gap:10px;margin-top:15px}.timeforanotherspin_game_controls select{padding:10px;background:var(--bg);border:1px solid var(--primary);color:var(--text-p)}.timeforanotherspin_game_result{margin-top:15px;min-height:24px;text-align:center;font-weight:700;color:var(--accent)}.timeforanotherspin_live_game_module{background:var(--surface);border:2px solid var(--primary);border-radius:8px;max-width:600px;margin:0 auto 40px auto;padding:20px}.timeforanotherspin_center_action{text-align:center}.timeforanotherspin_wheel_container{position:relative;width:250px;height:250px}.timeforanotherspin_wheel_img{width:100%;height:100%;display:block;transition:transform 3.5s cubic-bezier(0.25,0.1,0.25,1)}.timeforanotherspin_wheel_pointer{position:absolute;top:-10px;left:50%;transform:translateX(-50%);width:0;height:0;border-left:15px solid transparent;border-right:15px solid transparent;border-top:30px solid var(--accent);z-index:10}.timeforanotherspin_slot_board{width:100%;height:200px;background-size:cover;background-position:center;display:flex;justify-content:space-around;align-items:center;border:2px solid var(--accent)}.timeforanotherspin_reel{width:60px;height:60px;background:var(--bg);overflow:hidden;border:1px solid var(--primary)}.timeforanotherspin_reel img{width:100%;height:100%;object-fit:cover}.timeforanotherspin_grid_board{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;width:200px;height:200px}.timeforanotherspin_grid_cell{background:var(--bg);border:1px solid var(--primary)}.timeforanotherspin_grid_cell img{width:100%;height:100%;object-fit:cover}.timeforanotherspin_footer{background:#000;padding:60px 0 20px 0;border-top:2px solid var(--primary);margin-top:60px}.timeforanotherspin_footer_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:40px}.timeforanotherspin_footer_col h4{color:var(--accent);margin-bottom:20px}.timeforanotherspin_footer_col ul{list-style:none}.timeforanotherspin_footer_col li{margin-bottom:10px}.timeforanotherspin_partner_logos{display:flex;gap:15px;margin-top:20px}.timeforanotherspin_partner_dark_chip{background:#111;padding:10px;border-radius:4px;display:inline-block}.timeforanotherspin_partner_light_chip{background:#fff;padding:10px;border-radius:4px;display:inline-block}.timeforanotherspin_partner_logos img{max-height:40px;display:block}.timeforanotherspin_footer_bottom{text-align:center;border-top:1px solid var(--surface);padding-top:20px}.timeforanotherspin_nrm_text{font-size:0.8rem;color:var(--text-s);margin-bottom:10px}.timeforanotherspin_copyright{font-size:0.9rem}.timeforanotherspin_modal_overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.9);z-index:1000;display:flex;justify-content:center;align-items:center}.timeforanotherspin_modal_overlay.is-hidden{display:none}.timeforanotherspin_modal_content{background:var(--surface);padding:40px;border:2px solid var(--primary);max-width:500px;border-radius:8px}.timeforanotherspin_modal_content h2{color:var(--accent)}.timeforanotherspin_notification{position:fixed;bottom:20px;right:20px;background:var(--primary);color:#fff;padding:15px 25px;border-radius:4px;transform:translateY(150%);transition:transform 0.3s;z-index:2000;box-shadow:0 5px 15px rgba(0,0,0,0.5)}.timeforanotherspin_notification.is-visible{transform:translateY(0)}@media (max-width:1024px){.timeforanotherspin_floor_layout{flex-direction:column}.timeforanotherspin_sidebar{width:100%}.timeforanotherspin_terminal{position:static}}@media (max-width:768px){.timeforanotherspin_hero_flex,.timeforanotherspin_grid_three,.timeforanotherspin_grid_two,.timeforanotherspin_footer_grid,.timeforanotherspin_lobby_masonry{grid-template-columns:1fr;flex-direction:column}.timeforanotherspin_nav{display:none;position:absolute;top:70px;left:0;width:100%;background:var(--surface);flex-direction:column;padding:20px;border-bottom:1px solid var(--primary)}.timeforanotherspin_nav.is-open{display:flex}.timeforanotherspin_burger{display:flex}.timeforanotherspin_stats_row{flex-direction:column;gap:30px}}
/* 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;
}
