*,*::before,*::after{box-sizing:border-box}body{background:var(--bg-main);color:var(--text);font-family:'Inter',sans-serif;font-size:1rem;line-height:1.8;margin:0}h1,h2,h3,h4,h5,h6{font-family:'Rajdhani',sans-serif;font-weight:700;color:var(--text)}a{color:var(--sky);text-decoration:none}a:hover{color:var(--gold)}.breadcrumb-wrap{background:var(--bg-deep);border-bottom:1px solid var(--border);padding:0.7rem 0}.breadcrumb-item a{color:var(--sky);font-size:0.87rem}.breadcrumb-item.active{color:var(--muted);font-size:0.87rem}.breadcrumb-item + .breadcrumb-item::before{color:#475569}.page-hero{background:linear-gradient(135deg,var(--bg-deep) 0%,#0d1f38 55%,#0e2540 100%);padding:72px 0 56px;border-bottom:1px solid var(--border);position:relative;overflow:hidden}.page-hero::before{content:'';position:absolute;top:-100px;right:-100px;width:480px;height:480px;background:radial-gradient(circle,rgba(34,197,94,0.05) 0%,transparent 65%);border-radius:50%;pointer-events:none}.page-hero::after{content:'';position:absolute;bottom:-80px;left:-80px;width:320px;height:320px;background:radial-gradient(circle,rgba(125,211,252,0.04) 0%,transparent 65%);border-radius:50%;pointer-events:none}.page-hero h1{font-size:clamp(1.9rem,4vw,3rem);line-height:1.18}.page-hero h1 span{color:var(--green)}.page-hero .lead{color:var(--soft);max-width:620px;font-size:1.04rem}.section-dark{background:var(--bg-main);padding:68px 0}.section-mid{background:var(--bg-section);padding:68px 0}.section-title{font-size:clamp(1.5rem,3vw,2.2rem);margin-bottom:0.3rem}.section-title span{color:var(--gold)}.section-title span.sky{color:var(--sky)}.section-title span.grn{color:var(--green)}.title-bar{width:52px;height:4px;background:linear-gradient(90deg,var(--green),var(--sky));border-radius:2px;margin:0 auto 2rem}.cat-badge{display:inline-block;background:rgba(34,197,94,0.1);color:var(--green);border:1px solid rgba(34,197,94,0.28);font-size:0.78rem;font-weight:600;padding:0.25rem 0.85rem;border-radius:20px;margin-bottom:0.8rem}.cat-badge-sky{display:inline-block;background:rgba(125,211,252,0.1);color:var(--sky);border:1px solid rgba(125,211,252,0.28);font-size:0.78rem;font-weight:600;padding:0.25rem 0.85rem;border-radius:20px}.cat-badge-gold{display:inline-block;background:rgba(250,204,21,0.1);color:var(--gold);border:1px solid rgba(250,204,21,0.28);font-size:0.78rem;font-weight:600;padding:0.25rem 0.85rem;border-radius:20px}.stat-pill{display:inline-flex;align-items:center;gap:0.5rem;background:rgba(125,211,252,0.08);border:1px solid rgba(125,211,252,0.2);color:var(--sky);font-size:0.82rem;font-weight:600;padding:0.3rem 0.9rem;border-radius:20px}.feature-card{background:var(--card-bg);border:1px solid var(--border);border-radius:16px;padding:1.8rem 1.5rem;height:auto;transition:border-color 0.25s,transform 0.25s}.feature-card:hover{border-color:var(--green);transform:translateY(-4px)}.feature-card .fc-icon{width:54px;height:54px;background:linear-gradient(135deg,rgba(34,197,94,0.15),rgba(34,197,94,0.05));border:1px solid rgba(34,197,94,0.25);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1rem}.feature-card h5{font-size:1.1rem;color:var(--text);margin-bottom:0.45rem}.feature-card p{color:var(--soft);font-size:0.88rem;margin:0}.tool-card{background:var(--bg-main);border:1px solid var(--border);border-radius:14px;padding:1.6rem;display:flex;gap:1.2rem;align-items:flex-start;transition:border-color 0.2s,transform 0.2s}.tool-card:hover{border-color:var(--sky);transform:translateY(-3px)}.tool-card .tc-icon{width:50px;height:50px;background:rgba(125,211,252,0.1);border:1px solid rgba(125,211,252,0.22);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.4rem;flex-shrink:0}.tool-card h5{font-size:1rem;color:var(--sky);margin-bottom:0.3rem}.tool-card p{color:var(--soft);font-size:0.87rem;margin:0}.warning-card{background:rgba(248,113,113,0.06);border:1px solid rgba(248,113,113,0.2);border-radius:12px;padding:1.2rem 1.4rem;display:flex;gap:0.9rem;align-items:flex-start}.warning-card i{color:var(--red);font-size:1.2rem;margin-top:0.15rem;flex-shrink:0}.warning-card p{color:var(--soft);font-size:0.88rem;margin:0}.quiz-wrap{background:var(--card-bg);border:1px solid var(--border);border-radius:16px;padding:2rem}.quiz-question{background:var(--bg-main);border:1px solid var(--border);border-radius:10px;padding:1rem 1.2rem;margin-bottom:0.8rem;display:flex;align-items:center;gap:1rem;cursor:pointer;transition:border-color 0.2s}.quiz-question:hover{border-color:var(--sky)}.quiz-question input[type="checkbox"]{width:18px;height:18px;accent-color:var(--sky);flex-shrink:0}.quiz-question label{color:var(--soft);font-size:0.9rem;cursor:pointer;margin:0}#quiz-result{display:none;margin-top:1.2rem;padding:1.2rem 1.5rem;border-radius:10px;font-size:0.92rem}#quiz-result.safe{background:rgba(34,197,94,0.1);border:1px solid rgba(34,197,94,0.3);color:#86efac}#quiz-result.caution{background:rgba(250,204,21,0.08);border:1px solid rgba(250,204,21,0.3);color:#fde68a}#quiz-result.concern{background:rgba(248,113,113,0.08);border:1px solid rgba(248,113,113,0.3);color:#fca5a5}.highlight-box{background:linear-gradient(135deg,#1a2f4a,#1e3a5f);border-left:4px solid var(--sky);border-radius:8px;padding:1.2rem 1.5rem;margin:1rem 0}.highlight-box p{color:var(--soft);margin:0;font-size:0.92rem}.highlight-box-green{background:rgba(34,197,94,0.06);border-left:4px solid var(--green);border-radius:8px;padding:1.2rem 1.5rem;margin:1rem 0}.highlight-box-green p{color:var(--soft);margin:0;font-size:0.92rem}.highlight-box-gold{background:rgba(250,204,21,0.06);border-left:4px solid var(--gold);border-radius:8px;padding:1.2rem 1.5rem;margin:1rem 0}.highlight-box-gold p{color:var(--soft);margin:0;font-size:0.92rem}.step-item{display:flex;gap:1.2rem;align-items:flex-start;margin-bottom:1.6rem}.step-num{width:40px;height:40px;background:linear-gradient(135deg,var(--sky),#38bdf8);color:#0b1829;font-family:'Rajdhani',sans-serif;font-weight:700;font-size:1.1rem;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.step-body h6{color:var(--text);font-size:0.97rem;margin-bottom:0.25rem}.step-body p{color:var(--soft);font-size:0.88rem;margin:0}.commit-card{background:var(--card-bg);border:1px solid var(--border);border-radius:14px;padding:1.5rem;text-align:center;transition:border-color 0.2s,transform 0.2s}.commit-card:hover{border-color:var(--gold);transform:translateY(-3px)}.commit-card .cc-num{font-family:'Rajdhani',sans-serif;font-size:2.4rem;font-weight:700;color:var(--gold);line-height:1;margin-bottom:0.3rem}.commit-card p{color:var(--soft);font-size:0.85rem;margin:0}.cta-banner{background:linear-gradient(135deg,#0d1f38 0%,#18304f 100%);border:2px solid rgba(34,197,94,0.25);border-radius:18px;padding:3.2rem 2rem;text-align:center;position:relative;overflow:hidden}.cta-banner::before{content:'';position:absolute;top:-80px;right:-80px;width:300px;height:300px;background:radial-gradient(circle,rgba(34,197,94,0.06) 0%,transparent 70%);border-radius:50%;pointer-events:none}.btn-green{background:var(--green);color:#0b1829;font-weight:700;border:none;padding:0.7rem 2rem;border-radius:6px;font-size:0.95rem;transition:background 0.2s,transform 0.15s;display:inline-block}.btn-green:hover{background:var(--secondary-dark,var(--secondary));color:var(--text-light);transform:translateY(-2px)}.btn-outline-sky{border:2px solid var(--sky);color:var(--sky);font-weight:700;padding:0.7rem 2rem;border-radius:6px;font-size:0.95rem;background:transparent;transition:all 0.2s;display:inline-block}.btn-outline-sky:hover{background:var(--sky);color:#0b1829}hr.divider{border-color:var(--border)}.policy-section{margin-bottom:2.6rem;scroll-margin-top:90px}.policy-section h3{font-size:1.22rem;color:var(--sky);border-left:3px solid var(--green);padding-left:0.9rem;margin-bottom:1rem}.policy-section p{color:var(--soft);font-size:0.94rem}.policy-section ul{list-style:none;padding:0;margin:0.5rem 0 0}.policy-section ul li{color:var(--soft);font-size:0.93rem;padding:0.35rem 0;display:flex;align-items:flex-start;gap:0.6rem}.policy-section ul li i{color:var(--green);margin-top:0.22rem;flex-shrink:0}.policy-section ul li i.sky{color:var(--sky)}.policy-section ul li i.gold{color:var(--gold)}@media (max-width:767px){.commit-card .cc-num{font-size:1.8rem}}html,body{overflow-x:clip;width:100%}
