@import"https://fonts.googleapis.com/css2?family=Geist+Mono:wght@400;700&display=swap";: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}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}body,#root,.geist-root{min-height:100vh;margin:0;padding:0;background:#000;font-family:Geist Mono,Fira Mono,Menlo,Consolas,monospace;color:#f5f5f6;box-sizing:border-box}.geist-root{display:flex;min-height:100vh;background:#000}.geist-sidebar{width:60px;background:#000;display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:0;position:fixed;left:0;top:0;height:100vh;overflow:hidden;z-index:10}.sidebar-content{display:flex;flex-direction:column;align-items:center;justify-content:space-between;height:100vh;width:100%;padding:0}.sidebar-title{writing-mode:vertical-rl;transform:rotate(180deg);font-size:.8rem;letter-spacing:.1em;color:#bbb;margin:16px 0 18px}.sidebar-line{flex:1 1 auto;width:1px;background:#888;margin:0;align-self:center}.sidebar-year{writing-mode:vertical-rl;transform:rotate(180deg);font-size:.8rem;color:#888;letter-spacing:.1em;margin:18px 0 16px}.geist-main{flex:1;display:flex;flex-direction:column;min-height:150vh;margin-left:60px;padding-left:0}.geist-navbar{position:fixed;top:0;left:60px;right:0;z-index:20;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;width:auto;padding:20px 0 20px 48px;display:flex;justify-content:flex-start;align-items:center;transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1)}.geist-navbar ul{display:flex;gap:40px;list-style:none;margin:0 0 0 48px;padding:0}.geist-navbar li{font-size:1.08rem;color:#f5f5f6;cursor:pointer;transition:color .2s;font-weight:400;letter-spacing:.01em}.geist-navbar li.active{color:#f5a623;font-weight:700}.geist-navbar li:hover:not(.active){color:#f5a623}.geist-hero,.geist-about,.geist-projects,.geist-skills,.geist-contact{padding-left:clamp(1rem,6vw,80px);padding-right:clamp(1rem,6vw,80px);padding-top:clamp(2rem,8vw,100px);padding-bottom:clamp(2rem,8vw,100px)}.hero-3d-canvas{width:clamp(250px,40vw,1000px);height:clamp(180px,28vw,700px);background:transparent;border-radius:0;overflow:hidden;display:flex;align-items:center;justify-content:flex-end;margin-right:0;margin-left:clamp(0px,12vw,200px);margin-top:clamp(-40px,-8vw,-150px)}.hero-left{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;flex:1;margin-top:-50px;margin-left:0;position:relative}.hero-left h1,.about-right h2,.geist-projects h2,.geist-skills h2,.geist-contact h2{font-size:clamp(2.2rem,7vw,7.2rem);font-weight:400;margin:0 0 12px;line-height:1.05;letter-spacing:.01em;color:#fff;word-break:break-word}.subtitle{padding-top:1.2em;font-size:clamp(1rem,2.5vw,1.5rem);color:#e0e0e0;margin:0 0 2em .3em;line-height:1.4}.scroll-down{background:transparent;border:none;cursor:pointer;font-family:inherit;transition:opacity .3s ease-in-out,color .2s ease;color:#f5a623;font-size:1.1rem;position:absolute;left:0;top:450px;letter-spacing:.01em;margin:0;padding:0;outline:none;z-index:10}.scroll-down:focus{outline:none;box-shadow:none}.scroll-down:hover{color:#c7861c}.scroll-down span{font-size:1.2em}.hero-right{flex:1;display:flex;align-items:center;justify-content:flex-end;height:100%;min-width:0;margin-left:-300px}.geist-about{position:relative;display:flex;align-items:center;justify-content:space-between;padding:100px 80px;perspective:600px}.about-left{flex:1.2;padding-right:0;padding-left:40px;max-width:900px;color:#bbb;font-size:1.1rem;line-height:1.7;position:relative;height:450px}.about-right{flex:.8;text-align:right;padding-right:0;padding-top:0}.about-left p{margin-top:250px;font-weight:300}@media (max-width: 1100px){.geist-main{margin-left:0}.geist-hero{flex-direction:column;align-items:flex-start;padding:0 0 0 10px}.hero-left{margin-top:0}.hero-right{justify-content:center;width:100%;margin-top:32px;margin-left:0}.hero-3d-canvas{width:400px;height:440px;justify-content:center}.scroll-down{position:static;margin-top:32px}}@media (max-width: 700px){.geist-root{flex-direction:column}.geist-sidebar{position:static;width:100%;height:40px;border-right:none;border-bottom:1px solid #222;padding:0 16px;background:#000;overflow:visible;margin-left:0}.sidebar-content{flex-direction:row;height:auto;width:100%}.sidebar-title,.sidebar-year{writing-mode:initial;transform:none;font-size:.9rem;margin:0 12px 0 0}.sidebar-line{width:80px;height:1px;margin:0 12px 0 0;flex:none}.geist-main{padding:0;margin-left:0}.geist-navbar ul{gap:18px;margin-left:12px}.geist-hero,.geist-about,.geist-projects,.geist-skills,.geist-contact,.project-item,.project-thumbcol{flex-direction:column!important;align-items:stretch!important;padding-left:.5em;padding-right:.5em}.hero-3d-canvas{width:98vw;height:60vw;margin-left:0;margin-top:0}.project-thumbnail,.project-banner{width:100%;height:auto;aspect-ratio:4/3}.hero-left h1{font-size:clamp(1.5rem,8vw,3.2rem);line-height:1.1}.subtitle{font-size:clamp(.95rem,3vw,1.1rem)}.project-title h3{font-size:1rem}.project-description p{font-size:.98rem}.hamburger{display:flex}.geist-navbar.mobile{position:fixed;top:0;left:0;right:0;width:100vw;background:#000000fa;box-shadow:0 2px 16px #0008;z-index:1001;padding:0;min-height:56px;flex-direction:row;align-items:center;justify-content:flex-start}.geist-navbar.mobile ul{flex-direction:column;position:fixed;top:56px;left:0;width:100vw;background:#000000fa;padding:32px 0 16px;margin:0;gap:0;z-index:1000;box-shadow:0 2px 16px #0008;display:none;transition:all .3s}.geist-navbar.mobile.open ul{display:flex}.geist-navbar.mobile ul li{font-size:1.2rem;padding:18px 0;text-align:center;width:100vw;border-bottom:1px solid #222;color:#f5f5f6;background:none;margin:0}.geist-navbar.mobile ul li:last-child{border-bottom:none}.geist-navbar.mobile ul li.active{color:#f5a623}.geist-navbar.mobile ul li:hover:not(.active){color:#f5a623;background:#181818}}@media (max-width: 480px){.geist-navbar{padding:10px 0 10px 4px}.geist-navbar ul{gap:8px;margin-left:4px}.geist-hero{margin-top:8px;padding:0 0 0 2px}.hero-left h1,.about-right h2,.geist-projects h2,.geist-skills h2,.geist-contact h2{font-size:1.3rem}.subtitle{font-size:1rem}.project-thumbnail{width:70px;height:90px}.project-banner{height:50px}.project-title h3,.project-description p{font-size:.85rem}}.hero-img{display:none}.scroll-down-about{background:transparent;border:none;cursor:pointer;font-family:inherit;transition:opacity .3s ease-in-out,color .2s ease;color:#f5a623;font-size:1.1rem;position:absolute;right:45px;bottom:20px;letter-spacing:.01em;margin:0;padding:0;outline:none;z-index:10}.scroll-down-about:hover{color:#c7861c}.scroll-down-about:focus{outline:none}.scroll-down-about span{font-size:1.2em}.project-list{margin-top:100px;display:flex;flex-direction:column;gap:120px;position:relative;z-index:2}.project-item{display:flex;gap:30px;align-items:flex-start}.project-thumbcol{display:flex;flex-direction:column;align-items:flex-start;flex-shrink:0}.project-content{display:flex;flex-direction:column;gap:25px;flex-grow:1;align-items:flex-start}.project-thumbnail{width:clamp(90px,16vw,250px);height:clamp(120px,22vw,350px);border:1px solid #444;flex-shrink:0;border-radius:8px;overflow:hidden}.project-banner{flex-grow:1;height:clamp(60px,14vw,220px);border:1px solid #444;border-radius:8px;overflow:hidden}.project-thumbnail img,.project-banner img{width:100%;height:100%;object-fit:cover}.project-description{margin:0}.project-description p{font-weight:300;font-size:clamp(.95rem,1.2vw,1.1rem);line-height:1.7;color:#bbb;margin:0}.project-title{margin-bottom:12px}.project-title h3{font-size:clamp(1rem,1.5vw,1.35rem);font-weight:600;color:#fff;margin:0 0 4px;letter-spacing:.01em}.figma-button-container{display:flex;justify-content:center;align-items:center;margin-top:60px;position:relative;z-index:2}.figma-button{display:inline-flex;align-items:center;gap:10px;padding:12px 24px;background:#ffffff0d;border:1px solid #333;border-radius:8px;color:#fff;text-decoration:none;font-size:.95rem;font-weight:500;letter-spacing:.01em;transition:all .3s ease;font-family:inherit}.figma-button:hover{background:#ffffff1a;border-color:#f5a623;transform:translateY(-2px);box-shadow:0 4px 12px #f5a62333}.figma-icon{width:16px;height:16px;flex-shrink:0}.navbar-hidden{transform:translateY(-100%);opacity:0;pointer-events:none;transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1)}.scramble{color:#f5a623;opacity:.7;font-family:inherit}.hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;background:none;border:none;cursor:pointer;z-index:1002;margin-left:8px}.hamburger .bar{width:26px;height:3px;background:#f5f5f6;margin:3px 0;border-radius:2px;transition:all .3s}.geist-skills{position:relative;display:flex;flex-direction:column;align-items:flex-start;min-height:100vh}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px;margin-top:80px;width:100%;position:relative;z-index:2}.skill-category{background:#ffffff05;border:1px solid #333;border-radius:12px;padding:30px;transition:all .3s ease}.skill-category:hover{border-color:#f5a623;background:#f5a6230d;transform:translateY(-5px)}.skill-category h3{font-size:1.3rem;font-weight:600;color:#f5a623;margin:0 0 20px;letter-spacing:.01em}.skill-list{display:flex;flex-wrap:wrap;gap:12px}.skill-item{background:#ffffff1a;border:1px solid #444;border-radius:20px;padding:8px 16px;font-size:.9rem;color:#e0e0e0;transition:all .3s ease}.skill-item:hover{background:#f5a62333;border-color:#f5a623;color:#fff}.geist-contact{position:relative;display:flex;flex-direction:column;align-items:flex-start;min-height:100vh}.contact-content{display:flex;gap:60px;margin-top:80px;width:100%;position:relative;z-index:2}.contact-left{flex:1;padding-right:40px}.contact-left p{font-size:1.1rem;line-height:1.7;color:#bbb;font-weight:300;margin:0}.contact-right{flex:1;display:flex;justify-content:center}.contact-methods{display:flex;flex-direction:column;gap:30px;width:100%}.contact-method{background:#ffffff05;border:1px solid #333;border-radius:12px;padding:25px;transition:all .3s ease}.contact-method:hover{border-color:#f5a623;background:#f5a6230d;transform:translateY(-3px)}.contact-method:hover .contact-icon svg{transform:scale(1.1);color:#fff}.contact-method:hover .contact-icon svg image{filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%)}.contact-method-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.contact-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;color:#fff;flex-shrink:0}.contact-icon svg{width:20px;height:20px;transition:all .3s ease}.contact-icon svg image{filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);transition:all .3s ease}.contact-method h3{font-size:1.1rem;font-weight:600;color:#f5a623;margin:0;letter-spacing:.01em}.contact-method a{font-size:1rem;color:#e0e0e0;text-decoration:none;transition:color .3s ease}.contact-method a:hover{color:#fff}@media (max-width: 1500px){.geist-hero{padding-left:20px;padding-right:20px}.hero-3d-canvas{width:700px;height:500px;margin-left:80px}.geist-about{padding:80px 40px}.geist-projects{padding:120px 20px}}@media (max-width: 1200px){.geist-hero{flex-direction:column;align-items:flex-start;padding-left:10px;padding-right:10px;margin-top:80px}.hero-3d-canvas{width:400px;height:340px;margin-left:0;margin-top:0}.hero-left h1,.about-right h2,.geist-projects h2,.geist-skills h2,.geist-contact h2{font-size:3.2rem}.geist-about{flex-direction:column;padding:60px 10px}.about-left{max-width:100%;padding-left:0;height:auto}.geist-projects{padding:60px 8px}}@media (min-width: 1800px){.geist-hero,.geist-about,.geist-projects{max-width:1600px;margin-left:auto;margin-right:auto;padding-left:0;padding-right:0}.hero-3d-canvas{width:1100px;height:800px;margin-left:300px}.hero-left h1{font-size:clamp(3rem,6vw,8rem)}.about-right h2,.geist-projects h2,.geist-skills h2,.geist-contact h2,.subtitle{font-size:clamp(1.2rem,2vw,2.2rem)}}@media (max-width: 900px){.geist-root{flex-direction:column;width:100vw;min-width:0}.geist-main{margin-left:0;padding:0 .5em;width:100vw;min-width:0}.geist-sidebar{position:static;width:100vw;height:auto;flex-direction:row;align-items:center;justify-content:center;border:none;padding:.5em 0;background:#000;z-index:10}.sidebar-content{flex-direction:row;width:100vw;height:auto;justify-content:center;align-items:center;gap:1.5em}.geist-hero,.geist-about,.geist-projects,.geist-skills,.geist-contact{flex-direction:column;align-items:stretch;justify-content:flex-start;padding:2em .5em;margin:0;width:100vw;min-width:0;max-width:100vw;box-sizing:border-box}.hero-left,.about-left,.project-content,.hero-right,.about-right{width:100%;min-width:0;max-width:100vw;align-items:flex-start;padding:0;margin:0 0 1.5em}.project-list{gap:2em;margin-top:1.5em}.project-item{flex-direction:column;align-items:stretch;gap:1em;width:100%;min-width:0;max-width:100vw}.project-thumbcol{flex-direction:column;align-items:stretch;gap:.5em;width:100%;min-width:0;max-width:100vw}.project-thumbnail,.project-banner{width:100%;min-width:0;max-width:100vw;height:auto;aspect-ratio:4/3}.project-title h3{font-size:1.1rem}.project-description p{font-size:1rem}.figma-button{padding:10px 20px;font-size:.9rem}.figma-icon{width:14px;height:14px}.skills-grid{grid-template-columns:1fr;gap:20px;margin-top:2em}.skill-category{padding:20px}.skill-category h3{font-size:1.1rem}.skill-item{font-size:.85rem;padding:6px 12px}.contact-content{flex-direction:column;gap:2em;margin-top:2em}.contact-left{padding-right:0}.contact-left p{font-size:1rem}.contact-method{padding:20px}.contact-method-header{gap:10px}.contact-icon{width:20px;height:20px}.contact-icon svg{width:16px;height:16px}.contact-method h3{font-size:1rem}.contact-method a{font-size:.95rem}}.stars-canvas{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;pointer-events:none}.solar-bg{position:absolute;top:-120px;left:0;right:0;bottom:0;width:100%;height:100%;pointer-events:none;z-index:0;overflow:hidden}.orbit{position:absolute;top:50%;left:50%;border:1.5px dashed rgba(255,255,255,.1);border-radius:50%;transform:translate(-50%,-50%);animation:rotate-orbit 18s linear infinite}.orbit1{width:1200px;height:1200px;animation-duration:18s}.orbit2{width:800px;height:800px;animation-duration:12s}.orbit3{width:500px;height:500px;animation-duration:8s}.planet{position:absolute;top:50%;left:100%;width:36px;height:36px;border-radius:50%;transform:translate(-50%,-50%);box-shadow:0 0 32px 8px #ffffff26}.planet1{background:#f5a623}.planet2{background:#5ad1e6;width:24px;height:24px}.planet3{background:#fff;width:16px;height:16px}.sun{position:absolute;top:50%;left:50%;width:76px;height:76px;background:radial-gradient(circle,#fffbe6 60%,#f5a623);border-radius:50%;transform:translate(-50%,-50%);box-shadow:0 0 120px 20px #f5a62344}@keyframes rotate-orbit{to{transform:translate(-50%,-50%) rotate(360deg)}}.star{position:absolute;width:3px;height:3px;background:#fff;border-radius:50%;opacity:.7;animation:twinkle 2.5s infinite alternate}@keyframes twinkle{0%{opacity:.3}to{opacity:1}}
