body.pix-fresh-body {
  background: linear-gradient(180deg, #0a0a0d 0%, #08080b 50%, #050505 100%);
  color: #f2f4f7;
}

body.pix-fresh-body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at -8% -10%, rgba(140, 140, 140, 0.06) 0, rgba(140, 140, 140, 0.06) 18%, transparent 19%),
    radial-gradient(circle at 108% -12%, rgba(120, 120, 120, 0.05) 0, rgba(120, 120, 120, 0.05) 15%, transparent 16%),
    radial-gradient(circle at 18% 10%, rgba(6, 16, 38, 0.16), transparent 26%),
    radial-gradient(circle at 84% 8%, rgba(6, 16, 38, 0.12), transparent 18%);
  z-index: 0;
}

.pix-fresh-app {
  position: relative;
  z-index: 1;
  min-height: 100vh;
}

.pix-fresh-layout {
  max-width: 1480px;
  margin: 0 auto;
  padding: 18px;
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.pix-fresh-main {
  min-width: 0;
}

.pix-fresh-app.is-sidebar-collapsed .pix-fresh-layout {
  grid-template-columns: 148px 1fr;
}

.pix-fresh-app.is-sidebar-collapsed .pix-fresh-sidebar {
  display: block;
  padding: 12px 10px;
}

.pix-fresh-app.is-sidebar-collapsed .pix-fresh-profile-card {
  padding: 8px 0 6px;
  margin-bottom: 10px;
}

.pix-fresh-app.is-sidebar-collapsed .pix-fresh-brand {
  justify-content: center;
}

.pix-fresh-app.is-sidebar-collapsed .pix-fresh-brand-logo {
  width: 112px;
}

.pix-fresh-app.is-sidebar-collapsed .pix-fresh-brand-copy,
.pix-fresh-app.is-sidebar-collapsed .pix-fresh-sidebar-head,
.pix-fresh-app.is-sidebar-collapsed .pix-fresh-nav-link span,
.pix-fresh-app.is-sidebar-collapsed .pix-fresh-nav-caret,
.pix-fresh-app.is-sidebar-collapsed .badge-em-breve,
.pix-fresh-app.is-sidebar-collapsed .pix-fresh-subnav {
  display: none !important;
}

.pix-fresh-app.is-sidebar-collapsed .pix-fresh-nav {
  gap: 12px;
}

.pix-fresh-app.is-sidebar-collapsed .pix-fresh-nav-link {
  min-height: 56px;
  padding: 0;
  justify-content: center;
  border-radius: 16px;
}

.pix-fresh-app.is-sidebar-collapsed .pix-fresh-nav-link .fa {
  width: auto;
  font-size: 15px;
}

.pix-fresh-content {
  width: 100%;
  max-width: 920px;
}

.pix-fresh-sidebar {
  position: sticky;
  top: 18px;
  height: calc(100vh - 36px);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 14px;
  border-radius: 28px;
  background: transparent;
  border: 0;
  box-shadow: none;
  scrollbar-width: thin;
}

.pix-fresh-sidebar-head {
  display: none;
}

.pix-fresh-profile-card {
  padding: 18px 16px;
  border-radius: 22px;
  background: transparent;
  border: 0;
  box-shadow: none;
  text-align: center;
  margin-bottom: 14px;
}

.pix-fresh-sidebar-logo {
  margin-bottom: 14px;
}

.pix-fresh-sidebar-logo-image {
  width: 116px;
  height: auto;
}

.pix-fresh-profile-info h4 {
  margin: 0 0 6px;
  color: #f2f4f7;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
}

.pix-fresh-profile-info span {
  color: #7f8793;
  font-size: 12px;
}

.pix-fresh-profile-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(23, 26, 32, 0.96);
  border: 0;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
  color: #f2f4f7;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pix-fresh-nav {
  margin: 0;
  padding: 0 0 18px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pix-fresh-nav-item {
  list-style: none;
}

.pix-fresh-nav-link {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 64px;
  padding: 0 16px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(22, 24, 29, 0.96), rgba(18, 20, 24, 0.92));
  border: 0;
  color: #f2f4f7;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

.pix-fresh-nav-link:hover,
.pix-fresh-nav-item.is-open > .pix-fresh-nav-link {
  background: linear-gradient(180deg, rgba(28, 31, 37, 0.98), rgba(22, 24, 29, 0.96));
  color: #f2f4f7;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.pix-fresh-nav-item.is-active > .pix-fresh-nav-link {
  background: linear-gradient(180deg, rgba(36, 40, 48, 0.98), rgba(24, 27, 33, 0.98));
  color: #f7f9fb;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.pix-fresh-nav-item.is-active > .pix-fresh-nav-link .fa,
.pix-fresh-nav-item.is-active > .pix-fresh-nav-link .badge-em-breve {
  color: #f7f9fb;
}

.pix-fresh-nav-link .fa {
  width: 14px;
  text-align: center;
  font-size: 13px;
}

.pix-fresh-nav-caret {
  margin-left: auto;
  font-weight: 400;
  transition: transform 180ms ease;
}

.pix-fresh-nav-item.is-open .pix-fresh-nav-caret {
  transform: rotate(180deg);
}

.pix-fresh-subnav {
  display: none;
  list-style: none;
  margin: 8px 0 0;
  padding: 6px;
  border-radius: 16px;
  background: rgba(13, 15, 19, 0.95);
  border: 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.pix-fresh-nav-item.is-open > .pix-fresh-subnav {
  display: block;
}

.pix-fresh-subnav li {
  list-style: none;
}

.pix-fresh-subnav a {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 0 10px;
  border-radius: 12px;
  color: #c6ccd5;
  text-decoration: none;
  font-size: 12px;
}

.pix-fresh-subnav li.is-active > a,
.pix-fresh-subnav a:hover {
  background: rgba(30, 33, 39, 0.95);
  color: #f2f4f7;
}

.pix-fresh-subnav li.is-active > a {
  background: rgba(37, 41, 48, 0.96);
  color: #f3f6f9;
}

.badge-em-breve {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  margin-left: auto;
  padding: 2px 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #dfe3e8;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
}

.pix-fresh-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 2px 8px;
  margin-bottom: 8px;
}

.pix-fresh-topbar-left,
.pix-fresh-topbar-right {
  display: flex;
  align-items: center;
  gap: 12px;
}

.pix-fresh-topbar-right {
  margin-left: auto;
}

.pix-fresh-icon-btn {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(38, 42, 49, 0.95);
  border-radius: 14px;
  background: rgba(22, 24, 29, 0.95);
  color: #f2f4f7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.pix-fresh-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.pix-fresh-brand--stacked {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  text-align: center;
}

.pix-fresh-brand-badge {
  width: 42px;
  height: 42px;
  border-radius: 16px;
  border: 1px solid rgba(38, 42, 49, 0.95);
  background: rgba(22, 24, 29, 0.95);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pix-fresh-brand-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.pix-fresh-brand-logo {
  width: 132px;
  height: auto;
  object-fit: contain;
}

.pix-fresh-brand-title {
  display: block;
  color: #f2f4f7;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.15;
}

.pix-fresh-brand-subtitle {
  display: block;
  color: #8d95a1;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pix-fresh-account-chip {
  min-width: 156px;
  padding: 10px 12px;
  border-radius: 16px;
  border: 1px solid rgba(38, 42, 49, 0.95);
  background: rgba(22, 24, 29, 0.95);
  text-align: left;
}

.pix-fresh-account-chip-label {
  display: block;
  color: #8d95a1;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pix-fresh-account-chip-value {
  display: block;
  color: #f2f4f7;
  font-size: 12px;
  font-weight: 500;
  margin-top: 3px;
  line-height: 1.25;
}

.pix-fresh-account-chip-subvalue {
  display: block;
  color: #8d95a1;
  font-size: 11px;
  font-weight: 500;
  margin-top: 4px;
  line-height: 1.2;
}

.pix-fresh-backdrop {
  display: none;
}

.pix-fresh-icon-btn .fa {
  font-size: 15px;
  line-height: 1;
}

.content.pix-skin.pix-dashboard-home {
  max-width: 760px;
  padding: 4px 0 24px;
  color: #f2f4f7;
  background: transparent !important;
}

.pix-mobile-home {
  width: 100%;
}

.pix-home-balance {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}

.pix-home-balance-mark {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pix-home-balance-logo {
  width: 32px;
  height: 32px;
  object-fit: contain;
  opacity: 0.9;
}

.pix-home-balance-copy {
  flex: 1;
}

.pix-home-section-label {
  color: #8d95a1;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.pix-home-balance-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pix-home-balance-value {
  color: #f2f4f7;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
}

.pix-home-balance-toggle {
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  color: #8d95a1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pix-home-balance-subline {
  margin-top: 10px;
  color: #6f7782;
  font-size: 13px;
}

.pix-home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 26px;
}

.pix-home-action-tile {
  width: 92px;
  height: 92px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(22, 24, 29, 0.96), rgba(18, 20, 24, 0.92));
  border: 1px solid rgba(38, 42, 49, 0.95);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  gap: 8px;
}

.pix-home-action-icon {
  color: #f2f4f7;
  font-size: 16px;
}

.pix-home-action-text {
  color: #f2f4f7;
  font-size: 13px;
  font-weight: 500;
}

.pix-home-hero-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 92px;
  padding: 0 18px;
  border-radius: 18px;
  background: linear-gradient(90deg, rgba(31, 35, 43, 0.95), rgba(25, 28, 35, 0.96));
  border: 1px solid rgba(38, 42, 49, 0.95);
  text-decoration: none;
  margin-bottom: 18px;
}

.pix-home-hero-title {
  color: #f2f4f7;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.pix-home-hero-subtitle {
  margin-top: 6px;
  color: #7f8793;
  font-size: 14px;
}

.pix-home-hero-badge {
  color: #f2f4f7;
  font-size: 24px;
  font-weight: 700;
  white-space: nowrap;
}

.pix-home-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.pix-home-feature-card {
  min-height: 140px;
  padding: 18px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(22, 24, 29, 0.96), rgba(18, 20, 24, 0.92));
  border: 1px solid rgba(38, 42, 49, 0.95);
}

.pix-home-feature-icon {
  color: #f2f4f7;
  font-size: 18px;
  margin-bottom: 18px;
}

.pix-home-feature-title {
  color: #f2f4f7;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.pix-home-feature-subtitle {
  margin-top: 8px;
  color: #7f8793;
  font-size: 14px;
  line-height: 1.4;
}

.pix-slider-card,
.pix-quick-actions-card,
.pix-glass-card,
.pix-quick-cta-card,
.pix-stack-actions,
.pix-stack-balance,
.pix-mobile-section-header,
.pix-actions-header,
.pix-slider-header,
.pix-movements-slider-wrapper,
.pix-balance-metrics--desktop {
  display: none !important;
}

@media (max-width: 992px) {
  .pix-fresh-layout {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .pix-fresh-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    width: min(320px, 86vw);
    height: 100vh;
    border-radius: 0;
    transform: translateX(100%);
    transition: transform 220ms ease;
    z-index: 30;
  }

  .pix-fresh-app.is-sidebar-open .pix-fresh-sidebar {
    transform: translateX(0);
  }

  .pix-fresh-sidebar-head {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
  }

  .pix-fresh-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    border: 0;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease;
    z-index: 20;
  }

  .pix-fresh-app.is-sidebar-open .pix-fresh-backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  .pix-fresh-account-chip {
    display: none;
  }

  .pix-fresh-content,
  .content.pix-skin.pix-dashboard-home {
    max-width: 100%;
  }

  .pix-home-balance-value,
  .pix-home-hero-title,
  .pix-home-hero-badge,
  .pix-home-feature-title {
    font-size: 20px;
  }

  .pix-home-feature-grid {
    grid-template-columns: 1fr;
  }
}
