/* Session schedule — member sidebar (admin-edited, read-only) */

.schedule-alert {
  position: sticky;
  top: 28px;
  padding: 26px 24px 24px;
  background: #0e0e0e;
  border: 1px solid rgba(245, 245, 244, 0.1);
  border-left: 2px solid rgba(201, 162, 74, 0.45);
  border-radius: 2px;
}

.schedule-alert-label {
  margin: 0 0 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(245, 245, 244, 0.08);
  font-family: "Inter Tight", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(245, 245, 244, 0.45);
}

.schedule-alert-title {
  margin: 0 0 14px;
  font-family: "Inter Tight", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.35;
  color: #f5f5f4;
}

.schedule-alert-body {
  margin: 0;
  font-family: "Inter Tight", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
  color: rgba(245, 245, 244, 0.72);
  white-space: pre-wrap;
  word-break: break-word;
}

.schedule-alert-body:empty::before {
  content: 'Schedule will be posted soon.';
  color: rgba(245, 245, 244, 0.38);
}

.schedule-alert-updated {
  margin: 20px 0 0;
  padding-top: 16px;
  border-top: 1px solid rgba(245, 245, 244, 0.08);
  font-family: "Inter Tight", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: rgba(245, 245, 244, 0.32);
}

@media (max-width: 820px) {
  .schedule-alert {
    position: static;
  }
}

/* Admin — schedule editor */
.admin-schedule-panel {
  max-width: 560px;
}

.admin-schedule-panel .admin-hint {
  margin: 0 0 24px;
  line-height: 1.55;
  color: rgba(245, 245, 244, 0.5);
}

.admin-schedule-form label {
  display: block;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(245, 245, 244, 0.5);
}

.admin-schedule-form input,
.admin-schedule-form textarea {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 14px 16px;
  font-family: "Inter Tight", system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #f5f5f4;
  background: #0a0a0a;
  border: 1px solid rgba(245, 245, 244, 0.16);
  border-radius: 2px;
  resize: vertical;
}

.admin-schedule-form input:focus,
.admin-schedule-form textarea:focus {
  outline: none;
  border-color: rgba(201, 162, 74, 0.4);
}

.admin-schedule-form textarea {
  min-height: 160px;
}

.admin-schedule-meta {
  margin: 12px 0 0;
  font-size: 12px;
  color: rgba(245, 245, 244, 0.38);
}

.admin-access-mode {
  border: 1px solid rgba(201, 162, 74, 0.22);
  border-radius: 10px;
  padding: 16px 18px 8px;
  margin: 0 0 24px;
}

.admin-access-mode-legend {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(245, 245, 244, 0.55);
  padding: 0 6px;
}

.admin-access-mode-option {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0 0 14px;
  cursor: pointer;
  font-size: 14px;
  color: rgba(245, 245, 244, 0.88);
}

.admin-access-mode-option input {
  margin-top: 4px;
  accent-color: #e8c97a;
}

.admin-access-mode-desc {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: rgba(245, 245, 244, 0.45);
  line-height: 1.45;
}
