*,*::before,*::after{box-sizing:border-box}body{background-color:var(--bg-main);color:var(--text-light);font-family:'Inter',sans-serif;font-size:1rem;line-height:1.78;margin:0}a{color:var(--amber);text-decoration:none}a:hover{color:var(--cream)}.breadcrumb-wrap{background:#0e0a06;border-bottom:1px solid rgba(245,158,11,0.1);padding:0.65rem 0}.breadcrumb{margin:0;background:transparent;padding:0}.breadcrumb-item a{color:var(--amber);font-size:0.85rem}.breadcrumb-item.active{color:var(--text-muted);font-size:0.85rem}.breadcrumb-item + .breadcrumb-item::before{color:var(--text-muted)}.page-hero{background:linear-gradient(135deg,#1a0f00 0%,#140f0a 50%,#1a1000 100%);padding:72px 0 58px;position:relative;overflow:hidden}.page-hero::before{content:'';position:absolute;top:-80px;right:-80px;width:500px;height:500px;background:radial-gradient(circle,rgba(245,158,11,0.08) 0%,transparent 65%);pointer-events:none}.page-hero::after{content:'';position:absolute;bottom:-60px;left:-60px;width:350px;height:350px;background:radial-gradient(circle,rgba(239,68,68,0.05) 0%,transparent 65%);pointer-events:none}.hero-badge{display:inline-block;background:rgba(245,158,11,0.12);border:1px solid rgba(245,158,11,0.35);color:var(--amber);font-size:0.78rem;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;padding:4px 16px;border-radius:20px;margin-bottom:1rem}.page-hero h1{font-size:clamp(1.9rem,4vw,3rem);font-weight:900;color:var(--text-light);line-height:1.18;margin-bottom:1.2rem}.page-hero h1 span{color:var(--amber)}.page-hero p.lead{color:var(--text-muted);font-size:1.06rem;max-width:560px}.amber-divider{border:none;height:1px;background:linear-gradient(90deg,transparent,rgba(245,158,11,0.3),transparent);margin:0}.section-pad{padding:72px 0}.section-alt{background:var(--bg-alt)}.section-label{font-size:0.78rem;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;color:var(--amber);margin-bottom:0.5rem}.section-title{font-size:clamp(1.5rem,3vw,2.15rem);font-weight:800;color:var(--text-light);margin-bottom:0.75rem}.section-title span{color:var(--amber)}.section-sub{color:var(--text-muted);max-width:580px;margin:0 auto 2.5rem}.stat-card{background:var(--bg-card);border:1px solid var(--border-card);border-radius:14px;padding:1.6rem 1.2rem;text-align:center;height:auto;transition:border-color 0.25s,transform 0.25s}.stat-card:hover{border-color:var(--amber);transform:translateY(-4px)}.stat-icon{font-size:2rem;margin-bottom:0.6rem;display:block}.stat-value{font-size:1.8rem;font-weight:900;color:var(--amber);line-height:1;margin-bottom:0.3rem}.stat-label{color:var(--text-muted);font-size:0.83rem}.mine-grid-demo{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;max-width:320px;margin:0 auto}.mine-cell{aspect-ratio:1;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:700;cursor:default;transition:transform 0.2s;border:1px solid rgba(245,158,11,0.15)}.mine-cell:hover{transform:scale(1.08)}.mine-cell.hidden{background:#2a1e0e}.mine-cell.gold{background:linear-gradient(135deg,#92400e,#d97706);color:#fef3c7}.mine-cell.mine{background:linear-gradient(135deg,#7f1d1d,#dc2626);color:#fef2f2}.mine-cell.safe{background:linear-gradient(135deg,#14532d,var(--secondary-dark,var(--secondary)));color:#dcfce7}.feature-card{background:var(--bg-card);border:1px solid var(--border-card);border-radius:16px;padding:1.8rem 1.6rem;height:auto;transition:border-color 0.25s,transform 0.25s,box-shadow 0.25s}.feature-card:hover{border-color:var(--amber);transform:translateY(-5px);box-shadow:0 12px 40px rgba(245,158,11,0.1)}.feature-icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.4rem;margin-bottom:1rem;background:var(--amber-light);color:var(--amber)}.feature-icon.red{background:rgba(239,68,68,0.1);color:var(--danger-red)}.feature-icon.green{background:rgba(34,197,94,0.1);color:var(--safe-green)}.feature-card h5{color:var(--cream);font-weight:700;margin-bottom:0.5rem;font-size:1.03rem}.feature-card p{color:var(--text-muted);font-size:0.9rem;margin:0}.mult-table{width:100%;border-collapse:separate;border-spacing:0;border-radius:14px;overflow:hidden}.mult-table thead th{background:var(--bg-card);color:var(--amber);font-weight:700;padding:0.85rem 1rem;font-size:0.86rem;border-bottom:2px solid rgba(245,158,11,0.2);text-align:center}.mult-table tbody tr:nth-child(odd) td{background:#1a1208}.mult-table tbody tr:nth-child(even) td{background:var(--bg-card)}.mult-table td{padding:0.75rem 1rem;color:var(--text-light);font-size:0.88rem;border-bottom:1px solid rgba(245,158,11,0.07);text-align:center;vertical-align:middle}.mult-table td:first-child{color:var(--cream);font-weight:600;text-align:left}.mult-highlight{color:var(--amber) !important;font-weight:700 !important}.tips-list{list-style:none;padding:0;margin:0}.tips-list li{display:flex;align-items:flex-start;gap:0.75rem;color:var(--text-muted);font-size:0.93rem;margin-bottom:0.9rem;padding-bottom:0.9rem;border-bottom:1px solid rgba(245,158,11,0.07)}.tips-list li:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.tips-list li i{color:var(--amber);font-size:1.1rem;margin-top:3px;flex-shrink:0}.risk-bar-wrap{margin-bottom:1.2rem}.risk-bar-label{display:flex;justify-content:space-between;font-size:0.85rem;margin-bottom:0.35rem;color:var(--text-muted)}.risk-bar-label span:last-child{color:var(--amber);font-weight:700}.risk-bar{height:8px;background:rgba(245,158,11,0.1);border-radius:10px;overflow:hidden}.risk-bar-fill{height:auto;border-radius:10px;background:linear-gradient(90deg,var(--amber-dark),var(--amber))}.risk-bar-fill.red{background:linear-gradient(90deg,#991b1b,var(--danger-red))}.risk-bar-fill.green{background:linear-gradient(90deg,#14532d,var(--safe-green))}.step-card{background:var(--bg-card);border:1px solid var(--border-card);border-radius:14px;padding:1.6rem;height:auto;position:relative}.step-number{width:40px;height:40px;border-radius:50%;background:var(--amber);color:#140f0a;font-weight:900;font-size:1.1rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.step-card h5{color:var(--cream);font-weight:700;margin-bottom:0.5rem}.step-card p{color:var(--text-muted);font-size:0.9rem;margin:0}.highlight-box{background:rgba(245,158,11,0.06);border:1px solid rgba(245,158,11,0.2);border-radius:14px;padding:1.5rem}.highlight-box h5{color:var(--amber);font-weight:700;margin-bottom:0.5rem}.highlight-box p{color:var(--text-muted);font-size:0.9rem;margin:0}.accordion-item{background:var(--bg-card) !important;border:1px solid var(--border-card) !important;border-radius:10px !important;margin-bottom:0.75rem;overflow:hidden}.accordion-button{background:var(--bg-card) !important;color:var(--cream) !important;font-weight:600;font-size:0.97rem;box-shadow:none !important}.accordion-button:not(.collapsed){color:var(--amber) !important;background:#1e1a0e !important}.accordion-button::after{filter:invert(1) sepia(1) saturate(3) hue-rotate(5deg)}.accordion-body{background:#1a1509 !important;color:var(--text-muted);font-size:0.93rem}.img-fluid-rounded{width:100%;border-radius:16px;display:block;border:1px solid var(--border-card)}.game-badge{display:inline-block;background:rgba(245,158,11,0.12);border:1px solid rgba(245,158,11,0.3);color:var(--amber);font-size:0.75rem;font-weight:700;padding:3px 10px;border-radius:20px;margin-bottom:0.75rem}@media (max-width:768px){.page-hero{padding:46px 0 36px}.section-pad{padding:50px 0}.mine-grid-demo{max-width:260px;gap:6px}}html,body{overflow-x:clip;width:100%}
