*{box-sizing:border-box}body{background-color:var(--bg-deep);color:var(--text);font-family:'Hind Siliguri',sans-serif;font-size:1.05rem;line-height:1.85;margin:0}a{color:var(--primary);text-decoration:none}a:hover{color:#a78bfa}.breadcrumb-wrap{background:rgba(139,92,246,0.05);border-bottom:1px solid rgba(139,92,246,0.12);padding:0.7rem 0}.breadcrumb{margin:0;background:transparent;padding:0}.breadcrumb-item a{color:var(--primary);font-size:0.88rem}.breadcrumb-item.active{color:var(--muted);font-size:0.88rem}.breadcrumb-item+.breadcrumb-item::before{color:var(--muted)}.page-hero{background:linear-gradient(135deg,#020617 0%,#0f0a2e 50%,#020617 100%);padding:70px 0 50px;position:relative;overflow:hidden}.hero-orb{position:absolute;border-radius:50%;pointer-events:none}.hero-orb-1{left:-5%;top:-10%;width:50%;height:120%;background:radial-gradient(ellipse,rgba(139,92,246,0.07) 0%,transparent 65%)}.hero-orb-2{right:-5%;bottom:-10%;width:45%;height:100%;background:radial-gradient(ellipse,rgba(99,102,241,0.06) 0%,transparent 65%)}.hero-badge{display:inline-flex;align-items:center;gap:0.5rem;background:rgba(139,92,246,0.1);border:1px solid rgba(139,92,246,0.28);border-radius:20px;padding:0.3rem 1rem;color:#c4b5fd;font-size:0.82rem;font-weight:600;margin-bottom:1.2rem}.page-hero h1{font-size:clamp(1.6rem,3vw,2.5rem);font-weight:700;color:var(--text-light);line-height:1.3}.page-hero h1 .brand{color:var(--primary)}.page-hero p{color:var(--muted);font-size:1rem;max-width:580px}.sec{padding:70px 0}.sec-sm{padding:50px 0}.sec-label{color:var(--primary);font-size:0.82rem;letter-spacing:2px;font-weight:600;text-transform:uppercase}.sec-title{font-size:1.75rem;font-weight:700;color:var(--text-light);margin-bottom:0.4rem}.sec-title .hl{color:var(--primary)}.sec-title .hl-gold{color:var(--gold)}.divider{width:55px;height:3px;border-radius:2px;background:linear-gradient(90deg,var(--primary),var(--secondary));margin:0 auto 2rem}.divider-left{margin:0 0 1.5rem}.toc-card{background:var(--bg-card);border:1px solid rgba(139,92,246,0.2);border-radius:16px;padding:1.8rem;position:sticky;top:80px}.toc-card h6{color:var(--primary);font-weight:700;font-size:0.85rem;letter-spacing:1px;text-transform:uppercase;margin-bottom:1rem;padding-bottom:0.6rem;border-bottom:1px solid rgba(139,92,246,0.15)}.toc-card a{display:flex;align-items:center;gap:0.5rem;color:var(--muted);font-size:0.88rem;padding:0.4rem 0;border-bottom:1px solid rgba(139,92,246,0.06);transition:color 0.2s}.toc-card a:hover{color:var(--primary)}.toc-card a i{font-size:0.7rem;color:var(--primary)}.terms-section{background:var(--bg-card);border:1px solid rgba(139,92,246,0.15);border-radius:16px;padding:2rem 2.2rem;margin-bottom:1.5rem;position:relative;overflow:hidden;transition:border-color 0.3s}.terms-section::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,var(--primary),var(--secondary))}.terms-section:hover{border-color:rgba(139,92,246,0.35)}.terms-section h2{color:var(--text-light);font-size:1.15rem;font-weight:700;margin-bottom:1rem;display:flex;align-items:center;gap:0.7rem}.terms-section h2 .sec-num{background:linear-gradient(135deg,var(--primary),var(--secondary));color:var(--text-light);width:30px;height:30px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;font-size:0.82rem;font-weight:700;flex-shrink:0}.terms-section p{color:var(--muted);font-size:0.95rem;line-height:1.9;margin-bottom:0.8rem}.terms-section p:last-child{margin-bottom:0}.terms-section ul{color:var(--muted);font-size:0.95rem;line-height:1.9;padding-left:1.4rem;margin-bottom:0.8rem}.terms-section ul li{margin-bottom:0.4rem}.terms-section ul li::marker{color:var(--primary)}.terms-section strong{color:var(--text)}.highlight-box{background:rgba(139,92,246,0.06);border:1px solid rgba(139,92,246,0.2);border-radius:10px;padding:1rem 1.2rem;margin:1rem 0;display:flex;gap:0.8rem;align-items:flex-start}.highlight-box .hb-icon{color:var(--primary);font-size:1.1rem;margin-top:0.1rem;flex-shrink:0}.highlight-box p{color:var(--text);font-size:0.92rem;margin:0;line-height:1.75}.warn-box{background:rgba(245,158,11,0.06);border:1px solid rgba(245,158,11,0.2);border-radius:10px;padding:1rem 1.2rem;margin:1rem 0;display:flex;gap:0.8rem;align-items:flex-start}.warn-box .hb-icon{color:var(--gold);font-size:1.1rem;margin-top:0.1rem;flex-shrink:0}.warn-box p{color:var(--text);font-size:0.92rem;margin:0;line-height:1.75}.feat-card{background:var(--bg-card);border:1px solid rgba(139,92,246,0.18);border-radius:16px;padding:2rem 1.5rem;height:100%;position:relative;overflow:hidden;transition:border-color 0.3s,box-shadow 0.3s,transform 0.25s}.feat-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--primary),var(--secondary));opacity:0;transition:opacity 0.3s}.feat-card:hover{border-color:var(--primary);box-shadow:0 0 28px var(--glow);transform:translateY(-5px)}.feat-card:hover::before{opacity:1}.feat-card .ic{width:56px;height:56px;border-radius:14px;background:linear-gradient(135deg,rgba(139,92,246,0.15),rgba(99,102,241,0.15));border:1px solid rgba(139,92,246,0.25);display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:var(--primary);margin-bottom:1.2rem}.feat-card h5{color:var(--text-light);font-weight:600;font-size:1rem;margin-bottom:0.6rem}.feat-card p{color:var(--muted);font-size:0.92rem;margin:0;line-height:1.75}.cta-section{background:linear-gradient(135deg,#0f0a2e 0%,#020617 50%,#0a001a 100%);padding:80px 0;position:relative;overflow:hidden}.cta-orb{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;border-radius:50%;background:radial-gradient(ellipse,rgba(139,92,246,0.07) 0%,transparent 70%);pointer-events:none}.last-updated{display:inline-flex;align-items:center;gap:0.5rem;background:rgba(16,185,129,0.08);border:1px solid rgba(16,185,129,0.2);border-radius:20px;padding:0.3rem 1rem;color:#6ee7b7;font-size:0.82rem;font-weight:500}@media(max-width:991px){.toc-card{position:static;margin-bottom:2rem}}@media(max-width:768px){.page-hero{padding:45px 0 35px}.terms-section{padding:1.5rem 1.2rem}}
