@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Open+Sans:wght@300;400;500;600&display=swap";body{width:100vw;font-family:Montserrat,sans-serif;background-color:#0a1323}body,button{color:#c1cbf3}button{transition:all .5s ease-in-out;position:relative;font-size:14px;font-weight:600;height:42px;min-width:110px;background:rgba(0,0,0,0);border:none}button:hover{background-color:rgba(110,143,255,.1)}button:before{content:"";position:absolute;inset:0;border-radius:1px;padding:1px;background:linear-gradient(180deg,#6e8fff,#8e6acd);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;z-index:-1;transition:background .3s ease}.rainbow-word{color:rgba(0,0,0,0);background-image:linear-gradient(180deg,#6e8fff,#8e6acd);background-size:200% auto;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);animation:rainbow 5s linear infinite}.cursor{background-color:rgba(0,0,0,0)!important;box-shadow:0 0 90px 80px rgba(110,144,255,.0901960784),0 0 110px 90px rgba(56,40,83,.0862745098)}.cursor,.cursor:after{pointer-events:none;border-radius:50%;position:absolute}.cursor:after{content:"";box-shadow:0 0 140px 110px rgba(110,144,255,.0784313725),0 0 160px 140px rgba(56,40,83,.0745098039);opacity:.5;transition-duration:.4s;transition-timing-function:ease-in;animation:cursoranim2 3s infinite alternate;top:-15px;left:-15px}.expand{animation:cursoranim3 3s forwards;opacity:.5}.cover{position:relative;max-width:1500px;margin:auto}section{padding:0 4em}a{z-index:1}.custom li{position:relative;list-style-type:none;padding-left:1.5em}.custom li:before{content:"▹";position:absolute;left:0}#header{padding:2em 4em}h1{margin:1px 0;font-size:4rem}.contact-me{position:fixed;bottom:-10%;right:3%;z-index:1}.contact-me,.contact-me ul{display:flex;flex-direction:column;align-items:center;justify-content:center}.contact-me ul{list-style:none;padding-left:10px}.contact-me ul li{margin-top:1em}.contact-me ul li svg{width:20px}.contact-me ul li hr{text-align:center;width:1px;background-color:rgba(193,203,243,.9215686275);border:none;height:210px}.contact-me-horizontal ul{list-style:none;padding-left:10px;display:flex;flex-direction:row}.contact-me-horizontal ul li{margin-right:1em;text-align:center}.contact-me-horizontal ul li svg{width:20px}.general--heading{margin-bottom:3em;display:flex;align-items:center;justify-content:flex-start}.general--heading span{display:block;font-weight:900}.general--heading h2,.general--heading span{margin-right:10px;font-size:25px}.general--heading hr{height:1px;margin:0;width:300px;border:none;background-color:#5a5a5a}.orbital{animation:spin 20s linear infinite}.contact{width:100%}.contact--body{display:flex;align-items:flex-start;flex-direction:row}.contact--body div{width:60%}.contact--body div:first-child{width:40%}.contact--body div:last-child{text-align:right}.contact--body div img{width:100%}@media(max-width:1100px){.general--heading{margin-bottom:1em}.general--heading hr{width:200px}}@media(max-width:600px){#header,section{padding:1em}#header{width:calc(100% - 2em)}h1{margin:1px 0;font-size:2.5rem}.contact-me{display:none}.general--heading{margin-bottom:1em}.general--heading h2,.general--heading span{font-size:20px}.general--heading hr{width:60px}.contact--body{flex-direction:column}.contact--body div,.contact--body div:first-child{width:90%}.contact--body div:last-child{text-align:center}.contact--body div img{max-width:600px}}.human{display:flex;align-items:center;justify-content:center;flex-direction:column;margin:0;width:100%}.human .head{display:flex;justify-content:flex-end;width:150px!important;height:100px;border-radius:50%;background-color:#583737;position:relative}.human .head span{display:block;width:10px;height:10px;background-color:#000;border-radius:50%;margin:2em 1em 0}.human .head:after{content:"";width:45px;height:20px;border:2px solid #583737;border-bottom:3px solid #b56060;border-radius:100%;position:absolute;bottom:25%;right:15%;z-index:2}.human .body{position:relative;width:20px;height:100px;background-color:#583737}.human .body:after{top:10%;right:300%;transform:rotate(60deg)}.human .body:after,.human .body:before{content:"";width:10px;height:150px;background-color:#583737;position:absolute}.human .body:before{top:-40%;right:-300%;transform:rotate(70deg)}.human .legs{position:relative;width:20px;height:115px;background-color:#583737}.human .legs:after{bottom:-90%;right:300%;transform:rotate(60deg)}.human .legs:after,.human .legs:before{content:"";width:10px;height:150px;background-color:#583737;position:absolute}.human .legs:before{bottom:-100%;right:-200%;transform:rotate(140deg)}h1.girl{font-size:200px;transform:scaleX(-1)}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes cursoranim{0%{transform:scale(1)}to{transform:scale(.7)}}@keyframes cursoranim2{0%{transform:scale(1)}to{transform:scale(.4)}}@keyframes cursoranim3{0%{transform:scale(1)}50%{transform:scale(3)}to{transform:scale(1)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes rainbow{0%{background-position:0}to{background-position:200%}}:root{--section-spacing:8rem;--content-width:90%;--content-max-width:1200px;--heading-spacing:2rem;--grid-gap:2rem;--border-gradient:linear-gradient(90deg,rgba(110,143,255,0.1),rgba(110,143,255,0.5),rgba(110,143,255,0.1));--padding-horizontal:4rem;--padding-mobile:1.5rem}section{width:100%;padding-top:4rem;padding-bottom:4rem;margin-bottom:var(--section-spacing)}#hero{box-sizing:border-box;padding:0 4em;min-height:86.5vh;display:flex;align-items:center;margin-bottom:0}#hero,#hero .hero{position:relative;width:100%}#hero .hero-orbital{width:40%;position:absolute;right:-18%;top:-10%}#hero .hero-text{margin-left:5em}#hero .hero-text h2{margin:1px 0;font-size:4rem}#hero .hero-text h4{font-family:Open Sans,sans-serif;margin-bottom:0;letter-spacing:3px}#hero .hero-text p{font-weight:400;line-height:2;width:60%}#hero .hero-text hr{background:linear-gradient(90deg,rgba(110,143,255,.1),rgba(110,143,255,.5),rgba(110,143,255,.1));height:1px;width:280px;margin:1.8em 0;align-self:flex-start;border:none}@media(max-width:1100px){#hero{height:100vh;padding:0 2em}#hero .hero-text{margin-left:3em}#hero .hero-text h1,#hero .hero-text h2{font-size:2.7rem;line-height:1.3}#hero .hero-text h2{margin:1px 0}#hero .hero-text h5{margin:0 0 15px}#hero .hero-text p{font-size:15px;line-height:2;width:85%}}@media(max-width:600px){#hero{height:80.5vh!important;padding:0 1em}#hero .hero-orbital{width:100px;position:absolute;right:0;bottom:0;z-index:-1}#hero .hero-text{margin-left:1em}#hero .hero-text h1,#hero .hero-text h2{font-size:2rem;line-height:1.3}#hero .hero-text h2{margin:1px 0;width:90%}#hero .hero-text h5{margin:0 0 10px}#hero .hero-text p{font-size:14px;line-height:2;width:90%}}#skills .skills{text-align:center;width:100%}#skills .skills--body{width:var(--content-width);margin:auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));justify-content:center;grid-gap:1.5rem;gap:1.5rem;align-items:center}#skills .skills--body .hard-skill span{margin:5px 15px 15px 0}#workplace{margin-bottom:4em;display:flex;justify-content:center;min-height:60vh}#workplace .workplace{width:100%}#workplace .workplace--body{width:75%;margin:auto}#workplace .workplace--body .tab-content{width:100%;margin-left:2em}#workplace .workplace--body h3{margin:.6em 0}#workplace .workplace--body p,#workplace .workplace--body ul{font-size:.95rem}#workplace .workplace--body li{margin:1em 0;line-height:1.8;font-weight:400}@media(max-width:600px){#workplace .workplace--body{width:100%}#workplace .workplace--body .tab-content{margin-left:0}}#workplace .workplace_heading{color:var(--accent-primary)}#projects{width:100%}#projects .projects--body{width:var(--content-width);margin:auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem;align-items:center}#projects .projects--body p{color:var(--secondary-text)}.view-btn{width:100%;display:flex;justify-content:center;margin-top:2em}.view-more{margin-left:1em;padding:0 1.5em}#contact{min-height:37.5vh}hr{border:none;height:5 hpx;background:linear-gradient(90deg,rgba(110,143,255,.1),rgba(110,143,255,.5),rgba(110,143,255,.1))}@media(max-width:1100px){:root{--padding-horizontal:2rem;--section-spacing:6rem}}@media(max-width:768px){:root{--padding-horizontal:var(--padding-mobile);--section-spacing:4rem;--grid-gap:1.5rem;--content-width:95%}section{padding-top:2rem;padding-bottom:2rem}#workplace .workplace--body{width:95%}}:root{--background:#0a0e1a;--foreground:#f5f5f7;--main-text:#f5f5f7;--secondary-text:#a8b1cf;--accent-primary:#6e8fff;--accent-secondary:#030303;--border-color:rgba(255,255,255,0.1);--success-color:#9acd32;--warning-color:#ffd700;--error-color:#ff6b6b;--card-bg:#1e223380;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--font-size-xs:0.75rem;--font-size-sm:0.875rem;--font-size-base:1rem;--font-size-md:1.125rem;--font-size-lg:1.25rem;--font-size-xl:1.5rem;--font-size-2xl:1.875rem;--font-size-3xl:2.25rem;--font-size-4xl:3rem;--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-8:3rem;--space-10:4rem;--space-12:6rem;--header-height:5rem;--max-width-narrow:680px;--max-width-default:900px;--max-width-wide:1200px;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-full:9999px;--shadow-sm:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);--shadow-md:0 4px 6px rgba(0,0,0,0.15),0 1px 3px rgba(0,0,0,0.3);--shadow-lg:0 10px 20px rgba(0,0,0,0.2),0 6px 6px rgba(0,0,0,0.25);--transition-fast:150ms ease;--transition-normal:250ms ease;--transition-slow:350ms ease;--z-negative:-1;--z-elevate:1;--z-sticky:100;--z-drawer:200;--z-modal:300;--z-popover:400;--z-tooltip:500}@media(prefers-color-scheme:dark){html{color-scheme:dark}:root{--background:#0a1323;--background:#0a0e1a;--foreground:#c1cbf3;--main-text:#f5f5f7;--secondary-text:#a8b1cf;--accent-primary:#6e8fff;--accent-secondary:#030303;--border-color:rgba(255,255,255,0.1);--success-color:#9acd32;--warning-color:#ffd700;--error-color:#ff6b6b;--card-bg:#1e223380}}.main-text{margin-bottom:.5rem;background:linear-gradient(90deg,#64b5f6,#9575cd);-webkit-background-clip:text;background-clip:text;color:rgba(0,0,0,0)}.j{width:100px;margin:3em auto}*,:after,:before{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--background);color:var(--foreground);overflow-x:hidden;min-height:100vh;max-width:100vw}@media(max-width:600px){body ::-webkit-scrollbar{width:0}}a{color:var(--accent-primary);text-decoration:none;transition:color var(--transition-normal)}a:hover{color:var(--text-primary)}.divider{height:1px;background:linear-gradient(90deg,rgba(110,143,255,.1),rgba(110,143,255,.5),rgba(110,143,255,.1));margin:3rem 0}@media(max-width:768px){:root{--font-size-4xl:2.5rem;--font-size-3xl:2rem;--font-size-2xl:1.75rem}}