@charset "UTF-8";:root{--bg: #ffffff;--fg: #111111;--muted: #6b7280;--accent: #0ea5e9;--card: #f8fafc;--border: #e5e7eb;--gold: rgb(254,234,161);--teal: rgb(34,109,104);--nav-h: 64px;--bg-image: url("./media/circuit-bg-SDT6WV2X.svg");--bg-opacity: .1}html{position:relative;background:var(--bg);scroll-behavior:smooth}html:before{content:"";position:fixed;inset:0;background-image:var(--bg-image);background-repeat:no-repeat;background-position:top center;background-size:1200px auto;opacity:var(--bg-opacity);pointer-events:none;z-index:0}body{margin:0;min-height:100%;color:var(--fg);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial;position:relative;z-index:1}html{overflow-y:scroll;scroll-behavior:smooth}a{color:var(--accent);text-decoration:none}.container{max-width:1000px;margin:0 auto;padding:24px}.section{padding:32px 0 8px}.card{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:16px}.badge{display:inline-block;font-size:12px;padding:4px 8px;border:1px solid var(--border);border-radius:999px;margin-right:8px;color:var(--muted)}app-root{min-height:100svh;display:flex;flex-direction:column;box-sizing:border-box;padding-top:var(--nav-h)}main,.page,.router-wrapper{flex:1 1 auto;min-height:0}@media (max-width: 600px){html:before{background-size:900px auto;opacity:.08}}section{scroll-margin-top:var(--nav-h)}body:has(#home:target) .nav a[href="#home"],body:has(#about:target) .nav a[href="#about"],body:has(#experiences:target) .nav a[href="#experiences"],body:has(#skills:target) .nav a[href="#skills"],body:has(#education:target) .nav a[href="#education"],body:has(#certifications:target) .nav a[href="#certifications"],body:has(#contact:target) .nav a[href="#contact"]{border-bottom:2px solid var(--gold);font-weight:600}
