@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700;800&family=DM+Mono:wght@500&display=swap');
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'DM Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;background:#f8f9fa;color:#1a1a2e;line-height:1.7;font-size:16px}
.wrap{max-width:820px;margin:0 auto;padding:20px 18px 52px}
.breadcrumb{font-size:13px;color:#888;margin-bottom:14px}
.breadcrumb a{color:#d4450c;text-decoration:none}
.breadcrumb a:hover{text-decoration:underline}
.breadcrumb span{margin:0 5px;color:#ccc}
.hero{width:100%;border-radius:16px;overflow:hidden;margin-bottom:22px;position:relative;aspect-ratio:1200/630;background:#0f172a}
.hero-img{width:100%;height:100%;object-fit:cover;display:block}
.hero-inner{width:100%;height:100%;background:linear-gradient(135deg,#0f172a 0%,#1e1b4b 60%,#162032 100%);padding:28px 32px;display:flex;flex-direction:column;justify-content:flex-end;position:relative}
.hero-inner::before{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:70px 70px}
.hero-inner::after{content:'';position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#e85d2e,#f97316,#e85d2e)}
.hero-accent{position:absolute;right:-60px;top:50%;transform:translateY(-50%);width:340px;height:340px;border-radius:50%;background:radial-gradient(circle,rgba(232,93,46,.12) 0%,transparent 70%)}
.hero-badge{display:inline-flex;align-items:center;gap:5px;background:rgba(232,93,46,.2);border:1px solid rgba(232,93,46,.4);color:#f97316;font-size:11px;font-weight:700;padding:4px 12px;border-radius:20px;letter-spacing:.7px;text-transform:uppercase;margin-bottom:12px;position:relative;z-index:2}
.hero-title{font-size:clamp(20px,4vw,36px);font-weight:800;color:#f1f5f9;line-height:1.2;margin-bottom:6px;position:relative;z-index:2}
.hero-title .hl{color:#f97316}
.hero-sub{font-size:clamp(12px,1.8vw,14px);color:#94a3b8;margin-bottom:18px;position:relative;z-index:2}
.hero-pills{display:flex;flex-wrap:wrap;gap:6px;position:relative;z-index:2}
.hero-pill{font-size:11px;font-weight:600;padding:4px 10px;border-radius:10px;background:rgba(255,255,255,.07);color:rgba(255,255,255,.7);border:1px solid rgba(255,255,255,.1)}
.article-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}
.tag{background:#fff3ed;color:#d4450c;font-size:12px;padding:4px 10px;border-radius:20px;font-weight:600}
h1{font-size:clamp(22px,5vw,30px);font-weight:800;line-height:1.3;color:#1a1a2e;margin-bottom:10px}
.article-meta{font-size:13px;color:#888;padding-bottom:16px;border-bottom:1px solid #eee;margin-bottom:22px;display:flex;flex-wrap:wrap;gap:8px;align-items:center}
.article-meta strong{color:#1a1a2e}
.toc{background:#fff;border:1px solid #eee;border-radius:12px;padding:18px 20px;margin-bottom:28px}
.toc-title{font-size:14px;font-weight:700;color:#1a1a2e;margin-bottom:10px}
.toc ol{margin:0 0 0 18px;padding:0}
.toc li{font-size:14px;margin-bottom:5px}
.toc a{color:#d4450c;text-decoration:none}
.toc a:hover{text-decoration:underline}
h2{font-size:20px;font-weight:700;margin:34px 0 12px;color:#1a1a2e;border-left:4px solid #d4450c;padding-left:12px}
h3{font-size:17px;font-weight:700;margin:20px 0 8px;color:#333}
p{margin-bottom:14px;font-size:15px;line-height:1.75}
ul,ol{margin:0 0 16px 22px}
li{margin-bottom:8px;font-size:15px;line-height:1.65}
a{color:#d4450c;text-decoration:none}
a:hover{text-decoration:underline}
strong{color:#1a1a2e}
hr{border:none;border-top:1px solid #eee;margin:30px 0}
.table-wrap{overflow-x:auto;margin:16px 0;border-radius:10px;border:1px solid #eee}
table{width:100%;border-collapse:collapse;font-size:14px;min-width:480px}
th{background:#fff3ed;padding:11px 14px;text-align:left;font-weight:700;color:#1a1a2e;border-bottom:1px solid #f0ddd5;white-space:nowrap}
td{padding:11px 14px;border-bottom:1px solid #f5f5f5;vertical-align:top}
tr:last-child td{border-bottom:none}
tr:nth-child(even) td{background:#fafafa}
td.rank{font-weight:700;color:#d4450c;text-align:center;width:40px}
.college-card{background:#fff;border:1px solid #eee;border-radius:16px;padding:22px 24px;margin:18px 0;position:relative;overflow:hidden}
.college-card::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#d4450c,#f97316)}
.card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px;flex-wrap:wrap}
.card-rank{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#d4450c,#f97316);color:#fff;font-size:18px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.card-title-wrap{flex:1;min-width:200px}
.card-title-wrap h3{font-size:17px;font-weight:800;margin:0 0 3px;color:#1a1a2e}
.card-subtitle{font-size:13px;color:#888}
.card-badges{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:12px}
.badge{font-size:11px;font-weight:700;padding:3px 9px;border-radius:8px}
.badge.govt{background:#dcfce7;color:#15803d}
.badge.aided{background:#dbeafe;color:#1d4ed8}
.badge.private{background:#fff3ed;color:#d4450c}
.badge.auto{background:#fef9c3;color:#854d0e}
.badge.naac{background:#f5f3ff;color:#6d28d9}
.card-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:8px;margin:10px 0}
.metric{background:#f8f9fa;border-radius:8px;padding:10px 12px}
.metric-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.4px;color:#888;margin-bottom:2px}
.metric-value{font-size:14px;font-weight:700;color:#1a1a2e}
.metric-value.accent{color:#d4450c}
.card-desc{font-size:14px;color:#444;line-height:1.7;border-top:1px solid #f5f5f5;padding-top:12px;margin-top:8px}
.cutoff-mini{margin-top:10px;padding-top:10px;border-top:1px solid #f5f5f5}
.cutoff-mini-title{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#888;margin-bottom:6px}
.cutoff-row{display:flex;justify-content:space-between;align-items:center;font-size:13px;padding:4px 0;border-bottom:1px solid #f8f8f8}
.cutoff-row:last-child{border-bottom:none}
.cutoff-branch{color:#333}
.cutoff-val{font-weight:700;color:#d4450c}
.alert{border-left:4px solid;border-radius:0 10px 10px 0;padding:14px 18px;margin:18px 0}
.alert p{margin:0;font-size:14px;line-height:1.65}
.alert.info{background:#eff6ff;border-color:#3b82f6}
.alert.warning{background:#fffbeb;border-color:#f59e0b}

.faq-list{margin:16px 0}
.faq-item{background:#fff;border:1px solid #eee;border-radius:10px;padding:16px 18px;margin-bottom:10px}
.faq-item h3{font-size:15px;font-weight:700;margin:0 0 8px;color:#1a1a2e}
.faq-item p{font-size:14px;margin:0;color:#444;line-height:1.65}
.cta-box{background:linear-gradient(135deg,#1a1a2e,#2d2d52);border-radius:14px;padding:26px;margin:28px 0;text-align:center}
.cta-box h3{font-size:18px;font-weight:800;color:#fff;margin:0 0 8px}
.cta-box p{font-size:14px;color:rgba(255,255,255,.8);margin:0 0 16px;line-height:1.6}
.cta-btn{display:inline-block;background:#e85d2e;color:#fff;font-weight:700;font-size:14px;padding:12px 28px;border-radius:10px;text-decoration:none;box-shadow:0 4px 14px rgba(232,93,46,.35)}
.author-box{display:flex;align-items:flex-start;gap:16px;padding:20px;margin:28px 0;background:#fff;border:1px solid #eee;border-radius:14px}
.author-avatar{width:56px;height:56px;border-radius:50%;background:#d4450c;color:#fff;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;flex-shrink:0}
.author-info .author-label{font-size:11px;color:#d4450c;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:2px}
.author-info .author-name{font-weight:700;font-size:15px;color:#1a1a2e;margin-bottom:3px}
.author-info p{font-size:13px;color:#666;margin:0;line-height:1.6}
.related{background:#fff;border:1px solid #eee;border-radius:12px;padding:20px;margin-top:28px}
.related-title{font-size:15px;font-weight:700;color:#1a1a2e;margin:0 0 12px;padding-bottom:10px;border-bottom:1px solid #f5f5f5}
.related a{display:flex;align-items:center;gap:8px;padding:8px 0;font-size:14px;border-bottom:1px solid #f5f5f5;color:#1a1a2e;text-decoration:none}
.related a:last-child{border-bottom:none;padding-bottom:0}
.related a::before{content:'→';color:#d4450c;font-weight:700;flex-shrink:0}
.related a:hover{color:#d4450c}
.footer{text-align:center;padding:28px 20px;font-size:13px;color:#888;border-top:1px solid #eee;margin-top:36px}
.footer a{color:#d4450c;margin:0 8px}

.trend-table{margin:1.2rem 0 1.5rem;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;font-size:.85rem}
.trend-title{background:#f1f5f9;padding:.6rem 1rem;font-weight:600;color:#334155;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em}
.trend-row{display:grid;grid-template-columns:repeat(4,1fr);padding:.55rem 1rem;border-top:1px solid #e2e8f0}
.trend-row:first-of-type{border-top:none}
.trend-row.header{background:#f8fafc;font-weight:600;color:#64748b;font-size:.78rem}
.trend-row span{padding:0 .25rem}
@media(max-width:560px){
.card-metrics{grid-template-columns:1fr 1fr}
.author-box{flex-direction:column;align-items:center;text-align:center}
.hero-inner{padding:20px}
.trend-row{grid-template-columns:1fr 1fr;font-size:.75rem}
.trend-row span:nth-child(3),.trend-row span:nth-child(4){display:none}
.card-header{flex-direction:column;gap:8px}
.cta-box{padding:18px}
h2{font-size:18px}
h1{font-size:20px}
.table-wrap{font-size:12px}
th,td{padding:8px 10px}
}
@media(max-width:768px){
.wrap{padding:16px 14px 40px}
.card-metrics{grid-template-columns:repeat(2,1fr)}
.hero-inner{padding:22px 24px}
.trend-row{font-size:.82rem}
}