.shift-settings[data-v-378e6b40] {
  margin: 16px;
  color: #1f2329;
}
.shift-settings .page-panel[data-v-378e6b40],
.shift-settings .shift-card[data-v-378e6b40] {
  background: #fff;
}
.shift-settings .page-panel[data-v-378e6b40] {
  min-height: calc(100vh - 220px);
  padding: 0;
}
.shift-settings .card-toolbar[data-v-378e6b40],
.shift-settings .time-row[data-v-378e6b40],
.shift-settings .color-options[data-v-378e6b40],
.shift-settings .modal-actions[data-v-378e6b40] {
  display: flex;
  align-items: center;
}
.shift-settings .card-toolbar[data-v-378e6b40] {
  justify-content: space-between;
  min-height: 64px;
  padding: 0 20px;
  border-bottom: 1px solid #edf0f4;
}
.shift-settings .card-title[data-v-378e6b40] {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 20px;
}
.shift-settings .card-title .card-help[data-v-378e6b40] {
  margin: 0 0 0 8px;
  color: #86909c;
  cursor: help;
}
.shift-settings .shift-badge[data-v-378e6b40] {
  display: inline-flex;
  align-items: center;
  min-width: 54px;
  justify-content: center;
  padding: 3px 10px;
  border: 1px solid;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 500;
}
[data-v-378e6b40] .shift-search-form.search-form-wrapper {
  margin-bottom: 12px !important;
}
[data-v-378e6b40] .shift-table .ant-table-thead > tr > th {
  background: #fafbfd;
  color: #4e5969;
  font-weight: 500;
}
[data-v-378e6b40] .shift-table .ant-table-tbody > tr:hover > td {
  background: #f8fbff;
}
[data-v-378e6b40] .shift-table .delete-action-button,[data-v-378e6b40] .shift-table .delete-action-button:hover,[data-v-378e6b40] .shift-table .delete-action-button:focus,[data-v-378e6b40] .shift-table .delete-action-button:active {
  background: #f5222d !important;
  border-color: #f5222d !important;
}
[data-v-378e6b40] .shift-table .edit-action-button,[data-v-378e6b40] .shift-table .edit-action-button:hover,[data-v-378e6b40] .shift-table .edit-action-button:focus,[data-v-378e6b40] .shift-table .edit-action-button:active {
  background: #ff5a36 !important;
  border-color: #ff5a36 !important;
}
[data-v-378e6b40] .shift-form-modal .ant-modal-content,[data-v-378e6b40] .shift-delete-modal .ant-modal-content,[data-v-378e6b40] .shift-impact-modal .ant-modal-content,[data-v-378e6b40] .shift-conflict-modal .ant-modal-content {
  overflow: hidden;
  border-radius: 16px;
}
[data-v-378e6b40] .shift-form-modal .ant-modal-body,[data-v-378e6b40] .shift-delete-modal .ant-modal-body,[data-v-378e6b40] .shift-impact-modal .ant-modal-body,[data-v-378e6b40] .shift-conflict-modal .ant-modal-body {
  padding: 0;
}
.modal-titlebar[data-v-378e6b40] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 54px;
  padding: 0 24px;
  background: #fff;
  border-bottom: 1px solid #f0f2f5;
  color: #1f2329;
  font-size: 16px;
}
.modal-titlebar strong[data-v-378e6b40] {
  font-size: 22px;
  font-weight: 600;
  transform: translateY(4px);
}
.modal-close[data-v-378e6b40] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  cursor: pointer;
}
.modal-close[data-v-378e6b40] {
  width: 24px;
  height: 24px;
  border-radius: 3px;
  background: #f2f3f5;
  color: #86909c;
}
.modal-close[data-v-378e6b40]:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}
.shift-form[data-v-378e6b40] {
  padding: 1px 26px 1px;
}
.shift-form[data-v-378e6b40]  .has-limit-warning {
  margin-bottom: 8px;
}
.shift-form[data-v-378e6b40]  .field-limit-warning {
  margin: 2px 0 0;
  color: #f5222d !important;
  font-size: 12px;
  line-height: 18px;
}
.time-row[data-v-378e6b40] {
  display: flex;
  align-items: center;
  gap: 16px;
}
.time-row .ant-form-item[data-v-378e6b40] {
  width: 50%;
}
.time-row .ant-time-picker[data-v-378e6b40] {
  width: 100%;
}
[data-v-378e6b40] .shift-form .ant-form-item-label > label::after {
  display: none;
}
[data-v-378e6b40] .shift-form .ant-form-item-required::before {
  color: #f5222d;
}
[data-v-378e6b40] .shift-form .ant-time-picker-icon,[data-v-378e6b40] .shift-form .ant-time-picker-icon .ant-time-picker-clock-icon {
  color: rgba(0, 0, 0, 0.45);
}
.color-field[data-v-378e6b40] {
  margin-bottom: 20px;
}
.color-options[data-v-378e6b40] {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  min-height: 31px;
}
.color-option[data-v-378e6b40] {
  width: 25px;
  height: 25px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--swatch-color);
  cursor: pointer;
  transition: transform 0.16s ease;
}
.color-option[data-v-378e6b40]:hover {
  transform: scale(1.1);
}
.color-option[data-v-378e6b40]:focus {
  outline: 2px solid rgba(24, 144, 255, 0.35);
  outline-offset: 2px;
}
.color-option.selected[data-v-378e6b40] {
  box-shadow: 0 0 0 3px #fff, 0 0 0 5px var(--swatch-color);
}
.field-hint[data-v-378e6b40] {
  margin: 9px 0 0;
  color: #86909c;
  font-size: 12px;
  line-height: 18px;
}
.remark-field[data-v-378e6b40] {
  margin-bottom: 10px;
}
.modal-actions[data-v-378e6b40] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  min-height: 66px;
  padding: 0 26px;
  background: #fafcff;
  border-top: 1px solid #f0f2f5;
}
.delete-dialog[data-v-378e6b40] {
  min-height: 156px;
  padding: 24px 26px;
  color: #4e5969;
  font-size: 14px;
  line-height: 1.7;
}
.delete-dialog p[data-v-378e6b40] {
  margin: 0 0 12px;
}
.delete-dialog p[data-v-378e6b40]:last-child {
  margin-bottom: 0;
}
.delete-hint[data-v-378e6b40] {
  color: #86909c;
  font-size: 12px;
  line-height: 20px;
}
.delete-loading[data-v-378e6b40] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 108px;
  color: #86909c;
}
.delete-impact-summary[data-v-378e6b40] {
  color: #1f2329;
  font-weight: 500;
}
.delete-first-date[data-v-378e6b40] {
  color: #4e5969;
}
.delete-view-button[data-v-378e6b40] {
  margin-right: auto;
}
.impact-dialog[data-v-378e6b40],
.conflict-dialog[data-v-378e6b40] {
  padding: 24px 26px;
  color: #4e5969;
  font-size: 14px;
  line-height: 1.7;
}
.impact-dialog p[data-v-378e6b40] {
  margin: 0 0 10px;
}
.impact-dialog p[data-v-378e6b40]:last-child {
  margin-bottom: 0;
}
.impact-summary[data-v-378e6b40] {
  color: #1f2329;
  font-weight: 500;
}
.impact-warning[data-v-378e6b40] {
  padding: 10px 12px;
  border-radius: 4px;
  background: #fff7e6;
  color: #ad6800;
}
.impact-hint[data-v-378e6b40] {
  color: #86909c;
  font-size: 12px;
}
.conflict-summary[data-v-378e6b40] {
  margin: 0 0 14px;
  color: #f5222d;
}
.conflict-list[data-v-378e6b40] {
  max-height: 320px;
  overflow-y: auto;
  padding-right: 6px;
}
.conflict-item[data-v-378e6b40] {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 8px;
  padding: 11px 12px;
  border: 1px solid #e5e9f0;
  border-radius: 6px;
  background: #fafcff;
  color: #4e5969;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.16s ease, background 0.16s ease;
}
.conflict-item[data-v-378e6b40]:hover,
.conflict-item[data-v-378e6b40]:focus {
  border-color: #91caff;
  background: #f0f7ff;
  outline: none;
}
.conflict-item__action[data-v-378e6b40] {
  flex: none;
  color: #1890ff;
  white-space: nowrap;
}
.conflict-item__text[data-v-378e6b40] {
  min-width: 0;
  flex: 1;
}
@media (max-width: 768px) {
.shift-settings[data-v-378e6b40] {
    margin: 10px;
}
}
