:root{--bg-color: #050505;--text-main: #fcfcfc;--text-muted: #888888;--accent: #4f46e5}:where(.astro-j7pv25f6){box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-main);font-family:Outfit,Inter,sans-serif;-webkit-font-smoothing:antialiased;min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden}.bg-glow:where(.astro-j7pv25f6){position:fixed;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at 50% 50%,#1e1e2866,#050505 50%);z-index:-1;animation:slowRotate 30s linear infinite}@keyframes slowRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.container:where(.astro-j7pv25f6){max-width:1400px;margin:0 auto;padding:2rem 4rem;width:100%;display:flex;flex-direction:column;flex:1}header:where(.astro-j7pv25f6){display:flex;justify-content:space-between;align-items:center;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1);animation:fadeInDown 1s ease-out}.logo:where(.astro-j7pv25f6){font-weight:700;font-size:1.5rem;letter-spacing:.05em;color:var(--text-main);text-decoration:none}.nav-links:where(.astro-j7pv25f6){display:flex;gap:3rem}.nav-links:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6){color:var(--text-muted);text-decoration:none;font-weight:500;font-size:1.1rem;transition:color .3s ease;position:relative}.nav-links:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6):hover,.nav-links:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6).active{color:var(--text-main)}.nav-links:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6):after{content:"";position:absolute;width:0%;height:2px;bottom:-4px;left:0;background-color:var(--text-main);transition:width .3s ease}.nav-links:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6):hover:after,.nav-links:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6).active:after{width:100%}.time-display:where(.astro-j7pv25f6){color:var(--text-muted);font-family:Inter,sans-serif;font-size:.9rem}main:where(.astro-j7pv25f6){flex:1;display:flex;flex-direction:column;justify-content:center;padding:6rem 0;animation:fadeInUp 1.2s ease-out forwards;opacity:0}.intro-badge:where(.astro-j7pv25f6){display:inline-block;padding:.5rem 1rem;border:1px solid rgba(255,255,255,.2);border-radius:50px;font-size:.9rem;color:var(--text-muted);margin-bottom:2rem;backdrop-filter:blur(10px)}h1:where(.astro-j7pv25f6){font-size:clamp(3rem,5vw,5.5rem);font-weight:400;line-height:1.1;letter-spacing:-.02em;max-width:1100px;margin-bottom:2rem}h1:where(.astro-j7pv25f6) span:where(.astro-j7pv25f6).highlight{background:linear-gradient(120deg,#fff,#888);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-style:italic;font-weight:300}.bio:where(.astro-j7pv25f6){font-family:Inter,sans-serif;font-size:1.25rem;color:var(--text-muted);max-width:800px;line-height:1.6;font-weight:300}.teaching-section:where(.astro-j7pv25f6){padding:6rem 0;animation:fadeInUp 1.5s ease-out forwards;opacity:0;border-top:1px solid rgba(255,255,255,.1)}.section-title:where(.astro-j7pv25f6){font-size:2.5rem;font-weight:500;margin-bottom:1rem}.section-desc:where(.astro-j7pv25f6){font-family:Inter,sans-serif;color:var(--text-muted);font-size:1.1rem;max-width:600px;margin-bottom:3rem;line-height:1.6}.course-grid:where(.astro-j7pv25f6){display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.course-card:where(.astro-j7pv25f6){background:#1e1e1e66;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:2rem;transition:transform .3s ease,background .3s ease;text-decoration:none;display:flex;flex-direction:column;height:100%}.course-card:where(.astro-j7pv25f6):hover{transform:translateY(-5px);background:#28283299;border-color:#fff3}.course-card:where(.astro-j7pv25f6) h3:where(.astro-j7pv25f6){font-size:1.3rem;color:var(--text-main);margin-bottom:1rem;font-weight:500}.course-card:where(.astro-j7pv25f6) p:where(.astro-j7pv25f6){color:var(--text-muted);font-size:.95rem;line-height:1.5;font-family:Inter,sans-serif;flex-grow:1}.course-badge:where(.astro-j7pv25f6){align-self:flex-start;padding:.25rem .75rem;background:#ffffff1a;border-radius:20px;font-size:.8rem;color:#fff;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}footer:where(.astro-j7pv25f6){display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;padding:3rem 0;border-top:1px solid rgba(255,255,255,.1);animation:fadeInUp 1.8s ease-out forwards;opacity:0}.footer-col:where(.astro-j7pv25f6) h3:where(.astro-j7pv25f6){font-size:.85rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:1.2rem}.footer-col:where(.astro-j7pv25f6) p:where(.astro-j7pv25f6),.footer-col:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6){color:var(--text-main);font-size:1rem;margin-bottom:.5rem;text-decoration:none;display:block;transition:opacity .3s}.footer-col:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6):hover{opacity:.7}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){.container:where(.astro-j7pv25f6){padding:2rem}footer:where(.astro-j7pv25f6){grid-template-columns:repeat(2,1fr);gap:3rem}}@media (max-width: 768px){.nav-links:where(.astro-j7pv25f6){display:none}footer:where(.astro-j7pv25f6){grid-template-columns:1fr}h1:where(.astro-j7pv25f6){font-size:2.5rem}}
