/* Perfil — identidade verde segurança */
#view-profile { --page-accent: #138168; }
#view-profile .profile-card {
  background: linear-gradient(135deg, #f5fffb, #ffffff);
  border-color: rgba(19,129,104,.18);
}
#view-profile .avatar.huge {
  background: rgba(19,129,104,.11);
  color: var(--page-accent);
}
#view-profile .info-list > div > i { color: var(--page-accent); }

body[data-active-view="profile"] .topbar {
  background: linear-gradient(180deg,#effbf6 0%,#ffffff 92%);
  border-bottom-color:rgba(19,129,104,.22);
  box-shadow:inset 0 3px 0 #138168;
}
body[data-active-view="profile"] .topbar-period-main { color:#138168; }
body[data-active-view="profile"] .bottom-nav.raised-dock { --dock-accent:#138168; }
body[data-active-view="profile"] .sidebar .nav-item.active { color:#138168; background:rgba(19,129,104,.10); }
