/*
 * 团队发心台 · 菩提蓝金统一主题
 * 与门户首页、清迈考勤共用同一套视觉语言。
 * 本文件是唯一品牌覆盖层，不再叠加旧版主题。
 */

:root {
  --bodhi-blue: #0a3663;
  --bodhi-blue-dark: #051e38;
  --bodhi-blue-mid: #164d82;
  --bodhi-gold: #d4af37;
  --bodhi-gold-deep: #a98318;
  --paper-white: #f8f5f0;
  --paper-bright: #fffdfa;
  --paper-soft: #f2eee6;
  --paper-deep: #eae3d6;
  --ink-primary: #2c3e50;
  --ink-secondary: #667585;
  --ink-faint: #8b969f;
  --paper-line: rgba(10, 54, 99, 0.13);
  --paper-line-strong: rgba(10, 54, 99, 0.2);
  --gold-line: rgba(212, 175, 55, 0.42);
  --gold-soft: rgba(212, 175, 55, 0.13);
  --focus-ring: 0 0 0 3px rgba(212, 175, 55, 0.18);
  --shadow-paper: 0 14px 36px rgba(5, 30, 56, 0.085);
  --shadow-raised: 0 20px 48px rgba(5, 30, 56, 0.14);
  --shadow-menu: 0 18px 42px rgba(5, 30, 56, 0.17);
  --success-green: #3f7b57;
  --success-soft: rgba(63, 123, 87, 0.1);
  --warning-amber: #9b6e10;
  --warning-soft: rgba(212, 175, 55, 0.14);
  --danger-red: #a63d3d;
  --danger-soft: rgba(166, 61, 61, 0.09);
  --info-blue: #2f648e;
  --info-soft: rgba(47, 100, 142, 0.1);
  --progress-track: rgba(10, 54, 99, 0.09);
  --progress-start: #0a3663;
  --progress-mid: #155b82;
  --progress-end: #34849a;
  --progress-fill: linear-gradient(
    90deg,
    var(--progress-start) 0%,
    var(--progress-mid) 58%,
    var(--progress-end) 100%
  );
  --font-title: "Noto Serif SC", "Songti SC", "STSong", "SimSun", serif;
  --font-ui: "Noto Serif SC", "Songti SC", "STSong", "Microsoft YaHei", serif;
  --motion-fast: 160ms ease;
  --motion-normal: 210ms cubic-bezier(0.2, 0.7, 0.2, 1);

  /* 兼容原应用变量 */
  --bg: var(--paper-white);
  --bg-elevated: rgba(255, 253, 250, 0.97);
  --bg-elevated-soft: rgba(242, 238, 230, 0.8);
  --bg-soft: var(--paper-soft);
  --border-subtle: var(--paper-line);
  --accent: var(--bodhi-gold);
  --accent-soft: var(--gold-soft);
  --accent-strong: var(--bodhi-gold-deep);
  --accent-fg: var(--bodhi-blue);
  --text: var(--ink-primary);
  --text-muted: var(--ink-secondary);
  --shadow-soft: var(--shadow-paper);
  --sidebar-bg: var(--bodhi-blue);
  --sidebar-fg: rgba(248, 245, 240, 0.92);
  --sidebar-primary: var(--bodhi-gold);
  --sidebar-primary-fg: var(--bodhi-blue-dark);
  --sidebar-accent: rgba(248, 245, 240, 0.1);
  --sidebar-accent-fg: #fff;
  --sidebar-border: rgba(212, 175, 55, 0.28);
  --sidebar-ring: var(--bodhi-gold);
  --chart-1: var(--bodhi-gold);
  --chart-2: var(--bodhi-blue-mid);
  --chart-3: var(--bodhi-blue);
  --chart-4: #6f8ba0;
  --chart-5: #a18d60;
}

* {
  scrollbar-width: thin;
  scrollbar-color: rgba(10, 54, 99, 0.24) transparent;
}

*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

*::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  border-radius: 999px;
  background: rgba(10, 54, 99, 0.24);
  background-clip: padding-box;
}

*::-webkit-scrollbar-thumb:hover {
  background: rgba(10, 54, 99, 0.38);
  background-clip: padding-box;
}

html,
body {
  font-family: var(--font-ui);
  color: var(--ink-primary);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  min-width: 0;
  background:
    linear-gradient(135deg, rgba(248, 245, 240, 0.97), rgba(235, 239, 236, 0.92)),
    radial-gradient(circle at 82% 8%, rgba(212, 175, 55, 0.09), transparent 27%),
    url("login-bg.jpg") center / cover fixed;
  font-size: 15px;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(10, 54, 99, 0.022) 1px, transparent 1px),
    linear-gradient(0deg, rgba(10, 54, 99, 0.018) 1px, transparent 1px);
  background-size: 88px 88px;
}

::selection {
  background: rgba(212, 175, 55, 0.25);
  color: var(--bodhi-blue-dark);
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
[role="button"] {
  -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
a:focus-visible,
[tabindex]:focus-visible {
  outline: 2px solid var(--bodhi-gold);
  outline-offset: 2px;
}

/* 应用外壳 */
.app,
.app--sidebar-collapsed {
  grid-template-columns: 78px minmax(0, 1fr);
  min-height: 100vh;
}

.app-sidebar,
.app--sidebar-collapsed .app-sidebar {
  width: auto;
  min-width: 0;
  padding: 16px 10px 14px;
  align-items: center;
  border: 0;
  border-right: 1px solid rgba(212, 175, 55, 0.3);
  background:
    linear-gradient(180deg, rgba(5, 30, 56, 0.96), rgba(10, 54, 99, 0.92)),
    url("login-bg.jpg") center / cover;
  box-shadow: 8px 0 30px rgba(5, 30, 56, 0.14);
  color: var(--sidebar-fg);
}

.app-sidebar::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 8%, rgba(212, 175, 55, 0.15), transparent 18%),
    linear-gradient(180deg, transparent 60%, rgba(5, 30, 56, 0.24));
}

.app-sidebar > * {
  position: relative;
  z-index: 1;
}

.app--sidebar-collapsed .app-sidebar::before,
.sidebar-toggle-btn,
.app-logo-text {
  display: none !important;
}

.app-logo,
.app--sidebar-collapsed .app-logo {
  width: 100%;
  min-height: 70px;
  padding: 2px 0 14px;
  justify-content: center;
}

.app-logo-mark,
.app--sidebar-collapsed .app-logo-mark {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(212, 175, 55, 0.52);
  border-radius: 50%;
  background: rgba(248, 245, 240, 0.06);
  box-shadow:
    0 0 0 3px rgba(212, 175, 55, 0.07),
    0 10px 24px rgba(0, 0, 0, 0.2);
  transition:
    border-color var(--motion-fast),
    background var(--motion-fast),
    transform var(--motion-fast);
}

.app-logo-mark:hover {
  border-color: rgba(238, 203, 96, 0.9);
  background: rgba(248, 245, 240, 0.12);
  transform: translateY(-1px);
}

.app-nav,
.app--sidebar-collapsed .app-nav {
  width: 100%;
  margin-top: 10px;
  padding: 0;
  gap: 9px;
}

.nav-item,
.app--sidebar-collapsed .nav-item {
  position: relative;
  width: 56px;
  height: 52px;
  margin: 0 auto;
  padding: 0;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;
  color: rgba(248, 245, 240, 0.68);
  opacity: 1;
  transition:
    color var(--motion-fast),
    border-color var(--motion-fast),
    background var(--motion-fast),
    transform var(--motion-fast);
}

.nav-item:hover,
.app--sidebar-collapsed .nav-item:hover {
  border-color: rgba(212, 175, 55, 0.3);
  background: rgba(248, 245, 240, 0.1);
  color: #fff;
  transform: translateY(-1px);
}

.nav-item:active {
  transform: scale(0.97);
}

.nav-item--active,
.app--sidebar-collapsed .nav-item--active {
  border-color: rgba(238, 203, 96, 0.82);
  background: linear-gradient(145deg, #e0bf4e, #c99f25);
  color: var(--bodhi-blue-dark);
  box-shadow:
    inset 0 0 0 1px rgba(255, 250, 225, 0.45),
    0 9px 22px rgba(0, 0, 0, 0.22);
}

.nav-icon-circle,
.app--sidebar-collapsed .nav-icon-circle {
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent;
  color: inherit;
  box-shadow: none;
}

.app-nav .nav-item--active .nav-icon-circle,
.app--sidebar-collapsed .app-nav .nav-item--active .nav-icon-circle {
  border: 0;
  background: rgba(255, 255, 255, 0.22);
  color: var(--bodhi-blue-dark);
  box-shadow: none;
}

.nav-label,
.app--sidebar-collapsed .nav-label {
  display: block;
  position: absolute;
  left: 67px;
  min-width: max-content;
  padding: 7px 11px;
  border: 1px solid rgba(212, 175, 55, 0.32);
  border-radius: 6px;
  background: rgba(5, 30, 56, 0.96);
  color: rgba(248, 245, 240, 0.96);
  font-size: 13px;
  font-weight: 500;
  box-shadow: var(--shadow-menu);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-5px);
  transition:
    opacity var(--motion-fast),
    transform var(--motion-fast);
  z-index: 100;
}

.nav-item:hover .nav-label,
.nav-item:focus-visible .nav-label {
  opacity: 1;
  transform: translateX(0);
}

.notification-badge {
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  min-width: 28px;
  height: 24px;
  padding: 0 7px;
  box-sizing: border-box;
  border: none;
  background: #b94d3f;
  color: #fff;
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  font-variant-numeric: tabular-nums;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}

.my-work-notifications-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-right: 14px;
}

.my-work-notification-dot {
  position: static;
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  margin: 0;
  border-radius: 50%;
  background: #d94b43;
  box-shadow: 0 0 0 2px #fff;
  pointer-events: none;
}

.app-sidebar-footer,
.app--sidebar-collapsed .app-sidebar-footer {
  width: 100%;
}

.sidebar-current-user,
.app--sidebar-collapsed .sidebar-current-user {
  justify-content: center;
}

.sidebar-user-avatar {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(238, 203, 96, 0.72);
  background: rgba(248, 245, 240, 0.13);
  color: rgba(255, 245, 206, 0.96);
  box-shadow: none;
}

.sidebar-user-menu-card {
  border: 1px solid var(--gold-line);
  border-radius: 8px;
  background: rgba(255, 253, 250, 0.98);
  box-shadow: var(--shadow-menu);
}

.sidebar-user-menu-item {
  min-height: 40px;
  color: var(--ink-primary);
  font-size: 14px;
}

.sidebar-user-menu-item:hover {
  background: var(--gold-soft);
  color: var(--bodhi-blue);
}

.app-main {
  min-width: 0;
  padding: 24px clamp(22px, 2.6vw, 42px) 40px;
}

.app-header {
  min-height: 76px;
  margin: 0;
  padding: 6px 4px 18px;
  border: 0;
  border-bottom: 1px solid var(--paper-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.app-title {
  margin: 0;
  color: var(--bodhi-blue);
  font-family: var(--font-title);
  font-size: clamp(24px, 2vw, 28px);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

.app-subtitle {
  margin-top: 7px;
  color: var(--ink-secondary);
  font-size: 14px;
  line-height: 1.6;
}

.view,
#view-dashboard,
.view--projects,
#view-settings {
  min-width: 0;
  padding-top: 22px;
}

.grid {
  gap: 18px;
}

.grid--dashboard {
  grid-auto-rows: auto;
}

.grid--dashboard > .card {
  height: auto;
}

/* 卡片和内容层级 */
.card,
.projects-hero,
.project-detail-card,
.settings-section,
.member-card,
.notification-panel {
  border: 1px solid var(--paper-line);
  border-radius: 9px;
  background: rgba(248, 245, 240, 0.94) !important;
  box-shadow: var(--shadow-paper);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.card {
  padding: 24px 26px 26px;
  transition:
    border-color var(--motion-normal),
    box-shadow var(--motion-normal);
}

.card::before {
  width: 3px;
  border-radius: 9px 0 0 9px;
  background: rgba(212, 175, 55, 0.78);
}

.card:hover {
  transform: none;
  border-color: rgba(212, 175, 55, 0.3);
  box-shadow: 0 18px 42px rgba(5, 30, 56, 0.105);
}

.card-title,
.projects-hero-title,
.weekly-team-title,
.monthly-sheets-title,
.settings-section-title {
  color: var(--bodhi-blue);
  font-family: var(--font-title);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.01em;
}

.card-note,
.list-empty,
.empty-state,
.projects-hero-meta,
.weekly-team-subtitle {
  color: var(--ink-secondary);
  font-size: 14px;
  line-height: 1.65;
}

.dashboard-card-header,
.toolbar {
  gap: 12px;
}

#view-dashboard .card--metric {
  min-height: 242px;
}

.weekly-summary {
  gap: 12px;
}

.weekly-summary-value span {
  color: var(--bodhi-blue);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.weekly-summary-meta,
.weekly-submitted,
.weekly-missing,
.weekly-latest {
  color: var(--ink-secondary);
  font-size: 13px;
  line-height: 1.55;
}

.weekly-summary-week {
  font-size: 12px;
}

.weekly-submitted-header,
.weekly-missing-header,
.weekly-latest-header {
  margin-bottom: 7px;
  color: var(--bodhi-blue);
  font-size: 13px;
  font-weight: 600;
}

.weekly-missing-list,
.weekly-submitted-list {
  gap: 7px;
}

.weekly-missing-chip {
  min-height: 34px;
  padding: 5px 10px 5px 6px;
  border-color: var(--paper-line);
  background: rgba(255, 255, 255, 0.58);
}

.weekly-missing-name {
  color: var(--ink-primary);
  font-size: 13px;
}

.weekly-missing-avatar {
  width: 24px;
  height: 24px;
  background: rgba(10, 54, 99, 0.075);
  color: var(--bodhi-blue);
}

.monthly-sheets-card {
  min-height: 500px;
}

.monthly-sheets-sidebar,
.member-summary-item,
.overview-table-wrapper,
.weekly-team-table-wrap,
.my-space-card,
.notification-item {
  border-color: var(--paper-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: none;
}

.monthly-sheets-sidebar {
  padding: 14px;
}

.monthly-sheets-month,
.monthly-sheets-table-item {
  border-color: var(--paper-line);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.58);
}

.monthly-sheets-month summary {
  min-height: 40px;
  color: var(--bodhi-blue);
  font-size: 13px;
}

.monthly-sheets-month .month-pill {
  color: var(--ink-secondary);
  font-size: 12px;
}

.monthly-sheets-table-item {
  border-radius: 6px;
}

.monthly-sheets-table-item:hover {
  border-color: var(--gold-line);
  background: var(--paper-bright);
}

.monthly-sheets-table-item.is-active {
  border-color: var(--bodhi-blue) !important;
  background: rgba(10, 54, 99, 0.055) !important;
  box-shadow: 0 8px 18px rgba(5, 30, 56, 0.08);
}

.monthly-sheets-table-item-title {
  color: var(--bodhi-blue);
  font-size: 14px;
  font-weight: 600;
}

.monthly-sheets-table-item-meta,
.monthly-sheets-updated-meta {
  color: var(--ink-secondary);
  font-size: 12px;
}

.monthly-sheets-current-title {
  color: var(--bodhi-blue);
  font-size: 17px;
  font-weight: 600;
}

.monthly-sheets-table-wrap {
  border-color: var(--paper-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.54);
  box-shadow: none;
}

.monthly-sheet-table th,
.monthly-sheet-table td {
  border-color: var(--paper-line);
  background: rgba(255, 255, 255, 0.66);
}

.monthly-sheet-table th {
  color: var(--bodhi-blue);
  background: rgba(248, 245, 240, 0.98);
}

.monthly-sheet-table tbody tr:hover td {
  background: rgba(212, 175, 55, 0.055);
}

/* 按钮系统 */
.btn {
  min-height: 40px;
  padding: 9px 16px;
  border: 1px solid var(--paper-line-strong);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--bodhi-blue);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  box-shadow: none;
  transition:
    color var(--motion-fast),
    border-color var(--motion-fast),
    background var(--motion-fast),
    box-shadow var(--motion-fast),
    transform var(--motion-fast);
}

.btn--sm {
  min-height: 36px;
  padding: 7px 13px;
  font-size: 13px;
}

.btn:hover,
.btn--ghost:hover {
  border-color: rgba(212, 175, 55, 0.68);
  background: #fff;
  color: var(--bodhi-blue-dark);
  box-shadow: 0 8px 18px rgba(5, 30, 56, 0.08);
  transform: translateY(-1px);
}

.btn:active,
.btn--ghost:active {
  box-shadow: none;
  transform: scale(0.98);
}

.btn:focus-visible {
  outline: none;
  border-color: var(--bodhi-gold);
  box-shadow: var(--focus-ring);
}

.btn:disabled,
.btn[aria-disabled="true"],
.btn.is-loading {
  cursor: not-allowed;
  opacity: 0.52;
  box-shadow: none;
  transform: none;
}

.btn--primary {
  border-color: var(--bodhi-blue);
  background: linear-gradient(135deg, var(--bodhi-blue), var(--bodhi-blue-mid));
  color: #fff;
  box-shadow: 0 9px 20px rgba(10, 54, 99, 0.16);
}

.btn--primary:hover {
  border-color: var(--bodhi-blue-dark);
  background: linear-gradient(135deg, var(--bodhi-blue-dark), var(--bodhi-blue));
  color: #fff;
  box-shadow: 0 12px 24px rgba(10, 54, 99, 0.2);
}

.btn--danger,
.btn.btn--danger {
  border-color: rgba(166, 61, 61, 0.32);
  background: var(--danger-soft);
  color: var(--danger-red);
}

.btn--danger:hover,
.btn.btn--danger:hover {
  border-color: var(--danger-red);
  background: var(--danger-red);
  color: #fff;
}

.btn--ghost.is-active,
.btn[aria-pressed="true"] {
  border-color: var(--bodhi-blue);
  background: linear-gradient(135deg, var(--bodhi-blue), var(--bodhi-blue-mid));
  color: #fff;
  box-shadow: 0 8px 18px rgba(10, 54, 99, 0.14);
}

.btn--ghost.is-active:hover,
.btn[aria-pressed="true"]:hover {
  border-color: var(--bodhi-blue-dark);
  background: linear-gradient(135deg, var(--bodhi-blue-dark), var(--bodhi-blue));
  color: #fff;
}

/* 周次等分段切换统一使用蓝灰体系，替代旧版金色选中态。 */
.weekly-planner-view-toggle {
  gap: 2px;
  padding: 3px;
  border-color: rgba(10, 54, 99, 0.12);
  background: rgba(10, 54, 99, 0.045);
  box-shadow: inset 0 1px 2px rgba(5, 30, 56, 0.035);
}

.weekly-planner-view-btn {
  min-height: 30px;
  padding: 5px 12px;
  color: var(--ink-secondary);
  font-weight: 500;
}

.weekly-planner-view-btn:hover {
  background: rgba(10, 54, 99, 0.075);
  color: var(--bodhi-blue);
}

.weekly-planner-view-btn--active,
.weekly-planner-view-btn--active:hover {
  background: var(--bodhi-blue);
  color: #fff;
  box-shadow: 0 3px 9px rgba(10, 54, 99, 0.18);
}

.toolbar .btn + .btn {
  margin-left: 0;
}

/* 表单系统 */
.input,
.ui-dialog-surface input:not([type="checkbox"]):not([type="radio"]):not([type="color"]),
.ui-dialog-surface textarea,
.ui-dialog-surface select,
.project-picker-search,
.dtp-trigger {
  min-height: 42px;
  padding: 9px 12px;
  border: 1px solid var(--paper-line-strong) !important;
  border-radius: 6px !important;
  background: rgba(255, 255, 255, 0.8) !important;
  color: var(--ink-primary) !important;
  font-family: var(--font-ui);
  font-size: 14px;
  box-shadow: none !important;
  transition:
    border-color var(--motion-fast),
    background var(--motion-fast),
    box-shadow var(--motion-fast);
}

.input:hover,
.ui-dialog-surface input:not([type="checkbox"]):not([type="radio"]):not([type="color"]):hover,
.ui-dialog-surface textarea:hover {
  border-color: rgba(10, 54, 99, 0.3) !important;
  background: #fff !important;
}

.input:focus,
.ui-dialog-surface input:not([type="checkbox"]):not([type="radio"]):not([type="color"]):focus,
.ui-dialog-surface textarea:focus,
.project-picker-search:focus,
.dtp-trigger:focus-visible {
  outline: none;
  border-color: var(--bodhi-gold) !important;
  background: #fff !important;
  box-shadow: var(--focus-ring) !important;
}

.input::placeholder,
.ui-dialog-surface input::placeholder,
.ui-dialog-surface textarea::placeholder {
  color: #98a0a7;
}

.input--textarea,
.ui-dialog-surface textarea {
  min-height: 88px;
  line-height: 1.65;
  resize: vertical;
}

label,
.form-label {
  color: var(--ink-primary);
  font-weight: 600;
}

/* 品牌化复选框与单选框 */
input[type="checkbox"],
input[type="radio"] {
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin: 0;
  border: 1px solid rgba(10, 54, 99, 0.28);
  background: rgba(255, 255, 255, 0.9);
  appearance: none;
  -webkit-appearance: none;
  display: inline-grid;
  place-content: center;
  vertical-align: middle;
  cursor: pointer;
  transition:
    border-color var(--motion-fast),
    background var(--motion-fast),
    box-shadow var(--motion-fast);
}

input[type="checkbox"] {
  border-radius: 4px;
}

input[type="radio"] {
  border-radius: 50%;
}

input[type="checkbox"]::before {
  content: "";
  width: 9px;
  height: 5px;
  border: solid #fff;
  border-width: 0 0 2px 2px;
  opacity: 0;
  transform: translateY(-1px) rotate(-45deg) scale(0.6);
  transition:
    opacity var(--motion-fast),
    transform var(--motion-fast);
}

input[type="radio"]::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  opacity: 0;
  transform: scale(0.5);
  transition:
    opacity var(--motion-fast),
    transform var(--motion-fast);
}

input[type="checkbox"]:checked,
input[type="radio"]:checked {
  border-color: var(--bodhi-blue);
  background: var(--bodhi-blue);
}

input[type="checkbox"]:checked::before,
input[type="radio"]:checked::before {
  opacity: 1;
  transform: translateY(-1px) rotate(-45deg) scale(1);
}

input[type="radio"]:checked::before {
  transform: scale(1);
}

input[type="checkbox"]:focus-visible,
input[type="radio"]:focus-visible {
  outline: none;
  border-color: var(--bodhi-gold);
  box-shadow: var(--focus-ring);
}

input[type="checkbox"]:disabled,
input[type="radio"]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.ui-dialog-surface label:has(> input[type="checkbox"]),
.ui-dialog-surface label:has(> input[type="radio"]),
.phase-config-milestone {
  min-height: 38px;
  padding: 8px 10px;
  border: 1px solid var(--paper-line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.58);
  color: var(--ink-primary);
  font-size: 13px !important;
  font-weight: 500;
  cursor: pointer;
  transition:
    border-color var(--motion-fast),
    background var(--motion-fast);
}

.ui-dialog-surface label:has(> input[type="checkbox"]):hover,
.ui-dialog-surface label:has(> input[type="radio"]):hover,
.phase-config-milestone:hover {
  border-color: var(--gold-line);
  background: var(--paper-bright);
}

/* 通用自定义选择器 */
.lotus-select {
  position: relative;
  min-width: 0;
  color: var(--ink-primary);
}

.lotus-select-native {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.lotus-select-trigger,
.project-picker-toggle {
  width: 100%;
  min-height: 42px;
  padding: 9px 38px 9px 12px;
  border: 1px solid var(--paper-line-strong);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink-primary);
  font-family: var(--font-ui);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  text-align: left;
  box-shadow: none;
  cursor: pointer;
  transition:
    border-color var(--motion-fast),
    background var(--motion-fast),
    box-shadow var(--motion-fast);
}

.lotus-select--sm .lotus-select-trigger {
  min-height: 36px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 13px;
}

.lotus-select-trigger::after,
.project-picker-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid var(--bodhi-gold-deep);
  border-bottom: 1.5px solid var(--bodhi-gold-deep);
  transform: translateY(-68%) rotate(45deg);
  transition: transform var(--motion-fast);
}

.lotus-select-trigger:hover,
.lotus-select-trigger:focus-visible,
.lotus-select.is-open .lotus-select-trigger,
.project-picker-toggle:hover,
.project-picker-toggle:focus-visible,
.project-picker.is-open .project-picker-toggle {
  outline: none;
  border-color: var(--bodhi-gold);
  background: #fff;
  box-shadow: var(--focus-ring);
}

.lotus-select.is-open .lotus-select-trigger::after,
.project-picker.is-open .project-picker-toggle::after {
  transform: translateY(-32%) rotate(225deg);
}

.lotus-select-trigger:disabled {
  cursor: not-allowed;
  opacity: 0.52;
}

.lotus-select-value {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lotus-select-menu,
.project-picker-panel {
  position: absolute;
  z-index: 1600;
  min-width: 100%;
  margin-top: 6px;
  padding: 6px;
  overflow-y: auto;
  overscroll-behavior: contain;
  border: 1px solid var(--gold-line);
  border-radius: 8px;
  background: rgba(255, 253, 250, 0.99);
  box-shadow: var(--shadow-menu);
  transform-origin: top center;
  animation: bodhi-menu-in var(--motion-fast);
}

.lotus-select-menu {
  max-height: min(320px, calc(100vh - 96px));
}

.project-picker-panel {
  max-height: min(620px, calc(100vh - 160px));
}

.lotus-select-menu.is-positioned-fixed {
  position: fixed;
  width: var(--select-width, auto);
  min-width: var(--select-width, 180px);
  max-width: min(var(--select-width, 360px), calc(100vw - 20px));
  margin-top: 0;
}

@keyframes bodhi-menu-in {
  from {
    opacity: 0;
    transform: translateY(-4px) scale(0.99);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.lotus-select-option,
.project-picker-item {
  position: relative;
  width: 100%;
  min-height: 38px;
  padding: 8px 11px 8px 32px;
  border: 0;
  border-radius: 5px;
  background: transparent;
  color: var(--ink-primary);
  font-family: var(--font-ui);
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  cursor: pointer;
  transition:
    color var(--motion-fast),
    background var(--motion-fast);
}

.lotus-select-option::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 8px;
  height: 8px;
  border: 1px solid rgba(10, 54, 99, 0.28);
  border-radius: 50%;
  background: transparent;
  transform: translateY(-50%);
}

.lotus-select-option:hover,
.lotus-select-option.is-active,
.project-picker-item:hover {
  background: var(--gold-soft);
  color: var(--bodhi-blue);
}

.lotus-select-option.is-selected,
.project-picker-item--active {
  background: rgba(10, 54, 99, 0.075);
  color: var(--bodhi-blue);
  font-weight: 600;
}

.lotus-select-option.is-selected::before {
  border-color: var(--bodhi-gold);
  background: var(--bodhi-gold);
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.13);
}

.lotus-select-option:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.lotus-select-group,
.project-picker-section-header {
  padding: 8px 10px 5px;
  color: var(--bodhi-gold-deep);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.project-picker-toggle-icon {
  display: none;
}

.project-picker-panel {
  padding: 8px;
  overflow: hidden;
}

.project-picker-search {
  width: 100%;
  margin-bottom: 6px;
}

.project-picker-item {
  min-height: 34px;
  padding: 6px 12px;
}

.project-picker-section-header {
  padding: 6px 10px 3px;
}

/* 进度、徽章与状态 */
.badge {
  min-height: 26px;
  padding: 4px 9px;
  border: 1px solid var(--paper-line);
  border-radius: 999px;
  background: rgba(10, 54, 99, 0.055);
  color: var(--bodhi-blue);
  font-size: 12px;
  font-weight: 600;
  box-shadow: none;
}

.badge--status-completed,
.phase-status--completed {
  border-color: rgba(63, 123, 87, 0.25);
  background: var(--success-soft);
  color: var(--success-green);
}

.badge--status-delayed,
.phase-status--delayed {
  border-color: rgba(166, 61, 61, 0.24);
  background: var(--danger-soft);
  color: var(--danger-red);
}

.badge--status-ongoing,
.phase-status--in-progress {
  border-color: rgba(212, 175, 55, 0.34);
  background: var(--warning-soft);
  color: var(--warning-amber);
}

.projects-hero-progress-bar,
.metric-progress-bar,
.weekly-summary-bar-track,
.progress-bar,
.monthly-progress-bar,
.project-detail-progress-bar,
.phase-row-progress-bar,
.my-task-plan-task-progress-bar,
.phase-task-progress-bar,
.task-count-summary-progress-bar,
.my-space-progress-bar,
.task-roadmap-month-progress .task-roadmap-progress-bar {
  border-color: rgba(10, 54, 99, 0.06);
  background: var(--progress-track);
  box-shadow: inset 0 1px 2px rgba(5, 30, 56, 0.055);
}

.task-roadmap-month-progress .task-roadmap-progress-bar {
  height: 6px;
  border-radius: 999px;
  overflow: hidden;
}

.projects-hero-progress-bar-fill,
.metric-progress-bar-fill,
.weekly-summary-bar-fill,
.progress-bar-fill,
.monthly-progress-fill,
.project-detail-progress-bar-fill,
.phase-row-progress-bar-fill,
.my-task-plan-task-progress-bar-fill,
.phase-task-progress-bar-fill,
.task-count-summary-progress-bar-fill,
.task-roadmap-progress-bar-fill {
  height: 100%;
  border-radius: inherit;
  background: var(--progress-fill);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 2px 8px rgba(21, 91, 130, 0.18);
}

.task-roadmap-progress-input {
  background: linear-gradient(
    90deg,
    var(--progress-start) 0%,
    var(--progress-end) var(--range-percent, 0%),
    var(--progress-track) var(--range-percent, 0%),
    var(--progress-track) 100%
  );
}

.task-roadmap-progress-input::-webkit-slider-thumb,
.task-roadmap-progress-input::-moz-range-thumb {
  background: var(--progress-end);
  box-shadow: 0 0 0 1px rgba(10, 54, 99, 0.16);
}

/* 项目矩阵与表格 */
.projects-hero {
  padding: 22px 24px;
}

.projects-hero-title {
  font-size: 21px;
}

.projects-hero-meta,
.projects-hero-owner {
  color: var(--ink-secondary);
  font-size: 13px;
  line-height: 1.55;
}

.projects-hero-meta-label {
  color: var(--bodhi-blue);
  font-weight: 600;
}

.projects-hero-selector-wrap {
  min-width: min(360px, 100%);
}

.phase-board-scroll,
.phase-board-scroll-proxy {
  scrollbar-color: rgba(36, 103, 137, 0.76) rgba(10, 54, 99, 0.07);
}

.phase-board-scroll::-webkit-scrollbar,
.phase-board-scroll-proxy::-webkit-scrollbar {
  height: 10px;
}

.phase-board-scroll::-webkit-scrollbar-track,
.phase-board-scroll-proxy::-webkit-scrollbar-track {
  border: 1px solid rgba(10, 54, 99, 0.07);
  border-radius: 999px;
  background: rgba(10, 54, 99, 0.065);
}

.phase-board-scroll::-webkit-scrollbar-thumb,
.phase-board-scroll-proxy::-webkit-scrollbar-thumb {
  border: 2px solid #e8edf0;
  border-radius: 999px;
  background: linear-gradient(90deg, #2b6689 0%, #4b8b9c 100%);
}

.phase-board-scroll::-webkit-scrollbar-thumb:hover,
.phase-board-scroll-proxy::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(90deg, #1d567c 0%, #367d94 100%);
}

.phase-board-scroll::-webkit-scrollbar-thumb:active,
.phase-board-scroll-proxy::-webkit-scrollbar-thumb:active {
  background: #164d73;
}

.phase-board-header-row,
.overview-table thead,
.monthly-sheet-grid thead {
  color: var(--bodhi-blue);
  font-weight: 600;
}

.phase-board-header-cell,
.phase-board-label-card,
.phase-board-task,
.overview-table th,
.overview-table td,
.monthly-sheet-grid th,
.monthly-sheet-grid td {
  border-color: var(--paper-line);
}

.phase-board-label-card,
.phase-board-task {
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.68);
}

.phase-board-row-label-card {
  border-color: var(--paper-line);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.62);
}

.phase-board-row-title {
  color: var(--bodhi-blue);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

.phase-board-row-meta,
.phase-row-progress {
  color: var(--ink-secondary);
  font-size: 12px;
  line-height: 1.45;
}

.phase-board-stage-header[class*='phase-stage-'] {
  --phase-stage-color: var(--bodhi-blue);
  color: var(--bodhi-blue);
}

.phase-task-card[class*='phase-stage-'] {
  --phase-stage-color: var(--paper-line);
  border-top: 1px solid var(--paper-line);
}

.phase-task-card {
  min-height: 84px;
  padding: 10px 11px;
  border-color: var(--paper-line);
  border-radius: 7px;
  color: var(--ink-primary);
  font-size: 13px;
  box-shadow: none;
}

.phase-task-card--todo {
  background: rgba(255, 255, 255, 0.58);
}

.phase-task-card--doing,
.phase-task-card--waiting {
  background: rgba(212, 175, 55, 0.09);
}

.phase-task-card--done {
  background: var(--success-soft);
}

.phase-task-card--risk {
  background: var(--danger-soft);
  box-shadow: inset 0 0 0 1px rgba(166, 61, 61, 0.34);
}

.phase-task-card:hover {
  border-color: var(--paper-line-strong);
  background: var(--paper-bright);
  box-shadow: 0 9px 22px rgba(5, 30, 56, 0.085);
  transform: none;
}

.phase-task-title,
.phase-task-title-text {
  color: var(--bodhi-blue);
  font-size: 14px;
  font-weight: 600;
}

.phase-task-meta,
.phase-task-dates,
.phase-task-progress-text {
  color: var(--ink-secondary);
  font-size: 12px;
}

.phase-board-task:hover,
.phase-board-label-card:hover {
  border-color: var(--gold-line);
  box-shadow: 0 8px 20px rgba(5, 30, 56, 0.08);
}

.overview-table tbody tr:hover td,
.monthly-sheet-grid tbody tr:hover td {
  background: rgba(212, 175, 55, 0.055);
}

.monthly-sheet-grid th {
  position: sticky;
  top: 0;
  z-index: 2;
  background: rgba(248, 245, 240, 0.98);
}

/* 日期时间选择器、菜单与提示 */
.dtp-popover,
.ms-context-menu {
  border: 1px solid var(--gold-line);
  border-radius: 8px;
  background: rgba(255, 253, 250, 0.99);
  box-shadow: var(--shadow-menu);
}

.dtp-day,
.dtp-nav,
.dtp-hour {
  border-radius: 5px;
  color: var(--ink-primary);
}

.dtp-day:hover,
.dtp-nav:hover,
.dtp-hour:hover {
  background: var(--gold-soft);
  color: var(--bodhi-blue);
}

.dtp-day--selected,
.dtp-hour--selected {
  background: var(--bodhi-blue);
  color: #fff;
}

.toast {
  min-height: 44px;
  padding: 11px 17px;
  border: 1px solid rgba(212, 175, 55, 0.42);
  border-radius: 7px;
  background: rgba(5, 30, 56, 0.96);
  color: rgba(255, 252, 240, 0.98);
  font-size: 14px;
  box-shadow: var(--shadow-menu);
}

/* 统一弹窗：脚本会为所有居中动态弹窗补上这些类 */
.ui-dialog-backdrop,
.confirm-dialog-backdrop,
.input-dialog-backdrop,
.choice-dialog-backdrop,
.color-dialog-backdrop,
.daily-detail-backdrop {
  position: fixed !important;
  inset: 0 !important;
  z-index: 1500 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 20px !important;
  overflow: hidden !important;
  background: rgba(5, 30, 56, 0.58) !important;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  animation: bodhi-backdrop-in var(--motion-fast);
}

.ui-dialog-surface,
.confirm-dialog,
.input-dialog,
.choice-dialog,
.color-dialog,
.daily-detail-dialog,
.weekly-detail-dialog {
  position: relative;
  width: min(100%, 620px) !important;
  max-width: 620px !important;
  max-height: min(780px, calc(100vh - 40px)) !important;
  padding: 0 !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  border: 1px solid rgba(212, 175, 55, 0.28) !important;
  border-radius: 9px !important;
  background: rgba(248, 245, 240, 0.985) !important;
  color: var(--ink-primary) !important;
  box-shadow: 0 26px 70px rgba(5, 30, 56, 0.3) !important;
  animation: bodhi-dialog-in var(--motion-normal);
}

.ui-dialog-surface--wide {
  width: min(100%, 860px) !important;
  max-width: 860px !important;
}

.ui-dialog-surface > h3,
.ui-dialog-title,
.confirm-dialog > div:first-child,
.input-dialog > div:first-child,
.choice-dialog > div:first-child,
.color-dialog > div:first-child {
  flex: 0 0 auto;
  margin: 0 !important;
  padding: 19px 22px 15px !important;
  border-bottom: 1px solid var(--paper-line);
  color: var(--bodhi-blue);
  font-family: var(--font-title);
  font-size: 19px !important;
  font-weight: 600 !important;
  line-height: 1.4;
}

.ui-dialog-body {
  min-height: 0;
  padding: 18px 22px;
  overflow-x: visible;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.ui-dialog-body > :first-child {
  margin-top: 0;
}

.ui-dialog-body > :last-child {
  margin-bottom: 0;
}

.ui-dialog-actions {
  flex: 0 0 auto;
  display: flex !important;
  justify-content: flex-end !important;
  gap: 9px !important;
  margin: 0 !important;
  padding: 14px 22px 18px !important;
  border-top: 1px solid var(--paper-line);
  background: rgba(255, 253, 250, 0.92);
}

.ui-dialog-body label {
  display: block;
  margin-bottom: 6px;
  color: var(--ink-primary);
  font-size: 14px !important;
  font-weight: 600;
}

.ui-dialog-body p {
  color: var(--ink-secondary);
  font-size: 13px !important;
  line-height: 1.65;
}

.ui-dialog-body .lotus-select {
  width: 100%;
}

@keyframes bodhi-backdrop-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes bodhi-dialog-in {
  from {
    opacity: 0;
    transform: translateY(8px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.choice-dialog {
  width: min(100%, 580px) !important;
}

.choice-dialog-list {
  min-height: 0;
  max-height: min(520px, calc(100vh - 230px));
  padding: 14px 22px 8px !important;
  margin: 0 !important;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.choice-dialog-item {
  flex: 0 0 auto;
  min-height: 50px;
  padding: 11px 14px !important;
  border: 1px solid var(--paper-line) !important;
  border-radius: 7px !important;
  background: rgba(255, 255, 255, 0.68) !important;
  color: var(--ink-primary);
  transition:
    border-color var(--motion-fast),
    background var(--motion-fast),
    box-shadow var(--motion-fast),
    transform var(--motion-fast);
}

.choice-dialog-item:hover,
.choice-dialog-item:focus-visible {
  outline: none;
  border-color: var(--gold-line) !important;
  background: var(--paper-bright) !important;
  box-shadow: 0 8px 20px rgba(5, 30, 56, 0.075);
  transform: translateY(-1px);
}

.choice-dialog-item.is-disabled,
.choice-dialog-item:disabled {
  cursor: not-allowed !important;
  opacity: 0.52;
  filter: saturate(0.55);
  transform: none !important;
  box-shadow: none !important;
  border-color: var(--paper-line) !important;
}

/* 页面空状态 */
.list-empty,
.empty-state {
  min-height: 88px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed rgba(10, 54, 99, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.42);
  text-align: center;
}

/* 响应式：当前桌面入口 */
@media (max-width: 1200px) {
  .app-main {
    padding-inline: 24px;
  }

  .card {
    padding: 22px;
  }

  .monthly-sheets-layout {
    gap: 14px;
  }
}

@media (max-width: 1000px) {
  .app,
  .app--sidebar-collapsed {
    grid-template-columns: 70px minmax(0, 1fr);
  }

  .app-sidebar,
  .app--sidebar-collapsed .app-sidebar {
    padding-inline: 7px;
  }

  .nav-item,
  .app--sidebar-collapsed .nav-item {
    width: 52px;
  }

  .nav-label {
    left: 61px;
  }

  .notification-badge {
    top: 5px;
    right: 4px;
    transform: none;
    min-width: 22px;
    height: 20px;
    padding: 0 4px;
    font-size: 10px;
  }

  .app-main {
    padding: 20px 18px 32px;
  }

  .projects-hero {
    padding: 20px;
  }
}

@media (max-width: 760px) {
  body {
    font-size: 14px;
  }

  .app,
  .app--sidebar-collapsed {
    display: block;
    padding-bottom: 70px;
  }

  .app-sidebar,
  .app--sidebar-collapsed .app-sidebar {
    position: fixed;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    min-height: 64px;
    padding: 6px 10px max(6px, env(safe-area-inset-bottom));
    display: block;
    border: 0;
    border-top: 1px solid rgba(212, 175, 55, 0.32);
    background:
      linear-gradient(90deg, rgba(5, 30, 56, 0.98), rgba(10, 54, 99, 0.96)),
      url("login-bg.jpg") center / cover;
    box-shadow: 0 -8px 28px rgba(5, 30, 56, 0.16);
  }

  .app-logo,
  .app-sidebar-footer {
    display: none !important;
  }

  .app-nav,
  .app--sidebar-collapsed .app-nav {
    height: 54px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 4px;
  }

  .nav-item,
  .app--sidebar-collapsed .nav-item {
    width: 50px;
    height: 48px;
    margin: 0;
  }

  .nav-icon-circle {
    width: 34px;
    height: 34px;
  }

  .nav-label {
    display: none !important;
  }

  .notification-badge {
    top: 3px;
    right: 3px;
    transform: none;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    font-size: 10px;
  }

  .app-main {
    padding: 14px 12px 26px;
  }

  .app-header {
    min-height: 70px;
    padding: 6px 3px 15px;
  }

  .app-title {
    font-size: 22px;
  }

  .app-subtitle {
    font-size: 13px;
  }

  .view,
  #view-dashboard,
  .view--projects,
  #view-settings {
    padding-top: 16px;
  }

  .card,
  .projects-hero {
    padding: 18px 16px 20px;
    border-radius: 8px;
  }

  .card-title,
  .projects-hero-title {
    font-size: 18px;
  }

  #view-dashboard .dashboard-card-header,
  .projects-hero-main,
  .weekly-team-header {
    align-items: stretch;
    flex-direction: column;
    gap: 13px;
  }

  #view-dashboard .dashboard-card-header .toolbar,
  #view-dashboard .dashboard-card-header .toolbar-right,
  .projects-hero-actions {
    width: 100%;
    min-width: 0;
    justify-content: flex-start;
  }

  .toolbar {
    flex-wrap: wrap;
  }

  .monthly-sheets-layout {
    grid-template-columns: 1fr;
  }

  .monthly-sheets-sidebar {
    max-height: 260px;
  }

  .ui-dialog-backdrop,
  .confirm-dialog-backdrop,
  .input-dialog-backdrop,
  .choice-dialog-backdrop,
  .color-dialog-backdrop {
    padding: 10px !important;
    align-items: flex-end !important;
  }

  .ui-dialog-surface,
  .confirm-dialog,
  .input-dialog,
  .choice-dialog,
  .color-dialog {
    width: 100% !important;
    max-width: none !important;
    max-height: calc(100vh - 20px) !important;
    border-radius: 10px 10px 7px 7px !important;
  }

  .ui-dialog-surface > h3,
  .ui-dialog-title,
  .confirm-dialog > div:first-child,
  .input-dialog > div:first-child,
  .choice-dialog > div:first-child {
    padding: 17px 17px 13px !important;
    font-size: 18px !important;
  }

  .ui-dialog-body,
  .choice-dialog-list {
    padding-inline: 17px !important;
  }

  .ui-dialog-actions {
    padding: 12px 17px max(14px, env(safe-area-inset-bottom)) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
