@media (max-width: 1023px) {
  .workspace-layout.tab-workbench .desktop-workbench-dashboard-host {
    display: block;
    min-width: 0;
  }

  .workspace-layout.tab-workbench .desktop-personal-dashboard {
    display: grid;
    min-width: 0;
    gap: 12px;
    margin: 0;
  }

  .workspace-layout.tab-workbench .desktop-personal-dashboard.is-loading,
  .workspace-layout.tab-workbench .desktop-personal-dashboard.is-empty {
    min-height: 150px;
    place-items: center;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.82);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.72);
    color: #64748b;
    text-align: center;
  }

  .workspace-layout.tab-workbench
    .desktop-personal-dashboard
    .compensation-home-attendance.is-dashboard-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto;
    width: 100%;
    min-width: 0;
    height: auto;
    min-height: 0;
    max-height: none;
    box-sizing: border-box;
    gap: 10px;
    overflow: visible;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 14px;
    background: var(--personal-board-green-bright, #13a474);
    box-shadow: 0 14px 34px rgba(10, 92, 72, 0.14);
    color: #ffffff;
  }

  .workspace-layout.tab-workbench
    .desktop-personal-dashboard
    .compensation-home-attendance.is-dashboard-shell
    > .compensation-home-calendar,
  .workspace-layout.tab-workbench
    .desktop-personal-dashboard
    .compensation-home-attendance.is-workbench
    > .personal-workbench-today,
  .workspace-layout.tab-workbench
    .desktop-personal-dashboard
    .compensation-home-attendance.is-dashboard-shell
    > .personal-dashboard-list-panel,
  .workspace-layout.tab-workbench
    .desktop-personal-dashboard
    .compensation-home-attendance.is-dashboard-shell
    > .compensation-home-metrics {
    grid-column: 1;
    width: 100%;
    min-width: 0;
    height: auto;
    min-height: 0;
    max-height: none;
    box-sizing: border-box;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.11);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
    -webkit-backdrop-filter: blur(14px) saturate(125%);
    backdrop-filter: blur(14px) saturate(125%);
  }

  .workspace-layout.tab-workbench
    .desktop-personal-dashboard
    .compensation-home-attendance.is-dashboard-shell
    > .compensation-home-calendar {
    background: var(--personal-board-green-bright, #13a474);
  }

  .workspace-layout.tab-workbench
    .desktop-personal-dashboard
    .compensation-home-attendance.is-dashboard-shell
    > :is(
      .personal-workbench-today,
      .personal-dashboard-list-panel,
      .compensation-home-metrics
  ) {
    background-color: var(--personal-board-green-bright, #13a474);
  }

  .workspace-layout.tab-workbench
    .compensation-home-attendance:is(.is-dashboard-shell, .is-workbench)
    .compensation-calendar-day[data-shift="rest"] {
    --shift-bg: linear-gradient(
      145deg,
      rgba(214, 218, 216, 0.3),
      rgba(148, 156, 152, 0.22)
    );
    --shift-color: rgba(255, 255, 255, 0.94);
    border-color: rgba(218, 224, 221, 0.38);
    color: #ffffff;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.16),
      0 4px 10px rgba(51, 64, 58, 0.1);
  }

  .workspace-layout.tab-workbench
    .compensation-home-attendance:is(.is-dashboard-shell, .is-workbench)
    .compensation-calendar-legend
    i[data-shift="rest"] {
    --shift-color: rgba(186, 194, 190, 0.72);
  }

  .workspace-layout.tab-workbench
    .desktop-personal-dashboard
    .compensation-home-attendance.is-dashboard-shell
    > .personal-workbench-today,
  .workspace-layout.tab-workbench
    .desktop-personal-dashboard
    .compensation-home-attendance.is-dashboard-shell
    > .personal-dashboard-list-panel,
  .workspace-layout.tab-workbench
    .desktop-personal-dashboard
    .compensation-home-attendance.is-dashboard-shell
    > .compensation-home-metrics {
    height: 288px;
    min-height: 288px;
    max-height: 288px;
  }

  .workspace-layout.tab-workbench
    .desktop-personal-dashboard
    .compensation-home-attendance.is-workbench
    > .personal-workbench-today {
    height: 318px;
    min-height: 318px;
    max-height: 318px;
  }

  .workspace-layout.tab-workbench
    .desktop-personal-dashboard
    .personal-dashboard-list-panel {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    overflow: hidden;
  }

  .workspace-layout.tab-workbench
    .desktop-personal-dashboard
    .personal-dashboard-list-head {
    display: flex;
    min-width: 0;
    min-height: 30px;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 8px;
  }

  .workspace-layout.tab-workbench
    .desktop-personal-dashboard
    .personal-dashboard-list-head
    h4 {
    margin: 0;
    font-size: 15px;
  }

  .workspace-layout.tab-workbench
    .desktop-personal-dashboard
    .personal-dashboard-panel-title,
  .workspace-layout.tab-workbench
    .desktop-personal-dashboard
    .personal-dashboard-list-actions,
  .workspace-layout.tab-workbench
    .desktop-personal-dashboard
    .personal-submission-filters {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 5px;
  }

  .workspace-layout.tab-workbench
    .desktop-personal-dashboard
    .personal-dashboard-home-button,
  .workspace-layout.tab-workbench
    .desktop-personal-dashboard
    .personal-submission-filter {
    min-height: 28px;
    padding: 0 9px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    font: inherit;
    font-size: 10px;
    font-weight: 800;
    white-space: nowrap;
  }

  .workspace-layout.tab-workbench
    .desktop-personal-dashboard
    .personal-submission-filter.active {
    background: rgba(255, 255, 255, 0.22);
    color: #ffffff;
  }

  .workspace-layout.tab-workbench
    .desktop-personal-dashboard
    .personal-dashboard-list {
    min-width: 0;
    min-height: 0;
    height: auto;
    max-height: none;
    margin: 0;
    overflow: auto;
    padding: 0;
    list-style: none;
    overscroll-behavior: contain;
  }

  .workspace-layout.tab-workbench
    .desktop-personal-dashboard
    .personal-dashboard-list
    > .home-work-item,
  .workspace-layout.tab-workbench
    .desktop-personal-dashboard
    .personal-dashboard-list
    > .approval-card,
  .workspace-layout.tab-workbench
    .desktop-personal-dashboard
    .personal-dashboard-list
    > .personal-dashboard-list-card {
    min-height: 0;
    margin: 0 0 7px;
    padding: 9px 10px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.13);
    color: #ffffff;
    box-sizing: border-box;
  }

  .workspace-layout.tab-workbench
    .desktop-personal-dashboard
    .personal-dashboard-list
    > :is(.home-work-item, .approval-card, .personal-dashboard-list-card)
    strong {
    color: #ffffff;
  }

  .workspace-layout.tab-workbench
    .desktop-personal-dashboard
    .personal-dashboard-list
    > :is(.home-work-item, .approval-card, .personal-dashboard-list-card)
    :is(span, p) {
    color: rgba(255, 255, 255, 0.78);
  }

  .workspace-layout.tab-workbench
    .desktop-personal-dashboard
    .compensation-home-calendar
    .compensation-calendar,
  .workspace-layout.tab-workbench
    .desktop-personal-dashboard
    .compensation-home-calendar
    .compensation-calendar-days {
    width: 100%;
  }

  .workspace-layout.tab-workbench
    .desktop-personal-dashboard
    .compensation-person-head {
    align-items: center;
    justify-content: space-between;
    gap: 8px;
  }

  .workspace-layout.tab-workbench
    .desktop-personal-dashboard
    .compensation-person-head
    > strong {
    min-width: 0;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.3;
  }

  .workspace-layout.tab-workbench
    .desktop-personal-dashboard
    .compensation-calendar-heading-tools {
    display: inline-flex;
    min-width: 0;
    align-items: center;
  }

  .workspace-layout.tab-workbench
    .desktop-personal-dashboard
    .personal-workbench-today {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background:
      radial-gradient(circle at 88% 0%, rgba(255, 255, 255, 0.18), transparent 38%),
      rgba(255, 255, 255, 0.12);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.2),
      0 12px 26px rgba(3, 72, 56, 0.09);
    -webkit-backdrop-filter: blur(16px) saturate(135%);
    backdrop-filter: blur(16px) saturate(135%);
  }

  .workspace-layout.tab-workbench
    .desktop-personal-dashboard
    .personal-workbench-today-head {
    display: flex;
    min-height: 26px;
    align-items: center;
    justify-content: flex-start;
  }

  .workspace-layout.tab-workbench
    .desktop-personal-dashboard
    .personal-workbench-today-head
    h4 {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 900;
  }

  .workspace-layout.tab-workbench
    .desktop-personal-dashboard
    .personal-workbench-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    margin-top: 8px;
  }

  .workspace-layout.tab-workbench
    .desktop-personal-dashboard
    .personal-workbench-stat {
    position: relative;
    display: grid;
    min-width: 0;
    min-height: 50px;
    place-content: center;
    gap: 4px;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.19);
    border-top-color: rgba(255, 255, 255, 0.28);
    border-radius: 10px;
    background: linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.18),
      rgba(255, 255, 255, 0.08)
    );
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.17);
    color: inherit;
    cursor: pointer;
    font: inherit;
    text-align: center;
  }

  .workspace-layout.tab-workbench
    .desktop-personal-dashboard
    .personal-workbench-stat
    strong {
    color: #ffffff;
    font-size: 23px;
    line-height: 1;
  }

  .workspace-layout.tab-workbench
    .desktop-personal-dashboard
    .personal-workbench-stat
    span {
    overflow: hidden;
    color: rgba(255, 255, 255, 0.74);
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .workspace-layout.tab-workbench
    .desktop-personal-dashboard
    .personal-workbench-stat.has-red-dot::after {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 7px;
    height: 7px;
    border: 1px solid rgba(255, 255, 255, 0.88);
    border-radius: 50%;
    background: #ef4444;
    box-shadow: 0 1px 5px rgba(127, 29, 29, 0.4);
    content: "";
  }

  .workspace-layout.tab-workbench
    .desktop-personal-dashboard
    .personal-workbench-quick-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 5px 6px;
    margin-top: 6px;
    padding-top: 6px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    overflow: visible;
  }

  .workspace-layout.tab-workbench
    .desktop-personal-dashboard
    .personal-workbench-quick-action {
    display: grid;
    min-width: 0;
    min-height: 44px;
    place-items: center;
    padding: 2px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    background: linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.2),
      rgba(255, 255, 255, 0.09)
    );
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.2),
      0 8px 18px rgba(3, 72, 56, 0.08);
    color: #ffffff;
    cursor: pointer;
    font: inherit;
    text-align: center;
  }

  .workspace-layout.tab-workbench
    .desktop-personal-dashboard
    .personal-workbench-quick-action-label {
    display: grid;
    place-items: center;
    gap: 2px;
    color: #ffffff;
    font-size: 11px;
    font-weight: 850;
    line-height: 1.25;
    text-align: center;
  }

  .workspace-layout.tab-workbench
    .desktop-personal-dashboard
    .personal-workbench-quick-action-label
    > span {
    display: block;
    white-space: nowrap;
  }

  .workspace-layout.profile-open #contactProfileTimeBoard.contact-time-board {
    display: block;
    min-width: 0;
    margin: 0 10px 18px;
    color: #ffffff;
    font-family: "Microsoft YaHei", "PingFang SC", system-ui, sans-serif;
  }

  .workspace-layout.profile-open #contactProfileTimeBoard .contact-time-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    width: 100%;
    min-width: 0;
    height: auto;
    min-height: 0;
    box-sizing: border-box;
    overflow: visible;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 14px;
    background: linear-gradient(135deg, #12845f 0%, #1f8787 100%);
    box-shadow: 0 14px 34px rgba(10, 92, 72, 0.14);
  }

  .workspace-layout.profile-open
    #contactProfileTimeBoard
    .contact-time-shell
    > .compensation-home-calendar,
  .workspace-layout.profile-open
    #contactProfileTimeBoard
    .contact-time-shell
    > .personal-dashboard-list-panel {
    grid-column: 1;
    width: 100%;
    min-width: 0;
    min-height: 0;
    box-sizing: border-box;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.11);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
    -webkit-backdrop-filter: blur(14px) saturate(125%);
    backdrop-filter: blur(14px) saturate(125%);
  }

  .workspace-layout.profile-open
    #contactProfileTimeBoard
    .contact-time-shell
    > .personal-dashboard-list-panel {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    height: 288px;
    max-height: 288px;
    overflow: hidden;
  }

  .workspace-layout.profile-open #contactProfileTimeBoard .compensation-person-head {
    align-items: center;
    justify-content: space-between;
    gap: 8px;
  }

  .workspace-layout.profile-open #contactProfileTimeBoard .compensation-person-head > strong {
    min-width: 0;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.3;
  }

  .workspace-layout.profile-open #contactProfileTimeBoard .compensation-calendar-heading-tools {
    display: inline-flex;
    min-width: 0;
    align-items: center;
  }

  .workspace-layout.profile-open #contactProfileTimeBoard .compensation-calendar,
  .workspace-layout.profile-open #contactProfileTimeBoard .compensation-calendar-days {
    width: 100%;
  }

  .workspace-layout.profile-open #contactProfileTimeBoard .personal-dashboard-list-head {
    display: flex;
    min-width: 0;
    min-height: 30px;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 8px;
  }

  .workspace-layout.profile-open #contactProfileTimeBoard .personal-dashboard-panel-title,
  .workspace-layout.profile-open #contactProfileTimeBoard .personal-dashboard-list-actions {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 5px;
  }

  .workspace-layout.profile-open #contactProfileTimeBoard .personal-dashboard-list-head h4 {
    margin: 0;
    color: #ffffff;
    font-size: 15px;
  }

  .workspace-layout.profile-open #contactProfileTimeBoard .personal-dashboard-list-actions span {
    color: rgba(255, 255, 255, 0.78);
    font-size: 10px;
    white-space: nowrap;
  }

  :is(
      .workspace-layout.tab-workbench .desktop-personal-dashboard,
      .workspace-layout.profile-open #contactProfileTimeBoard
    ) .personal-time-dashboard-add {
    flex: 0 0 auto;
    min-height: 28px;
    padding: 0 10px;
    border: 1px solid rgba(255, 255, 255, 0.46);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #117157;
    font: inherit;
    font-size: 10px;
    font-weight: 850;
    white-space: nowrap;
  }

  .workspace-layout.tab-workbench
    .desktop-personal-dashboard
    .compensation-home-attendance.is-dashboard-shell
    .personal-time-dashboard-add {
    border-color: rgba(255, 255, 255, 0.42);
    background: rgba(255, 255, 255, 0.22);
    color: #ffffff;
  }

  :is(
      .workspace-layout.tab-workbench .desktop-personal-dashboard,
      .workspace-layout.profile-open #contactProfileTimeBoard
    ) .personal-time-timeline {
    --personal-time-row-height: 44px;
    display: grid;
    align-content: start;
    min-width: 0;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    scrollbar-width: thin;
  }

  :is(
      .workspace-layout.tab-workbench .desktop-personal-dashboard,
      .workspace-layout.profile-open #contactProfileTimeBoard
    ) .personal-time-timeline[data-personal-time-density-rows="6"] {
    --personal-time-row-height: 36px;
  }

  :is(
      .workspace-layout.tab-workbench .desktop-personal-dashboard,
      .workspace-layout.profile-open #contactProfileTimeBoard
    ) .personal-time-timeline[data-personal-time-density-rows="7"] {
    --personal-time-row-height: 31px;
  }

  :is(
      .workspace-layout.tab-workbench .desktop-personal-dashboard,
      .workspace-layout.profile-open #contactProfileTimeBoard
    ) .personal-time-timeline[data-personal-time-density-rows="8"] {
    --personal-time-row-height: 27px;
  }

  :is(
      .workspace-layout.tab-workbench .desktop-personal-dashboard,
      .workspace-layout.profile-open #contactProfileTimeBoard
    ) .personal-time-timeline[data-personal-time-density-rows="9"] {
    --personal-time-row-height: 24px;
  }

  :is(
      .workspace-layout.tab-workbench .desktop-personal-dashboard,
      .workspace-layout.profile-open #contactProfileTimeBoard
    ) .personal-time-timeline[data-personal-time-density-rows="10"] {
    --personal-time-row-height: 22px;
  }

  :is(
      .workspace-layout.tab-workbench .desktop-personal-dashboard,
      .workspace-layout.profile-open #contactProfileTimeBoard
    ) .personal-time-timeline.is-scrollable {
    align-self: start;
    height: calc(var(--personal-time-row-height) * 10);
    max-height: 100%;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
  }

  :is(
      .workspace-layout.tab-workbench .desktop-personal-dashboard,
      .workspace-layout.profile-open #contactProfileTimeBoard
    ) .personal-time-timeline-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 6px;
    min-width: 0;
    min-height: var(--personal-time-row-height);
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
  }

  :is(
      .workspace-layout.tab-workbench .desktop-personal-dashboard,
      .workspace-layout.profile-open #contactProfileTimeBoard
    ) .personal-time-timeline-main {
    display: grid;
    grid-template-columns: minmax(82px, 0.48fr) minmax(0, 1fr);
    align-items: center;
    gap: 8px;
    min-width: 0;
    min-height: calc(var(--personal-time-row-height) - 2px);
    padding: 0 6px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #ffffff;
    font: inherit;
    text-align: left;
  }

  :is(
      .workspace-layout.tab-workbench .desktop-personal-dashboard,
      .workspace-layout.profile-open #contactProfileTimeBoard
    ) button.personal-time-timeline-main {
    cursor: pointer;
  }

  :is(
      .workspace-layout.tab-workbench .desktop-personal-dashboard,
      .workspace-layout.profile-open #contactProfileTimeBoard
    ) .personal-time-timeline-time {
    min-width: 0;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.76);
    font-size: 11px;
    font-variant-numeric: tabular-nums;
    font-weight: 750;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  :is(
      .workspace-layout.tab-workbench .desktop-personal-dashboard,
      .workspace-layout.profile-open #contactProfileTimeBoard
    ) .personal-time-timeline-label {
    min-width: 0;
    overflow: hidden;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  :is(
      .workspace-layout.tab-workbench .desktop-personal-dashboard,
      .workspace-layout.profile-open #contactProfileTimeBoard
    ) .personal-time-timeline-return {
    min-height: 26px;
    margin-right: 4px;
    padding: 0 8px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    color: #117157;
    font: inherit;
    font-size: 9px;
    font-weight: 850;
    white-space: nowrap;
  }

  .workspace-layout.tab-workbench
    .desktop-personal-dashboard
    .compensation-home-attendance.is-dashboard-shell
    .personal-time-timeline-return {
    border-color: rgba(255, 255, 255, 0.42);
    background: rgba(255, 255, 255, 0.22);
    color: #ffffff;
  }

  :is(
      .workspace-layout.tab-workbench .desktop-personal-dashboard,
      .workspace-layout.profile-open #contactProfileTimeBoard
    ) .personal-time-dashboard-message {
    display: grid;
    min-height: 210px;
    place-items: center;
    padding: 18px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    line-height: 1.6;
    text-align: center;
  }

  .personal-time-dialog {
    align-items: end;
    padding: 0;
  }

  .personal-time-dialog-card {
    width: 100%;
    max-height: min(88vh, calc(var(--app-viewport-height) - 28px));
    border-radius: 20px 20px 0 0;
  }

  .personal-time-dialog-head {
    padding: 17px 16px 13px;
  }

  .personal-time-form-fields {
    gap: 13px;
    padding: 16px 16px 7px;
  }

  .personal-time-form-time-row {
    gap: 9px;
  }

  .personal-time-form-status {
    padding-inline: 16px;
  }

  .personal-time-dialog-actions {
    grid-template-columns: auto minmax(0, 1fr) auto auto;
    padding: 13px 16px max(16px, env(safe-area-inset-bottom));
  }

  .personal-time-dialog-actions button {
    padding-inline: 13px;
  }

  .workspace-layout.tab-workbench
    .desktop-personal-dashboard
    .personal-dashboard-list.is-todos {
    display: grid;
    gap: 12px;
  }

  .workspace-layout.tab-workbench
    .desktop-personal-dashboard
    .personal-dashboard-list.is-todos
    > .unified-todo-card {
    grid-template-rows: 20px 18px 44px;
    row-gap: 7px;
    align-content: start;
    min-height: 116px;
    height: 116px;
    max-height: 116px;
    margin: 0;
    padding: 10px;
    border-radius: 11px;
  }

  .workspace-layout.tab-workbench
    .desktop-personal-dashboard
    .personal-dashboard-list.is-todos
    > .unified-todo-card[data-todo-entry="true"]:not(.has-actions) {
    padding-right: 36px;
  }

  .workspace-layout.tab-workbench
    .desktop-personal-dashboard
    .personal-dashboard-list.is-todos
    .unified-todo-card-title {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
  }

  .workspace-layout.tab-workbench
    .desktop-personal-dashboard
    .personal-dashboard-list.is-todos
    .unified-todo-card-title
    > :is(.unified-todo-card-title-part, .unified-todo-card-title-divider) {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
  }

  .workspace-layout.tab-workbench
    .desktop-personal-dashboard
    .personal-dashboard-list.is-todos
    :is(.unified-todo-card-content, .unified-todo-card-time) {
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
  }

  .workspace-layout.tab-workbench
    .desktop-personal-dashboard
    .personal-dashboard-list.is-todos
    .unified-todo-card-time {
    color: rgba(255, 255, 255, 0.7);
  }

  .workspace-layout.tab-workbench
    .desktop-personal-dashboard
    .personal-dashboard-list.is-todos
    .unified-todo-card-footer {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
    height: 44px;
  }

  .workspace-layout.tab-workbench
    .desktop-personal-dashboard
    .personal-dashboard-list.is-todos
    .unified-todo-actions {
    gap: 8px;
  }

  .workspace-layout.tab-workbench
    .desktop-personal-dashboard
    .personal-dashboard-list.is-todos
    .unified-todo-actions
    :is(.button, .todo-action) {
    min-width: 58px;
    min-height: 44px;
    height: 44px;
    margin: 0;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 600;
  }

  .workspace-layout.tab-workbench
    .desktop-personal-dashboard
    .personal-dashboard-list.is-todos
    .unified-todo-actions
    :is(.button.success, .button.primary) {
    border-color: rgba(255, 255, 255, 0.72);
    background: rgba(255, 255, 255, 0.22);
    color: #ffffff;
  }

  .workspace-layout.tab-workbench
    .desktop-personal-dashboard
    .personal-dashboard-list.is-todos
    .unified-todo-actions
    .button.danger {
    border-color: rgba(255, 225, 225, 0.54);
    background: rgba(120, 25, 25, 0.22);
    color: #ffffff;
  }
}

/*
 * 平板 App 横屏会越过手机断点，但仍需要按内容撑开个人工作台。
 * 仅解除原生 App 宽屏看板的固定宽高比，保留电脑端浏览器的既有排布。
 */
@media (min-width: 901px) {
  :is(.linxi-android-host, .linxi-ios-host)
    .workspace-layout.tab-workbench
    .desktop-personal-dashboard
    .compensation-home-attendance.is-dashboard-shell {
    height: auto;
    min-height: 0;
    max-height: none;
    aspect-ratio: auto;
  }

  :is(.linxi-android-host, .linxi-ios-host)
    .workspace-layout.tab-workbench
    .desktop-personal-dashboard
    .compensation-home-attendance.is-dashboard-shell
    > :is(
      .compensation-home-calendar,
      .compensation-home-metrics,
      .personal-workbench-today,
      .personal-dashboard-list-panel
    ) {
    height: auto;
    max-height: none;
  }
}
