/* v44.7 · mobile-first refinement: compact shell, coherent cards and safe fixed UI. */

@media (max-width: 820px) {
  .v43 {
    --v47-mobile-header-height: 56px;
    --v47-mobile-nav-height: 64px;
    --v47-mobile-page-inline: max(14px, env(safe-area-inset-left));
    --v47-mobile-card-radius: 12px;
  }

  .v43 .v43-mobile-app {
    grid-template-rows: calc(var(--v47-mobile-header-height) + env(safe-area-inset-top)) minmax(0, 1fr);
  }

  .v43 .v43m-header {
    grid-template-columns: auto minmax(0, 1fr) auto;
    min-height: calc(var(--v47-mobile-header-height) + env(safe-area-inset-top));
    height: calc(var(--v47-mobile-header-height) + env(safe-area-inset-top));
    padding: env(safe-area-inset-top) max(12px, env(safe-area-inset-right)) 0 max(12px, env(safe-area-inset-left));
    border-bottom: 1px solid color-mix(in srgb, var(--v43-line) 72%, transparent);
    background: color-mix(in srgb, var(--v43-surface) 94%, transparent);
  }

  .v43 .v43m-header::after {
    display: none;
  }

  .v43 .v43m-header-button.is-placeholder {
    width: 0 !important;
    min-width: 0 !important;
    padding: 0;
    overflow: hidden;
  }

  .v43 .v43m-header-copy {
    padding-inline: 4px 10px;
    text-align: left;
  }

  .v43 .v43m-header-copy small {
    display: none;
  }

  .v43 .v43m-header-copy strong {
    margin: 0;
    font-size: 18px;
    font-weight: 730;
    line-height: 1.2;
  }

  .v43 .v43m-header-actions {
    gap: 5px;
  }

  .v43 .v43m-header-button,
  .v43 .v43m-add {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .v43 .v43m-add {
    border-radius: 11px;
    box-shadow: 0 7px 16px rgb(8 43 69 / 13%);
  }

  .v43 .v43m-add svg {
    width: 19px;
    height: 19px;
  }

  .v43 #v43MobileSync {
    position: relative;
    display: grid;
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
    place-items: center;
    gap: 0;
  }

  .v43 #v43MobileSync > svg {
    width: 19px;
    height: 19px;
  }

  .v43 #v43MobileSync > span {
    position: absolute;
    inset: 8px 6px auto auto;
    display: block;
    width: 7px;
    height: 7px;
    border: 2px solid var(--v43-surface);
    border-radius: 50%;
    background: var(--v43-green);
  }

  .v43 #v43MobileSync[data-sync-kind="syncing"] > span {
    background: var(--v43-orange);
  }

  .v43 #v43MobileSync[data-sync-kind="offline"] > span,
  .v43 #v43MobileSync[data-sync-kind="local"] > span {
    background: var(--v43-ink-faint);
  }

  .v43 #v43MobileSync[data-sync-kind="error"] > span {
    background: var(--v43-red);
  }

  .v43 #v43MobileSync .v43m-sync-label {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
  }

  .v43 .v43m-content {
    width: 100%;
    max-width: 700px;
    margin-inline: auto;
    padding: 10px max(14px, env(safe-area-inset-right)) calc(var(--v47-mobile-nav-height) + 24px + env(safe-area-inset-bottom)) max(14px, env(safe-area-inset-left));
    scroll-padding-block: 12px calc(var(--v47-mobile-nav-height) + 28px + env(safe-area-inset-bottom));
  }

  .v43 .v43m-tabbar {
    height: calc(var(--v47-mobile-nav-height) + env(safe-area-inset-bottom));
    padding-bottom: env(safe-area-inset-bottom);
    transition: opacity 160ms ease, transform 180ms ease;
  }

  .v43 .v47m-page-context {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
  }

  .v43 .v47m-research-tools {
    display: flex;
    min-height: 36px;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 6px;
  }

  .v43 .v47m-research-tools > span {
    min-width: 0;
    overflow: hidden;
    color: var(--v43-ink-faint);
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .v43 .v47m-research-tools > button {
    display: inline-flex;
    min-height: 36px;
    flex: 0 0 auto;
    align-items: center;
    gap: 5px;
    padding: 0 10px;
    border: 1px solid var(--v43-line-strong);
    border-radius: 9px;
    background: var(--v43-surface);
    color: var(--v43-blue-strong);
    font: inherit;
    font-size: 12px;
  }

  .v43 .v47m-research-tools svg {
    width: 15px;
    height: 15px;
  }

  .v43 .v47m-research-nav {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px;
    gap: 6px;
    margin: 0 calc(-1 * max(14px, env(safe-area-inset-right))) 14px calc(-1 * max(14px, env(safe-area-inset-left)));
    padding-left: max(14px, env(safe-area-inset-left));
  }

  .v43 .v47m-research-nav::after {
    position: absolute;
    z-index: 2;
    inset: 0 44px 0 auto;
    width: 24px;
    background: linear-gradient(90deg, transparent, var(--v43-surface));
    pointer-events: none;
    content: "";
  }

  .v43 .v47m-research-nav::before {
    position: absolute;
    z-index: 2;
    inset: 0 auto 0 max(14px, env(safe-area-inset-left));
    width: 14px;
    background: linear-gradient(90deg, var(--v43-surface), transparent);
    pointer-events: none;
    content: "";
  }

  .v43 .v47m-research-nav .v43m-research-tabs {
    display: flex;
    min-width: 0;
    gap: 6px;
    margin: 0;
    padding: 0 20px 3px 0;
    overflow: auto hidden;
    mask-image: none;
    scroll-padding-inline: 14px 28px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .v43 .v47m-research-nav .v43m-research-tabs::-webkit-scrollbar {
    display: none;
  }

  .v43 .v47m-research-nav .v43m-research-tabs button {
    min-height: 40px;
    flex: 0 0 auto;
    padding-inline: 14px;
    border-radius: 11px;
    scroll-snap-align: center;
  }

  .v43 .v47m-research-nav .ui-research-all {
    z-index: 4;
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    background: var(--v43-surface);
  }

  .v43 .v47m-research-nav .ui-research-all > summary {
    display: grid;
    width: 40px;
    height: 40px;
    min-height: 40px;
    place-items: center;
    border: 1px solid var(--v43-line-strong);
    border-radius: 11px;
    background: var(--v43-surface);
    list-style: none;
  }

  .v43 .v47m-research-nav .ui-research-all > summary::-webkit-details-marker {
    display: none;
  }

  .v43 .v47m-research-nav .ui-research-all > summary svg {
    width: 17px;
    height: 17px;
  }

  .v43 .v47m-research-nav .ui-research-all > div {
    top: calc(100% + 5px);
    right: max(12px, env(safe-area-inset-right));
    display: grid;
    width: min(248px, calc(100vw - 28px));
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
    padding: 10px;
    border-radius: 12px;
  }

  .v43 .v47m-research-nav .ui-research-all > div > strong {
    grid-column: 1 / -1;
    padding: 5px 8px 7px;
    color: var(--v43-ink-faint);
    font-size: 11px;
  }

  .v43 .v47m-research-nav .ui-research-all button {
    min-height: 40px;
    padding: 0 9px;
    border-radius: 8px;
    font-size: 12px;
  }

  .v43 .v47m-research-nav .ui-research-all button.active {
    background: var(--v43-surface-blue);
    color: var(--v43-blue-strong);
  }

  .v43 .v43m-research-section {
    margin: 0 0 20px;
    padding: 0;
    border: 0;
  }

  .v43 .v43m-research-section + .v43m-research-section {
    padding-top: 18px;
    border-top: 1px solid var(--v43-line);
  }

  .v43 .v43m-research-section > header {
    margin-bottom: 10px;
  }

  .v43 .v43m-research-section > div:not(.v43-research-filterbar) {
    display: grid;
    gap: 8px;
  }

  .v43 .v47m-record-card,
  .v43 [data-ui-research-results] .v47m-record-card {
    display: grid !important;
    min-height: 72px;
    grid-template-columns: 38px minmax(0, 1fr) 42px !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 9px 8px !important;
    border: 1px solid var(--v43-line) !important;
    border-radius: var(--v47-mobile-card-radius) !important;
    background: var(--v43-surface);
    box-shadow: 0 4px 14px rgb(12 45 70 / 3%);
  }

  .v43 .v47m-record-card > span:first-child,
  .v43 [data-ui-research-results] .v47m-record-card > .v43-research-row-icon {
    display: grid !important;
    width: 36px;
    height: 36px;
    place-items: center;
    border-radius: 10px;
    background: var(--v43-surface-blue);
    color: var(--v43-blue);
  }

  .v43 .v47m-record-card > span:first-child svg {
    width: 17px;
    height: 17px;
  }

  .v43 .v47m-record-card > button,
  .v43 [data-ui-research-results] .v47m-record-card > .v43-research-row-main {
    min-width: 0;
    min-height: 48px;
    padding: 4px 0;
    border: 0;
    background: transparent;
    color: var(--v43-ink);
    text-align: left;
  }

  .v43 .v47m-record-card strong,
  .v43 .v47m-record-card small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .v43 .v47m-record-card strong {
    display: -webkit-box;
    color: var(--v43-ink-strong);
    font-size: 14px;
    line-height: 1.45;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .v43 .v47m-record-card small {
    margin-top: 4px;
    color: var(--v43-ink-soft);
    font-size: 12px;
    line-height: 1.4;
    white-space: nowrap;
  }

  .v43 .v43-record-more,
  .v43 .v43-research-row-more {
    position: relative;
    align-self: start;
    justify-self: end;
  }

  .v43 .v43-record-more > button,
  .v43 .v43-research-row-more > summary {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: var(--v43-ink-soft);
    list-style: none;
    cursor: pointer;
  }

  .v43 .v43-research-row-more > summary::-webkit-details-marker {
    display: none;
  }

  .v43 .v43-record-more > button svg,
  .v43 .v43-research-row-more > summary svg {
    width: 18px;
    height: 18px;
  }

  .v43 .v43-record-more > button[aria-expanded="true"],
  .v43 .v43-research-row-more[open] > summary {
    background: var(--v43-surface-blue);
    color: var(--v43-blue-strong);
  }

  .v43 .v43-record-more > span[role="menu"],
  .v43 .v43-research-row-more > div {
    position: absolute;
    z-index: 45;
    top: calc(100% + 3px);
    right: 0;
    width: 142px;
    padding: 6px;
    border: 1px solid var(--v43-line);
    border-radius: 11px;
    background: var(--v43-surface);
    box-shadow: 0 14px 34px rgb(7 27 45 / 16%);
  }

  .v43 .v43-record-more > span[role="menu"] button,
  .v43 .v43-research-row-more > div button {
    display: flex;
    width: 100%;
    min-height: 44px;
    align-items: center;
    gap: 8px;
    padding: 0 10px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: var(--v43-ink);
    text-align: left;
    font: inherit;
    font-size: 13px;
  }

  .v43 .v43-record-more > span[role="menu"] button.is-danger,
  .v43 .v43-research-row-more > div button.is-danger {
    color: var(--v43-red);
  }

  .v43 .v43-record-more > span[role="menu"] svg,
  .v43 .v43-research-row-more > div svg {
    width: 16px;
    height: 16px;
  }

  .v43 .v47m-summary-card,
  .v43 .v45m-project-metrics.v47m-summary-card {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 0 16px;
    padding: 5px;
    border: 1px solid var(--v43-line);
    border-radius: var(--v47-mobile-card-radius);
    background: var(--v43-surface-soft);
  }

  .v43 .v47m-summary-card > span {
    min-height: 58px;
    padding: 9px 6px;
    border: 0;
    border-left: 1px solid var(--v43-line);
    border-radius: 8px;
  }

  .v43 .v47m-summary-card > span:first-child {
    border-left: 0;
  }

  .v43 [data-ui-research-results="projects"] .v47m-project-card {
    display: grid !important;
    min-height: 0;
    grid-template-columns: 38px minmax(0, 1fr) 42px !important;
    grid-template-rows: auto auto;
    gap: 8px 9px !important;
    padding: 11px 8px 8px 10px !important;
    border-radius: var(--v47-mobile-card-radius);
  }

  .v43 .v47m-project-card > .v43-research-row-main {
    min-height: 0;
    grid-column: 2;
    padding: 0;
  }

  .v43 .v47m-project-card > .v43-research-row-more {
    grid-column: 3;
    grid-row: 1;
  }

  .v43 .v47m-project-card > .v43-research-row-main > strong {
    margin-top: 7px;
  }

  .v43 .v47m-project-card .v45-project-next {
    min-height: 0;
    margin-top: 9px;
    padding: 9px 10px;
  }

  .v43 .v47m-project-meta {
    grid-column: 1 / -1;
    grid-row: 2;
    border-top: 1px solid var(--v43-line);
  }

  .v43 .v47m-project-meta > summary {
    display: flex;
    min-height: 40px;
    align-items: center;
    justify-content: space-between;
    padding: 0 5px;
    color: var(--v43-ink-soft);
    font-size: 11px;
    list-style: none;
  }

  .v43 .v47m-project-meta > summary::-webkit-details-marker {
    display: none;
  }

  .v43 .v47m-project-meta > summary svg {
    width: 14px;
    height: 14px;
    transition: transform 150ms ease;
  }

  .v43 .v47m-project-meta[open] > summary svg {
    transform: rotate(180deg);
  }

  .v43 .v47m-project-meta > div {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    padding: 0 4px 7px;
  }

  .v43 .v47m-project-meta > div span {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    gap: 4px;
    padding: 0 8px;
    border-radius: 8px;
    background: var(--v43-surface-blue);
    color: var(--v43-ink-soft);
    font-size: 10px;
  }

  .v43 .v47m-project-meta svg {
    width: 12px;
    height: 12px;
    color: var(--v43-blue);
  }

  .v43 .v43m-pipeline-map {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    padding: 1px;
    border-radius: var(--v47-mobile-card-radius);
  }

  .v43 .v43m-pipeline-map article {
    display: grid;
    min-height: 94px;
    grid-template-columns: 32px minmax(0, 1fr);
    align-items: start;
    gap: 9px;
    padding: 14px 12px;
    border-radius: 11px;
    background: rgb(255 255 255 / 3%);
  }

  .v43 .v43m-pipeline-map article > i {
    display: none;
  }

  .v43 .v43m-pipeline-map article > span {
    width: 32px;
    height: 32px;
  }

  .v43 .v43m-pipeline-map article > div {
    padding: 0;
  }

  .v43 .v43m-pipeline-map em {
    display: -webkit-box;
    margin-top: 4px;
    overflow: hidden;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .v43 .v47m-overview-projects {
    display: grid;
    gap: 8px;
  }

  .v43 .v43m-evidence-flow > .v47m-overview-projects > .v47m-overview-project {
    display: grid;
    width: 100%;
    grid-template-columns: 38px minmax(0, 1fr) 44px;
    margin: 0;
  }

  .v43 .v47m-overview-project > button {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
  }

  .v43 .v47m-overview-project > button small,
  .v43 .v47m-overview-project > button strong,
  .v43 .v47m-overview-project > button em {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .v43 .v47m-overview-project > button em {
    margin-top: 4px;
    color: var(--v43-ink-soft);
    font-size: 11px;
    font-style: normal;
  }

  .v43 .v43-course-timetable-panel > header {
    display: grid;
    gap: 9px;
  }

  .v43 .v43-course-timetable-title > small,
  .v43 .v43-course-timetable-title > h2 {
    display: none;
  }

  .v43 .v43-course-week-context {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    margin: 0;
    padding: 9px 10px;
    border-radius: var(--v47-mobile-card-radius);
  }

  .v43 .v43-course-week-context > div:first-child {
    grid-template-columns: auto 1fr;
    align-items: baseline;
    column-gap: 8px;
  }

  .v43 .v43-course-week-context > div:first-child small {
    grid-column: 1 / -1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .v43 .v43-course-week-context > div:first-child strong {
    font-size: 15px;
  }

  .v43 .v43-course-week-context > div:first-child span {
    font-size: 11px;
    white-space: nowrap;
  }

  .v43 .v43-course-week-controls {
    gap: 2px;
  }

  .v43 .v43-course-week-controls button {
    width: 34px;
    min-width: 34px;
    min-height: 34px;
    padding: 0;
    border: 0;
    border-radius: 9px;
    background: var(--v43-surface);
  }

  .v43 .v43-course-week-controls button:nth-child(2) {
    width: auto;
    min-width: 52px;
    padding-inline: 7px;
  }

  .v43 .v43-course-week-controls button:first-child span,
  .v43 .v43-course-week-controls button:last-child span {
    display: none;
  }

  .v43 .v43-course-timetable-actions {
    justify-content: flex-end;
    gap: 6px;
  }

  .v43 .v43-course-timetable-actions > button,
  .v43 .v43-course-more summary {
    min-height: 38px;
    padding-inline: 11px;
    font-size: 12px;
  }

  .v43 .v43-course-timetable-mobile {
    margin-top: 12px;
  }

  .v43 .v47m-course-view-switch {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
    padding: 4px;
    border-radius: 11px;
    background: var(--v43-surface-soft);
  }

  .v43 .v47m-course-view-switch button {
    min-height: 38px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: var(--v43-ink-soft);
    font: inherit;
    font-size: 13px;
  }

  .v43 .v47m-course-view-switch button.active {
    background: var(--v43-surface);
    color: var(--v43-blue-strong);
    box-shadow: 0 2px 8px rgb(10 43 69 / 6%);
    font-weight: 650;
  }

  .v43 .v47m-course-day-view > nav {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 4px;
    margin-top: 10px;
    padding: 4px;
    border-radius: 10px;
    background: var(--v43-surface-soft);
  }

  .v43 .v47m-course-day-view > nav button {
    display: grid;
    min-width: 0;
    min-height: 44px;
    place-items: center;
    gap: 1px;
    padding: 3px 0;
    border: 0;
    border-radius: 7px;
    background: transparent;
    color: var(--v43-ink-faint);
    font: inherit;
  }

  .v43 .v47m-course-day-view > nav button strong {
    font-size: 13px;
    font-weight: 650;
  }

  .v43 .v47m-course-day-view > nav button small {
    font-size: 10px;
  }

  .v43 .v47m-course-day-view > nav button.active {
    background: var(--v43-surface);
    color: var(--v43-blue-strong);
    box-shadow: 0 2px 10px rgb(32 72 122 / 10%);
  }

  .v43 .v47m-course-day-view > nav button.is-today:not(.active) {
    color: var(--v43-blue);
  }

  .v43 .v47m-course-day-view > div,
  .v43 .v47m-course-week-day > div {
    display: grid;
    gap: 8px;
    margin-top: 10px;
  }

  .v43 .v47m-course-card {
    grid-template-columns: 82px minmax(0, 1fr) 42px !important;
    padding-left: 8px !important;
  }

  .v43 .v47m-course-card > time {
    min-width: 0;
    padding-right: 9px;
    border-right: 1px solid var(--v43-line);
  }

  .v43 .v47m-course-card > time strong,
  .v43 .v47m-course-card > time small {
    display: block;
  }

  .v43 .v47m-course-card > time strong {
    color: var(--v43-blue-strong);
    font-size: 12px;
  }

  .v43 .v47m-course-card > time small {
    margin-top: 3px;
    color: var(--v43-ink-faint);
    font-size: 10px;
    white-space: nowrap;
  }

  .v43 .v47m-course-week-view {
    display: grid;
    gap: 15px;
    margin-top: 14px;
  }

  .v43 .v47m-course-week-day > header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
    padding: 0 2px;
  }

  .v43 .v47m-course-week-day > header strong {
    color: var(--v43-ink-strong);
    font-size: 14px;
  }

  .v43 .v47m-course-week-day > header small {
    color: var(--v43-ink-faint);
    font-size: 11px;
  }

  .v43 .v43-course-list {
    margin-top: 14px;
  }

  .v43 .toast {
    right: max(12px, env(safe-area-inset-right));
    bottom: calc(var(--v47-mobile-nav-height) + 16px + env(safe-area-inset-bottom));
    left: max(12px, env(safe-area-inset-left));
    display: flex;
    width: auto;
    max-width: 520px;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-inline: auto;
    padding: 9px 13px;
    border-radius: 11px;
    font-size: 12px;
    line-height: 1.35;
  }

  .v43 .toast:not(.has-action) {
    pointer-events: none;
  }

  .v43 .toast-action {
    min-height: 34px;
    margin-left: 4px;
  }

  .v43 .v43m-sheet,
  .v43 .workspace-dialog,
  .v43 .modal-card {
    padding-bottom: max(18px, env(safe-area-inset-bottom));
  }

  .v43 :is(.v43m-sheet-body, .workspace-dialog-body, .modal-card) :is(input, textarea, select, button[type="submit"]) {
    scroll-margin-bottom: calc(110px + env(safe-area-inset-bottom));
  }

  body.keyboard-open.v43 .v43m-tabbar {
    opacity: 0;
    pointer-events: none;
    transform: translateY(110%);
  }

  body.keyboard-open.v43 .v43m-content {
    padding-bottom: 24px;
    scroll-padding-bottom: calc(var(--keyboard-height, 0px) + 30px);
  }

  body.keyboard-open.v43 .toast {
    bottom: max(10px, env(safe-area-inset-bottom));
  }

  body.keyboard-open.v43 .v43m-sheet {
    bottom: var(--keyboard-height, 0px);
    max-height: calc(100dvh - var(--keyboard-height, 0px) - env(safe-area-inset-top) - 8px);
  }

  body.keyboard-open.v43 .v43m-sheet-body {
    max-height: calc(100dvh - var(--keyboard-height, 0px) - 92px - env(safe-area-inset-top));
    padding-bottom: 14px;
  }
}

@media (max-width: 370px) {
  .v43 .v43-course-week-context {
    grid-template-columns: minmax(0, 1fr);
  }

  .v43 .v43-course-week-controls {
    justify-content: flex-start;
  }

  .v43 .v47m-course-card {
    grid-template-columns: 72px minmax(0, 1fr) 42px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .v43 .v43m-tabbar,
  .v43 .v47m-project-meta > summary svg {
    transition: none;
  }
}
