:root{--navy:#0a192f;--navy-shadow:#020c1bb3;--light-slate:#a8b2d1;--lightest-slate:#ccd6f6;--white:#e6f1ff;--green:#64ffda;--green-tint:#64ffda1a;--font-sans:"Calibre","Inter","San Francisco","SF Pro Text",-apple-system,system-ui,sans-serif;--font-mono:"SF Mono","Fira Code","Fira Mono","Roboto Mono",monospace}*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px}body{background:#0a192f;background:var(--navy);color:#a8b2d1;color:var(--light-slate);font-family:Calibre,Inter,San Francisco,SF Pro Text,-apple-system,system-ui,sans-serif;font-family:var(--font-sans);font-size:1rem;line-height:1.6}.container{min-height:100vh}a{color:inherit;text-decoration:none}.left,.right{background:#0a192f;background:var(--navy);display:block;width:100%}.left,.right{color:#a8b2d1;color:var(--light-slate)}.left{position:relative;text-align:center}.left-inner,.right-inner{padding:50px 40px 0}@media screen and (max-width:400px){.left-inner,.right-inner{padding:40px}}.left-inner{height:100%;justify-content:center;min-height:24em}.left .info,.left-inner{align-items:center;display:flex}.left .info{color:#a8b2d1;color:var(--light-slate);flex:none;flex-direction:column;gap:14px;margin:0 auto;position:relative;width:90%}@media screen and (max-width:1000px){.left .info{margin-top:40px}}.left .info .profile-image{border:4px solid #64ffda40;border-radius:28px;box-shadow:0 20px 45px #020c1bb3;box-shadow:0 20px 45px var(--navy-shadow);height:250px;object-fit:cover;object-position:center 18%;width:210px}@media screen and (max-width:1000px){.left .info .profile-image{height:210px;width:180px}}.left .info .name{color:#e6f1ff;color:var(--white);font-weight:500}.left .info .intro-name{color:#a8b2d1;color:var(--light-slate);font-size:.95rem;font-style:italic}.left .info .social-links{margin-top:30px}.left .info .social-links a{align-items:center;color:#a8b2d1;color:var(--light-slate);display:inline-flex;font-size:30px;height:52px;justify-content:center;margin:0 10px;transition:transform .25s ease,color .25s ease;width:52px}.left .info .social-links a:hover{color:#64ffda;color:var(--green);transform:translateY(-4px)}.right{position:relative}.right .projects .content{margin:0;padding:0;width:100%}.right .projects .project-grid{display:flex;flex-direction:column;gap:32px}.right .projects .project-item{align-items:flex-start;display:flex;gap:clamp(20px,3vw,40px);min-height:0;padding:0}.right .projects .project-item.is-reversed{flex-direction:row-reverse}.right .projects .project-copy,.right .projects .project-media{position:relative;width:50%}.right .projects .project-media{aspect-ratio:16/10;background:radial-gradient(circle at top left,#64ffda1a,#0000 42%),linear-gradient(145deg,#57cbff3d,#0a192f);background:radial-gradient(circle at top left,var(--green-tint),#0000 42%),linear-gradient(145deg,#57cbff3d,var(--navy));border:1px solid #ccd6f614;border-radius:26px;box-shadow:0 24px 42px #020c1bb3;box-shadow:0 24px 42px var(--navy-shadow);color:#e6f1ff;color:var(--white);display:flex;flex-direction:column;justify-content:space-between;min-height:260px;overflow:hidden;padding:34px;text-decoration:none;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}.right .projects .project-media:hover{border-color:#64ffda4d;box-shadow:0 30px 58px #020c1bb3;box-shadow:0 30px 58px var(--navy-shadow);transform:translateY(-4px)}.right .projects .project-media:before{border:1px solid #ccd6f614;border-radius:22px;content:"";inset:18px;position:absolute;z-index:0}.right .projects .project-media:after{background:linear-gradient(120deg,#0000,#ffffff14 45%,#0000 70%);content:"";inset:0;opacity:0;position:absolute;transform:translateX(-26%);transition:opacity .35s ease,transform .35s ease}.right .projects .project-media:hover:after{opacity:1;transform:translateX(0)}.right .projects .project-number{align-items:center;align-self:flex-start;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#020c1b6b;border:1px solid #a8b2d140;border-radius:50%;color:#a8b2d1;color:var(--light-slate);display:inline-flex;font-size:15px;font-weight:700;height:52px;justify-content:center;width:52px;z-index:1}.right .projects .project-photo-label{align-self:flex-end;background:#020c1b70;border:1px solid #ccd6f61f;border-radius:999px;color:#ccd6f6;color:var(--lightest-slate);font-size:12px;letter-spacing:.08em;padding:10px 14px;position:relative;text-transform:uppercase;z-index:1}.right .projects .project-title{color:#64ffda;color:var(--green);font-size:26px;font-weight:700;margin:0}.right .projects .project-copy{align-self:flex-start;display:flex;flex-direction:column;gap:18px;justify-content:flex-start;padding:12px 0 0}.right .projects .project-desc{color:#a8b2d1;color:var(--light-slate);font-size:1rem;line-height:1.8;margin:0}.page-footer{border-top:1px solid #ccd6f614;margin-top:72px;padding:32px 0 56px;text-align:center}.page-footer-email{color:#a8b2d1;color:var(--light-slate);display:inline-block;font-family:SF Mono,Fira Code,Fira Mono,Roboto Mono,monospace;font-family:var(--font-mono);font-size:12px;font-weight:400;letter-spacing:.12em;text-transform:uppercase}.page-footer-email:hover{color:#64ffda;color:var(--green)}@media screen and (max-width:900px){.left-inner,.right-inner{padding-inline:24px}.left .info .social-links a{font-size:26px;height:46px;margin:0 8px;width:46px}.right .projects .project-grid{gap:24px}.right .projects .project-item,.right .projects .project-item.is-reversed{flex-direction:column;gap:14px}.right .projects .project-copy,.right .projects .project-media{width:100%}.right .projects .project-media{aspect-ratio:16/9;min-height:180px}.right .projects .project-copy{gap:10px;padding-top:0}.right .projects .project-title{font-size:1.4rem}.right .projects .project-desc{font-size:.92rem;line-height:1.55}.page-footer{margin-top:48px;padding:24px 0 40px}.page-footer-email{font-size:11px}}
/*# sourceMappingURL=main.2009ba05.css.map*/