@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font-size:100%;font:inherit;margin:0;padding:0;vertical-align:initial}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}html{-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing:border-box}*,:after,:before{box-sizing:inherit}dl,ol,p,ul{margin-bottom:1rem;margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}:root{--bg-dark:#0b0d12;--primary:#485868;--secondary:#7c92b0;--accent:#bcc8d8;--text-heading:#e6eaf0;--text-body:#8090a4;--text-muted:#687a90;--text-dim:#3c4c5e}html{height:-webkit-fill-available;scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0b0d12;color:#e6eaf0;font-family:Inter,system-ui,-apple-system,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.6;margin:0;min-height:100dvh;min-height:-webkit-fill-available;overflow-x:hidden;padding:0;text-rendering:optimizeLegibility}a{color:#7c92b0;text-decoration:none;transition:color .25s ease-in-out}a:hover{color:#bcc8d8}a:focus-visible{border-radius:.25rem;outline:2px solid #7c92b0;outline-offset:2px}::selection{background:#7c92b040;color:#e6eaf0}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#0000}::-webkit-scrollbar-thumb{background:#7c92b033;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#7c92b059}@keyframes heroFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-anim{animation:heroFadeIn .8s ease forwards;opacity:0;transform:translateY(20px)}.hero-anim:first-child{animation-delay:.15s}.hero-anim:nth-child(2){animation-delay:.3s}.hero-anim:nth-child(3){animation-delay:.45s}.hero-anim:nth-child(4){animation-delay:.6s}.hero-anim:nth-child(5){animation-delay:.75s}.hero-anim:nth-child(6){animation-delay:.9s}.reveal{opacity:0;transform:translateY(40px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-stagger .reveal-child{opacity:0;transform:translateY(30px);transition:opacity .5s ease,transform .5s ease}.reveal-stagger.visible .reveal-child{opacity:1;transform:translateY(0)}.reveal-stagger.visible .reveal-child:first-child{transition-delay:0s}.reveal-stagger.visible .reveal-child:nth-child(2){transition-delay:.1s}.reveal-stagger.visible .reveal-child:nth-child(3){transition-delay:.2s}.reveal-stagger.visible .reveal-child:nth-child(4){transition-delay:.3s}.reveal-stagger.visible .reveal-child:nth-child(5){transition-delay:.4s}.reveal-stagger.visible .reveal-child:nth-child(6){transition-delay:.5s}@keyframes scrollDrift{0%,to{opacity:.3;transform:translateX(-50%) translateY(0)}50%{opacity:.7;transform:translateX(-50%) translateY(6px)}}@media(prefers-reduced-motion:reduce){.hero-anim{animation:none;opacity:1;transform:none}.reveal,.reveal-stagger .reveal-child{opacity:1;transform:none;transition:none}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-wrapper{height:100vh;height:100dvh;overflow:hidden;position:relative}.hero-wrapper:after{background:linear-gradient(180deg,#0000,#0b0d12);bottom:0;content:"";height:200px;left:0;pointer-events:none;position:absolute;width:100%;z-index:1}.hero{display:flex;flex-direction:column;height:100%;justify-content:center;margin:0 auto;max-width:900px;padding:80px 48px;position:relative;z-index:2}.hero-name{color:#e6eaf0;font-size:64px;font-weight:700;letter-spacing:-3px;margin-bottom:8px;text-shadow:0 2px 40px #00000080}.hero-title{color:#7c92b0;font-size:18px;font-weight:500;margin-bottom:28px;text-shadow:0 1px 20px #00000080}.hero-title span{color:#485868}.hero-divider{background:linear-gradient(90deg,#7c92b0,#b0836a);border-radius:2px;height:3px;margin-bottom:28px;width:56px}.hero-bio{color:#8a9ab0;font-size:17px;line-height:1.8;margin-bottom:40px;max-width:580px;text-shadow:0 1px 20px #0006}.hero-bio strong{color:#e6eaf0;font-weight:500}.hero-links{flex-wrap:wrap;gap:14px}.hero-link,.hero-links{align-items:center;display:flex}.hero-link{background:#7c92b014;border:1px solid #7c92b033;border-radius:50%;color:#7c92b0;font-size:13px;font-weight:600;height:46px;justify-content:center;transition:all .3s ease;width:46px}.hero-link:hover{background:#7c92b02e;border-color:#7c92b066;box-shadow:0 8px 32px #0000004d;color:#bcc8d8;transform:translateY(-3px)}.hero-link:focus-visible{outline:2px solid #7c92b0;outline-offset:4px}.hero-link-pill{align-items:center;background:#7c92b014;border:1px solid #7c92b033;border-radius:24px;color:#7c92b0;display:inline-flex;font-size:13px;font-weight:500;gap:8px;padding:11px 22px;transition:all .3s ease}.hero-link-pill:hover{background:#7c92b02e;border-color:#7c92b066;box-shadow:0 8px 32px #0000004d;color:#bcc8d8;transform:translateY(-3px)}.hero-link-pill:focus-visible{outline:2px solid #7c92b0;outline-offset:4px}.scroll-hint{align-items:center;animation:scrollDrift 2.5s ease-in-out infinite;bottom:36px;color:#3c4c5e;display:flex;flex-direction:column;font-size:11px;gap:8px;left:50%;letter-spacing:3px;position:absolute;text-transform:uppercase;transform:translateX(-50%);z-index:2}.scroll-arrow{background:linear-gradient(180deg,#0000,#3c4c5e);height:24px;width:1px}@media(max-width:768px){.hero{padding:60px 24px}.hero-name{font-size:42px;letter-spacing:-1.5px}.hero-bio,.hero-title{font-size:15px}}.projects{margin:0 auto;max-width:900px;padding:40px 48px 120px;position:relative}.section-label{color:#485868;font-size:11px;font-weight:600;letter-spacing:3px;margin-bottom:56px;text-transform:uppercase}.floating-accents{height:100%;left:0;overflow:hidden;pointer-events:none;position:absolute;top:0;width:100%}.accent-orb{border-radius:50%;filter:blur(80px);opacity:.04;position:absolute;will-change:transform}.accent-orb.a{background:#7c92b0;height:400px;right:-100px;top:10%;width:400px}.accent-orb.b{background:#485868;height:300px;left:-80px;top:50%;width:300px}.accent-orb.c{background:#7c92b0;height:350px;right:-50px;top:80%;width:350px}.project-group{margin-bottom:80px}.group-header{gap:14px;margin-bottom:16px}.group-header,.group-icon{align-items:center;display:flex}.group-icon{border-radius:12px;font-size:20px;height:40px;justify-content:center;width:40px}.group-icon.badminton{background:#6eba8c14;border:1px solid #6eba8c1a}.group-icon.smarthome{background:#7c92b014;border:1px solid #7c92b01a}.group-name{color:#bcc8d8;font-size:22px;font-weight:600;letter-spacing:-.5px}.group-desc{color:#3c4c5e;font-size:14px;line-height:1.7;margin-bottom:24px;padding-left:54px}.project-cards{display:flex;flex-direction:column;gap:12px;padding-left:54px}.project-card{background:#7c92b008;border:1px solid #7c92b012;border-radius:16px;padding:22px 26px;transition:all .35s ease}.project-card:hover{background:#7c92b012;border-color:#7c92b024;box-shadow:0 16px 48px #00000026;transform:translateY(-2px)}.project-top{align-items:flex-start;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:10px}.project-name{color:#e6eaf0;font-size:16px;font-weight:600;letter-spacing:-.3px}.project-subtitle{color:#3c4c5e;font-size:12px;font-weight:400;margin-top:2px}.project-detail{display:flex;font-size:13px;gap:8px;line-height:1.6;margin-bottom:6px}.project-detail:last-of-type{margin-bottom:12px}.detail-label{color:#3c4c5e;flex-shrink:0;font-size:11px;font-weight:500;letter-spacing:.5px;min-width:78px;padding-top:2px;text-transform:uppercase}.detail-text{color:#687a90}.project-tags-wrap{display:flex;flex-direction:column;gap:8px}.project-tags{gap:6px}.full-stack,.project-tags{display:flex;flex-wrap:wrap}.full-stack{gap:5px}.stack-tag{background:#7c92b00a!important;color:#3c4c5e!important;font-size:10px!important}.tag-more{background:#0000;border:1px dashed #7c92b033;color:#3c4c5e;cursor:pointer;font-family:inherit;transition:all .2s}.tag-more:hover{border-color:#7c92b066;color:#7c92b0}.tag{background:#7c92b00f;border-radius:6px;color:#687a90;font-size:11px;font-weight:500;padding:3px 10px}.tag.swift{background:#f59e0b12;color:#f59e0b}.tag.react,.tag.typescript{background:#7c92b012;color:#7c92b0}.tag.python{background:#6eba8c12;color:#6eba8c}.tag.aws{background:#b0836a12;color:#b0836a}.tag.live{background:#6eba8c1a;border:1px solid #6eba8c1f;color:#6eba8c}.project-links{display:flex;gap:16px}.project-link{color:#7c92b0;font-size:12px;font-weight:500;transition:color .2s}.project-link:hover{color:#bcc8d8}@media(max-width:768px){.projects{padding:40px 24px 80px}.group-desc,.project-cards{padding-left:0}.project-top{flex-direction:column}}.site-footer{align-items:center;border-top:1px solid #7c92b00d;display:flex;justify-content:space-between;margin:0 auto;max-width:900px;padding:32px 48px 48px}.footer-text{color:#2c3842;font-size:13px}.footer-links{display:flex;gap:20px}.footer-link{color:#3c4c5e;font-size:13px;transition:color .2s}.footer-link:hover{color:#7c92b0}@media(max-width:768px){.site-footer{flex-direction:column;gap:16px;padding:24px 24px 32px;text-align:center}}
/*# sourceMappingURL=main.047276a6.css.map*/