@charset 'UTF-8';
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  font-size: 14px;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  font-family: 'Noto Sans JP', 'Hiragino Sans', 'Yu Gothic UI', sans-serif;
  font-weight: 400;
  line-height: 1.7;
  color: #1E1E1E;
  background: #F7F6F3;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
a {
  color: #8C713B;
  text-decoration: none;
  transition: all 0.18s ease;
}
a:hover {
  color: #B99A5B;
}
img {
  max-width: 100%;
  display: block;
}
ul,
ol {
  list-style: none;
}
table {
  border-collapse: collapse;
  width: 100%;
}
input,
select,
textarea,
button {
  font-family: 'Noto Sans JP', 'Hiragino Sans', 'Yu Gothic UI', sans-serif;
  font-size: inherit;
}
button {
  cursor: pointer;
  border: none;
  background: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.3;
}
#menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 220px;
  height: 100vh;
  background: linear-gradient(180deg, #111417 0%, #0D0F11 100%);
  display: flex;
  flex-direction: column;
  z-index: 300;
  overflow-y: auto;
  overflow-x: hidden;
}
#menu .logo-area {
  padding: 18px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#menu .logo-area .sidebar-logo-img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 64px;
}
#menu #menu-panel {
  flex: 1;
  padding: 8px 0;
}
#menu #menu-panel li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
#menu #menu-panel li a,
#menu #menu-panel li[data-target] {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 18px;
  color: #EDEAE3;
  font-size: 13px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.18s ease;
  white-space: nowrap;
}
#menu #menu-panel li a .nav-icon,
#menu #menu-panel li[data-target] .nav-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #D8D2C7;
  width: 18px;
  flex-shrink: 0;
  transition: all 0.18s ease;
}
#menu #menu-panel li a:hover,
#menu #menu-panel li[data-target]:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}
#menu #menu-panel li a:hover .nav-icon,
#menu #menu-panel li[data-target]:hover .nav-icon {
  color: #B99A5B;
}
#menu #menu-panel li.selected > [data-target],
#menu #menu-panel li a.active {
  background: rgba(185, 154, 91, 0.18);
  color: #D9BF7A;
  border-left: 3px solid #B99A5B;
  padding-left: 15px;
  font-weight: 500;
}
#menu #menu-panel li.selected > [data-target] .nav-icon,
#menu #menu-panel li a.active .nav-icon {
  color: #B99A5B;
}
#menu .nav-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 9px;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  background: #B99A5B;
  color: #fff;
  margin-left: auto;
  flex-shrink: 0;
}
#menu .nav-badge--alert {
  background: #C0392B;
}
#menu .subcategory {
  display: none;
  background: rgba(0, 0, 0, 0.2);
}
#menu .subcategory.active {
  display: block;
}
#menu .subcategory li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}
#menu .subcategory li a {
  padding: 9px 18px 9px 42px;
  font-size: 12.5px;
  color: #AAA49B;
}
#menu .subcategory li a:hover {
  color: #EDEAE3;
}
#menu #backButton {
  display: none;
  width: 100%;
  padding: 9px 18px;
  background: rgba(255, 255, 255, 0.04);
  color: #AAA49B;
  font-size: 12px;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: all 0.18s ease;
}
#menu #backButton:hover {
  color: #EDEAE3;
}
#menu #menu-panel-content.active #backButton {
  display: block;
}
#menu .sidebar-user {
  padding: 13px 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.18s ease;
  flex-shrink: 0;
}
#menu .sidebar-user:hover {
  background: rgba(255, 255, 255, 0.04);
}
#menu .sidebar-user .user-avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #8C713B;
  border: 2px solid #B99A5B;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
}
#menu .sidebar-user .user-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#menu .sidebar-user .user-info {
  flex: 1;
  min-width: 0;
}
#menu .sidebar-user .user-info .user-name {
  font-size: 12px;
  font-weight: 500;
  color: #EDEAE3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#menu .sidebar-user .user-info .user-role {
  font-size: 10.5px;
  color: #AAA49B;
}
#menu .sidebar-footer {
  padding: 10px 16px 12px;
  font-size: 10px;
  color: #AAA49B;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  line-height: 1.9;
  flex-shrink: 0;
}
#menu .sidebar-footer a {
  color: #AAA49B;
}
#menu .sidebar-footer a:hover {
  color: #B99A5B;
}
.topbar {
  display: none;
}
.hamburger {
  display: none;
  width: 36px;
  height: 36px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 8px;
  flex-shrink: 0;
  transition: all 0.18s ease;
}
.hamburger span {
  display: block;
  width: 18px;
  height: 1.5px;
  background: #EDEAE3;
  transition: all 0.18s ease;
}
.hamburger.open span:nth-child(1) {
  transform: rotate(45deg) translate(4px, 4px);
}
.hamburger.open span:nth-child(2) {
  opacity: 0;
}
.hamburger.open span:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -4px);
}
#overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 250;
}
#overlay.active {
  display: block;
}
#content {
  margin-left: 220px;
  padding: 32px 40px 64px;
  max-width: 100%;
  min-height: 100vh;
}
.title-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
  gap: 16px;
  flex-wrap: wrap;
}
.title-block h1,
.title-block h2.title {
  font-size: 26px;
  font-weight: 500;
  color: #1E1E1E;
  letter-spacing: -0.01em;
}
.title-block .title-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.title-block .title-actions .header-search {
  display: flex;
  align-items: center;
  gap: 0;
  background: #FFFFFF;
  border: 1px solid #DDD8D0;
  border-radius: 6px;
  overflow: hidden;
  padding: 0 10px;
}
.title-block .title-actions .header-search input {
  border: none;
  padding: 7px 8px;
  font-size: 13px;
  color: #1E1E1E;
  background: transparent;
  width: 200px;
}
.title-block .title-actions .header-search input:focus {
  outline: none;
}
.title-block .title-actions .header-search input::placeholder {
  color: #9A958D;
}
.title-block .title-actions .header-search .search-icon {
  color: #9A958D;
  font-size: 14px;
}
.title-block .title-actions .header-search .shortcut {
  font-size: 11px;
  color: #9A958D;
  background: #F1EFEB;
  border: 1px solid #E6E2DC;
  border-radius: 4px;
  padding: 2px 5px;
}
section.section,
.card {
  background: #FFFFFF;
  border: 1px solid #E6E2DC;
  border-radius: 12px;
  padding: 20px 24px;
  margin-bottom: 16px;
  box-shadow: 0 8px 24px rgba(17, 20, 23, 0.04);
}
section.section h3,
.card h3,
section.section .sec-h,
.card .sec-h {
  font-size: 15px;
  font-weight: 600;
  color: #1E1E1E;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #E6E2DC;
  letter-spacing: normal;
}
nav#controls {
  margin-bottom: 20px;
}
nav#controls .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}
nav#controls .row:last-child {
  margin-bottom: 0;
}
#CountTotal p {
  font-size: 12px;
  color: #9A958D;
  background: #F1EFEB;
  border: 1px solid #E6E2DC;
  border-radius: 6px;
  padding: 5px 12px;
  display: inline-block;
}
#SearchForm form {
  display: flex;
  align-items: center;
  gap: 6px;
}
#SearchForm form input[type="text"] {
  width: 200px;
}
.filter-card {
  background: #FFFFFF;
  border: 1px solid #E6E2DC;
  border-radius: 12px;
  padding: 20px 24px 16px;
  margin-bottom: 18px;
  box-shadow: 0 8px 24px rgba(17, 20, 23, 0.04);
}
.filter-card .filter-card-body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 16px;
}
.filter-card .filter-card-body .filter-card-col label {
  display: block;
  font-size: 11.5px;
  font-weight: 500;
  color: #6F6A63;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.filter-card .filter-card-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 12px;
  border-top: 1px solid #E6E2DC;
}
.filter-card .filter-card-footer .btn {
  min-width: 120px;
}
.button-group {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 24px;
}
#loadingModal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(17, 20, 23, 0.55);
  z-index: 999;
  align-items: center;
  justify-content: center;
}
#loadingModal.active {
  display: flex;
}
#loadingModal > div {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 28px 36px;
  font-size: 14px;
  color: #1E1E1E;
  border: 1px solid #E6E2DC;
  box-shadow: 0 4px 16px rgba(17, 20, 23, 0.1);
}
.auth-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 24px;
  background: #111417;
}
.auth-content .auth-logo {
  text-align: center;
  margin-bottom: 32px;
}
.auth-content .auth-logo .logo-mark {
  font-family: 'Noto Serif JP', 'Yu Mincho', serif;
  font-size: 28px;
  color: #B99A5B;
}
.auth-content .auth-logo .logo-name {
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #AAA49B;
  text-transform: uppercase;
  margin-top: 5px;
}
.auth-content form {
  width: 100%;
  max-width: 380px;
  background: #FFFFFF;
  border: 1px solid #E6E2DC;
  border-radius: 12px;
  padding: 36px 32px;
  box-shadow: 0 8px 24px rgba(17, 20, 23, 0.04);
}
.auth-content .form-field {
  margin-bottom: 20px;
}
.auth-content label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: #6F6A63;
  margin-bottom: 7px;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}
.auth-content .btn {
  width: 100%;
  justify-content: center;
  margin-top: 8px;
  padding: 12px;
  font-size: 14px;
}
@media (min-width: 901px) and (max-width: 1100px) {
  .filter-card .filter-card-body {
    grid-template-columns: repeat(2, 1fr);
  }
  .title-actions .header-search input {
    width: 150px;
  }
  .table.list-view {
    max-width: calc(100vw - 220px - 40px);
  }
  .form-2col {
    gap: 0 24px;
  }
}
@media (max-width: 900px) {
  .topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 52px;
    background: #111417;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 0 14px;
    z-index: 200;
  }
  .topbar .topbar-logo .topbar-logo-img {
    display: block;
    height: 28px;
    width: auto;
  }
  .topbar .hamburger {
    display: flex;
    position: static;
  }
  #menu {
    transform: translateX(-100%);
    transition: all 0.18s ease;
  }
  #menu.open {
    transform: translateX(0);
  }
  #content {
    margin-left: 0;
    padding: 72px 16px 48px;
  }
  .title-block {
    flex-direction: column;
    align-items: flex-start;
  }
  .title-block h1,
  .title-block h2.title {
    font-size: 26px;
  }
  .filter-card .filter-card-body {
    grid-template-columns: 1fr;
  }
}
.form-section {
  background: #FFFFFF;
  border: 1px solid #E6E2DC;
  border-radius: 12px;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(17, 20, 23, 0.04);
}
.form-section-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px;
  border-bottom: 1px solid #E6E2DC;
  background: #EFE7D6;
  font-weight: 600;
  font-size: 13.5px;
  color: #1E1E1E;
}
.form-section-title {
  font-size: 13px;
  font-weight: 600;
  color: #8C713B;
  margin: 0 0 12px;
  letter-spacing: 0.04em;
}
.form-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 40px;
}
@media (max-width: 900px) {
  .form-2col {
    grid-template-columns: 1fr;
  }
}
.form-grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 24px;
}
@media (max-width: 900px) {
  .form-grid-3 {
    grid-template-columns: 1fr;
  }
}
.table-header {
  width: 100%;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  border-bottom: 1px solid #E6E2DC;
  padding-bottom: 12px;
  margin-bottom: 16px;
}
.table-header h3 {
  font-size: 15px;
  font-weight: 600;
  color: #1E1E1E;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.table-header .total {
  font-size: 13px;
  color: #9A958D;
}
.page-footer-actions {
  position: sticky;
  bottom: 0;
  background: #FFFFFF;
  border-top: 1px solid #E6E2DC;
  padding: 16px 40px;
  margin: 32px -40px -64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  z-index: 50;
}
.page-footer-actions .footer-left {
  display: flex;
  gap: 10px;
}
.page-footer-actions .footer-right {
  display: flex;
  gap: 10px;
}
#menu-panel-content {
  display: none;
  flex: 1;
  flex-direction: column;
}
#menu-panel-content.active {
  display: flex;
}
#menu-panel-content #backButton {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 11px 18px;
  background: rgba(255, 255, 255, 0.06);
  color: #AAA49B;
  font-size: 12.5px;
  font-family: 'Noto Sans JP', 'Hiragino Sans', 'Yu Gothic UI', sans-serif;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  cursor: pointer;
  text-align: left;
  transition: all 0.18s ease;
}
#menu-panel-content #backButton:hover {
  color: #EDEAE3;
  background: rgba(255, 255, 255, 0.1);
}
#menu-panel-content .subcategory {
  display: none;
  padding: 6px 0;
}
#menu-panel-content .subcategory.active {
  display: block;
}
#menu-panel-content .subcategory li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}
#menu-panel-content .subcategory li a {
  display: block;
  padding: 10px 18px 10px 28px;
  font-size: 13px;
  color: #AAA49B;
  transition: all 0.18s ease;
}
#menu-panel-content .subcategory li a:hover {
  color: #EDEAE3;
  background: rgba(255, 255, 255, 0.05);
}
#menu-panel-content .subcategory li a.active {
  color: #D9BF7A;
  border-left: 3px solid #B99A5B;
  padding-left: 25px;
  background: rgba(185, 154, 91, 0.18);
}
.hamburger.hide {
  display: none;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-danger {
  color: #C0392B !important;
}
.text-warning {
  color: #B06C10 !important;
}
.text-notice {
  color: #9a6c00 !important;
}
.text-gold {
  color: #8C713B !important;
}
.text-muted-u {
  color: #9A958D !important;
}
.text-success {
  color: #2FA86B !important;
}
.hidden {
  display: none !important;
}
.d-contents {
  display: contents;
}
.mt-1 {
  margin-top: 4px;
}
.mt-2 {
  margin-top: 8px;
}
.mt-3 {
  margin-top: 12px;
}
.mt-4 {
  margin-top: 16px;
}
.mb-3 {
  margin-bottom: 12px;
}
.mb-4 {
  margin-bottom: 16px;
}
.td-empty {
  text-align: center;
  padding: 32px;
  color: #9A958D;
}
.text-muted-sm {
  font-size: 13px;
  color: var(--text-muted);
}
.text-sub-sm {
  font-size: 13px;
  color: var(--text-sub);
}
.fw-500 {
  font-weight: 500;
}
.w-full {
  width: 100%;
}
.max-w-100 {
  max-width: 100px;
}
.max-w-160 {
  max-width: 160px;
}
.max-w-200 {
  max-width: 200px;
}
.max-w-220 {
  max-width: 220px;
}
.max-w-280 {
  max-width: 280px;
}
.m-0 {
  margin: 0;
}
.ml-1 {
  margin-left: 4px;
}
.ml-2 {
  margin-left: 8px;
}
.ml-auto {
  margin-left: auto;
}
.mb-2 {
  margin-bottom: 8px;
}
.mb-3 {
  margin-bottom: 12px;
}
.mt-5 {
  margin-top: 20px;
}
.fw-600 {
  font-weight: 600;
}
.text-ok {
  color: #2FA86B !important;
}
.text-ng {
  color: #C0392B !important;
}
.link-plain {
  color: var(--text);
  font-weight: 500;
  text-decoration: none;
}
.flex-end {
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
}
.table-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.section-h3 {
  border: none;
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 600;
}
.delete-confirm-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #C0392B;
  cursor: pointer;
}
.delete-confirm-check {
  width: 14px;
  height: 14px;
  accent-color: #C0392B;
}
.flex-row-gap {
  display: flex;
  gap: 8px;
  align-items: center;
}
.two-col-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
}
.section--danger {
  border-color: #C0392B;
}
.th-section-label {
  background: #F7F3EA;
  font-size: 12px;
  color: var(--text-sub);
  padding: 8px 16px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.mb-6 {
  margin-bottom: 24px;
}
.alert-compact {
  margin-bottom: 6px;
  padding: 6px 10px;
  font-size: 13px;
}
.field-error {
  color: #C0392B;
  font-size: 11px;
  display: none;
  margin-top: 3px;
}
.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 10px;
  border-radius: 4px;
  font-size: 10.5px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  min-width: 52px;
}
.badge--success {
  background: #2FA86B;
  color: #FFFFFF;
}
.badge--active {
  background: #2FA86B;
  color: #FFFFFF;
}
.badge--neutral,
.badge--secondary {
  background: #D8D5CF;
  color: #6F6A63;
}
.badge--warning {
  background: #EFE7D6;
  color: #8C713B;
  border: 1px solid #B99A5B;
}
.badge--info {
  background: #dbeafe;
  color: #1d4ed8;
}
.badge--danger {
  background: #FDF0F0;
  color: #C0392B;
}
.message {
  padding: 12px 18px;
  border-radius: 6px;
  font-size: 13.5px;
  margin-bottom: 18px;
  border: 1px solid;
  border-left: 4px solid;
  display: flex;
  align-items: center;
  gap: 8px;
}
.message,
.message.error {
  background: #FDF0F0;
  border-color: rgba(192, 57, 43, 0.25);
  border-left-color: #C0392B;
  color: #C0392B;
}
.message.success {
  background: #EAF5F0;
  border-color: rgba(47, 168, 107, 0.25);
  border-left-color: #2FA86B;
  color: #1f7a4f;
}
p.count,
.count-display {
  font-size: 12px;
  color: #9A958D;
  text-align: right;
  margin-bottom: 8px;
}
.ui-toggle-check {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  color: #6F6A63;
  cursor: pointer;
}
tr.inactive td {
  color: #9A958D !important;
}
.schedule-time {
  color: #8C713B;
  font-size: 12px;
  font-weight: 500;
}
.no-schedule {
  color: #9A958D;
  font-size: 13px;
  padding: 24px 0;
  text-align: center;
}
.status-toggle-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13.5px;
  color: #1E1E1E;
}
.sortable .item {
  cursor: grab;
}
.sortable .item:active {
  cursor: grabbing;
}
.ui-sortable-helper {
  box-shadow: 0 12px 32px rgba(17, 20, 23, 0.14) !important;
  transform: scale(1.02);
}
.ui-sortable-placeholder {
  background: #EFE7D6 !important;
  border: 2px dashed #B99A5B !important;
  border-radius: 10px;
}
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #9A958D;
  margin-bottom: 20px;
}
.breadcrumb a {
  color: #9A958D;
}
.breadcrumb a:hover {
  color: #8C713B;
}
.breadcrumb .sep {
  color: #A09890;
}
.breadcrumb .current {
  color: #6F6A63;
}
.pagination {
  margin-top: 28px;
}
.pagination ul {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.pagination li a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  padding: 0 8px;
  border: 1px solid #DDD8D0;
  border-radius: 6px;
  font-size: 13px;
  color: #6F6A63;
  background: #FFFFFF;
  transition: all 0.18s ease;
  box-shadow: 0 2px 8px rgba(17, 20, 23, 0.08);
}
.pagination li a:hover {
  border-color: #B99A5B;
  color: #8C713B;
  background: #EFE7D6;
}
.pagination li.active a {
  background: #171717;
  border-color: #171717;
  color: #fff;
  font-weight: 500;
  box-shadow: none;
}
.pagination li.first a,
.pagination li.last a,
.pagination li.prev a,
.pagination li.next a {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
/* TOAST */
.toast {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background: #EFE7D6;
  color: #5a4a2a;
  border: 1px solid #E6E2DC;
  padding: 12px 16px;
  border-radius: 6px;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  max-width: 420px;
  min-width: 200px;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.25s, transform 0.25s;
  pointer-events: none;
}
.toast.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.toast--success {
  background: #EFE7D6;
  border-color: #E6E2DC;
  color: #5a4a2a;
}
.toast--error {
  background: #FDF0F0;
  border-color: rgba(192, 57, 43, 0.25);
  color: #C0392B;
}
.toast--warning {
  background: #fdf6e8;
  border-color: #c9aa6a;
  color: #6b4d00;
}
.toast-msg {
  flex: 1;
}
.toast-close {
  background: none;
  border: none;
  color: inherit;
  font-size: 1.1rem;
  line-height: 1;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  flex-shrink: 0;
}
.toast-close:hover {
  opacity: 1;
}
#filterButtons,
#FilterButtons {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.title-line {
  width: 3px;
  height: 24px;
  background: #B99A5B;
  flex-shrink: 0;
  border-radius: 2px;
}
.title-text {
  flex: 1;
  min-width: 0;
}
.title-text .title {
  margin: 0;
}
.title-sub {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  color: #9A958D;
  letter-spacing: 0.04em;
}
.action-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.action-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.action-ops {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 16px;
  font-size: 13px;
  font-family: 'Noto Sans JP', 'Hiragino Sans', 'Yu Gothic UI', sans-serif;
  font-weight: 400;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.18s ease;
  white-space: nowrap;
  text-decoration: none;
  line-height: 1.4;
  border: 1px solid #DDD8D0;
  box-shadow: 0 2px 8px rgba(17, 20, 23, 0.08);
  color: #171717;
  background: #FFFFFF;
}
.btn:hover {
  background: #EFE7D6;
  border-color: #B99A5B;
  color: #8C713B;
}
.btn:active {
  transform: scale(0.98);
}
.btn.active {
  background: #171717;
  border-color: #171717;
  color: #fff;
  box-shadow: none;
}
.btn.active:hover {
  background: #2A2A2A;
  border-color: #2A2A2A;
}
.btn-primary,
button[type="submit"]:not(.btn-accent):not(.btn-danger):not(.btn-success) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 16px;
  font-size: 13px;
  font-family: 'Noto Sans JP', 'Hiragino Sans', 'Yu Gothic UI', sans-serif;
  font-weight: 400;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.18s ease;
  white-space: nowrap;
  text-decoration: none;
  line-height: 1.4;
  border: 1px solid #DDD8D0;
  box-shadow: 0 2px 8px rgba(17, 20, 23, 0.08);
  color: #171717;
  background: #FFFFFF;
  background: #171717;
  border-color: #171717;
  color: #fff;
  font-weight: 500;
}
.btn-primary:hover,
button[type="submit"]:not(.btn-accent):not(.btn-danger):not(.btn-success):hover {
  background: #EFE7D6;
  border-color: #B99A5B;
  color: #8C713B;
}
.btn-primary:active,
button[type="submit"]:not(.btn-accent):not(.btn-danger):not(.btn-success):active {
  transform: scale(0.98);
}
.btn-primary.active,
button[type="submit"]:not(.btn-accent):not(.btn-danger):not(.btn-success).active {
  background: #171717;
  border-color: #171717;
  color: #fff;
  box-shadow: none;
}
.btn-primary.active:hover,
button[type="submit"]:not(.btn-accent):not(.btn-danger):not(.btn-success).active:hover {
  background: #2A2A2A;
  border-color: #2A2A2A;
}
.btn-primary:hover,
button[type="submit"]:not(.btn-accent):not(.btn-danger):not(.btn-success):hover {
  background: #2A2A2A;
  border-color: #2A2A2A;
  color: #fff;
}
.btn-accent {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 16px;
  font-size: 13px;
  font-family: 'Noto Sans JP', 'Hiragino Sans', 'Yu Gothic UI', sans-serif;
  font-weight: 400;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.18s ease;
  white-space: nowrap;
  text-decoration: none;
  line-height: 1.4;
  border: 1px solid #DDD8D0;
  box-shadow: 0 2px 8px rgba(17, 20, 23, 0.08);
  color: #171717;
  background: #FFFFFF;
  border-color: #B99A5B;
  color: #8C713B;
  font-weight: 500;
}
.btn-accent:hover {
  background: #EFE7D6;
  border-color: #B99A5B;
  color: #8C713B;
}
.btn-accent:active {
  transform: scale(0.98);
}
.btn-accent.active {
  background: #171717;
  border-color: #171717;
  color: #fff;
  box-shadow: none;
}
.btn-accent.active:hover {
  background: #2A2A2A;
  border-color: #2A2A2A;
}
.btn-accent:hover {
  background: #F8F3E8;
  border-color: #8C713B;
  color: #8C713B;
}
.btn-success {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 16px;
  font-size: 13px;
  font-family: 'Noto Sans JP', 'Hiragino Sans', 'Yu Gothic UI', sans-serif;
  font-weight: 400;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.18s ease;
  white-space: nowrap;
  text-decoration: none;
  line-height: 1.4;
  border: 1px solid #DDD8D0;
  box-shadow: 0 2px 8px rgba(17, 20, 23, 0.08);
  color: #171717;
  background: #FFFFFF;
  background: #2FA86B;
  border-color: #2FA86B;
  color: #fff;
  box-shadow: none;
}
.btn-success:hover {
  background: #EFE7D6;
  border-color: #B99A5B;
  color: #8C713B;
}
.btn-success:active {
  transform: scale(0.98);
}
.btn-success.active {
  background: #171717;
  border-color: #171717;
  color: #fff;
  box-shadow: none;
}
.btn-success.active:hover {
  background: #2A2A2A;
  border-color: #2A2A2A;
}
.btn-success:hover {
  background: #259158;
  border-color: #259158;
  color: #fff;
}
.btn-danger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 16px;
  font-size: 13px;
  font-family: 'Noto Sans JP', 'Hiragino Sans', 'Yu Gothic UI', sans-serif;
  font-weight: 400;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.18s ease;
  white-space: nowrap;
  text-decoration: none;
  line-height: 1.4;
  border: 1px solid #DDD8D0;
  box-shadow: 0 2px 8px rgba(17, 20, 23, 0.08);
  color: #171717;
  background: #FFFFFF;
  background: transparent;
  border-color: #C0392B;
  color: #C0392B;
  box-shadow: none;
}
.btn-danger:hover {
  background: #EFE7D6;
  border-color: #B99A5B;
  color: #8C713B;
}
.btn-danger:active {
  transform: scale(0.98);
}
.btn-danger.active {
  background: #171717;
  border-color: #171717;
  color: #fff;
  box-shadow: none;
}
.btn-danger.active:hover {
  background: #2A2A2A;
  border-color: #2A2A2A;
}
.btn-danger:hover {
  background: #FDF0F0;
}
.btn-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 16px;
  font-size: 13px;
  font-family: 'Noto Sans JP', 'Hiragino Sans', 'Yu Gothic UI', sans-serif;
  font-weight: 400;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.18s ease;
  white-space: nowrap;
  text-decoration: none;
  line-height: 1.4;
  border: 1px solid #DDD8D0;
  box-shadow: 0 2px 8px rgba(17, 20, 23, 0.08);
  color: #171717;
  background: #FFFFFF;
  background: #2c2c2c;
  border-color: #2c2c2c;
  color: #fff;
  box-shadow: none;
}
.btn-dark:hover {
  background: #EFE7D6;
  border-color: #B99A5B;
  color: #8C713B;
}
.btn-dark:active {
  transform: scale(0.98);
}
.btn-dark.active {
  background: #171717;
  border-color: #171717;
  color: #fff;
  box-shadow: none;
}
.btn-dark.active:hover {
  background: #2A2A2A;
  border-color: #2A2A2A;
}
.btn-dark:hover {
  background: #111;
  border-color: #111;
  color: #fff;
}
.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 16px;
  font-size: 13px;
  font-family: 'Noto Sans JP', 'Hiragino Sans', 'Yu Gothic UI', sans-serif;
  font-weight: 400;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.18s ease;
  white-space: nowrap;
  text-decoration: none;
  line-height: 1.4;
  border: 1px solid #DDD8D0;
  box-shadow: 0 2px 8px rgba(17, 20, 23, 0.08);
  color: #171717;
  background: #FFFFFF;
  background: transparent;
  border-color: #B99A5B;
  color: #8C713B;
}
.btn-outline:hover {
  background: #EFE7D6;
  border-color: #B99A5B;
  color: #8C713B;
}
.btn-outline:active {
  transform: scale(0.98);
}
.btn-outline.active {
  background: #171717;
  border-color: #171717;
  color: #fff;
  box-shadow: none;
}
.btn-outline.active:hover {
  background: #2A2A2A;
  border-color: #2A2A2A;
}
.btn-outline:hover {
  background: #EFE7D6;
}
.btn-sm {
  padding: 5px 11px;
  font-size: 12px;
}
.btn-lg {
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
}
.form-field {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.form-field-label,
label.form-field-label {
  font-size: 12px;
  font-weight: 500;
  color: #6F6A63;
  display: flex;
  align-items: center;
  gap: 5px;
}
.form-control {
  width: 100%;
  padding: 9px 12px;
  font-size: 13.5px;
  font-family: 'Noto Sans JP', 'Hiragino Sans', 'Yu Gothic UI', sans-serif;
  color: #1E1E1E;
  background: #FFFFFF;
  border: 1px solid #DDD8D0;
  border-radius: 6px;
  transition: all 0.18s ease;
  line-height: 1.5;
}
.form-control::placeholder {
  color: #A6A19A;
}
.form-control:focus {
  outline: none;
  border-color: #B99A5B;
  box-shadow: 0 0 0 3px rgba(185, 154, 91, 0.14);
}
.form-control:hover:not(:focus) {
  border-color: #ccc4b8;
}
.form-control.col-20 {
  max-width: 120px;
}
textarea.form-control {
  min-height: 90px;
  resize: vertical;
}
select.form-control {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%239A958D' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 11px center;
  padding-right: 30px;
  cursor: pointer;
}
input.underlined {
  max-width: 100%;
  border: none;
  border-bottom: 1.5px solid #DDD8D0;
  border-radius: 0;
  padding: 9px 0;
  background: transparent;
  width: 100%;
  font-family: 'Noto Sans JP', 'Hiragino Sans', 'Yu Gothic UI', sans-serif;
  font-size: 14px;
  color: #1E1E1E;
  transition: all 0.18s ease;
}
input.underlined:focus {
  outline: none;
  border-bottom-color: #B99A5B;
  box-shadow: none;
}
input.underlined::placeholder {
  color: #9A958D;
}
.form-field.size {
  flex-direction: row;
  align-items: center;
  gap: 14px;
}
.form-field-radios {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}
.input-group {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.required {
  color: #C0392B;
  margin-left: 2px;
  font-size: 11px;
}
input[type="radio"],
input[type="checkbox"] {
  accent-color: #8C713B;
  width: 14px;
  height: 14px;
  cursor: pointer;
}
.ui-toggle-radio {
  display: inline-flex;
  border: 1px solid #DDD8D0;
  border-radius: 6px;
  overflow: hidden;
}
.ui-toggle-radio label {
  padding: 7px 16px;
  font-size: 12.5px;
  cursor: pointer;
  transition: all 0.18s ease;
  color: #6F6A63;
  border-right: 1px solid #DDD8D0;
  display: flex;
  align-items: center;
  gap: 5px;
}
.ui-toggle-radio label:last-child {
  border-right: none;
}
.ui-toggle-radio label input[type="radio"] {
  display: none;
}
.ui-toggle-radio label:has(input:checked) {
  background: #171717;
  color: #fff;
}
.ui-toggle-radio label:hover:not(:has(input:checked)) {
  background: #F1EFEB;
}
.upload-area {
  border: 1.5px dashed #DDD8D0;
  border-radius: 12px;
  padding: 32px 16px;
  text-align: center;
  color: #9A958D;
  font-size: 13px;
  transition: all 0.18s ease;
}
.upload-area:hover {
  border-color: #B99A5B;
  background: #EFE7D6;
}
.upload-area .upload-icon {
  font-size: 24px;
  margin-bottom: 8px;
  color: #9A958D;
}
.upload-area p {
  margin: 4px 0;
}
.upload-area small {
  font-size: 11px;
  color: #9A958D;
}
.image-button {
  display: inline-flex;
  background: none;
  border: 1.5px dashed #DDD8D0;
  border-radius: 6px;
  padding: 10px;
  cursor: pointer;
  transition: all 0.18s ease;
}
.image-button:hover {
  border-color: #B99A5B;
  background: #EFE7D6;
}
.image-button img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.ui-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.ui-toggle input[type="checkbox"] {
  display: none;
}
.ui-toggle .toggle-track {
  width: 44px;
  height: 24px;
  background: #D8D5CF;
  border-radius: 12px;
  position: relative;
  transition: all 0.18s ease;
}
.ui-toggle .toggle-track::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  transition: all 0.18s ease;
}
.ui-toggle input:checked + .toggle-track {
  background: #2c2c2c;
}
.ui-toggle input:checked + .toggle-track::after {
  transform: translateX(20px);
}
.ui-toggle .toggle-text {
  font-size: 14px;
  color: #1E1E1E;
}
@media (max-width: 900px) {
  .form-control {
    max-width: 100%;
  }
  .table.detail-view th {
    width: 110px;
    font-size: 12px;
  }
}
.status-summary {
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  margin-bottom: 20px;
}
.status-cards {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}
@media (max-width: 1200px) {
  .status-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 700px) {
  .status-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
.status-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border: 1px solid #E6E2DC;
  border-radius: 12px;
  padding: 18px 12px 14px;
  text-align: center;
  text-decoration: none;
  color: #1E1E1E;
  transition: all 0.18s ease;
  box-shadow: 0 8px 24px rgba(17, 20, 23, 0.04);
  min-height: 110px;
}
.status-card:hover {
  border-color: #B99A5B;
  box-shadow: 0 4px 16px rgba(17, 20, 23, 0.1);
  transform: translateY(-2px);
}
.status-card--alert {
  border-color: #C0392B;
  background: #FDF0F0;
}
.status-card--alert .status-value {
  color: #C0392B;
}
.status-card__icon {
  font-size: 20px;
  color: #B99A5B;
  margin-bottom: 6px;
}
.status-label {
  font-size: 11px;
  color: #9A958D;
  margin-bottom: 4px;
  letter-spacing: 0.04em;
}
.status-value {
  font-size: 28px;
  font-weight: 600;
  color: #1E1E1E;
  line-height: 1;
}
.status-value span {
  font-size: 13px;
  font-weight: 400;
  color: #6F6A63;
  margin-left: 2px;
}
.status-date {
  font-size: 11px;
  color: #9A958D;
  margin-top: 4px;
}
.dashboard-columns {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 16px;
  align-items: start;
}
.dashboard-columns > * {
  min-width: 0;
}
@media (max-width: 1100px) {
  .dashboard-columns {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .dashboard-columns {
    display: block;
  }
}
.news-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.news-list__item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 0;
  border-bottom: 1px solid #f0ede8;
  cursor: pointer;
}
.news-list__item:last-child {
  border-bottom: none;
}
.news-list__date {
  font-size: 12px;
  color: #9A958D;
  flex-shrink: 0;
}
.news-list__title {
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  min-width: 0;
}
.news-list__draft {
  font-size: 11px;
  color: #fff;
  background: #aaa;
  border-radius: 3px;
  padding: 1px 5px;
  flex-shrink: 0;
}
.news-list__empty {
  padding: 12px 0;
  color: #9A958D;
  font-size: 13px;
}
@media (max-width: 767px) {
  .dashboard-col-side .section {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .dashboard-col-side .section::-webkit-scrollbar {
    display: none;
  }
  .dashboard-col-side .news-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    width: max-content;
  }
  .dashboard-col-side .news-list__item {
    flex-direction: column;
    align-items: flex-start;
    width: 70vw;
    padding: 10px 12px;
    border: 1px solid #f0ede8;
    border-bottom: 1px solid #f0ede8;
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
  }
  .dashboard-col-side .news-list__title {
    white-space: normal;
    overflow: hidden;
    text-overflow: unset;
    font-size: 12px;
    line-height: 1.5;
    width: 100%;
  }
}
.table {
  width: 100%;
  overflow-x: auto;
}
.table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13.5px;
}
.table th,
.table td {
  text-align: left;
  vertical-align: middle;
}
.table.list-view table {
  min-width: 1200px;
}
@media (max-width: 900px) {
  .table.list-view {
    max-width: calc(100vw - 32px);
  }
}
.table.list-view thead th {
  font-size: 11.5px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #4A4640;
  background: #F1EFEB;
  padding: 10px 16px;
  border-bottom: 2px solid #E7E2DA;
  white-space: nowrap;
}
.table.list-view tbody td {
  padding: 11px 16px;
  border-bottom: 1px solid #E7E2DA;
  color: #1E1E1E;
}
.table.list-view tbody tr:nth-child(even) td {
  background: #FBFAF8;
}
.table.list-view tbody tr:hover td {
  background: #F7F3EA !important;
}
.table.list-view tbody tr:last-child td {
  border-bottom: none;
}
.table.detail-view table {
  border: 1px solid #E7E2DA;
}
.table.detail-view th {
  width: 20%;
  font-size: 13px;
  font-weight: 500;
  color: #6F6A63;
  background: #F1EFEB;
  padding: 13px 16px;
  vertical-align: middle;
  border-bottom: 1px solid #E7E2DA;
  border-right: 1px solid #E7E2DA;
  white-space: nowrap;
}
.table.detail-view td {
  width: 80%;
  padding: 11px 16px;
  border-bottom: 1px solid #E7E2DA;
  background: #FFFFFF;
  vertical-align: middle;
}
.table.detail-view tr:last-child th,
.table.detail-view tr:last-child td {
  border-bottom: none;
}
.table.detail-view .form-control {
  max-width: 100%;
}
.table.detail-view .form-field {
  margin-bottom: 0;
}
.castList {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(105px, 1fr));
  gap: 12px;
  margin-top: 4px;
}
.castList .item {
  position: relative;
  border: 1px solid #E6E2DC;
  border-radius: 10px;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0 8px 24px rgba(17, 20, 23, 0.04);
  transition: all 0.18s ease;
}
.castList .item:hover {
  border-color: #B99A5B;
  box-shadow: 0 4px 16px rgba(17, 20, 23, 0.1);
  transform: translateY(-2px);
}
.castList .item a {
  display: block;
  color: #1E1E1E;
  text-decoration: none;
}
.castList .item img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  display: block;
}
.castList .item .id {
  display: none;
}
.castList .item .name {
  display: block;
  font-size: 12px;
  font-weight: 500;
  padding: 7px 9px 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.castList .item .next-work-date,
.castList .item .schedule-time {
  display: block;
  font-size: 11px;
  color: #8C713B;
  padding: 0 9px 4px;
  font-weight: 500;
}
.castList .item .last-work-days {
  display: block;
  font-size: 10.5px;
  padding: 0 9px 6px;
  color: #9A958D;
}
.castList .item .new-label {
  position: absolute;
  top: 7px;
  left: 7px;
  background: #B99A5B;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  padding: 2px 7px;
  border-radius: 4px;
  letter-spacing: 0.04em;
}
.thumb-checkbox {
  position: absolute;
  top: 7px;
  right: 7px;
  z-index: 10;
}
#bannerList {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.banner-item {
  position: relative;
  border: 1px solid #E6E2DC;
  border-radius: 6px;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0 8px 24px rgba(17, 20, 23, 0.04);
  transition: all 0.18s ease;
}
.banner-item:hover {
  border-color: #B99A5B;
  box-shadow: 0 4px 16px rgba(17, 20, 23, 0.1);
}
.banner-item img {
  display: block;
  width: 240px;
  height: auto;
}
.banner-item .actions {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(17, 20, 23, 0.88);
  display: flex;
  gap: 6px;
  padding: 10px;
  opacity: 0;
  transition: all 0.18s ease;
}
.banner-item .actions .btn {
  font-size: 11.5px;
  padding: 4px 10px;
  background: rgba(255, 255, 255, 0.92);
  border: none;
  color: #1E1E1E;
  box-shadow: none;
}
.banner-item .actions .btn:hover {
  background: #EFE7D6;
  color: #8C713B;
}
.banner-item:hover .actions {
  opacity: 1;
}
.calendar-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 10px 0 14px;
}
.calendar-nav h3 {
  font-size: 28px !important;
  font-weight: 600;
  color: #1E1E1E;
  letter-spacing: 0.04em;
  margin: 0;
}
.calendar-nav .current-month {
  font-size: 15px;
  font-weight: 500;
  color: #1E1E1E;
  letter-spacing: 0.02em;
}
.calendar-nav a {
  color: #6F6A63;
  font-size: 13px;
  transition: all 0.18s ease;
}
.calendar-nav a:hover {
  color: #8C713B;
}
.calendar-table {
  width: 100%;
  border-collapse: collapse;
}
.calendar-table th {
  padding: 9px;
  font-size: 11.5px;
  font-weight: 500;
  color: #4A4640;
  border-bottom: 2px solid #E6E2DC;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.calendar-table td {
  border: 1px solid #E6E2DC;
  padding: 0;
  vertical-align: top;
}
.calendar-table td.empty {
  background: #F7F6F3;
}
.calendar-table td a {
  display: block;
  padding: 7px 9px;
  color: #1E1E1E;
  min-height: 56px;
  transition: all 0.18s ease;
}
.calendar-table td a:hover {
  background: #EFE7D6;
}
.calendar-table td.today a {
  background: rgba(185, 154, 91, 0.1);
  border: 1px solid #B99A5B;
}
.calendar-table td.selected a {
  background: #171717;
  color: #fff;
}
.calendar-table td.sunday .date {
  color: #C0392B;
}
.calendar-table td.saturday .date {
  color: #1f6eb5;
}
.calendar-table .date {
  font-size: 13px;
  font-weight: 500;
  display: block;
}
.calendar-table .working-count {
  font-size: 11px;
  color: #9A958D;
}
@media (max-width: 900px) {
  .castList {
    grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
    gap: 8px;
  }
}
.basic-info-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}
.field-row {
  display: flex;
  align-items: center;
  min-height: 46px;
  border-bottom: 1px solid #E6E2DC;
  padding: 10px 0;
}
.field-row:last-child {
  border-bottom: none;
}
.field-row .field-label {
  width: 140px;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 500;
  color: #6F6A63;
  padding-right: 16px;
}
.field-row .field-input {
  flex: 1;
  font-size: 14px;
}
.field-row .field-input .form-control {
  max-width: 100%;
  font-size: 14px;
}
.field-row .field-input .input-group {
  flex-wrap: nowrap;
}
.field-row .field-input .form-field-label {
  font-size: 14px;
  font-weight: 500;
  color: #1E1E1E;
}
.photo-panel {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.photo-panel .photo-label {
  font-size: 13px;
  font-weight: 500;
  color: #6F6A63;
  margin-bottom: 2px;
}
.photo-panel #imageList {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.photo-panel .image-item {
  border: 1px solid #E6E2DC;
  border-radius: 8px;
  overflow: visible;
  background: #FFFFFF;
  box-shadow: 0 8px 24px rgba(17, 20, 23, 0.04);
  width: 100%;
}
.photo-panel .image-item img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  display: block;
  border-radius: 8px 8px 0 0;
}
.photo-panel .image-item.inactive {
  opacity: 0.45;
}
.photo-panel .image-item .image-item-actions {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 6px;
  background: #FFFFFF;
  border-radius: 0 0 8px 8px;
}
.photo-panel .image-toggle {
  display: flex;
  align-items: center;
  gap: 4px;
}
.photo-panel .image-toggle .toggle-track {
  flex-shrink: 0;
  width: 36px;
  height: 22px;
}
.photo-panel .image-toggle .toggle-text {
  font-size: 10px;
  white-space: nowrap;
  color: #6F6A63;
}
.comment-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
}
@media (max-width: 767px) {
  .comment-grid {
    grid-template-columns: 1fr;
  }
}
.photo-row {
  display: flex;
  gap: 10px;
  align-items: start;
}
@media (max-width: 767px) {
  .photo-row {
    flex-direction: column;
  }
  .photo-row #dropArea {
    width: 100%;
  }
}
.photo-panel #dropArea {
  flex: 1;
}
.photo-panel #imageList {
  width: 25%;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .photo-panel #imageList {
    width: 100%;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
}
.photo-drop-zone {
  border: 1.5px dashed #DDD8D0;
  border-radius: 6px;
  padding: 32px 24px;
  text-align: center;
  color: #9A958D;
  font-size: 13px;
  transition: all 0.18s ease;
  cursor: pointer;
  background: #FFFFFF;
}
.photo-drop-zone:hover {
  border-color: #B99A5B;
  background: #EFE7D6;
}
.photo-drop-zone .drop-icon {
  font-size: 32px;
  margin-bottom: 12px;
  display: block;
  color: #9A958D;
}
.photo-drop-zone p {
  margin: 4px 0;
}
.photo-drop-zone .select-btn {
  display: inline-block;
  margin-top: 12px;
  padding: 7px 20px;
  border: 1px solid #DDD8D0;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  color: #1E1E1E;
  background: #FFFFFF;
  cursor: pointer;
  transition: all 0.18s ease;
}
.photo-drop-zone .select-btn:hover {
  border-color: #B99A5B;
  color: #8C713B;
}
.photo-drop-zone .size-hint {
  font-size: 11.5px;
  color: #9A958D;
  margin-top: 10px;
}
.photo-drop-zone.add-image {
  width: 280px;
}
#weekly {
  margin-bottom: 18px;
}
#weekly ul {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  padding-bottom: 2px;
}
#weekly li a {
  display: block;
  padding: 7px 14px;
  font-size: 12.5px;
  border: 1px solid #DDD8D0;
  border-radius: 6px;
  color: #6F6A63;
  background: #FFFFFF;
  white-space: nowrap;
  transition: all 0.18s ease;
  box-shadow: 0 2px 8px rgba(17, 20, 23, 0.08);
}
#weekly li a:hover {
  border-color: #B99A5B;
  color: #8C713B;
  background: #EFE7D6;
}
#weekly li a.active,
#weekly li a.btn.active {
  background: #171717;
  border-color: #171717;
  color: #fff;
  box-shadow: none;
}
#imageList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}
.image-item {
  position: relative;
  border: 1px solid #E6E2DC;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(17, 20, 23, 0.04);
}
.image-item img {
  width: 130px;
  height: auto;
  display: block;
}
.image-item .handle {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 5px 8px;
  background: #F1EFEB;
  border-bottom: 1px solid #E6E2DC;
  font-size: 11.5px;
}
.image-item.inactive {
  opacity: 0.45;
}
@media (max-width: 900px) {
  .basic-info-layout {
    grid-template-columns: 1fr !important;
  }
  .field-row .field-label {
    width: 100px;
  }
  .be-layout {
    grid-template-columns: 1fr !important;
  }
  .news-edit-layout {
    grid-template-columns: 1fr !important;
  }
}
.be-tabs {
  display: flex;
  border-bottom: 1px solid #E6E2DC;
  margin-bottom: 24px;
}
.be-tab {
  padding: 11px 28px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  border: 1px solid transparent;
  border-bottom: none;
  margin-bottom: -1px;
  border-radius: 6px 6px 0 0;
  color: #6F6A63;
  background: transparent;
  text-decoration: none;
  display: block;
}
.be-tab.active {
  border-color: #E6E2DC;
  background: #FFFFFF;
  color: #1E1E1E;
}
.be-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
}
.be-preview-box {
  background: #FFFFFF;
  border: 1px solid #E6E2DC;
  border-radius: 10px;
  padding: 24px;
}
.be-preview-box h4 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #1E1E1E;
}
.be-img-wrap {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #E6E2DC;
  margin-bottom: 16px;
  background: #F7F6F3;
}
.be-img-wrap img {
  width: 100%;
  display: block;
}
.be-action-row {
  display: flex;
  gap: 10px;
}
.be-action-row .btn {
  width: 25%;
  padding: 8px 0;
  font-size: 13px;
  text-align: center;
}
.be-meta {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.be-info-bar {
  background: #fffbf3;
  border: 1px solid #EFE7D6;
  border-left: 4px solid #B99A5B;
  border-radius: 6px;
  padding: 10px 14px;
  font-size: 13px;
  color: #6F6A63;
  margin-bottom: 20px;
}
.bl-tabs {
  display: flex;
  border-bottom: 1px solid #E6E2DC;
  margin-bottom: 6px;
}
.bl-tab {
  padding: 11px 28px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  border: 1px solid transparent;
  border-bottom: none;
  margin-bottom: -1px;
  border-radius: 6px 6px 0 0;
  color: #6F6A63;
  text-decoration: none;
  display: block;
}
.bl-tab.active {
  border-color: #E6E2DC;
  background: #FFFFFF;
  color: #1E1E1E;
}
.bl-tab-desc {
  font-size: 13px;
  color: #9A958D;
  margin: 10px 0 20px;
}
.bl-list-head {
  font-size: 14px;
  font-weight: 600;
  color: #1E1E1E;
  margin-bottom: 12px;
}
.bl-list-head span {
  color: #B99A5B;
}
.bl-thumb {
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid #E6E2DC;
  display: block;
}
.bl-thumb-pc {
  width: 160px;
  height: 90px;
}
.bl-thumb-sp {
  width: 90px;
  height: 90px;
}
.bl-no-img {
  background: #F1EFEB;
  border-radius: 4px;
  border: 1px solid #E6E2DC;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: #9A958D;
}
.bl-no-img-pc {
  width: 160px;
  height: 90px;
}
.bl-no-img-sp {
  width: 90px;
  height: 90px;
}
.bl-ops {
  display: flex;
  align-items: center;
  gap: 6px;
}
.drag-handle {
  display: inline-block;
  width: 12px;
  height: 20px;
  background-image: radial-gradient(circle, #999 1.2px, transparent 1.2px);
  background-size: 4px 4px;
  cursor: grab;
  user-select: none;
  vertical-align: middle;
}
.sortable .item {
  cursor: grab;
}
.sortable .item .drag-handle {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 12px;
  height: 12px;
  background-image: radial-gradient(circle, #000 1.2px, transparent 1.2px);
  background-size: 4px 4px;
  opacity: 0;
  transition: all 0.18s ease;
  z-index: 20;
  pointer-events: none;
}
.sortable .item:hover .drag-handle {
  opacity: 1;
}
.therapistList {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(105px, 1fr));
  gap: 12px;
  margin-top: 4px;
}
.therapistList .item {
  position: relative;
  border: 1px solid #E6E2DC;
  border-radius: 10px;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0 8px 24px rgba(17, 20, 23, 0.04);
  transition: all 0.18s ease;
}
.therapistList .item:hover {
  border-color: #B99A5B;
  box-shadow: 0 4px 16px rgba(17, 20, 23, 0.1);
  transform: translateY(-2px);
}
.therapistList .item a {
  display: block;
  color: #1E1E1E;
  text-decoration: none;
}
.therapistList .item img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  display: block;
}
.therapistList .item .name {
  display: block;
  font-size: 12px;
  font-weight: 500;
  padding: 7px 9px 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.therapistList .item .next-work-date,
.therapistList .item .entry-date {
  display: block;
  font-size: 11px;
  color: #8C713B;
  padding: 0 9px 4px;
  font-weight: 500;
  text-align: center;
}
.stat-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.stat-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #F7F3EA;
  border: 1px solid #E6E2DC;
  border-radius: 20px;
  padding: 6px 14px;
  font-size: 13px;
  color: #6F6A63;
}
.stat-chip.muted {
  background: #F1EFEB;
}
.stat-chip .stat-icon {
  color: #B99A5B;
}
.stat-chip strong {
  color: #1E1E1E;
  font-weight: 600;
}
.sort-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #FFFFFF;
  border: 1px solid #E6E2DC;
  border-radius: 10px;
  padding: 12px 18px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.sort-bar-label {
  font-size: 13.5px;
  color: #6F6A63;
  flex: 1;
  min-width: 160px;
}
.badge-sorting {
  background: #EFE7D6;
  color: #B99A5B;
  border: 1px solid #B99A5B;
  border-radius: 20px;
  padding: 3px 12px;
  font-size: 12px;
  font-weight: 600;
}
.sort-bar-actions {
  display: flex;
  gap: 8px;
  margin-left: auto;
}
.thumb-checkbox {
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 30;
  display: none;
}
.therapistList.show-checkboxes .thumb-checkbox {
  display: block;
}
.therapistList.show-checkboxes .drag-handle {
  display: none;
}
.thumb-select {
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: #B99A5B;
}
#toggleSelect.active {
  background: #B99A5B;
  color: #fff;
  border-color: #B99A5B;
}
.therapistList .ui-sortable-placeholder {
  border: none !important;
  border-radius: 5px;
  background: #EFE7D6;
  visibility: visible !important;
}
.therapistList .item .new-label {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  z-index: 2;
  background: #B99A5B;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 0 0 0 4px;
  letter-spacing: 0.05em;
}
#hotel-image-wrap {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 4px;
}
#hotel-image-wrap .image-item {
  width: 130px;
  flex-shrink: 0;
  border: 1px solid #E6E2DC;
  border-radius: 6px;
  overflow: hidden;
}
#hotel-image-wrap .image-item img {
  width: 130px !important;
  height: auto !important;
  aspect-ratio: auto !important;
  object-fit: unset !important;
  display: block !important;
  max-width: none !important;
}
#hotel-image-wrap .image-item .image-item-actions {
  display: flex;
  flex-direction: column;
  gap: 0;
  background: #F1EFEB;
  border-top: 1px solid #E6E2DC;
}
#hotel-image-wrap .image-item .image-toggle-row {
  padding: 6px 8px;
  border-bottom: 1px solid #E6E2DC;
  display: flex;
  justify-content: center;
}
#hotel-image-wrap .image-item .image-toggle-row .ui-toggle {
  gap: 6px;
}
#hotel-image-wrap .image-item .image-toggle-row .toggle-text {
  font-size: 12px;
}
#hotel-image-wrap .image-item .image-item-btns {
  padding: 6px 8px;
}
.hotel-thumb {
  width: 110px;
  height: 48px;
  border-radius: 3px;
  overflow: hidden;
  background: #F1EFEB;
  display: inline-block;
  flex-shrink: 0;
}
.hotel-thumb img {
  width: 110px !important;
  height: 48px !important;
  max-width: none !important;
  object-fit: cover;
  object-position: center;
  display: block;
}
.hotel-thumb--empty {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #c8c3bb;
  font-size: 20px;
}
.hotel-actions {
  display: flex;
  gap: 6px;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
}
.news-edit-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 20px;
  align-items: start;
}
@media (max-width: 900px) {
  .news-edit-layout {
    grid-template-columns: 1fr;
  }
}
.news-edit-main {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.news-edit-side {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.news-img-wrap {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #E6E2DC;
  margin-bottom: 10px;
  background: #F7F6F3;
}
.news-img-wrap img {
  width: 100%;
  display: block;
}
.news-img-actions {
  display: flex;
  gap: 8px;
  margin-bottom: 4px;
}
.news-img-actions .btn {
  flex: 1;
  font-size: 12px;
  padding: 6px 0;
  text-align: center;
}
.news-thumb {
  width: 80px;
  height: 50px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid #E6E2DC;
  display: block;
}
.news-no-img {
  width: 80px;
  height: 50px;
  background: #F1EFEB;
  border-radius: 4px;
  border: 1px solid #E6E2DC;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c8c3bb;
  font-size: 18px;
}
.pager-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid #E6E2DC;
}
.pager-info {
  font-size: 13px;
  color: #9A958D;
}
.pagination ul {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  border: 1px solid #E6E2DC;
  border-radius: 6px;
  font-size: 13.5px;
  color: #1E1E1E;
  background: #FFFFFF;
  text-decoration: none;
  transition: all 0.18s ease;
}
.pagination ul li a:hover {
  border-color: #B99A5B;
  color: #B99A5B;
}
.pagination ul li.active a {
  background: #B99A5B;
  color: #fff;
  border-color: #B99A5B;
  font-weight: 600;
}
body#schedule .castList {
  grid-template-columns: repeat(12, 1fr);
}
@media (max-width: 900px) {
  body#schedule .castList {
    grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
    gap: 8px;
  }
}
#calendar {
  width: 100%;
}
#calendar table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
#calendar table th {
  background: #1a1a1a;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding: 10px 0;
  text-align: center;
  border: 1px solid #444;
}
#calendar table td {
  border: 1px solid #E6E2DC;
  vertical-align: top;
  width: calc(100% / 7);
  padding: 10px;
}
#calendar table .calendar-day {
  height: 120px;
}
#calendar table .empty-day {
  height: 120px;
  background: #fafafa;
}
#calendar table .today {
  background: #fffbf0;
}
#calendar table .date {
  padding: 4px 8px 2px;
  font-size: 13px;
  font-weight: 600;
  color: #1E1E1E;
  text-align: right;
}
#calendar table .today .date {
  color: #B99A5B;
}
#calendar table .schedule-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  padding: 4px 6px;
  cursor: pointer;
  font-size: 12px;
  color: #444;
  transition: all 0.18s ease;
}
#calendar table .schedule-cell:hover {
  background: rgba(185, 154, 91, 0.08);
}
#calendar table .schedule-cell.schedule-registered {
  background: linear-gradient(135deg, #f5efe0 0%, #ede0c4 100%);
}
#calendar table .schedule-cell .sch-time {
  font-size: 12px;
  font-weight: 600;
  color: #8C713B;
  text-align: center;
  letter-spacing: 0.03em;
}
#calendar table .schedule-cell.status-1 {
  background: #fff8e0;
  color: #8a6d00;
}
#calendar table .schedule-cell.status-2 {
  background: #f5f5f5;
  color: #999;
}
#calendar table .schedule-cell.status-3 {
  background: #fff0e8;
  color: #a04020;
}
#calendar table .schedule-cell.status-4 {
  background: #f0f0ff;
  color: #4040a0;
}
#calendar table .schedule-cell.status-5,
#calendar table .schedule-cell.status-6,
#calendar table .schedule-cell.status-7 {
  background: #fde;
  color: #a00;
}
.dialog {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dialog > div {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 28px 32px;
  width: 360px;
  max-width: 95vw;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.18);
  position: relative;
}
.dialog .close-btn {
  position: absolute;
  top: 14px;
  right: 18px;
  font-size: 22px;
  color: #9A958D;
  cursor: pointer;
  line-height: 1;
}
.dialog .close-btn:hover {
  color: #1E1E1E;
}
.dialog .cast-name {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 18px;
  padding-right: 24px;
  grid-column: 1 / -1;
}
.dialog form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 16px;
}
.dialog .form-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.dialog .form-field.full-width {
  grid-column: 1 / -1;
}
.dialog .form-field-label {
  font-size: 12px;
  color: #6F6A63;
  font-weight: 500;
}
.dialog .dialog-btns {
  grid-column: 1 / -1;
  display: flex;
  gap: 8px;
  margin-top: 4px;
}
.dialog #saveSchedule {
  flex: 1;
  padding: 10px;
  background: #171717;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.18s ease;
}
.dialog #saveSchedule:hover {
  background: #2A2A2A;
}
.dialog #removeSchedule {
  flex: 1;
  background: #FFFFFF;
  color: #C0392B;
  border: 1px solid #C0392B;
  border-radius: 6px;
  padding: 10px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.18s ease;
}
.dialog #removeSchedule:hover {
  background: #FDF0F0;
}
.data-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.data-table thead tr {
  background: #EFE7D6;
}
.data-table th {
  padding: 10px 14px;
  font-size: 11.5px;
  font-weight: 600;
  color: #4A4640;
  text-align: center;
  border-bottom: 1px solid #E7E2DA;
  white-space: nowrap;
}
.data-table td {
  padding: 12px 14px;
  border-bottom: 1px solid #E7E2DA;
  color: #1E1E1E;
  vertical-align: middle;
  text-align: center;
}
.data-table tbody tr:last-child td {
  border-bottom: none;
}
.data-table tbody tr:nth-child(even) td {
  background: rgba(0, 0, 0, 0.025);
}
.data-table tbody tr:hover td {
  background: rgba(185, 154, 91, 0.06);
}
.card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 20px;
  border-bottom: 1px solid #E6E2DC;
  background: #EFE7D6;
}
.schedule-cell .newcomer {
  color: #C0392B;
  font-weight: bold;
  font-size: 12px;
}
.schedule-description span:last-child {
  color: #C0392B;
}
.working-mark {
  color: #2FA86B;
  font-weight: bold;
  margin-right: 5px;
}
.login-error {
  background: #FDF0F0;
  color: #C0392B;
  font-size: 12px;
  padding: 10px 14px;
  border-radius: 6px;
  margin-bottom: 18px;
}
.form-field {
  margin-bottom: 18px;
}
.form-label {
  display: block;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.14em;
  color: #B99A5B;
  margin-bottom: 7px;
}
.form-input {
  width: 100%;
  padding: 12px 14px;
  font-size: 14px;
  background: #fff;
  border: 1px solid #DDD8D0;
  border-radius: 6px;
  color: #1E1E1E;
  outline: none;
  transition: all 0.18s ease;
  font-family: inherit;
  box-sizing: border-box;
}
.form-input::placeholder {
  color: #9A958D;
}
.form-input:focus {
  border-color: #B99A5B;
}
.login-btn {
  display: block;
  width: 100%;
  margin-top: 24px;
  padding: 14px;
  background: #171717;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  letter-spacing: 0.12em;
  cursor: pointer;
  transition: all 0.18s ease;
  font-family: inherit;
}
.login-btn:hover {
  background: #2A2A2A;
}
.logout-note {
  font-size: 12px;
  color: #9A958D;
  letter-spacing: 0.05em;
  margin-bottom: 32px;
  margin-top: 0;
}
.logout-link {
  display: inline-block;
  padding: 12px 32px;
  background: #171717;
  color: #fff;
  border-radius: 6px;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: all 0.18s ease;
}
.logout-link:hover {
  background: #2A2A2A;
}
