*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{background:radial-gradient(circle at top,#1f2937 0,#020617 40%,#000);color:#e5e7eb;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased}:root{--accent: #22d3ee;--accent-soft: rgba(34, 211, 238, .15);--border-subtle: rgba(148, 163, 184, .45)}.app{min-height:100vh;display:flex;flex-direction:column}.nav{position:sticky;top:0;z-index:10;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(to right,#0f172ad9,#0f172a66,#0f172ad9);border-bottom:1px solid var(--border-subtle);padding:.75rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.nav-logo{width:2.25rem;height:2.25rem;border-radius:999px;border:1px solid var(--accent);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.95rem;color:var(--accent);box-shadow:0 0 18px #22d3ee73}.nav-links{display:flex;gap:1.5rem;font-size:.95rem}.nav-links a{color:#e5e7eb;text-decoration:none;position:relative;padding-bottom:2px}.nav-links a:after{content:"";position:absolute;left:0;bottom:0;height:1px;width:0;background:linear-gradient(to right,var(--accent),#a855f7);transition:width .2s ease-out}.nav-links a:hover:after{width:100%}.main{flex:1;max-width:960px;margin:0 auto;padding:2rem 1.5rem 3rem}.hero{padding:3rem 0 2rem}.hero-content{max-width:720px}.hero-pill{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .75rem;border-radius:999px;border:1px solid var(--accent-soft);background:#0f172ae6;color:#a5b4fc;font-size:.75rem;margin-bottom:1rem}.hero-title{font-size:clamp(2rem,4vw,2.7rem);font-weight:700;margin-bottom:.5rem}.hero-title .accent{color:var(--accent)}.hero-subtitle{font-size:1.05rem;color:#cbd5f5;margin-bottom:.5rem}.hero-tagline{font-size:.95rem;color:#9ca3af;max-width:36rem}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.btn{border-radius:999px;padding:.55rem 1.2rem;border:1px solid transparent;font-size:.9rem;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.btn-primary{background:linear-gradient(135deg,var(--accent),#a855f7);color:#0b1120;font-weight:600;box-shadow:0 10px 30px #22d3ee73}.btn-primary:hover{filter:brightness(1.08)}.btn-ghost{border-color:var(--border-subtle);color:#e5e7eb;background:#0f172ae6}.btn-ghost:hover{border-color:var(--accent)}.section{padding:2.5rem 0 1rem}.section-title{font-size:1.3rem;margin-bottom:.75rem;color:#e5e7eb}.section-text{color:#9ca3af;font-size:.95rem;line-height:1.6;margin-bottom:1.5rem;line-height:1.7}.projects-grid{display:grid;grid-template-columns:1fr;gap:1rem;margin-top:1rem}.project-card{border-radius:.9rem;border:1px solid var(--border-subtle);background:radial-gradient(circle at top left,#111827,#020617);padding:1rem;box-shadow:0 15px 40px #0f172ae6}.project-card h3{font-size:1.05rem;margin-bottom:.35rem}.project-card p{font-size:.9rem;color:#9ca3af;margin-bottom:.75rem}.project-tech{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.5rem}.project-tech span{font-size:.75rem;border-radius:999px;padding:.15rem .55rem;background:var(--accent-soft);color:#e0f2fe}.project-link{font-size:.85rem;color:var(--accent);text-decoration:none}.project-link:hover{text-decoration:underline}.contact-card{border-radius:.9rem;border:1px solid var(--border-subtle);background:#0f172af2;padding:1rem}.contact-card p{font-size:.9rem;color:#d1d5db;margin-bottom:.5rem}.contact-list{list-style:none;font-size:.9rem;color:#9ca3af}.contact-label{font-weight:600;color:#e5e7eb}.contact-list a{color:var(--accent);text-decoration:none}.contact-list a:hover{text-decoration:underline}.footer{border-top:1px solid var(--border-subtle);padding:.75rem 1.5rem;display:flex;align-items:center;justify-content:space-between;font-size:.8rem;color:#6b7280;background:#020617eb}.footer-right{display:flex;gap:.75rem;font-size:1.1rem}.footer-right a{color:#9ca3af}.footer-right a:hover{color:var(--accent)}@media(max-width:640px){.nav-links{gap:1rem;font-size:.85rem}.main{padding-inline:1rem}.footer{flex-direction:column;gap:.4rem;align-items:flex-start}}.section-placeholder{margin-top:1.5rem;padding:1.5rem 1.75rem;border-radius:.75rem;border:1px dashed rgba(148,163,184,.7);background:#0f172a99}.section-placeholder-pill{display:inline-flex;align-items:center;gap:.4rem;font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;padding:.25rem .7rem;border-radius:999px;background:#3b82f61f;color:#e5e7eb}.section-placeholder-text{margin-top:.75rem;font-size:.95rem;line-height:1.5;color:#cbd5f5}.hero-with-photo{display:flex;align-items:center;gap:2rem}.hero-photo-wrapper{flex-shrink:0}.hero-photo{width:180px;height:180px;border-radius:50%;object-fit:cover;border:3px solid rgba(255,255,255,.2)}@media(max-width:768px){.hero-with-photo{flex-direction:column;text-align:center}.hero-content{align-items:center}}
