@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap";:root{font-family:Space Grotesk,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.7;font-weight:400;--page-bg: #f7f7f5;--surface: #ffffff;--text-primary: #0b0b0b;--text-muted: #333333;--border-color: rgba(15, 15, 15, .08);--accent-color: #0f62fe;--accent-muted: rgba(15, 98, 254, .12);--shadow-soft: 0 20px 60px rgba(15, 15, 15, .08);color:var(--text-primary);background-color:var(--page-bg);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*,*:before,*:after{box-sizing:border-box}body{margin:0;background-color:var(--page-bg);color:var(--text-primary)}img{max-width:100%;display:block}h1,h2,h3,h4,h5,h6{font-weight:600;margin:0;letter-spacing:-.01em}p{margin:0}.app-shell{min-height:100vh;display:flex;flex-direction:column;background-color:var(--page-bg);color:var(--text-primary)}.app-main{flex:1;width:min(1200px,100%);margin:0 auto;padding:3.5rem 1.75rem 4.5rem}.page{display:flex;flex-direction:column;gap:4rem}.section-block{display:flex;flex-direction:column;gap:1.5rem}.section-heading{text-align:center;max-width:760px;margin:0 auto}.section-heading h1,.section-heading h2{margin-bottom:.5rem}.section-heading p{color:var(--text-muted)}.navbar{position:sticky;top:0;z-index:10;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 2rem;background:#fffffffa;border-bottom:1px solid var(--border-color);box-shadow:0 8px 25px #0a0a0a0a}.nav-brand{font-weight:700;letter-spacing:.08em;text-transform:uppercase}.nav-links{display:flex;gap:1.75rem}.nav-link{color:var(--text-muted);text-decoration:none;font-size:.95rem;letter-spacing:.05em;text-transform:uppercase}.nav-link.active{color:var(--text-primary)}.linkedin-link{width:2.75rem;height:2.75rem;display:grid;place-items:center;border-radius:50%;background-color:var(--accent-muted);color:var(--accent-color);text-decoration:none}.linkedin-link svg{width:1.25rem;height:1.25rem}.site-footer{border-top:1px solid var(--border-color);background-color:var(--surface);padding:2.5rem 1.5rem;text-align:center}.site-footer p{margin-bottom:.5rem}.footer-links{margin-top:1rem;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;align-items:center}.footer-link{display:inline-flex;align-items:center;gap:.35rem;text-decoration:none;color:var(--text-primary);font-weight:500}.footer-link svg{width:1rem;height:1rem}.hero{padding:3rem 2rem;background:linear-gradient(135deg,#fff,#f3f5ff);border-radius:32px;text-align:center;display:flex;flex-direction:column;gap:1.5rem;box-shadow:var(--shadow-soft)}.hero h1{font-size:clamp(2.8rem,7vw,4.4rem);line-height:1.15}.hero-copy{max-width:70ch;margin:0 auto;font-size:1.15rem;color:#1f1f1f}.hero-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem}.accent-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.95rem 1.85rem;border-radius:999px;border:none;background:var(--accent-color);color:#fff;text-decoration:none;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.secondary-button{border-radius:999px;border:1px solid var(--border-color);background:transparent;color:var(--text-primary);padding:.95rem 1.85rem;text-decoration:none;font-weight:600;letter-spacing:.08em}.text-link{color:var(--accent-color);text-decoration:none;font-weight:500}.eyebrow{text-transform:uppercase;letter-spacing:.32em;font-size:.82rem;color:var(--text-muted)}.carousel{overflow-x:auto;scrollbar-width:thin}.carousel-track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(280px,1fr);gap:1.25rem}.carousel-card{background:var(--surface);border-radius:1.5rem;border:1px solid var(--border-color);overflow:hidden;display:flex;flex-direction:column;min-height:360px;box-shadow:0 15px 30px #0f0f0f0f}.carousel-card img{height:200px;width:100%;object-fit:cover}.carousel-card-body{padding:1.5rem;display:flex;flex-direction:column;gap:.6rem}.project-carousel .carousel-card{min-height:420px}.project-carousel .carousel-card-body{flex:1}.project-carousel .carousel-card-body a{margin-top:auto}.about-grid,.interest-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.about-card{border-radius:1.5rem;padding:2rem;background:var(--surface);border:1px solid var(--border-color);box-shadow:0 15px 35px #0f0f0f14;display:flex;flex-direction:column;gap:.75rem;text-align:center}.about-card p{color:var(--text-muted)}.tag-list{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.tag{padding:.35rem .9rem;border-radius:999px;background:var(--accent-muted);color:var(--accent-color);font-weight:600;font-size:.9rem}.project-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.project-card{display:flex;flex-direction:column;text-decoration:none;border-radius:1.75rem;border:1px solid var(--border-color);background-color:var(--surface);overflow:hidden;box-shadow:0 20px 45px #0f0f0f14;min-height:420px}.project-card img{height:220px;object-fit:cover;width:100%}.project-card-body{padding:1.75rem;display:flex;flex-direction:column;gap:.75rem;color:var(--text-primary)}.project-card-body p{color:var(--text-muted)}.project-card .accent-button{margin-top:auto;align-self:flex-start;box-shadow:none}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem}.skill-card{padding:1.75rem;border-radius:1.5rem;border:1px solid var(--border-color);background-color:var(--surface);box-shadow:0 12px 30px #0f0f0f0d}.skill-card h3{margin-bottom:.75rem}.skill-card p{color:var(--text-muted)}.resume-page .section-heading{text-align:center}.resume-actions{display:flex;justify-content:center;margin-bottom:1.5rem}.download-button{display:inline-flex;align-items:center;gap:.6rem;padding:1rem 2rem;border-radius:999px;border:none;background:var(--accent-color);color:#fff;font-weight:600;text-transform:uppercase;letter-spacing:.1em;text-decoration:none}.download-button svg{width:1rem;height:1rem}.resume-frame{width:min(900px,100%);margin:0 auto;border-radius:1.5rem;overflow:hidden;border:1px solid var(--border-color);background-color:#fff;box-shadow:var(--shadow-soft);height:900px}.resume-frame iframe{width:110%;height:1250px;border:none;transform:scale(.85);transform-origin:top center}.project-template{display:flex;flex-direction:column;gap:2.5rem}.project-header{text-align:center;display:flex;flex-direction:column;gap:.75rem}.project-description{color:var(--text-muted);max-width:65ch;margin:0 auto}.project-hero img{width:100%;border-radius:1.75rem;border:1px solid var(--border-color);object-fit:cover;max-height:520px;box-shadow:var(--shadow-soft)}.project-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.project-panel{background-color:var(--surface);border-radius:1.5rem;border:1px solid var(--border-color);padding:1.75rem;box-shadow:0 12px 30px #0f0f0f0f}.project-panel ul{margin-top:.75rem;display:flex;flex-direction:column;gap:.75rem}.pill-list{flex-direction:row;flex-wrap:wrap;gap:.6rem}.pill-list li{padding:.4rem 1rem;border-radius:999px;background-color:var(--accent-muted);color:var(--accent-color);border:none;font-weight:600}.project-gallery .gallery-grid{margin-top:1rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem}.project-gallery figure{border-radius:1.25rem;overflow:hidden;border:1px solid var(--border-color);background-color:var(--surface);box-shadow:0 10px 25px #0f0f0f0d}.project-gallery img{width:100%;height:220px;object-fit:cover}.project-gallery figcaption{padding:.75rem 1rem;font-size:.95rem;color:var(--text-muted)}.back-link{text-decoration:none;color:var(--text-muted);text-transform:uppercase;letter-spacing:.18em;font-size:.8rem}.about-me-copy{max-width:70ch;margin:0 auto;text-align:center;color:var(--text-muted)}@media(max-width:768px){.navbar{flex-wrap:wrap;gap:1rem;padding:1rem 1.5rem}.nav-links{width:100%;justify-content:space-between}.app-main{padding:2.5rem 1.25rem 3.5rem}.hero{padding:2.5rem 1.25rem}.resume-frame{height:720px}}
