:root {
--primary: #1DBA84;
--secondary: #0E7C66;
--accent: #F3C85A;
--bg: #081311;
--surface: #12211D;
--surface-light: #1A302A;
--text-primary: #EAF7F2;
--text-secondary: #A9C5BB;
--font-heading: 'Playfair Display', serif;
--font-body: 'Inter', sans-serif;
--brass: #C9A227;
--brass-dark: #8B6D12;
--transition: all 0.3s ease;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
font-family: var(--font-body);
background-color: var(--bg);
color: var(--text-primary);
line-height: 1.65;
-webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 {
font-family: var(--font-heading);
font-weight: 700;
color: var(--accent);
margin-bottom: 1rem;
}
a { color: var(--primary); text-decoration: none; transition: var(--transition); }
a:hover { color: var(--accent); }
img { max-width: 100%; height: auto; display: block; }
.justanotherspin_container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.justanotherspin_btn {
display: inline-flex; align-items: center; justify-content: center;
padding: 12px 24px; font-family: var(--font-body); font-weight: 700; font-size: 1rem;
border: 2px solid transparent; border-radius: 4px; cursor: pointer; transition: var(--transition);
text-transform: uppercase; letter-spacing: 1px;
min-height: 44px;
}
.justanotherspin_btn-primary {
background: linear-gradient(135deg, var(--brass), var(--brass-dark));
color: var(--bg); border-color: var(--brass);
}
.justanotherspin_btn-primary:hover { filter: brightness(1.1); transform: translateY(-2px); box-shadow: 0 4px 12px rgba(201,162,39,0.3); }
.justanotherspin_btn-secondary {
background: transparent; color: var(--primary); border-color: var(--primary);
}
.justanotherspin_btn-secondary:hover { background: rgba(29,186,132,0.1); }
.justanotherspin_btn-small { padding: 8px 16px; font-size: 0.875rem; }
.justanotherspin_btn-full { width: 100%; }
.justanotherspin_header {
position: sticky; top: 0; z-index: 100;
background: rgba(8, 19, 17, 0.95); backdrop-filter: blur(10px);
border-bottom: 1px solid var(--secondary);
}
.justanotherspin_header-inner {
display: flex; justify-content: space-between; align-items: center;
max-width: 1200px; margin: 0 auto; padding: 15px 20px;
}
.justanotherspin_logo a {
font-family: var(--font-heading); font-size: 1.5rem; color: var(--accent); text-transform: uppercase; letter-spacing: 2px;
}
.justanotherspin_nav-list {
display: flex; gap: 30px; list-style: none;
}
.justanotherspin_nav-link {
color: var(--text-primary); font-weight: 700; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 1px;
}
.justanotherspin_nav-link:hover, .justanotherspin_nav-link.is-active { color: var(--primary); }
.justanotherspin_auth-area { display: flex; align-items: center; gap: 15px; }
.justanotherspin_age-badge { background: var(--surface); border: 1px solid var(--brass); color: var(--brass); padding: 4px 8px; font-weight: bold; border-radius: 4px; font-size: 0.8rem; }
.justanotherspin_btn-login { background: transparent; color: var(--text-primary); border: none; padding: 8px 16px; }
.justanotherspin_btn-login:hover { color: var(--accent); }
.justanotherspin_btn-register { background: var(--secondary); color: white; padding: 8px 16px; border-radius: 4px; }
.justanotherspin_btn-register:hover { background: var(--primary); }
.justanotherspin_burger { display: none; background: none; border: none; cursor: pointer; width: 44px; height: 44px; flex-direction: column; justify-content: center; align-items: center; gap: 6px; }
.justanotherspin_burger-line { width: 24px; height: 2px; background: var(--accent); transition: var(--transition); }
@media (max-width: 768px) {
.justanotherspin_nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--bg); border-bottom: 1px solid var(--secondary); padding: 20px; }
.justanotherspin_nav.is-open { display: block; }
.justanotherspin_nav-list { flex-direction: column; gap: 20px; text-align: center; }
.justanotherspin_burger { display: flex; }
.justanotherspin_auth-area { display: none; }
}
.justanotherspin_hero-solid {
background: linear-gradient(180deg, var(--surface) 0%, var(--bg) 100%);
padding: 80px 20px; text-align: center; position: relative;
}
.justanotherspin_hero-centered { max-width: 800px; margin: 0 auto; }
.justanotherspin_hero-age-strip { font-size: 0.85rem; letter-spacing: 2px; color: var(--primary); margin-bottom: 20px; border-top: 1px solid var(--secondary); border-bottom: 1px solid var(--secondary); padding: 10px 0; display: inline-block; }
.justanotherspin_hero-title { font-size: 3.5rem; line-height: 1.2; margin-bottom: 20px; text-shadow: 0 2px 4px rgba(0,0,0,0.5); }
.justanotherspin_hero-subtitle { font-size: 1.2rem; color: var(--text-secondary); margin-bottom: 40px; }
.justanotherspin_hero-cta { margin-bottom: 40px; }
.justanotherspin_hero-proof-cards { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }
.justanotherspin_proof-card { background: var(--surface-light); border: 1px solid var(--secondary); padding: 15px 25px; border-radius: 8px; display: flex; flex-direction: column; box-shadow: 0 4px 15px rgba(0,0,0,0.3); transform: translateY(0); transition: transform 0.3s; }
.justanotherspin_proof-card:hover { transform: translateY(-5px); }
.justanotherspin_proof-value { font-family: var(--font-heading); font-size: 1.8rem; color: var(--accent); }
.justanotherspin_proof-label { font-size: 0.85rem; color: var(--text-secondary); text-transform: uppercase; letter-spacing: 1px; }
@media (max-width: 768px) {
.justanotherspin_hero-title { font-size: 2.5rem; }
.justanotherspin_hero-proof-cards { flex-direction: column; }
}
.justanotherspin_section { padding: 80px 0; }
.justanotherspin_bg-dark { background-color: var(--surface); }
.justanotherspin_section-title { font-size: 2.2rem; text-align: center; margin-bottom: 40px; }
.justanotherspin_section-desc { text-align: center; color: var(--text-secondary); max-width: 600px; margin: 0 auto 40px auto; }
.justanotherspin_split-layout { display: flex; align-items: center; gap: 60px; }
.justanotherspin_layout-reverse { flex-direction: row-reverse; }
.justanotherspin_split-content { flex: 1; }
.justanotherspin_split-content .justanotherspin_section-title { text-align: left; }
.justanotherspin_split-media { flex: 1; position: relative; }
.justanotherspin_media-img { border-radius: 8px; border: 2px solid var(--secondary); box-shadow: 0 10px 30px rgba(0,0,0,0.5); }
.justanotherspin_feature-list { list-style: none; margin-top: 20px; }
.justanotherspin_feature-list li { margin-bottom: 10px; padding-left: 30px; position: relative; color: var(--accent); font-weight: bold; }
.justanotherspin_feature-list li::before { content: '⚙'; position: absolute; left: 0; color: var(--primary); }
@media (max-width: 768px) {
.justanotherspin_split-layout, .justanotherspin_layout-reverse { flex-direction: column; gap: 40px; }
.justanotherspin_split-content .justanotherspin_section-title { text-align: center; }
}
.justanotherspin_card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }
.justanotherspin_card { background: var(--surface); border: 1px solid var(--secondary); padding: 30px; border-radius: 8px; text-align: center; transition: var(--transition); }
.justanotherspin_card:hover { border-color: var(--accent); box-shadow: 0 10px 20px rgba(0,0,0,0.2); }
.justanotherspin_card-title { color: var(--primary); font-size: 1.5rem; margin-bottom: 15px; }
.justanotherspin_trust-panel { background: var(--surface-light); border: 1px solid var(--brass); padding: 40px; border-radius: 8px; display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; text-align: center; }
.justanotherspin_trust-icon { font-size: 2.5rem; margin-bottom: 15px; display: block; }
.justanotherspin_trust-fact h4 { color: var(--text-primary); margin-bottom: 10px; }
.justanotherspin_trust-fact p { color: var(--text-secondary); font-size: 0.9rem; }
.justanotherspin_highlight-text { color: var(--accent); font-weight: bold; font-family: var(--font-heading); font-size: 1.2rem; margin-top: 20px; }
.justanotherspin_editorial-content { max-width: 800px; margin: 0 auto; }
.justanotherspin_editorial-content p { margin-bottom: 20px; font-size: 1.1rem; }
.justanotherspin_accordion { max-width: 800px; margin: 0 auto; }
.justanotherspin_accordion-item { border-bottom: 1px solid var(--secondary); }
.justanotherspin_accordion-trigger { width: 100%; text-align: left; background: none; border: none; padding: 20px 0; color: var(--text-primary); font-family: var(--font-heading); font-size: 1.2rem; cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
.justanotherspin_accordion-trigger::after { content: '+'; color: var(--accent); font-size: 1.5rem; }
.justanotherspin_accordion-trigger[aria-expanded="true"]::after { content: '−'; }
.justanotherspin_accordion-panel { padding: 0 0 20px 0; display: none; color: var(--text-secondary); }
.justanotherspin_accordion-panel.is-open { display: block; }
.justanotherspin_page-hero { background: var(--surface); padding: 60px 20px; text-align: center; border-bottom: 1px solid var(--secondary); }
.justanotherspin_page-title { font-size: 3rem; margin-bottom: 10px; }
.justanotherspin_page-subtitle { color: var(--primary); letter-spacing: 1px; text-transform: uppercase; }
.justanotherspin_content-stack { max-width: 800px; }
.justanotherspin_article h2 { margin-top: 40px; margin-bottom: 20px; color: var(--primary); }
.justanotherspin_article p { margin-bottom: 20px; }
.justanotherspin_styled-list { list-style: none; margin-bottom: 20px; }
.justanotherspin_styled-list li { margin-bottom: 10px; padding-left: 20px; position: relative; }
.justanotherspin_styled-list li::before { content: '■'; position: absolute; left: 0; color: var(--accent); font-size: 0.8rem; top: 4px; }
.justanotherspin_contact-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 60px; }
.justanotherspin_contact-info h2, .justanotherspin_contact-form-area h2 { color: var(--primary); margin-bottom: 20px; }
.justanotherspin_contact-card { background: var(--surface-light); padding: 20px; border-left: 4px solid var(--accent); margin-top: 20px; }
.justanotherspin_contact-card h3 { font-size: 1.2rem; margin-bottom: 10px; }
.justanotherspin_contact-link { color: var(--primary); font-weight: bold; }
.justanotherspin_form-group { margin-bottom: 20px; }
.justanotherspin_form-group label { display: block; margin-bottom: 8px; font-weight: bold; color: var(--text-secondary); }
.justanotherspin_form-group input, .justanotherspin_form-group select, .justanotherspin_form-group textarea { width: 100%; padding: 12px; background: var(--bg); border: 1px solid var(--secondary); color: var(--text-primary); border-radius: 4px; font-family: var(--font-body); }
.justanotherspin_form-group input:focus, .justanotherspin_form-group select:focus, .justanotherspin_form-group textarea:focus { outline: none; border-color: var(--primary); }
@media (max-width: 768px) { .justanotherspin_contact-grid { grid-template-columns: 1fr; } }
.justanotherspin_policy-content { max-width: 800px; margin: 0 auto; }
.justanotherspin_policy-content h2 { color: var(--primary); margin-top: 40px; border-bottom: 1px solid var(--secondary); padding-bottom: 10px; }
.justanotherspin_policy-content p { margin-bottom: 20px; text-align: justify; }
.justanotherspin_sticky-nrm-banner { background: var(--accent); color: var(--bg); text-align: center; padding: 10px 20px; display: flex; justify-content: center; align-items: center; gap: 20px; font-weight: bold; z-index: 99; position: relative; }
@media (max-width: 768px) { .justanotherspin_sticky-nrm-banner { flex-direction: column; gap: 10px; font-size: 0.9rem; } }
.justanotherspin_lounge-layout { padding: 40px 0; }
.justanotherspin_lobby-grid { display: grid; grid-template-columns: 300px 1fr; gap: 40px; align-items: start; }
@media (max-width: 992px) { .justanotherspin_lobby-grid { grid-template-columns: 1fr; } }
.justanotherspin_sidebar-wallet { background: var(--surface); border: 1px solid var(--brass); border-radius: 8px; padding: 20px; position: sticky; top: 100px; }
.justanotherspin_wallet-title { font-size: 1.2rem; color: var(--accent); margin-bottom: 20px; text-align: center; border-bottom: 1px solid var(--secondary); padding-bottom: 10px; }
.justanotherspin_wallet-balance { background: var(--bg); padding: 15px; border-radius: 4px; text-align: center; margin-bottom: 20px; border: 1px solid var(--secondary); }
.justanotherspin_wallet-label { display: block; font-size: 0.8rem; color: var(--text-secondary); text-transform: uppercase; margin-bottom: 5px; }
.justanotherspin_wallet-amount { font-family: var(--font-heading); font-size: 2rem; color: var(--primary); display: block; }
.justanotherspin_wallet-symbol { font-size: 0.9rem; color: var(--accent); }
.justanotherspin_combo-meter { margin-bottom: 20px; }
.justanotherspin_combo-label { display: block; font-size: 0.85rem; color: var(--text-secondary); margin-bottom: 8px; }
.justanotherspin_combo-track { width: 100%; height: 10px; background: var(--bg); border-radius: 5px; overflow: hidden; border: 1px solid var(--secondary); }
.justanotherspin_combo-fill { height: 100%; background: linear-gradient(90deg, var(--primary), var(--accent)); transition: width 0.5s ease; }
.justanotherspin_game-stack { display: flex; flex-direction: column; gap: 40px; }
.justanotherspin_game-card { background: var(--surface); border: 1px solid var(--secondary); border-radius: 8px; overflow: hidden; display: flex; flex-direction: column; }
.justanotherspin_game-header { padding: 20px; border-bottom: 1px solid var(--bg); text-align: center; background: var(--surface-light); }
.justanotherspin_game-name { font-size: 1.8rem; margin-bottom: 5px; color: var(--accent); }
.justanotherspin_game-desc { font-size: 0.9rem; color: var(--text-secondary); }
.justanotherspin_game-balance { font-family: var(--font-heading); color: var(--primary); font-size: 1.2rem; margin-top: 10px; }
.justanotherspin_game-board-area { padding: 30px; background: var(--bg); display: flex; justify-content: center; align-items: center; min-height: 350px; position: relative; }
.justanotherspin_game-controls { padding: 20px; background: var(--surface-light); display: flex; justify-content: center; align-items: center; gap: 20px; flex-wrap: wrap; }
.justanotherspin_bet-selector { display: flex; align-items: center; gap: 10px; }
.justanotherspin_bet-selector label { font-size: 0.9rem; color: var(--text-secondary); font-weight: bold; }
.justanotherspin_bet-select { background: var(--bg); color: var(--primary); border: 1px solid var(--secondary); padding: 8px; border-radius: 4px; font-weight: bold; min-width: 100px; }
.justanotherspin_fixed-bet { background: var(--bg); color: var(--primary); border: 1px solid var(--secondary); padding: 8px 16px; border-radius: 4px; font-weight: bold; }
.justanotherspin_game-status { padding: 15px; text-align: center; font-weight: bold; background: var(--surface); border-top: 1px solid var(--bg); color: var(--accent); min-height: 54px; }
.justanotherspin_game-history { padding: 10px; text-align: center; font-size: 0.8rem; color: var(--text-secondary); background: var(--bg); }
.justanotherspin_game-cta { padding: 20px; text-align: center; background: var(--surface-light); border-top: 1px solid var(--bg); }
.justanotherspin_slot-board { display: flex; gap: 10px; background: var(--surface-light); padding: 15px; border: 4px solid var(--brass); border-radius: 8px; position: relative; overflow: hidden; }
.justanotherspin_slot-reel { display: flex; flex-direction: column; gap: 10px; background: var(--bg); padding: 10px; border-radius: 4px; border: 1px solid var(--secondary); }
.justanotherspin_slot-symbol { width: 80px; height: 80px; object-fit: contain; background: rgba(0,0,0,0.5); border-radius: 4px; }
.justanotherspin_slot-payline { position: absolute; top: 50%; left: 0; right: 0; height: 4px; background: rgba(29, 186, 132, 0.5); transform: translateY(-50%); z-index: 10; pointer-events: none; box-shadow: 0 0 10px var(--primary); display: none; }
.justanotherspin_slot-payline.is-active { display: block; }
.justanotherspin_wheel-container { position: relative; width: 300px; height: 300px; display: flex; justify-content: center; align-items: center; }
.justanotherspin_wheel-board { width: 100%; height: 100%; border-radius: 50%; border: 4px solid var(--brass); object-fit: cover; box-shadow: 0 0 20px rgba(0,0,0,0.8); transition: transform 0.1s linear; }
.justanotherspin_wheel-pointer { position: absolute; top: -15px; left: 50%; transform: translateX(-50%); font-size: 2rem; color: var(--accent); z-index: 10; text-shadow: 0 2px 4px rgba(0,0,0,0.8); }
@media (max-width: 480px) {
.justanotherspin_game-board-area { padding: 15px; }
.justanotherspin_slot-symbol { width: 60px; height: 60px; }
.justanotherspin_wheel-container { width: 250px; height: 250px; }
.justanotherspin_game-controls { flex-direction: column; }
.justanotherspin_btn-spin { width: 100%; }
}
.justanotherspin_footer {
background: #040A09;
border-top: 2px solid var(--secondary);
padding: 60px 20px 20px;
font-size: 0.9rem;
}
.justanotherspin_footer-inner { max-width: 1200px; margin: 0 auto; }
.justanotherspin_footer-columns { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 40px; margin-bottom: 40px; }
.justanotherspin_footer-heading { color: var(--brass); font-size: 1.1rem; margin-bottom: 20px; }
.justanotherspin_footer-col p { color: var(--text-secondary); margin-bottom: 10px; }
.justanotherspin_footer-email a { color: var(--primary); }
.justanotherspin_footer-rg-text { font-style: italic; }
.justanotherspin_footer-age { border: 1px solid var(--secondary); display: inline-block; padding: 4px 8px; margin-top: 10px; color: var(--primary); font-weight: bold; }
.justanotherspin_footer-links { list-style: none; }
.justanotherspin_footer-links li { margin-bottom: 10px; }
.justanotherspin_footer-links a { color: var(--text-secondary); }
.justanotherspin_footer-links a:hover { color: var(--primary); }
.justanotherspin_footer-partners { display: flex; flex-direction: column; gap: 15px; }
.justanotherspin_partner-link { display: inline-block; padding: 10px; border-radius: 4px; max-width: 200px; }
.justanotherspin_partner-dark { background: #111; }
.justanotherspin_partner-light { background: #fff; }
.justanotherspin_partner-link img { width: 100%; height: auto; display: block; }
.justanotherspin_footer-disclaimer { border-top: 1px solid #1a1a1a; border-bottom: 1px solid #1a1a1a; padding: 20px 0; margin-bottom: 20px; color: #666; font-size: 0.8rem; text-align: justify; }
.justanotherspin_footer-bottom { display: flex; justify-content: space-between; align-items: center; color: #666; }
.justanotherspin_easter-egg { width: 20px; height: 20px; background: transparent; border: none; cursor: pointer; opacity: 0.1; }
@media (max-width: 768px) {
.justanotherspin_footer-bottom { flex-direction: column; gap: 10px; text-align: center; }
}
.justanotherspin_modal { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.8); backdrop-filter: blur(5px); z-index: 1000; display: flex; justify-content: center; align-items: center; opacity: 0; visibility: hidden; transition: var(--transition); }
.justanotherspin_modal.is-open { opacity: 1; visibility: visible; }
.justanotherspin_modal-dialog { background: var(--surface); border: 1px solid var(--secondary); padding: 40px; border-radius: 8px; max-width: 400px; width: 90%; position: relative; transform: translateY(-20px); transition: var(--transition); box-shadow: 0 20px 40px rgba(0,0,0,0.5); }
.justanotherspin_modal.is-open .justanotherspin_modal-dialog { transform: translateY(0); }
.justanotherspin_modal-close { position: absolute; top: 15px; right: 15px; background: none; border: none; color: var(--text-secondary); font-size: 1.5rem; cursor: pointer; }
.justanotherspin_modal-close:hover { color: var(--primary); }
.justanotherspin_auth-form h2 { color: var(--accent); margin-bottom: 20px; text-align: center; }
.justanotherspin_toast { position: fixed; bottom: 20px; right: 20px; background: var(--surface-light); color: var(--text-primary); border: 1px solid var(--primary); padding: 15px 25px; border-radius: 4px; box-shadow: 0 4px 12px rgba(0,0,0,0.5); transform: translateY(100px); opacity: 0; transition: var(--transition); z-index: 1100; font-weight: bold; }
.justanotherspin_toast.is-visible { transform: translateY(0); opacity: 1; }
.justanotherspin_age-gate { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: var(--bg); z-index: 2000; display: flex; justify-content: center; align-items: center; }
.justanotherspin_age-gate-dialog { background: var(--surface); padding: 40px; text-align: center; border: 2px solid var(--brass); border-radius: 8px; max-width: 500px; width: 90%; }
.justanotherspin_age-gate-dialog p { margin-bottom: 30px; color: var(--text-secondary); }
.justanotherspin_age-gate-dialog .justanotherspin_btn { margin: 0 10px; }

/* 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;
}
