*,:before,:after{box-sizing:border-box}*{margin:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}img,picture,video,canvas,svg{max-width:100%;display:block}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root{isolation:isolate}.app{flex-direction:column;min-height:100vh;display:flex;position:relative}.background-gradient{z-index:-1;background:linear-gradient(135deg,#667eea 0%,#764ba2 50%,#f093fb 100%);position:fixed;inset:0}.container{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1.5rem;padding:2rem;display:flex}.card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;background:#fffffff2;border-radius:24px;width:100%;max-width:500px;padding:2.5rem 3rem;box-shadow:0 25px 50px -12px #00000040}.details-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:24px;width:100%;max-width:900px;padding:2rem 2.5rem;box-shadow:0 25px 50px -12px #00000040}@media (prefers-color-scheme:dark){.card,.details-section{background:#1e1e28f2}}.profile-section{margin-bottom:1.5rem}.name{color:#1a1a2e;letter-spacing:-.02em;margin:0 0 .5rem;font-size:2.5rem;font-weight:700}@media (prefers-color-scheme:dark){.name{color:#f0f0f0}}.title{color:#667eea;margin:0;font-size:1.25rem;font-weight:500}.contact-section{flex-direction:column;gap:.75rem;margin-bottom:1.5rem;display:flex}.contact-item{color:#4a4a5a;border-radius:8px;justify-content:center;align-items:center;gap:.75rem;padding:.5rem 1rem;text-decoration:none;transition:all .2s;display:flex}.contact-item:hover{color:#667eea;background:#667eea1a}@media (prefers-color-scheme:dark){.contact-item{color:#b0b0b0}.contact-item:hover{color:#a0aef0;background:#667eea33}}.contact-item .icon{font-size:1.1rem}.social-section{justify-content:center;gap:1rem;display:flex}.social-link{border-radius:12px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.social-link.linkedin{color:#fff;background:#0077b5}.social-link.linkedin:hover{background:#005885;transform:translateY(-2px);box-shadow:0 4px 12px #0077b566}.social-link.github{color:#fff;background:#24292e}.social-link.github:hover{background:#1a1e22;transform:translateY(-2px);box-shadow:0 4px 12px #24292e66}.social-link.wellfound{color:#fff;background:#d64727}.social-link.wellfound:hover{background:#b83b1f;transform:translateY(-2px);box-shadow:0 4px 12px #d6472766}.social-link svg{font-size:1.2rem}.highlights-section{text-align:center;margin-bottom:1.5rem}.highlights-section h2{color:#1a1a2e;justify-content:center;align-items:center;gap:.5rem;margin:0 0 1.25rem;font-size:1.1rem;font-weight:600;display:flex}.highlights-section .section-icon{color:#f59e0b;font-size:1rem}@media (prefers-color-scheme:dark){.highlights-section h2{color:#f0f0f0}}.highlights-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}@media (width<=768px){.highlights-grid{grid-template-columns:1fr}}.highlight-card{text-align:left;background:#667eea0d;border-left:3px solid #667eea;border-radius:12px;flex-direction:column;gap:.5rem;padding:1rem 1.25rem;display:flex}@media (prefers-color-scheme:dark){.highlight-card{background:#667eea1a}}.highlight-card .company{color:#667eea;text-transform:uppercase;letter-spacing:.5px;font-size:.85rem;font-weight:600}.highlight-card .achievement{color:#4a4a5a;font-size:.9rem;line-height:1.5}@media (prefers-color-scheme:dark){.highlight-card .achievement{color:#b0b0b0}}.resume-section{text-align:center;border-top:1px solid #667eea33;padding-top:1.5rem}.resume-section h2{color:#1a1a2e;margin:0 0 1rem;font-size:1.25rem;font-weight:600}@media (prefers-color-scheme:dark){.resume-section h2{color:#f0f0f0}}.resume-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.btn{border-radius:10px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.btn-secondary{color:#667eea;background:0 0;border:2px solid #667eea}.btn-secondary:hover{background:#667eea1a;transform:translateY(-2px)}.footer{text-align:center;color:#fffc;padding:1.5rem;font-size:.9rem}.footer p{margin:0}@media (width<=600px){.container{padding:1rem}.card{margin:0;padding:1.5rem}.details-section{padding:1.5rem}.name{font-size:2rem}.social-section{flex-direction:column}.social-link{justify-content:center}.resume-actions{flex-direction:column}.btn{justify-content:center}}
