.Home-module__RejjVa__section{min-height:var(--min-height-section);margin-top:25px;margin-bottom:calc(2 * var(--body-padding));text-align:start;isolation:isolate;flex-direction:column;justify-content:flex-end;display:flex;position:relative}.Home-module__RejjVa__header,.Home-module__RejjVa__profession{color:var(--g-color-line-brand);text-align:start;margin:0;font-size:6rem;line-height:6rem}.Home-module__RejjVa__header{margin:1rem 0 0}.Home-module__RejjVa__lastName{white-space:nowrap}.Home-module__RejjVa__lastGlyph{position:relative}.Home-module__RejjVa__sparkle{pointer-events:none;display:inline-flex;position:absolute;top:.45em;right:0;transform:translate(45%,-55%)}@media screen and (max-width:1440px){.Home-module__RejjVa__header,.Home-module__RejjVa__profession{font-size:5rem;line-height:5rem}}@media screen and (max-width:1280px){.Home-module__RejjVa__header,.Home-module__RejjVa__profession{font-size:4rem;line-height:4rem}}@media screen and (max-width:1024px){.Home-module__RejjVa__header,.Home-module__RejjVa__profession{font-size:3rem;line-height:3rem}}@media screen and (max-width:900px){.Home-module__RejjVa__header{font-size:2.3rem;line-height:2.3rem}}@media screen and (max-width:1024px){.Home-module__RejjVa__section{justify-content:center;align-items:center}.Home-module__RejjVa__header,.Home-module__RejjVa__profession{text-align:center;font-size:3.5rem;line-height:3.5rem}}
.Tag-module__zQcxqq__container{flex-direction:column;align-items:flex-start;gap:.45rem;width:fit-content;padding:0;display:inline-flex}.Tag-module__zQcxqq__label{letter-spacing:.22em;text-transform:uppercase;color:var(--g-color-text-primary);align-items:center;gap:.5rem;font-size:.78rem;font-weight:600;line-height:1;display:inline-flex}.Tag-module__zQcxqq__label svg{width:14px;height:14px;color:var(--g-color-line-brand)}.Tag-module__zQcxqq__accent{background:var(--g-color-line-brand);border-radius:1px;width:1.75rem;height:2px}
.Sparkle-module__UVdVqW__sparkle{color:#fff;transform-box:fill-box;transform-origin:50%;width:.4em;height:.4em;filter:drop-shadow(0 0 .15em var(--g-color-line-brand));animation:8s linear infinite Sparkle-module__UVdVqW__twinkle}@keyframes Sparkle-module__UVdVqW__twinkle{0%{transform:rotate(0)scale(.9)}50%{transform:rotate(180deg)scale(1.1)}to{transform:rotate(360deg)scale(.9)}}@media (prefers-reduced-motion:reduce){.Sparkle-module__UVdVqW__sparkle{animation:none}}
.Portfolio-module__8priRG__section{min-height:var(--min-height-section);margin-top:25px;margin-bottom:calc(2 * var(--body-padding));text-align:start;flex-direction:column;padding-top:1rem;display:flex}.Portfolio-module__8priRG__projectsList{flex-wrap:wrap;gap:1rem;width:100%;margin:2rem 0 0;padding:0;list-style:none;display:flex}@media screen and (max-width:1024px){.Portfolio-module__8priRG__section{justify-content:center;align-items:center}}
.Project-module__lSAlsa__container{perspective:1000px;width:calc(50% - .5rem)}@media screen and (max-width:900px){.Project-module__lSAlsa__container{width:100%}}.Project-module__lSAlsa__card{--rotate-x:0deg;--rotate-y:0deg;--shadow-x:0px;--shadow-y:0px;height:100%;color:inherit;transform-style:preserve-3d;will-change:transform, box-shadow;background:#111;border:1px solid #ffffff26;border-radius:1rem;flex-direction:column;text-decoration:none;transition:transform .15s ease-out,box-shadow .2s ease-out,border-color .25s;display:flex;overflow:hidden;transform:scale(1)rotateX(0)rotateY(0)}.Project-module__lSAlsa__card:hover,.Project-module__lSAlsa__card:focus-visible{transform:scale(.96) rotateX(var(--rotate-x)) rotateY(var(--rotate-y));box-shadow:var(--shadow-x) var(--shadow-y) 2rem #ffffff38;border-color:#fff6;outline:none}.Project-module__lSAlsa__imageWrapper{aspect-ratio:16/9;background:#0a0a0a;width:100%;display:block;position:relative}.Project-module__lSAlsa__image{object-fit:cover}.Project-module__lSAlsa__body{flex-direction:column;flex:1;gap:.5rem;padding:1rem;display:flex}.Project-module__lSAlsa__title{font-size:1.25rem;font-weight:600}.Project-module__lSAlsa__description{color:#ffffffb3;font-size:.9rem;line-height:1.4}.Project-module__lSAlsa__tags{flex-wrap:wrap;gap:.5rem;margin-top:auto;padding-top:.5rem;display:flex}.Project-module__lSAlsa__tag{color:#ffffffd9;background:#ffffff14;border:1px solid #ffffff26;border-radius:999px;padding:.25rem .6rem;font-size:.75rem}@media (prefers-reduced-motion:reduce){.Project-module__lSAlsa__card{transition:border-color .25s}.Project-module__lSAlsa__card:hover,.Project-module__lSAlsa__card:focus-visible{transform:none;box-shadow:0 0 3rem #ffffff40}}
.AboutMe-module__WH31_q__section{min-height:var(--min-height-section);margin-top:25px;margin-bottom:calc(2 * var(--body-padding));text-align:start;flex-direction:column;display:flex}.AboutMe-module__WH31_q__advantagesContainer{width:100%;margin:2rem 0 0;container-type:inline-size}.AboutMe-module__WH31_q__advantagesList{grid-template-columns:minmax(0,22rem);justify-content:center;gap:1.25rem;margin:0;padding:0;list-style:none;display:grid}@container (min-width:26rem){.AboutMe-module__WH31_q__advantagesList{grid-template-columns:repeat(2,minmax(0,18rem))}}@container (min-width:54rem){.AboutMe-module__WH31_q__advantagesList{grid-template-columns:repeat(4,1fr)}}.AboutMe-module__WH31_q__advantage{isolation:isolate;background:var(--g-card-background-color);border-radius:20px;padding:1.5rem 1.25rem;transition:transform .4s cubic-bezier(.22,1,.36,1),box-shadow .4s cubic-bezier(.22,1,.36,1);position:relative;overflow:hidden}.AboutMe-module__WH31_q__advantage:before{content:"";z-index:1;border-radius:inherit;pointer-events:none;background:linear-gradient(#fff3,#ffffff08 45%);padding:1px;transition:background .4s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.AboutMe-module__WH31_q__advantage:after{content:"";z-index:2;border-radius:inherit;pointer-events:none;background:linear-gradient(115deg,#0000 42%,#ffffff1f 50%,#0000 58%) 150% 0/250% 100% no-repeat;position:absolute;inset:0}.AboutMe-module__WH31_q__advantage:hover{transform:translateY(-4px);box-shadow:0 18px 40px -26px #000000bf}.AboutMe-module__WH31_q__advantage:hover:before{background:linear-gradient(180deg, var(--g-color-line-brand), #ffffff38 18%, #ffffff0a 50%)}.AboutMe-module__WH31_q__advantage:hover:after{animation:.9s ease-out AboutMe-module__WH31_q__advantage-sheen}.AboutMe-module__WH31_q__advantageGlow{z-index:0;border-radius:inherit;pointer-events:none;opacity:0;background:radial-gradient(16rem circle at var(--glow-x,50%) var(--glow-y,50%), #ffffff1a, transparent 60%);transition:opacity .3s;position:absolute;inset:0}.AboutMe-module__WH31_q__advantage:hover .AboutMe-module__WH31_q__advantageGlow{opacity:1}.AboutMe-module__WH31_q__advantageHeader{z-index:3;text-align:center;letter-spacing:-.02em;color:#0000;background:linear-gradient(#fff 0% 32%,#9a9a9a 100%);-webkit-background-clip:text;background-clip:text;width:100%;margin:0;padding:0;font-size:3rem;font-weight:600;line-height:3rem;position:relative}.AboutMe-module__WH31_q__advantageDescription{z-index:3;letter-spacing:.01rem;text-align:center;width:100%;color:var(--g-color-text-secondary);margin:.6rem 0 0;padding:0;font-size:1rem;line-height:1.35rem;position:relative}@keyframes AboutMe-module__WH31_q__advantage-sheen{0%{background-position:150% 0}to{background-position:-150% 0}}.AboutMe-module__WH31_q__contentContainer{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;width:100%;margin-top:2rem;display:flex}.AboutMe-module__WH31_q__content{flex-flow:column;flex:calc(50% - .5rem);gap:1rem;min-width:300px;display:flex}.AboutMe-module__WH31_q__contentDescription{letter-spacing:.1rem;margin:0;padding:0;font-size:1.2rem;font-weight:600;line-height:normal}.AboutMe-module__WH31_q__accent{color:var(--g-color-line-brand)}.AboutMe-module__WH31_q__contentContactContainer{flex:calc(50% - .5rem);grid-template-columns:repeat(auto-fit,minmax(min(18rem,100%),1fr));gap:1rem;min-width:300px;margin:0;padding:0;list-style:none;display:grid}.AboutMe-module__WH31_q__contentContactHeader{letter-spacing:.1rem;margin:0;padding:0 0 .17rem;font-size:.85rem;line-height:.85rem}.AboutMe-module__WH31_q__contentContactDescription{white-space:nowrap;flex-wrap:nowrap;align-items:center;gap:10px;display:inline-flex}.AboutMe-module__WH31_q__contentContactDescription,.AboutMe-module__WH31_q__contentContactDescription>button{letter-spacing:.1rem;margin:0;padding:0;font-size:1.2rem;font-weight:600}.AboutMe-module__WH31_q__contentContactDescription>button{cursor:pointer;background-color:#0000;border:none;outline:none}.AboutMe-module__WH31_q__copyBtn span{color:var(--g-color-line-brand)}@media screen and (max-width:1024px){.AboutMe-module__WH31_q__section{justify-content:center;align-items:center}.AboutMe-module__WH31_q__contentContactDescription,.AboutMe-module__WH31_q__contentContactDescription>button{letter-spacing:normal;font-size:1rem}.AboutMe-module__WH31_q__contentContactContainer{grid-template-columns:repeat(auto-fit,minmax(min(14rem,100%),1fr))}}
.g-hotkey{border-radius:var(--g-border-radius-xs);padding:1px 5px;display:inline-block}.g-hotkey,.g-hotkey kbd{font-family:var(--g-text-body-font-family);font-weight:var(--g-text-body-font-weight);font-size:var(--g-text-body-1-font-size);line-height:var(--g-text-body-1-line-height)}.g-hotkey_view_light{color:var(--g-color-text-primary);background-color:var(--g-color-base-generic)}.g-hotkey_view_light .g-hotkey__plus{color:var(--g-color-text-hint)}.g-hotkey_view_dark{color:var(--g-color-text-light-complementary);background-color:var(--g-color-base-light-simple-hover)}.g-hotkey_view_dark .g-hotkey__plus{color:var(--g-color-text-light-hint)}
