: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}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}#root{width:100%}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--rosewater: #f5e0dc;--flamingo: #f2cdcd;--mauve: #cba6f7;--sky: #89dceb;--green: #a6e3a1;--surface0: #313244;--surface1: #45475a;--text: #f3f6ff;width:100%}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:Poppins,sans-serif;color:var(--text);line-height:1.6;min-height:100vh;position:relative;overflow-x:hidden}.background-video{position:fixed;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;z-index:-1;pointer-events:none;background-color:#000}section{min-height:100vh}section#about{display:flex;flex-direction:column;justify-content:center;align-items:center}h2{font-weight:600;text-align:center;margin-bottom:2rem}.glass{background:#31324452;backdrop-filter:blur(16px) saturate(140%);-webkit-backdrop-filter:blur(16px) saturate(140%);border:1.5px solid rgba(255,255,255,.13);border-radius:22px;box-shadow:0 8px 32px #1f26872e;transition:box-shadow .3s,background .3s}.project-card{max-width:600px;width:100%;padding:2rem;display:flex;flex-direction:column;gap:1.25rem}.project-header h3{font-size:1.8rem;margin:0}.project-header p{margin:.5rem 0 0;font-size:1rem;color:var(--text)}.project-gallery{display:flex;gap:.75rem;overflow-x:auto;padding-bottom:.5rem}.project-gallery img{height:320px;border-radius:14px;object-fit:cover;border:1px solid rgba(255,255,255,.08);transition:transform .3s ease}.project-gallery img:hover{transform:scale(1.03)}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{background:#ffffff14;border:1px solid rgba(255,255,255,.15);padding:.35rem .8rem;border-radius:10px;font-size:.75rem;font-weight:500;color:var(--text);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.project-footer a{margin-top:auto;font-weight:700;color:#89dceb;text-decoration:none;transition:color .3s ease}.project-footer a:hover{color:#b5f4ff}:root{--blur-bg: hsla(240 10% 20% / .6);--blur-bg-scrolled: hsla(240 10% 20% / .85);--text: #e4e4e7;--accent: #c084fc}header{position:fixed;top:0;left:0;right:0;padding:.75rem 1.5rem;display:flex;justify-content:space-between;align-items:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:var(--blur-bg);z-index:1000;transition:background .3s ease}header.scrolled{background:var(--blur-bg-scrolled)}.logo{font-family:JetBrains Mono,monospace;font-size:1.4rem;font-weight:700;color:#fff!important;text-decoration:none}.hamburger{--size: 24px;display:none;flex-direction:column;justify-content:space-between;width:var(--size);height:var(--size);background:none;border:none;padding:0;cursor:pointer}.hamburger span{height:3px;width:100%;background:var(--text);border-radius:2px;transition:transform .3s,opacity .3s}.hamburger.open span:nth-child(1){transform:translateY(9px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}nav ul{list-style:none;margin:0;padding:0;display:flex;gap:2rem}nav a{text-decoration:none;color:var(--text);font-weight:600;position:relative}nav a:after{content:"";position:absolute;left:0;bottom:-3px;width:0%;height:2px;background:var(--accent);transition:width .3s}nav a:hover:after,nav a:focus:after{width:100%}@media (max-width: 768px){.hamburger{display:flex}nav{position:fixed;inset:0 0 0 auto;width:min(60%,300px);background:var(--blur-bg-scrolled);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transform:translate(100%);transition:transform .3s;padding-top:5rem}nav.open{transform:translate(0)}nav ul{flex-direction:column;align-items:flex-start;gap:1.5rem;padding-left:2rem}}.hero{height:100vh;width:100vw;display:flex;flex-direction:column;justify-content:flex-end;align-items:stretch;text-align:center;position:relative;padding:0;margin:0;overflow:hidden}.hero-bottom-container{width:100%;display:flex;flex-direction:column;align-items:center;position:absolute;bottom:0;left:0;max-width:520px}.hero-glass.hero-glass-bottom{border-radius:8px;box-shadow:0 8px 32px #1f268740;margin:0;animation:fadeInUp 1.2s cubic-bezier(.23,1.01,.32,1) both;display:flex;justify-content:center;align-items:center;min-height:180px}.hero-title{margin:0 0 .5rem;font-weight:700;letter-spacing:-1px}.hero-subtitle{font-size:1.4rem;font-weight:400;margin:0;letter-spacing:.5px;display:flex;flex-direction:column;gap:.2em}.gradient-text{background:linear-gradient(90deg,var(--sky),var(--mauve),var(--rosewater));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.scroll-down{position:relative;left:0;margin:1.5rem auto 0;display:flex;flex-direction:column;align-items:center;gap:.2rem}.scroll-down span{display:block;width:8px;height:8px;margin:2px 0;border-radius:50%;background:var(--rosewater);opacity:.7;animation:scrollDownAnim 1.5s infinite}.scroll-down span:nth-child(2){animation-delay:.3s}.scroll-down span:nth-child(3){animation-delay:.6s}@keyframes scrollDownAnim{0%{opacity:.7;transform:translateY(0)}50%{opacity:1;transform:translateY(10px)}to{opacity:.7;transform:translateY(0)}}.projects-grid{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.card{padding:1.5rem;text-align:center}.timeline{display:flex;flex-direction:column;gap:2rem;max-width:800px}.timeline-entry{position:relative}.timeline-entry:before{content:"";position:absolute;left:-1.1rem;top:.3rem;width:12px;height:12px;background:#89dceb;border-radius:50%}.timeline-entry h4{margin:0;font-size:1.2rem}.timeline-entry .year{font-size:.85rem;color:#ccc;margin-bottom:.2rem}section.projects{margin-top:300px}.projects{margin-top:300px;display:flex;justify-content:center;align-items:center;flex-direction:column}.other-projects{margin-top:100px;width:100vw;display:flex;justify-content:center;align-items:center;flex-direction:column}
