@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap");*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;color:#1a1a1a;background:#ffffff}.container{max-width:1200px;margin:0 auto;padding:0 24px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:linear-gradient(135deg,#1e40af,#3b82f6);color:white;padding:14px 28px;text-decoration:none;border-radius:12px;font-weight:600;font-size:1rem;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px rgba(102,126,234,.2)}.btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(102,126,234,.3)}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-outline{background:transparent;border:2px solid white;color:white}.btn-outline:hover{background:white;color:#1e40af}.btn-secondary{background:linear-gradient(135deg,#6c757d,#495057)}.section{padding:80px 0}.nav{background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 1px 20px rgba(0,0,0,.1);position:fixed;width:100%;top:0;z-index:1000}.nav-content{display:flex;justify-content:space-between;align-items:center;padding:20px 0}.nav-logo{font-size:1.5rem;font-weight:800;background:linear-gradient(135deg,#1e40af,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.nav-center{display:flex;align-items:center;gap:16px}.nav-location{font-size:15px;color:#4a5568;font-weight:500}.nav-cta{background:white;color:#1e40af;padding:8px 20px;border-radius:8px;font-weight:600;font-size:14px;border:2px solid #1e40af;cursor:pointer;transition:all .3s ease;white-space:nowrap}.nav-cta:hover{background:#1e40af;color:white;transform:translateY(-2px);box-shadow:0 4px 12px rgba(30,64,175,.25)}.nav-links{display:flex;list-style:none;gap:32px;align-items:center}.nav-links a{text-decoration:none;color:#4a5568;font-weight:500;transition:color .3s ease}.nav-links a:hover{color:#1e40af}.hero{background:linear-gradient(135deg,#1e40af,#3b82f6);color:white;min-height:100vh;display:flex;overflow:hidden}.hero,.hero-content{align-items:center;position:relative}.hero-content{display:grid;grid-template-columns:1fr 400px;grid-gap:60px;gap:60px;z-index:2}.hero-text h1{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1;margin-bottom:24px}.hero-highlight{background:linear-gradient(45deg,#ffd700,#ffed4e);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-subtitle{font-size:1.4rem;font-weight:500;margin-bottom:16px;opacity:.9}.hero-description{font-size:1.1rem;margin-bottom:32px;opacity:.8;line-height:1.6}.hero-buttons{gap:20px;margin-bottom:32px}.hero-buttons,.hero-skills{display:flex;flex-wrap:wrap}.hero-skills{gap:12px}.skill-tag{background:rgba(255,255,255,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:8px 16px;border-radius:25px;font-size:.9rem;font-weight:500;border:1px solid rgba(255,255,255,.2)}.headshot{width:100%;height:500px;object-fit:cover;border-radius:20px;box-shadow:0 25px 50px rgba(0,0,0,.3);border:4px solid rgba(255,255,255,.1)}.about-section{background:#f8fafc}.about-content{max-width:800px;margin:0 auto;text-align:center}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:24px;background:linear-gradient(135deg,#1e40af,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-align:center}.about-text{font-size:1.2rem;line-height:1.8;color:#4a5568;margin-bottom:24px;text-wrap:pretty}.about-content p:last-child{margin-top:40px;font-size:.95rem}.about-item{position:relative;margin-bottom:32px;padding:24px;border-radius:12px;background:white;box-shadow:0 2px 8px rgba(0,0,0,.04);transition:all .3s ease}.about-item:hover{box-shadow:0 4px 16px rgba(0,0,0,.08);transform:translateY(-2px)}.about-item-highlight{background:linear-gradient(135deg,rgba(30,64,175,.03),rgba(59,130,246,.03));border-left:4px solid #3b82f6}.about-item .about-text{margin-bottom:0}.about-text strong{color:#1e40af;font-weight:600}.about-content .about-item:last-child{margin-bottom:0}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:32px;gap:32px;margin-top:48px}.project-card{background:white;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.1);padding:32px;transition:all .3s ease;border:1px solid #e2e8f0;position:relative;overflow:hidden}.project-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#1e40af,#3b82f6)}.project-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.15)}.project-title{font-size:1.4rem;font-weight:700;color:#2d3748;margin-bottom:12px}.project-description{color:#4a5568;line-height:1.6;margin-bottom:16px}.project-metrics{background:linear-gradient(135deg,#10b981,#059669);color:white;padding:8px 16px;border-radius:25px;font-size:.9rem;font-weight:600;display:inline-block;margin-bottom:20px}.tech-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}.tech-tag{background:#e2e8f0;color:#4a5568;padding:6px 12px;border-radius:15px;font-size:.8rem;font-weight:500}.project-links{display:flex;gap:12px}.project-links .btn{padding:10px 20px;font-size:.9rem}.early-career-section{margin-top:4rem;padding-top:3rem;border-top:1px solid rgba(0,0,0,.1)}.subsection-title{font-size:1.75rem;font-weight:700;margin-bottom:.5rem;color:#2d3748}.subsection-intro{color:#718096;margin-bottom:1.5rem;font-size:1.1rem}.projects-expandable summary{cursor:pointer;padding:1.25rem;background:rgba(30,64,175,.05);border-radius:12px;display:flex;justify-content:space-between;align-items:center;list-style:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:all .3s ease}.projects-expandable summary::-webkit-details-marker{display:none}.projects-expandable summary:hover{background:rgba(30,64,175,.08)}.brands{color:#667eea;font-weight:600;font-size:.95rem}.chevron{transition:transform .3s ease;font-size:.8rem;color:#4a5568}.projects-expandable[open] .chevron{transform:rotate(180deg)}.projects-expandable .projects-grid{margin-top:2rem}.contact-section{background:linear-gradient(135deg,#f8fafc,#e2e8f0);text-align:center}.contact-intro{max-width:600px;margin:0 auto 48px}.contact-intro p{font-size:1.2rem;color:#4a5568;line-height:1.6}.contact-links{display:flex;justify-content:center;gap:24px;margin-bottom:48px;flex-wrap:wrap}.contact-link{background:white;color:#4a5568;text-decoration:none;padding:16px 24px;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,.1);transition:all .3s ease;font-weight:500}.contact-link:hover{transform:translateY(-2px);color:#1e40af}.ai-container{max-width:800px;margin:0 auto;background:white;border-radius:20px;box-shadow:0 15px 35px rgba(0,0,0,.1);overflow:hidden}.ai-tabs{display:flex;background:linear-gradient(135deg,#1e40af,#3b82f6)}.ai-tab{flex:1 1;padding:20px;border:none;background:transparent;color:white;cursor:pointer;font-size:1rem;font-weight:600;transition:all .3s ease}.ai-tab.active{background:white;color:#1e40af}.ai-tab:hover:not(.active){background:rgba(255,255,255,.1)}.ai-chat-section,.recruiter-section{padding:32px}.ai-intro{text-align:center;padding:24px;background:linear-gradient(135deg,#e0e7ff,#f3e8ff);border-radius:12px}.ai-intro,.quick-questions{margin-bottom:32px}.question-buttons{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:12px;gap:12px;margin-top:16px}.question-btn{background:#f8fafc;border:2px solid #e2e8f0;padding:12px 16px;border-radius:12px;cursor:pointer;font-size:.9rem;transition:all .3s ease;text-align:left}.question-btn:hover{background:#1e40af;color:white;border-color:#1e40af;transform:translateY(-2px)}.chat-messages{max-height:400px;overflow-y:auto;margin-bottom:24px;padding:24px;background:#f8fafc;border-radius:12px}.chat-placeholder{text-align:center;padding:40px 20px;color:#718096;background:white;border-radius:12px;border:2px dashed #cbd5e0}.message{margin-bottom:16px}.message.user .message-content{background:linear-gradient(135deg,#1e40af,#3b82f6);color:white;margin-left:60px;text-align:right}.message.ai .message-content{background:white;color:#2d3748;margin-right:60px;border:1px solid #e2e8f0}.message-content{padding:16px 20px;border-radius:16px;box-shadow:0 2px 8px rgba(0,0,0,.1);line-height:1.5}.ai-icon{margin-right:8px}.typing{animation:pulse 1.5s infinite;font-style:italic}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.chat-input{display:flex;gap:12px;align-items:center}.chat-input input{flex:1 1;padding:16px 20px;border:2px solid #e2e8f0;border-radius:25px;outline:none;font-size:1rem;transition:border-color .3s ease}.chat-input input:focus{border-color:#1e40af}.chat-input button{padding:16px 24px;border-radius:25px;font-size:.95rem;white-space:nowrap}.recruiter-intro{text-align:center;margin-bottom:32px;padding:24px;background:linear-gradient(135deg,#ecfdf5,#f0fdf4);border-radius:12px}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:20px;gap:20px;margin:24px 0}.form-group label{display:block;margin-bottom:8px;font-weight:600;color:#2d3748}.form-group input{width:100%;padding:12px 16px;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus{border-color:#1e40af;outline:none}.generate-btn{width:100%;margin-top:24px;padding:16px;font-size:1.1rem}.message-preview{margin:32px 0;padding:24px;background:#f8fafc;border-radius:12px}.message-box{background:white;border:1px solid #e2e8f0;border-radius:8px;padding:20px;margin:16px 0;font-family:monospace;font-size:.9rem;max-height:300px;overflow-y:auto}.message-box pre{white-space:pre-wrap;margin:0}.quick-facts{background:linear-gradient(135deg,#ecfdf5,#f0fdf4);padding:24px;border-radius:12px;margin-top:32px}.quick-facts ul{list-style:none;padding:0}.quick-facts li{padding:8px 0;font-size:1rem}@media (max-width:768px){.container{padding:0 16px}.section{padding:60px 0}.nav-content{flex-direction:column;gap:16px}.nav-center{order:2}.nav-links{gap:20px;order:3}.nav-cta{padding:6px 16px;font-size:13px}.hero-content{grid-template-columns:1fr;gap:40px;text-align:center}.hero-image{order:-1;max-width:300px;margin:0 auto}.headshot{height:350px}.projects-grid{grid-template-columns:1fr}.contact-links{align-items:center}.ai-tabs,.contact-links{flex-direction:column}.question-buttons{grid-template-columns:1fr}.chat-input{flex-direction:column}.message.user .message-content{margin-left:0}.message.ai .message-content{margin-right:0}.form-grid{grid-template-columns:1fr}}@media (max-width:480px){.nav-location{display:none}}.footer{background:linear-gradient(135deg,#1e293b,#0f172a);color:#e2e8f0;padding:48px 0 24px}.footer-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:24px;padding-bottom:32px;border-bottom:1px solid rgba(255,255,255,.1)}.footer-name{font-size:1.2rem;font-weight:700;color:white;margin-bottom:4px}.footer-tagline{font-size:.9rem;color:#94a3b8}.footer-links{display:flex;gap:24px}.footer-link{color:#cbd5e1;text-decoration:none;font-weight:500;font-size:.95rem;transition:color .3s ease}.footer-link:hover{color:#3b82f6}.footer-status{display:flex;align-items:center}.status-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(16,185,129,.1);border:1px solid rgba(16,185,129,.3);color:#34d399;padding:8px 16px;border-radius:25px;font-size:.85rem;font-weight:500}.status-dot{width:8px;height:8px;background:#10b981;border-radius:50%;animation:pulse-dot 2s infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:24px;font-size:.85rem;color:#64748b}.back-to-top{color:#94a3b8;text-decoration:none;font-weight:500;transition:color .3s ease}.back-to-top:hover{color:#3b82f6}@media (max-width:768px){.footer-content{flex-direction:column;text-align:center}.footer-links{justify-content:center}.footer-bottom{flex-direction:column;gap:12px;text-align:center}}