.auth-page {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.auth-container {
  width: 100%;
  max-width: 768px;
}

.auth-card {
  background: #fff;
  padding: 48px 32px;
  border-radius: 16px;
  text-align: center;
}

.auth-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #03031b;
}

.auth-desc {
  color: #76767f;
  margin-bottom: 32px;
  font-size: 14px;
}

.alert-error {
  background: #fff5f5;
  border: 1px solid #fed7d7;
  color: #c53030;
  padding: 12px 16px;
  border-radius: 8px;
  margin-bottom: 24px;
  text-align: left;
  font-size: 14px;
}
.alert-error p {
  margin: 0;
}

.social-login {
  display: flex;
  justify-content: center;
}

a.btn-kakao,
a.btn-kakao:link,
a.btn-kakao:visited,
a.btn-kakao:hover {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  max-width: 368px;
  width: 100%;
  box-sizing: border-box;
  padding: 14px 24px;
  background: #FEE500;
  color: #000;
  border-radius: 12px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.2s ease;
}

a.btn-kakao:hover {
  background: #f5dc00;
  transform: translateY(-1px);
}

.kakao-icon {
  width: 20px;
  height: 20px;
}

.auth-footer {
  margin-top: 24px;
  font-size: 14px;
  color: #a0a0a8;
  line-height: 1.6;
}
.auth-footer a {
  color: #76767f;
  text-decoration: underline;
}
.auth-footer a:hover {
  color: #03031b;
}

.profile-container {
  max-width: 768px;
}

.profile-card {
  background: #fff;
  padding: 40px 32px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.profile-header {
  text-align: center;
  margin-bottom: 32px;
}

.profile-avatar {
  width: 80px;
  height: 80px;
  margin: 0 auto 16px;
  border-radius: 50%;
  overflow: hidden;
}
.profile-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.avatar-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #FEE500 0%, #f5dc00 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 700;
  color: #3c1e1e;
}

.profile-name {
  font-size: 22px;
  font-weight: 700;
  color: #03031b;
  margin-bottom: 4px;
}

.profile-email {
  font-size: 14px;
  color: #76767f;
}

.profile-info {
  border-top: 1px solid #f0f0f2;
  padding-top: 24px;
  margin-bottom: 24px;
}

.info-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f2;
}
.info-item:last-child {
  border-bottom: none;
}

.info-label {
  font-size: 14px;
  color: #76767f;
}

.info-value {
  font-size: 14px;
  color: #03031b;
  font-weight: 500;
}

.badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
}

.badge-kakao {
  background: #FEE500;
  color: #3c1e1e;
}

.profile-actions form {
  width: 100%;
}

.btn-logout {
  width: 100%;
  padding: 14px 24px;
  background: #f8f9fa;
  color: #76767f;
  border: 1px solid #e0e0e2;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}
.btn-logout:hover {
  background: #f0f0f2;
  color: #03031b;
}

.access-card .access-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  color: #10B981;
}
.access-card .access-icon.expired {
  color: #EF4444;
}
.access-card .access-icon svg {
  width: 100%;
  height: 100%;
}

.access-post-title {
  font-size: 24px;
  font-weight: 600;
  color: #03031b;
  margin-bottom: 16px;
  padding: 12px 16px;
  background: #f8f9fa;
  border-radius: 8px;
}

.access-info {
  font-size: 13px;
  color: #76767f;
}

.btn-back {
  display: inline-block;
  color: #76767f;
  font-size: 14px;
  text-decoration: none;
  margin-top: 16px;
}
.btn-back:hover {
  color: #03031b;
}

.expired-card .expired-period {
  background: #f8f9fa;
  padding: 16px;
  border-radius: 12px;
  margin-bottom: 20px;
}
.expired-card .period-label {
  font-size: 13px;
  color: #76767f;
  margin-bottom: 4px;
}
.expired-card .period-dates {
  font-size: 16px;
  font-weight: 600;
  color: #03031b;
  margin: 0;
}
.expired-card .expired-message {
  font-size: 14px;
  color: #76767f;
  margin-bottom: 24px;
}

.membership-cta {
  background: linear-gradient(135deg, #03031b 0%, #2a2a3a 100%);
  padding: 24px;
  border-radius: 12px;
  margin-bottom: 16px;
}
.membership-cta .cta-text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  margin-bottom: 16px;
}
.membership-cta .btn-membership {
  display: inline-block;
  width: 100%;
  padding: 14px 24px;
  background: #FEE500;
  color: #000;
  border-radius: 12px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  text-align: center;
  transition: all 0.2s ease;
}
.membership-cta .btn-membership:hover {
  background: #f5dc00;
  transform: translateY(-1px);
}

.profile-section {
  margin-top: 24px;
  padding: 24px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.profile-section.empty {
  text-align: center;
}

.section-title {
  font-size: 16px;
  font-weight: 600;
  color: #03031b;
  margin-bottom: 16px;
}

.access-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.access-item {
  display: flex;
  padding: 12px;
  background: #f8f9fa;
  transition: all 0.2s ease;
}
.access-item.active {
  border-left: 3px solid #10B981;
}
.access-item.active:hover {
  background: #f0f0f2;
}
.access-item.expired {
  opacity: 0.7;
  border-left: 3px solid #9CA3AF;
}
.access-item a {
  display: flex;
  width: 100%;
  text-decoration: none;
  color: inherit;
}

.access-thumb {
  width: 60px;
  height: 40px;
  object-fit: cover;
  border-radius: 6px;
  margin-right: 12px;
}

.access-thumb-placeholder {
  display: none;
  width: 60px;
  height: 40px;
  background: #e0e0e2;
  border-radius: 6px;
  margin-right: 12px;
}

.access-text {
  flex: 1;
  min-width: 0;
}

.access-title {
  font-size: 14px;
  font-weight: 500;
  color: #03031b;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.access-period {
  font-size: 12px;
  color: #76767f;
  margin: 0;
}
.access-period.expired {
  color: #9CA3AF;
}

.empty-message {
  font-size: 14px;
  color: #76767f;
  margin: 0;
}

.profile-danger {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #f0f0f2;
}

.btn-withdraw {
  width: 100%;
  padding: 12px 24px;
  background: transparent;
  color: #9CA3AF;
  border: none;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.btn-withdraw:hover {
  color: #EF4444;
}
/*# sourceMappingURL=auth.css.map */
