:root {
--justonemoreplay-primary: #FF9F43;
--justonemoreplay-secondary: #F76F5E;
--justonemoreplay-accent: #FFE082;
--justonemoreplay-bg: #141127;
--justonemoreplay-surface: #221B3A;
--justonemoreplay-text-primary: #FFF6EA;
--justonemoreplay-text-secondary: #D8C4AF;
--justonemoreplay-font-heading: 'Playfair Display', serif;
--justonemoreplay-font-body: 'Lato', sans-serif;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body.justonemoreplay_body {
font-family: var(--justonemoreplay-font-body);
background-color: var(--justonemoreplay-bg);
color: var(--justonemoreplay-text-primary);
line-height: 1.6;
overflow-x: hidden;
}
h1, h2, h3, h4 {
font-family: var(--justonemoreplay-font-heading);
font-weight: 700;
margin-bottom: 1rem;
}
a {
color: inherit;
text-decoration: none;
}
.justonemoreplay_container {
width: 100%;
max-width: 1280px;
margin: 0 auto;
padding: 0 1.5rem;
}
.justonemoreplay_btn {
display: inline-block;
padding: 0.75rem 1.5rem;
font-weight: 700;
border-radius: 4px;
border: none;
cursor: pointer;
text-align: center;
transition: all 0.3s ease;
}
.justonemoreplay_btn_primary {
background: var(--justonemoreplay-primary);
color: var(--justonemoreplay-bg);
}
.justonemoreplay_btn_primary:hover {
background: var(--justonemoreplay-accent);
}
.justonemoreplay_btn_secondary {
background: transparent;
border: 2px solid var(--justonemoreplay-primary);
color: var(--justonemoreplay-primary);
}
.justonemoreplay_btn_secondary:hover {
background: var(--justonemoreplay-primary);
color: var(--justonemoreplay-bg);
}
.justonemoreplay_btn_outline {
background: transparent;
border: 1px solid var(--justonemoreplay-text-secondary);
color: var(--justonemoreplay-text-primary);
}
.justonemoreplay_header {
background-color: var(--justonemoreplay-surface);
border-bottom: 2px solid var(--justonemoreplay-primary);
position: sticky;
top: 0;
z-index: 100;
}
.justonemoreplay_header_inner {
display: flex;
align-items: center;
justify-content: space-between;
padding: 1rem 1.5rem;
max-width: 1280px;
margin: 0 auto;
}
.justonemoreplay_logo {
font-family: var(--justonemoreplay-font-heading);
font-size: 1.5rem;
color: var(--justonemoreplay-primary);
font-weight: 700;
}
.justonemoreplay_nav a {
margin: 0 1rem;
font-weight: 700;
transition: color 0.2s;
}
.justonemoreplay_nav a:hover {
color: var(--justonemoreplay-primary);
}
.justonemoreplay_header_right {
display: flex;
align-items: center;
gap: 1rem;
}
.justonemoreplay_wallet {
background: rgba(0,0,0,0.3);
padding: 0.5rem 1rem;
border-radius: 20px;
border: 1px solid var(--justonemoreplay-primary);
font-weight: 700;
display: flex;
align-items: center;
gap: 0.5rem;
}
.justonemoreplay_currency {
color: var(--justonemoreplay-primary);
font-size: 0.8rem;
}
.justonemoreplay_burger {
display: none;
background: none;
border: none;
cursor: pointer;
flex-direction: column;
gap: 5px;
}
.justonemoreplay_burger_line {
width: 25px;
height: 3px;
background: var(--justonemoreplay-primary);
transition: 0.3s;
}
.justonemoreplay_hero {
background: var(--justonemoreplay-surface);
padding: 4rem 1.5rem;
position: relative;
}
.justonemoreplay_hero_container {
max-width: 1280px;
margin: 0 auto;
display: flex;
align-items: center;
gap: 3rem;
}
.justonemoreplay_hero_content {
flex: 1;
}
.justonemoreplay_hero_visual {
flex: 1;
position: relative;
}
.justonemoreplay_framed_media {
border: 4px solid var(--justonemoreplay-primary);
padding: 0.5rem;
background: rgba(0,0,0,0.5);
box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}
.justonemoreplay_hero_img {
width: 100%;
display: block;
}
.justonemoreplay_floating_egg {
position: absolute;
bottom: -20px;
right: -20px;
width: 80px;
cursor: pointer;
transition: transform 0.3s;
}
.justonemoreplay_floating_egg:hover {
transform: scale(1.1);
}
.justonemoreplay_badge {
display: inline-block;
background: var(--justonemoreplay-primary);
color: var(--justonemoreplay-bg);
padding: 0.25rem 0.75rem;
border-radius: 20px;
font-size: 0.8rem;
font-weight: 700;
margin-bottom: 1rem;
}
.justonemoreplay_h1 {
font-size: 3.5rem;
line-height: 1.1;
margin-bottom: 1rem;
}
.justonemoreplay_hero_subtitle {
font-size: 1.2rem;
color: var(--justonemoreplay-text-secondary);
margin-bottom: 2rem;
}
.justonemoreplay_legal_strip {
margin-top: 2rem;
padding: 1rem;
background: rgba(0,0,0,0.3);
border-left: 4px solid var(--justonemoreplay-primary);
font-size: 0.9rem;
color: var(--justonemoreplay-text-secondary);
}
.justonemoreplay_content_block {
padding: 4rem 0;
}
.justonemoreplay_bg_sand {
background-color: var(--justonemoreplay-surface);
}
.justonemoreplay_bg_dark {
background-color: #0b0916;
}
.justonemoreplay_grid_2 {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 3rem;
align-items: center;
}
.justonemoreplay_content_img {
width: 100%;
border-radius: 8px;
border: 2px solid var(--justonemoreplay-primary);
}
.justonemoreplay_center {
text-align: center;
}
.justonemoreplay_max_w {
max-width: 800px;
margin: 0 auto 2rem auto;
}
.justonemoreplay_cards_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 2rem;
margin-top: 2rem;
}
.justonemoreplay_card {
background: var(--justonemoreplay-bg);
border: 1px solid var(--justonemoreplay-primary);
padding: 2rem;
border-radius: 8px;
}
.justonemoreplay_table_wrapper {
overflow-x: auto;
margin: 2rem 0;
}
.justonemoreplay_table {
width: 100%;
max-width: 800px;
margin: 0 auto;
border-collapse: collapse;
}
.justonemoreplay_table th, .justonemoreplay_table td {
padding: 1rem;
border: 1px solid var(--justonemoreplay-surface);
text-align: left;
}
.justonemoreplay_table th {
background: var(--justonemoreplay-surface);
color: var(--justonemoreplay-primary);
}
.justonemoreplay_home_live_section {
padding: 4rem 0;
background: linear-gradient(180deg, var(--justonemoreplay-surface) 0%, var(--justonemoreplay-bg) 100%);
}
.justonemoreplay_section_header {
text-align: center;
margin-bottom: 2rem;
}
.justonemoreplay_live_game_module {
background: #000;
border: 2px solid var(--justonemoreplay-primary);
border-radius: 12px;
padding: 2rem;
max-width: 600px;
margin: 0 auto;
box-shadow: 0 10px 40px rgba(0,0,0,0.8);
}
.justonemoreplay_slot_board {
text-align: center;
}
.justonemoreplay_reels {
display: flex;
justify-content: center;
gap: 10px;
background: #111;
padding: 1rem;
border: 4px solid #b8860b;
border-radius: 8px;
margin-bottom: 1.5rem;
position: relative;
}
.justonemoreplay_reels::after {
content: '';
position: absolute;
top: 50%;
left: 0;
right: 0;
height: 2px;
background: rgba(255, 159, 67, 0.5);
box-shadow: 0 0 10px var(--justonemoreplay-primary);
pointer-events: none;
}
.justonemoreplay_reel {
width: 100px;
height: 100px;
background: #222;
border: 1px solid #444;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
}
.justonemoreplay_reel img {
width: 80%;
height: 80%;
object-fit: contain;
}
.justonemoreplay_reel.spinning img {
animation: reelBlur 0.1s infinite alternate;
}
@keyframes reelBlur {
0% { transform: translateY(-5px); opacity: 0.8; }
100% { transform: translateY(5px); opacity: 1; }
}
.justonemoreplay_game_controls {
display: flex;
justify-content: space-between;
align-items: center;
background: var(--justonemoreplay-surface);
padding: 1rem;
border-radius: 8px;
margin-bottom: 1rem;
}
.justonemoreplay_bet_selector {
font-weight: 700;
color: var(--justonemoreplay-primary);
}
.justonemoreplay_bet_selector select {
background: var(--justonemoreplay-bg);
color: #fff;
border: 1px solid var(--justonemoreplay-primary);
padding: 0.5rem;
border-radius: 4px;
margin-left: 0.5rem;
}
.justonemoreplay_btn_spin {
background: linear-gradient(to bottom, #FF9F43, #E65100);
color: #fff;
font-size: 1.2rem;
padding: 0.75rem 2rem;
border-radius: 30px;
text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
transform: scale(1);
transition: transform 0.1s;
}
.justonemoreplay_btn_spin:active {
transform: scale(0.95);
}
.justonemoreplay_btn_spin:disabled {
opacity: 0.5;
cursor: not-allowed;
}
.justonemoreplay_game_status {
background: #111;
padding: 1rem;
border-radius: 4px;
border: 1px solid #333;
display: flex;
justify-content: space-between;
}
.justonemoreplay_status_text {
color: var(--justonemoreplay-accent);
font-weight: 700;
}
.justonemoreplay_game_cta_block {
text-align: center;
margin-top: 2rem;
}
.justonemoreplay_lobby_container {
padding: 3rem 0;
}
.justonemoreplay_lobby_header {
text-align: center;
margin-bottom: 3rem;
}
.justonemoreplay_game_stack {
display: flex;
flex-direction: column;
gap: 3rem;
max-width: 800px;
margin: 0 auto;
}
.justonemoreplay_game_panel {
background: var(--justonemoreplay-surface);
border: 1px solid var(--justonemoreplay-primary);
border-radius: 12px;
padding: 2rem;
}
.justonemoreplay_game_info {
text-align: center;
margin-bottom: 2rem;
}
.justonemoreplay_game_history {
margin-top: 1.5rem;
padding-top: 1rem;
border-top: 1px solid #333;
}
.justonemoreplay_game_history h4 {
font-size: 0.9rem;
color: var(--justonemoreplay-text-secondary);
margin-bottom: 0.5rem;
}
.justonemoreplay_game_history ul {
list-style: none;
display: flex;
gap: 1rem;
font-size: 0.85rem;
}
.justonemoreplay_wheel_board {
text-align: center;
position: relative;
margin-top: 2rem;
}
.justonemoreplay_wheel_pointer {
position: absolute;
top: -15px;
left: 50%;
transform: translateX(-50%);
color: var(--justonemoreplay-primary);
font-size: 2rem;
z-index: 10;
text-shadow: 0 2px 4px rgba(0,0,0,0.8);
}
.justonemoreplay_wheel_container {
width: 300px;
height: 300px;
margin: 0 auto 2rem auto;
border-radius: 50%;
border: 8px solid #b8860b;
box-shadow: 0 0 30px rgba(255, 159, 67, 0.3);
overflow: hidden;
}
.justonemoreplay_wheel_container img {
width: 100%;
height: 100%;
transform-origin: center;
transition: transform 2.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.justonemoreplay_page_hero {
padding: 6rem 1.5rem;
background-size: cover;
background-position: center;
position: relative;
}
.justonemoreplay_page_hero::before {
content: '';
position: absolute;
top: 0; left: 0; right: 0; bottom: 0;
background: rgba(20, 17, 39, 0.8);
}
.justonemoreplay_page_hero_overlay {
position: relative;
z-index: 2;
text-align: center;
max-width: 800px;
margin: 0 auto;
}
.justonemoreplay_page_header {
padding: 4rem 0;
text-align: center;
border-bottom: 1px solid var(--justonemoreplay-surface);
}
.justonemoreplay_form_group {
margin-bottom: 1.5rem;
}
.justonemoreplay_form_group label {
display: block;
margin-bottom: 0.5rem;
font-weight: 700;
}
.justonemoreplay_form_group input, .justonemoreplay_form_group textarea {
width: 100%;
padding: 0.75rem;
background: var(--justonemoreplay-bg);
border: 1px solid var(--justonemoreplay-primary);
color: #fff;
border-radius: 4px;
}
.justonemoreplay_accordion_item {
border-bottom: 1px solid var(--justonemoreplay-surface);
margin-bottom: 1rem;
}
.justonemoreplay_accordion_title {
cursor: pointer;
padding: 1rem 0;
font-family: var(--justonemoreplay-font-body);
color: var(--justonemoreplay-primary);
}
.justonemoreplay_accordion_content {
display: none;
padding-bottom: 1rem;
color: var(--justonemoreplay-text-secondary);
}
.justonemoreplay_accordion_item.is-open .justonemoreplay_accordion_content {
display: block;
}
.justonemoreplay_support_box {
margin-top: 2rem;
padding: 1.5rem;
background: rgba(247, 111, 94, 0.1);
border-left: 4px solid var(--justonemoreplay-secondary);
}
.justonemoreplay_policy_page {
padding: 4rem 0;
}
.justonemoreplay_max_w_policy {
max-width: 900px;
}
.justonemoreplay_policy_intro {
font-size: 1.1rem;
color: var(--justonemoreplay-text-secondary);
margin-bottom: 3rem;
padding-bottom: 1rem;
border-bottom: 1px solid var(--justonemoreplay-surface);
}
.justonemoreplay_policy_section {
margin-bottom: 2.5rem;
}
.justonemoreplay_policy_section h2 {
color: var(--justonemoreplay-primary);
font-size: 1.5rem;
}
.justonemoreplay_policy_section p, .justonemoreplay_policy_section ul {
margin-bottom: 1rem;
color: var(--justonemoreplay-text-secondary);
}
.justonemoreplay_policy_section ul {
padding-left: 2rem;
}
.justonemoreplay_footer {
background-color: #0b0916;
padding: 4rem 0 2rem 0;
border-top: 1px solid var(--justonemoreplay-surface);
}
.justonemoreplay_footer_top {
display: grid;
grid-template-columns: 2fr 1fr 1fr;
gap: 3rem;
margin-bottom: 3rem;
}
.justonemoreplay_footer_brand .justonemoreplay_footer_logo {
font-family: var(--justonemoreplay-font-heading);
font-size: 1.5rem;
color: var(--justonemoreplay-primary);
font-weight: 700;
display: block;
margin-bottom: 1rem;
}
.justonemoreplay_footer_identity, .justonemoreplay_footer_contact {
color: var(--justonemoreplay-text-secondary);
font-size: 0.9rem;
margin-bottom: 1rem;
}
.justonemoreplay_footer_links h4, .justonemoreplay_footer_partners h4 {
margin-bottom: 1.5rem;
color: var(--justonemoreplay-primary);
}
.justonemoreplay_footer_links ul {
list-style: none;
}
.justonemoreplay_footer_links li {
margin-bottom: 0.75rem;
}
.justonemoreplay_footer_links a {
color: var(--justonemoreplay-text-secondary);
transition: color 0.3s;
}
.justonemoreplay_footer_links a:hover {
color: var(--justonemoreplay-primary);
}
.justonemoreplay_partner_logos {
display: flex;
gap: 1rem;
align-items: center;
flex-wrap: wrap;
}
.justonemoreplay_partner_light {
background: #fff;
padding: 0.5rem;
border-radius: 4px;
display: inline-block;
}
.justonemoreplay_partner_dark {
background: #222;
padding: 0.5rem;
border-radius: 4px;
display: inline-block;
}
.justonemoreplay_partner_logos img {
height: 40px;
width: auto;
display: block;
}
.justonemoreplay_footer_bottom {
border-top: 1px solid #222;
padding-top: 2rem;
text-align: center;
font-size: 0.85rem;
color: var(--justonemoreplay-text-secondary);
}
.justonemoreplay_footer_bottom h4 {
color: var(--justonemoreplay-text-primary);
margin-bottom: 1rem;
}
.justonemoreplay_simulated_notice {
font-weight: 700;
color: var(--justonemoreplay-primary);
margin-bottom: 0.5rem;
}
.justonemoreplay_no_real_money_text {
margin-bottom: 1rem;
max-width: 800px;
margin-left: auto;
margin-right: auto;
}
.justonemoreplay_modal {
display: none;
position: fixed;
top: 0; left: 0; right: 0; bottom: 0;
background: rgba(0,0,0,0.8);
z-index: 1000;
align-items: center;
justify-content: center;
}
.justonemoreplay_modal.is-active {
display: flex;
}
.justonemoreplay_modal_content {
background: var(--justonemoreplay-surface);
padding: 2rem;
border-radius: 8px;
border: 2px solid var(--justonemoreplay-primary);
max-width: 500px;
width: 90%;
position: relative;
}
.justonemoreplay_modal_close {
position: absolute;
top: 10px; right: 15px;
background: none;
border: none;
color: #fff;
font-size: 1.5rem;
cursor: pointer;
}
.justonemoreplay_age_gate .justonemoreplay_modal_content {
text-align: center;
padding: 3rem 2rem;
}
.justonemoreplay_age_gate h2 {
color: var(--justonemoreplay-primary);
margin-bottom: 1rem;
}
.justonemoreplay_age_gate p {
margin-bottom: 2rem;
color: var(--justonemoreplay-text-secondary);
}
.justonemoreplay_modal_actions {
display: flex;
justify-content: center;
gap: 1rem;
}
.justonemoreplay_notification {
position: fixed;
bottom: 20px;
right: 20px;
background: var(--justonemoreplay-primary);
color: #000;
padding: 1rem 1.5rem;
border-radius: 4px;
font-weight: 700;
transform: translateY(100px);
opacity: 0;
transition: all 0.3s;
z-index: 1100;
}
.justonemoreplay_notification.show {
transform: translateY(0);
opacity: 1;
}
@media (max-width: 768px) {
.justonemoreplay_burger {
display: flex;
}
.justonemoreplay_nav {
display: none;
position: absolute;
top: 100%;
left: 0;
right: 0;
background: var(--justonemoreplay-surface);
flex-direction: column;
padding: 1rem;
border-bottom: 1px solid var(--justonemoreplay-primary);
}
.justonemoreplay_nav.is-open {
display: flex;
}
.justonemoreplay_header_inner {
flex-wrap: wrap;
}
.justonemoreplay_header_right {
width: 100%;
margin-top: 1rem;
justify-content: space-between;
}
.justonemoreplay_hero_container {
flex-direction: column;
}
.justonemoreplay_h1 {
font-size: 2.5rem;
}
.justonemoreplay_grid_2 {
grid-template-columns: 1fr;
}
.justonemoreplay_footer_top {
grid-template-columns: 1fr;
}
.justonemoreplay_game_controls {
flex-direction: column;
gap: 1rem;
}
.justonemoreplay_btn_spin {
width: 100%;
}
}
@media (max-width: 360px) {
.justonemoreplay_reels {
gap: 5px;
padding: 0.5rem;
}
.justonemoreplay_reel {
width: 70px;
height: 70px;
}
.justonemoreplay_wheel_container {
width: 250px;
height: 250px;
}
}
/* 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;
}
