:root {
  --brand-navy: #2c3e50;
  --brand-blue: #3498db;
}

.app-body {
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto,
    "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif;
  font-variant-numeric: tabular-nums;
}

.app-navbar {
  background: linear-gradient(90deg, var(--brand-navy) 0%, #1a252f 100%) !important;
}

.app-navbar .navbar-brand {
  color: #fff !important;
}

@media (max-width: 991.98px) {
  /* 모바일: 제목(brand) 줄바꿈 시 가운데 정렬 */
  .app-navbar .container-fluid {
    flex-direction: column;
    align-items: center;
  }
  .app-navbar .navbar-brand {
    text-align: center;
    width: 100%;
    line-height: 1.2;
    white-space: normal;
  }
  .app-navbar .navbar-toggler {
    display: none;
  }
}

/* 모바일 하단 메뉴(4칸) */
.mobile-bottom-nav {
  display: block;
}

@media (max-width: 991.98px) {
  body {
    padding-bottom: 120px;
  }

  .mobile-bottom-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1030;
    padding: 10px 12px 14px;
    background: rgba(26, 37, 47, 0.98);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .mobile-bottom-nav-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
  }

  .mobile-bottom-nav-btn {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 10px;
    padding: 10px 6px;
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.2;
  }

  .mobile-bottom-nav-btn:active {
    background: rgba(255, 255, 255, 0.08);
  }

  .mobile-bottom-logout-btn {
    width: 100%;
    margin-top: 10px;
  }
}

.text-primary {
  color: var(--brand-blue) !important;
}

.btn-primary {
  --bs-btn-bg: var(--brand-blue);
  --bs-btn-border-color: var(--brand-blue);
  --bs-btn-hover-bg: #217dbb;
  --bs-btn-hover-border-color: #217dbb;
}

.fc-main-calendar {
  min-height: 780px;
}

.fc .fc-daygrid-day {
  min-height: 8.5rem;
}

.fc .fc-daygrid-day-frame {
  min-height: 8rem;
}

.fc .fc-daygrid-day-number {
  font-size: 1rem;
  font-weight: 600;
  padding: 0.35rem 0.45rem;
}

.fc .fc-daygrid-event {
  font-size: 0.8rem;
  line-height: 1.25;
  padding: 0.15rem 0.35rem;
  margin-bottom: 0.1rem;
  border-radius: 0.25rem;
}

/* FullCalendar 기본 점(list-item·테두리색) — 기일(fc-trial-hearing)에서 완전 제거 */
.fc .fc-trial-hearing .fc-daygrid-event-dot,
.fc .fc-trial-hearing .fc-list-event-dot,
.fc .fc-daygrid-event.fc-trial-hearing .fc-daygrid-event-dot,
.fc a.fc-daygrid-event.fc-trial-hearing .fc-daygrid-event-dot,
.fc .fc-event.fc-trial-hearing .fc-daygrid-event-dot,
.fc .fc-event.fc-trial-hearing .fc-list-event-dot {
  display: none !important;
  width: 0 !important;
  min-width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* 주간 시간축 등 다른 뷰의 그래픽 점 */
.fc .fc-timegrid-event.fc-trial-hearing .fc-timegrid-event-dot,
.fc .fc-trial-hearing[class*="fc-timegrid"] .fc-timegrid-event-dot {
  display: none !important;
}

/* 종합 캘린더: 공판·일반 기일 — 빨간 배경 제거(연한 선고 참고 fc-sentencing-muted 는 제외) */
.fc .fc-event.fc-trial-hearing:not(.fc-sentencing-muted),
.fc .fc-daygrid-event.fc-trial-hearing:not(.fc-sentencing-muted),
.fc .fc-timegrid-event.fc-trial-hearing:not(.fc-sentencing-muted),
.fc .fc-list-event.fc-trial-hearing:not(.fc-sentencing-muted) {
  background-color: transparent !important;
  background: transparent !important;
  --fc-event-text-color: #212529 !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #6c757d !important;
  color: #212529 !important;
}

.fc .fc-event.fc-trial-hearing:not(.fc-sentencing-muted) .fc-event-title,
.fc .fc-event.fc-trial-hearing:not(.fc-sentencing-muted) .fc-event-time,
.fc .fc-daygrid-event.fc-trial-hearing:not(.fc-sentencing-muted) .fc-event-title,
.fc .fc-daygrid-event.fc-trial-hearing:not(.fc-sentencing-muted) .fc-event-time,
.fc .fc-timegrid-event.fc-trial-hearing:not(.fc-sentencing-muted) .fc-event-title,
.fc .fc-timegrid-event.fc-trial-hearing:not(.fc-sentencing-muted) .fc-event-time,
.fc .fc-list-event.fc-trial-hearing:not(.fc-sentencing-muted) .fc-list-event-title,
.fc .fc-list-event.fc-trial-hearing:not(.fc-sentencing-muted) .fc-list-event-time {
  color: #212529 !important;
  filter: none !important;
  text-shadow: none !important;
}

[data-bs-theme="dark"] .fc .fc-event.fc-trial-hearing:not(.fc-sentencing-muted),
[data-bs-theme="dark"] .fc .fc-daygrid-event.fc-trial-hearing:not(.fc-sentencing-muted),
[data-bs-theme="dark"] .fc .fc-timegrid-event.fc-trial-hearing:not(.fc-sentencing-muted),
[data-bs-theme="dark"] .fc .fc-list-event.fc-trial-hearing:not(.fc-sentencing-muted),
[data-bs-theme="dark"] .fc .fc-event.fc-trial-hearing:not(.fc-sentencing-muted) .fc-event-title,
[data-bs-theme="dark"] .fc .fc-event.fc-trial-hearing:not(.fc-sentencing-muted) .fc-event-time,
[data-bs-theme="dark"] .fc .fc-daygrid-event.fc-trial-hearing:not(.fc-sentencing-muted) .fc-event-title,
[data-bs-theme="dark"] .fc .fc-daygrid-event.fc-trial-hearing:not(.fc-sentencing-muted) .fc-event-time,
[data-bs-theme="dark"] .fc .fc-timegrid-event.fc-trial-hearing:not(.fc-sentencing-muted) .fc-event-title,
[data-bs-theme="dark"] .fc .fc-timegrid-event.fc-trial-hearing:not(.fc-sentencing-muted) .fc-event-time,
[data-bs-theme="dark"] .fc .fc-list-event.fc-trial-hearing:not(.fc-sentencing-muted) .fc-list-event-title,
[data-bs-theme="dark"] .fc .fc-list-event.fc-trial-hearing:not(.fc-sentencing-muted) .fc-list-event-time {
  color: #212529 !important;
}

/* 피고인 탭 NEW(has_unseen_change)와 동일한 사건 기일: 본 캘린더 제목·시간 볼드 */
.fc .fc-event.fc-trial-hearing.fc-case-unseen-bold .fc-event-title,
.fc .fc-event.fc-trial-hearing.fc-case-unseen-bold .fc-event-time,
.fc .fc-daygrid-event.fc-trial-hearing.fc-case-unseen-bold .fc-event-title,
.fc .fc-daygrid-event.fc-trial-hearing.fc-case-unseen-bold .fc-event-time,
.fc .fc-timegrid-event.fc-trial-hearing.fc-case-unseen-bold .fc-event-title,
.fc .fc-timegrid-event.fc-trial-hearing.fc-case-unseen-bold .fc-event-time,
.fc .fc-list-event.fc-trial-hearing.fc-case-unseen-bold .fc-list-event-title,
.fc .fc-list-event.fc-trial-hearing.fc-case-unseen-bold .fc-list-event-time {
  font-weight: 700 !important;
}

/* 최근 동기화(3일)·목록 NEW: 좌측 커스텀 원형 불릿 (블록 기일 펄스 링 잘림 방지) */
.fc .fc-daygrid-event.fc-trial-hearing.fc-fresh-new,
.fc .fc-daygrid-event.fc-trial-hearing.fc-fresh-updated {
  overflow: visible !important;
}
.fc .fc-event.fc-fresh-new,
.fc .fc-event.fc-fresh-updated,
.fc .fc-daygrid-event.fc-fresh-new,
.fc .fc-daygrid-event.fc-fresh-updated {
  position: relative;
  padding-left: 0.65rem !important;
}

.fc .fc-event.fc-fresh-new::before,
.fc .fc-event.fc-fresh-updated::before,
.fc .fc-daygrid-event.fc-fresh-new::before,
.fc .fc-daygrid-event.fc-fresh-updated::before {
  content: "";
  position: absolute;
  left: 0.12rem;
  top: 0.5rem;
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 999px;
  pointer-events: none;
}

.fc .fc-event.fc-fresh-new::before,
.fc .fc-daygrid-event.fc-fresh-new::before {
  background: #4caf50;
  box-shadow: 0 0 0 rgba(76, 175, 80, 0.75);
  animation: fcPulseNew 1.5s ease-out infinite;
}

.fc .fc-event.fc-fresh-updated::before,
.fc .fc-daygrid-event.fc-fresh-updated::before {
  background: #dc3545;
  box-shadow: 0 0 0 rgba(220, 53, 69, 0.75);
  animation: fcPulseUpdated 0.95s ease-out infinite;
}

.fc .fc-event.fc-fresh-new .fc-event-title,
.fc .fc-daygrid-event.fc-fresh-new .fc-event-title,
.fc .fc-event.fc-fresh-new .fc-event-time,
.fc .fc-daygrid-event.fc-fresh-new .fc-event-time {
  animation: fcGlowNew 1.5s ease-in-out infinite;
}

.fc .fc-event.fc-fresh-updated .fc-event-title,
.fc .fc-daygrid-event.fc-fresh-updated .fc-event-title,
.fc .fc-event.fc-fresh-updated .fc-event-time,
.fc .fc-daygrid-event.fc-fresh-updated .fc-event-time {
  animation: fcGlowUpdated 1s ease-in-out infinite;
}

/* 기일은 항상 가독성 우선: NEW 반짝임의 텍스트 glow를 비활성화 */
.fc .fc-event.fc-trial-hearing.fc-fresh-new .fc-event-title,
.fc .fc-event.fc-trial-hearing.fc-fresh-new .fc-event-time,
.fc .fc-daygrid-event.fc-trial-hearing.fc-fresh-new .fc-event-title,
.fc .fc-daygrid-event.fc-trial-hearing.fc-fresh-new .fc-event-time,
.fc .fc-event.fc-trial-hearing.fc-fresh-updated .fc-event-title,
.fc .fc-event.fc-trial-hearing.fc-fresh-updated .fc-event-time,
.fc .fc-daygrid-event.fc-trial-hearing.fc-fresh-updated .fc-event-title,
.fc .fc-daygrid-event.fc-trial-hearing.fc-fresh-updated .fc-event-time {
  animation: none !important;
  filter: none !important;
  text-shadow: none !important;
  color: #212529 !important;
}

@keyframes fcPulseNew {
  0% {
    transform: scale(0.85);
    box-shadow: 0 0 0 0 rgba(76, 175, 80, 0.65);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 7px rgba(76, 175, 80, 0);
  }
  100% {
    transform: scale(0.85);
    box-shadow: 0 0 0 0 rgba(76, 175, 80, 0);
  }
}

@keyframes fcPulseUpdated {
  0% {
    transform: scale(0.8);
    box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.65);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 7px rgba(220, 53, 69, 0);
  }
  100% {
    transform: scale(0.8);
    box-shadow: 0 0 0 0 rgba(220, 53, 69, 0);
  }
}

@keyframes fcGlowNew {
  0%,
  100% {
    filter: brightness(1);
    text-shadow: none;
  }
  50% {
    filter: brightness(1.08);
    text-shadow: 0 0 0.4rem rgba(76, 175, 80, 0.25);
  }
}

@keyframes fcGlowUpdated {
  0%,
  100% {
    filter: brightness(1);
    text-shadow: none;
  }
  50% {
    filter: brightness(1.1);
    text-shadow: 0 0 0.45rem rgba(220, 53, 69, 0.35);
  }
}

/* +n 링크를 날짜칸 우하단에 작게 표시 */
.fc .fc-daygrid-day-bottom {
  text-align: right;
}

.fc .fc-daygrid-more-link {
  font-size: 0.72rem;
  font-weight: 500;
}

/* 이미 지난 공판기일(hearing): 상태 표시용 삭선 */
.fc .fc-event.fc-trial-past {
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  text-decoration-color: rgba(255, 255, 255, 0.95);
  opacity: 0.72;
}

.fc .fc-daygrid-day.fc-holiday-kr {
  background-color: rgba(220, 53, 69, 0.12) !important;
}

.fc .fc-daygrid-day.fc-holiday-kr .fc-daygrid-day-number {
  color: #c0392b;
}

[data-bs-theme="dark"] .fc .fc-daygrid-day.fc-holiday-kr {
  background-color: rgba(220, 53, 69, 0.22) !important;
}

.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 1rem;
  padding: 0.5rem 0.25rem;
  background: var(--bs-body-bg);
  border-radius: 0.5rem;
}

.fc .fc-toolbar-title {
  font-size: 1.25rem;
}

/* 호버 시 기일 요약 툴팁 */
.tooltip.fc-event-summary-tooltip .tooltip-inner {
  max-width: min(320px, 90vw);
  text-align: left;
  white-space: pre-line;
  font-size: 0.85rem;
}

[data-bs-theme="dark"] .fc {
  --fc-page-bg-color: var(--bs-body-bg);
  --fc-neutral-bg-color: var(--bs-secondary-bg);
  --fc-border-color: var(--bs-border-color);
  --fc-button-bg-color: var(--bs-secondary);
  --fc-button-text-color: var(--bs-body-color);
}

/* 선고기일(비고정 사건): 연한 초록·작은 불릿·낮은 중요도 */
.fc .fc-event.fc-sentencing-muted,
.fc .fc-daygrid-event.fc-sentencing-muted {
  background-color: #e8f5e9 !important;
  border-color: #b2dfbb !important;
  border-width: 1px !important;
  color: #5d7a65 !important;
  font-weight: 400 !important;
  font-size: 0.72rem !important;
  opacity: 0.92;
}

.fc .fc-event.fc-sentencing-muted .fc-event-title,
.fc .fc-daygrid-event.fc-sentencing-muted .fc-event-title {
  font-weight: 400;
}

.fc .fc-event.fc-sentencing-muted .fc-event-title::before,
.fc .fc-daygrid-event.fc-sentencing-muted .fc-event-title::before {
  content: "• ";
  color: #81c784;
  font-weight: 700;
}

/* 고정 사건 선고기일: 일반 기일과 동일 강조(fc-sentencing-pinned는 색만 상속) */
.fc .fc-event.fc-sentencing-pinned,
.fc .fc-daygrid-event.fc-sentencing-pinned {
  font-size: 0.8rem;
  opacity: 1;
}

.mobile-cal-sentencing-muted {
  border-left-color: #a5d6a7 !important;
  background-color: rgba(232, 245, 233, 0.65) !important;
}

.mobile-cal-sentencing-muted .mobile-cal-time,
.mobile-cal-sentencing-muted .mobile-cal-title {
  color: #5d7a65 !important;
  font-weight: 400 !important;
  font-size: 0.88rem !important;
}

.mobile-cal-sentencing-muted .mobile-cal-title::before {
  content: "• ";
  color: #81c784;
  font-weight: 700;
  margin-right: 0.15rem;
}

/* 항소심: 통지 도착(연한 파랑) · 항소이유서 기한(주황 강조) */
.fc .fc-event.fc-appeal-notice,
.fc .fc-daygrid-event.fc-appeal-notice {
  background-color: #e3f2fd !important;
  border-color: #1976d2 !important;
  color: #0d47a1 !important;
}

.fc .fc-event.fc-appeal-deadline,
.fc .fc-daygrid-event.fc-appeal-deadline {
  background-color: #ffb74d !important;
  border: 2px solid #e65100 !important;
  color: #3e2723 !important;
  font-weight: 600;
}

/* 달력 삭선: 기일·접견·항소이유서 제출기한 수동 표시(자동 없음) */
.fc .fc-event.fc-calendar-struck .fc-event-title,
.fc .fc-event.fc-calendar-struck .fc-event-time,
.fc .fc-daygrid-event.fc-calendar-struck .fc-event-title,
.fc .fc-daygrid-event.fc-calendar-struck .fc-event-time,
.fc .fc-timegrid-event.fc-calendar-struck .fc-event-title,
.fc .fc-timegrid-event.fc-calendar-struck .fc-event-time,
.fc .fc-list-event.fc-calendar-struck .fc-list-event-title,
.fc .fc-list-event.fc-calendar-struck .fc-list-event-time {
  text-decoration: line-through !important;
  text-decoration-thickness: 1.5px;
  opacity: 0.72 !important;
}

.mobile-cal-item.mobile-cal-struck .mobile-cal-title,
.mobile-cal-item.mobile-cal-struck .mobile-cal-time {
  text-decoration: line-through;
  text-decoration-thickness: 1.5px;
  opacity: 0.72;
}

/* 사건 상세 모달 우측 상단 NEW 배지 */
.modal-new-badge-right {
  margin-left: 0.25rem;
  letter-spacing: 0.02em;
}

/* 모바일 종합 달력: 당일·다음·검색 중심 */
@media (max-width: 576px) {
  #pane-calendar {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
}

.mobile-calendar-agenda {
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
}

.mobile-cal-search .card-body {
  padding: 1rem 1.1rem;
}

.mobile-cal-section .mobile-cal-list {
  overflow: hidden;
}

.mobile-cal-item {
  border-left: 3px solid var(--brand-blue, #3498db);
  padding-left: 1rem !important;
}

.mobile-calendar-agenda .mobile-cal-item:not(.mobile-cal-sentencing-muted) {
  /* list-group-item 기본 배경(흰색)을 제거해 가독성 개선 */
  background-color: transparent !important;
  border-color: transparent !important;
  color: var(--bs-body-color) !important;
}

.mobile-calendar-agenda .mobile-cal-item:not(.mobile-cal-sentencing-muted) .text-muted {
  color: var(--bs-body-color) !important;
  opacity: 1 !important;
  font-weight: 600 !important;
}

.mobile-calendar-agenda .mobile-cal-item:not(.mobile-cal-sentencing-muted) .mobile-cal-time,
.mobile-calendar-agenda .mobile-cal-item:not(.mobile-cal-sentencing-muted) .mobile-cal-title {
  color: var(--bs-body-color) !important;
}

.mobile-cal-item:active {
  background-color: var(--bs-secondary-bg);
}

.mobile-fresh-new,
.mobile-fresh-updated {
  position: relative;
}

.mobile-fresh-new::before,
.mobile-fresh-updated::before {
  content: "";
  position: absolute;
  left: 0.35rem;
  top: 0.65rem;
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 999px;
}

.mobile-fresh-new::before {
  background: #4caf50;
  animation: fcPulseNew 1.5s ease-out infinite;
}

.mobile-fresh-updated::before {
  background: #dc3545;
  animation: fcPulseUpdated 0.95s ease-out infinite;
}

.mobile-cal-time {
  min-width: 3.25rem;
  font-variant-numeric: tabular-nums;
  color: var(--bs-body-color);
}

.mobile-cal-next-card .card-body {
  padding: 1rem 1.1rem;
}

.mobile-cal-next-card .card-body {
  background-color: transparent !important;
}

/* text-muted(회색) 가독성 보완 */
.mobile-cal-next-card .text-muted,
.mobile-cal-next-card .card-body.text-muted {
  color: var(--bs-body-color) !important;
  opacity: 1 !important;
  font-weight: 600 !important;
}

@media print {
  body * {
    visibility: hidden !important;
  }
  #caseModal.show,
  #caseModal.show * {
    visibility: visible !important;
  }
  #caseModal.show {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  #caseModal.show .modal-dialog {
    max-width: 100%;
    margin: 0;
  }
}

/* 로그인(대문): 전체 JPG 배경 + 중앙 글래스 로그인 */
body.login-page {
  margin: 0;
  min-height: 100vh;
  min-height: 100dvh;
  overflow-x: hidden;
  font-family: Pretendard, system-ui, sans-serif;
}

.login-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1rem, 4vw, 2rem);
  background-color: #1a252f;
  background-image: url("/static/images/mountain.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

@media (min-width: 1024px) {
  .login-hero {
    background-attachment: fixed;
  }
}

.login-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 85% 70% at 50% 45%, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.5) 100%);
  pointer-events: none;
}

.login-hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 26rem;
}

.login-glass-card {
  padding: clamp(1.5rem, 4vw, 2.25rem);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.32);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(22px) saturate(1.35);
  -webkit-backdrop-filter: blur(22px) saturate(1.35);
}

.login-glass-card .login-brand-line {
  width: 3.5rem;
  height: 3px;
  background: linear-gradient(90deg, #5dade2, rgba(255, 255, 255, 0.35));
  border-radius: 2px;
  margin: 0 auto 1.25rem;
}

.login-glass-title {
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.35;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.login-glass-sub {
  color: rgba(255, 255, 255, 0.78) !important;
}

.login-glass-card .form-label {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 500;
  font-size: 0.9rem;
}

.login-glass-input {
  background: rgba(255, 255, 255, 0.88) !important;
  border: 1px solid rgba(255, 255, 255, 0.45) !important;
  border-radius: 0.5rem;
}

.login-glass-input:focus {
  background: #fff !important;
  border-color: var(--brand-blue) !important;
  box-shadow: 0 0 0 0.2rem rgba(52, 152, 219, 0.25);
}

.login-glass-alert {
  background: rgba(220, 53, 69, 0.92);
  border: none;
  color: #fff;
}

.login-glass-submit {
  border-radius: 0.5rem;
  font-weight: 600;
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
}

/* 사건 상세 모달: PDF와 유사한 테이블 스타일 */
.case-modal-section .table {
  font-size: 0.92rem;
}
.case-modal-label {
  width: 140px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.75);
  background: rgba(52, 152, 219, 0.06);
}
[data-bs-theme="dark"] .case-modal-label {
  color: rgba(255, 255, 255, 0.85);
  background: rgba(52, 152, 219, 0.12);
}
/* 사건 상세 모달 진행내역: 공판기일이 본문에 포함된 행 */
.case-modal-section tr.case-progress-hearing-row td {
  color: #c0392b !important;
  font-weight: 600;
}
[data-bs-theme="dark"] .case-modal-section tr.case-progress-hearing-row td {
  color: #ff6b6b !important;
}

@media (max-width: 576px) {
  .login-glass-title {
    font-size: 1.05rem;
  }
}
