/**
 * Interview row highlights, today board, notifications
 */
/* Interview / refund list: highlighted row after View on notification */
tr.lms-iv-row--focus,
tr.lms-refund-row--focus {
  background: rgba(59, 130, 246, 0.2) !important;
  box-shadow: inset 4px 0 0 #3b82f6;
}
tr.lms-iv-row--focus:hover,
tr.lms-refund-row--focus:hover {
  background: rgba(59, 130, 246, 0.28) !important;
}

.lms-iv-call-time {
  position: relative;
}
.lms-iv-call-time-view {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}
.lms-iv-call-time-trigger {
  background: transparent;
  border: none;
  padding: 0.5rem 0.85rem;
  margin: 0;
  color: inherit;
  font: inherit;
  cursor: pointer;
  border-radius: 0.375rem;
}
.lms-iv-call-time-trigger:hover {
  text-decoration: none;
}
.lms-iv-call-time-edit {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 40;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.5rem;
  min-width: 12.5rem;
  padding: 0.75rem;
  border-radius: 0.75rem;
  border: 1px solid var(--cui-border);
  background: var(--cui-surface, #0f172a);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
  transform: translate(-50%, -50%);
}
.lms-iv-call-time-edit.hidden {
  display: none !important;
}
.lms-iv-call-time-fields {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  width: 100%;
}
.lms-iv-call-time-fields .cui-input {
  width: 100%;
  min-width: 0;
  padding: 0.45rem 0.65rem;
  font-size: 0.8125rem;
}
.lms-iv-call-time-actions {
  display: flex;
  gap: 0.35rem;
  justify-content: stretch;
}
.lms-iv-call-time-actions .cui-btn {
  flex: 1 1 0;
}
.lms-iv-call-time-saved {
  font-size: 0.6875rem;
  font-weight: 600;
  color: #34d399;
  letter-spacing: 0.02em;
}
tr.lms-iv-row--time-updated {
  box-shadow: inset 3px 0 0 #34d399;
}
.lms-iv-resort-bar {
  background: rgba(52, 211, 153, 0.1);
  border: 1px solid rgba(52, 211, 153, 0.35);
}

/* Interviews — blue Today workboard */
.lms-iv-today-board-tabs {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}
.lms-iv-today-board-tab {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.85rem;
  border-radius: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 600;
  text-decoration: none;
  color: #93c5fd;
  border: 1px solid rgba(59, 130, 246, 0.35);
  background: rgba(30, 58, 138, 0.2);
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.lms-iv-today-board-tab:hover {
  color: #dbeafe;
  border-color: rgba(96, 165, 250, 0.55);
  background: rgba(37, 99, 235, 0.28);
}
.lms-iv-today-board-tab.is-active {
  color: #eff6ff;
  border-color: #3b82f6;
  background: linear-gradient(180deg, rgba(37, 99, 235, 0.55), rgba(29, 78, 216, 0.45));
  box-shadow: 0 0 0 1px rgba(59, 130, 246, 0.25);
}
.lms-iv-today-board-tab--all.is-active {
  color: #e2e8f0;
  border-color: var(--cui-border, rgba(148, 163, 184, 0.35));
  background: rgba(30, 41, 59, 0.55);
  box-shadow: none;
}
.lms-iv-today-board-heading {
  color: #93c5fd;
}
.lms-iv-today-board-card {
  box-shadow: inset 3px 0 0 #3b82f6;
}

/* Notifications (inbox rows stay neutral; blue highlight is on Interviews list after View) */
.lms-notif-btns {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}
.lms-notif-item .lms-notif-btns {
  margin-top: 0.5rem;
}
.lms-notif-btn-form {
  display: inline;
  margin: 0;
}

.lms-iv-time-stack {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-radius: 0.75rem;
  border: 1px solid var(--cui-border);
  overflow: hidden;
  background: var(--cui-surface-alt, rgba(30, 41, 59, 0.45));
}

.lms-iv-time-stack .lms-iv-scheduled-banner {
  margin: 0;
  border: none;
  border-radius: 0;
  background: transparent;
}

.lms-iv-time-stack .lms-iv-scheduled-banner--call {
  border-top: 1px solid var(--cui-border);
  background: rgba(14, 165, 233, 0.06);
}

.lms-iv-scheduled-banner {
  padding: 1rem 1.25rem;
  border-radius: 0.75rem;
  border: 1px solid var(--cui-border);
  background: var(--cui-surface-alt, rgba(30, 41, 59, 0.45));
}

.lms-iv-scheduled-banner__label {
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--cui-text-muted);
}

.lms-iv-scheduled-banner__value {
  margin-top: 0.35rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--cui-text);
  line-height: 1.3;
}

.lms-iv-scheduled-banner__help {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  color: var(--cui-text-muted);
  line-height: 1.45;
}

html[data-theme="light"] .lms-iv-scheduled-banner {
  background: #f8fafc;
  border-color: #e2e8f0;
}

html[data-theme="light"] .lms-iv-time-stack {
  background: #f8fafc;
  border-color: #e2e8f0;
}

html[data-theme="light"] .lms-iv-time-stack .lms-iv-scheduled-banner--call {
  background: #f0f9ff;
}

html[data-theme="dark"] .lms-iv-scheduled-banner {
  background: var(--cui-surface-2);
  border-color: var(--cui-border);
}

html[data-theme="dark"] .lms-iv-time-stack {
  background: var(--cui-surface-2);
  border-color: var(--cui-border);
}
