:root {
  --bg: #f5f4f0;
  --surface: #ffffff;
  --surface-subtle: #ecebe6;
  --ink: #171714;
  --ink-on-dark: #ffffff;
  --text-2: #65625b;
  --text-disabled: #aaa79f;
  --border: #dedbd3;
  --accent: #ffd02f;
  --accent-pressed: #e5b900;
  --accent-soft: #fff4bf;
  --success: #147a4b;
  --success-soft: #e5f4ec;
  --danger: #b42318;
  --danger-soft: #fbe9e7;
  --warning: #9a6500;
  --warning-soft: #fff1c7;
  --info: #295ea8;
  --info-soft: #e7effa;
  --r-hero: 28px;
  --r-card: 24px;
  --r-control: 16px;
  --shadow-card: 0 8px 24px rgba(23, 23, 20, 0.06);
}

button,
input,
textarea,
select {
  letter-spacing: 0;
}

button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 3px;
  box-shadow: 0 0 0 5px var(--accent);
}

.app-page {
  background: var(--bg);
}

.app-bar {
  height: 72px;
  flex-basis: 72px;
  padding: 0 20px;
}

.home-app-bar {
  gap: 12px;
}

.profile-button {
  height: 56px;
  gap: 12px;
}

.profile-icon {
  width: 44px;
  height: 44px;
  flex-basis: 44px;
  border-radius: 14px;
}

.profile-icon .icon {
  width: 22px;
  height: 22px;
}

.profile-copy {
  gap: 2px;
}

.profile-copy b {
  font-size: 20px;
  line-height: 26px;
}

.profile-copy small,
.bar-title small {
  font-size: 13px;
  line-height: 18px;
}

.status-chip,
.dark-status-chip,
.context-chip {
  min-height: 36px;
  padding: 0 14px;
  font-size: 13px;
}

.icon-button {
  width: 48px;
  height: 48px;
  border-radius: 16px;
}

.secondary-app-bar {
  padding: 0 12px;
  border-bottom: 0;
  background: var(--bg);
}

.bar-title b,
.app-bar > .single-title b {
  font-size: 24px;
  line-height: 30px;
}

.page-main,
.record-scroll,
.reconcile-main {
  overscroll-behavior: contain;
}

.dark-summary {
  border-radius: var(--r-hero);
  box-shadow: none;
}

.summary-heading span {
  color: #d3d0c8;
  font-size: 16px;
  line-height: 22px;
}

.summary-heading small {
  margin-top: 3px;
  color: #959188;
  font-size: 13px;
  line-height: 18px;
}

.summary-amount {
  margin-top: 10px;
  font-size: 50px;
  line-height: 58px;
  font-variant-numeric: tabular-nums;
}

.summary-amount span {
  font-size: 28px;
}

.summary-warning,
.summary-link {
  min-height: 48px;
  font-size: 13px;
}

.primary-button,
.secondary-button {
  min-height: 56px;
  padding: 0 20px;
  border-radius: 18px;
  font-size: 16px;
}

/* H01 */
.h01-main {
  display: flex;
  padding: 8px 20px 116px;
  flex-direction: column;
  gap: 20px;
  overflow-y: auto;
}

.month-summary {
  min-height: 236px;
  height: auto;
  padding: 24px;
}

.month-summary::after,
.wage-summary::after,
.reconcile-summary::after,
.profile-card::after {
  position: absolute;
  right: -46px;
  bottom: -64px;
  width: 190px;
  height: 190px;
  border: 34px solid rgba(255, 255, 255, 0.055);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.month-summary .summary-heading,
.month-summary .summary-amount,
.month-summary .summary-metrics,
.month-summary .summary-footer {
  position: relative;
  z-index: 1;
}

.summary-metrics {
  display: flex;
  height: auto;
  margin-top: 18px;
  justify-content: flex-start;
  gap: 0;
}

.summary-metrics > div {
  display: flex;
  min-width: 0;
  flex: 1;
  padding-right: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 1px;
}

.summary-metrics > div + div {
  padding-left: 16px;
}

.summary-metrics > div + div::before {
  top: 2px;
  bottom: 2px;
  background: rgba(255, 255, 255, 0.16);
}

.summary-metrics span,
.summary-metrics strong {
  color: #c4c0b8;
  font-size: 13px;
  line-height: 20px;
}

.summary-metrics strong {
  color: #ffffff;
  font-weight: 800;
}

.month-summary .summary-footer {
  position: static;
  display: flex;
  height: 48px;
  margin-top: 10px;
  justify-content: space-between;
}

.calendar-section {
  overflow: hidden;
  flex: 0 0 auto;
  padding: 0 0 14px;
  border-radius: var(--r-card);
  background: var(--surface);
  box-shadow: var(--shadow-card);
}

.calendar-toolbar {
  height: 64px;
  padding: 0 12px 0 20px;
}

.month-title {
  height: 56px;
  font-size: 20px;
}

.text-button {
  min-width: 48px;
  height: 48px;
  font-size: 13px;
}

.weekdays {
  height: 32px;
  color: var(--text-2);
  font-size: 13px;
}

.calendar-grid {
  height: 336px;
  grid-template-rows: repeat(6, 56px);
}

.calendar-day {
  height: 56px;
  padding: 4px 2px;
  grid-template-rows: 24px 20px;
  border-radius: 16px;
  font-size: 13px;
  line-height: 18px;
}

.calendar-day.selected {
  border: 0;
  background: var(--accent);
  box-shadow: inset 0 0 0 2px var(--ink);
}

.calendar-day.today .date-line i {
  width: 26px;
  height: 26px;
  border: 2px solid var(--ink);
  line-height: 22px;
}

.date-line {
  font-size: 15px;
  line-height: 22px;
}

.work-line {
  max-width: 100%;
  color: var(--text-2);
  font-size: 12px;
  line-height: 18px;
}

.day-money,
.micro-badge {
  display: none;
}

.selected-day-strip {
  position: relative;
  z-index: 4;
  min-height: 84px;
  padding: 0 12px 0 20px;
  border: 0;
  border-radius: var(--r-card);
  background: var(--surface);
  box-shadow: 0 12px 30px rgba(23, 23, 20, 0.12);
}

.selected-date b,
.selected-summary b {
  font-size: 17px;
  line-height: 24px;
}

.selected-date small,
.selected-summary small {
  font-size: 13px;
  line-height: 18px;
}

.square-add {
  width: 56px;
  height: 56px;
  border-radius: 18px;
}

.square-add .icon {
  width: 24px;
  height: 24px;
}

/* Navigation */
.bottom-nav {
  position: absolute;
  z-index: 20;
  right: 16px;
  bottom: 12px;
  left: 16px;
  display: grid;
  width: auto;
  height: 76px;
  flex: none;
  padding: 7px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(222, 219, 211, 0.8);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 34px rgba(23, 23, 20, 0.14);
  backdrop-filter: blur(14px);
}

.bottom-nav button {
  min-height: 60px;
  border-radius: 999px;
  color: var(--text-2);
  font-size: 13px;
  gap: 4px;
}

.bottom-nav button.is-active {
  background: var(--surface-subtle);
  color: var(--ink);
}

.bottom-nav button.is-active::before {
  display: none;
}

.bottom-nav .icon {
  width: 23px;
  height: 23px;
}

/* H02 */
.existing-record-band {
  min-height: 76px;
  flex-basis: 76px;
  margin: 0 20px;
  padding: 0 16px 0 18px;
  grid-template-columns: 5px 1fr 32px;
  border: 0;
  border-radius: 20px;
  background: var(--surface);
  box-shadow: var(--shadow-card);
}

.record-accent {
  width: 5px;
  height: 42px;
  border-radius: 999px;
}

.record-band-copy b {
  font-size: 15px;
  line-height: 22px;
}

.record-band-copy small {
  font-size: 13px;
  line-height: 18px;
}

.record-scroll {
  padding: 20px 20px 116px;
}

.primary-tabs {
  height: 64px;
  padding: 6px;
  border: 0;
  border-radius: 22px;
  background: var(--surface);
  box-shadow: var(--shadow-card);
}

.primary-tabs button {
  min-height: 52px;
  border-radius: 17px;
  font-size: 15px;
}

.primary-tabs button.is-active {
  background: var(--accent);
  color: var(--ink);
}

.work-mode-card {
  margin-top: 20px;
  padding: 20px;
  border-radius: var(--r-card);
  background: var(--surface);
  box-shadow: var(--shadow-card);
}

.work-mode-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.work-mode-heading h2 {
  margin: 0;
  font-size: 20px;
  line-height: 28px;
}

.work-mode-heading span {
  color: var(--text-2);
  font-size: 13px;
  line-height: 20px;
}

.work-mode-grid {
  display: grid;
  margin-top: 16px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.work-mode-grid button {
  display: flex;
  min-width: 0;
  min-height: 78px;
  grid-column: span 2;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  border-radius: 18px;
  background: var(--surface-subtle);
  color: var(--text-2);
  font-size: 14px;
  font-weight: 800;
}

.work-mode-grid button:nth-child(n + 4) {
  grid-column: span 3;
}

.work-mode-grid button.is-active {
  background: var(--accent);
  color: var(--ink);
}

.work-mode-grid .icon {
  width: 23px;
  height: 23px;
}

.record-form {
  margin-top: 20px;
  padding: 20px;
  border-radius: var(--r-card);
  background: var(--surface);
  box-shadow: var(--shadow-card);
}

.record-form h2 {
  margin: 0 0 16px;
  font-size: 20px;
  line-height: 28px;
}

.field-row,
.input-field {
  min-height: 64px;
  margin-bottom: 12px;
  padding: 9px 14px;
  border: 0;
  border-radius: var(--r-control);
  background: var(--surface-subtle);
}

.field-row > span,
.input-field > span,
.entry-method legend {
  color: var(--text-2);
  font-size: 13px;
  line-height: 18px;
}

.field-row {
  padding: 0 14px;
}

.field-row > span {
  top: 9px;
  left: 14px;
}

.field-button {
  min-height: 64px;
  padding-top: 18px;
  font-size: 16px;
}

.input-field input,
.input-field textarea,
.input-field select {
  font-size: 17px;
  line-height: 24px;
}

.input-field input {
  height: 28px;
}

.entry-method {
  margin-bottom: 12px;
}

.entry-method legend {
  margin-bottom: 8px;
}

.segmented-control {
  height: 58px;
  padding: 5px;
  border: 0;
  border-radius: 18px;
  background: var(--surface-subtle);
}

.segmented-control button {
  min-height: 48px;
  border-radius: 14px;
  font-size: 13px;
}

.segmented-control button.is-active {
  background: var(--ink);
  color: var(--accent);
}

.calculation-preview {
  min-height: 96px;
  margin: 4px 0 12px;
  padding: 16px 12px 16px 20px;
  border: 0;
  border-radius: 18px;
  background: var(--accent-soft);
}

.preview-line {
  display: none;
}

.calculation-preview > div {
  grid-template-columns: auto 1fr;
  gap: 3px 10px;
}

.calculation-preview span:not(.preview-line),
.calculation-preview small {
  color: var(--text-2);
  font-size: 13px;
  line-height: 19px;
}

.calculation-preview strong {
  color: var(--ink);
  font-size: 28px;
  line-height: 36px;
}

.note-field {
  min-height: 68px;
}

.note-field textarea {
  min-height: 26px;
}

.inline-note {
  min-height: 56px;
  margin-bottom: 12px;
  padding: 12px 14px;
  border-radius: var(--r-control);
  font-size: 13px;
  line-height: 19px;
}

.choice-chips {
  margin-bottom: 12px;
  gap: 8px;
}

.choice-chips button {
  min-height: 48px;
  padding: 0 16px;
  font-size: 13px;
}

.fixed-action-bar {
  z-index: 20;
  height: 84px;
  flex-basis: 84px;
  padding: 12px 20px 16px;
  grid-template-columns: 1fr;
  border-top: 0;
  background: var(--bg);
}

#batch-button {
  display: none !important;
}

/* W01 */
.wage-main {
  padding: 8px 20px 116px;
}

.range-tabs {
  display: none;
}

.period-picker {
  height: 68px;
  margin-top: 0;
  padding: 0 8px;
  grid-template-columns: 48px 1fr 48px;
  border-radius: 22px;
  background: var(--surface);
  box-shadow: var(--shadow-card);
}

.period-picker b {
  font-size: 17px;
  line-height: 24px;
}

.period-picker small {
  font-size: 13px;
  line-height: 18px;
}

.wage-summary {
  min-height: 220px;
  height: auto;
  margin-top: 20px;
  padding: 24px;
}

.wage-summary .summary-heading,
.wage-summary .summary-amount,
.wage-summary .wage-card-grid {
  position: relative;
  z-index: 1;
}

.wage-amount {
  margin-top: 14px;
  font-size: 50px;
  line-height: 58px;
}

.wage-card-grid {
  display: flex;
  margin-top: 20px;
  padding-top: 16px;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  gap: 20px;
}

.wage-card-grid div:nth-child(-n + 2) {
  display: none;
}

.wage-card-grid div {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  flex-direction: column;
  gap: 3px;
}

.wage-card-grid span {
  color: #aaa69d;
  font-size: 13px;
  line-height: 18px;
}

.wage-card-grid b {
  color: #ffffff;
  font-size: 15px;
  line-height: 22px;
}

.wage-cta {
  min-height: 60px;
  margin-top: 16px;
  border-radius: 20px;
  font-size: 17px;
}

.wage-metrics {
  height: 96px;
  margin-top: 20px;
  border-radius: var(--r-card);
  background: var(--surface);
  box-shadow: var(--shadow-card);
}

.metric-strip span {
  font-size: 13px;
  line-height: 18px;
}

.metric-strip strong {
  margin-top: 3px;
  font-size: 20px;
  line-height: 28px;
}

.month-summary .summary-metrics strong {
  margin-top: 0;
  font-size: 16px;
  line-height: 22px;
}

.metric-strip > div + div::before {
  top: 22px;
  bottom: 22px;
}

.composition-section,
.finance-section {
  margin-top: 20px;
  padding: 20px;
  border-radius: var(--r-card);
  background: var(--surface);
  box-shadow: var(--shadow-card);
}

.composition-section .section-heading,
.section-heading {
  height: 48px;
}

.section-heading h2 {
  font-size: 20px;
  line-height: 28px;
}

.section-heading > span,
.section-heading button {
  min-height: 48px;
  font-size: 13px;
}

.composition-bar {
  height: 12px;
  margin-top: 12px;
  border-radius: 999px;
}

.composition-legend {
  margin-top: 14px;
  align-items: flex-start;
  flex-direction: column;
  font-size: 13px;
  line-height: 20px;
  white-space: normal;
}

.finance-section .flat-list {
  overflow: hidden;
  border-radius: 18px;
  background: var(--surface-subtle);
}

.flat-list > button {
  min-height: 72px;
  padding: 0 16px;
  gap: 12px;
}

.flat-list > button + button {
  border-top-color: rgba(101, 98, 91, 0.15);
}

.list-icon {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: var(--surface);
}

.list-icon .icon {
  width: 20px;
  height: 20px;
}

.list-copy {
  gap: 3px;
}

.list-copy b {
  font-size: 15px;
  line-height: 22px;
}

.list-copy small,
.flat-list strong,
.list-tail {
  font-size: 13px;
  line-height: 18px;
}

/* W05 */
.reconcile-main {
  padding: 4px 20px 108px;
}

.comparison-context {
  height: 44px;
  font-size: 13px;
}

.context-chip {
  background: var(--surface);
}

.reconcile-summary {
  min-height: 220px;
  height: auto;
  margin-top: 8px;
  padding: 24px;
}

.reconcile-summary > * {
  position: relative;
  z-index: 1;
}

.reconcile-status {
  min-height: 34px;
  padding: 0 12px;
  font-size: 13px;
}

.reconcile-status .icon {
  width: 16px;
  height: 16px;
}

.reconcile-summary p {
  margin-top: 18px;
  font-size: 16px;
  line-height: 24px;
}

.reconcile-summary .summary-amount {
  margin-top: 4px;
  font-size: 52px;
  line-height: 60px;
}

.reconcile-summary > small {
  margin-top: 8px;
  font-size: 13px;
  line-height: 18px;
}

.comparison-grid {
  min-height: 112px;
  margin-top: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 0;
  border-radius: var(--r-card);
  background: var(--surface);
  box-shadow: var(--shadow-card);
}

.comparison-grid div {
  padding: 18px 10px;
  gap: 6px;
}

.comparison-grid div:nth-child(3) {
  display: none;
}

.comparison-grid div + div::before {
  top: 22px;
  bottom: 22px;
}

.comparison-grid span {
  font-size: 13px;
  line-height: 18px;
}

.comparison-grid b {
  font-size: 20px;
  line-height: 28px;
}

.payment-context {
  display: flex;
  width: 100%;
  min-height: 76px;
  margin-top: 20px;
  padding: 0 18px;
  align-items: center;
  justify-content: space-between;
  border-radius: 22px;
  background: var(--surface);
  box-shadow: var(--shadow-card);
  text-align: left;
}

.payment-context > span:first-child {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.payment-context b {
  font-size: 16px;
  line-height: 22px;
}

.payment-context small {
  font-size: 13px;
  line-height: 18px;
}

.payment-context > .icon {
  width: 20px;
  height: 20px;
  color: var(--text-2);
}

.payment-strip {
  display: none;
}

.reconcile-list-section {
  margin-top: 20px;
  padding: 16px 0 0;
}

.reconcile-list-section .section-heading {
  padding: 0 4px;
}

.reconcile-list {
  overflow: hidden;
  margin: 8px 0 0;
  border-radius: var(--r-card);
  box-shadow: var(--shadow-card);
}

.reconcile-list > button {
  min-height: 78px;
}

[data-page="W05"][data-reconcile-state="lower"] [data-row="base"],
[data-page="W05"][data-reconcile-state="higher"] [data-row="base"] {
  display: none;
}

.reconcile-actions {
  grid-template-columns: 1fr;
}

#reconcile-secondary {
  display: none !important;
}

/* S01 */
.settings-main {
  padding: 4px 20px 116px;
}

.profile-card {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 184px;
  margin: 0;
  padding: 24px;
  border-radius: var(--r-hero);
}

.profile-card > * {
  position: relative;
  z-index: 1;
}

.profile-card-top {
  align-items: flex-start;
}

.profile-card-top small {
  color: #aaa69d;
  font-size: 13px;
  line-height: 18px;
}

.profile-card-top b {
  margin-top: 8px;
  font-size: 28px;
  line-height: 36px;
}

.profile-card-top em {
  margin-top: 4px;
  color: #d0ccc4;
  font-size: 14px;
  line-height: 20px;
}

.profile-edit {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  place-items: center;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--accent);
}

.profile-edit .icon {
  width: 20px;
  height: 20px;
}

.profile-card-note {
  display: block;
  margin-top: 30px;
  color: var(--accent);
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

.profile-quick-grid {
  display: grid;
  margin-top: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.profile-quick-grid button {
  display: flex;
  min-width: 0;
  min-height: 112px;
  padding: 18px;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  border-radius: var(--r-card);
  background: var(--surface);
  box-shadow: var(--shadow-card);
  text-align: left;
}

.profile-quick-grid .icon {
  width: 24px;
  height: 24px;
  color: var(--ink);
}

.profile-quick-grid button:first-child .icon {
  color: var(--success);
}

.profile-quick-grid button > span:last-child {
  display: flex;
  flex-direction: column;
}

.profile-quick-grid small {
  color: var(--text-2);
  font-size: 13px;
  line-height: 18px;
}

.profile-quick-grid b {
  margin-top: 3px;
  font-size: 20px;
  line-height: 28px;
}

.settings-section {
  margin-top: 24px;
}

.settings-section h2 {
  height: auto;
  margin: 0 0 12px;
  padding: 0 4px;
  color: var(--ink);
  font-size: 20px;
  line-height: 28px;
}

.settings-list {
  overflow: hidden;
  border-radius: var(--r-card);
  box-shadow: var(--shadow-card);
}

.settings-list > button {
  min-height: 72px;
}

.settings-list .list-icon {
  width: 40px;
  height: 40px;
}

.settings-list .list-copy b {
  font-size: 15px;
  line-height: 22px;
}

.service-section {
  margin-bottom: 20px;
}

/* Sheets and feedback */
.bottom-sheet {
  padding: 10px 20px calc(24px + var(--safe-bottom));
  border-radius: 28px 28px 0 0;
}

.sheet-handle {
  width: 44px;
  height: 5px;
  margin-bottom: 16px;
  border-radius: 999px;
}

.bottom-sheet header span,
.detail-comparison span,
.detail-comparison small,
.difference-hero span {
  font-size: 13px;
  line-height: 18px;
}

.bottom-sheet h2 {
  font-size: 24px;
  line-height: 30px;
}

.difference-hero {
  min-height: 76px;
  margin-top: 12px;
  padding: 14px 16px;
  border: 0;
  border-radius: 18px;
  background: var(--accent-soft);
}

.difference-hero strong {
  font-size: 26px;
}

.detail-comparison {
  gap: 12px;
}

.detail-comparison div {
  min-height: 96px;
  padding: 14px;
  border: 0;
  border-radius: 18px;
  background: var(--surface-subtle);
}

.detail-comparison b {
  font-size: 19px;
}

.toast {
  right: 20px;
  bottom: 104px;
  left: 20px;
  min-height: 52px;
  padding: 14px 18px;
  border-radius: 18px;
  font-size: 13px;
}

.money.is-concealed {
  color: var(--text-2) !important;
}

.dark-summary .money.is-concealed,
.profile-card .money.is-concealed {
  color: #aaa69d !important;
}

.device[data-width="360"] .app-bar {
  padding-right: 16px;
  padding-left: 16px;
}

.device[data-width="360"] .h01-main {
  padding-right: 12px;
  padding-left: 12px;
}

.device[data-width="360"] .record-scroll,
.device[data-width="360"] .wage-main,
.device[data-width="360"] .reconcile-main,
.device[data-width="360"] .settings-main {
  padding-right: 16px;
  padding-left: 16px;
}

.device[data-width="360"] .existing-record-band {
  margin-right: 16px;
  margin-left: 16px;
}

.device[data-width="360"] .month-summary,
.device[data-width="360"] .wage-summary,
.device[data-width="360"] .reconcile-summary,
.device[data-width="360"] .profile-card {
  padding: 20px;
}

.device[data-width="360"] .summary-amount,
.device[data-width="360"] .wage-amount,
.device[data-width="360"] .reconcile-summary .summary-amount {
  font-size: 44px;
  line-height: 54px;
}

.device[data-width="360"] .summary-metrics > div {
  padding-right: 10px;
}

.device[data-width="360"] .summary-metrics > div + div {
  padding-left: 10px;
}

.device[data-width="360"] .summary-metrics span {
  font-size: 13px;
}

.device[data-width="360"] .summary-metrics strong {
  font-size: 15px;
}

.device[data-width="360"] .calendar-day {
  min-width: 48px;
}

.device[data-width="360"] .record-form,
.device[data-width="360"] .work-mode-card,
.device[data-width="360"] .composition-section,
.device[data-width="360"] .finance-section {
  padding: 18px;
}

.device[data-width="360"] .work-mode-grid {
  gap: 8px;
}

.device[data-width="360"] .work-mode-grid button {
  min-height: 74px;
}

.device[data-width="360"] .wage-card-grid {
  gap: 12px;
}

.device[data-width="360"] .wage-card-grid b {
  font-size: 14px;
}

.device[data-width="360"] .bottom-nav {
  right: 12px;
  left: 12px;
}

.device[data-width="430"] .app-bar {
  padding-right: 24px;
  padding-left: 24px;
}

.device[data-width="430"] .h01-main,
.device[data-width="430"] .record-scroll,
.device[data-width="430"] .wage-main,
.device[data-width="430"] .reconcile-main,
.device[data-width="430"] .settings-main {
  padding-right: 24px;
  padding-left: 24px;
}

.device[data-width="430"] .existing-record-band {
  margin-right: 24px;
  margin-left: 24px;
}

.device[data-width="430"] .month-summary,
.device[data-width="430"] .wage-summary,
.device[data-width="430"] .reconcile-summary,
.device[data-width="430"] .profile-card {
  padding: 28px;
}

@media (max-width: 720px) {
  body,
  .preview-stage,
  .device {
    background: var(--bg);
  }
}

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