*,*::before,*::after{box-sizing:border-box}body{background:var(--bg);color:var(--text);font-family:'Inter',sans-serif;margin:0}a{color:var(--gold);text-decoration:none}a:hover{color:var(--gold-light)}.breadcrumb-wrap{background:var(--panel);border-bottom:1px solid var(--border);padding:0.75rem 0}.breadcrumb{margin:0}.breadcrumb-item a{color:var(--gold);font-size:0.85rem}.breadcrumb-item.active{color:var(--muted);font-size:0.85rem}.breadcrumb-item + .breadcrumb-item::before{color:var(--muted)}.btn-red{background:var(--red);color:var(--text-light);font-weight:700;border:none;border-radius:6px;transition:background 0.2s,transform 0.15s}.btn-red:hover{background:var(--red-bright);transform:translateY(-2px);color:var(--text-light)}.ticker-wrap{background:#0a0a0a;border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:0.6rem 0;overflow:hidden}.ticker-track{display:flex;gap:1.2rem;animation:ticker 28s linear infinite;white-space:nowrap}.ticker-item{font-size:0.82rem;font-weight:700;padding:0.2rem 0.8rem;border-radius:4px;flex-shrink:0}.t-gold{background:rgba(245,158,11,0.15);color:var(--gold)}.t-red{background:rgba(185,28,28,0.2);color:#f87171}.t-green{background:rgba(34,197,94,0.15);color:var(--secondary)}.t-blue{background:rgba(59,130,246,0.15);color:#60a5fa}.t-purple{background:rgba(168,85,247,0.15);color:#c084fc}@keyframes ticker{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.page-hero{background:linear-gradient(135deg,#0a0000 0%,#0d0000 40%,#111111 100%);padding:72px 0 64px;position:relative;overflow:hidden;border-bottom:1px solid var(--border)}.page-hero::before{content:'';position:absolute;top:-120px;right:-120px;width:540px;height:540px;background:radial-gradient(circle,rgba(245,158,11,0.09) 0%,transparent 65%);border-radius:50%;pointer-events:none}.page-hero::after{content:'';position:absolute;bottom:-80px;left:-80px;width:400px;height:400px;background:radial-gradient(circle,rgba(185,28,28,0.1) 0%,transparent 68%);border-radius:50%;pointer-events:none}.page-hero h1{font-size:clamp(1.9rem,4vw,3rem);font-weight:900;line-height:1.2}.page-hero h1 span{color:var(--gold)}.page-hero p.lead{color:var(--muted);font-size:1.05rem;max-width:560px}section{padding:68px 0}.bg-panel{background:var(--panel)}.section-title{font-size:clamp(1.5rem,3vw,2.1rem);font-weight:800}.section-title span{color:var(--gold)}.section-subtitle{color:var(--muted);font-size:0.95rem;max-width:600px;margin:0 auto}.divider-gold{width:56px;height:4px;background:var(--gold);border-radius:2px;margin:0.5rem auto 1.5rem}.divider-gold.left{margin-left:0}.stat-strip{background:var(--panel);border-bottom:1px solid var(--border);padding:1.5rem 0}.stat-card{background:var(--bg);border:1px solid var(--border);border-radius:12px;padding:1.2rem 1rem;text-align:center;transition:border-color 0.2s}.stat-card:hover{border-color:var(--gold)}.stat-card h3{color:var(--gold);font-size:2rem;font-weight:900;margin:0}.stat-card p{color:var(--muted);font-size:0.82rem;margin:0.3rem 0 0}.wheel-container{display:flex;justify-content:center;align-items:center;padding:1rem 0}.wheel-svg-wrap{position:relative;width:280px;height:280px}.wheel-svg-wrap svg{width:100%;height:auto;animation:spin-slow 12s linear infinite;filter:drop-shadow(0 0 18px rgba(245,158,11,0.35))}@keyframes spin-slow{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.wheel-pointer{position:absolute;top:-18px;left:50%;transform:translateX(-50%);font-size:2rem;filter:drop-shadow(0 2px 6px rgba(185,28,28,0.7));z-index:2}.seg-card{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:1.4rem 1.2rem;height:auto;transition:border-color 0.25s,transform 0.2s;position:relative;overflow:hidden}.seg-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px}.seg-card.s1::before{background:#ef4444}.seg-card.s2::before{background:var(--gold)}.seg-card.s3::before{background:var(--secondary)}.seg-card.s4::before{background:#60a5fa}.seg-card.s5::before{background:#c084fc}.seg-card.s6::before{background:#fb923c}.seg-card.s7::before{background:#f43f5e}.seg-card.s8::before{background:#14b8a6}.seg-card:hover{transform:translateY(-4px);border-color:var(--gold)}.seg-icon{font-size:2rem;margin-bottom:0.6rem;display:block}.seg-card h5{font-weight:700;font-size:0.95rem;margin-bottom:0.3rem}.seg-card p{color:var(--muted);font-size:0.85rem;margin:0}.seg-mult{display:inline-block;margin-top:0.7rem;font-size:0.82rem;font-weight:700;padding:0.2rem 0.7rem;border-radius:4px;background:rgba(245,158,11,0.12);color:var(--gold)}.feature-card{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:1.8rem 1.4rem;height:auto;transition:border-color 0.25s,transform 0.2s}.feature-card:hover{border-color:var(--red);transform:translateY(-4px)}.feature-icon{width:52px;height:52px;background:rgba(185,28,28,0.12);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:var(--red);margin-bottom:1rem}.feature-card h5{font-weight:700;font-size:1rem;margin-bottom:0.5rem}.feature-card p{color:var(--muted);font-size:0.88rem;margin:0}.step-item{display:flex;gap:1.2rem;align-items:flex-start;padding:1.4rem;background:var(--panel);border:1px solid var(--border);border-radius:12px;transition:border-color 0.2s}.step-item:hover{border-color:var(--gold)}.step-num{min-width:44px;height:44px;background:var(--red);color:var(--text-light);font-weight:900;font-size:1rem;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.step-item h6{font-weight:700;margin-bottom:0.3rem}.step-item p{color:var(--muted);font-size:0.88rem;margin:0}.highlight-box{background:#1a1200;border:1px solid var(--gold);border-left:4px solid var(--gold);border-radius:8px;padding:1.2rem 1.5rem}.highlight-box-red{background:#1a0a0a;border:1px solid var(--red);border-left:4px solid var(--red);border-radius:8px;padding:1.2rem 1.5rem}.badge-red{background:var(--red);color:var(--text-light);font-size:0.72rem;font-weight:700;padding:0.25rem 0.6rem;border-radius:4px;display:inline-block}.badge-green{background:#166534;color:#bbf7d0;font-size:0.72rem;font-weight:700;padding:0.25rem 0.6rem;border-radius:4px;display:inline-block}.badge-blue{background:#1e3a5f;color:#93c5fd;font-size:0.72rem;font-weight:700;padding:0.25rem 0.6rem;border-radius:4px;display:inline-block}.badge-purple{background:#3b1f6e;color:#c084fc;font-size:0.72rem;font-weight:700;padding:0.25rem 0.6rem;border-radius:4px;display:inline-block}.content-img{width:100%;height:auto;border-radius:10px;display:block}.odds-table th{background:#0a0a0a;color:var(--gold);font-weight:700;border-color:var(--border);font-size:0.88rem}.odds-table td{border-color:var(--border);color:var(--muted);font-size:0.88rem;vertical-align:middle}.odds-table tbody tr:hover{background:rgba(245,158,11,0.04)}.testimonial-card{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:1.6rem;height:auto;transition:border-color 0.2s}.testimonial-card:hover{border-color:var(--red)}.testimonial-card .stars{color:var(--gold);font-size:0.9rem;margin-bottom:0.8rem}.testimonial-card p{color:var(--muted);font-size:0.88rem;line-height:1.7;font-style:italic}.testimonial-card .author{color:var(--text);font-weight:700;font-size:0.88rem}.testimonial-card .city{color:var(--muted);font-size:0.78rem;margin:0}.avatar-circle{width:38px;height:38px;background:var(--red);color:var(--text-light);font-weight:900;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}.accordion-item{background:var(--panel) !important;border:1px solid var(--border) !important;border-radius:10px !important;margin-bottom:0.6rem;overflow:hidden}.accordion-button{background:var(--panel) !important;color:var(--text) !important;font-weight:600;font-size:0.95rem;box-shadow:none !important}.accordion-button:not(.collapsed){color:var(--gold) !important}.accordion-button::after{filter:invert(1) sepia(1) saturate(3) hue-rotate(5deg)}.accordion-body{background:var(--panel);color:var(--muted);font-size:0.9rem;line-height:1.75}.seg-bar-wrap{background:#0a0a0a;border-radius:6px;height:10px;overflow:hidden;margin-bottom:0.3rem}.seg-bar{height:auto;border-radius:6px}@media (max-width:768px){.page-hero{padding:50px 0 40px}section{padding:46px 0}.wheel-svg-wrap{width:220px;height:220px}}html,body{overflow-x:clip;width:100%}
