.ct-area {
  background: #f4f1eb;
  min-height: 100%;
}

.conta {
  width: 100%;
  max-width: var(--app);
  margin: 0 auto;
  min-height: 100vh;
  background: #f4f1eb;
  padding-bottom: 32px;
}

.ct-area .hdr,
.ct-area .hdr-top { background: #f4f1eb; }

.hdr-logo { text-decoration: none; color: inherit; }

.hdr-avatar--on {
  font-size: 11px;
  font-weight: 700;
  color: #555;
  display: grid;
  place-items: center;
  text-decoration: none;
}

.hdr-avatar--on svg {
  width: 18px;
  height: 18px;
}

.conta-stories {
  display: flex;
  gap: 16px;
  padding: 8px 16px 18px;
  overflow-x: auto;
  scrollbar-width: none;
}

.conta-stories::-webkit-scrollbar { display: none; }

.conta-story {
  display: grid;
  justify-items: center;
  gap: 6px;
  text-decoration: none;
  color: #1a1a1a;
  min-width: 64px;
}

.conta-story img,
.conta-story i {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 18%;
}

.conta-story span {
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  white-space: nowrap;
}

.conta-story--more i {
  display: grid;
  place-items: center;
  background: #c4a48c;
  color: #fff;
}

.conta-tit {
  font-size: 22px;
  font-weight: 800;
  padding: 4px 18px 14px;
}

.conta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 0 14px;
}

.conta-card {
  background: #fff;
  border-radius: 18px;
  padding: 16px 14px 14px;
  text-decoration: none;
  color: #1a1a1a;
  min-height: 132px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .03);
}

.conta-card svg {
  color: #2a2a2a;
  margin-bottom: 4px;
}

.conta-card strong {
  font-size: 16px;
  font-weight: 800;
}

.conta-card span {
  font-size: 13px;
  line-height: 1.35;
  color: #6a6a6a;
  font-weight: 400;
}

.conta-card--wallet em {
  font-style: normal;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -.03em;
  color: #1a1a1a;
}

.conta-card--out {
  color: #d45a3a;
}

.conta-card--out strong,
.conta-card--out svg { color: #d45a3a; }

.ct-area .nav-btn {
  text-decoration: none;
}

.ct-area .nav-btn.is-on {
  background: #f8e4d6;
}
