.submit-app {
  width: min(100%, 430px);
  min-height: 100vh;
  margin: 0 auto;
  background: #fff;
  color: #061529;
  box-shadow: 0 18px 48px rgba(15, 23, 42, .14);
}

.submit-header {
  position: sticky;
  top: 0;
  z-index: 4;
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  align-items: center;
  min-height: 58px;
  padding: 0 14px;
  background: rgba(255,255,255,.95);
  border-bottom: 1px solid #edf2f7;
  backdrop-filter: blur(16px);
}

.submit-header strong {
  text-align: center;
}

.submit-choice,
.submit-form,
.submit-success {
  padding: 26px 18px;
}

.submit-choice h1,
.submit-form h1,
.submit-success h1 {
  margin: 0;
  font-size: 28px;
  line-height: 1.1;
}

.submit-choice p,
.submit-success p {
  margin: 10px 0 24px;
  color: #64748b;
  line-height: 1.5;
}

.choice-card {
  width: 100%;
  min-height: 150px;
  border: 1px solid #d6e3f5;
  border-radius: 8px;
  background: #fff;
  display: grid;
  gap: 8px;
  place-items: center;
  margin-bottom: 16px;
  cursor: pointer;
}

.choice-icon {
  width: 68px;
  height: 68px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-size: 28px;
  font-weight: 900;
}

.choice-icon.lost {
  background: #efe7ff;
  color: #5b2df2;
}

.choice-icon.found {
  background: #def9ea;
  color: #10864f;
}

.choice-card strong {
  font-size: 20px;
}

.choice-card small,
.submit-form-note,
.submit-note {
  color: #64748b;
  line-height: 1.45;
}

.submit-note {
  border-radius: 8px;
  background: #eef6ff;
  padding: 16px;
}

.submit-progress {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
}

.submit-progress span {
  height: 5px;
  flex: 1;
  border-radius: 999px;
  background: #cbd5e1;
}

.submit-progress span.active {
  background: #1263f1;
}

.submit-form {
  display: grid;
  gap: 16px;
}

.submit-form[hidden] {
  display: none;
}

.submit-form label {
  display: grid;
  gap: 8px;
}

.submit-form label span {
  font-weight: 850;
}

.submit-form input,
.submit-form select,
.submit-form textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #d6e3f5;
  border-radius: 8px;
  padding: 14px;
  font: inherit;
  background: #fff;
}

.submit-form textarea {
  resize: vertical;
}

.submit-primary,
.submit-secondary {
  min-height: 52px;
  border-radius: 8px;
  font-weight: 900;
  font-size: 16px;
  cursor: pointer;
}

.submit-primary {
  border: 0;
  background: #1263f1;
  color: #fff;
  display: grid;
  place-items: center;
  text-decoration: none;
}

.submit-secondary {
  border: 1px solid #d6e3f5;
  background: #fff;
  color: #1263f1;
}

.submit-success {
  min-height: 70vh;
  display: grid;
  align-content: center;
  gap: 16px;
}

.submit-success[hidden] {
  display: none;
}

@media (max-width: 440px) {
  .submit-app {
    box-shadow: none;
  }
}

/* LUUPIGO objects-2e-manage-link-service-private-panel-20260713-01 */
.submit-private-note {
  border: 1px solid #d6e3f5;
  border-radius: 8px;
  background: #fff7ed;
  color: #7c2d12;
  padding: 14px;
  line-height: 1.45;
}
