:root{--background:#f6f8f6;--surface:#fff;--surface-soft:#eef4ef;--text:#143022;--muted:#587264;--accent:#1f8f63;--accent-dark:#166645;--border:#d8e4db;--shadow:0 18px 40px rgba(20,48,34,.08);--radius:18px;--page-width:1160px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Georgia,Times New Roman,serif;background:linear-gradient(180deg,#f8fbf7,#edf4ef);color:var(--text)}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.page-shell{width:min(var(--page-width),calc(100% - 32px));margin:0 auto}.compare-card,.directory-grid article,.hero-card,.notice-card,.section,.site-footer,.site-header,.tool-card,.university-card{border-radius:var(--radius)}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:rgba(248,251,247,.92);border-bottom:1px solid rgba(216,228,219,.9)}.site-footer-inner,.site-header-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 0}.brand-lockup{display:flex;flex-direction:column;gap:4px}.brand-name{font-size:1.3rem;font-weight:700;letter-spacing:.02em}.brand-tagline,.disclaimer-text,.eyebrow,.footer-copy,.muted{color:var(--muted)}.primary-nav{display:flex;gap:18px;flex-wrap:wrap;align-items:center}.primary-nav a{font-size:.98rem}.button-link,.cta-link,button{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--accent);color:#fff;border:none;border-radius:999px;padding:12px 18px;font-weight:700;cursor:pointer}.hero{padding:56px 0 24px}.hero-card,.notice-card,.section,.tool-card{background:var(--surface);box-shadow:var(--shadow);border:1px solid var(--border)}.hero-card{padding:32px}.compare-grid,.directory-grid,.footer-grid,.hero-grid,.section-grid,.university-grid{display:grid;grid-gap:20px;gap:20px}.hero-grid{grid-template-columns:1.3fr .9fr}.compare-grid,.directory-grid,.footer-grid,.section-grid,.university-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.compare-card h3,.directory-grid h3,.hero h1,.section h2,.university-card h3{margin:0 0 12px;line-height:1.1}.hero h1{font-size:clamp(2.2rem,5vw,4rem)}.compare-card p,.directory-grid p,.hero p,.section p,.university-card p,li{line-height:1.6}.compare-card,.directory-grid article,.notice-card,.search-panel,.university-card{padding:20px;background:var(--surface-soft);border:1px solid var(--border)}.section{padding:28px;margin:24px 0}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:.75rem;font-weight:700;margin-bottom:10px}.notice-stack{display:grid;grid-gap:16px;gap:16px}.directory-grid ul,.footer-grid ul,.section ul{padding-left:18px}.footer-grid{padding:28px 0 40px}.footer-grid h4{margin:0 0 12px}.footer-copy{padding-bottom:32px}.disclaimer-box{border-left:5px solid var(--accent);background:#f5fbf7;padding:18px}.page-title{padding:34px 0 8px}.page-body{padding-bottom:40px}.page-body .section:first-child{margin-top:0}@media (max-width:900px){.compare-grid,.directory-grid,.footer-grid,.hero-grid,.section-grid,.university-grid{grid-template-columns:1fr}.site-footer-inner,.site-header-inner{flex-direction:column;align-items:flex-start}}