*{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:#fbbf24}.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,#0a0a0a 0%,#1a0f00 50%,#0a0a0a 100%);padding:70px 0 60px;position:relative;overflow:hidden;border-bottom:1px solid var(--border)}.page-hero::before{content:'';position:absolute;top:-100px;right:-100px;width:450px;height:450px;background:radial-gradient(circle,rgba(245,158,11,0.1) 0%,transparent 70%);border-radius:50%}.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}.btn-red{background:var(--red);color:var(--text-light);font-weight:700;border:none;padding:0.75rem 2rem;border-radius:6px;transition:background 0.2s,transform 0.15s}.btn-red:hover{background:#dc2626;transform:translateY(-2px);color:var(--text-light)}section{padding:65px 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}.divider-gold{width:56px;height:4px;background:var(--gold);border-radius:2px;margin:0.5rem auto 1.5rem}.divider-gold.left{margin-left:0}.panel{background:var(--panel);border:1px solid var(--border);border-radius:12px}.feature-card{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:1.8rem 1.4rem;height:auto;transition:border-color 0.2s,transform 0.2s}.feature-card:hover{border-color:var(--gold);transform:translateY(-4px)}.feature-icon{width:50px;height:50px;background:rgba(245,158,11,0.12);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.4rem;color:var(--gold);margin-bottom:1rem}.feature-card h5{font-weight:700;font-size:1rem}.feature-card p{color:var(--muted);font-size:0.88rem;margin:0}.stat-card{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:1.5rem;text-align:center}.stat-card h3{color:var(--gold);font-size:2.2rem;font-weight:900;margin:0}.stat-card p{color:var(--muted);font-size:0.85rem;margin:0.3rem 0 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:42px;height:42px;background:var(--gold);color:#111;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}.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.7}.tips-table th{background:#0a0a0a;color:var(--gold);font-weight:700;border-color:var(--border)}.tips-table td{border-color:var(--border);color:var(--muted);font-size:0.9rem;vertical-align:middle}.tips-table tbody tr:hover{background:rgba(245,158,11,0.04)}.badge-red{background:var(--red);color:var(--text-light);font-size:0.72rem;font-weight:700;padding:0.25rem 0.6rem;border-radius:4px}.content-img{width:100%;height:auto;border-radius:10px;display:block;margin:0 auto}.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}@media (max-width:768px){.page-hero{padding:50px 0 40px}section{padding:45px 0}}html,body{overflow-x:clip;width:100%}
