*{box-sizing:border-box}body{background-color:var(--bg-main);color:var(--text);font-family:'Inter',sans-serif;font-size:1rem;line-height:1.8}a{color:var(--accent);text-decoration:none}a:hover{color:var(--gold)}.breadcrumb-wrap{background-color:var(--bg-section);border-bottom:1px solid var(--border);padding:0.75rem 0}.breadcrumb{margin:0}.breadcrumb-item a{color:var(--accent);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(150deg,#06120d 0%,#0d1f17 60%,#06120d 100%);padding:72px 0 60px;position:relative;overflow:hidden}.page-hero::before{content:'';position:absolute;top:-100px;right:-80px;width:480px;height:480px;background:radial-gradient(circle,rgba(74,222,128,0.06) 0%,transparent 65%);border-radius:50%;pointer-events:none}.hero-label{font-size:0.78rem;font-weight:700;text-transform:uppercase;letter-spacing:0.12em;color:var(--accent);display:block;margin-bottom:0.75rem}.page-hero h1{font-family:'Playfair Display',serif;font-size:clamp(1.9rem,4vw,2.8rem);font-weight:900;line-height:1.2;color:var(--text)}.page-hero h1 .gold{color:var(--gold)}.page-hero h1 .accent{color:var(--accent)}.page-hero .lead-text{color:var(--text-muted);font-size:1rem;max-width:600px;margin-top:1rem}.last-updated{display:inline-flex;align-items:center;gap:0.4rem;background:rgba(253,230,138,0.08);border:1px solid var(--border-gold);border-radius:50px;padding:0.35rem 1rem;font-size:0.8rem;color:var(--gold);font-weight:600;margin-top:1.25rem}.btn-outline-accent{border:2px solid var(--accent);color:var(--accent);font-weight:700;padding:0.7rem 1.8rem;border-radius:8px;background:transparent;transition:all 0.2s}.btn-outline-accent:hover{background:var(--accent);color:#06120d}section{padding:64px 0}.section-alt{background-color:var(--bg-section)}.section-label{font-size:0.78rem;font-weight:700;text-transform:uppercase;letter-spacing:0.12em;color:var(--accent);display:block;margin-bottom:0.5rem}.section-title{font-family:'Playfair Display',serif;font-size:clamp(1.5rem,2.8vw,2.2rem);font-weight:800;color:var(--text);margin-bottom:0.5rem}.section-sub{color:var(--text-muted);font-size:0.97rem;margin-bottom:2.5rem}.gold-text{color:var(--gold)}.accent-text{color:var(--accent)}.toc-card{background:var(--bg-section);border:1px solid var(--border);border-radius:16px;padding:1.75rem;position:sticky;top:80px}.toc-card h6{color:var(--gold);font-weight:700;font-size:0.82rem;text-transform:uppercase;letter-spacing:0.08em;margin-bottom:1rem}.toc-list{list-style:none;padding:0;margin:0}.toc-list li{margin-bottom:0.4rem}.toc-list li a{color:var(--text-muted);font-size:0.86rem;display:flex;align-items:center;gap:0.5rem;padding:0.3rem 0.5rem;border-radius:6px;transition:all 0.2s}.toc-list li a:hover{color:var(--accent);background:rgba(74,222,128,0.06)}.toc-list li a .toc-num{font-size:0.72rem;font-weight:700;color:var(--accent);min-width:20px}.terms-section{margin-bottom:3rem;scroll-margin-top:90px}.terms-section:last-child{margin-bottom:0}.terms-heading{font-family:'Playfair Display',serif;font-size:1.35rem;font-weight:800;color:var(--text);margin-bottom:1rem;padding-bottom:0.6rem;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:0.75rem}.terms-heading .t-num{background:rgba(74,222,128,0.1);color:var(--accent);font-family:'Inter',sans-serif;font-size:0.8rem;font-weight:700;padding:0.2rem 0.6rem;border-radius:6px;flex-shrink:0}.terms-section p{color:var(--text-muted);margin-bottom:0.9rem}.terms-section p:last-child{margin-bottom:0}.terms-list{list-style:none;padding:0;margin:0.75rem 0}.terms-list li{color:var(--text-muted);font-size:0.93rem;padding:0.4rem 0 0.4rem 1.5rem;position:relative;border-bottom:1px solid rgba(74,222,128,0.06)}.terms-list li:last-child{border-bottom:none}.terms-list li::before{content:'';position:absolute;left:0.3rem;top:0.85rem;width:6px;height:6px;border-radius:50%;background:var(--accent)}.terms-list li strong{color:var(--text)}.highlight-box{background:linear-gradient(90deg,rgba(74,222,128,0.06),rgba(253,230,138,0.03));border-left:4px solid var(--accent);border-radius:10px;padding:1.1rem 1.4rem;margin:1rem 0}.highlight-box p{color:var(--text-muted);font-size:0.9rem;margin:0}.highlight-box.gold-box{background:linear-gradient(90deg,rgba(253,230,138,0.06),rgba(74,222,128,0.03));border-left-color:var(--gold)}.highlight-box.warn-box{background:rgba(239,68,68,0.05);border-left-color:#ef4444}.highlight-box.warn-box p{color:#fca5a5}.feature-card{background:var(--bg-section);border:1px solid var(--border);border-radius:16px;padding:1.75rem;height:auto;transition:border-color 0.2s,transform 0.2s;position:relative;overflow:hidden}.feature-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--accent),transparent);opacity:0;transition:opacity 0.2s}.feature-card:hover{border-color:var(--accent);transform:translateY(-4px)}.feature-card:hover::before{opacity:1}.feature-icon{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.6rem;margin-bottom:1.1rem}.feature-icon.green{background:rgba(74,222,128,0.1);color:var(--accent)}.feature-icon.gold{background:rgba(253,230,138,0.1);color:var(--gold)}.feature-icon.cyan{background:rgba(6,182,212,0.1);color:var(--cyan)}.feature-icon.red{background:rgba(239,68,68,0.1);color:#f87171}.feature-card h4{font-weight:700;color:var(--text);font-size:1rem;margin-bottom:0.5rem}.feature-card p{color:var(--text-muted);font-size:0.88rem;margin:0}.glow-badge{display:inline-flex;align-items:center;gap:0.4rem;background:rgba(253,230,138,0.08);border:1px solid var(--border-gold);border-radius:50px;padding:0.4rem 1rem;font-size:0.8rem;color:var(--gold);font-weight:600;margin:0.2rem}.glow-badge.green{background:rgba(74,222,128,0.08);border-color:var(--border);color:var(--accent)}.glow-badge.cyan{background:rgba(6,182,212,0.08);border-color:rgba(6,182,212,0.2);color:var(--cyan)}.section-divider{border:none;border-top:1px solid var(--border);margin:0}@media (max-width:991px){.toc-card{position:static;margin-bottom:2rem}}html,body{overflow-x:clip;width:100%}
