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

body.pix-app-shell::before,
body.pix-auth-shell::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at -6% -8%, rgba(140, 140, 140, 0.06) 0, rgba(140, 140, 140, 0.06) 18%, transparent 19%),
    radial-gradient(circle at 104% -10%, rgba(120, 120, 120, 0.05) 0, rgba(120, 120, 120, 0.05) 15%, transparent 16%);
  z-index: 0;
}

body.pix-app-shell::after,
body.pix-auth-shell::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 16% 12%, rgba(6, 16, 38, 0.2), transparent 28%),
    radial-gradient(circle at 78% 10%, rgba(6, 16, 38, 0.15), transparent 20%);
  z-index: 0;
}

.pix-shell-app,
.pix-login-screen {
  position: relative;
  z-index: 1;
}

.pix-shell-app .dev-page-container {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  max-width: 1480px;
  margin: 0 auto;
  padding: 18px;
}

.pix-shell-app .dev-page-content {
  flex: 1;
  min-width: 0;
  padding-left: 0 !important;
  height: auto !important;
}

.pix-shell-container {
  width: 100%;
  max-width: 1320px;
  padding: 0;
}

.dev-page .dev-page-container .dev-page-sidebar {
  position: sticky;
  top: 18px;
  left: auto;
  width: 232px;
  height: calc(100vh - 36px) !important;
  min-height: 0;
  max-height: calc(100vh - 36px) !important;
  margin: 0;
  padding: 14px;
  border-radius: 26px;
  background: rgba(10, 12, 16, 0.88);
  border: 1px solid rgba(38, 42, 49, 0.9);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(143, 151, 163, 0.4) transparent;
}

.dev-page .dev-page-container .dev-page-sidebar::-webkit-scrollbar {
  width: 8px;
}

.dev-page .dev-page-container .dev-page-sidebar::-webkit-scrollbar-track {
  background: transparent;
}

.dev-page .dev-page-container .dev-page-sidebar::-webkit-scrollbar-thumb {
  background: rgba(143, 151, 163, 0.32);
  border-radius: 999px;
}

.sidebar-mobile-toggle {
  display: none;
}

.pix-shell-profile {
  margin-bottom: 12px;
  padding: 18px 16px;
  border-radius: 22px;
  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);
  text-align: center;
}

.sidebar-logo {
  padding: 0;
  margin-bottom: 14px;
}

.sidebar-logo-image {
  display: inline-block;
  width: 114px;
  height: auto;
}

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

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

.dash-card-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.94);
  border: 1px solid #262a31;
  color: #f2f4f7;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dev-page .dev-page-sidebar .dev-page-navigation {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  margin: 0;
  background: transparent;
  overflow: visible;
  padding-bottom: 18px;
}

.dev-page .dev-page-sidebar .dev-page-navigation > li {
  list-style: none;
  margin: 0;
  background: transparent;
  border-radius: 18px;
  overflow: visible;
}

.dev-page .dev-page-sidebar .dev-page-navigation > li > a {
  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: 1px solid rgba(38, 42, 49, 0.95);
  color: #f2f4f7;
  text-decoration: none;
  box-shadow: none;
}

.dev-page .dev-page-sidebar .dev-page-navigation > li > a .fa,
.dev-page .dev-page-sidebar .dev-page-navigation > li > a .glyphicon {
  width: 14px;
  color: #f2f4f7;
  text-align: center;
  font-size: 13px;
}

.dev-page .dev-page-sidebar .dev-page-navigation > li > a span {
  color: #f2f4f7;
  font-size: 14px;
  font-weight: 500;
}

.dev-page .dev-page-sidebar .dev-page-navigation > li > a:after {
  display: none !important;
}

.dev-page .dev-page-sidebar .dev-page-navigation > li:hover > a,
.dev-page .dev-page-sidebar .dev-page-navigation > li.active > a {
  background: linear-gradient(180deg, rgba(28, 31, 37, 0.98), rgba(22, 24, 29, 0.96));
  border-color: #2d323a;
}

.dev-page .dev-page-sidebar .dev-page-navigation > li ul {
  margin-top: 8px;
  padding: 6px;
  border-radius: 16px;
  background: rgba(13, 15, 19, 0.95);
  border: 1px solid rgba(38, 42, 49, 0.8);
  max-height: none !important;
}

.dev-page .dev-page-sidebar .dev-page-navigation > li ul li {
  list-style: none;
}

.dev-page .dev-page-sidebar .dev-page-navigation > li ul li a {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 0 10px;
  border-radius: 12px;
  color: #c6ccd5;
  text-decoration: none;
  font-size: 12px;
}

.dev-page .dev-page-sidebar .dev-page-navigation > li ul li.active a,
.dev-page .dev-page-sidebar .dev-page-navigation > li ul li a:hover {
  background: rgba(30, 33, 39, 0.95);
  color: #f2f4f7;
}

.badge-em-breve {
  margin-left: auto;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #dfe3e8;
  font-size: 10px;
  font-weight: 700;
}

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

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

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

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

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

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

.pix-web-brand-title {
  display: block;
  color: #f2f4f7;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.15;
}

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

.pix-web-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);
}

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

.pix-web-account-chip-value {
  display: block;
  color: #f2f4f7;
  font-size: 12px;
  font-weight: 500;
  margin-top: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

.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: 44px;
  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;
  line-height: 1;
}

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

.pix-home-explore {
  padding-top: 4px;
}

.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 {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pix-slider-card {
  display: none;
}

@media (max-width: 992px) {
  .pix-shell-app .dev-page-container {
    display: block;
    padding: 16px;
  }

  .dev-page .dev-page-container .dev-page-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    width: min(320px, 86vw);
    height: 100vh !important;
    min-height: 100vh;
    border-radius: 0;
    padding: 18px;
    transform: translateX(100%);
    transition: transform 220ms ease;
    z-index: 20;
    overflow-y: auto;
  }

  .dev-page:not(.dev-page-sidebar-collapsed) .dev-page-sidebar {
    transform: translateX(0);
  }

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

  .content.pix-skin.pix-dashboard-home {
    max-width: 100%;
    padding-top: 6px;
  }

  .pix-home-balance-value {
    font-size: 36px;
  }

  .pix-home-hero-card {
    min-height: 88px;
    padding: 16px;
  }

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

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