.dashboard-module__jLJscq__dashboardContainer{flex-direction:column;align-items:center;min-height:100vh;padding:1.5rem;display:flex}.dashboard-module__jLJscq__header{-webkit-backdrop-filter:blur(20px);background:#0f172af2;border:1px solid #ffffff40;border-radius:50px;justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin-bottom:2.5rem;padding:1rem 2.5rem;display:flex;box-shadow:0 10px 40px #0009,0 0 20px #c9a84c0d}.dashboard-module__jLJscq__brand{align-items:center;gap:.5rem;display:flex}.dashboard-module__jLJscq__logoutBtn{border:2px solid var(--color-primary);color:var(--color-primary);cursor:pointer;background:0 0;border-radius:50px;padding:.5rem 1.5rem;font-weight:600;transition:all .2s}.dashboard-module__jLJscq__logoutBtn:hover{background:var(--color-primary);color:#fff}.dashboard-module__jLJscq__userMobile{color:var(--color-primary);font-weight:500}.dashboard-module__jLJscq__userText{color:#fff;font-weight:500}.dashboard-module__jLJscq__mobileHide{display:inline-block}.dashboard-module__jLJscq__container{width:100%;max-width:900px}.dashboard-module__jLJscq__formSection{-webkit-backdrop-filter:blur(32px);background:#0f172ae6;border:1px solid #fff3;border-radius:24px;margin-bottom:2.5rem;padding:3rem;box-shadow:0 15px 50px #00000080}.dashboard-module__jLJscq__sectionTitle{color:var(--color-primary-bright);letter-spacing:.05em;text-transform:uppercase;margin-bottom:.75rem;font-size:1.5rem;font-weight:900}.dashboard-module__jLJscq__sectionSubtitle{color:#fff;opacity:.8;margin-bottom:2.5rem;font-weight:400;line-height:1.6}.dashboard-module__jLJscq__tabsContainer{justify-content:center;gap:1rem;margin-bottom:2rem;display:flex}.dashboard-module__jLJscq__tab{cursor:pointer;color:#fff;background:#fff3;border:1px solid #ffffff4d;border-radius:50px;padding:.75rem 1.5rem;font-weight:500;transition:all .2s}.dashboard-module__jLJscq__activeTab{background:var(--color-primary-bright);color:var(--background);font-weight:800;box-shadow:0 0 20px #e8c97a66}.dashboard-module__jLJscq__grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem;display:grid}.dashboard-module__jLJscq__field{flex-direction:column;gap:.6rem;display:flex}.dashboard-module__jLJscq__label{color:#fff;letter-spacing:.06em;text-transform:uppercase;opacity:.9;padding-left:.25rem;font-size:.8rem;font-weight:800}.dashboard-module__jLJscq__input,.dashboard-module__jLJscq__select{color:#fff;caret-color:var(--color-primary-bright,#e8c97a);background-color:#ffffff1a;border:1.5px solid #ffffff40;border-radius:14px;padding:1.1rem 1.6rem;font-size:1.05rem;transition:all .3s}.dashboard-module__jLJscq__input::placeholder,.dashboard-module__jLJscq__select::placeholder{color:#fff6}.dashboard-module__jLJscq__input:focus,.dashboard-module__jLJscq__select:focus{border-color:var(--color-primary-bright);background-color:#ffffff24;outline:none;box-shadow:0 0 0 4px #e8c97a33}.dashboard-module__jLJscq__input:invalid{border-color:#ef444480}.dashboard-module__jLJscq__uploadGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.dashboard-module__jLJscq__uploadCard{text-align:center;background-color:#ffffff08;border:2px dashed #c9a84c4d;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;padding:2rem 1.5rem;transition:all .2s;display:flex}.dashboard-module__jLJscq__uploadCard:hover,.dashboard-module__jLJscq__uploadCard:focus-within{border-color:var(--color-primary);background-color:#ffffff14;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.dashboard-module__jLJscq__uploadLabel{color:var(--color-primary);margin-bottom:.5rem;font-size:1.05rem;font-weight:600;display:block}.dashboard-module__jLJscq__fileInput{color:#fff;opacity:.9;width:100%;margin-top:.5rem;font-size:.9rem}.dashboard-module__jLJscq__btnAccent{background-color:var(--color-accent);width:100%;color:var(--color-primary);cursor:pointer;border:none;border-radius:50px;margin-top:1rem;padding:.75rem;font-weight:700;transition:transform .2s;box-shadow:0 4px 10px #d4af374d}.dashboard-module__jLJscq__btnAccent:hover{transform:translateY(-2px)}.dashboard-module__jLJscq__footer{border-top:1px solid #0000001a;flex-direction:column;gap:1.5rem;margin-top:3rem;padding-top:2rem;display:flex}.dashboard-module__jLJscq__checkboxContainer{color:#ffffffd9;background:#0f172ab3;border:1px solid #ffffff1a;border-radius:14px;align-items:flex-start;gap:.75rem;padding:1.25rem;font-size:.92rem;line-height:1.6;display:flex}.dashboard-module__jLJscq__checkbox{accent-color:var(--color-primary);margin-top:.25rem;transform:scale(1.3)}.dashboard-module__jLJscq__guideRow{border-bottom:1px solid #0000000d;grid-template-columns:1fr 1.5fr 1.5fr;align-items:start;gap:1.5rem;padding:1rem;display:grid}.dashboard-module__jLJscq__guideRow:last-child{border-bottom:none}@media (max-width:768px){.dashboard-module__jLJscq__dashboardContainer{padding:1rem .5rem}.dashboard-module__jLJscq__header{text-align:center;border-radius:24px;flex-direction:column;gap:1.25rem;width:100%;margin:0 0 1.5rem;padding:1.5rem 1rem}.dashboard-module__jLJscq__brand{flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%}.dashboard-module__jLJscq__mobileHide{display:none!important}.dashboard-module__jLJscq__formSection{padding:1.5rem 1rem}.dashboard-module__jLJscq__guideRow{color:#fff;background:#0f172acc;border:1px solid #ffffff1a;border-radius:16px;grid-template-columns:1fr;margin-bottom:1rem}.dashboard-module__jLJscq__grid{grid-template-columns:1fr}}
.success-module__3Ew61q__container{justify-content:center;align-items:center;min-height:60vh;padding:2rem;animation:.6s ease-out success-module__3Ew61q__fadeIn;display:flex}.success-module__3Ew61q__card{text-align:center;border-top:6px solid var(--primary-color);background:#fff;border-radius:16px;width:100%;max-width:500px;padding:3rem;box-shadow:0 10px 30px #00000014}.success-module__3Ew61q__imageWrapper{justify-content:center;margin-bottom:2rem;display:flex}.success-module__3Ew61q__image{object-fit:contain;filter:drop-shadow(0 4px 6px #0000001a)}.success-module__3Ew61q__title{color:var(--primary-color);font-family:var(--font-primary);margin-bottom:1rem;font-size:2rem;font-weight:700}.success-module__3Ew61q__message{color:#4a5568;margin-bottom:1rem;font-size:1.1rem;line-height:1.6}.success-module__3Ew61q__subMessage{color:var(--accent-color);margin-bottom:2.5rem;font-weight:500}.success-module__3Ew61q__button{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;transition:all .2s}.success-module__3Ew61q__button:hover{background:#143628;transform:translateY(-2px);box-shadow:0 4px 12px #1b43324d}@keyframes success-module__3Ew61q__fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
