:root {
--greecebetting-gr-primary: #0EA5A8;
--greecebetting-gr-secondary: #1F6F78;
--greecebetting-gr-accent: #D88C4A;
--greecebetting-gr-bg: #08161A;
--greecebetting-gr-surface: #13272C;
--greecebetting-gr-text: #E9F5F5;
--greecebetting-gr-text-muted: #A6BDBE;
--greecebetting-gr-font-head: 'Cinzel', serif;
--greecebetting-gr-font-body: 'Lora', Georgia, serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
font-family: var(--greecebetting-gr-font-body);
background-color: var(--greecebetting-gr-bg);
color: var(--greecebetting-gr-text);
line-height: 1.65;
font-size: 16px;
}
h1, h2, h3, h4, .greecebetting_gr_logo {
font-family: var(--greecebetting-gr-font-head);
font-weight: 700;
margin-bottom: 0.5em;
}
a { color: var(--greecebetting-gr-primary); text-decoration: none; transition: color 0.3s ease; }
a:hover { color: var(--greecebetting-gr-accent); }
img { max-width: 100%; height: auto; display: block; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
.greecebetting_gr_container { max-width: 1280px; margin: 0 auto; padding: 0 20px; }
.greecebetting_gr_header {
background: var(--greecebetting-gr-surface);
border-bottom: 2px solid var(--greecebetting-gr-secondary);
position: sticky;
top: 0;
z-index: 100;
}
.greecebetting_gr_header_inner {
display: flex;
align-items: center;
justify-content: space-between;
padding: 15px 20px;
max-width: 1280px;
margin: 0 auto;
}
.greecebetting_gr_logo { font-size: 1.5rem; color: var(--greecebetting-gr-accent); letter-spacing: 1px; }
.greecebetting_gr_nav { display: flex; gap: 20px; }
.greecebetting_gr_nav a { color: var(--greecebetting-gr-text); font-weight: bold; }
.greecebetting_gr_nav a.is_active, .greecebetting_gr_nav a:hover { color: var(--greecebetting-gr-accent); }
.greecebetting_gr_header_controls { display: flex; align-items: center; gap: 15px; }
.greecebetting_gr_wallet_mirror {
background: var(--greecebetting-gr-bg);
border: 1px solid var(--greecebetting-gr-accent);
padding: 5px 15px;
border-radius: 20px;
display: flex;
gap: 10px;
align-items: center;
font-weight: bold;
}
.greecebetting_gr_wallet_label { color: var(--greecebetting-gr-accent); }
.greecebetting_gr_mobile_burger {
display: none;
flex-direction: column;
gap: 5px;
width: 30px;
}
.greecebetting_gr_mobile_burger span {
display: block;
height: 3px;
background: var(--greecebetting-gr-text);
transition: 0.3s;
}
.greecebetting_gr_age_strip {
background: var(--greecebetting-gr-accent);
color: var(--greecebetting-gr-bg);
text-align: center;
padding: 8px 10px;
font-weight: bold;
font-size: 0.9rem;
}
.greecebetting_gr_btn {
display: inline-block;
padding: 10px 24px;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 1px;
border-radius: 4px;
transition: 0.3s ease;
}
.greecebetting_gr_btn_primary {
background: var(--greecebetting-gr-primary);
color: var(--greecebetting-gr-bg);
}
.greecebetting_gr_btn_primary:hover { background: var(--greecebetting-gr-accent); }
.greecebetting_gr_btn_secondary {
background: transparent;
border: 2px solid var(--greecebetting-gr-primary);
color: var(--greecebetting-gr-primary);
}
.greecebetting_gr_btn_secondary:hover { background: var(--greecebetting-gr-primary); color: var(--greecebetting-gr-bg); }
.greecebetting_gr_btn_play {
background: var(--greecebetting-gr-accent);
color: var(--greecebetting-gr-bg);
width: 100%;
margin-top: 15px;
}
.greecebetting_gr_hero_bg_image {
position: relative;
display: flex;
flex-wrap: wrap;
min-height: 80vh;
background: url('assets/images/olympus-duotone-hero.webp') center/cover no-repeat;
}
.greecebetting_gr_hero_bg_image::before {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(to right, var(--greecebetting-gr-bg) 0%, rgba(8, 22, 26, 0.7) 100%);
z-index: 1;
}
.greecebetting_gr_hero_content {
position: relative;
z-index: 2;
flex: 1 1 50%;
padding: 60px;
display: flex;
flex-direction: column;
justify-content: center;
}
.greecebetting_gr_hero_content h1 { font-size: 3.5rem; color: var(--greecebetting-gr-accent); }
.greecebetting_gr_hero_content p { font-size: 1.2rem; margin-bottom: 30px; max-width: 600px; }
.greecebetting_gr_hero_rail {
position: relative;
z-index: 2;
flex: 1 1 40%;
display: flex;
align-items: center;
justify-content: center;
padding: 40px;
}
.greecebetting_gr_ticker_strip {
background: var(--greecebetting-gr-surface);
border-top: 1px solid var(--greecebetting-gr-secondary);
border-bottom: 1px solid var(--greecebetting-gr-secondary);
padding: 10px 0;
overflow: hidden;
white-space: nowrap;
}
.greecebetting_gr_ticker_inner {
display: inline-block;
animation: greecebetting_gr_scroll_ticker 20s linear infinite;
}
.greecebetting_gr_ticker_inner span {
margin-right: 40px;
font-weight: bold;
color: var(--greecebetting-gr-accent);
}
@keyframes greecebetting_gr_scroll_ticker {
0% { transform: translateX(100%); }
100% { transform: translateX(-100%); }
}
.greecebetting_gr_zone_social {
padding: 60px 0;
}
.greecebetting_gr_zone_intro { text-align: center; margin-bottom: 40px; font-size: 1.1rem; color: var(--greecebetting-gr-text-muted); }
.greecebetting_gr_zone_social h2 { text-align: center; font-size: 2.5rem; color: var(--greecebetting-gr-primary); }
.greecebetting_gr_zone_grid {
display: flex;
flex-wrap: wrap;
gap: 30px;
justify-content: center;
}
.greecebetting_gr_game_card {
background: var(--greecebetting-gr-surface);
border: 1px solid var(--greecebetting-gr-secondary);
border-radius: 8px;
padding: 20px;
flex: 1 1 350px;
max-width: 450px;
display: flex;
flex-direction: column;
position: relative;
}
.greecebetting_gr_game_large {
max-width: 100%;
flex: 1 1 100%;
}
.greecebetting_gr_game_title { text-align: center; color: var(--greecebetting-gr-accent); margin-bottom: 15px; }
.greecebetting_gr_board_wrapper {
position: relative;
background: #000;
border: 2px solid var(--greecebetting-gr-secondary);
border-radius: 4px;
overflow: hidden;
margin-bottom: 20px;
display: flex;
justify-content: center;
align-items: center;
aspect-ratio: 16/9;
}
.greecebetting_gr_wheel_wrapper {
aspect-ratio: 1/1;
max-width: 300px;
margin: 0 auto 20px auto;
background: transparent;
border: none;
}
.greecebetting_gr_roulette_board {
width: 100%;
height: 100%;
object-fit: contain;
transition: transform 3.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.greecebetting_gr_wheel_pointer {
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
width: 0;
height: 0;
border-left: 15px solid transparent;
border-right: 15px solid transparent;
border-top: 25px solid var(--greecebetting-gr-accent);
z-index: 10;
}
.greecebetting_gr_slot_wrapper {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 5px;
padding: 10px;
background: url('assets/images/location-forge-hephaestus.webp') center/cover;
}
.greecebetting_gr_slot_wrapper::before {
content: '';
position: absolute;
inset: 0;
background: rgba(0,0,0,0.6);
z-index: 1;
}
.greecebetting_gr_reel {
position: relative;
z-index: 2;
background: var(--greecebetting-gr-surface);
border: 1px solid var(--greecebetting-gr-accent);
display: flex;
justify-content: center;
align-items: center;
padding: 10px;
overflow: hidden;
}
.greecebetting_gr_reel img {
width: 80%;
height: auto;
transition: transform 0.1s;
}
.greecebetting_gr_payline {
position: absolute;
top: 50%;
left: 0;
right: 0;
height: 4px;
background: rgba(216, 140, 74, 0.7);
z-index: 3;
transform: translateY(-50%);
pointer-events: none;
}
.greecebetting_gr_game_controls {
margin-top: auto;
padding-top: 15px;
border-top: 1px solid rgba(255,255,255,0.1);
}
.greecebetting_gr_bet_row {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 15px;
}
.greecebetting_gr_bet_input {
background: var(--greecebetting-gr-bg);
color: var(--greecebetting-gr-text);
border: 1px solid var(--greecebetting-gr-secondary);
padding: 8px;
width: 100px;
text-align: center;
border-radius: 4px;
}
.greecebetting_gr_bet_choices {
display: flex;
gap: 10px;
margin-bottom: 15px;
flex-wrap: wrap;
}
.greecebetting_gr_bet_choice {
flex: 1;
background: var(--greecebetting-gr-bg);
color: var(--greecebetting-gr-text);
border: 1px solid var(--greecebetting-gr-secondary);
padding: 8px;
border-radius: 4px;
transition: 0.3s;
}
.greecebetting_gr_bet_choice.is_active, .greecebetting_gr_bet_choice:hover {
background: var(--greecebetting-gr-secondary);
border-color: var(--greecebetting-gr-primary);
}
.greecebetting_gr_game_result {
text-align: center;
margin-top: 15px;
min-height: 24px;
font-weight: bold;
color: var(--greecebetting-gr-accent);
}
.greecebetting_gr_cta_wrap {
text-align: center;
margin-top: 40px;
}
.greecebetting_gr_split_block {
display: flex;
flex-wrap: wrap;
background: var(--greecebetting-gr-surface);
}
.greecebetting_gr_split_text, .greecebetting_gr_split_media {
flex: 1 1 50%;
}
.greecebetting_gr_split_text {
padding: 60px;
display: flex;
flex-direction: column;
justify-content: center;
}
.greecebetting_gr_split_media img {
width: 100%;
height: 100%;
object-fit: cover;
min-height: 300px;
}
.greecebetting_gr_list_checks {
list-style: none;
margin-top: 20px;
}
.greecebetting_gr_list_checks li {
position: relative;
padding-left: 30px;
margin-bottom: 15px;
}
.greecebetting_gr_list_checks li::before {
content: '✦';
position: absolute;
left: 0;
color: var(--greecebetting-gr-accent);
}
.greecebetting_gr_cards_block {
padding: 60px 0;
}
.greecebetting_gr_cards_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
}
.greecebetting_gr_info_card {
background: var(--greecebetting-gr-surface);
border: 1px solid var(--greecebetting-gr-secondary);
padding: 30px;
border-radius: 8px;
}
.greecebetting_gr_info_card h3 {
color: var(--greecebetting-gr-primary);
margin-bottom: 15px;
}
.greecebetting_gr_footer {
background: var(--greecebetting-gr-bg);
border-top: 3px solid var(--greecebetting-gr-secondary);
padding: 60px 0 20px;
font-size: 0.9rem;
}
.greecebetting_gr_footer_top {
display: flex;
flex-wrap: wrap;
gap: 40px;
margin-bottom: 40px;
}
.greecebetting_gr_footer_col {
flex: 1 1 250px;
}
.greecebetting_gr_footer_col h4 {
color: var(--greecebetting-gr-accent);
margin-bottom: 20px;
}
.greecebetting_gr_footer_col nav {
display: flex;
flex-direction: column;
gap: 10px;
}
.greecebetting_gr_partner_logos {
display: flex;
gap: 20px;
margin-top: 20px;
}
.greecebetting_gr_partner_gamcare, .greecebetting_gr_partner_aware {
display: inline-block;
padding: 10px;
border-radius: 4px;
max-width: 140px;
}
.greecebetting_gr_partner_gamcare {
background: #333;
}
.greecebetting_gr_partner_aware {
background: #fff;
}
.greecebetting_gr_footer_bottom {
border-top: 1px solid rgba(255,255,255,0.1);
padding-top: 20px;
text-align: center;
color: var(--greecebetting-gr-text-muted);
}
.greecebetting_gr_footer_bottom p { margin-bottom: 10px; }
.greecebetting_gr_page_main {
padding: 60px 0;
min-height: 60vh;
}
.greecebetting_gr_content_block {
background: var(--greecebetting-gr-surface);
padding: 40px;
border-radius: 8px;
margin-bottom: 30px;
}
.greecebetting_gr_contact_grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 40px;
}
.greecebetting_gr_form_group {
margin-bottom: 20px;
}
.greecebetting_gr_form_group label {
display: block;
margin-bottom: 8px;
color: var(--greecebetting-gr-primary);
}
.greecebetting_gr_form_group input, .greecebetting_gr_form_group textarea {
width: 100%;
background: var(--greecebetting-gr-bg);
border: 1px solid var(--greecebetting-gr-secondary);
color: var(--greecebetting-gr-text);
padding: 12px;
border-radius: 4px;
font-family: inherit;
}
.greecebetting_gr_faq_item {
margin-top: 15px;
border: 1px solid var(--greecebetting-gr-secondary);
border-radius: 4px;
}
.greecebetting_gr_faq_btn {
width: 100%;
text-align: left;
padding: 15px;
background: var(--greecebetting-gr-surface);
color: var(--greecebetting-gr-text);
font-weight: bold;
}
.greecebetting_gr_faq_body {
padding: 0 15px 15px;
display: none;
}
.greecebetting_gr_faq_item.is_open .greecebetting_gr_faq_body {
display: block;
}
.greecebetting_gr_app_layout {
display: flex;
flex-direction: column;
min-height: 100vh;
}
.greecebetting_gr_lobby_layout {
display: flex;
flex: 1;
background: var(--greecebetting-gr-bg);
max-width: 1600px;
margin: 0 auto;
width: 100%;
}
.greecebetting_gr_sidebar_wallet {
width: 300px;
background: var(--greecebetting-gr-surface);
border-right: 1px solid var(--greecebetting-gr-secondary);
padding: 30px 20px;
}
.greecebetting_gr_wallet_sticky {
position: sticky;
top: 100px;
}
.greecebetting_gr_wallet_sticky h2 {
color: var(--greecebetting-gr-primary);
font-size: 1.2rem;
margin-bottom: 20px;
}
.greecebetting_gr_wallet_sticky .greecebetting_gr_wallet_mirror {
font-size: 1.5rem;
padding: 15px;
justify-content: center;
margin-bottom: 10px;
}
.greecebetting_gr_wallet_note {
font-size: 0.8rem;
color: var(--greecebetting-gr-text-muted);
text-align: center;
}
.greecebetting_gr_easter_egg_trigger {
margin-top: 40px;
cursor: pointer;
opacity: 0.7;
transition: 0.3s;
text-align: center;
}
.greecebetting_gr_easter_egg_trigger:hover {
opacity: 1;
}
.greecebetting_gr_easter_egg_trigger img {
max-width: 100px;
margin: 0 auto;
border-radius: 50%;
border: 2px solid var(--greecebetting-gr-secondary);
}
.greecebetting_gr_lobby_main {
flex: 1;
padding: 30px;
}
.greecebetting_gr_lobby_split {
display: flex;
gap: 30px;
}
.greecebetting_gr_featured_game {
flex: 2;
}
.greecebetting_gr_stacked_games {
flex: 1;
display: flex;
flex-direction: column;
gap: 30px;
}
.greecebetting_gr_legal_drawer {
margin-top: 40px;
border: 1px solid var(--greecebetting-gr-secondary);
border-radius: 4px;
background: var(--greecebetting-gr-surface);
}
.greecebetting_gr_drawer_trigger {
width: 100%;
padding: 15px;
color: var(--greecebetting-gr-accent);
font-weight: bold;
text-transform: uppercase;
}
.greecebetting_gr_drawer_content {
padding: 0 20px 20px;
display: none;
color: var(--greecebetting-gr-text-muted);
font-size: 0.9rem;
}
.greecebetting_gr_legal_drawer.is_open .greecebetting_gr_drawer_content {
display: block;
}
@media (max-width: 1024px) {
.greecebetting_gr_lobby_split { flex-direction: column; }
.greecebetting_gr_sidebar_wallet { width: 250px; }
}
@media (max-width: 768px) {
.greecebetting_gr_nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--greecebetting-gr-surface); flex-direction: column; padding: 20px; border-bottom: 2px solid var(--greecebetting-gr-secondary); }
.greecebetting_gr_nav.is_open { display: flex; }
.greecebetting_gr_mobile_burger { display: flex; }
.greecebetting_gr_hero_content { padding: 40px 20px; }
.greecebetting_gr_hero_rail { padding: 20px; }
.greecebetting_gr_hero_bg_image { flex-direction: column; }
.greecebetting_gr_split_text { padding: 30px 20px; }
.greecebetting_gr_contact_grid { grid-template-columns: 1fr; }
.greecebetting_gr_lobby_layout { flex-direction: column; }
.greecebetting_gr_sidebar_wallet { width: 100%; padding: 20px; border-right: none; border-bottom: 1px solid var(--greecebetting-gr-secondary); }
.greecebetting_gr_wallet_sticky { position: static; }
}
@media (max-width: 360px) {
.greecebetting_gr_hero_content h1 { font-size: 2.2rem; }
.greecebetting_gr_game_card { padding: 15px; }
}
/* 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;
}
