:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;overflow-x:hidden}h1{font-size:3.2em;line-height:1.1}.navbar{position:fixed;top:1rem;left:50%;transform:translate(-50%);display:flex;justify-content:space-between;align-items:center;width:90%;padding:1rem 2rem;background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:15px;border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 16px #ffffff1a;z-index:1000}.navbar-brand a{color:#fff;text-decoration:none;font-size:1.5rem;font-weight:700}.navbar-links{display:flex;gap:2rem}.navbar-links a{color:#fff;text-decoration:none;transition:color .3s ease}.navbar-links a:hover{color:#64ffda}.hamburger{display:none;flex-direction:column;cursor:pointer;gap:5px;width:30px;height:24px;justify-content:center;align-items:center}.hamburger .bar{width:25px;height:3px;background:#fff;transition:.3s ease}.hamburger.open .bar:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.open .bar:nth-child(2){opacity:0}.hamburger.open .bar:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media (max-width: 768px){.hamburger{display:flex}.navbar-links{position:absolute;margin-top:1rem;top:100%;left:50%;transform:translate(-50%);width:90%;background:#242424;border-radius:10px;border:1px solid rgba(255,255,255,.2);box-shadow:0 4px 8px #ffffff1a;display:none;flex-direction:column;align-items:center;padding:1rem 0;gap:1rem;opacity:0;transition:opacity .3s ease-in-out}.navbar-links.active{display:flex;opacity:1}}.home{width:100vw;min-height:100vh;display:flex;justify-content:center;align-items:center;padding:8rem 2rem 2rem;background-color:transparent;color:#fff;text-align:center}.profile-container{width:90%;max-width:1200px;margin:0 auto;text-align:center;animation:fadeIn 1s ease-in;background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:15px;border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 16px #ffffff1a;padding:3rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.profile-image{width:300px;height:300px;margin-bottom:2rem;border-radius:50%;overflow:hidden;border:4px solid #64ffda}.profile-image img{width:100%;height:100%;object-fit:cover}.name{font-size:3rem;margin-bottom:1rem;color:#fff}.title{font-size:1.5rem;color:#64ffda;margin-bottom:1.5rem}.description{font-size:1.1rem;line-height:1.6;margin-bottom:2rem;color:#a8b2d1}.social-links{display:flex;justify-content:center;gap:2rem}.social-links a{color:#fff;font-size:2rem;transition:color .3s ease}.social-links a:hover{color:#64ffda}@media (max-width: 768px){.profile-container{padding:2rem}.profile-image{width:200px;height:200px}.name{font-size:2.5rem}.title{font-size:1.2rem}.description{font-size:1rem}}@media (max-width: 480px){.profile-container{padding:1.5rem}.profile-image{width:150px;height:150px}.name{font-size:2rem}}.projects{width:100vw;min-height:100vh;padding:8rem 2rem 2rem;background-color:transparent;color:#fff}.projects-shell{width:min(1200px,92%);margin:0 auto}.projects-kicker{margin:0 0 .75rem;text-align:center;letter-spacing:.18em;text-transform:uppercase;color:#8ef7e5;font-size:.85rem}.projects h1{margin:0;text-align:center;color:#64ffda}.projects-intro{max-width:720px;margin:1rem auto 3rem;text-align:center;color:#c7d2eb;line-height:1.7}.projects-section-header{margin:0 0 1.5rem}.projects-section-header h2{margin:0 0 .4rem;color:#f4fbff;font-size:1.6rem}.projects-section-header p{margin:0;color:#9fb0d1;line-height:1.6}.archive-header{margin-top:3.5rem}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.featured-grid{margin-bottom:.5rem}.project-card{display:flex;flex-direction:column;gap:1rem;min-height:100%;padding:1.75rem;border-radius:18px;background:linear-gradient(180deg,#112240eb,#0a192fe0),#ffffff0a;box-shadow:0 18px 40px #020c1b52;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.featured-card{border:1px solid rgba(100,255,218,.3)}.archive-card{border:1px solid rgba(100,255,218,.18)}.project-card:hover{transform:translateY(-6px);border-color:#64ffda73;box-shadow:0 24px 48px #020c1b73}.project-repo{margin:0;color:#8ef7e5;font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;line-height:1.5;overflow-wrap:anywhere;word-break:break-word}.project-card h3{margin:0;color:#f4fbff;font-size:1.35rem}.project-summary{margin:0;color:#a8b2d1;line-height:1.7}.tech-stack{display:flex;flex-wrap:wrap;gap:.55rem}.tech-tag{padding:.35rem .8rem;border-radius:999px;background:#64ffda24;color:#7cf7e1;font-size:.9rem}.features-list{flex:1}.features-list h4{margin:0 0 .8rem;color:#64ffda;font-size:1rem}.features-list ul{margin:0;padding:0;list-style:none}.features-list li{position:relative;margin-bottom:.7rem;padding-left:1.25rem;color:#c7d2eb;line-height:1.6}.features-list li:before{content:"▹";position:absolute;left:0;color:#64ffda}.project-timeline{margin-top:auto;color:#9fb0d1;font-size:.92rem}.project-timeline p{margin:.2rem 0}.project-links{display:flex;gap:.9rem;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.8rem 1.2rem;border-radius:10px;text-decoration:none;font-weight:600;transition:transform .2s ease,opacity .2s ease}.github-btn{background:#64ffda;color:#0a192f}.demo-btn{border:1px solid rgba(100,255,218,.55);background:transparent;color:#64ffda}.btn:hover{transform:translateY(-2px);opacity:.9}@media (max-width: 768px){.projects{padding:8rem 1rem 1rem}.projects-shell{width:100%}.projects-grid{grid-template-columns:1fr}.project-card{padding:1.25rem}.project-card h3{font-size:1.2rem}.project-links{flex-direction:column}.btn{width:100%}}.resume{width:100vw;min-height:100vh;padding:8rem 2rem 2rem;background-color:transparent;color:#fff}.resume-shell{width:min(1200px,92%);margin:0 auto}.resume-kicker{margin:0 0 .75rem;text-align:center;letter-spacing:.18em;text-transform:uppercase;color:#8ef7e5;font-size:.85rem}.resume h1{margin:0;text-align:center;color:#64ffda}.resume-intro{max-width:720px;margin:1rem auto 2rem;text-align:center;color:#c7d2eb;line-height:1.7}.resume-actions{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;min-width:180px;padding:.85rem 1.35rem;border-radius:10px;text-decoration:none;font-weight:700;background:#64ffda;color:#08111f;transition:transform .2s ease,opacity .2s ease}.secondary-button{background:transparent;color:#64ffda;border:1px solid rgba(100,255,218,.55)}.button:hover{transform:translateY(-2px);opacity:.9}.resume-preview{padding:1.25rem;border-radius:18px;border:1px solid rgba(100,255,218,.18);background:linear-gradient(180deg,#112240eb,#0a192fe0),#ffffff0a;box-shadow:0 18px 40px #020c1b52;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.resume-frame{width:100%;min-height:78vh;border:0;border-radius:12px;background:#fff}.resume-fallback{margin:0;color:#c7d2eb;text-align:center;line-height:1.7}.resume-fallback a{color:#64ffda}@media (max-width: 768px){.resume{padding:8rem 1rem 1rem}.resume-shell{width:100%}.resume-actions{flex-direction:column}.button{width:100%}.resume-preview{padding:.9rem}.resume-frame{min-height:70vh}}.contact{width:100vw;min-height:100vh;padding:8rem 2rem 2rem;background-color:transparent;color:#fff}.contact h1{text-align:center;margin-bottom:3rem;color:#64ffda}.contact-content{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;animation:fadeIn 1s ease-in}.contact-item{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:15px;border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 16px #ffffff1a;padding:2rem;text-align:center;transition:transform .3s ease}.contact-item:hover{transform:translateY(-5px)}.icon{font-size:2.5rem;color:#64ffda;margin-bottom:1rem}.contact-item h3{color:#fff;margin-bottom:1rem}.contact-item p,.contact-item a{color:#a8b2d1;text-decoration:none;transition:color .3s ease}.contact-item a:hover{color:#64ffda}.submit-button{width:100%;padding:.75rem;background:#64ffda;color:#121212;border:none;border-radius:5px;font-size:1rem;font-weight:700;cursor:pointer;transition:opacity .3s ease}.submit-button:hover{opacity:.8}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.contact{padding:8rem 1rem 1rem}.contact-content{grid-template-columns:1fr}}.footer{width:100%;text-align:center;display:flex;justify-content:center;align-items:center;padding:1.5rem 0;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff}.footer-content{max-width:1200px;margin:0 auto;text-align:center}.footer-brand{margin-bottom:2rem}.footer-brand a{color:#64ffda;text-decoration:none;font-size:1.5rem;font-weight:700}.footer-links{display:flex;justify-content:center;gap:2rem;margin-bottom:2rem}.footer-links a{color:#fff;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#64ffda}.footer-bottom{color:#a8b2d1;font-size:.9rem}@media (max-width: 768px){.footer{padding:2rem 1rem}.footer-links{gap:1rem;flex-direction:column}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background-image:url(/assets/background-B5reo7vw.svg);background-repeat:no-repeat;background-position:center;background-size:cover;background-attachment:fixed;color:#fff;line-height:1.6}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1}::selection{background-color:#64ffda4d;color:#64ffda}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background:#333;border-radius:6px}::-webkit-scrollbar-thumb:hover{background:#444}
