*{box-sizing:border-box}body{background-color:var(--bg-main);color:var(--text);font-family:'Inter',sans-serif;font-size:1rem;line-height:1.75}h1,h2,h3,h4,h5,h6{font-family:'Barlow Condensed',sans-serif;font-weight:700;color:var(--text-light);letter-spacing:0.01em}a{color:var(--accent);text-decoration:none}a:hover{color:var(--cyan)}.breadcrumb-wrap{background:var(--bg-panel);border-bottom:1px solid var(--border);padding:0.75rem 0}.breadcrumb{margin:0;background:transparent;padding: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)}.btn-outline-cyan{background:transparent;color:var(--cyan);border:1.5px solid var(--cyan);padding:0.7rem 1.8rem;border-radius:6px;font-weight:600;font-size:0.95rem;transition:all 0.2s;display:inline-block}.btn-outline-cyan:hover{background:var(--cyan);color:#07111f}.page-hero{background:linear-gradient(160deg,#040d18 0%,#071525 60%,#07111f 100%);padding:80px 0 70px;position:relative;overflow:hidden}.page-hero::before{content:'';position:absolute;top:-100px;right:-100px;width:500px;height:500px;background:radial-gradient(circle,rgba(59,130,246,0.07) 0%,transparent 65%);pointer-events:none}.hero-badge{display:inline-block;background:rgba(59,130,246,0.1);border:1px solid rgba(59,130,246,0.3);color:var(--cyan);font-size:0.78rem;font-weight:700;padding:0.3rem 1rem;border-radius:20px;margin-bottom:1rem;letter-spacing:0.08em;text-transform:uppercase}.page-hero h1{font-family:'Bebas Neue',sans-serif;font-size:clamp(2rem,5vw,3.6rem);line-height:1.05;color:var(--text-light);letter-spacing:0.04em}.page-hero p{color:var(--text-muted);font-size:1rem;max-width:580px}.last-updated{display:inline-flex;align-items:center;gap:0.4rem;background:rgba(245,158,11,0.08);border:1px solid rgba(245,158,11,0.25);color:var(--amber);font-size:0.78rem;font-weight:600;padding:0.3rem 0.9rem;border-radius:20px;margin-top:1rem}.toc-box{background:var(--bg-panel);border:1px solid var(--border);border-radius:14px;padding:1.8rem;position:sticky;top:80px}.toc-box h6{color:var(--cyan);font-size:0.8rem;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;margin-bottom:1rem;font-family:'Inter',sans-serif}.toc-list{list-style:none;padding:0;margin:0}.toc-list li{margin-bottom:0.4rem}.toc-list a{color:var(--text-muted);font-size:0.83rem;display:flex;align-items:center;gap:0.5rem;padding:0.3rem 0.5rem;border-radius:6px;transition:all 0.2s}.toc-list a:hover{color:var(--cyan);background:rgba(103,232,249,0.05)}.toc-list a::before{content:'';width:5px;height:5px;background:var(--accent);border-radius:50%;flex-shrink:0}.terms-section{margin-bottom:3rem;scroll-margin-top:90px}.terms-section-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.2rem;padding-bottom:0.8rem;border-bottom:1px solid var(--border)}.terms-num{width:40px;height:40px;background:rgba(59,130,246,0.12);border:1px solid rgba(59,130,246,0.3);border-radius:8px;display:flex;align-items:center;justify-content:center;font-family:'Bebas Neue',sans-serif;font-size:1.1rem;color:var(--accent);flex-shrink:0}.terms-section h3{font-size:1.25rem;color:var(--text-light);margin:0}.terms-section p{color:var(--text-muted);font-size:0.9rem;margin-bottom:0.9rem}.terms-section ul{color:var(--text-muted);font-size:0.9rem;padding-left:1.4rem;margin-bottom:0.9rem}.terms-section ul li{margin-bottom:0.45rem}.terms-section strong{color:var(--text)}.highlight-box{border-radius:10px;padding:1.2rem 1.4rem;margin:1.2rem 0;font-size:0.88rem}.highlight-blue{background:rgba(59,130,246,0.07);border-left:3px solid var(--accent);color:var(--text-muted)}.highlight-amber{background:rgba(245,158,11,0.07);border-left:3px solid var(--amber);color:var(--text-muted)}.highlight-red{background:rgba(239,68,68,0.07);border-left:3px solid var(--red);color:var(--text-muted)}.highlight-green{background:rgba(34,197,94,0.07);border-left:3px solid var(--green);color:var(--text-muted)}.highlight-box strong{color:var(--text)}.feature-card{background:var(--bg-panel);border:1px solid var(--border);border-radius:16px;padding:1.8rem 1.5rem;height:auto;transition:border-color 0.25s,transform 0.25s,box-shadow 0.25s;position:relative;overflow:hidden}.feature-card::after{content:'';position:absolute;top:0;left:0;right:0;height:3px;border-radius:16px 16px 0 0;background:linear-gradient(90deg,var(--accent),var(--cyan));opacity:0;transition:opacity 0.25s}.feature-card:hover{border-color:rgba(59,130,246,0.5);transform:translateY(-5px);box-shadow:0 12px 30px rgba(59,130,246,0.1)}.feature-card:hover::after{opacity:1}.feature-icon{width:52px;height:52px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1.1rem}.icon-blue{background:rgba(59,130,246,0.12);color:var(--accent)}.icon-cyan{background:rgba(103,232,249,0.1);color:var(--cyan)}.icon-green{background:rgba(34,197,94,0.1);color:var(--green)}.icon-amber{background:rgba(245,158,11,0.1);color:var(--amber)}.icon-red{background:rgba(239,68,68,0.1);color:var(--red)}.icon-purple{background:rgba(168,85,247,0.1);color:var(--purple)}.feature-card h5{font-size:1.05rem;color:var(--text-light);margin-bottom:0.5rem}.feature-card p{color:var(--text-muted);font-size:0.86rem;margin:0;line-height:1.65}.section-label{font-size:0.75rem;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;color:var(--accent);margin-bottom:0.5rem;font-family:'Inter',sans-serif}.section-title{font-size:clamp(1.5rem,3vw,2.2rem);color:var(--text-light);margin-bottom:0.6rem}.section-sub{color:var(--text-muted);max-width:600px;font-size:0.97rem}.cta-section{background:linear-gradient(135deg,#07111f 0%,var(--bg-dark) 50%,#07111f 100%);padding:90px 0;position:relative;overflow:hidden}.cta-section::before{content:'';position:absolute;top:-100px;right:-100px;width:500px;height:500px;background:radial-gradient(circle,rgba(59,130,246,0.08) 0%,transparent 65%);pointer-events:none}@media (max-width:991px){.toc-box{position:static;margin-bottom:2rem}}html,body{overflow-x:clip;width:100%}
