:root{--blue:#1e3a8a;--orange:#f97316;--white:#ffffff;--ink:#111827;--muted:#5d6472;--line:#e6eaf0;--soft:#f6f8fc}*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--white);line-height:1.6}a{color:var(--blue);font-weight:750}.site-header{position:sticky;top:0;z-index:20;background:var(--white);border-bottom:1px solid var(--line);box-shadow:0 8px 24px rgba(30,58,138,.07)}.nav-shell{display:grid;grid-template-columns:126px 1fr auto;align-items:center;gap:18px;padding:8px clamp(18px,5vw,92px) 4px}.brand{display:flex;align-items:center;justify-content:center;width:96px;height:78px;color:var(--ink);text-decoration:none}.brand img{width:82px;height:84px;object-fit:contain}.site-header nav{display:flex;align-items:center;justify-content:center;gap:6px;flex-wrap:wrap}.site-header nav a{display:inline-flex;align-items:center;min-height:36px;padding:5px 10px;border:2px solid var(--blue);border-radius:4px;background:var(--orange);color:var(--blue);text-decoration:none;font-size:clamp(13px,1.35vw,18px);line-height:1.05;white-space:nowrap}.login-link{justify-self:end;color:var(--orange);text-decoration:none;font-size:16px}.telegram-strip{display:flex;justify-content:center;align-items:center;gap:14px;padding:0 18px 8px;color:var(--blue);font-size:15px}.telegram-strip a{display:inline-flex;align-items:center;justify-content:center;min-width:128px;min-height:34px;border-radius:12px;background:var(--orange);color:var(--white);text-decoration:none}.content{width:min(1040px,calc(100% - 36px));margin:0 auto;padding:44px 0 72px}.content.home{width:100%;padding:0}.home-hero{background:var(--blue);color:var(--white)}.home-hero-inner{min-height:560px;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(330px,440px);gap:64px;align-items:center;width:min(1180px,calc(100% - 48px));margin:0 auto;padding:80px 0}.hero-copy h1{max-width:620px;margin:14px 0 22px;font-size:clamp(48px,5.8vw,76px);line-height:.98;color:var(--white)}.hero-copy p{max-width:620px;color:var(--white);font-size:19px}.home-kicker{margin:0;color:var(--orange);font-size:13px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.hero-actions,.offline-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.primary-action,.secondary-action,.offline-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:11px 18px;border-radius:6px;text-decoration:none}.primary-action{background:var(--orange);color:var(--white)}.secondary-action{background:var(--white);color:var(--blue)}.signup-card{background:var(--white);color:var(--blue);border-radius:24px;padding:40px 44px;box-shadow:0 24px 70px rgba(0,0,0,.22)}.signup-card h2{margin:0 0 6px;font-size:34px;color:var(--blue);line-height:1.1}.signup-card p{margin:0 0 28px;color:#667085;font-size:16px}.signup-card label{display:block;margin:16px 0 0;color:#526070;font-size:13px}.signup-card input,.signup-card select{width:100%;height:42px;margin-top:6px;border:1px solid #dde3ea;border-radius:8px;background:var(--white);padding:0 12px;font:inherit}.signup-card button{width:100%;height:46px;margin-top:22px;border:0;border-radius:8px;background:var(--orange);color:var(--white);font-weight:850;font-size:16px}.home-section{width:min(1180px,calc(100% - 48px));margin:0 auto;padding:70px 0}.section-heading{max-width:720px;margin-bottom:28px}.section-heading h2,.offline-band h2{font-size:clamp(32px,4vw,48px);line-height:1.05;margin:8px 0 12px;color:var(--blue)}.section-heading p,.offline-band p{color:var(--muted);font-size:18px}.program-grid,.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.program-card,.feature-grid a{display:block;padding:24px;border:1px solid var(--line);border-radius:8px;background:var(--white);text-decoration:none;color:var(--ink);box-shadow:0 12px 30px rgba(30,58,138,.08)}.program-card span{color:var(--orange);font-weight:900}.program-card h3,.feature-grid h3{margin:12px 0 8px;color:var(--blue);font-size:24px;line-height:1.15}.program-card p,.feature-grid p{margin:0;color:var(--muted);font-size:16px}.offline-band{width:min(1180px,calc(100% - 48px));margin:20px auto;padding:48px;border-radius:8px;background:var(--soft);border:1px solid var(--line)}.offline-features{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:26px}.offline-features span{padding:14px 16px;border-radius:6px;background:var(--white);color:var(--blue);font-weight:800}.offline-actions a:first-child{background:var(--orange);color:var(--white)}.offline-actions a:last-child{background:var(--blue);color:var(--white)}.hero{padding:38px 0 28px;border-bottom:1px solid var(--line);margin-bottom:28px}.eyebrow{color:var(--orange);font-weight:800;text-transform:uppercase;font-size:13px;letter-spacing:.08em}h1{font-size:clamp(34px,5vw,68px);line-height:1.02;margin:10px 0 16px}h2{font-size:clamp(23px,3vw,34px);line-height:1.2;margin:36px 0 12px}h3{font-size:22px;margin:28px 0 8px}p{font-size:18px;margin:14px 0}.meta,.description{color:var(--muted)}.featured{width:100%;max-height:520px;object-fit:cover;border-radius:8px;border:1px solid var(--line);margin:18px 0 26px}.article-body img{max-width:100%;height:auto;border-radius:8px}.article-body div{margin:0}.article-body p{margin:12px 0}.article-body a[href$=".pdf"],.download-list a{display:inline-flex;align-items:center;gap:8px;padding:10px 13px;border:1px solid var(--line);border-radius:6px;background:var(--white);text-decoration:none}.download-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:10px;padding:0;list-style:none}.post-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px}.post-card{background:var(--white);border:1px solid var(--line);border-radius:8px;padding:18px;text-decoration:none;color:var(--ink)}.post-card h2{font-size:20px;margin:0 0 8px}.post-card p{font-size:15px;color:var(--muted)}.link-list{columns:2;column-gap:34px}.site-footer{background:var(--blue);color:var(--white);padding:48px clamp(18px,5vw,92px) 24px}.footer-shell{display:grid;grid-template-columns:minmax(220px,1.25fr) repeat(4,minmax(140px,1fr));gap:28px;align-items:start}.footer-brand{display:block;width:108px;height:92px;margin-bottom:12px;background:var(--white);border-radius:6px;overflow:hidden}.footer-brand img{width:100%;height:100%;object-fit:contain}.footer-about p{max-width:300px;margin:0;color:var(--white);font-size:15px}.footer-col h2{margin:0 0 12px;color:var(--orange);font-size:17px;line-height:1.2}.footer-col a{display:block;margin:8px 0;color:var(--white);font-size:15px;text-decoration:none;font-weight:650}.footer-bottom{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-top:34px;padding-top:18px;border-top:1px solid rgba(255,255,255,.28)}.footer-bottom p{margin:0;color:var(--white);font-size:14px}.social-links{display:flex;gap:12px;flex-wrap:wrap}.social-links a{color:var(--white);font-size:14px;text-decoration:none}@media(max-width:980px){.nav-shell{grid-template-columns:96px 1fr;gap:12px}.login-link{display:none}.brand{width:84px;height:70px}.brand img{width:70px;height:72px}.home-hero-inner{grid-template-columns:1fr;gap:34px;padding:54px 0}.signup-card{max-width:540px}.program-grid,.feature-grid{grid-template-columns:1fr 1fr}.offline-features{grid-template-columns:1fr 1fr}.footer-shell{grid-template-columns:1fr 1fr}.footer-about{grid-column:1/-1}}@media(max-width:720px){.nav-shell{display:block;padding:10px 14px}.brand{justify-content:center;margin:0 auto}.site-header nav{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding:8px 0 2px}.telegram-strip{font-size:13px;gap:8px;flex-wrap:wrap}.content{width:min(100% - 28px,1040px);padding-top:28px}.home-hero-inner,.home-section,.offline-band{width:min(100% - 28px,1180px)}.hero-copy h1{font-size:42px}.hero-copy p,.section-heading p,.offline-band p,p{font-size:16px}.signup-card{padding:28px 22px;border-radius:18px}.program-grid,.feature-grid,.offline-features{grid-template-columns:1fr}.offline-band{padding:30px 22px}.link-list{columns:1}.footer-shell{grid-template-columns:1fr}.footer-bottom{display:block}.social-links{margin-top:12px}}
.site-footer{background:var(--white);color:var(--blue);padding:34px clamp(22px,5vw,84px) 22px;border-top:1px solid var(--line)}.footer-shell{display:grid;grid-template-columns:minmax(230px,1.1fr) repeat(4,minmax(150px,1fr));gap:30px;align-items:start}.footer-brand{display:block;width:144px;height:auto;margin-bottom:16px;background:transparent;border-radius:0;overflow:visible}.footer-brand img{width:144px;height:auto;object-fit:contain}.footer-about p{max-width:310px;margin:0;color:var(--blue);font-size:15px;line-height:1.55}.footer-col h2{margin:8px 0 14px;color:var(--blue);font-size:24px;line-height:1.15}.footer-col ul{margin:0;padding-left:18px}.footer-col li{margin:9px 0;color:var(--blue)}.footer-col a{color:var(--blue);font-size:15px;text-decoration:underline;font-weight:750}.footer-bottom{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-top:26px;padding-top:18px;border-top:1px solid var(--line)}.footer-bottom p{margin:0;color:var(--blue);font-size:14px}.social-links{display:flex;gap:12px;flex-wrap:wrap}.social-links a{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:var(--blue);color:var(--white);font-size:10px;line-height:1;text-decoration:none;text-transform:uppercase}.page-hero{padding:58px 0 34px}.page-hero h1{max-width:820px;color:var(--blue)}.breadcrumbs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:18px;font-size:14px}.breadcrumbs a,.breadcrumbs span{color:var(--blue)}.breadcrumbs span:before{content:"/";margin-right:8px;color:var(--muted)}.domain-block,.pyq-year,.solution-method,.course-board,.reserved-panel,.cuet-tool-panel,.tool-note{width:min(1120px,100%);margin:0 auto 38px}.compact-heading{max-width:760px;margin-bottom:18px}.compact-heading h2{margin:0 0 6px;color:var(--blue);font-size:34px}.compact-heading p{margin:0;color:var(--muted)}.subject-grid,.pdf-grid,.course-board,.reserved-grid,.method-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.subject-card,.pdf-card,.course-slot,.reserved-grid div,.method-grid div,.diagnostic-card{display:block;padding:22px;border:1px solid var(--line);border-radius:8px;background:var(--white);box-shadow:0 10px 28px rgba(30,58,138,.07);text-decoration:none;color:var(--ink)}.subject-card span,.pdf-card span,.course-slot span,.diagnostic-card span{color:var(--orange);font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.06em}.subject-card h3,.pdf-card h3,.course-slot h2,.diagnostic-card h2{margin:8px 0;color:var(--blue);font-size:24px;line-height:1.15}.subject-card p,.pdf-card p,.course-slot p,.reserved-panel p,.diagnostic-card li{margin:0;color:var(--muted);font-size:15px}.notes-cta,.reserved-panel,.solution-method,.cuet-tool-panel,.tool-note{padding:28px;border:1px solid var(--line);border-radius:8px;background:var(--soft)}.notes-cta{width:min(1120px,100%);margin:0 auto 30px}.notes-cta h2,.reserved-panel h2,.solution-method h2,.tool-heading h2,.tool-note h2{margin-top:0;color:var(--blue)}.inline-actions,.year-jump,.tool-switch,.tool-stats,.result-pills{display:flex;gap:12px;flex-wrap:wrap}.inline-actions a,.year-jump a,.course-slot a,.tool-switch a,.tool-action{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:9px 14px;border-radius:6px;background:var(--orange);color:var(--white);text-decoration:none}.year-jump{width:min(1120px,100%);margin:0 auto 28px}.pyq-hero,.notes-hero,.courses-hero,.cuet-tool-hero{border-bottom:0}.diagnostic-card{background:var(--white);color:var(--blue)}.diagnostic-card ul{margin:14px 0 0;padding-left:18px}.tool-stats span,.tool-chip,.status-pill{display:inline-flex;align-items:center;min-height:34px;padding:6px 10px;border-radius:999px;background:#eef3ff;color:var(--blue);font-size:13px;font-weight:800}.tool-stats strong{margin-right:4px;color:var(--orange)}.tool-switch{width:min(1120px,100%);margin:0 auto 24px}.tool-switch a{background:var(--blue)}.tool-heading{max-width:790px;margin-bottom:18px}.tool-heading p,.tool-note p{color:var(--muted)}.tool-form{display:grid;gap:16px}.tool-form label{display:grid;gap:7px;color:var(--blue);font-weight:850}.tool-form input,.tool-form select{min-height:42px;border:1px solid var(--line);border-radius:8px;background:var(--white);padding:0 12px;font:inherit}.tool-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.subject-picker{display:flex;flex-wrap:wrap;gap:8px;max-height:214px;overflow:auto;padding:10px;border:1px solid var(--line);border-radius:8px;background:var(--white)}.subject-choice{display:inline-flex;align-items:center;gap:7px;min-height:34px;padding:6px 10px;border:1px solid var(--line);border-radius:999px;background:var(--white);color:var(--blue);font-size:13px;font-weight:800}.subject-choice input{width:16px;height:16px;min-height:16px}.tool-action{border:0;font-weight:900;width:max-content}.tool-output{display:grid;gap:14px;margin-top:20px}.tool-empty{padding:22px;border:1px dashed var(--line);border-radius:8px;background:var(--white);color:var(--muted);text-align:center}.result-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.summary-card,.result-card,.combo-card{padding:16px;border:1px solid var(--line);border-radius:8px;background:var(--white);box-shadow:0 10px 28px rgba(30,58,138,.06)}.summary-card strong{display:block;color:var(--blue);font-size:24px}.summary-card span{color:var(--muted);font-size:13px}.result-card{display:grid;gap:10px}.result-card h3,.combo-card h3{margin:0;color:var(--blue);font-size:21px}.result-card p,.combo-card p{margin:0;color:var(--muted);font-size:15px}.status-eligible{background:#ecfdf3;color:#166534}.status-likely{background:#eef3ff;color:var(--blue)}.status-manual{background:#fff7ed;color:#9a3412}.status-not{background:#fff1f2;color:#9f1239}.source-link{font-size:14px}.combo-list{display:grid;gap:12px}.combo-rank{display:inline-grid;place-items:center;width:30px;height:30px;border-radius:50%;background:var(--orange);color:var(--white);font-weight:900;margin-right:8px}.combo-subjects{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.combo-subjects span{padding:6px 9px;border-radius:999px;background:#eef3ff;color:var(--blue);font-size:13px;font-weight:800}@media(max-width:980px){.footer-shell{grid-template-columns:1fr 1fr}.footer-about{grid-column:1/-1}.subject-grid,.pdf-grid,.course-board,.reserved-grid,.method-grid,.tool-grid{grid-template-columns:1fr 1fr}.result-summary{grid-template-columns:1fr 1fr}}@media(max-width:720px){.footer-shell,.subject-grid,.pdf-grid,.course-board,.reserved-grid,.method-grid,.tool-grid,.result-summary{grid-template-columns:1fr}.site-footer{padding:28px 20px}.footer-col h2{font-size:22px}.footer-bottom{display:block}.social-links{margin-top:12px}.page-hero{padding:38px 0 24px}.cuet-tool-panel,.tool-note{padding:20px}.tool-action{width:100%}}