@media (max-width: 390px) {
  .info-row {
    grid-template-columns: minmax(76px,.85fr) minmax(0,1.55fr) minmax(84px,.9fr);
    font-size: 10px;
    padding: 8px 5px;
  }

  .info-item {
    padding: 0 6px;
  }

  .coins-icon {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
  }

  .coins-main {
    gap: 12px;
  }

  .goal-value,
  .coins-value {
    font-size: 27px;
  }
}

/* Nova abertura v2 baseada no layout do Illustrator */
body {
  position: relative;
  background: var(--site-bg);
  background-image: none;
}

body::before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 0 0 auto;
  height: 285px;
  background: #fae2e9;
  border-radius: 0 0 50% 50% / 0 0 18px 18px;
}

.wrap {
  max-width: 520px;
  padding-top: 22px;
}

.v2-header {
  position: relative;
  min-height: 235px;
  padding: 8px 0 24px;
}

.v2-logo {
  display: block;
  width: 136px;
  height: auto;
  margin: 0 0 34px auto;
}

.v2-welcome {
  display: grid;
  grid-template-columns: 118px minmax(0,1fr) 48px;
  align-items: center;
  gap: 16px;
}

.v2-profile-composite {
  display: none;
}

.v2-profile {
  width: 118px;
  height: 118px;
  object-fit: contain;
  cursor: pointer;
  transform-origin: 50% 75%;
}

.v2-profile.profile-wiggle,
.v2-profile-composite.profile-wiggle {
  animation: profileWiggle .58s ease-in-out;
}

@keyframes profileWiggle {
  0%, 100% {
    transform: rotate(0) scale(1);
  }
  28% {
    transform: rotate(-4deg) scale(1.035);
  }
  58% {
    transform: rotate(4deg) scale(1.045);
  }
  80% {
    transform: rotate(-2deg) scale(1.02);
  }
}

.v2-greeting {
  margin: 0 0 3px;
  color: var(--rose-deep);
  font-size: 23px;
  line-height: 1.1;
  font-variation-settings: 'wght' 380;
  font-weight: 380;
}

.v2-name {
  margin: 0;
  color: var(--rose-deep);
  font-family: 'deuterium-variable', var(--font-body);
  font-variation-settings: 'wght' 500;
  font-size: 34px;
  line-height: 1.02;
  font-weight: 500;
}

.v2-actions {
  display: flex;
  flex-direction: column;
  gap: 9px;
  align-items: center;
}

.v2-action {
  width: 45px;
  height: 45px;
  border: 0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 9px;
}

.v2-action img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.v2-eye {
  background: #f5a9cb;
}

.v2-prize {
  background: #fffad5;
  font-size: 23px;
  color: var(--rose-deep);
}

.v2-menu {
  background: #fff;
  border: 1px solid rgba(109,21,65,.12);
}

.v2-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.v2-wise-line {
  display: flex;
  align-items: center;
}

.v2-wise-line img {
  width: 54px;
  height: 15px;
  object-fit: contain;
}

.nav-panel {
  display: none;
  background: rgba(255,255,255,.94);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 14px 14px 5px;
  margin: -16px 0 18px;
  box-shadow: 0 14px 30px rgba(109,21,65,.09);
}

.nav-panel.open {
  display: block;
  animation: rise .25s ease forwards;
}

.nav-panel .title-row {
  margin-top: 2px;
}

.nav-panel .month-nav h1 {
  font-size: 29px;
}

.nav-panel .top-coins {
  display: none;
}

.nav-panel .tabs {
  margin: 5px 0 4px;
  border-bottom: 0;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 5px;
}

.nav-panel .tab-btn {
  padding: 9px 3px;
  font-size: 10px;
  border-radius: 9px;
}

.nav-panel .tab-btn.active {
  background: #f9e3eb;
  box-shadow: none;
  border-radius: 9px;
}

.nav-panel .tab-btn.tab-dump {
  background: #fffad5;
}

.dashboard-shell {
  background: #fff;
  border-radius: 24px;
  padding: 22px 18px 6px;
  box-shadow: 0 18px 42px rgba(109,21,65,.08);
  margin-bottom: 18px;
}

.balance-hero {
  min-height: 145px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 4px 8px 20px 17px;
  border-left: 6px solid #ffd3e2;
  margin: 4px 0 20px;
}

.balance-label {
  margin: 0 0 6px;
  color: #a99da3;
  font-size: 16px;
  letter-spacing: .04em;
}

.balance-value {
  margin: 0;
  color: var(--rose-deep);
  font-family: 'deuterium-variable', var(--font-body);
  font-variation-settings: 'wght' 550;
  font-size: 40px;
  line-height: 1;
  font-weight: 550;
  white-space: nowrap;
}

.balance-pig {
  content: url('../assets/logos/piggu-sono.svg');
  width: 112px;
  height: 78px;
  object-fit: contain;
  flex: 0 0 auto;
}

.dashboard-shell > .cofrinho-cta {
  width: auto;
  margin: -17px 0 13px 17px;
  padding: 0;
  background: transparent;
  border-radius: 0;
  font-size: 11px;
  color: var(--muted);
  text-align: left;
}

.cofrinho-overview {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(150px,.72fr);
  gap: 10px;
  align-items: stretch;
  margin: 0 0 14px;
}

.dashboard-shell > #btnCofrinho {
  margin: 0 0 13px;
  padding: 14px 16px;
  background: #fff7cf;
  border-radius: 14px;
  color: var(--rose-deep);
  font-size: 13px;
  text-align: left;
  font-variation-settings: 'wght' 430;
  font-weight: 430;
}

.month-total-highlight {
  position: relative;
  min-height: 68px;
  overflow: hidden;
  border-radius: 14px;
  background: linear-gradient(135deg, #fce4ee, #f8cfdf);
  padding: 12px 62px 11px 14px;
}

.month-total-highlight .metric-label {
  color: #8f5f78;
}

.month-total-highlight .metric-value {
  font-size: 24px;
}

.month-total-highlight img {
  position: absolute;
  right: 9px;
  bottom: 7px;
  width: 51px;
  height: 51px;
  object-fit: contain;
}

.dashboard-shell > #cofrinhoCard {
  margin-top: 0;
}

.dashboard-shell > #metaCard,
.dashboard-shell > #fofocoinsCard {
  border-radius: 16px;
  border-color: var(--border-wine);
  box-shadow: none;
}

.brand-footer img {
  content: url('../assets/logos/logo-v2.svg');
  width: 205px;
}

@media (max-width: 390px) {
  .dashboard-shell {
    padding: 18px 13px 3px;
    border-radius: 21px;
  }

  .balance-hero {
    min-height: 125px;
    padding-left: 13px;
  }

  .balance-value {
    font-size: 32px;
  }

  .balance-pig {
    width: 88px;
    height: 66px;
  }
}

.v2-coins {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 6px;
  color: var(--rose-deep);
  font-family: 'deuterium-variable', var(--font-body);
  font-size: 15px;
  font-variation-settings: 'wght' 400;
  font-weight: 400;
}

.v2-coins img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.v2-coins strong {
  font-size: 17px;
  font-variation-settings: 'wght' 380;
  font-weight: 380;
}

.v2-coins-limit {
  font-size: 17px;
  color: var(--rose-deep);
  font-variation-settings: 'wght' 650;
  font-weight: 650;
}

.desktop-shortcuts,
.desktop-section-title {
  display: none;
}

.desktop-agenda {
  display: none;
}

.metric-pig {
  display: none;
}

@media (max-width: 899px) {
  .wrap {
    padding-top: 16px;
  }

  body {
    background: var(--site-bg);
    background-image: none;
  }

  body::before {
    height: 260px;
    background: #fae2e9;
    border-radius: 0;
  }

  .v2-header {
    min-height: 0;
    padding: 10px 0 22px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
  }

  .v2-logo {
    display: none;
  }

  .v2-welcome {
    display: grid;
    grid-template-columns: 88px minmax(0,1fr);
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: 14px;
    row-gap: 0;
    min-width: 0;
    flex: 1 1 auto;
  }

  .v2-profile {
    display: block;
    grid-column: 1;
    grid-row: 1 / 3;
    width: 88px;
    height: 88px;
    border-radius: 0;
    background: none;
    object-fit: contain;
    padding: 0;
    box-shadow: none;
  }

  .v2-copy {
    grid-column: 2;
    grid-row: 1;
    position: static;
    min-width: 0;
    pointer-events: auto;
  }

  .v2-greeting,
  .v2-name {
    display: block;
  }

  .v2-greeting {
    font-size: 14px;
  }

  .v2-name {
    font-size: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .v2-coins {
    grid-column: 2;
    grid-row: 2;
    position: static;
    width: auto;
    margin: 2px 0 0;
    font-size: 13px;
    gap: 5px;
    transform: none;
  }

  .v2-coins img {
    display: block;
    width: 17px;
    height: 17px;
  }

  .v2-coins strong {
    font-size: 14px;
  }

  .v2-coins-limit {
    font-size: 12px;
  }

  .v2-meta {
    flex: 0 0 auto;
    align-items: flex-end;
    gap: 10px;
  }

  .v2-actions {
    gap: 8px;
    align-self: flex-end;
  }

  .v2-action {
    width: 34px;
    height: 34px;
    padding: 7px;
    border-radius: 9px;
  }

  .v2-menu {
    display: none;
  }

  .nav-panel,
  .nav-panel.open {
    display: block;
    margin: 0 0 16px;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
  }

  .nav-panel .title-row {
    margin: 0 0 12px;
    min-height: 60px;
    padding: 8px 16px;
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(109,21,65,.045);
    border-radius: 16px;
    box-shadow: 0 10px 26px rgba(141,55,95,.10), 0 2px 6px rgba(255,255,255,.8);
  }

  .nav-panel .month-nav {
    width: 100%;
    justify-content: space-between;
  }

  .nav-panel .month-nav h1 {
    font-size: 25px;
    font-variation-settings: 'wght' 550;
    text-transform: none;
    line-height: 1;
  }

  .nav-panel .month-nav button {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 10px;
    font-size: 22px;
  }

  .nav-panel .info-row {
    display: none;
  }

  .v2-meta .info-row {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 3px;
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 11.5px;
    line-height: 1.3;
    color: var(--rose-deep);
  }

  .v2-meta .info-row .info-item {
    justify-content: flex-end;
    padding: 0;
    border: 0;
    white-space: nowrap;
    text-align: right;
  }

  .v2-meta .info-row .info-item + .info-item {
    border: 0;
  }

  .v2-meta .info-row .info-item svg {
    display: none;
  }

  .v2-meta .info-row .info-item:first-child {
    font-weight: 600;
  }

  .v2-wise-line img {
    width: 46px;
    height: 12px;
  }

  .nav-panel .top-coins {
    display: none;
  }

  .tab-panel {
    margin-top: 34px;
  }

  .nav-panel .tabs {
    display: flex;
    min-height: 47px;
    margin: 0;
    padding: 3px 14px 5px 7px;
    gap: 2px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(109,21,65,.14);
    border-radius: 0;
    box-shadow: none;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 12px, #000 calc(100% - 24px), transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 12px, #000 calc(100% - 24px), transparent 100%);
  }

  .nav-panel .tabs::-webkit-scrollbar {
    display: none;
  }

  .nav-panel .tab-btn {
    flex: 0 0 auto;
    min-width: auto;
    height: 39px;
    padding: 0 13px;
    scroll-snap-align: start;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    color: #765568;
    background: transparent;
    border: 0;
    border-radius: 10px;
    box-shadow: none;
    transform: none;
    font-family: deuterium-variable, sans-serif;
    font-size: 12px;
    font-variation-settings: 'wght' 420;
    font-weight: 420;
  }

  .nav-panel .tab-btn.active {
    color: #6d1541;
    background: rgba(250,226,233,.72);
    border-radius: 9px;
    box-shadow: none;
  }

  .nav-panel .tab-btn[data-tab="gastos"] {
    background: #fff9c9;
    border-radius: 9px;
    font-variation-settings: 'wght' 500;
    font-weight: 500;
  }

  .nav-panel .tab-btn.tab-dump {
    color: #765568;
    background: transparent;
    border-radius: 10px;
    font-variation-settings: 'wght' 420;
    font-weight: 420;
    letter-spacing: 0;
    text-transform: none;
  }

  .nav-panel .tab-btn.tab-dump.active {
    color: #6d1541;
    background: rgba(250,226,233,.72);
  }

  .cofrinho-overview {
    grid-template-columns: 1fr;
  }

  .month-total-highlight {
    order: 1;
    min-height: 62px;
    padding-top: 10px;
  }

  .month-total-highlight .metric-label {
    font-size: 13px;
    color: #765568;
  }

  .month-total-highlight .metric-value {
    font-size: 24px;
  }

  .dashboard-shell > #btnCofrinho {
    width: 100%;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 0 0 15px;
    padding: 12px 18px;
    background: #fffbe3;
    border: 1px solid rgba(109,21,65,.07);
    border-radius: 13px;
    font-size: 14px;
    font-weight: 520;
    text-align: center;
  }

  .dashboard-shell > #btnCofrinho::after {
    content: '';
    width: 24px;
    height: 20px;
    flex: 0 0 auto;
    background: url(../assets/icons/olho.svg) center/contain no-repeat;
  }

  .dashboard-shell > #btnCofrinho[aria-expanded="true"]::after {
    background-image: url(../assets/icons/olho-fechado.svg);
  }

  .dashboard-shell > #cofrinhoCard {
    width: 100%;
    background: #fffbe3;
    border: 1px solid rgba(109,21,65,.07);
    margin: -2px 0 15px;
    padding: 16px 14px;
  }

  .dashboard-cta {
    padding: 15px 16px;
    font-size: 14px;
    border-radius: 14px;
  }

  .dashboard-market {
    padding: 13px 12px;
  }

  .dashboard-market-sectors {
    grid-template-columns: 1fr;
  }

  .market-sector {
    padding: 9px 10px;
  }

  .goal-trophy {
    width: 56px;
    height: 62px;
  }

  .metric-value,
  .goal-value,
  .coins-value,
  .balance-value,
  .cofrinho-num,
  .cofrinho-euro,
  .row-value,
  .valor-privado,
  .product-memory-price,
  .prize-price {
    font-family: enra-semi-variable, sans-serif;
    font-weight: 660;
    font-variation-settings: 'wght' 660;
  }

  .row-value {
    font-size: 14px;
  }

  .metric-label {
    font-size: 12.5px;
    color: #765f6b;
    font-weight: 430;
    font-variation-settings: 'wght' 430;
  }

  .section-label {
    font-size: 15px;
    color: #674d5b;
    font-weight: 540;
  }

  .row-item {
    font-size: 15px;
  }

  .row-date,
  .hint,
  .empty {
    color: #715c67;
    font-size: 12.5px;
  }

  input,
  select,
  textarea,
  .photo-btn,
  .small-add,
  .surprise-choice {
    background: #fff1f6;
    color: #57263f;
    border-color: #e9bfd0;
  }

  input::placeholder,
  textarea::placeholder {
    color: #9a7587;
    opacity: 1;
  }

  button.primary,
  .market-search button {
    background: #f5cadb;
    color: #57263f;
    border: 1px solid #edbfd1;
    font-weight: 560;
  }

  button.primary:hover,
  .market-search button:hover {
    background: #f2bfd3;
  }

  .coins-card {
    position: relative;
    min-height: 148px;
    padding: 20px 15px 16px;
    display: block;
    background: #fff;
    border: 1px solid #edcfda;
  }

  .coins-main {
    width: 100%;
    display: grid;
    grid-template-columns: 74px minmax(0,1fr);
    gap: 17px;
    align-items: center;
  }

  .coins-icon {
    width: 68px;
    height: 68px;
    padding: 0;
    justify-self: center;
  }

  .coins-card .metric-label {
    font-size: 15px;
    margin-bottom: 7px;
    color: #765568;
  }

  .coins-card .coins-value {
    margin: 0;
    font-size: 46px;
    line-height: .9;
  }

  .coins-actions {
    position: absolute;
    right: 14px;
    bottom: 13px;
    width: auto;
    flex-direction: row;
    justify-content: flex-end;
  }

  .coins-actions button {
    padding: 6px 10px;
    background: #fff;
  }

  .dashboard-shell,
  .card {
    box-shadow: 0 12px 30px rgba(137,51,91,.075), 0 2px 8px rgba(137,51,91,.04);
  }

  .balance-hero {
    position: relative;
    border-left: 0;
    padding-left: 17px;
  }

  .balance-hero::before {
    content: '';
    position: absolute;
    left: 0;
    top: 20%;
    width: 4px;
    height: 60%;
    border-radius: 8px;
    background: #ffd3e2;
  }

  .metrics {
    grid-template-columns: repeat(3, minmax(0,1fr));
  }

  .balance-value {
    font-weight: 680;
    font-variation-settings: 'wght' 680;
  }

  .balance-label {
    color: #725e69;
    font-size: 17px;
    font-weight: 470;
  }
}

@media (max-width: 390px) {
  .v2-welcome {
    grid-template-columns: 56px minmax(0,1fr);
  }

  .v2-profile {
    width: 56px;
    height: 56px;
  }

  .v2-greeting {
    font-size: 13px;
  }

  .v2-name {
    font-size: 21px;
  }

  .v2-action {
    width: 30px;
    height: 30px;
    padding: 6px;
  }
}

@media (min-width: 900px) {
  body {
    background-color: var(--site-bg);
    background-image: url(../assets/logos/mac-grad.svg);
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
  }

  body::before {
    display: none;
  }

  #conteudoPrincipal {
    display: block;
    display: grid !important;
    grid-template-columns: minmax(430px,.82fr) minmax(590px,1.3fr);
    column-gap: 34px;
    row-gap: 30px;
  }

  .wrap {
    max-width: 1460px;
    width: 100%;
    padding: 48px 48px 80px;
    position: relative;
  }

  .v2-header {
    grid-column: 1 / -1;
    min-height: 184px;
    padding: 0;
    display: flex;
    align-items: flex-end;
  }

  .v2-logo {
    display: none;
  }

  .v2-welcome {
    width: 465px;
    grid-template-columns: 100px minmax(0,1fr);
    gap: 15px;
    margin-bottom: 6px;
  }

  .v2-profile {
    width: 100px;
    height: 100px;
  }

  .v2-greeting {
    display: block;
    font-size: 20px;
  }

  .v2-name {
    font-size: 35px;
    font-variation-settings: 'wght' 500;
    font-weight: 500;
  }

  .v2-actions {
    position: absolute;
    right: 0;
    top: 115px;
    flex-direction: row;
  }

  .v2-action {
    width: 47px;
    height: 47px;
  }

  .v2-menu {
    display: none;
  }

  .v2-coins {
    margin-top: 9px;
    font-size: 18px;
  }

  .v2-coins img {
    width: 27px;
    height: 27px;
  }

  .v2-coins strong {
    font-size: 21px;
  }

  .nav-panel {
    grid-column: 1 / 2;
    display: block;
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    align-self: center;
  }

  .nav-panel .title-row {
    background: #f6f5f5 url(../assets/logos/calendar-bar.svg) center/100% 100% no-repeat;
    border-radius: 0;
    padding: 9px 14px;
    margin: 0;
  }

  .nav-panel .month-nav {
    width: 100%;
    justify-content: space-between;
  }

  .nav-panel .month-nav h1 {
    font-size: 28px;
    text-transform: none;
    letter-spacing: .06em;
  }

  .nav-panel .month-nav button {
    width: 38px;
    height: 38px;
    background: #fff;
    border-radius: 10px;
    font-size: 24px;
  }

  .nav-panel .info-row {
    position: absolute;
    right: 0;
    top: 46px;
    width: 390px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 5px;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 16px;
    text-align: right;
    font-variation-settings: 'wght' 380;
    font-weight: 380;
  }

  .nav-panel .info-item {
    justify-content: flex-end;
    border: 0 !important;
    padding: 0;
  }

  .nav-panel .tabs,
  .nav-panel .top-coins {
    display: none;
  }

  .desktop-shortcuts {
    grid-column: 2 / 3;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
  }

  .desktop-shortcut {
    min-width: 200px;
    border: 0;
    border-radius: 14px;
    padding: 13px 20px;
    background: var(--rose-deep);
    color: #fff;
    box-shadow: 0 10px 24px rgba(109, 21, 65, .16);
    font-family: var(--font-body);
    font-size: 17px;
    font-variation-settings: 'wght' 468;
    font-weight: 468;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    text-align: left;
    line-height: 1.03;
  }

  .desktop-shortcut img {
    width: 43px;
    height: 43px;
    object-fit: contain;
    flex: 0 0 auto;
    filter: brightness(0) invert(1);
  }

  .tab-panel,
  .tab-panel.active {
    display: block !important;
  }

  #tab-gastos {
    grid-column: 1 / 2;
    grid-row: 3;
    min-width: 0;
  }

  #tab-gastos .metrics {
    grid-template-columns: repeat(3, minmax(0,1fr));
  }

  #tab-calendario {
    grid-column: 2 / 3;
    grid-row: 3;
    min-width: 0;
    background: #ffd7e6;
    border-radius: 12px;
    padding: 18px;
    display: grid !important;
    grid-template-columns: minmax(420px,2fr) minmax(210px,.85fr);
    gap: 14px;
    align-content: start;
  }

  #tab-calendario .cal-card {
    grid-column: 1;
    grid-row: 1 / 6;
    margin: 0;
    min-height: 510px;
  }

  .desktop-agenda {
    grid-column: 2;
    grid-row: 1;
    display: grid;
    gap: 12px;
  }

  .desktop-agenda-card {
    min-height: 92px;
    border: 0;
    border-radius: 10px;
    background: #fff;
    padding: 14px;
    color: var(--ink);
    text-align: left;
    font-family: var(--font-body);
    cursor: pointer;
  }

  .desktop-agenda-day {
    display: block;
    color: var(--rose-deep);
    font-size: 27px;
    line-height: 1;
    font-variation-settings: 'wght' 500;
    font-weight: 500;
    margin-bottom: 7px;
  }

  .desktop-agenda-card strong {
    display: block;
    color: var(--rose-deep);
    font-size: 14px;
    font-variation-settings: 'wght' 430;
    font-weight: 430;
    margin-bottom: 4px;
  }

  .desktop-agenda-card span {
    display: block;
    color: var(--muted);
    font-size: 11px;
    font-variation-settings: 'wght' 350;
    font-weight: 350;
  }

  .desktop-agenda-card.empty {
    cursor: default;
    opacity: .72;
  }

  #tab-calendario .calendar-hint {
    display: none;
  }

  #tab-calendario .card:not(.cal-card):not(#notasLista) {
    grid-column: 2;
    grid-row: 2;
    margin: 0;
  }

  #tab-calendario .section-label:not(:first-child) {
    grid-column: 2;
    grid-row: 3;
    margin: 0;
    color: var(--rose-deep);
    font-variation-settings: 'wght' 380;
    font-weight: 380;
    background: #fff;
    padding: 14px 14px 2px;
    border: 1px solid var(--border);
    border-bottom: 0;
    border-radius: 12px 12px 0 0;
  }

  #tab-calendario #notasLista {
    grid-column: 2;
    grid-row: 4;
    min-height: 180px;
    margin: 0;
    border-top: 0;
    border-radius: 0 0 12px 12px;
    padding-top: 4px;
  }

  #tab-calendario .card:not(.cal-card) .section-label {
    font-variation-settings: 'wght' 350;
    font-weight: 350;
    color: var(--rose-deep);
    font-size: 15px;
  }

  #tab-dump {
    grid-column: 1 / -1;
    grid-row: 5;
  }

  #tab-categorias {
    grid-column: 1 / -1;
    grid-row: 4;
  }

  #tab-listas {
    grid-column: 1 / -1;
    grid-row: 6;
  }

  #tab-filmes {
    grid-column: 1 / -1;
    grid-row: 7;
  }

  #tab-compras {
    grid-column: 1 / -1;
    grid-row: 8;
  }

  #tab-premios {
    grid-column: 1 / -1;
    grid-row: 9;
  }

  #tab-surpresa {
    display: none !important;
  }

  #tab-categorias::before,
  #tab-listas::before,
  #tab-dump::before,
  #tab-filmes::before,
  #tab-compras::before {
    display: block;
    margin: 22px 0 18px;
    color: var(--rose-deep);
    font-family: deuterium-variable, var(--font-body);
    font-size: 30px;
    font-variation-settings: 'wght' 520;
    font-weight: 520;
  }

  #tab-categorias::before {
    content: 'Categorias';
  }

  #tab-listas::before {
    content: 'Lugares';
  }

  #tab-dump::before {
    content: 'DUMP';
  }

  #tab-filmes::before {
    content: 'Lazer';
  }

  #tab-compras::before {
    content: 'Compras';
  }

  #tab-filmes .movie-search-card {
    max-width: 760px;
  }

  #tab-compras {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  #tab-compras::before {
    grid-column: 1 / -1;
  }

  #tab-compras .section-label,
  #tab-compras details {
    grid-column: 1 / -1;
  }

  #tab-listas .place-list {
    grid-template-columns: repeat(3, minmax(0,1fr));
  }

  #tab-dump .feed-grid {
    grid-template-columns: repeat(5, minmax(0,1fr));
  }

  .dashboard-shell {
    border-radius: 0;
    padding: 0 0 6px;
    box-shadow: none;
    margin-bottom: 22px;
    background: transparent;
  }

  .balance-hero {
    min-height: 155px;
    margin-top: 0;
  }

  .balance-value {
    font-size: 44px;
  }

  .balance-pig {
    width: 130px;
    height: 88px;
  }

  .metrics {
    background: #fff4f7;
    padding: 12px;
    border-radius: 10px;
  }

  .metrics .card:first-child {
    position: relative;
    padding-right: 82px;
  }

  .metric-pig {
    display: block;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 58px;
    height: 62px;
    object-fit: contain;
  }

  .brand-footer {
    grid-column: 1 / -1;
  }
}
