*,*::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)}.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)}.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)}.page-hero{background:linear-gradient(135deg,#0a0800 0%,#0d0500 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:-60px;width:500px;height:500px;background:radial-gradient(circle,rgba(245,158,11,0.08) 0%,transparent 65%);border-radius:50%;pointer-events:none}.page-hero::after{content:'';position:absolute;bottom:-80px;left:-60px;width:320px;height:320px;background:radial-gradient(circle,rgba(185,28,28,0.06) 0%,transparent 65%);border-radius:50%;pointer-events:none}.page-hero h1{font-size:clamp(1.9rem,3.8vw,2.9rem);font-weight:900;line-height:1.2}.page-hero h1 span{color:var(--gold)}.page-hero p.lead{color:var(--muted);font-size:1rem;max-width:580px;line-height:1.8}section{padding:64px 0}.bg-panel{background:var(--panel)}.section-title{font-size:clamp(1.4rem,2.8vw,2rem);font-weight:800}.section-title span{color:var(--gold)}.divider-gold{width:52px;height:4px;background:var(--gold);border-radius:2px;margin:0.5rem auto 1.5rem}.game-card{background:var(--panel);border:1px solid var(--border);border-radius:16px;overflow:hidden;height:auto;transition:border-color 0.25s,transform 0.2s,box-shadow 0.25s;display:flex;flex-direction:column}.game-card:hover{border-color:var(--gold);transform:translateY(-5px);box-shadow:0 12px 40px rgba(245,158,11,0.12)}.game-card-header{padding:2rem 1.5rem 1.2rem;position:relative;display:flex;align-items:center;gap:1rem}.game-icon-wrap{width:60px;height:60px;flex-shrink:0;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.7rem}.game-icon-gold{background:rgba(245,158,11,0.12);color:var(--gold)}.game-icon-red{background:rgba(185,28,28,0.15);color:var(--red-bright)}.game-icon-blue{background:rgba(59,130,246,0.12);color:#60a5fa}.game-icon-green{background:rgba(34,197,94,0.12);color:#4ade80}.game-icon-purple{background:rgba(168,85,247,0.12);color:#c084fc}.game-icon-teal{background:rgba(20,184,166,0.12);color:#2dd4bf}.game-icon-orange{background:rgba(249,115,22,0.12);color:#fb923c}.game-card-title{font-size:1.05rem;font-weight:800;color:var(--text);margin:0 0 0.2rem}.game-card-sub{font-size:0.78rem;color:var(--muted);margin:0}.game-card-body{padding:0 1.5rem 1.5rem;flex:1;display:flex;flex-direction:column}.game-card-body p{color:var(--muted);font-size:0.87rem;line-height:1.75;flex:1;margin-bottom:1.2rem}.game-meta{display:flex;gap:0.5rem;flex-wrap:wrap;margin-bottom:1.2rem}.game-meta-pill{background:var(--bg);border:1px solid var(--border);border-radius:20px;padding:0.2rem 0.65rem;font-size:0.72rem;color:var(--muted);display:inline-flex;align-items:center;gap:0.3rem}.game-meta-pill i{font-size:0.7rem;color:var(--gold)}.badge-red{background:var(--red);color:var(--text-light);font-size:0.7rem;font-weight:700;padding:0.22rem 0.55rem;border-radius:4px;display:inline-block}.badge-green{background:#15803d;color:var(--text-light);font-size:0.7rem;font-weight:700;padding:0.22rem 0.55rem;border-radius:4px;display:inline-block}.feature-card{background:var(--bg);border:1px solid var(--border);border-radius:14px;padding:1.8rem 1.5rem;height:auto;position:relative;overflow:hidden;transition:border-color 0.25s,transform 0.2s}.feature-card::after{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:var(--gold);transform:scaleX(0);transform-origin:left;transition:transform 0.3s}.feature-card:hover::after{transform:scaleX(1)}.feature-card:hover{border-color:var(--gold);transform:translateY(-4px)}.feature-icon{width:52px;height:52px;background:rgba(245,158,11,0.1);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:var(--gold);margin-bottom:1.1rem}.feature-card h5{font-weight:700;font-size:1rem;margin-bottom:0.5rem;color:var(--text)}.feature-card p{color:var(--muted);font-size:0.87rem;margin:0;line-height:1.75}.stat-strip{background:var(--panel);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:2.5rem 0}.stat-item{text-align:center}.stat-item .stat-num{font-size:2.2rem;font-weight:900;color:var(--gold);line-height:1}.stat-item p{color:var(--muted);font-size:0.82rem;margin:0.4rem 0 0}.highlight-box{background:#1a1200;border:1px solid var(--gold);border-left:4px solid var(--gold);border-radius:8px;padding:1.1rem 1.4rem}.highlight-box-red{background:#1a0a0a;border:1px solid var(--red);border-left:4px solid var(--red);border-radius:8px;padding:1.1rem 1.4rem}.highlight-box p,.highlight-box-red p{margin:0;font-size:0.88rem;line-height:1.8;color:var(--muted)}.filter-tabs{display:flex;flex-wrap:wrap;gap:0.5rem;margin-bottom:2rem}.filter-tab{background:var(--panel);border:1px solid var(--border);border-radius:6px;padding:0.4rem 1rem;font-size:0.82rem;font-weight:600;color:var(--muted);cursor:pointer;transition:all 0.2s}.filter-tab.active,.filter-tab:hover{background:var(--gold);border-color:var(--gold);color:#111}.cta-section{background:linear-gradient(135deg,#0d0500 0%,#080010 100%);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:68px 0;position:relative;overflow:hidden}.cta-section::before{content:'';position:absolute;top:-80px;left:50%;transform:translateX(-50%);width:560px;height:360px;background:radial-gradient(ellipse,rgba(245,158,11,0.07) 0%,transparent 70%);pointer-events:none}.spec-table{width:100%;border-collapse:collapse}.spec-table tr{border-bottom:1px solid var(--border)}.spec-table tr:last-child{border-bottom:none}.spec-table td{padding:0.7rem 0.5rem;font-size:0.87rem;vertical-align:middle}.spec-table td:first-child{color:var(--muted);width:50%}.spec-table td:last-child{color:var(--text);font-weight:600}@media (max-width:768px){.page-hero{padding:44px 0 36px}section{padding:44px 0}}html,body{overflow-x:clip;width:100%}
