@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap";:root{--bg-primary: #0a0a0a;--bg-secondary: #111111;--bg-card: #161616;--bg-card-hover: #1a1a1a;--border: rgba(255, 255, 255, .06);--border-hover: rgba(255, 255, 255, .12);--text-primary: #e8e8e8;--text-secondary: #999999;--text-muted: #666666;--accent: #a0a0a0;--accent-hover: #ffffff;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;font-weight:400;color:var(--text-primary);background:var(--bg-primary);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html{scroll-behavior:smooth;scrollbar-width:none}html::-webkit-scrollbar{display:none}body{margin:0;min-width:320px;min-height:100vh}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}#root{min-height:100vh}::selection{background:#ffffff26}.site{max-width:1100px;margin:0 auto;padding:0 1.5rem}.header{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:1rem 0;border-bottom:1px solid var(--border);background:var(--bg-primary)}.logo{font-size:1.1rem;font-weight:600;letter-spacing:-.02em;color:var(--text-primary)}.nav{display:flex;gap:2rem}.nav a{font-size:.875rem;color:var(--text-secondary);transition:color .2s}.nav a:hover{color:var(--text-primary)}.nav a.active{color:#fff;text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:1.5px}.header-links{display:none}.header-icons{display:flex;gap:1rem}.header-icons a{color:var(--text-muted);transition:color .2s;display:flex;align-items:center}.header-icons a:hover{color:var(--text-primary)}.hero{padding:5rem 0 4rem;border-bottom:1px solid var(--border)}.hero-content{display:grid;grid-template-columns:1fr auto;gap:4rem;align-items:start}.hero-greeting{margin:0 0 .75rem;font-size:.875rem;font-weight:500;color:var(--text-secondary);letter-spacing:.04em}.hero h1{margin:0;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;line-height:1.1;letter-spacing:-.03em;color:var(--text-primary)}.hero-accent{color:var(--text-secondary)}.hero-bio{max-width:540px;margin:1.5rem 0 0;font-size:1rem;line-height:1.7;color:var(--text-secondary)}.hero-cta{display:flex;gap:1rem;margin-top:2rem}.btn-primary{display:inline-flex;align-items:center;padding:.7rem 1.4rem;border-radius:8px;background:var(--text-primary);color:var(--bg-primary);font-size:.875rem;font-weight:600;transition:opacity .2s}.btn-primary:hover{opacity:.85}.btn-secondary{display:inline-flex;align-items:center;padding:.7rem 1.4rem;border-radius:8px;border:1px solid var(--border-hover);color:var(--text-secondary);font-size:.875rem;font-weight:500;transition:border-color .2s,color .2s}.btn-secondary:hover{border-color:var(--text-muted);color:var(--text-primary)}.hero-aside{display:flex;flex-direction:column;align-items:center;gap:2rem}.hero-photo{width:130px;height:130px;border-radius:50%;overflow:hidden;border:2px solid rgba(255,255,255,.15);box-shadow:0 0 0 4px #ffffff0a,0 8px 24px #00000080}.hero-photo img{width:100%;height:100%;object-fit:cover}.hero-stats{display:flex;flex-direction:column;gap:1rem}.stat{display:flex;flex-direction:column;align-items:center;gap:.15rem}.stat-value{font-size:1.25rem;font-weight:700;color:var(--text-primary);font-family:JetBrains Mono,monospace}.stat-label{font-size:.7rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em}.stat-location{order:3}.section{padding:4rem 0;border-bottom:1px solid var(--border);scroll-margin-top:60px}.section-header{margin-bottom:2.5rem}.section-header h2{margin:0;font-size:1.75rem;font-weight:700;letter-spacing:-.02em;color:var(--text-primary)}.section-subtitle{margin:.5rem 0 0;font-size:.95rem;color:var(--text-muted)}.projects-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.project-card{padding:1.75rem;border-radius:12px;background:var(--bg-card);border:1px solid var(--border);transition:border-color .3s,background .3s;display:flex;flex-direction:column}.project-card:hover{border-color:var(--border-hover);background:var(--bg-card-hover)}.project-card:first-child{grid-column:1 / -1}.project-card-header{margin-bottom:1rem}.project-tag{display:inline-block;padding:.3rem .7rem;border-radius:6px;background:#ffffff0d;border:1px solid var(--border);font-size:.7rem;font-weight:500;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em}.project-card h3{margin:0 0 .75rem;font-size:1.35rem;font-weight:600;color:var(--text-primary);letter-spacing:-.01em}.project-desc{margin:0 0 .5rem;font-size:.925rem;line-height:1.65;color:var(--text-secondary)}.project-detail{margin:0;font-size:.825rem;line-height:1.6;color:var(--text-muted)}.project-links{display:flex;gap:1rem;margin-top:auto;padding-top:1.25rem}.project-link{display:inline-flex;align-items:center;gap:.35rem;font-size:.825rem;font-weight:500;color:var(--text-secondary);transition:color .2s}.project-link:hover{color:var(--text-primary)}.arrow{font-size:.9em;transition:transform .2s}.project-link:hover .arrow{transform:translate(2px,-2px)}.project-link.project-link-live{background:#fff;padding:.35rem .75rem;border-radius:6px;color:#0a0a0a;border:1px solid #fff}.project-link.project-link-live:hover{background:#e0e0e0;color:#0a0a0a;border-color:#e0e0e0}.skills-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.skill-group{padding:1.5rem;border-radius:12px;background:var(--bg-card);border:1px solid var(--border)}.skill-group h4{margin:0 0 1rem;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-secondary)}.skill-group ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.5rem}.skill-group li{font-size:.875rem;color:var(--text-muted);padding-left:.75rem;position:relative}.skill-group li:before{content:"";position:absolute;left:0;top:.55em;width:4px;height:4px;border-radius:50%;background:var(--text-muted);opacity:.4}.about-layout{display:grid;grid-template-columns:1.4fr 1fr;gap:2.5rem;align-items:start}.about-main{display:flex;flex-direction:column;gap:1.25rem}.about-main p{margin:0;font-size:1.05rem;line-height:1.8;color:var(--text-secondary)}.about-sidebar{display:flex;flex-direction:column;gap:1rem}.about-card{padding:1.5rem;border-radius:12px;background:var(--bg-card);border:1px solid var(--border);transition:border-color .3s}.about-card:hover{border-color:var(--border-hover)}.about-card h4{margin:0 0 .5rem;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-primary)}.about-card p{margin:0;font-size:.875rem;line-height:1.65;color:var(--text-secondary)}.contact-section{border-bottom:none}.contact-layout{display:grid;grid-template-columns:1fr 1.3fr;gap:4rem;align-items:start}.contact-left h2{margin:0 0 1rem;font-size:2rem;font-weight:700;letter-spacing:-.02em;color:var(--text-primary)}.contact-blurb{margin:0 0 2rem;font-size:.95rem;line-height:1.7;color:var(--text-secondary)}.contact-direct{display:flex;flex-direction:column;gap:1.25rem}.contact-direct-item{display:flex;flex-direction:column;gap:.2rem}.contact-direct-label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.contact-direct a{font-size:.9rem;color:var(--text-secondary);transition:color .2s}.contact-direct a:hover{color:var(--text-primary)}.email-interactive{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.email-link{font-size:.9rem;color:var(--text-secondary);transition:color .2s}.email-link:hover{color:var(--text-primary)}.email-copy-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid var(--border);border-radius:6px;background:var(--bg-card);color:var(--text-muted);cursor:pointer;transition:color .2s,border-color .2s}.email-copy-btn:hover{color:var(--text-primary);border-color:var(--border-hover)}.email-copied-toast{font-size:.75rem;color:#4ade80;animation:fade-in .15s ease}@keyframes fade-in{0%{opacity:0;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}.contact-form{display:flex;flex-direction:column;gap:1.25rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-field{display:flex;flex-direction:column;gap:.4rem}.form-field label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.form-field input,.form-field textarea{padding:.7rem .85rem;border-radius:8px;border:1px solid var(--border);background:var(--bg-card);color:var(--text-primary);font-size:.9rem;transition:border-color .2s;resize:none;overflow:hidden}.form-field input::placeholder,.form-field textarea::placeholder{color:var(--text-muted);opacity:.6}.form-field input:focus,.form-field textarea:focus{outline:none;border-color:var(--text-muted)}.btn-submit{display:inline-flex;align-items:center;gap:.5rem;align-self:flex-start;padding:.75rem 1.5rem;border-radius:8px;border:none;background:var(--text-primary);color:var(--bg-primary);font-size:.875rem;font-weight:600;cursor:pointer;transition:opacity .2s}.btn-submit:hover{opacity:.85}.btn-submit:disabled{opacity:.5;cursor:not-allowed}.form-success{margin:0;font-size:.875rem;color:#4ade80}.form-error{margin:0;font-size:.875rem;color:#f87171}.footer{padding:2.5rem 0;border-top:1px solid var(--border)}.footer-inner{display:flex;justify-content:space-between;align-items:center}.footer p{margin:0;font-size:.8rem;color:var(--text-muted)}.footer-links{display:flex;gap:1.5rem}.footer-links a{font-size:.8rem;color:var(--text-muted);transition:color .2s}.footer-links a:hover{color:var(--text-primary)}@media (max-width: 860px){.hero-content{grid-template-columns:1fr;gap:2.5rem}.hero-aside{flex-direction:row;justify-content:flex-start;gap:2rem}.hero-stats{flex-direction:row;gap:1.5rem}.projects-grid{grid-template-columns:1fr}.project-card:first-child{grid-column:auto}.skills-grid{grid-template-columns:1fr 1fr}.about-layout{grid-template-columns:1fr;gap:2rem}.contact-layout{grid-template-columns:1fr;gap:2.5rem}.nav{gap:1.25rem}}@media (max-width: 600px){.site{padding:0 1rem}.header{flex-wrap:wrap;gap:.5rem;padding:.75rem 0;justify-content:center}.logo{display:none}.nav{gap:1rem}.nav a{font-size:.8rem}.header-icons{margin-left:.5rem;padding-left:1rem;border-left:1px solid var(--border)}.hero{padding:2rem 0}.hero-greeting{font-size:.8rem;margin-bottom:.5rem}.hero h1{font-size:1.75rem}.hero-bio{font-size:.875rem;line-height:1.6;margin-top:1rem}.hero-cta{margin-top:1.5rem;flex-wrap:wrap}.btn-primary,.btn-secondary{font-size:.8rem;padding:.6rem 1.1rem}.hero-content{position:relative}.hero-aside{position:static;flex-direction:column;align-items:flex-start;gap:0}.hero-photo{position:absolute;top:0;right:0;width:65px;height:65px}.hero-stats{display:flex;flex-direction:row;gap:1rem;align-items:flex-start;justify-content:space-between;width:100%}.stat{align-items:center}.stat-value{font-size:.9rem;white-space:nowrap}.stat-label{font-size:.6rem;text-align:center;line-height:1.3}.stat-label-desktop{display:none}.stat-location{order:0}.stat-location .stat-label{white-space:nowrap}.section{padding:2rem 0}.section-header h2{font-size:1.35rem}.section-subtitle{font-size:.85rem}.project-card{padding:1.25rem}.project-card h3{font-size:1.1rem}.project-desc{font-size:.85rem}.project-detail{font-size:.775rem}.project-tag{font-size:.65rem}.skills-grid{grid-template-columns:1fr 1fr;gap:.75rem}.skill-group{padding:1rem}.skill-group h4{font-size:.7rem;margin-bottom:.75rem}.skill-group li{font-size:.8rem}.about-main p{font-size:.9rem;line-height:1.7}.about-sidebar{flex-direction:column}.about-card{padding:1.25rem}.about-card h4{font-size:.75rem}.about-card p{font-size:.8rem}.contact-layout{overflow:hidden}.contact-form{min-width:0;max-width:100%}.form-field,.form-field input,.form-field textarea{min-width:0}.contact-left h2{font-size:1.35rem}.contact-blurb{font-size:.85rem;margin-bottom:1.5rem}.contact-direct a,.email-link{font-size:.8rem}.form-row{grid-template-columns:1fr}.form-row:first-child{grid-template-columns:1fr 1fr}.form-field label{font-size:.7rem}.form-field input,.form-field textarea{font-size:.85rem;padding:.6rem .75rem}.btn-submit{font-size:.8rem;padding:.65rem 1.25rem}.footer-inner{flex-direction:column-reverse;gap:1rem;text-align:center}}
