/* [project]/src/app/1/page.module.scss.module.css [app-client] (css) */
.page-module-scss-module__0mG-6q__container {
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 50%, #cbd5e1 100%);
  min-height: 100vh;
  padding: 40px 20px;
  position: relative;
}

.page-module-scss-module__0mG-6q__container:before {
  content: "";
  pointer-events: none;
  background: radial-gradient(circle at 20% 80%, #7877c61a 0%, #0000 50%), radial-gradient(circle at 80% 20%, #ff77c61a 0%, #0000 50%), radial-gradient(circle at 40% 40%, #78dbff1a 0%, #0000 50%);
  position: absolute;
  inset: 0;
}

.page-module-scss-module__0mG-6q__header {
  text-align: center;
  max-width: 1440px;
  margin: 120px auto 80px;
}

.page-module-scss-module__0mG-6q__title {
  color: #1e293b;
  background: linear-gradient(45deg, #1e293b, #000);
  -webkit-text-fill-color: #0000;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 20px;
  font-size: 2.5em;
  font-weight: 700;
}

@media (width <= 768px) {
  .page-module-scss-module__0mG-6q__title {
    font-size: 2.2rem;
  }
}

.page-module-scss-module__0mG-6q__subtitle {
  color: #64748b;
  margin: 0 auto;
  font-size: 1.2rem;
  line-height: 1.6;
}

@media (width <= 768px) {
  .page-module-scss-module__0mG-6q__subtitle {
    font-size: 1rem;
  }
}

.page-module-scss-module__0mG-6q__note {
  color: #94a3b8;
  max-width: 600px;
  margin: 0 auto;
  font-size: .95rem;
  font-style: italic;
  line-height: 1.5;
}

@media (width <= 768px) {
  .page-module-scss-module__0mG-6q__note {
    font-size: .9rem;
  }
}

.page-module-scss-module__0mG-6q__content {
  max-width: 1440px;
  margin: 0 auto;
}


/* [project]/src/app/1/components/ProfileForm.module.scss.module.css [app-client] (css) */
.ProfileForm-module-scss-module__Ny2HEa__formContainer {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 32px #00000014;
}

.ProfileForm-module-scss-module__Ny2HEa__formContainer:before {
  content: "";
  background: linear-gradient(90deg, #3b82f6, #1d4ed8, #10b981);
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.ProfileForm-module-scss-module__Ny2HEa__progressBar {
  background: #f1f5f9;
  border-radius: 8px;
  width: 100%;
  height: 12px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 2px 4px #0000000f;
}

.ProfileForm-module-scss-module__Ny2HEa__progress {
  background: linear-gradient(90deg, #3b82f6, #1d4ed8, #10b981);
  border-radius: 8px;
  height: 100%;
  transition: width .5s cubic-bezier(.4, 0, .2, 1);
  position: relative;
}

.ProfileForm-module-scss-module__Ny2HEa__progress:after {
  content: "";
  background: linear-gradient(90deg, #0000, #ffffff4d, #0000);
  animation: 2s infinite ProfileForm-module-scss-module__Ny2HEa__shimmer;
  position: absolute;
  inset: 0;
}

@keyframes ProfileForm-module-scss-module__Ny2HEa__shimmer {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

.ProfileForm-module-scss-module__Ny2HEa__stepIndicator {
  text-align: center;
  margin-bottom: 50px;
}

.ProfileForm-module-scss-module__Ny2HEa__stepIndicator span {
  color: #475569;
  background: linear-gradient(135deg, #f8fafc, #e2e8f0);
  border: 1px solid #e2e8f0;
  border-radius: 25px;
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  box-shadow: 0 2px 8px #0000000d;
}

.ProfileForm-module-scss-module__Ny2HEa__stepContent {
  margin-bottom: 40px;
}

.ProfileForm-module-scss-module__Ny2HEa__step {
  animation: .3s ease-in-out ProfileForm-module-scss-module__Ny2HEa__fadeIn;
}

.ProfileForm-module-scss-module__Ny2HEa__stepTitle {
  color: #1e293b;
  text-align: center;
  margin-bottom: 40px;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
}

.ProfileForm-module-scss-module__Ny2HEa__stepTitle:after {
  content: "";
  background: linear-gradient(90deg, #3b82f6, #1d4ed8);
  border-radius: 2px;
  width: 60px;
  height: 3px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.ProfileForm-module-scss-module__Ny2HEa__formGroup {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  margin-bottom: 40px;
  padding: 30px;
  transition: all .2s;
}

.ProfileForm-module-scss-module__Ny2HEa__formGroup:hover {
  background: #f1f5f9;
  border-color: #cbd5e1;
}

.ProfileForm-module-scss-module__Ny2HEa__label {
  color: #1e293b;
  margin-bottom: 16px;
  font-size: 1.2rem;
  font-weight: 600;
  display: block;
  position: relative;
}

.ProfileForm-module-scss-module__Ny2HEa__label:before {
  content: "";
  vertical-align: middle;
  background: linear-gradient(135deg, #3b82f6, #1d4ed8);
  border-radius: 2px;
  width: 4px;
  height: 20px;
  margin-right: 12px;
  display: inline-block;
}

.ProfileForm-module-scss-module__Ny2HEa__select {
  background: #fff;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  width: 100%;
  padding: 16px 20px;
  font-size: 1rem;
  transition: all .2s;
  box-shadow: 0 1px 3px #0000000d;
}

.ProfileForm-module-scss-module__Ny2HEa__select:focus {
  border-color: #3b82f6;
  outline: none;
  transform: translateY(-1px);
  box-shadow: 0 0 0 4px #3b82f61a, 0 4px 12px #0000001a;
}

.ProfileForm-module-scss-module__Ny2HEa__select:hover {
  border-color: #cbd5e1;
}

.ProfileForm-module-scss-module__Ny2HEa__radioGroup {
  flex-direction: column;
  gap: 16px;
  display: flex;
}

.ProfileForm-module-scss-module__Ny2HEa__radioLabel {
  cursor: pointer;
  background: #fff;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  transition: all .2s;
  display: flex;
  box-shadow: 0 1px 3px #0000000d;
}

.ProfileForm-module-scss-module__Ny2HEa__radioLabel:hover {
  background: #f8fafc;
  border-color: #3b82f6;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px #0000001a;
}

.ProfileForm-module-scss-module__Ny2HEa__radioLabel input[type="radio"]:checked + span {
  color: #1e40af;
  font-weight: 600;
}

.ProfileForm-module-scss-module__Ny2HEa__radioLabel input[type="radio"] {
  accent-color: #3b82f6;
  width: 20px;
  height: 20px;
}

.ProfileForm-module-scss-module__Ny2HEa__radioLabel span {
  color: #374151;
  font-size: 1rem;
  transition: all .2s;
}

.ProfileForm-module-scss-module__Ny2HEa__checkboxGrid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
  display: grid;
}

.ProfileForm-module-scss-module__Ny2HEa__checkboxLabel {
  cursor: pointer;
  background: #fff;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  transition: all .2s;
  display: flex;
  box-shadow: 0 1px 3px #0000000d;
}

.ProfileForm-module-scss-module__Ny2HEa__checkboxLabel:hover {
  background: #f8fafc;
  border-color: #3b82f6;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px #0000001a;
}

.ProfileForm-module-scss-module__Ny2HEa__checkboxLabel input[type="checkbox"]:checked + span {
  color: #1e40af;
  font-weight: 600;
}

.ProfileForm-module-scss-module__Ny2HEa__checkboxLabel input[type="checkbox"] {
  accent-color: #3b82f6;
  width: 20px;
  height: 20px;
}

.ProfileForm-module-scss-module__Ny2HEa__checkboxLabel span {
  color: #374151;
  font-size: 1rem;
  transition: all .2s;
}

.ProfileForm-module-scss-module__Ny2HEa__uploadArea {
  text-align: center;
  border: 2px dashed #d1d5db;
  border-radius: 12px;
  margin-bottom: 20px;
  padding: 40px 20px;
  transition: border-color .2s;
}

.ProfileForm-module-scss-module__Ny2HEa__uploadArea:hover {
  border-color: #3b82f6;
}

.ProfileForm-module-scss-module__Ny2HEa__fileInput {
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
}

.ProfileForm-module-scss-module__Ny2HEa__uploadText {
  color: #6b7280;
}

.ProfileForm-module-scss-module__Ny2HEa__uploadText span {
  margin-bottom: 10px;
  font-size: 2rem;
  display: block;
}

.ProfileForm-module-scss-module__Ny2HEa__uploadText p {
  margin: 5px 0;
  font-size: 1rem;
}

.ProfileForm-module-scss-module__Ny2HEa__textarea {
  resize: vertical;
  background: #fff;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  width: 100%;
  min-height: 120px;
  padding: 16px 20px;
  font-family: inherit;
  font-size: 1rem;
  transition: all .2s;
  box-shadow: 0 1px 3px #0000000d;
}

.ProfileForm-module-scss-module__Ny2HEa__textarea:focus {
  border-color: #3b82f6;
  outline: none;
  transform: translateY(-1px);
  box-shadow: 0 0 0 4px #3b82f61a, 0 4px 12px #0000001a;
}

.ProfileForm-module-scss-module__Ny2HEa__textarea:hover {
  border-color: #cbd5e1;
}

.ProfileForm-module-scss-module__Ny2HEa__textarea::placeholder {
  color: #9ca3af;
}

.ProfileForm-module-scss-module__Ny2HEa__buttonGroup {
  border-top: 1px solid #e2e8f0;
  justify-content: space-between;
  gap: 24px;
  margin-top: 50px;
  padding-top: 30px;
  display: flex;
}

.ProfileForm-module-scss-module__Ny2HEa__prevButton {
  color: #64748b;
  cursor: pointer;
  background: #fff;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  padding: 16px 32px;
  font-size: 1rem;
  font-weight: 600;
  transition: all .2s;
  box-shadow: 0 2px 4px #0000000d;
}

.ProfileForm-module-scss-module__Ny2HEa__prevButton:hover {
  background: #f8fafc;
  border-color: #cbd5e1;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px #0000001a;
}

.ProfileForm-module-scss-module__Ny2HEa__nextButton {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #3b82f6, #1d4ed8);
  border: none;
  border-radius: 12px;
  margin-left: auto;
  padding: 16px 32px;
  font-size: 1rem;
  font-weight: 600;
  transition: all .2s;
  box-shadow: 0 4px 12px #3b82f64d;
}

.ProfileForm-module-scss-module__Ny2HEa__nextButton:hover {
  background: linear-gradient(135deg, #2563eb, #1e40af);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px #3b82f666;
}

.ProfileForm-module-scss-module__Ny2HEa__submitButton {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #10b981, #059669);
  border: none;
  border-radius: 12px;
  margin-left: auto;
  padding: 16px 32px;
  font-size: 1rem;
  font-weight: 600;
  transition: all .2s;
  box-shadow: 0 4px 12px #10b9814d;
}

.ProfileForm-module-scss-module__Ny2HEa__submitButton:hover {
  background: linear-gradient(135deg, #059669, #047857);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px #10b98166;
}

@keyframes ProfileForm-module-scss-module__Ny2HEa__fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (width <= 768px) {
  .ProfileForm-module-scss-module__Ny2HEa__formContainer {
    border-radius: 16px;
    margin: 0 10px;
    padding: 30px 20px;
  }

  .ProfileForm-module-scss-module__Ny2HEa__stepTitle {
    font-size: 1.6rem;
  }

  .ProfileForm-module-scss-module__Ny2HEa__formGroup {
    padding: 20px;
  }

  .ProfileForm-module-scss-module__Ny2HEa__checkboxGrid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ProfileForm-module-scss-module__Ny2HEa__radioGroup {
    gap: 12px;
  }

  .ProfileForm-module-scss-module__Ny2HEa__radioLabel, .ProfileForm-module-scss-module__Ny2HEa__checkboxLabel {
    padding: 12px 16px;
  }

  .ProfileForm-module-scss-module__Ny2HEa__buttonGroup {
    flex-direction: column;
    gap: 16px;
    margin-top: 30px;
    padding-top: 20px;
  }

  .ProfileForm-module-scss-module__Ny2HEa__nextButton, .ProfileForm-module-scss-module__Ny2HEa__submitButton {
    width: 100%;
    margin-left: 0;
  }

  .ProfileForm-module-scss-module__Ny2HEa__prevButton {
    width: 100%;
  }
}


/* [project]/src/app/1/components/ProfileSummary.module.scss.module.css [app-client] (css) */
.ProfileSummary-module-scss-module__xvUIpa__loadingContainer {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 20px;
  display: flex;
}

.ProfileSummary-module-scss-module__xvUIpa__loadingSpinner {
  border: 4px solid #e5e7eb;
  border-top-color: #3b82f6;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-bottom: 30px;
  animation: 1s linear infinite ProfileSummary-module-scss-module__xvUIpa__spin;
}

@keyframes ProfileSummary-module-scss-module__xvUIpa__spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.ProfileSummary-module-scss-module__xvUIpa__loadingContainer h3 {
  color: #1e293b;
  margin-bottom: 15px;
  font-size: 1.5rem;
}

.ProfileSummary-module-scss-module__xvUIpa__loadingContainer p {
  color: #64748b;
  max-width: 400px;
  font-size: 1rem;
}

.ProfileSummary-module-scss-module__xvUIpa__summaryContainer {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

.ProfileSummary-module-scss-module__xvUIpa__mainCard {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 40px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px #0000001a;
}

.ProfileSummary-module-scss-module__xvUIpa__cardHeader {
  border-bottom: 1px solid #e5e7eb;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
  padding-bottom: 30px;
  display: flex;
}

.ProfileSummary-module-scss-module__xvUIpa__title {
  color: #1e293b;
  margin-bottom: 8px;
  font-size: 1.8rem;
  font-weight: 600;
}

.ProfileSummary-module-scss-module__xvUIpa__subtitle {
  color: #64748b;
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.6;
}

.ProfileSummary-module-scss-module__xvUIpa__summarySection {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  margin-bottom: 40px;
  padding: 30px;
}

.ProfileSummary-module-scss-module__xvUIpa__sectionTitle {
  color: #1e293b;
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 600;
}

.ProfileSummary-module-scss-module__xvUIpa__icon {
  font-size: 2.5rem;
}

.ProfileSummary-module-scss-module__xvUIpa__summaryText {
  color: #374151;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 25px;
  font-size: 1.1rem;
  line-height: 1.8;
}

.ProfileSummary-module-scss-module__xvUIpa__insightsGrid {
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  margin-bottom: 50px;
  display: grid;
}

.ProfileSummary-module-scss-module__xvUIpa__insightCard {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 30px;
  transition: all .2s;
  box-shadow: 0 4px 20px #00000014;
}

.ProfileSummary-module-scss-module__xvUIpa__insightCard:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px #0000001f;
}

.ProfileSummary-module-scss-module__xvUIpa__insightCard .ProfileSummary-module-scss-module__xvUIpa__cardHeader {
  margin-bottom: 20px;
}

.ProfileSummary-module-scss-module__xvUIpa__insightCard h4 {
  color: #1e293b;
  margin: 0;
  font-size: 1.3rem;
  font-weight: 600;
}

.ProfileSummary-module-scss-module__xvUIpa__insightList {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ProfileSummary-module-scss-module__xvUIpa__insightList li {
  color: #374151;
  border-bottom: 1px solid #f1f5f9;
  padding: 10px 0 10px 25px;
  position: relative;
}

.ProfileSummary-module-scss-module__xvUIpa__insightList li:last-child {
  border-bottom: none;
}

.ProfileSummary-module-scss-module__xvUIpa__insightList li:before {
  content: "•";
  color: #3b82f6;
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  top: 10px;
  left: 0;
}

.ProfileSummary-module-scss-module__xvUIpa__backgroundInfo {
  flex-direction: column;
  gap: 15px;
  display: flex;
}

.ProfileSummary-module-scss-module__xvUIpa__infoItem {
  border-bottom: 1px solid #f1f5f9;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  display: flex;
}

.ProfileSummary-module-scss-module__xvUIpa__infoItem:last-child {
  border-bottom: none;
}

.ProfileSummary-module-scss-module__xvUIpa__label {
  color: #64748b;
  font-size: .95rem;
  font-weight: 500;
}

.ProfileSummary-module-scss-module__xvUIpa__value {
  color: #1e293b;
  text-align: right;
  max-width: 60%;
  font-weight: 600;
}

.ProfileSummary-module-scss-module__xvUIpa__recommendationList {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ProfileSummary-module-scss-module__xvUIpa__recommendationList li {
  color: #374151;
  border-bottom: 1px solid #f1f5f9;
  padding: 10px 0 10px 25px;
  position: relative;
}

.ProfileSummary-module-scss-module__xvUIpa__recommendationList li:last-child {
  border-bottom: none;
}

.ProfileSummary-module-scss-module__xvUIpa__recommendationList li:before {
  content: "→";
  color: #10b981;
  font-weight: bold;
  position: absolute;
  top: 10px;
  left: 0;
}

.ProfileSummary-module-scss-module__xvUIpa__actionSection {
  text-align: center;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  margin-top: 40px;
  padding: 30px;
}

.ProfileSummary-module-scss-module__xvUIpa__actionDescription {
  color: #64748b;
  margin-bottom: 30px;
  font-size: 1.1rem;
  line-height: 1.6;
}

.ProfileSummary-module-scss-module__xvUIpa__buttonGroup {
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  display: flex;
}

.ProfileSummary-module-scss-module__xvUIpa__editButton {
  color: #64748b;
  cursor: pointer;
  background: #fff;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: 500;
  transition: all .2s;
}

.ProfileSummary-module-scss-module__xvUIpa__editButton:hover {
  color: #3b82f6;
  background: #f8fafc;
  border-color: #3b82f6;
}

.ProfileSummary-module-scss-module__xvUIpa__nextButton {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #3b82f6, #8b5cf6);
  border: none;
  border-radius: 12px;
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: 600;
  transition: all .2s;
}

.ProfileSummary-module-scss-module__xvUIpa__nextButton:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px #3b82f64d;
}

@media (width <= 768px) {
  .ProfileSummary-module-scss-module__xvUIpa__mainCard {
    border-radius: 16px;
    padding: 30px 20px;
  }

  .ProfileSummary-module-scss-module__xvUIpa__title {
    font-size: 2rem;
  }

  .ProfileSummary-module-scss-module__xvUIpa__cardHeader {
    text-align: center;
    flex-direction: column;
    gap: 15px;
  }

  .ProfileSummary-module-scss-module__xvUIpa__summarySection {
    padding: 20px;
  }

  .ProfileSummary-module-scss-module__xvUIpa__insightsGrid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .ProfileSummary-module-scss-module__xvUIpa__insightCard, .ProfileSummary-module-scss-module__xvUIpa__actionSection {
    padding: 20px;
  }

  .ProfileSummary-module-scss-module__xvUIpa__buttonGroup {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .ProfileSummary-module-scss-module__xvUIpa__editButton, .ProfileSummary-module-scss-module__xvUIpa__nextButton {
    width: 100%;
    max-width: 200px;
  }
}


/*# sourceMappingURL=src_app_1_7577ee47._.css.map*/