@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;500;600&display=swap");.HomePage_container__p5sF4{display:flex;justify-content:center;height:85vh;flex-direction:column;position:relative;overflow:hidden}.HomePage_particleCanvas__osIsM{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.HomePage_background__RQqHJ{font-size:5rem;font-family:Montserrat;line-height:1.1;color:var(--bg-text);position:absolute;z-index:1}.HomePage_foreground__XcW4n{z-index:2;display:flex;color:var(--accent-color);justify-content:space-between;align-items:center;padding:0 2rem;position:relative}.HomePage_content__6cbsN{flex:1 1;max-width:60%;position:relative;z-index:2;transform-style:preserve-3d}.HomePage_name__MgCn2{color:#eee;font-size:4rem;font-weight:600;margin-bottom:.75rem;text-shadow:0 0 15px rgba(0,0,0,.3);letter-spacing:-.5px}.HomePage_titleContainer__XoFzq{display:flex;align-items:center;overflow:visible;height:50px;position:relative;margin-bottom:1.5rem}.HomePage_bio__7Ix_c{width:max-content;color:#eee;font-size:1.75rem;font-weight:300;position:relative;overflow:visible;white-space:nowrap;display:inline-block}.HomePage_bio__7Ix_c:after{content:"";position:absolute;height:1.4em;width:3px;background:var(--accent-color);right:-8px;top:0;animation:HomePage_blink__ZtL7j .8s step-end infinite}@keyframes HomePage_blink__ZtL7j{0%,to{opacity:1}50%{opacity:0}}.HomePage_techSection__hjWmw{margin:2rem 0;position:relative;min-height:350px;width:100%;z-index:5}.HomePage_techTitle__v803X{font-size:1.4rem;margin-bottom:1.2rem;color:#ddd;font-weight:500;letter-spacing:.5px;position:relative;display:inline-block}.HomePage_techTitle__v803X:before{content:"";position:absolute;width:4px;height:70%;left:-12px;top:15%;background:var(--accent-color);border-radius:4px}.HomePage_techGrid__Bt1sI{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.2rem;gap:1.2rem;margin-bottom:2rem;position:relative;z-index:15}.HomePage_techItem___kNjz{padding:1.1rem 1.2rem;border:1px solid;border-radius:8px;background:rgba(30,30,40,.6);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);transition:all .35s ease;cursor:pointer;position:relative;overflow:hidden;display:flex;align-items:center;box-shadow:0 2px 8px rgba(0,0,0,.15);z-index:20;pointer-events:auto;-webkit-user-select:none;-moz-user-select:none;user-select:none}.HomePage_techIcon__aO0WT{font-size:1.4rem;margin-right:.8rem;display:flex;align-items:center;justify-content:center;opacity:.9}.HomePage_techItem___kNjz h3{font-size:1.05rem;margin:0;color:#eee;font-weight:500;letter-spacing:.3px}.HomePage_techItemBorder__mg1KR{position:absolute;height:2px;bottom:0;left:0;width:0;transition:all .4s ease}.HomePage_techDescription__EeJly{position:relative;margin-top:1.2rem;padding:1.2rem;border-left:3px solid;border-radius:6px;background:rgba(30,30,40,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-family:Fira Code,monospace;font-size:.9rem;color:#ddd;letter-spacing:.3px;box-shadow:0 4px 15px rgba(0,0,0,.1);line-height:1.6;z-index:30;pointer-events:none;max-width:100%;word-wrap:break-word;white-space:normal}.HomePage_buttons__eMFj8{display:flex;margin-top:2rem}.HomePage_button__ibU1f{background:var(--accent-color);font-size:1.15rem;padding:.6rem 1.2rem;margin-right:1.5rem;color:#eee;font-weight:500;border:none;border-radius:4px;cursor:pointer;transition:all .2s ease;position:relative;overflow:hidden}.HomePage_button__ibU1f:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.2),transparent);transform:translateX(-100%);transition:transform .6s ease}.HomePage_button__ibU1f:hover:after{transform:translateX(100%)}.HomePage_outlined__bUXCy{font-size:1.15rem;padding:.6rem 1.2rem;color:#eee;border:2px solid var(--accent-color);background:transparent;border-radius:4px;cursor:pointer;transition:all .2s ease;position:relative;overflow:hidden}.HomePage_outlined__bUXCy:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.1),transparent);transform:translateX(-100%);transition:transform .6s ease}.HomePage_outlined__bUXCy:hover:after{transform:translateX(100%)}.HomePage_button__ibU1f:hover,.HomePage_outlined__bUXCy:hover{box-shadow:0 0 15px rgba(var(--accent-color-rgb),.5);transform:translateY(-2px)}.HomePage_right__pXjSo{flex:1 1;justify-content:flex-end;transform-style:preserve-3d}.HomePage_picture_border__iJJMA{border:10px solid rgba(64,102,97,.5);border-radius:250px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.3);transform-style:preserve-3d;transition:all .3s ease}.HomePage_picture__cAeSv{border-radius:250px;display:block;object-fit:cover;transform:translateZ(20px)}.HomePage_codeSnippet__2v_oB{position:absolute;bottom:20px;right:20px;max-width:400px;z-index:1;opacity:.7}.HomePage_codeSnippet__2v_oB pre{margin:0;font-family:Fira Code,monospace;font-size:.85rem;color:#ddd;background:rgba(20,20,30,.7);padding:1rem;border-radius:8px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);overflow:hidden;border-left:4px solid var(--accent-color)}@media screen and (min-width:2000px){.HomePage_content__6cbsN{padding:0 3rem}.HomePage_name__MgCn2{font-size:6rem}.HomePage_bio__7Ix_c{font-size:3rem;margin-bottom:3rem}.HomePage_techGrid__Bt1sI{grid-template-columns:repeat(4,1fr)}.HomePage_techItem___kNjz h3{font-size:1.8rem}.HomePage_techDescription__EeJly{font-size:1.4rem}.HomePage_button__ibU1f,.HomePage_outlined__bUXCy{font-size:2rem}.HomePage_codeSnippet__2v_oB{max-width:600px}.HomePage_codeSnippet__2v_oB pre{font-size:1.2rem}}@media screen and (max-width:1100px){.HomePage_foreground__XcW4n{flex-direction:column;align-items:center;padding:2rem}.HomePage_content__6cbsN{max-width:100%;text-align:center;margin-bottom:3rem}.HomePage_name__MgCn2{font-size:3.5rem}.HomePage_bio__7Ix_c{font-size:1.5rem;margin:.75rem auto 2rem}.HomePage_techGrid__Bt1sI{grid-template-columns:repeat(2,1fr)}.HomePage_techDescription__EeJly{bottom:-10px;padding:1rem}.HomePage_buttons__eMFj8{justify-content:center}.HomePage_codeSnippet__2v_oB{display:none}}@media screen and (max-width:900px){.HomePage_name__MgCn2{font-size:3rem}.HomePage_bio__7Ix_c{font-size:1.25rem}.HomePage_techGrid__Bt1sI{grid-template-columns:1fr}.HomePage_techSection__hjWmw{min-height:400px}}@media screen and (max-width:600px){.HomePage_container__p5sF4{height:auto;min-height:85vh;padding-bottom:2rem}.HomePage_foreground__XcW4n{padding:1rem}.HomePage_name__MgCn2{font-size:2.5rem}.HomePage_bio__7Ix_c{font-size:1.1rem}.HomePage_techSection__hjWmw{min-height:450px;margin-bottom:3rem}.HomePage_techItem___kNjz{padding:.9rem 1rem}.HomePage_techItem___kNjz h3{font-size:1rem}.HomePage_techDescription__EeJly{font-size:.85rem;padding:1rem;line-height:1.5;bottom:-15px}.HomePage_picture_border__iJJMA{border-width:6px}.HomePage_picture__cAeSv{width:220px!important;height:220px!important}.HomePage_button__ibU1f,.HomePage_outlined__bUXCy{font-size:.9rem;padding:.5rem 1rem}}@media screen and (max-width:400px){.HomePage_container__p5sF4{padding-bottom:4rem}.HomePage_techSection__hjWmw{min-height:480px}.HomePage_techDescription__EeJly{bottom:-25px}.HomePage_name__MgCn2{font-size:2.2rem}.HomePage_techItem___kNjz{padding:.8rem}.HomePage_techIcon__aO0WT{font-size:1.2rem}}@keyframes HomePage_float__qU7F9{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes HomePage_pulse__jsIyL{0%,to{opacity:.7}50%{opacity:1}}.HomePage_cardContainer__xQr9T{margin:1.5rem 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,.7fr));grid-gap:1.5rem;gap:1.5rem;bottom:0}@media only screen and (max-width:1100px){.HomePage_cardContainer__xQr9T,.HomePage_right__pXjSo{display:none}}.HomePage_card__kuF7G{background:var(--transparent-bg);color:var(--text-color);display:flex;flex-direction:column;border-radius:20px;cursor:pointer;padding-right:0}.HomePage_card__kuF7G:hover{box-shadow:4px 4px 10px rgba(0,0,0,.1)}.HomePage_content__6cbsN{padding:1rem;border-radius:0 0 20px 20px}.HomePage_content__6cbsN p{font-size:.8rem;margin-top:.5rem}.HomePage_tags__A9_9r{display:flex;flex-wrap:wrap;margin:.5rem 0}.HomePage_tags__A9_9r span{margin:.5rem .5rem 0 0;padding:.2rem .5rem;border-radius:20px;font-size:.75rem;transition:all .2s}.HomePage_contentGrid__Vexsj{display:grid;grid-template-columns:2fr 1fr;grid-gap:3rem;gap:3rem;align-items:flex-start;width:100%;max-width:1200px;margin:0 auto;position:relative;z-index:2}.HomePage_left__CUJvL{align-items:flex-start}.HomePage_left__CUJvL,.HomePage_right__pXjSo{display:flex;flex-direction:column;justify-content:flex-start}.HomePage_right__pXjSo{align-items:center;margin-top:.5rem}.HomePage_buttonsVertical___Mt8U{display:flex;flex-direction:column;gap:1.2rem;margin-top:2.2rem;width:100%;align-items:stretch}@media screen and (max-width:900px){.HomePage_contentGrid__Vexsj{grid-template-columns:1fr;gap:2rem;max-width:98vw}.HomePage_right__pXjSo{flex-direction:row;justify-content:center;align-items:flex-start;margin-top:2rem}.HomePage_buttonsVertical___Mt8U{flex-direction:row;gap:1rem;margin-top:0;width:auto}}@media screen and (max-width:600px){.HomePage_contentGrid__Vexsj{grid-template-columns:1fr;gap:1.2rem;padding:0 .5rem}.HomePage_right__pXjSo{flex-direction:column;align-items:center;margin-top:1rem}.HomePage_buttonsVertical___Mt8U{flex-direction:column;gap:.7rem;width:100%;margin-top:1.2rem}}.HomePage_buttonsRow__mL7YK{display:flex;flex-direction:row;justify-content:flex-start;gap:1.5rem;margin-top:2.2rem;width:100%}@media screen and (max-width:600px){.HomePage_buttonsRow__mL7YK{flex-direction:column;gap:.7rem;margin-top:1.2rem;width:100%;align-items:stretch}}