*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-dark);color:var(--silver);font-family:'Hind Siliguri','Inter',sans-serif;font-size:16px;line-height:1.75}a{text-decoration:none;color:inherit}.breadcrumb-wrap{background:rgba(15,45,47,0.5);border-bottom:1px solid var(--border-color);padding:10px 0}.breadcrumb{margin:0;font-size:0.83rem}.breadcrumb-item a{color:var(--cyan)}.breadcrumb-item.active{color:var(--generated-muted)}.breadcrumb-item + .breadcrumb-item::before{color:#475569}.hero{background:linear-gradient(135deg,var(--bg-dark) 0%,#0f2d2f 60%,#111827 100%);padding:60px 0 50px;border-bottom:1px solid var(--border-color);position:relative;overflow:hidden}.hero::before{content:'';position:absolute;top:-80px;right:-80px;width:400px;height:400px;background:radial-gradient(circle,rgba(6,182,212,0.07) 0%,transparent 70%);pointer-events:none}.hero-badge{display:inline-block;background:rgba(6,182,212,0.12);border:1px solid rgba(6,182,212,0.35);color:var(--cyan);font-size:0.78rem;font-weight:600;padding:4px 14px;border-radius:20px;letter-spacing:1px;text-transform:uppercase;margin-bottom:1rem}.hero h1{color:var(--text-light);font-weight:700;font-size:clamp(1.6rem,4vw,2.3rem);line-height:1.3;margin-bottom:1rem}.hero p{color:var(--generated-muted);font-size:0.97rem;max-width:600px;line-height:1.8}.last-updated{display:inline-flex;align-items:center;gap:8px;background:rgba(245,158,11,0.1);border:1px solid rgba(245,158,11,0.25);color:#fbbf24;font-size:0.8rem;padding:5px 14px;border-radius:20px;margin-top:1rem}.content-wrap{padding:56px 0}.toc-card{background:var(--card-bg);border:1px solid var(--border-color);border-radius:14px;padding:1.4rem;position:sticky;top:80px}.toc-title{color:var(--text-light);font-weight:700;font-size:0.9rem;margin-bottom:1rem;display:flex;align-items:center;gap:8px}.toc-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px}.toc-list li a{color:var(--generated-muted);font-size:0.83rem;padding:5px 10px;border-radius:6px;display:block;transition:all 0.2s;border-left:2px solid transparent}.toc-list li a:hover{color:var(--cyan);background:rgba(6,182,212,0.06);border-left-color:var(--cyan)}.terms-section{background:var(--card-bg);border:1px solid var(--border-color);border-radius:14px;padding:1.8rem;margin-bottom:1.5rem;scroll-margin-top:90px}.terms-section:hover{border-color:rgba(6,182,212,0.25)}.section-header{display:flex;align-items:center;gap:12px;margin-bottom:1.2rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color)}.section-icon{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0}.section-num{color:#475569;font-size:0.75rem;font-weight:700}.section-title-text{color:var(--text-light);font-weight:700;font-size:1.05rem;margin:0}.terms-body{color:var(--generated-muted);font-size:0.92rem;line-height:1.85}.terms-body p{margin-bottom:0.9rem}.terms-body p:last-child{margin-bottom:0}.terms-body ul{padding-left:1.2rem;margin-bottom:0.9rem}.terms-body ul li{margin-bottom:6px;color:var(--generated-muted)}.terms-body strong{color:#e2e8f0}.highlight-box{border-radius:10px;padding:14px 16px;margin:1rem 0;font-size:0.88rem}.highlight-cyan{background:rgba(6,182,212,0.07);border:1px solid rgba(6,182,212,0.2)}.highlight-gold{background:rgba(245,158,11,0.07);border:1px solid rgba(245,158,11,0.2)}.highlight-red{background:rgba(239,68,68,0.07);border:1px solid rgba(239,68,68,0.2)}.highlight-green{background:rgba(34,197,94,0.07);border:1px solid rgba(34,197,94,0.2)}.feature-card{background:var(--card-bg);border:1px solid var(--border-color);border-radius:14px;padding:1.5rem;height:auto;transition:border-color 0.25s,transform 0.25s}.feature-card:hover{border-color:rgba(6,182,212,0.35);transform:translateY(-4px)}.feature-icon{width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.3rem;margin-bottom:1rem}.badge-cyan{background:rgba(6,182,212,0.12);color:var(--cyan);border:1px solid rgba(6,182,212,0.3);font-size:0.72rem;font-weight:600;padding:3px 10px;border-radius:20px}.badge-gold{background:rgba(245,158,11,0.12);color:var(--gold);border:1px solid rgba(245,158,11,0.3);font-size:0.72rem;font-weight:600;padding:3px 10px;border-radius:20px}.badge-green{background:rgba(34,197,94,0.12);color:var(--green);border:1px solid rgba(34,197,94,0.3);font-size:0.72rem;font-weight:600;padding:3px 10px;border-radius:20px}.badge-red{background:rgba(239,68,68,0.12);color:#f87171;border:1px solid rgba(239,68,68,0.3);font-size:0.72rem;font-weight:600;padding:3px 10px;border-radius:20px}.badge-purple{background:rgba(139,92,246,0.12);color:#a78bfa;border:1px solid rgba(139,92,246,0.3);font-size:0.72rem;font-weight:600;padding:3px 10px;border-radius:20px}.pulse{animation:pulse 2s infinite}@keyframes pulse{0%,100%{box-shadow:0 0 0 0 rgba(6,182,212,0.35)}50%{box-shadow:0 0 0 10px rgba(6,182,212,0)}}.stat-pill{display:inline-flex;align-items:center;gap:6px;background:rgba(15,45,47,0.8);border:1px solid var(--border-color);color:var(--generated-muted);font-size:0.8rem;padding:6px 14px;border-radius:20px}.stat-pill i{color:var(--cyan)}.divider-cyan{width:48px;height:3px;background:linear-gradient(90deg,var(--cyan),transparent);border-radius:2px;margin-bottom:1.2rem}.divider-cyan.center{margin-left:auto;margin-right:auto}@media (max-width:991px){.toc-card{position:static;margin-bottom:2rem}}html,body{overflow-x:clip;width:100%}
