@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root,html[data-theme=light]{--bg:#f8f9fc;--surface:#fff;--surface-2:#f1f3f9;--accent:#4f6ef7;--accent-hover:#3b58e0;--text:#1a1d27;--text-muted:#6b7280;--border:#e2e8f0;--error:#ef4444;--success:#22c55e}html[data-theme=dark]{--bg:#0f1117;--surface:#1a1d27;--surface-2:#22263a;--accent:#7289fa;--accent-hover:#8fa0ff;--text:#e8eaf6;--text-muted:#9ca3af;--border:#2d3250;--error:#f87171;--success:#4ade80}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,sans-serif;line-height:1.5;transition:background-color .3s,color .3s}a{color:var(--accent);text-decoration:none}button{cursor:pointer;font-family:inherit}.container{max-width:1280px;margin:0 auto;padding:0 1rem}.text-muted{color:var(--text-muted)}.text-error{color:var(--error)}.text-success{color:var(--success)}.card{background-color:var(--surface);border:1px solid var(--border);border-radius:.5rem;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-4{gap:1rem}.gap-2{gap:.5rem}.w-full{width:100%}.layout-3col{flex-direction:column;gap:1.5rem;display:flex}.main-content{flex-grow:1;min-width:0}.ad-sidebar{flex-shrink:0;width:160px;display:none}@media (width>=1024px){.layout-3col{flex-direction:row;align-items:flex-start}.ad-sidebar{display:block;position:sticky;top:5rem}}.hide-on-mobile{display:block}@media (width<=640px){.hide-on-mobile{display:none!important}}.home-title{margin-bottom:1rem;font-size:3rem}.home-subtitle{font-size:1.25rem}.calc-grid-scientific{grid-template-columns:repeat(8,1fr);gap:.75rem;display:grid}.footer-links{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}@media (width<=768px){.home-title{font-size:2rem}.home-subtitle{font-size:1rem}.calc-grid-scientific{grid-template-columns:repeat(4,1fr);gap:.5rem}.card{padding:1rem}.footer-links a,.footer-links span{font-size:.8rem}.container{padding:0 .75rem}}@media (width<=480px){.card{border-radius:.5rem;padding:.75rem}.calc-grid-scientific{grid-template-columns:repeat(3,1fr);gap:.35rem}.grid-2col-responsive{grid-template-columns:1fr!important}.home-title{font-size:1.6rem}.home-subtitle{font-size:.9rem}footer .container>div{flex-direction:column;align-items:center;gap:.5rem}header span[style]{font-size:1.1rem!important}input[type=number],input[type=text],input[type=date],select{font-size:16px!important}.gpa-name-col{display:none}}@media (width<=360px){.calc-grid-scientific{grid-template-columns:repeat(3,1fr);gap:.25rem}.card{padding:.5rem}}@media (pointer:coarse){button{min-height:40px}}.grid-auto{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.grid-2col{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}@media (width<=560px){.grid-2col{grid-template-columns:1fr}}.gap-3{gap:.75rem}
