.form_loadingContainer__AnHHQ{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:2rem;text-align:center}.form_loadingSpinner__KAvHo{width:3rem;height:3rem;border:4px solid rgba(74,82,168,.2);border-top:4px solid var(--theme-button-color);border-radius:50%;animation:form_spin__CYHeF 1s linear infinite;margin-bottom:1.5rem}.form_loadingTitle__3Jx7q{font-size:1.5rem;font-weight:600;color:var(--theme-text-color);margin-bottom:.5rem}.form_loadingSubtitle__A24CH{font-size:1rem;color:var(--theme-text-color);opacity:.7}@keyframes form_spin__CYHeF{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.form_template1__ysPig{display:flex;justify-content:center;align-items:flex-start;overflow:scroll;position:relative;z-index:0;padding:.5rem 0}.form_portfolioForm__Fs8t3{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;height:100%;width:100%;color:var(--theme-text-color);position:relative;animation:form_fadeInUp__t4OnC .8s ease-out}@keyframes form_fadeInUp__t4OnC{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.form_stepTitle__5_z_D{width:100%;text-align:center;font-size:3.2rem;letter-spacing:.1rem;font-weight:700;background:linear-gradient(135deg,#5f10bf,#106dbf);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:form_slideInDown__te_xR .6s ease-out .2s both}@keyframes form_slideInDown__te_xR{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.form_stepDescription__EmRyE{width:100%;text-align:center;font-size:1.2rem;color:var(--theme-text-color);opacity:.8;margin-bottom:1rem;animation:form_fadeIn__b6jRI .8s ease-out .4s both}@keyframes form_fadeIn__b6jRI{0%{opacity:0}to{opacity:.8}}.form_basicSection__0rhnU,.form_connectSection__NAl6d{max-width:900px;justify-content:center;column-gap:2rem;row-gap:1.5rem;margin-bottom:2rem}.form_basicSection__0rhnU,.form_connectSection__NAl6d,.form_expSection__g9cS2,.form_projectSection__j1CuT{width:100%;display:flex;flex-wrap:wrap;align-items:flex-start;animation:form_slideInUp___lYc7 .6s ease-out .6s both}.form_expSection__g9cS2,.form_projectSection__j1CuT{max-width:1200px;justify-content:flex-start;padding:0 1rem 2rem;gap:2rem;margin-bottom:3rem}.form_projImageInput__49mAZ{width:97%}.form_projectEntry__T9I7m{display:flex;flex-direction:column;align-items:start;justify-content:center;width:300px;gap:1rem;background:linear-gradient(135deg,#f8f9ff,#e6e9ff);box-shadow:0 0 10px rgba(95,16,191,.2);border-radius:16px;margin-top:1rem;padding:1.5rem;color:#6f2dc0;border:1px solid #5f10bf59;transition:all .3s ease;animation:form_slideInScale__9ZZJH .5s ease-out both;animation-delay:calc(var(--project-index) * .1s)}.form_projectEntry__T9I7m:hover{transform:translateY(-5px);box-shadow:0 0 20px rgba(95,16,191,.25)}.form_projName__2moZw{font-size:1.4rem;font-weight:700;color:#5f10bf;margin-bottom:.5rem;border-bottom:2px solid #5f10bfad;padding-bottom:.5rem}.form_projDesc__4XLGC{font-size:.8rem}.form_projTech__bqeMz{font-size:.7rem}.form_projGithub__RdwCh,.form_projLink__2YKRn{font-size:.6rem}.form_skipExp__ygG8O{color:#1F294E}.form_instructionText__DD5HL,.form_skipExp__ygG8O{width:100%;display:flex;padding:0 0 1rem;justify-content:center}.form_instructionText__DD5HL{color:#5f10bf;font-size:1rem;font-weight:500;font-style:italic;opacity:.8}.form_connectSection__NAl6d{justify-content:start}.form_inputContainer__qQNIv{display:flex;flex-direction:column;align-items:flex-start;width:45%;gap:.2rem;animation:form_fadeInScale__qz7JQ .5s ease-out both;animation-delay:calc(var(--input-index) * .1s)}@keyframes form_fadeInScale__qz7JQ{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.form_formLabel__nu7lR{font-size:1.3rem;font-weight:700;color:#4d188f;width:100%}.form_formInput___DwNX,.form_formTextarea__uWpxq{width:100%;padding:1rem 1.2rem;border-radius:12px;border:2px solid rgba(95,16,191,.5);font-size:1rem;background:linear-gradient(135deg,#f8f9ff,#e6e9ff);color:#5f10bf;transition:all .3s ease;box-shadow:0 2px 8px rgba(74,82,168,.1)}.form_formInput___DwNX:focus,.form_formTextarea__uWpxq:focus{outline:none;border-color:#5f10bf;box-shadow:0 3px 7px rgba(95,16,191,.5);transform:translateY(-2px)}.form_inputError__Y8VCn{border-color:#dc3545!important;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)!important}.form_errorMessage__rUnsx{color:#dc3545;font-size:.875rem;margin-top:.25rem;font-weight:500;animation:form_fadeInError__x0XFh .3s ease-in-out}@keyframes form_fadeInError__x0XFh{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.form_profileInputWrapper__GNxdQ{display:flex;align-items:center;width:100%;gap:.5rem}.form_uploadImage__hb9yb{display:flex;justify-content:space-between;width:75%;gap:.5rem;border-radius:12px;color:#5f10bf;text-shadow:-3px 1px 1px solid black;font-size:1rem}.form_imageInput__jPa_N{background:linear-gradient(135deg,#f8f9ff,#e6e9ff);width:70%;font-size:.8rem;border:2px solid rgba(95,16,191,.5);border-radius:8px;padding:.5rem .8rem;transition:all .3s ease}.form_formInput___DwNX:focus,.form_formTextarea__uWpxq:focus{border:1px solid rgba(255,255,255,.5);background-color:var(--theme-button-color)}.form_formTextarea__uWpxq{font-size:1rem;width:97%;height:40px;padding:.5rem .75rem;resize:vertical}.form_skillInputWrapper__aEpSI{display:flex;justify-content:center;align-items:center;width:96%;gap:.5rem}.form_skillList__QAFYw{width:100%;display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.5rem;padding:0 2rem 0 0}.form_skillChip__4H5oj{display:flex;align-items:center;justify-content:center;gap:.3rem;padding:0 .6rem;border-radius:25px;font-size:.7rem;color:white;background-color:#5f10bf;box-shadow:0 0 4px #5f10bf7a}.form_removeSkill__G7P6l{background:none;cursor:pointer;border:none;font-size:1.2rem;margin-bottom:.2rem;color:rgb(255,96,96)}.form_formNav__4NoPY{position:fixed;bottom:0;left:0;right:0;display:flex;width:100%;justify-content:space-between;align-items:center;padding:1rem 2rem;background:linear-gradient(135deg,rgba(255,255,255,.95),rgba(248,249,255,.95));backdrop-filter:blur(10px);border-top:1px solid rgba(74,82,168,.1);box-shadow:0 -4px 20px rgba(74,82,168,.1);animation:form_slideInUp___lYc7 .5s ease-out}@keyframes form_slideInUp___lYc7{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.form_progressIndicator__Iu0xx{display:flex;flex-direction:column;align-items:center;gap:.5rem;flex:1;max-width:300px}.form_stepCounter__eeFJX{font-size:.9rem;font-weight:600;color:var(--theme-text-color);opacity:.8}.form_progressBar__I79c0{width:100%;height:6px;background:rgba(74,82,168,.2);border-radius:3px;overflow:hidden;position:relative}.form_progressFill__FY48K{height:100%;background:linear-gradient(135deg,#5f10bf,#106dbf);border-radius:3px;transition:width .5s ease-out;position:relative}.form_progressFill__FY48K:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:form_shimmer__yI4RI 2s infinite}@keyframes form_shimmer__yI4RI{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.form_btnAdd__FLv15,.form_btnNext__idAfr,.form_btnPrev__qOFcY,.form_btnSubmit___zvdx,.form_btnUpload__FHY_q{padding:.8rem 1.5rem;font-size:1rem;font-weight:600;border:none;border-radius:50px;cursor:pointer;height:auto;width:fit-content;color:white;background:linear-gradient(135deg,#5f10bf,#9c4bff);box-shadow:0 4px 15px rgba(74,82,168,.2);transition:all .3s ease;position:relative;overflow:hidden}.form_btnNext__idAfr,.form_btnPrev__qOFcY,.form_btnSubmit___zvdx{display:flex;justify-content:center;align-items:center;border-radius:50px;font-size:1.1rem;font-weight:600;padding:.4rem 1.2rem;background:linear-gradient(135deg,var(--theme-button-color),#3d4494);color:white;border:none;transition:all .3s ease;box-shadow:0 6px 20px rgba(74,82,168,.3);cursor:pointer;position:relative;overflow:hidden;text-transform:uppercase;letter-spacing:.5px}.form_btnNext__idAfr:before,.form_btnPrev__qOFcY:before,.form_btnSubmit___zvdx:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;transition:left .5s ease}.form_btnNext__idAfr:hover:before,.form_btnPrev__qOFcY:hover:before,.form_btnSubmit___zvdx:hover:before{left:100%}.form_btnNext__idAfr:hover,.form_btnPrev__qOFcY:hover{transform:translateY(-4px) scale(1.05);box-shadow:0 12px 30px rgba(74,82,168,.4);background:linear-gradient(135deg,#3d4494,var(--theme-button-color))}.form_btnNext__idAfr:active,.form_btnPrev__qOFcY:active,.form_btnSubmit___zvdx:active{transform:translateY(-2px) scale(.98);transition:all .1s ease-out}.form_btnPrev__qOFcY{background:linear-gradient(135deg,#6c757d,#5a6268);box-shadow:0 6px 20px rgba(108,117,125,.3)}.form_btnPrev__qOFcY:hover{background:linear-gradient(135deg,#5a6268,#6c757d);transform:translateY(-4px) scale(1.05);box-shadow:0 12px 30px rgba(108,117,125,.4)}.form_btnUpload__FHY_q{min-width:fit-content}.form_btnAdd__FLv15,.form_btnUpload__FHY_q{background-color:#1a1f5e;color:white;border:none;border-radius:8px;padding:.4rem .8rem;transition:all .3s ease;box-shadow:0 2px 6px rgba(26,31,94,.3)}.form_btnAdd__FLv15{min-width:6rem}.form_btnAdd__FLv15:hover,.form_btnUpload__FHY_q:hover{background-color:#2a2781;transform:translateY(-2px);box-shadow:0 4px 12px rgba(26,31,94,.4)}.form_btnDelete__4tiOs{cursor:pointer;padding:.2rem .5rem;border-radius:20px;background-color:#5f10bf;color:white;border:none;transition:all .3s ease;box-shadow:0 0 4px rgba(26,31,94,.3)}.form_btnDelete__4tiOs:hover{background-color:#2a2781;transform:translateY(-2px);box-shadow:0 0 6px rgba(26,31,94,.4)}.form_btnSubmit___zvdx{background:#008000;color:white;border:none;padding:.4rem 1rem;transition:all .3s ease;box-shadow:0 2px 8px rgba(26,31,94,.3)}.form_btnSubmit___zvdx:hover{background-color:#2a2781;transform:translateY(-2px);box-shadow:0 4px 12px rgba(26,31,94,.4)}.form_dots__dekjd:after{content:"";display:inline-block;width:1em;text-align:left;animation:form_dots__dekjd 1.5s steps(4) infinite}.form_sectionHeader__OjLbp{width:100%;text-align:center;margin-bottom:2rem;padding:1rem;background:linear-gradient(135deg,#f8f9ff,#e6e9ff);border-radius:16px;box-shadow:0 2px 12px rgba(74,82,168,.1);border:1px solid rgba(74,82,168,.1)}.form_sectionHeader__OjLbp h2{font-size:1.8rem;color:var(--theme-text-color);margin:0;font-weight:600}.form_sectionHeader__OjLbp p{color:var(--theme-text-color);opacity:.8;margin:.5rem 0 0}.form_expSection__g9cS2::-webkit-scrollbar,.form_projectSection__j1CuT::-webkit-scrollbar{width:8px}.form_expSection__g9cS2::-webkit-scrollbar-track,.form_projectSection__j1CuT::-webkit-scrollbar-track{background:rgba(74,82,168,.1);border-radius:4px}.form_expSection__g9cS2::-webkit-scrollbar-thumb,.form_projectSection__j1CuT::-webkit-scrollbar-thumb{background:linear-gradient(135deg,var(--theme-button-color),#3d4494);border-radius:4px}.form_expSection__g9cS2::-webkit-scrollbar-thumb:hover,.form_projectSection__j1CuT::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#3d4494,var(--theme-button-color))}@keyframes form_dots__dekjd{0%{content:""}25%{content:"."}50%{content:".."}75%{content:"..."}to{content:""}}.form_topProgressBar__uFdnd{position:fixed;top:0;left:0;width:100%;height:4px;background:rgba(74,82,168,.1);z-index:1001}.form_topProgressFill__hkRN5{height:100%;background:linear-gradient(135deg,#5f10bf,#106dbf);transition:width .5s ease;border-radius:0 2px 2px 0}@media (max-width:389px){.form_template1__ysPig{height:90vh;overflow:visible;display:flex;justify-content:center;align-items:center;background:transparent;position:relative;z-index:0}.form_portfolioForm__Fs8t3{display:flex;flex-direction:column;justify-content:space-between;align-items:center;height:100%;width:100%;padding:1rem 1rem 8rem;color:white}.form_stepTitle__5_z_D{text-align:center;width:100%;padding:0;font-size:2rem;letter-spacing:.1rem;text-shadow:-1px 0 2px rgba(42,39,129,.4)}.form_stepDescription__EmRyE{font-size:.8rem}.form_basicSection__0rhnU,.form_connectSection__NAl6d{width:100%;height:100%;display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:flex-start;padding:0 1rem 6rem;column-gap:1rem}.form_expSection__g9cS2,.form_projectSection__j1CuT{width:100%;height:100%;display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:flex-start;padding:0 1rem 8rem;gap:2rem}.form_projImageInput__49mAZ{width:97%}.form_projectEntry__T9I7m{width:100%;gap:1rem;border-radius:1rem;margin-top:0;padding:.8rem}.form_projName__2moZw{font-size:1.5rem;font-weight:700}.form_projDesc__4XLGC{font-size:.8rem}.form_projTech__bqeMz{font-size:.7rem}.form_projGithub__RdwCh,.form_projLink__2YKRn{font-size:.6rem}.form_skipExp__ygG8O{width:100%;display:flex;padding:0 0 1rem;justify-content:center}.form_inputContainer__qQNIv{display:flex;flex-direction:column;align-items:flex-start;width:80%;gap:.1rem}.form_formLabel__nu7lR{margin-top:.8rem;font-size:1.1rem;font-weight:700;width:100%}.form_formInput___DwNX,.form_formTextarea__uWpxq{width:97%;padding:.3rem .4rem;font-size:.8rem}.form_formTextarea__uWpxq{width:97%;height:75px;resize:vertical}.form_profileInputWrapper__GNxdQ{display:flex;align-items:center;width:100%;gap:.5rem}.form_uploadImage__hb9yb{display:flex;justify-content:space-between;width:75%;gap:.5rem;border-radius:12px;color:rgb(0,0,0);text-shadow:-3px 1px 1px solid black;font-size:1rem}.form_imageInput__jPa_N{width:70%;font-size:.8rem}.form_skillInputWrapper__aEpSI{display:flex;justify-content:center;align-items:center;width:96%;gap:.5rem}.form_skillList__QAFYw{width:100%;display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.5rem;padding:1rem 2rem 0 0}.form_skillChip__4H5oj{display:flex;align-items:center;justify-content:center;gap:.3rem;padding:0 .4rem;border-radius:25px;font-size:.5rem;box-shadow:0 0 2px rgb(45,140,191)}.form_removeSkill__G7P6l{background:none;cursor:pointer;border:none;font-size:.9rem;margin-bottom:.2rem}.form_formNav__4NoPY{display:flex;width:100%;justify-content:space-between;padding:.7rem .5rem}.form_btnAdd__FLv15,.form_btnNext__idAfr,.form_btnPrev__qOFcY,.form_btnSubmit___zvdx,.form_btnUpload__FHY_q{padding:.3rem .5rem;font-size:.7rem;border:none;border-radius:8px;cursor:pointer;height:auto;width:fit-content;min-width:60px;background:linear-gradient(135deg,var(--theme-button-color),#3d4494);transition:all .3s ease;box-shadow:0 2px 6px rgba(74,82,168,.3)}.form_btnNext__idAfr,.form_btnPrev__qOFcY,.form_btnSubmit___zvdx{display:flex;justify-content:center;align-items:center;border-radius:20px;font-size:.7rem;font-weight:600;padding:.3rem .4rem;border:none;transition:all .3s ease;box-shadow:0 2px 6px rgba(74,82,168,.3);cursor:pointer;min-width:70px}.form_btnUpload__FHY_q{min-width:fit-content}.form_btnAdd__FLv15,.form_btnUpload__FHY_q{border:none;border-radius:8px;padding:.4rem .8rem;font-size:.7rem;transition:all .3s ease}.form_btnAdd__FLv15{min-width:4rem}.form_btnDelete__4tiOs{cursor:pointer;padding:.2rem .5rem;border-radius:20px}.form_btnDelete__4tiOs:hover{box-shadow:0 0 2px rgb(146,210,245)}.form_btnSubmit___zvdx{background:#008000}}@media (min-width:390px) and (max-width:576px){.form_template1__ysPig{height:90vh;overflow:scroll;display:flex;justify-content:center;align-items:center;background:transparent;position:relative;z-index:0}.form_portfolioForm__Fs8t3{display:flex;flex-direction:column;justify-content:space-between;align-items:center;height:100%;width:100%;padding:0 1rem}.form_stepTitle__5_z_D{text-align:center;width:100%;padding:0;font-size:2.2rem;letter-spacing:.1rem;text-shadow:var(--theme-text-shadow)}.form_stepDescription__EmRyE{font-size:.9rem;padding:0 .2rem}.form_basicSection__0rhnU,.form_connectSection__NAl6d{column-gap:1rem}.form_basicSection__0rhnU,.form_connectSection__NAl6d,.form_expSection__g9cS2,.form_projectSection__j1CuT{width:100%;height:100%;display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:flex-start;padding:0 0 6rem 1rem}.form_expSection__g9cS2,.form_projectSection__j1CuT{gap:2rem}.form_projImageInput__49mAZ{width:97%}.form_projectEntry__T9I7m{width:95%;gap:1rem;border-radius:1rem;margin-top:0;padding:.8rem}.form_projName__2moZw{font-size:1.5rem;font-weight:700}.form_projDesc__4XLGC{font-size:.8rem}.form_projTech__bqeMz{font-size:.7rem}.form_projGithub__RdwCh,.form_projLink__2YKRn{font-size:.6rem}.form_skipExp__ygG8O{width:100%;display:flex;padding:0 0 1rem;justify-content:center}.form_inputContainer__qQNIv{display:flex;flex-direction:column;align-items:flex-start;width:80%;gap:.1rem}.form_formLabel__nu7lR{margin-top:.8rem;font-size:1.3rem;width:100%}.form_formInput___DwNX,.form_formTextarea__uWpxq{width:97%;padding:.3rem .4rem;font-size:.9rem}.form_formTextarea__uWpxq{width:97%;height:75px;resize:vertical}.form_profileInputWrapper__GNxdQ{display:flex;align-items:center;width:100%;gap:.5rem}.form_uploadImage__hb9yb{display:flex;justify-content:space-between;width:75%;gap:.5rem;border-radius:12px;text-shadow:-3px 1px 1px solid black;font-size:1rem}.form_imageInput__jPa_N{width:70%;font-size:.8rem}.form_skillInputWrapper__aEpSI{display:flex;justify-content:center;align-items:center;width:96%;gap:.5rem}.form_skillList__QAFYw{width:100%;display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:.5rem;padding:1rem 2rem 0 0}.form_skillChip__4H5oj{display:flex;align-items:center;justify-content:center;gap:.3rem;padding:.1rem .5rem;border-radius:25px;font-size:.6rem;box-shadow:0 0 2px rgb(45,140,191)}.form_removeSkill__G7P6l{background:none;cursor:pointer;border:none;font-size:.9rem;margin-bottom:.2rem}.form_formNav__4NoPY{display:flex;width:100%;justify-content:space-between;padding:.7rem .5rem}.form_btnAdd__FLv15,.form_btnNext__idAfr,.form_btnPrev__qOFcY,.form_btnSubmit___zvdx,.form_btnUpload__FHY_q{padding:.3rem .5rem;font-size:.9rem;border:none;border-radius:4px;cursor:pointer;height:90%;width:fit-content;min-width:3rem}.form_btnNext__idAfr,.form_btnPrev__qOFcY,.form_btnSubmit___zvdx{border-radius:3rem;font-size:1rem;padding:.2rem .8rem;box-shadow:-1px 1px 3px rgba(121,223,248,0)}.form_btnUpload__FHY_q{min-width:fit-content}.form_btnAdd__FLv15{min-width:5rem}.form_btnDelete__4tiOs{cursor:pointer;padding:.2rem .5rem;border-radius:20px;box-shadow:0 0 4px rgb(45,140,191)}.form_btnDelete__4tiOs:hover{box-shadow:0 0 2px rgb(146,210,245)}.form_btnSubmit___zvdx{background:#008000}}@media (min-width:577px) and (max-width:767px){.form_template1__ysPig{height:90vh;overflow:visible;display:flex;justify-content:center;align-items:center;background:transparent;position:relative;z-index:0}.form_portfolioForm__Fs8t3{display:flex;flex-direction:column;justify-content:space-between;align-items:center;height:100%;width:100%;padding:1rem}.form_stepTitle__5_z_D{text-align:center;width:100%;padding:0;font-size:2.5rem;letter-spacing:.1rem;text-shadow:-1px 0 2px rgba(42,39,129,.4)}.form_basicSection__0rhnU,.form_connectSection__NAl6d{column-gap:1rem}.form_basicSection__0rhnU,.form_connectSection__NAl6d,.form_expSection__g9cS2,.form_projectSection__j1CuT{width:100%;height:80%;display:flex;flex-wrap:wrap;overflow:scroll;align-items:flex-start;justify-content:flex-start;padding:0 0 0 1rem}.form_expSection__g9cS2,.form_projectSection__j1CuT{gap:2rem}.form_projImageInput__49mAZ{width:97%}.form_projectEntry__T9I7m{width:47%;gap:1rem;border-radius:1rem;margin-top:0;padding:.8rem}.form_projName__2moZw{font-size:1.5rem;font-weight:700;text-shadow:-1px 1px 2px #1F294E}.form_projDesc__4XLGC{font-size:.8rem}.form_projTech__bqeMz{font-size:.7rem}.form_projGithub__RdwCh,.form_projLink__2YKRn{font-size:.6rem}.form_skipExp__ygG8O{width:100%;display:flex;padding:0 0 1rem;justify-content:center}.form_connectSection__NAl6d{justify-content:start;height:65%}.form_inputContainer__qQNIv{display:flex;flex-direction:column;align-items:flex-start;width:80%;gap:.1rem}.form_formLabel__nu7lR{margin-top:.8rem;font-size:1.4rem;font-weight:700;width:100%}.form_formInput___DwNX,.form_formTextarea__uWpxq{width:97%;padding:.3rem .4rem;font-size:1rem}.form_formTextarea__uWpxq{width:97%;height:75px;resize:vertical}.form_profileInputWrapper__GNxdQ{display:flex;align-items:center;width:100%;gap:.5rem}.form_uploadImage__hb9yb{display:flex;justify-content:space-between;width:75%;gap:.5rem;border-radius:12px;text-shadow:-3px 1px 1px solid black;font-size:1rem}.form_imageInput__jPa_N{width:70%;font-size:.8rem}.form_skillInputWrapper__aEpSI{display:flex;justify-content:center;align-items:center;width:96%;gap:.5rem}.form_skillList__QAFYw{width:100%;display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:.5rem;padding:1rem 2rem 0 0}.form_skillChip__4H5oj{display:flex;align-items:center;justify-content:center;gap:.3rem;padding:.1rem .5rem;border-radius:25px;font-size:.6rem;box-shadow:0 0 2px rgb(45,140,191)}.form_removeSkill__G7P6l{background:none;cursor:pointer;border:none;font-size:.9rem;margin-bottom:.2rem}.form_formNav__4NoPY{display:flex;width:100%;justify-content:space-between;padding:1.5rem 3rem}.form_btnAdd__FLv15,.form_btnNext__idAfr,.form_btnPrev__qOFcY,.form_btnSubmit___zvdx,.form_btnUpload__FHY_q{padding:.3rem .5rem;font-size:.9rem;border:none;border-radius:4px;cursor:pointer;height:90%;width:fit-content;min-width:3rem}.form_btnNext__idAfr,.form_btnPrev__qOFcY,.form_btnSubmit___zvdx{display:flex;justify-content:center;align-items:center;border-radius:3rem;font-size:1.2rem;padding:.2rem .8rem;box-shadow:-1px 1px 5px rgb(121,223,248)}.form_btnUpload__FHY_q{min-width:fit-content}.form_btnAdd__FLv15{min-width:5rem}.form_btnDelete__4tiOs{cursor:pointer;padding:.2rem .5rem;border-radius:20px;box-shadow:0 0 4px rgb(45,140,191)}.form_btnDelete__4tiOs:hover{box-shadow:0 0 2px rgb(146,210,245)}.form_btnSubmit___zvdx{background:#008000}}@media (min-width:767px) and (max-width:991px){.form_template1__ysPig{background:transparent;position:relative;z-index:0}.form_portfolioForm__Fs8t3{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;height:100%;width:100%;padding:1rem;color:white}.form_stepTitle__5_z_D{width:70%;padding:0 0 1rem 3rem;font-size:2.7rem;font-weight:700}.form_basicSection__0rhnU,.form_connectSection__NAl6d{width:75%;height:70%;column-gap:2rem}.form_basicSection__0rhnU,.form_connectSection__NAl6d,.form_expSection__g9cS2,.form_projectSection__j1CuT{display:flex;flex-wrap:wrap;overflow:scroll;align-items:flex-start;justify-content:center;padding:0 0 0 2rem}.form_expSection__g9cS2,.form_projectSection__j1CuT{width:96%;height:80%;gap:2rem}.form_projImageInput__49mAZ{width:97%}.form_projectEntry__T9I7m{display:flex;flex-direction:column;align-items:start;justify-content:center;width:40%;gap:1rem;box-shadow:-1px 1px 1px #1F294E;border-radius:1rem;margin-top:2rem;padding:1rem}.form_projName__2moZw{font-size:1.5rem;font-weight:700;text-shadow:-1px 1px 2px #1F294E}.form_projDesc__4XLGC{font-size:.8rem}.form_projTech__bqeMz{font-size:.7rem}.form_projGithub__RdwCh,.form_projLink__2YKRn{font-size:.6rem}.form_skipExp__ygG8O{width:100%;display:flex;padding:0 0 1rem;justify-content:center}.form_connectSection__NAl6d{justify-content:start}.form_inputContainer__qQNIv{display:flex;flex-direction:column;align-items:flex-start;width:75%;gap:.2rem}.form_formLabel__nu7lR{font-size:1.3rem;font-weight:700;width:100%;margin-top:1rem}.form_formInput___DwNX,.form_formTextarea__uWpxq{width:90%;padding:.5rem .6rem;border-radius:4px;border:1px solid rgba(0,0,0,.1);font-size:.9rem}.form_profileInputWrapper__GNxdQ{display:flex;align-items:center;width:100%;gap:.5rem}.form_uploadImage__hb9yb{display:flex;justify-content:space-between;width:75%;gap:.5rem;border-radius:12px;text-shadow:-3px 1px 1px solid black;font-size:1rem}.form_imageInput__jPa_N{width:70%;font-size:.8rem}.form_formInput___DwNX:focus,.form_formTextarea__uWpxq:focus{border:1px solid rgba(255,255,255,.5)}.form_formTextarea__uWpxq{font-size:1rem;width:97%;height:40px;padding:.5rem .75rem;resize:vertical}.form_skillInputWrapper__aEpSI{width:96%}.form_skillInputWrapper__aEpSI,.form_skillList__QAFYw{display:flex;justify-content:center;align-items:center;gap:.5rem}.form_skillList__QAFYw{width:100%;flex-wrap:wrap;padding:1rem 1rem 0 5rem}.form_skillChip__4H5oj{display:flex;align-items:center;justify-content:center;gap:.3rem;padding:0 .6rem;border-radius:25px;font-size:.7rem;box-shadow:0 0 4px rgb(45,140,191)}.form_removeSkill__G7P6l{background:none;cursor:pointer;border:none;font-size:1.2rem;margin-bottom:.2rem}.form_formNav__4NoPY{display:flex;width:100%;justify-content:space-between;padding:1rem 5rem}.form_btnAdd__FLv15,.form_btnNext__idAfr,.form_btnPrev__qOFcY,.form_btnSubmit___zvdx,.form_btnUpload__FHY_q{padding:.4rem .6rem;font-size:1rem;border:none;border-radius:4px;cursor:pointer;height:90%;width:fit-content;min-width:3rem}.form_btnNext__idAfr,.form_btnPrev__qOFcY,.form_btnSubmit___zvdx{display:flex;justify-content:center;align-items:center;border-radius:3rem;font-size:1.2rem;padding:.2rem .8rem;box-shadow:-1px 1px 5px rgb(121,223,248)}.form_btnNext__idAfr:hover,.form_btnPrev__qOFcY:hover{background-color:rgb(20,54,101)}.form_btnUpload__FHY_q{min-width:fit-content}.form_btnAdd__FLv15{min-width:6rem}.form_btnDelete__4tiOs{cursor:pointer;padding:.2rem .5rem;border-radius:20px;box-shadow:0 0 4px rgb(45,140,191)}.form_btnDelete__4tiOs:hover{box-shadow:0 0 3px rgb(146,210,245)}.form_btnSubmit___zvdx{background:#008000}}.navbar_nav__dCdXi{display:flex;justify-content:space-between;align-items:center;padding:0 3rem;box-shadow:0 0 5px 0 rgba(0,0,0,.2);height:10vh;background-color:linear-gradient(135deg,var(--theme-bg),white);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);position:sticky;top:0;z-index:1000}.navbar_logoContainer__V6L87{display:flex;justify-content:center;align-items:center;font-size:2.7rem;font-weight:700;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;background-image:linear-gradient(135deg,rgba(16,167,191),#3d2794);padding:.5rem 1rem;border-radius:12px}.navbar_logo__wXwXy{position:relative;height:3.3rem;width:3.3rem}.navbar_logoImg__40eRU{object-fit:cover;object-position:center}.navbar_userProfile__PlCzX{height:1.7rem;width:1.7rem;border-radius:50%;object-fit:cover;border:2px solid rgba(74,82,168,.2)}.navbar_dropdownIcon__JrxcL,.navbar_loadingSpinner__wvnbX{width:1.2rem;height:1.2rem;flex-shrink:0}.navbar_loadingSpinner__wvnbX{border:2px solid rgba(74,82,168,.2);border-top:2px solid var(--theme-button-color);border-radius:50%;animation:navbar_spin__YBcpu 1s linear infinite}@keyframes navbar_spin__YBcpu{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.navbar_dropdownContainer__zP65Q{display:flex;flex-direction:column;position:relative;z-index:9999}.navbar_dropdownDefaultButton__nU8gR{display:flex;align-items:center;cursor:pointer;gap:.4rem;font-size:1rem;border-radius:7px;padding:.4rem .8rem;background:linear-gradient(135deg,rgb(95,16,191),rgb(16,109,191));color:white;border:none;transition:all .3s ease;box-shadow:0 2px 10px rgba(74,82,168,.3);font-weight:500}.navbar_dropdownDefaultButton__nU8gR:hover{box-shadow:0 4px 15px rgba(74,82,168,.4);background:linear-gradient(135deg,rgb(16,109,191),rgb(95,16,191))}.navbar_dropdown__43EV9{position:fixed;top:4rem;right:2rem;border-radius:20px;color:var(--theme-text-color);background:rgba(255,255,255,.98);backdrop-filter:blur(20px);border:1px solid rgba(74,82,168,.15);box-shadow:0 20px 40px rgba(74,82,168,.2);min-width:150px;padding:.5rem 0;animation:navbar_slideDownScale__fNPlX .4s cubic-bezier(.16,1,.3,1);transform-origin:top right}@keyframes navbar_slideDownScale__fNPlX{0%{opacity:0;transform:translateY(-10px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes navbar_slideDown__xvB6f{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.navbar_dropdownUl__THDS_{display:flex;flex-direction:column}.navbar_dropdown__43EV9 ul li{display:flex;cursor:pointer;padding:.3rem .7rem;margin:.2rem .3rem;border-radius:12px;transition:all .3s cubic-bezier(.16,1,.3,1);position:relative;gap:.75rem;font-weight:500;font-size:.95rem}.navbar_dropdown__43EV9 ul li,.navbar_dropdown__43EV9 ul li:not(:first-child){flex-direction:row;align-items:center}.navbar_dropdown__43EV9 ul li a,.navbar_dropdown__43EV9 ul li button{display:flex;flex-direction:row;align-items:center;gap:.75rem;width:100%;text-decoration:none;color:inherit;background:none;border:none;padding:0;margin:0;font:inherit;cursor:pointer}.navbar_dropdown__43EV9 ul li button:disabled{cursor:not-allowed;opacity:.7}.navbar_dropdown__43EV9 ul li:not(:last-child){border-bottom:1px solid rgba(74,82,168,.08);margin-bottom:.1rem}.navbar_dropdown__43EV9 ul li:last-child{border-bottom:none}.navbar_dropdown__43EV9 ul li:first-child{background:transparent;border:none;margin-bottom:.5rem;font-weight:500;color:var(--theme-text-color);cursor:default}.navbar_dropdown__43EV9 ul li:first-child:hover{background:transparent;transform:none;box-shadow:none}.navbar_dropdown__43EV9 ul li:not(:first-child):hover{background:linear-gradient(135deg,rgba(74,82,168,.08),rgba(74,82,168,.12));transform:translateX(4px);box-shadow:0 4px 12px rgba(74,82,168,.15)}.navbar_dropdown__43EV9 ul li:last-child{color:#dc3545;font-weight:600}.navbar_dropdown__43EV9 ul li:last-child:hover{background:linear-gradient(135deg,rgba(220,53,69,.1),rgba(220,53,69,.15));color:#c82333;transform:translateX(4px);box-shadow:0 4px 12px rgba(220,53,69,.2)}.navbar_login__o8LYh button{display:flex;align-items:center;cursor:pointer;gap:.4rem;font-size:1rem;border-radius:7px;padding:.4rem .8rem;background:linear-gradient(135deg,rgb(95,16,191),rgb(16,109,191));color:white;border:none;font-weight:500;transition:all .3s ease;box-shadow:0 2px 10px rgba(74,82,168,.3);position:relative;overflow:hidden}.navbar_login__o8LYh button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.navbar_login__o8LYh button:hover:before{left:100%}.navbar_login__o8LYh button:hover{box-shadow:0 4px 15px rgba(74,82,168,.4);background:linear-gradient(135deg,rgb(16,109,191),rgb(95,16,191))}@media (max-width:389px){.navbar_nav__dCdXi{padding:0 .4rem;height:8vh}.navbar_logoContainer__V6L87{font-size:1.6rem;height:3rem}.navbar_logo__wXwXy{position:relative;height:2.1rem;width:2.1rem}.navbar_logoImg__40eRU{object-fit:cover;object-position:center}.navbar_userProfile__PlCzX{height:1.2rem;width:1.2rem}.navbar_dropdown__43EV9{right:1rem;min-width:200px}.navbar_dropdown__43EV9 ul li{padding:.6rem .8rem;font-size:.9rem}.navbar_dropdownIcon__JrxcL{width:.8rem;height:.8rem}.navbar_loadingSpinner__wvnbX{width:.8rem;height:.8rem;border-width:1.5px}.navbar_dropdown__43EV9 ul li:first-child{flex-direction:column;text-align:center;gap:.5rem;padding:.6rem .8rem}.navbar_dropdown__43EV9 ul li a,.navbar_dropdown__43EV9 ul li button,.navbar_dropdown__43EV9 ul li:not(:first-child){flex-direction:row;align-items:center}.navbar_userProfile__PlCzX{height:1.5rem;width:1.5rem;border-radius:50%}.navbar_dropdownContainer__zP65Q{display:flex;flex-direction:column;z-index:9999}.navbar_dropdownDefaultButton__nU8gR{display:flex;align-items:center;gap:.1rem;font-size:.7rem;border-radius:6px;padding:.1rem .4rem}.navbar_dropdown__43EV9{position:absolute;top:1.5rem;right:-.4rem;border-radius:12px;backdrop-filter:blur(15px);min-width:90px}.navbar_dropdownUl__THDS_,.navbar_dropdown__43EV9 ul li{display:flex;flex-direction:column}.navbar_dropdown__43EV9 ul li{justify-content:center;align-items:center;padding:.2rem .3rem;font-size:.6rem;border-radius:5px;border-bottom:1px solid var(--theme-text-color)}.navbar_dropdown__43EV9 ul li:first-child:hover{background-color:rgba(112,72,232,0)}.navbar_dropdown__43EV9 ul li:hover{background-color:rgba(112,72,232,.2)}.navbar_login__o8LYh button{display:flex;align-items:center;gap:.1rem;font-size:.7rem;border-radius:6px;padding:.1rem .4rem}}@media (min-width:390px) and (max-width:576px){.navbar_nav__dCdXi{padding:0 .6rem;height:8vh}.navbar_logoContainer__V6L87{font-size:1.8rem;height:3rem}.navbar_logo__wXwXy{position:relative;height:2.5rem;width:2.5rem}.navbar_logoImg__40eRU{object-fit:cover;object-position:center}.navbar_userProfile__PlCzX{height:1.4rem;width:1.4rem;border-radius:50%}.navbar_dropdown__43EV9{right:1.5rem;min-width:210px}.navbar_dropdown__43EV9 ul li{padding:.7rem .9rem;font-size:.95rem}.navbar_dropdownIcon__JrxcL{width:.9rem;height:.9rem}.navbar_loadingSpinner__wvnbX{width:.9rem;height:.9rem;border-width:1.5px}.navbar_dropdown__43EV9 ul li:first-child{flex-direction:column;text-align:center;gap:.5rem;padding:.7rem .9rem}.navbar_dropdown__43EV9 ul li:first-child .navbar_userProfile__PlCzX{height:1.7rem;width:1.7rem}.navbar_dropdown__43EV9 ul li a,.navbar_dropdown__43EV9 ul li button,.navbar_dropdown__43EV9 ul li:not(:first-child){flex-direction:row;align-items:center}.navbar_dropdownContainer__zP65Q{display:flex;flex-direction:column;z-index:9999}.navbar_dropdownDefaultButton__nU8gR{display:flex;align-items:center;gap:.1rem;font-size:.7rem;border-radius:6px;padding:.2rem .5rem}.navbar_dropdown__43EV9{position:absolute;top:1.7rem;right:-.3rem;border-radius:12px;color:var(--theme-text-color);backdrop-filter:blur(15px);min-width:95px}.navbar_dropdownUl__THDS_{display:flex;flex-direction:column}.navbar_dropdown__43EV9 ul li{padding:.3rem .5rem;font-size:.75rem;border-radius:5px}.navbar_login__o8LYh button{display:flex;align-items:center;gap:.1rem;font-size:.7rem;border-radius:6px;padding:.2rem .5rem}}@media (min-width:577px) and (max-width:767px){.navbar_nav__dCdXi{padding:.4rem .9rem;height:9vh}.navbar_logoContainer__V6L87{font-size:1.8rem;height:3rem}.navbar_logo__wXwXy{position:relative;height:2.5rem;width:2.5rem}.navbar_logoImg__40eRU{object-fit:cover;object-position:center}.navbar_userProfile__PlCzX{height:1.4rem;width:1.4rem;border-radius:50%}.navbar_dropdownIcon__JrxcL{width:1rem;height:1rem}.navbar_loadingSpinner__wvnbX{width:1rem;height:1rem;border-width:1.5px}.navbar_dropdownContainer__zP65Q{display:flex;flex-direction:column;z-index:9999}.navbar_dropdownDefaultButton__nU8gR{display:flex;align-items:center;gap:.1rem;font-size:.7rem;border-radius:6px;padding:.2rem .5rem}.navbar_dropdown__43EV9{position:absolute;top:2.6rem;right:.5rem;border-radius:7px}.navbar_dropdownUl__THDS_{display:flex;flex-direction:column}.navbar_dropdown__43EV9 ul li{padding:.3rem .5rem;font-size:.75rem;border-radius:5px}.navbar_login__o8LYh button{display:flex;align-items:center;gap:.1rem;font-size:.7rem;border-radius:6px;padding:.2rem .5rem}}@media (min-width:767px) and (max-width:991px){.navbar_nav__dCdXi{padding:.6rem 1.5rem;height:10vh}.navbar_logoContainer__V6L87{font-size:2.2rem;height:3rem}.navbar_logo__wXwXy{position:relative;height:3rem;width:3rem}.navbar_logoImg__40eRU{object-fit:cover;object-position:center}.navbar_userProfile__PlCzX{height:1.6rem;width:1.6rem;border-radius:50%}.navbar_dropdownIcon__JrxcL{width:1.1rem;height:1.1rem}.navbar_loadingSpinner__wvnbX{width:1.1rem;height:1.1rem;border-width:1.5px}.navbar_dropdownContainer__zP65Q{display:flex;flex-direction:column;z-index:9999}.navbar_dropdownDefaultButton__nU8gR{display:flex;align-items:center;gap:.2rem;font-size:.9rem;border-radius:6px;padding:.3rem .6rem}.navbar_dropdown__43EV9{position:absolute;top:3rem;right:.9rem;border-radius:7px}.navbar_dropdownUl__THDS_{display:flex;flex-direction:column}.navbar_dropdown__43EV9 ul li{padding:.3rem .5rem;font-size:.9rem;border-radius:5px}.navbar_login__o8LYh button{display:flex;align-items:center;gap:.2rem;font-size:.9rem;border-radius:6px;padding:.3rem .6rem}}.dashboard_loadingContainer__sqs0o{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;gap:2rem;animation:dashboard_fadeInUp__Ze2xe .8s ease-out}.dashboard_loadingSpinner__Ny9_U{width:60px;height:60px;border:4px solid rgba(95,16,191,.2);border-top-color:#5f10bf;border-radius:50%;animation:dashboard_spin__DTCTM 1s linear infinite}@keyframes dashboard_spin__DTCTM{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.dashboard_loadingTitle__SWzhf{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#5f10bf,#106dbf);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin:0;animation:dashboard_pulse__fzWIq 2s ease-in-out infinite}@keyframes dashboard_pulse__fzWIq{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.02)}}.dashboard_loadingSubtitle__r9gXK{font-size:1.1rem;color:#3d4494;opacity:.85;margin:0;font-family:Lucida Sans,Lucida Sans Regular,Lucida Grande,Lucida Sans Unicode,Geneva,Verdana,sans-serif}.dashboard_loadingDots__TDa1d{display:flex;gap:.5rem;align-items:center}.dashboard_loadingDots__TDa1d span{width:8px;height:8px;background-color:#5f10bf;border-radius:50%;animation:dashboard_bounce__lkGri 1.4s ease-in-out infinite both}.dashboard_loadingDots__TDa1d span:first-child{animation-delay:-.32s}.dashboard_loadingDots__TDa1d span:nth-child(2){animation-delay:-.16s}.dashboard_loadingDots__TDa1d span:nth-child(3){animation-delay:0s}@keyframes dashboard_bounce__lkGri{0%,80%,to{transform:scale(0);opacity:.5}40%{transform:scale(1);opacity:1}}.dashboard_dashboardContainer___TR6A{display:flex;flex-direction:column;align-items:center;overflow:scroll;width:100%;height:90vh;gap:.7rem;animation:dashboard_fadeInUp__Ze2xe .8s ease-out}@keyframes dashboard_fadeInUp__Ze2xe{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.dashboard_heading__OJCye{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:1rem 0 0;gap:1rem;background:transparent;animation:dashboard_slideInDown__xlZpN 1s ease-out .2s both}@keyframes dashboard_slideInDown__xlZpN{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.dashboard_heading__OJCye h1{font-size:3rem;font-weight:700;word-spacing:.5rem;text-transform:uppercase;background:linear-gradient(135deg,#5f10bf,#106dbf);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.dashboard_heading__OJCye h1,.dashboard_heading__OJCye p{margin:0;text-align:center;animation:dashboard_fadeInUp__Ze2xe .8s ease-out}.dashboard_heading__OJCye p{font-size:1rem;color:#3d4494;font-family:Lucida Sans,Lucida Sans Regular,Lucida Grande,Lucida Sans Unicode,Geneva,Verdana,sans-serif;animation-delay:.2s}.dashboard_templateContainer___zhyb{display:flex;justify-content:center;flex-wrap:wrap;padding:1rem;gap:2.5rem;width:100%}.dashboard_templateCard__8K1Q0{display:flex;flex-direction:column;align-items:center;gap:.3rem;height:15rem;width:25rem;overflow:hidden;cursor:pointer;border-radius:.5rem;background:linear-gradient(white,white) padding-box,linear-gradient(135deg,#5f10bf,#106dbf) border-box;box-shadow:0 1px 5px rgba(95,16,191,.3);transform-origin:center center;will-change:transform,opacity;animation:dashboard_tvTurnOn__nJBnF 1.5s cubic-bezier(.22,.65,.2,1) both;transition:all .3s ease}@keyframes dashboard_tvTurnOn__nJBnF{0%{transform:scaleX(.9) scaleY(.02);opacity:0;filter:brightness(1.3)}12%{transform:scaleX(.95) scaleY(.02);opacity:1;filter:brightness(1.1)}55%{transform:scaleX(1) scaleY(1.02);opacity:1;filter:brightness(1)}72%{transform:scaleX(1.04) scaleY(1)}86%{transform:scaleX(.985) scaleY(1)}to{transform:scaleX(1) scaleY(1);opacity:1;filter:none}}@keyframes dashboard_float__ft7M8{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.dashboard_templateCardImageContainer__WkaUX{position:relative;width:100%;height:80%;overflow:hidden;transition:transform .3s ease-out}.dashboard_templateCard__8K1Q0:hover .dashboard_templateCardImageContainer__WkaUX{transform:scale(1.05)}.dashboard_templateCard__8K1Q0:hover{background:linear-gradient(135deg,#f8f9ff,white) padding-box,linear-gradient(135deg,#5f10bf,#106dbf) border-box;transform:scale(1.05) translateY(-8px);box-shadow:0 0 5px rgba(95,16,191,.3)}.dashboard_templateCard__8K1Q0:active{transform:scale(1.02) translateY(-2px);transition:all .1s ease-out}.dashboard_templateCard__8K1Q0 p{font-size:1.3rem;color:var(--theme-text-color)}.dashboard_tempTextContainer__e0li3{display:flex;justify-content:space-between;align-items:center;padding:.3rem 0;width:85%}.dashboard_tempPrevButton__0gZCh{color:white;border-radius:8px;font-size:.8rem;padding:.3rem .8rem;background-color:var(--theme-button-color);border:none;transition:all .3s ease;box-shadow:0 2px 6px rgba(74,82,168,.3);cursor:pointer}.dashboard_tempPrevButton__0gZCh:hover{background-color:#3d4494;transform:translateY(-2px);box-shadow:0 4px 12px rgba(74,82,168,.4)}@media (max-width:389px){.dashboard_loadingContainer__sqs0o{gap:1.5rem;padding:2rem}.dashboard_loadingSpinner__Ny9_U{width:50px;height:50px;border-width:3px}.dashboard_loadingTitle__SWzhf{font-size:1.8rem;text-align:center}.dashboard_loadingSubtitle__r9gXK{font-size:.9rem;text-align:center}.dashboard_loadingDots__TDa1d span{width:6px;height:6px}.dashboard_dashboardContainer___TR6A{display:flex;flex-direction:column;align-items:center;width:100%;height:92vh;gap:1rem}.dashboard_heading__OJCye{margin:2rem 0 0;gap:.5rem}.dashboard_heading__OJCye h1{font-size:1.5rem;word-spacing:.2rem}.dashboard_heading__OJCye p{font-size:.6rem}.dashboard_templateContainer___zhyb{row-gap:1rem;padding:2rem;column-gap:1rem}.dashboard_templateCard__8K1Q0{gap:.1rem;border-radius:.3rem;height:10rem;width:18rem;box-shadow:-1px 0 3px rgba(74,82,168,.3)}.dashboard_templateCardImageContainer__WkaUX{width:100%;height:80%}.dashboard_templateCard__8K1Q0:hover{transform:none;border:none;box-shadow:none}.dashboard_templateCard__8K1Q0 p{font-size:1rem}.dashboard_tempTextContainer__e0li3{padding:.3rem 0;width:90%}.dashboard_tempPrevButton__0gZCh{border-radius:6px;font-size:.55rem;padding:.2rem .6rem;background-color:var(--theme-button-color);color:white;border:none;box-shadow:0 1px 4px rgba(74,82,168,.3)}.dashboard_tempPrevButton__0gZCh:hover{background-color:none}}@media (min-width:390px) and (max-width:576px){.dashboard_loadingContainer__sqs0o{gap:1rem}.dashboard_loadingSpinner__Ny9_U{width:55px;height:55px}.dashboard_loadingTitle__SWzhf{font-size:2rem}.dashboard_loadingSubtitle__r9gXK{font-size:.9rem}.dashboard_dashboardContainer___TR6A{width:100%;height:92vh;gap:.5rem}.dashboard_heading__OJCye{margin:1rem 0 0;gap:.3rem}.dashboard_heading__OJCye h1{font-size:2rem;word-spacing:.2rem;background-color:transparent}.dashboard_heading__OJCye p{font-size:.7rem}.dashboard_templateContainer___zhyb{row-gap:1.5rem;column-gap:1rem;padding:1.5rem}.dashboard_templateCard__8K1Q0{gap:.1rem;border-radius:.3rem;height:11rem;width:20rem;box-shadow:0 0 5px rgba(74,82,168,.3)}.dashboard_templateCardImageContainer__WkaUX{width:100%;height:80%}.dashboard_templateCard__8K1Q0:hover{transform:none;border:none;box-shadow:none}.dashboard_templateCard__8K1Q0 p{font-size:1.1rem}.dashboard_tempTextContainer__e0li3{padding:.3rem 0;width:90%}.dashboard_tempPrevButton__0gZCh{border-radius:6px;font-size:.65rem;padding:.2rem .6rem;background-color:var(--theme-button-color);color:white;border:none;box-shadow:0 1px 4px rgba(74,82,168,.3)}.dashboard_tempPrevButton__0gZCh:hover{background-color:none}}@media (min-width:767px) and (max-width:991px){.dashboard_dashboardContainer___TR6A{width:100%;height:90vh;gap:.6rem}.dashboard_heading__OJCye{margin:1.5rem 0 0;gap:.3rem}.dashboard_heading__OJCye h1{font-size:2.8rem;word-spacing:.2rem;background:linear-gradient(135deg,#5f10bf,#106dbf);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.dashboard_heading__OJCye p{font-size:.9rem}.dashboard_templateContainer___zhyb{row-gap:1.8rem;column-gap:1.8rem;padding:1.5rem}.dashboard_templateCard__8K1Q0{gap:.1rem;border-radius:.3rem;height:13rem;width:21.7rem;border:1px solid rgba(74,82,168,.3);box-shadow:0 0 5px rgba(74,82,168,.4)}.dashboard_templateCardImageContainer__WkaUX{width:100%;height:80%}.dashboard_templateCard__8K1Q0:hover{transform:none;border:none;box-shadow:none}.dashboard_templateCard__8K1Q0 p{font-size:1.3rem}.dashboard_tempTextContainer__e0li3{padding:.3rem 0;width:92%}.dashboard_tempPrevButton__0gZCh{border-radius:6px;font-size:.8rem;padding:.2rem .6rem;background-color:var(--theme-button-color);color:white;border:none;box-shadow:0 1px 4px rgba(74,82,168,.3)}.dashboard_tempPrevButton__0gZCh:hover{background-color:none}}