/* Lillelam auth / mypage — brand #792611 */
.auth-section {
  min-height: calc(100dvh - 11rem);
  display: flex;
  align-items: center;
  padding: 3.5rem 0;
  background:
    radial-gradient(ellipse at 20% 0%, rgba(121, 38, 17, 0.08), transparent 50%),
    linear-gradient(180deg, #f7f3f0 0%, #fff 55%, #f3eee9 100%);
}
.auth-section > .container {
  width: 100%;
}
.auth-section-wide {
  align-items: flex-start;
  padding-top: 5rem;
  min-height: 0;
}
.auth-card {
  max-width: 420px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(121, 38, 17, 0.12);
  padding: 2rem 1.75rem;
  box-shadow: 0 18px 40px rgba(60, 30, 20, 0.06);
}
.auth-card-wide { max-width: 720px; }
.auth-brand {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #792611;
  margin-bottom: 0.35rem;
  font-size: 0.95rem;
}
.auth-title {
  font-size: 1.65rem;
  font-weight: 700;
  color: #2a1a14;
  margin: 0 0 0.4rem;
}
.auth-lead {
  color: #6b564c;
  font-size: 0.95rem;
  margin-bottom: 1.25rem;
}
.auth-label {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  color: #5a4036;
  margin: 0 0 0.35rem;
}
.auth-req {
  color: #792611;
  font-weight: 700;
  margin-left: 0.15rem;
}
.auth-opt {
  margin-left: 0.35rem;
  font-size: 0.7rem;
  font-weight: 500;
  color: #9a8b82;
}
.auth-h2-opt {
  margin-left: 0.4rem;
  font-size: 0.72rem;
  font-weight: 500;
  color: #9a8b82;
  letter-spacing: 0;
}
.auth-field-group {
  margin: 0.35rem 0 0.75rem;
  padding: 1rem 1.05rem 1.1rem;
  border-radius: 2px;
}
.auth-field-group--required {
  background: rgba(121, 38, 17, 0.05);
  border: 1px solid rgba(121, 38, 17, 0.22);
}
.auth-field-group--optional {
  background: #faf8f6;
  border: 1px solid #ebe3dc;
}
.auth-field-group-title {
  margin: 0 0 0.75rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.auth-field-group--required .auth-field-group-title {
  color: #792611;
}
.auth-field-group--optional .auth-field-group-title {
  color: #8a766c;
  font-weight: 600;
}
.auth-field-group .auth-form-grid {
  gap: 0.85rem 1rem;
}
.auth-field--required .auth-label {
  color: #2a1a14;
  font-weight: 700;
}
.auth-field--required .auth-input {
  border-color: #c4a99a;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(121, 38, 17, 0.04);
}
.auth-field--required .auth-input:focus {
  outline: 2px solid rgba(121, 38, 17, 0.4);
  border-color: #792611;
}
.auth-field--optional .auth-label {
  color: #8a766c;
  font-weight: 500;
}
.auth-field--optional .auth-input {
  border-color: #e5ddd6;
  background: #fcfbfa;
  color: #5a4036;
}
.auth-field--optional .auth-input:focus {
  outline: 2px solid rgba(121, 38, 17, 0.2);
  border-color: #b9a89f;
  background: #fff;
}
.auth-field-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1rem;
  align-items: center;
  min-height: 2.75rem;
}
.auth-field {
  margin: 0;
}
.auth-field .auth-label {
  margin: 0 0 0.35rem;
}
.auth-field .auth-input,
.auth-field .ll-postcode-row .auth-input {
  margin: 0 !important;
}
/* 전역 input margin 보정 + 세로 간격 통일 */
.auth-card .auth-input,
.auth-card select.auth-input,
.auth-card textarea.auth-input {
  margin: 0 0 0.85rem !important;
}
.auth-card .auth-field .auth-input,
.auth-card .auth-field select.auth-input,
.auth-card .ll-postcode-row .auth-input {
  margin: 0 !important;
}
.auth-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem 1rem;
}
.ll-addr-form .auth-field {
  margin: 0 0 0.85rem;
}
.ll-addr-form .auth-field:last-of-type {
  margin-bottom: 0;
}
.ll-addr-form .ll-postcode-row {
  margin: 0;
}
.auth-input {
  width: 100%;
  border: 1px solid #d9ccc4;
  background: #fff;
  padding: 0.7rem 0.85rem;
  font-size: 0.95rem;
  border-radius: 2px;
  box-sizing: border-box;
}
.auth-input:focus {
  outline: 2px solid rgba(121, 38, 17, 0.35);
  border-color: #792611;
}
.auth-btn {
  display: inline-block;
  width: 100%;
  margin-top: 1.1rem;
  border: 0;
  background: #792611;
  color: #fff;
  font-weight: 600;
  padding: 0.85rem 1rem;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}
.auth-btn:hover { background: #5e1c0d; color: #fff; }
.auth-btn-ghost {
  background: transparent;
  color: #792611;
  border: 1px solid #792611;
}
.auth-btn-ghost:hover { background: #792611; color: #fff; }
.auth-btn-danger {
  background: transparent;
  color: #8a2a2a;
  border: 1px solid #c9a0a0;
  width: auto;
  padding: 0.45rem 0.9rem;
  font-size: 0.85rem;
}
.auth-social { display: grid; gap: 0.5rem; margin-bottom: 1rem; }
.auth-social-btn {
  display: block;
  text-align: center;
  padding: 0.75rem;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid #ddd;
  color: #222;
  background: #fff;
}
.auth-social-kakao { background: #fee500; border-color: #fee500; }
.auth-social-naver { background: #03c75a; border-color: #03c75a; color: #fff; }
.auth-social-google { background: #fff; }
.auth-social-btn.is-disabled {
  opacity: 0.45;
  cursor: not-allowed;
  pointer-events: none;
}
.auth-divider {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 1.1rem 0;
  color: #9a857a;
  font-size: 0.8rem;
}
.auth-divider::before,
.auth-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e5d9d2;
}
.auth-check {
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
  font-size: 0.85rem;
  font-weight: 400;
  color: #5a4036;
  margin: 1rem 0 0;
  line-height: 1.45;
  cursor: pointer;
}
.auth-check input[type="checkbox"] {
  width: 1.05rem;
  height: 1.05rem;
  margin: 0.15rem 0 0;
  padding: 0;
  max-width: none;
  flex-shrink: 0;
  border: 1px solid #c4b4aa;
  accent-color: #792611;
  cursor: pointer;
}
.auth-check span {
  flex: 1;
  min-width: 0;
}
.auth-check a { color: #792611; text-decoration: underline; text-underline-offset: 2px; }
.auth-links {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.25rem;
  font-size: 0.9rem;
}
.auth-links a { color: #792611; }
.auth-alert {
  padding: 0.75rem 0.9rem;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  border: 1px solid transparent;
}
.auth-alert-success { background: #f3f8f1; border-color: #c7dbc4; color: #2f5b2c; }
.auth-alert-danger { background: #fbf1f0; border-color: #e2c4bf; color: #7a2e24; }
.auth-h2 {
  margin: 2rem 0 0.75rem;
  font-size: 1.05rem;
  color: #2a1a14;
  border-top: 1px solid #eadfd8;
  padding-top: 1.25rem;
}
.auth-span-2 { grid-column: 1 / -1; }
.auth-badge {
  display: inline-block;
  padding: 0.15rem 0.5rem;
  border: 1px solid #792611;
  color: #792611;
  font-size: 0.75rem;
  font-weight: 600;
}
.auth-addr {
  font-size: 0.9rem;
  color: #5a4036;
  padding: 0.5rem 0;
  border-bottom: 1px solid #f0e7e1;
}
.ll-postcode-row {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin: 0;
}
.ll-postcode-row .auth-input {
  flex: 1;
  min-width: 0;
  margin: 0 !important;
  height: 2.75rem;
  box-sizing: border-box;
  padding-top: 0;
  padding-bottom: 0;
}
.ll-postcode-btn {
  width: auto !important;
  min-width: 7.5rem;
  height: 2.75rem;
  margin: 0 !important;
  padding: 0 0.9rem !important;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  flex-shrink: 0;
  line-height: 1;
}
.ll-postcode-wrap {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(30, 18, 12, 0.45);
}
.ll-postcode-panel {
  width: min(520px, 100%);
  max-height: min(640px, 92vh);
  background: #fff;
  border: 1px solid rgba(121, 38, 17, 0.12);
  box-shadow: 0 18px 40px rgba(60, 30, 20, 0.18);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.ll-postcode-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid #eadfd8;
  color: #2a1a14;
  font-size: 0.95rem;
}
.ll-postcode-close {
  border: 0;
  background: transparent;
  font-size: 1.4rem;
  line-height: 1;
  color: #6b564c;
  cursor: pointer;
  padding: 0 0.25rem;
}
.ll-postcode-layer {
  width: 100%;
  height: 460px;
  min-height: 360px;
}
.auth-html { line-height: 1.7; color: #3d2c24; }
.auth-html p { margin-bottom: 0.85rem; }
.auth-html h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #2a1a14;
  margin: 1.75rem 0 0.65rem;
}
.auth-html ol,
.auth-html ul {
  margin: 0 0 0.85rem;
  padding-left: 1.25rem;
}
.auth-html li { margin-bottom: 0.35rem; }
.auth-html table {
  width: 100%;
  border-collapse: collapse;
  margin: 0.75rem 0 1rem;
  font-size: 0.9rem;
}
.auth-html th,
.auth-html td {
  border: 1px solid #e8ddd6;
  padding: 0.55rem 0.65rem;
  text-align: left;
  vertical-align: top;
}
.auth-html th {
  background: #f7f1ed;
  font-weight: 600;
  color: #5a4036;
}
.auth-html strong { color: #2a1a14; }
@media (max-width: 640px) {
  .auth-form-grid { grid-template-columns: 1fr; }
  .auth-section {
    min-height: calc(100dvh - 9rem);
    padding: 2.5rem 0 3rem;
  }
  .auth-section-wide { padding-top: 4.5rem; }
}

/* Authentic list (mypage) */
.ll-authentic-list { list-style:none; margin:0; padding:0; border-top:1px solid #eadfd8; }
.ll-authentic-item { padding:0.85rem 0; border-bottom:1px solid #eadfd8; }
.ll-authentic-item-top { display:flex; align-items:flex-start; justify-content:space-between; gap:0.75rem; }
.ll-authentic-item-title { color:#2a1a14; font-size:0.95rem; line-height:1.4; }
.ll-authentic-meta { display:flex; flex-wrap:wrap; gap:0.35rem 0.9rem; margin-top:0.35rem; color:#6b564c; }
.ll-authentic-status { flex:0 0 auto; display:inline-block; padding:0.18rem 0.5rem; border-radius:999px; font-size:0.72rem; font-weight:600; white-space:nowrap; }
.ll-authentic-status--pending { background:#f3eee8; color:#7a5a45; }
.ll-authentic-status--approved { background:#e8f3ea; color:#2f6b3a; }
.ll-authentic-status--rejected { background:#f8e8e6; color:#9a3b32; }

