:root{--scholar-blue: #1a4d8c;--emerald-green: #2ecc71;--paper-white: #f8f9fa;--charcoal: #2c3e50;--light-gray: #9db9a6;--font-main: "Inter", system-ui, -apple-system, sans-serif;--font-header: "Outfit", var(--font-main)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);background-color:var(--paper-white);color:var(--charcoal);line-height:1.6}h1,h2,h3,h4{font-family:var(--font-header);color:var(--scholar-blue);font-weight:700}.container{max-width:1200px;margin:0 auto;padding:0 2rem}a{text-decoration:none;color:inherit;transition:all .3s ease}button{cursor:pointer;border:none;font-family:inherit;transition:all .3s ease}.btn-primary{background-color:var(--scholar-blue);color:#fff;padding:.8rem 2rem;border-radius:8px;font-weight:600}.btn-primary:hover{background-color:#154075;transform:translateY(-2px);box-shadow:0 4px 12px #1a4d8c33}.btn-secondary{background-color:transparent;color:var(--charcoal);padding:.8rem 2rem;border-radius:8px;border:1px solid var(--light-gray);font-weight:600}.btn-secondary:hover{border-color:var(--scholar-blue);color:var(--scholar-blue)}nav.svelte-12qhfyh{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.5rem 0;transition:all .3s ease}nav.scrolled.svelte-12qhfyh{background-color:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 0;box-shadow:0 4px 20px #0000000d}.nav-content.svelte-12qhfyh{display:flex;justify-content:space-between;align-items:center}.github-link.svelte-12qhfyh{color:var(--charcoal);display:flex;align-items:center;transition:color .3s ease;text-decoration:none;margin:0 .5rem}.github-link.svelte-12qhfyh:hover{color:var(--scholar-blue)}.logo.svelte-12qhfyh{display:flex;align-items:center;gap:.8rem;font-size:1.25rem;font-weight:700;color:var(--scholar-blue);font-family:var(--font-header)}.logo-icon.svelte-12qhfyh{background-color:var(--scholar-blue);padding:6px;border-radius:8px;display:flex;align-items:center;justify-content:center}.desktop-links.svelte-12qhfyh{display:flex;align-items:center;gap:2.5rem}.desktop-links.svelte-12qhfyh a:where(.svelte-12qhfyh){font-weight:500;font-size:.95rem}.desktop-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--scholar-blue)}.mobile-toggle.svelte-12qhfyh{display:none;background:transparent;color:var(--charcoal)}.mobile-menu.svelte-12qhfyh{position:absolute;top:100%;left:0;right:0;background:#fff;padding:2rem;display:flex;flex-direction:column;gap:1.5rem;border-top:1px solid #eee;box-shadow:0 10px 20px #0000000d}@media(max-width:768px){.desktop-links.svelte-12qhfyh{display:none}.mobile-toggle.svelte-12qhfyh{display:block}}main.svelte-12qhfyh{padding-top:80px}footer.svelte-12qhfyh{background-color:#f1f3f5;padding:4rem 0 2rem;margin-top:4rem}.footer-content.svelte-12qhfyh{display:grid;grid-template-columns:2fr 1fr 1fr;gap:4rem;margin-bottom:3rem}.footer-brand.svelte-12qhfyh p:where(.svelte-12qhfyh){margin-top:1.5rem;color:var(--light-gray);max-width:300px}.footer-links.svelte-12qhfyh{display:flex;flex-direction:column;gap:1rem}.footer-links.svelte-12qhfyh h3:where(.svelte-12qhfyh),.footer-social.svelte-12qhfyh h3:where(.svelte-12qhfyh){font-size:1.1rem;margin-bottom:.5rem}.footer-links.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--charcoal)}.social-icons.svelte-12qhfyh{display:flex;gap:1rem}.footer-bottom.svelte-12qhfyh{border-top:1px solid #dee2e6;padding-top:2rem;text-align:center;color:var(--light-gray);font-size:.9rem}@media(max-width:768px){.footer-content.svelte-12qhfyh{grid-template-columns:1fr;gap:2rem}}
