:root {
--oz-primary: #E63956;
--oz-secondary: #8C1D3A;
--oz-accent: #FFB86B;
--oz-bg: #0D0D12;
--oz-surface: #1A1A24;
--oz-text-pri: #FAF1F3;
--oz-text-sec: #C6B4BA;
--oz-font-head: 'Playfair Display', sans-serif;
--oz-font-body: 'Inter', sans-serif;
--oz-trans: 0.3s ease;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { font-family: var(--oz-font-body); background: var(--oz-bg); color: var(--oz-text-pri); scroll-behavior: smooth; }
body { line-height: 1.6; font-size: 16px; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--oz-text-pri); text-decoration: none; transition: var(--oz-trans); }
a:hover { color: var(--oz-accent); }
h1, h2, h3, h4 { font-family: var(--oz-font-head); font-weight: 700; line-height: 1.2; }
.ozolloto_sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }
.ozolloto_skip-link { position: absolute; top: -40px; left: 0; background: var(--oz-primary); color: #fff; padding: 8px; z-index: 1000; transition: top 0.2s; }
.ozolloto_skip-link:focus { top: 0; }
.ozolloto_container { max-width: 1280px; margin: 0 auto; padding: 0 20px; }
.ozolloto_btn { display: inline-block; padding: 12px 24px; font-family: var(--oz-font-body); font-weight: 600; text-align: center; border: none; cursor: pointer; transition: var(--oz-trans); border-radius: 4px; }
.ozolloto_btn--primary { background: var(--oz-primary); color: #fff; }
.ozolloto_btn--primary:hover { background: var(--oz-accent); color: var(--oz-bg); }
.ozolloto_btn--play { background: var(--oz-accent); color: var(--oz-bg); width: 100%; font-size: 1.1rem; }
.ozolloto_btn--play:hover { background: #fff; }
.ozolloto_btn--text { background: transparent; color: var(--oz-text-sec); text-decoration: underline; padding: 0; }
.ozolloto_btn--text:hover { color: var(--oz-text-pri); }
.ozolloto_age-badge-strip { background: var(--oz-secondary); text-align: center; padding: 8px 0; font-size: 0.85rem; font-weight: 600; color: #fff; letter-spacing: 0.5px; }
.ozolloto_header { position: sticky; top: 0; z-index: 100; background: rgba(26, 26, 36, 0.95); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(255,184,107,0.1); padding: 15px 0; }
.ozolloto_header-container { max-width: 1280px; margin: 0 auto; padding: 0 20px; display: flex; justify-content: space-between; align-items: center; }
.ozolloto_logo-text { font-family: var(--oz-font-head); font-size: 1.5rem; color: var(--oz-accent); font-weight: 700; }
.ozolloto_nav-list { display: flex; list-style: none; gap: 30px; }
.ozolloto_nav-list a { font-weight: 600; font-size: 0.95rem; }
.ozolloto_nav-list a[aria-current="page"] { color: var(--oz-accent); border-bottom: 2px solid var(--oz-accent); }
.ozolloto_nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 5px; }
.ozolloto_burger-line { display: block; width: 25px; height: 3px; background: var(--oz-text-pri); margin: 5px 0; transition: 0.3s; }
.ozolloto_hero { padding: 80px 0 0 0; background: var(--oz-bg); position: relative; overflow: hidden; }
.ozolloto_hero-split { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; padding-bottom: 60px; }
.ozolloto_hero-trust-badge { display: inline-block; background: rgba(255,184,107,0.1); color: var(--oz-accent); padding: 6px 12px; border-radius: 20px; font-size: 0.85rem; font-weight: 600; margin-bottom: 20px; border: 1px solid rgba(255,184,107,0.3); }
.ozolloto_hero-title { font-size: 3.5rem; margin-bottom: 20px; color: #fff; }
.ozolloto_hero-subtitle { font-size: 1.2rem; color: var(--oz-text-sec); margin-bottom: 30px; max-width: 500px; }
.ozolloto_hero-visual { position: relative; height: 400px; display: flex; align-items: center; justify-content: center; }
.ozolloto_hero-floating-cards { position: relative; width: 100%; height: 100%; }
.ozolloto_hero-card { position: absolute; background: var(--oz-surface); padding: 30px; border-radius: 8px; border: 1px solid var(--oz-secondary); box-shadow: 0 10px 30px rgba(0,0,0,0.5); text-align: center; }
.ozolloto_hero-card--1 { top: 20%; left: 10%; z-index: 2; animation: float1 6s ease-in-out infinite; }
.ozolloto_hero-card--2 { bottom: 20%; right: 10%; z-index: 1; animation: float2 8s ease-in-out infinite; border-color: var(--oz-primary); }
@keyframes float1 { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-15px); } }
@keyframes float2 { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(15px); } }
.ozolloto_card-stat { display: block; font-family: var(--oz-font-head); font-size: 2rem; color: var(--oz-accent); }
.ozolloto_card-label { font-size: 0.9rem; color: var(--oz-text-sec); text-transform: uppercase; letter-spacing: 1px; }
.ozolloto_hero-ticker { background: var(--oz-surface); padding: 15px 0; overflow: hidden; border-top: 1px solid var(--oz-secondary); border-bottom: 1px solid var(--oz-secondary); }
.ozolloto_ticker-track { display: flex; white-space: nowrap; animation: ticker 20s linear infinite; }
.ozolloto_ticker-track span { font-family: var(--oz-font-head); font-size: 1.1rem; color: var(--oz-text-sec); }
.ozolloto_ticker-sep { margin: 0 40px; color: var(--oz-primary); }
@keyframes ticker { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.ozolloto_section { padding: 80px 0; }
.ozolloto_section--alt { background: var(--oz-surface); }
.ozolloto_section-header { margin-bottom: 40px; }
.ozolloto_text-center { text-align: center; }
.ozolloto_section-title { font-size: 2.5rem; margin-bottom: 15px; color: #fff; }
.ozolloto_section-desc { color: var(--oz-text-sec); font-size: 1.1rem; max-width: 700px; }
.ozolloto_text-center .ozolloto_section-desc { margin: 0 auto; }
.ozolloto_grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.ozolloto_grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; }
.ozolloto_split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.ozolloto_split--sidebar-right { grid-template-columns: 2fr 1fr; align-items: start; }
.ozolloto_card { background: var(--oz-bg); padding: 30px; border-radius: 8px; border: 1px solid rgba(255,255,255,0.05); }
.ozolloto_card--mahogany { background: linear-gradient(145deg, var(--oz-surface), #111118); border-top: 2px solid var(--oz-secondary); }
.ozolloto_card-title { font-size: 1.3rem; margin-bottom: 15px; color: var(--oz-accent); }
.ozolloto_feature-list { list-style: none; margin-top: 20px; }
.ozolloto_feature-list li { position: relative; padding-left: 25px; margin-bottom: 10px; color: var(--oz-text-sec); }
.ozolloto_feature-list li::before { content: '→'; position: absolute; left: 0; color: var(--oz-primary); }
.ozolloto_image-frame { border: 4px solid var(--oz-surface); padding: 10px; background: var(--oz-bg); position: relative; }
.ozolloto_image-frame::after { content: ''; position: absolute; top: -10px; right: -10px; bottom: -10px; left: -10px; border: 1px solid var(--oz-secondary); z-index: -1; }
.ozolloto_editorial-strip { display: flex; background: linear-gradient(90deg, var(--oz-secondary), var(--oz-surface)); padding: 40px; border-radius: 8px; align-items: center; justify-content: space-between; }
.ozolloto_editorial-content { max-width: 60%; }
.ozolloto_editorial-content h3 { font-size: 1.8rem; margin-bottom: 10px; color: #fff; }
.ozolloto_editorial-data { display: flex; gap: 30px; }
.ozolloto_data-point { text-align: center; }
.ozolloto_data-val { display: block; font-family: var(--oz-font-head); font-size: 2.5rem; color: var(--oz-accent); line-height: 1; }
.ozolloto_data-lbl { font-size: 0.8rem; text-transform: uppercase; color: var(--oz-text-pri); }
.ozolloto_feature-panel { background: var(--oz-surface); padding: 25px; border-left: 4px solid var(--oz-primary); }
.ozolloto_feature-panel h3 { color: var(--oz-accent); margin-bottom: 10px; }
.ozolloto_stepper { margin-top: 30px; }
.ozolloto_step { display: flex; margin-bottom: 20px; }
.ozolloto_step-num { flex-shrink: 0; width: 40px; height: 40px; background: var(--oz-primary); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; margin-right: 20px; font-family: var(--oz-font-head); }
.ozolloto_step-body h4 { margin-bottom: 5px; color: var(--oz-accent); }
.ozolloto_step-body p { color: var(--oz-text-sec); font-size: 0.95rem; }
.ozolloto_faq-rail { background: var(--oz-bg); padding: 25px; border: 1px solid var(--oz-secondary); border-radius: 8px; }
.ozolloto_faq-rail h3 { margin-bottom: 20px; font-size: 1.2rem; border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 10px; }
.ozolloto_faq-item { margin-bottom: 15px; }
.ozolloto_faq-q { font-size: 0.95rem; color: var(--oz-accent); margin-bottom: 5px; }
.ozolloto_faq-a { font-size: 0.85rem; color: var(--oz-text-sec); }
.ozolloto_page-header { padding: 60px 0 40px; text-align: center; border-bottom: 1px solid var(--oz-surface); }
.ozolloto_page-title { font-size: 3rem; color: var(--oz-accent); margin-bottom: 10px; }
.ozolloto_page-lead { font-size: 1.2rem; color: var(--oz-text-sec); max-width: 600px; margin: 0 auto; }
.ozolloto_legal-content h2 { color: var(--oz-accent); margin: 30px 0 15px; font-size: 1.8rem; }
.ozolloto_legal-content p { color: var(--oz-text-sec); margin-bottom: 20px; }
.ozolloto_legal-text-block { max-width: 800px; margin: 0 auto; }
.ozolloto_contact-card { background: var(--oz-surface); padding: 20px; margin-top: 20px; border-left: 3px solid var(--oz-primary); }
.ozolloto_contact-card h3 { font-size: 1.1rem; margin-bottom: 5px; }
.ozolloto_contact-card a { color: var(--oz-accent); }
.ozolloto_form-container { background: var(--oz-surface); padding: 30px; border-radius: 8px; }
.ozolloto_form-title { margin-bottom: 20px; color: var(--oz-accent); }
.ozolloto_form-group { margin-bottom: 20px; }
.ozolloto_form-group label { display: block; margin-bottom: 8px; font-size: 0.9rem; }
.ozolloto_form-group input, .ozolloto_form-group textarea { width: 100%; padding: 12px; background: var(--oz-bg); border: 1px solid var(--oz-secondary); color: #fff; border-radius: 4px; font-family: var(--oz-font-body); }
.ozolloto_form-group input:focus, .ozolloto_form-group textarea:focus { outline: none; border-color: var(--oz-accent); }
.ozolloto_accordion-item { border-bottom: 1px solid var(--oz-surface); }
.ozolloto_accordion-trigger { width: 100%; display: flex; justify-content: space-between; align-items: center; background: none; border: none; padding: 20px 0; color: #fff; font-size: 1.1rem; font-family: var(--oz-font-head); cursor: pointer; text-align: left; }
.ozolloto_accordion-trigger[aria-expanded="true"] { color: var(--oz-accent); }
.ozolloto_accordion-content { padding-bottom: 20px; color: var(--oz-text-sec); }
.ozolloto_lounge-main { padding: 40px 0; }
.ozolloto_lounge-layout { display: flex; justify-content: center; }
.ozolloto_lounge-container { max-width: 1400px; width: 100%; display: grid; grid-template-columns: 1fr 300px; gap: 30px; padding: 0 20px; }
.ozolloto_lounge-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start; }
.ozolloto_game-card { background: var(--oz-surface); border: 1px solid var(--oz-secondary); border-radius: 8px; overflow: hidden; display: flex; flex-direction: column; }
.ozolloto_game-card--featured { grid-column: span 2; }
.ozolloto_game-card-header { padding: 15px 20px; background: rgba(0,0,0,0.3); border-bottom: 1px solid rgba(255,255,255,0.05); display: flex; justify-content: space-between; align-items: center; }
.ozolloto_game-title { font-size: 1.2rem; margin: 0; color: #fff; }
.ozolloto_game-type { font-size: 0.8rem; color: var(--oz-accent); text-transform: uppercase; }
.ozolloto_game-board { position: relative; background: #000; display: flex; justify-content: center; align-items: center; padding: 20px; overflow: hidden; min-height: 250px; }
.ozolloto_slot-board { padding: 40px 20px; }
.ozolloto_slot-window { display: flex; gap: 10px; background-size: cover; background-position: center; padding: 15px; border: 4px solid #333; border-radius: 8px; box-shadow: inset 0 0 20px rgba(0,0,0,0.8); position: relative; width: 100%; max-width: 400px; }
.ozolloto_slot-payline { position: absolute; top: 50%; left: 0; right: 0; height: 2px; background: rgba(255,184,107,0.5); transform: translateY(-50%); z-index: 10; }
.ozolloto_slot-reel { flex: 1; background: rgba(0,0,0,0.6); height: 120px; overflow: hidden; display: flex; justify-content: center; align-items: center; border: 1px solid #444; position: relative; }
.ozolloto_slot-symbol { width: 80%; height: auto; object-fit: contain; transition: transform 0.2s; }
.ozolloto_wheel-board { perspective: 1000px; }
.ozolloto_wheel-image { width: 80%; max-width: 300px; height: auto; border-radius: 50%; transform-origin: center; box-shadow: 0 0 30px rgba(0,0,0,0.8); }
.ozolloto_wheel-pointer { position: absolute; top: 10px; left: 50%; transform: translateX(-50%); width: 20px; height: 30px; background: var(--oz-primary); clip-path: polygon(50% 100%, 0 0, 100% 0); z-index: 10; }
.ozolloto_game-controls { padding: 20px; background: rgba(0,0,0,0.2); }
.ozolloto_bet-selector { margin-bottom: 15px; }
.ozolloto_bet-input { width: 100%; padding: 10px; background: var(--oz-bg); color: #fff; border: 1px solid var(--oz-secondary); border-radius: 4px; }
.ozolloto_bet-fixed-label { display: block; text-align: center; color: var(--oz-text-sec); font-size: 0.9rem; padding: 10px 0; }
.ozolloto_game-status { padding: 10px 20px; text-align: center; font-size: 0.9rem; color: var(--oz-accent); min-height: 40px; background: rgba(0,0,0,0.4); }
.ozolloto_wallet-panel { background: var(--oz-surface); border: 1px solid var(--oz-secondary); border-radius: 8px; padding: 20px; }
.ozolloto_wallet-sticky { position: sticky; top: 100px; }
.ozolloto_wallet-title { font-size: 1.1rem; color: var(--oz-text-sec); margin-bottom: 20px; text-transform: uppercase; letter-spacing: 1px; border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 10px; }
.ozolloto_wallet-display { background: var(--oz-bg); padding: 20px; border-radius: 6px; text-align: center; margin-bottom: 30px; border: 1px solid rgba(255,184,107,0.2); }
.ozolloto_wallet-label { display: block; font-size: 0.85rem; color: var(--oz-text-sec); margin-bottom: 5px; }
.ozolloto_wallet-value-group { display: flex; align-items: baseline; justify-content: center; gap: 5px; }
.ozolloto_wallet-amount { font-family: var(--oz-font-head); font-size: 2.5rem; color: var(--oz-accent); line-height: 1; }
.ozolloto_wallet-symbol { font-weight: 700; color: var(--oz-text-pri); }
.ozolloto_carriage-progression h4, .ozolloto_signature-feature h4 { color: #fff; margin-bottom: 10px; font-size: 1rem; }
.ozolloto_progression-bar { height: 8px; background: var(--oz-bg); border-radius: 4px; overflow: hidden; margin-bottom: 10px; }
.ozolloto_progression-fill { height: 100%; background: var(--oz-primary); }
.ozolloto_progression-text { font-size: 0.85rem; color: var(--oz-text-sec); margin-bottom: 30px; }
.ozolloto_signature-feature p { font-size: 0.85rem; color: var(--oz-text-sec); }
.ozolloto_home-live-game-section { background: linear-gradient(to bottom, var(--oz-bg), var(--oz-surface)); padding-top: 40px; }
.ozolloto_game-module { max-width: 600px; margin: 0 auto; background: var(--oz-surface); border: 1px solid var(--oz-secondary); border-radius: 8px; overflow: hidden; box-shadow: 0 10px 40px rgba(0,0,0,0.5); }
.ozolloto_game-header { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background: rgba(0,0,0,0.4); border-bottom: 1px solid rgba(255,255,255,0.05); }
.ozolloto_game-header h3 { margin: 0; font-size: 1.2rem; }
.ozolloto_wallet-balance { font-size: 0.9rem; color: var(--oz-accent); }
.ozolloto_game-history { padding: 15px 20px; background: rgba(0,0,0,0.2); border-top: 1px solid rgba(255,255,255,0.05); }
.ozolloto_game-history h4 { font-size: 0.85rem; color: var(--oz-text-sec); margin-bottom: 5px; text-transform: uppercase; }
.ozolloto_history-list { list-style: none; display: flex; gap: 10px; font-size: 0.85rem; }
.ozolloto_history-list li { background: var(--oz-bg); padding: 4px 8px; border-radius: 4px; }
.ozolloto_history-empty { color: var(--oz-text-sec); font-style: italic; }
.ozolloto_game-footer { padding: 15px; text-align: center; background: var(--oz-primary); }
.ozolloto_link-cta { color: #fff; font-weight: 700; }
.ozolloto_footer { background: #08080C; padding: 60px 0 20px; border-top: 2px solid var(--oz-secondary); font-size: 0.9rem; color: var(--oz-text-sec); }
.ozolloto_footer-top { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.ozolloto_footer-company { display: block; font-family: var(--oz-font-head); font-size: 1.2rem; color: #fff; margin-bottom: 10px; }
.ozolloto_footer-address, .ozolloto_footer-reg { margin-bottom: 10px; }
.ozolloto_legal-nav { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.ozolloto_footer-middle { border-top: 1px solid rgba(255,255,255,0.1); border-bottom: 1px solid rgba(255,255,255,0.1); padding: 30px 0; display: flex; justify-content: space-between; align-items: center; gap: 40px; margin-bottom: 20px; }
.ozolloto_footer-commitment h4 { color: var(--oz-text-pri); margin-bottom: 10px; text-transform: uppercase; font-size: 0.85rem; letter-spacing: 1px; }
.ozolloto_footer-partners { display: flex; gap: 15px; }
.ozolloto_partner-link { display: block; padding: 10px; border-radius: 4px; transition: opacity 0.2s; }
.ozolloto_partner-link:hover { opacity: 0.8; }
.ozolloto_partner-dark-bg { background: #222; }
.ozolloto_partner-light-bg { background: #fff; }
.ozolloto_partner-logo { height: 40px; width: auto; }
.ozolloto_footer-bottom { display: flex; justify-content: space-between; align-items: center; }
.ozolloto_modal { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 1000; display: flex; justify-content: center; align-items: center; }
.ozolloto_modal[hidden] { display: none; }
.ozolloto_modal-backdrop { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.8); backdrop-filter: blur(5px); }
.ozolloto_modal-content { position: relative; background: var(--oz-surface); padding: 40px; max-width: 500px; width: 90%; border-radius: 8px; border: 1px solid var(--oz-secondary); text-align: center; }
.ozolloto_modal-content h2 { color: var(--oz-accent); margin-bottom: 20px; }
.ozolloto_modal-content p { margin-bottom: 30px; }
.ozolloto_toast { position: fixed; bottom: 20px; left: 50%; transform: translateX(-50%); background: var(--oz-primary); color: #fff; padding: 12px 24px; border-radius: 4px; box-shadow: 0 4px 12px rgba(0,0,0,0.3); z-index: 2000; font-weight: 600; }
.ozolloto_toast[hidden] { display: none; }
@media (max-width: 1280px) {
.ozolloto_lounge-container { grid-template-columns: 1fr 250px; }
}
@media (max-width: 992px) {
.ozolloto_hero-split, .ozolloto_grid-3, .ozolloto_split-grid, .ozolloto_footer-top { grid-template-columns: 1fr; }
.ozolloto_hero-visual { height: 300px; }
.ozolloto_lounge-container { grid-template-columns: 1fr; }
.ozolloto_lounge-grid { grid-template-columns: 1fr; }
.ozolloto_game-card--featured { grid-column: span 1; }
.ozolloto_wallet-sticky { position: static; }
.ozolloto_footer-middle { flex-direction: column; text-align: center; }
}
@media (max-width: 768px) {
.ozolloto_nav-toggle { display: block; }
.ozolloto_main-nav { position: absolute; top: 100%; left: 0; width: 100%; background: var(--oz-surface); padding: 20px; display: none; border-bottom: 1px solid var(--oz-secondary); }
.ozolloto_main-nav.is-open { display: block; }
.ozolloto_nav-list { flex-direction: column; align-items: center; gap: 15px; }
.ozolloto_hero-title { font-size: 2.5rem; }
.ozolloto_grid-2 { grid-template-columns: 1fr; }
.ozolloto_editorial-strip { flex-direction: column; gap: 20px; text-align: center; }
.ozolloto_editorial-content { max-width: 100%; }
.ozolloto_footer-bottom { flex-direction: column; gap: 15px; text-align: center; }
.ozolloto_game-card { flex-direction: column; }
.ozolloto_game-board { min-height: 200px; }
}
@media (max-width: 360px) {
.ozolloto_hero-title { font-size: 2rem; }
.ozolloto_btn { width: 100%; }
.ozolloto_slot-reel { height: 80px; }
.ozolloto_data-val { font-size: 2rem; }
}
@media (prefers-reduced-motion: reduce) {
*, ::before, ::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
}
/* 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;
}
