@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;600;700&family=JetBrains+Mono:wght@400;700&display=swap";:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%;min-height:100vh}.hero{position:relative;padding:2rem 3rem!important;min-height:100vh;display:flex;align-items:center;justify-content:center}.hero-grid{display:grid;grid-template-columns:1fr 1.8fr;gap:3rem;max-width:1600px;width:100%;align-items:center;max-height:calc(100vh - 4rem)}.profile-section{display:flex;flex-direction:column;gap:1.5rem}.profile-card{max-width:220px;padding:1rem;margin:0 auto;transition:all .3s ease;background:#ffffffe6;border:1px solid rgba(0,0,0,.1);border-radius:16px;box-shadow:0 2px 12px #00000014}.profile-card:hover{box-shadow:0 4px 20px #0000001f;transform:translateY(-2px)}.profile-image{width:100%;aspect-ratio:1;border-radius:12px;overflow:hidden;border:3px solid rgba(255,255,255,.4);box-shadow:0 8px 24px #00000026}.profile-image img{width:100%;height:100%;object-fit:cover;filter:grayscale(20%) contrast(1.1);transition:filter .3s ease}.profile-card:hover .profile-image img{filter:grayscale(0%) contrast(1.2)}.profile-info{text-align:center}.profile-info h2{font-size:1.6rem;font-weight:600;color:var(--primary);margin-bottom:.6rem}.profile-info .title{font-size:.85rem;color:var(--text-secondary);margin:.2rem 0}.profile-info .quote{font-size:.9rem;color:var(--primary);font-style:italic;margin-top:.8rem;font-weight:500}.interests{display:flex;gap:.6rem;justify-content:center;flex-wrap:wrap}.interest-badge{padding:.5rem 1rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;transition:all .3s ease;background:#ffffffe6;border:1px solid rgba(0,0,0,.1);border-radius:12px;box-shadow:0 1px 6px #0000000f}.interest-badge:hover{box-shadow:0 2px 12px #0000001a;transform:translateY(-1px)}.connect-section{width:100%;max-width:220px;margin:1.5rem auto 0}.contact-icons{display:flex;gap:.8rem;justify-content:center}.contact-icon-btn{width:48px;height:48px;display:flex;align-items:center;justify-content:center;font-family:JetBrains Mono,monospace;font-size:1.1rem;font-weight:700;color:var(--primary);text-decoration:none;background:var(--glass-bg);border:2px solid rgba(255,255,255,.4);border-radius:50%;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.contact-icon-btn:before{content:"";position:absolute;inset:0;background:var(--accent);opacity:0;transition:opacity .3s ease;z-index:-1}.contact-icon-btn:hover{border-color:#fff9}.contact-icon-btn:hover:before{opacity:.08}.projects-section{display:flex;flex-direction:column;gap:1.5rem;max-height:100%;overflow-y:auto;overflow-x:hidden}@media(max-width:1024px){.projects-section{max-height:none;overflow-y:visible}}.projects-heading{font-size:2rem;font-weight:600;color:var(--primary);margin-bottom:0}.projects-list{display:grid;gap:1rem}.project-item{padding:1.5rem;transition:all .3s ease;background:#fffffff2;border:1px solid rgba(0,0,0,.1);border-radius:16px;box-shadow:0 2px 12px #00000014}.project-item:hover{box-shadow:0 4px 20px #0000001f;transform:translateY(-2px)}.project-wrapper{position:relative;display:flex;flex-direction:column}.company-badge-corner{position:absolute;top:0;right:0;font-family:JetBrains Mono,monospace;font-size:.65rem;padding:.25rem .7rem;background:#0000000d;border-radius:6px;color:#636366;white-space:nowrap}.project-item h4{font-size:1.3rem;color:#1d1d1f;font-weight:600;margin:0 0 .5rem}.project-tagline{font-size:.9rem;color:#424245;line-height:1.5;margin:0 0 1rem}.founder-badge{font-family:JetBrains Mono,monospace;font-size:.65rem;padding:.3rem .6rem;background:var(--primary);color:#fff;border-radius:6px;font-weight:700;letter-spacing:.05em;white-space:nowrap;position:absolute;bottom:0;right:0}.company-badge{font-family:JetBrains Mono,monospace;font-size:.65rem;padding:.25rem .7rem;background:#0000000d;border-radius:6px;color:var(--text-secondary);white-space:nowrap}.project-links{display:flex;gap:1.2rem;flex-wrap:wrap}.project-link{font-family:JetBrains Mono,monospace;color:var(--accent);text-decoration:none;font-size:.75rem;font-weight:600;transition:all .3s ease;position:relative}.project-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:var(--accent);transition:width .3s ease}.project-link:hover{color:var(--primary)}.project-link:hover:after{width:100%;background:var(--primary)}@media(max-width:1024px){.hero-grid{grid-template-columns:1fr;gap:3rem}.profile-section{align-items:center;margin-bottom:2rem}.projects-section{padding-top:2rem}}.modal-overlay{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:1000;padding:2rem}.qr-modal{max-width:300px;width:100%;padding:2.5rem;position:relative;display:flex;flex-direction:column;align-items:center;gap:1rem;border:2px solid rgba(255,255,255,.4)}.qr-modal img{width:240px;height:240px;border-radius:12px;border:2px solid rgba(255,255,255,.3)}.qr-modal p{font-size:.9rem;color:var(--text-secondary);text-align:center;margin:0;font-weight:500}.modal-close{position:absolute;top:1rem;right:1rem;width:32px;height:32px;border:none;background:#0000000d;border-radius:50%;font-size:1.5rem;color:var(--text-secondary);cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.modal-close:hover{background:#0000001a;transform:rotate(90deg)}@media(max-width:768px){.hero{padding:3rem 1.5rem 2rem!important;min-height:100vh;height:auto;align-items:flex-start}.hero-grid{gap:2rem;max-height:none;align-items:flex-start;margin-top:0}.profile-section{margin-bottom:2rem}.profile-card{max-width:180px;width:180px;margin:0 auto}.profile-image{width:100%}.profile-info h2{font-size:1.5rem}.profile-info .title{font-size:.8rem}.profile-info .quote{font-size:.85rem}.interests{flex-wrap:wrap}.interest-badge{font-size:.7rem;padding:.4rem .8rem}.contact-icons{gap:1rem}.contact-icon-btn{width:56px;height:56px;font-size:1.3rem}.projects-heading{font-size:1.8rem}.project-item{padding:1.5rem}.project-item h4{font-size:1.2rem}.project-tagline{font-size:.85rem}.company-badge-corner,.founder-badge{font-size:.6rem;padding:.2rem .5rem}.project-link{font-size:.7rem}.modal-overlay{padding:1rem}.qr-modal{padding:2rem}.qr-modal img{width:200px;height:200px}}:root{--bg: #f8f9fa;--primary: #1d1d1f;--secondary: #424245;--accent: #06c;--text: #1d1d1f;--text-secondary: #86868b;--glass-bg: rgba(255, 255, 255, .75);--glass-border: rgba(255, 255, 255, .3);--card-shadow: rgba(0, 0, 0, .08)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}html,body{font-family:Space Grotesk,sans-serif;background:#e5e5e7;color:var(--text);overflow-x:hidden;position:relative;width:100%;max-width:100vw}.app{position:relative;min-height:100vh;width:100%;max-width:100vw;overflow-x:hidden;z-index:1;isolation:isolate}.glass{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);border:1px solid var(--glass-border);border-radius:16px;box-shadow:0 8px 32px #0000001a,0 2px 8px #0000000d}section{min-height:100vh;padding:6rem 3rem 4rem;display:flex;flex-direction:column;justify-content:center;align-items:center}.section-title{font-size:clamp(2.5rem,6vw,3.5rem);font-weight:600;color:var(--primary);margin-bottom:5rem;letter-spacing:-.02em}@media(max-width:768px){section{padding:4rem 1.5rem}.section-title{margin-bottom:3rem}}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid var(--accent);outline-offset:2px;border-radius:4px}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{animation-duration:.01ms!important;transition-duration:.01ms!important}}
