@charset "utf-8";

body.site-mode-default .lecturer-shell {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

body.site-mode-default .lecturer-page {
  padding: clamp(42px, 6vw, 84px) 0;
}

body.site-mode-default .lecturer-matching-banner {
  display: grid;
  gap: 10px;
  margin-bottom: 24px;
  padding: clamp(24px, 4vw, 34px);
  border: 1px solid color-mix(in srgb, var(--site-border) 82%, transparent);
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(212, 164, 45, 0.18), transparent 30%),
    linear-gradient(135deg, rgba(19, 44, 98, 0.98), rgba(67, 111, 201, 0.96));
  box-shadow: 0 22px 44px rgba(15, 23, 42, 0.18);
  text-decoration: none;
  color: #ffffff;
  overflow: hidden;
}

body.site-mode-default .lecturer-matching-banner:hover {
  transform: translateY(-2px);
  box-shadow: 0 28px 56px rgba(15, 23, 42, 0.24);
}

body.site-mode-default .lecturer-matching-banner__eyebrow {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

body.site-mode-default .lecturer-matching-banner__title {
  font-size: clamp(1.4rem, 3vw, 2rem);
  line-height: 1.24;
  letter-spacing: -0.03em;
}

body.site-mode-default .lecturer-matching-banner__copy {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(14px, 1.6vw, 17px);
  line-height: 1.72;
}

body.site-mode-default .lecturer-matching-banner__action {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 8px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  font-weight: 800;
}

body.site-mode-default .lecturer-hero {
  position: relative;
  padding: clamp(32px, 5vw, 58px);
  border: 1px solid color-mix(in srgb, var(--site-border) 85%, transparent);
  border-radius: 32px;
  background:
    radial-gradient(circle at top right, rgba(212, 164, 45, 0.16), transparent 28%),
    linear-gradient(135deg, color-mix(in srgb, var(--site-surface) 92%, transparent), color-mix(in srgb, var(--site-bg-soft) 84%, transparent));
  box-shadow: var(--site-shadow);
  overflow: hidden;
}

body.site-mode-default .lecturer-hero__eyebrow,
body.site-mode-default .lecturer-section__eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--site-brand) 10%, transparent);
  color: var(--site-brand);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

body.site-mode-default .lecturer-hero__title,
body.site-mode-default .lecturer-section__title {
  margin: 16px 0 0;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.18;
}

body.site-mode-default .lecturer-hero__copy,
body.site-mode-default .lecturer-section__copy {
  max-width: 760px;
  margin: 18px auto 0;
  color: var(--site-muted);
  font-size: clamp(15px, 1.6vw, 18px);
  line-height: 1.85;
}

body.site-mode-default .lecturer-hero__actions,
body.site-mode-default .lecturer-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

body.site-mode-default .lecturer-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

body.site-mode-default .lecturer-card,
body.site-mode-default .lecturer-panel,
body.site-mode-default .lecturer-stat,
body.site-mode-default .lecturer-gate,
body.site-mode-default .lecturer-profile-card,
body.site-mode-default .lecturer-admin-card,
body.site-mode-default .lecturer-list-card {
  border: 1px solid color-mix(in srgb, var(--site-border) 88%, transparent);
  border-radius: 28px;
  background: color-mix(in srgb, var(--site-surface) 96%, transparent);
  box-shadow: var(--site-shadow-soft);
}

body.site-mode-default .lecturer-card {
  padding: 24px 22px;
  text-align: left;
}

body.site-mode-default .lecturer-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--site-brand) 20%, transparent), color-mix(in srgb, var(--site-accent-gold) 18%, transparent));
  color: var(--site-brand);
  font-size: 22px;
}

body.site-mode-default .lecturer-card__title {
  margin: 18px 0 0;
  font-size: 1.25rem;
}

body.site-mode-default .lecturer-card__copy {
  margin: 12px 0 0;
  color: var(--site-muted);
  line-height: 1.8;
}

body.site-mode-default .lecturer-gate-wrap {
  display: grid;
  grid-template-columns: minmax(0, 420px);
  justify-content: center;
}

body.site-mode-default .lecturer-gate {
  padding: 30px 28px;
  text-align: center;
}

body.site-mode-default .lecturer-gate__title {
  margin: 18px 0 0;
  font-size: 1.65rem;
}

body.site-mode-default .lecturer-gate__copy {
  margin: 14px 0 0;
  color: var(--site-muted);
  line-height: 1.8;
}

body.site-mode-default .lecturer-form {
  margin-top: 28px;
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid color-mix(in srgb, var(--site-border) 88%, transparent);
  border-radius: 30px;
  background: color-mix(in srgb, var(--site-surface) 98%, transparent);
  box-shadow: var(--site-shadow);
}

body.site-mode-default .lecturer-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 20px;
}

body.site-mode-default .lecturer-form__field {
  text-align: left;
}

body.site-mode-default .lecturer-form__field.is-full {
  grid-column: 1 / -1;
}

body.site-mode-default .lecturer-form__label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 9px;
  color: var(--site-text-strong);
  font-size: 14px;
  font-weight: 700;
}

body.site-mode-default .lecturer-form__required {
  color: #d64545;
  font-size: 13px;
}

body.site-mode-default .lecturer-form__input,
body.site-mode-default .lecturer-form__textarea,
body.site-mode-default .lecturer-form__select {
  width: 100%;
  min-height: 54px;
  padding: 14px 16px;
  border: 1px solid color-mix(in srgb, var(--site-border) 92%, transparent);
  border-radius: 18px;
  background: color-mix(in srgb, var(--site-surface-soft) 76%, #ffffff);
  color: var(--site-text);
  font-size: 15px;
  line-height: 1.6;
}

body.site-mode-default .lecturer-form__textarea {
  min-height: 132px;
  resize: vertical;
}

body.site-mode-default .lecturer-form__input[readonly] {
  background: color-mix(in srgb, var(--site-bg-soft) 82%, transparent);
}

body.site-mode-default .lecturer-form__input--file {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body.site-mode-default .lecturer-media-uploader {
  display: grid;
  gap: 18px;
  padding: 20px;
  border: 1px solid color-mix(in srgb, var(--site-border) 86%, transparent);
  border-radius: 26px;
  background:
    radial-gradient(circle at top right, rgba(79, 123, 216, 0.10), transparent 34%),
    linear-gradient(180deg, color-mix(in srgb, var(--site-surface) 98%, transparent), color-mix(in srgb, var(--site-bg-soft) 74%, transparent));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

body.site-mode-default .lecturer-media-uploader--profile {
  grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
  align-items: stretch;
}

body.site-mode-default .lecturer-media-uploader__preview {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid color-mix(in srgb, var(--site-border) 82%, transparent);
  background:
    radial-gradient(circle at top, rgba(212, 164, 45, 0.16), transparent 38%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.92), rgba(233, 240, 250, 0.76));
  box-shadow: 0 18px 42px rgba(20, 33, 61, 0.10);
}

body.site-mode-default .lecturer-media-uploader__preview--profile {
  aspect-ratio: 1 / 1;
}

body.site-mode-default .lecturer-media-uploader__preview-media {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  padding: 24px;
  text-align: center;
}

body.site-mode-default .lecturer-media-uploader__preview-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

body.site-mode-default .lecturer-media-uploader__preview.has-image .lecturer-media-uploader__preview-media {
  padding: 0;
}

body.site-mode-default .lecturer-media-uploader__placeholder-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(39, 74, 150, 0.10);
  color: var(--site-brand);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

body.site-mode-default .lecturer-media-uploader__preview strong {
  display: block;
  margin-top: 16px;
  color: var(--site-text-strong);
  font-size: 1.18rem;
  line-height: 1.5;
}

body.site-mode-default .lecturer-media-uploader__line {
  display: block;
}

body.site-mode-default .lecturer-media-uploader__preview p {
  margin: 10px 0 0;
  color: var(--site-muted);
  font-size: 13px;
  line-height: 1.7;
}

body.site-mode-default .lecturer-media-uploader__content {
  display: grid;
  align-content: center;
  gap: 10px;
  text-align: left;
}

body.site-mode-default .lecturer-media-uploader__content--profile {
  padding: 6px 4px;
}

body.site-mode-default .lecturer-media-uploader__eyebrow {
  margin: 0;
  color: var(--site-brand);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

body.site-mode-default .lecturer-media-uploader__title {
  margin: 0;
  color: var(--site-text-strong);
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  line-height: 1.35;
}

body.site-mode-default .lecturer-media-uploader__copy {
  margin: 0;
  color: var(--site-muted);
  font-size: 14px;
  line-height: 1.8;
}

body.site-mode-default .lecturer-media-uploader__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 6px;
}

body.site-mode-default .lecturer-upload-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--site-brand), var(--site-accent));
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 16px 28px rgba(39, 74, 150, 0.18);
  cursor: pointer;
}

body.site-mode-default .lecturer-media-uploader__filename {
  color: var(--site-text-strong);
  font-size: 13px;
  line-height: 1.6;
}

body.site-mode-default .lecturer-form__stack {
  display: grid;
  gap: 10px;
}

body.site-mode-default .lecturer-form__inline {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

body.site-mode-default .lecturer-form__helper,
body.site-mode-default .lecturer-form__status,
body.site-mode-default .lecturer-form__file-note {
  margin-top: 7px;
  color: var(--site-muted);
  font-size: 12px;
  line-height: 1.6;
}

body.site-mode-default .lecturer-form__status.is-ok {
  color: var(--site-accent-mint);
}

body.site-mode-default .lecturer-form__status.is-error {
  color: #d64545;
}

body.site-mode-default .lecturer-form__error {
  margin-top: 7px;
  color: #d64545;
  font-size: 12px;
  line-height: 1.6;
}

body.site-mode-default .lecturer-topic-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

body.site-mode-default .lecturer-topic-preview:empty {
  display: none;
}

body.site-mode-default .lecturer-topic-chip {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(39, 74, 150, 0.14);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(39, 74, 150, 0.12), rgba(212, 164, 45, 0.12)),
    #ffffff;
  color: var(--site-brand);
  box-shadow: 0 12px 24px rgba(20, 33, 61, 0.08);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

body.site-mode-default .lecturer-password {
  position: relative;
}

body.site-mode-default .lecturer-password .lecturer-form__input {
  padding-right: 118px;
}

body.site-mode-default .lecturer-password__toggle {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  min-height: 38px;
  padding: 0 12px;
  border: 0;
  border-radius: 14px;
  background: color-mix(in srgb, var(--site-brand) 14%, transparent);
  color: var(--site-brand);
  font-size: 12px;
  font-weight: 700;
}

body.site-mode-default .lecturer-agreements {
  display: grid;
  gap: 12px;
  margin-top: 28px;
  padding: 18px;
  border: 1px solid color-mix(in srgb, var(--site-border) 88%, transparent);
  border-radius: 22px;
  background: color-mix(in srgb, var(--site-bg-soft) 58%, transparent);
  text-align: left;
}

body.site-mode-default .lecturer-agreements__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

body.site-mode-default .lecturer-agreements__item input {
  margin-top: 3px;
}

body.site-mode-default .lecturer-agreements__item label {
  flex: 1 1 auto;
  margin: 0;
  color: var(--site-text);
  font-size: 14px;
  line-height: 1.7;
}

body.site-mode-default .lecturer-agreements__links {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: 8px;
}

body.site-mode-default .lecturer-agreements__links a {
  font-size: 12px;
  font-weight: 700;
}

body.site-mode-default .lecturer-flash {
  margin-bottom: 18px;
  padding: 14px 16px;
  border-radius: 18px;
  font-size: 14px;
  line-height: 1.7;
}

body.site-mode-default .lecturer-flash.is-success {
  background: rgba(44, 184, 160, 0.12);
  color: #12705e;
}

body.site-mode-default .lecturer-flash.is-warning {
  background: rgba(212, 164, 45, 0.14);
  color: #7a5510;
}

body.site-mode-default .lecturer-flash.is-error {
  background: rgba(214, 69, 69, 0.12);
  color: #9b1f1f;
}

body.site-mode-default .lecturer-page__split {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.8fr);
  gap: 22px;
  align-items: start;
}

body.site-mode-default .lecturer-profile-card,
body.site-mode-default .lecturer-panel,
body.site-mode-default .lecturer-admin-card,
body.site-mode-default .lecturer-list-card {
  padding: 24px;
}

body.site-mode-default .lecturer-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 6px 12px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--site-brand) 10%, transparent);
  color: var(--site-brand);
  font-size: 12px;
  font-weight: 700;
}

body.site-mode-default .lecturer-status.is-approved {
  background: rgba(44, 184, 160, 0.14);
  color: #12705e;
}

body.site-mode-default .lecturer-status.is-rejected {
  background: rgba(214, 69, 69, 0.12);
  color: #9b1f1f;
}

body.site-mode-default .lecturer-status.is-pending {
  background: rgba(212, 164, 45, 0.14);
  color: #7a5510;
}

body.site-mode-default .lecturer-status.is-hold {
  background: rgba(99, 102, 241, 0.14);
  color: #4338ca;
}

body.site-mode-default .lecturer-profile {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  text-align: left;
}

body.site-mode-default .lecturer-profile__media {
  display: grid;
  gap: 14px;
}

body.site-mode-default .lecturer-profile__photo,
body.site-mode-default .lecturer-card-slide__photo {
  aspect-ratio: 1 / 1;
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  background: color-mix(in srgb, var(--site-bg-soft) 88%, transparent);
}

body.site-mode-default .lecturer-profile__photo img,
body.site-mode-default .lecturer-card-slide__photo img,
body.site-mode-default .lecturer-card-slide__gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

body.site-mode-default .lecturer-profile__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 16px;
  margin-top: 16px;
}

body.site-mode-default .lecturer-profile__fact {
  padding: 14px 16px;
  border: 1px solid color-mix(in srgb, var(--site-border) 85%, transparent);
  border-radius: 18px;
  background: color-mix(in srgb, var(--site-surface-soft) 70%, transparent);
}

body.site-mode-default .lecturer-profile__fact strong {
  display: block;
  margin-bottom: 6px;
  color: var(--site-text-strong);
  font-size: 13px;
}

body.site-mode-default .lecturer-gallery-preview {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

body.site-mode-default .lecturer-gallery-preview--live:empty {
  display: none;
}

body.site-mode-default .lecturer-gallery-preview__item {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 16px;
  background: color-mix(in srgb, var(--site-bg-soft) 88%, transparent);
  border: 1px solid color-mix(in srgb, var(--site-border) 82%, transparent);
  box-shadow: 0 12px 24px rgba(20, 33, 61, 0.08);
}

body.site-mode-default .lecturer-gallery-preview__remove {
  position: absolute;
  left: 8px;
  bottom: 8px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 8px;
  border-radius: 12px;
  background: rgba(15, 23, 42, 0.72);
  color: #ffffff;
  font-size: 11px;
}

body.site-mode-default .lecturer-gallery-preview__remove input {
  margin: 0;
}

body.site-mode-default .lecturer-admin-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}

body.site-mode-default .lecturer-stat {
  padding: 20px;
  text-align: center;
}

body.site-mode-default .lecturer-stat__value {
  display: block;
  margin-top: 10px;
  color: var(--site-text-strong);
  font-family: "GmarketSansMedium", "Noto Sans KR", sans-serif;
  font-size: 28px;
}

body.site-mode-default .lecturer-admin-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
  gap: 22px;
  align-items: start;
}

body.site-mode-default .lecturer-admin-table {
  width: 100%;
  border-collapse: collapse;
}

body.site-mode-default .lecturer-admin-table th,
body.site-mode-default .lecturer-admin-table td {
  padding: 14px 12px;
  border-bottom: 1px solid color-mix(in srgb, var(--site-border) 82%, transparent);
  text-align: left;
  vertical-align: middle;
  font-size: 13px;
}

body.site-mode-default .lecturer-admin-table th {
  color: var(--site-text-strong);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

body.site-mode-default .lecturer-admin-table tr:last-child td {
  border-bottom: 0;
}

body.site-mode-default .lecturer-admin-actions,
body.site-mode-default .lecturer-mini-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body.site-mode-default .lecturer-login-links {
  justify-content: center;
  margin-top: 18px;
}

body.site-mode-default .lecturer-mini-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 12px;
  border: 1px solid color-mix(in srgb, var(--site-border) 90%, transparent);
  border-radius: 12px;
  background: color-mix(in srgb, var(--site-surface-soft) 78%, transparent);
  color: var(--site-text-strong);
  font-size: 12px;
  font-weight: 700;
}

body.site-mode-default .lecturer-mini-button.is-primary {
  background: linear-gradient(135deg, var(--site-brand), var(--site-accent));
  border-color: transparent;
  color: #ffffff;
}

body.site-mode-default .lecturer-mini-button.is-danger {
  background: rgba(214, 69, 69, 0.12);
  border-color: rgba(214, 69, 69, 0.24);
  color: #9b1f1f;
}

body.site-mode-default .lecturer-admin-meta {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

body.site-mode-default .lecturer-admin-meta__row {
  padding: 14px 16px;
  border-radius: 18px;
  background: color-mix(in srgb, var(--site-bg-soft) 70%, transparent);
}

body.site-mode-default .lecturer-section {
  margin-top: clamp(48px, 7vw, 82px);
  text-align: center;
}

body.site-mode-default .lecturer-find-panel {
  width: min(760px, 100%);
  margin: 28px auto 0;
  padding: 24px;
}

body.site-mode-default .lecturer-find-form {
  margin-top: 0;
}

@media (max-width: 900px) {
  body.site-mode-default .lecturer-media-uploader--profile {
    grid-template-columns: minmax(0, 1fr);
  }

  body.site-mode-default .lecturer-media-uploader__preview--profile {
    max-width: 360px;
    margin: 0 auto;
  }
}

body.site-mode-default .lecturer-card-slider {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  padding: 4px;
}

body.site-mode-default .lecturer-card-slider__viewport {
  overflow: hidden;
}

body.site-mode-default .lecturer-card-slider__track {
  display: flex;
  gap: 18px;
  transition: transform 0.45s ease;
  will-change: transform;
}

body.site-mode-default .lecturer-card-slide {
  flex: 0 0 calc((100% - 36px) / 3);
  min-width: 0;
  padding: 20px;
  text-align: left;
  border: 1px solid color-mix(in srgb, var(--site-border) 88%, transparent);
  border-radius: 28px;
  background: color-mix(in srgb, var(--site-surface) 96%, transparent);
  box-shadow: var(--site-shadow-soft);
}

body.site-mode-default .lecturer-card-slide__body {
  margin-top: 16px;
}

body.site-mode-default .lecturer-card-slide__name {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 12px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--site-brand) 10%, transparent);
  color: var(--site-brand);
  font-size: 12px;
  font-weight: 700;
}

body.site-mode-default .lecturer-card-slide__intro {
  margin: 12px 0 0;
  color: var(--site-text-strong);
  font-size: 17px;
  line-height: 1.6;
  font-weight: 700;
}

body.site-mode-default .lecturer-card-slide__meta {
  margin-top: 14px;
  display: grid;
  gap: 10px;
}

body.site-mode-default .lecturer-card-slide__meta-item {
  padding: 12px 14px;
  border-radius: 16px;
  background: color-mix(in srgb, var(--site-bg-soft) 68%, transparent);
}

body.site-mode-default .lecturer-card-slide__meta-item strong {
  display: block;
  margin-bottom: 6px;
  color: var(--site-text-strong);
  font-size: 12px;
}

body.site-mode-default .lecturer-card-slide__gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 14px;
}

body.site-mode-default .lecturer-card-slide__gallery-item {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 14px;
  background: color-mix(in srgb, var(--site-bg-soft) 88%, transparent);
}

body.site-mode-default .lecturer-card-slider__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

body.site-mode-default .lecturer-card-slider__dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: color-mix(in srgb, var(--site-border) 88%, transparent);
}

body.site-mode-default .lecturer-card-slider__dot.is-active {
  width: 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--site-brand), var(--site-accent));
}

body.site-mode-default .lecturer-empty {
  margin-top: 26px;
  padding: 24px;
  border-radius: 24px;
  background: color-mix(in srgb, var(--site-bg-soft) 64%, transparent);
  color: var(--site-muted);
}

body.site-mode-default .lecturer-directory-search {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

body.site-mode-default .lecturer-directory-search input[type="text"] {
  flex: 1 1 320px;
  min-height: 54px;
  padding: 0 18px;
  border: 1px solid color-mix(in srgb, var(--site-border) 88%, transparent);
  border-radius: 18px;
  background: color-mix(in srgb, var(--site-surface) 98%, transparent);
}

body.site-mode-default .lecturer-directory-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

body.site-mode-default .lecturer-directory-card {
  padding: 22px;
  text-align: left;
  border: 1px solid color-mix(in srgb, var(--site-border) 88%, transparent);
  border-radius: 28px;
  background: color-mix(in srgb, var(--site-surface) 96%, transparent);
  box-shadow: var(--site-shadow-soft);
}

body.site-mode-default .lecturer-directory-card__head {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

body.site-mode-default .lecturer-directory-card__photo {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 22px;
  background: color-mix(in srgb, var(--site-bg-soft) 88%, transparent);
}

body.site-mode-default .lecturer-directory-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

body.site-mode-default .lecturer-directory-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, color-mix(in srgb, var(--site-brand) 18%, transparent), color-mix(in srgb, var(--site-accent-gold) 18%, transparent));
  color: var(--site-brand);
  font-size: 2.1rem;
  font-weight: 800;
}

body.site-mode-default .lecturer-directory-card__contact {
  display: grid;
  gap: 6px;
  margin-top: 12px;
}

body.site-mode-default .lecturer-directory-card__contact a {
  color: var(--site-brand);
  font-size: 14px;
  font-weight: 700;
}

body.site-mode-default .lecturer-directory-card__intro {
  margin: 16px 0 0;
  color: var(--site-text-strong);
  line-height: 1.8;
  font-weight: 700;
}

body.site-mode-default .lecturer-directory-card__meta {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

html[data-site-theme="dark"] body.site-mode-default .lecturer-flash.is-success {
  color: #8ef3d8;
}

html[data-site-theme="dark"] body.site-mode-default .lecturer-flash.is-warning {
  color: #ffd98d;
}

html[data-site-theme="dark"] body.site-mode-default .lecturer-flash.is-error {
  color: #ffb0b0;
}

@media (max-width: 1199px) {
  body.site-mode-default .lecturer-card-grid,
  body.site-mode-default .lecturer-admin-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.site-mode-default .lecturer-card-slide {
    flex-basis: calc((100% - 18px) / 2);
  }

  body.site-mode-default .lecturer-admin-layout,
  body.site-mode-default .lecturer-page__split {
    grid-template-columns: 1fr;
  }

  body.site-mode-default .lecturer-directory-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  body.site-mode-default .lecturer-form__grid,
  body.site-mode-default .lecturer-profile,
  body.site-mode-default .lecturer-profile__facts {
    grid-template-columns: 1fr;
  }

  body.site-mode-default .lecturer-gallery-preview {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.site-mode-default .lecturer-card-slide {
    flex-basis: calc((100% - 18px) / 2);
  }

  body.site-mode-default .lecturer-directory-card__head {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  body.site-mode-default .lecturer-page {
    padding: 34px 0;
  }

  body.site-mode-default .lecturer-matching-banner {
    margin-bottom: 18px;
    padding: 22px 18px;
    border-radius: 24px;
  }

  body.site-mode-default .lecturer-matching-banner__action {
    width: 100%;
  }

  body.site-mode-default .lecturer-shell {
    width: min(100%, calc(100% - 20px));
  }

  body.site-mode-default .lecturer-hero,
  body.site-mode-default .lecturer-form,
  body.site-mode-default .lecturer-profile-card,
  body.site-mode-default .lecturer-panel,
  body.site-mode-default .lecturer-admin-card,
  body.site-mode-default .lecturer-list-card,
  body.site-mode-default .lecturer-gate {
    padding: 22px 18px;
    border-radius: 24px;
  }

  body.site-mode-default .lecturer-hero__copy,
  body.site-mode-default .lecturer-section__copy {
    font-size: 14px;
    line-height: 1.75;
  }

  body.site-mode-default .lecturer-card-grid,
  body.site-mode-default .lecturer-admin-summary {
    grid-template-columns: 1fr;
  }

  body.site-mode-default .lecturer-card-slide {
    flex-basis: 100%;
    padding: 18px;
  }

  body.site-mode-default .lecturer-form__inline {
    grid-template-columns: 1fr;
  }

  body.site-mode-default .lecturer-password .lecturer-form__input {
    padding-right: 16px;
  }

  body.site-mode-default .lecturer-password__toggle {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 8px;
  }

  body.site-mode-default .lecturer-gallery-preview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.site-mode-default .lecturer-directory-search {
    align-items: stretch;
  }

  body.site-mode-default .lecturer-directory-search input[type="text"] {
    flex-basis: 100%;
  }

  body.site-mode-default .lecturer-admin-table,
  body.site-mode-default .lecturer-admin-table thead,
  body.site-mode-default .lecturer-admin-table tbody,
  body.site-mode-default .lecturer-admin-table tr,
  body.site-mode-default .lecturer-admin-table th,
  body.site-mode-default .lecturer-admin-table td {
    display: block;
    width: 100%;
  }

  body.site-mode-default .lecturer-admin-table thead {
    display: none;
  }

  body.site-mode-default .lecturer-admin-table tr {
    padding: 16px 0;
    border-bottom: 1px solid color-mix(in srgb, var(--site-border) 82%, transparent);
  }

  body.site-mode-default .lecturer-admin-table td {
    padding: 6px 0;
    border: 0;
  }
}
