*,*::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 30s 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,#080010 0%,#0d0005 40%,#111111 100%);padding:72px 0 64px;position:relative;overflow:hidden;border-bottom:1px solid var(--border)}.page-hero::before{content:'';position:absolute;top:-100px;right:-100px;width:500px;height:500px;background:radial-gradient(circle,rgba(185,28,28,0.12) 0%,transparent 65%);border-radius:50%;pointer-events:none}.page-hero::after{content:'';position:absolute;bottom:-80px;left:-60px;width:420px;height:420px;background:radial-gradient(circle,rgba(245,158,11,0.08) 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}.dragon-card-demo{display:flex;justify-content:center;align-items:center;gap:1.2rem;flex-wrap:wrap}.play-card{width:80px;height:112px;border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;font-weight:900;font-size:1.6rem;border:2px solid var(--border);position:relative;box-shadow:0 4px 20px rgba(0,0,0,0.5);transition:transform 0.3s}.play-card:hover{transform:translateY(-6px) rotate(-2deg)}.play-card.red-card{background:#1a0505;color:#ef4444;border-color:#ef4444}.play-card.black-card{background:#0a0a14;color:#93c5fd;border-color:#3b82f6}.play-card.gold-card{background:#1a1200;color:var(--gold);border-color:var(--gold);box-shadow:0 0 20px rgba(245,158,11,0.3)}.play-card .suit{font-size:0.9rem;margin-top:0.2rem}.play-card .corner-tl{position:absolute;top:5px;left:7px;font-size:0.65rem;font-weight:900;line-height:1}.play-card .corner-br{position:absolute;bottom:5px;right:7px;font-size:0.65rem;font-weight:900;line-height:1;transform:rotate(180deg)}.gate-arrow{font-size:2.5rem;color:var(--red);filter:drop-shadow(0 0 8px rgba(185,28,28,0.6));animation:pulse-arrow 1.4s ease-in-out infinite}@keyframes pulse-arrow{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:0.7}}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}.bet-card{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:1.6rem 1.4rem;height:auto;position:relative;overflow:hidden;transition:border-color 0.25s,transform 0.2s}.bet-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px}.bet-card.bc-high::before{background:#ef4444}.bet-card.bc-low::before{background:#60a5fa}.bet-card.bc-equal::before{background:var(--gold)}.bet-card.bc-suit::before{background:#c084fc}.bet-card.bc-color::before{background:var(--secondary)}.bet-card.bc-range::before{background:#fb923c}.bet-card:hover{transform:translateY(-4px);border-color:var(--gold)}.bet-icon{font-size:2.2rem;margin-bottom:0.8rem;display:block}.bet-card h5{font-weight:700;font-size:1rem;margin-bottom:0.4rem}.bet-card p{color:var(--muted);font-size:0.87rem;margin:0;line-height:1.65}.bet-mult{display:inline-block;margin-top:0.8rem;font-size:0.82rem;font-weight:700;padding:0.25rem 0.75rem;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;line-height:1.7}.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;line-height:1.65}.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}.payout-table th{background:#0a0a0a;color:var(--gold);font-weight:700;border-color:var(--border);font-size:0.88rem}.payout-table td{border-color:var(--border);color:var(--muted);font-size:0.88rem;vertical-align:middle}.payout-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}.gate-visual{display:flex;align-items:center;justify-content:center;gap:0.5rem;padding:2rem 0 1rem}.gate-pillar{width:18px;height:140px;background:linear-gradient(180deg,var(--gold) 0%,#92400e 100%);border-radius:4px;box-shadow:0 0 12px rgba(245,158,11,0.4)}.gate-top{position:absolute;top:-12px;left:-6px;right:-6px;height:12px;background:var(--gold);border-radius:3px 3px 0 0}.gate-center{position:relative;width:120px;height:140px;display:flex;align-items:center;justify-content:center;border-top:4px solid var(--gold)}.gate-center-text{font-size:2.5rem;filter:drop-shadow(0 0 12px rgba(185,28,28,0.8));animation:dragon-glow 2s ease-in-out infinite}@keyframes dragon-glow{0%,100%{filter:drop-shadow(0 0 8px rgba(185,28,28,0.6))}50%{filter:drop-shadow(0 0 20px rgba(245,158,11,0.9))}}@media (max-width:768px){.page-hero{padding:50px 0 40px}section{padding:46px 0}.play-card{width:64px;height:90px;font-size:1.2rem}}html,body{overflow-x:clip;width:100%}
