:root {
  --bg: #070b14;
  --bg-2: #0f172a;
  --panel: #0f172a;
  --panel-2: #131d31;
  --panel-3: #17243a;
  --text: #e5eefc;
  --text-strong: #f8fbff;
  --muted: #96a3bb;
  --border: #223049;
  --border-soft: rgba(34, 48, 73, 0.9);
  --accent: #2f6bff;
  --accent-2: #1f56db;
  --danger: #ef4444;
  --success: #10b981;
  --purple: #7c3aed;
  --amber: #f59e0b;
  --shadow: 0 18px 42px rgba(0, 0, 0, 0.35);
  --radius: 22px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(47, 107, 255, 0.16), transparent 24%),
    radial-gradient(circle at bottom right, rgba(124, 58, 237, 0.14), transparent 30%),
    linear-gradient(180deg, #070b14 0%, #0c1322 46%, #09101b 100%);
}

a {
  color: inherit;
}

.hidden {
  display: none !important;
}

.screen {
  min-height: 100vh;
}

.muted {
  color: var(--muted) !important;
}

.light {
  color: rgba(255, 255, 255, 0.76);
}

.eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #7fb0ff;
}

.setup-banner {
  position: sticky;
  top: 0;
  z-index: 50;
  padding: 14px 18px;
  background: #fff7ed;
  color: #9a3412;
  border-bottom: 1px solid #fed7aa;
  text-align: center;
}

.setup-banner code {
  background: rgba(255, 255, 255, 0.9);
  padding: 2px 8px;
  border-radius: 8px;
}

.card-soft,
.panel-card,
.side-card,
.kpi-card,
.glass-card,
.feature-card,
.landing-auth-panel,
.steps-grid article,
.compare-table-card,
.faq-list-static article,
.modern-plan-card {
  background: rgba(15, 23, 42, 0.88);
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  color: var(--text);
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
label,
th,
td {
  color: var(--text-strong);
}

.btn {
  border: 0;
  border-radius: 16px;
  padding: 12px 16px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  transition: 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn.primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: white;
}

.btn.secondary {
  background: #17243a;
  color: #d8e5ff;
  border: 1px solid #223049;
}

.btn.ghost {
  background: rgba(255, 255, 255, 0.06);
  color: #edf3ff;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.btn.danger {
  background: var(--danger);
  color: white;
}

.btn.full {
  width: 100%;
}

.btn.text-btn {
  background: transparent !important;
  color: #60a5fa !important;
  padding: 0 !important;
  min-height: auto;
  border: 0 !important;
  box-shadow: none !important;
}

/* ===== inputs ===== */
input,
select,
textarea {
  width: 100%;
  border-radius: 16px;
  border: 1px solid #223049;
  background: #101a2d;
  padding: 13px 14px;
  font: inherit;
  color: #edf3ff;
  outline: none;
}

input::placeholder,
textarea::placeholder {
  color: #7f8dab;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(47, 107, 255, 0.55);
  box-shadow: 0 0 0 4px rgba(47, 107, 255, 0.12);
}

textarea {
  min-height: 110px;
  resize: vertical;
}

label {
  display: block;
  margin: 16px 0 8px;
  font-size: 14px;
  font-weight: 700;
}

.message-box {
  margin-top: 16px;
  padding: 12px 14px;
  border-radius: 16px;
  font-size: 14px;
}

.message-box.success {
  background: rgba(16, 185, 129, 0.12);
  color: #86efac;
  border: 1px solid rgba(16, 185, 129, 0.2);
}

.message-box.error {
  background: rgba(239, 68, 68, 0.12);
  color: #fca5a5;
  border: 1px solid rgba(239, 68, 68, 0.2);
}

.message-box.info {
  background: rgba(59, 130, 246, 0.12);
  color: #93c5fd;
  border: 1px solid rgba(59, 130, 246, 0.2);
}

/* ===== landing ===== */
.landing-screen {
  display: block;
  padding: 0;
  background:
    radial-gradient(circle at top left, rgba(59, 130, 246, 0.14), transparent 28%),
    radial-gradient(circle at 85% 10%, rgba(16, 185, 129, 0.1), transparent 24%),
    radial-gradient(circle at 50% 100%, rgba(124, 58, 237, 0.1), transparent 28%),
    linear-gradient(180deg, #0a0d14 0%, #0f1728 30%, #0d1320 100%);
  color: #f9fafb;
}

.landing-shell {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
}

.landing-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(20px);
  background: rgba(10, 13, 20, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.header-shell {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.landing-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  color: white;
  text-decoration: none;
}

.landing-brand-logo {
  width: 52px;
  height: 52px;
  object-fit: contain;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  padding: 6px;
}

.landing-brand strong {
  display: block;
  font-size: 18px;
}

.landing-brand span {
  display: block;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
}

.landing-nav {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.landing-nav a {
  color: rgba(255, 255, 255, 0.66);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

.landing-nav a:hover {
  color: white;
}

.landing-actions {
  display: flex;
  gap: 10px;
}

.landing-hero {
  padding: 70px 0 48px;
}

.hero-grid-v2 {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 42px;
  align-items: center;
}

.hero-copy-v2 h1 {
  font-size: clamp(40px, 6vw, 66px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  margin: 16px 0 18px;
  max-width: 760px;
}

.hero-copy-v2 p {
  margin: 0 0 26px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.7;
  max-width: 680px;
}

.landing-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid transparent;
}

.landing-badge.blue {
  background: rgba(59, 130, 246, 0.12);
  color: #93c5fd;
  border-color: rgba(59, 130, 246, 0.22);
}

.landing-badge.red {
  background: rgba(239, 68, 68, 0.12);
  color: #fca5a5;
  border-color: rgba(239, 68, 68, 0.22);
}

.landing-badge.green {
  background: rgba(16, 185, 129, 0.12);
  color: #86efac;
  border-color: rgba(16, 185, 129, 0.22);
}

.landing-badge.purple {
  background: rgba(139, 92, 246, 0.14);
  color: #d8b4fe;
  border-color: rgba(139, 92, 246, 0.24);
}

.landing-badge.amber {
  background: rgba(245, 158, 11, 0.12);
  color: #fde68a;
  border-color: rgba(245, 158, 11, 0.24);
}

.hero-actions-v2 {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.hero-proof-v2 {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
}

.hero-proof-v2 b {
  color: #fff;
}

.hero-visual-v2 {
  position: relative;
}

.hero-dashboard-card {
  padding: 24px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(28, 35, 51, 0.96), rgba(18, 25, 42, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.38);
}

.hero-visual-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.hero-eyebrow {
  color: #93c5fd;
}

.hero-visual-head h3 {
  margin: 8px 0 0;
  font-size: 24px;
  color: #fff;
}

.live-chip {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(16, 185, 129, 0.12);
  color: #86efac;
  border: 1px solid rgba(16, 185, 129, 0.26);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero-mini-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.hero-mini-stats article {
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 16px 12px;
  text-align: center;
}

.hero-mini-stats strong {
  display: block;
  font-size: 28px;
  color: #fff;
}

.hero-mini-stats span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}

.hero-progress-wrap {
  margin-top: 18px;
}

.hero-progress-label {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.hero-progress-label b {
  color: #86efac;
}

.hero-progress-bar {
  height: 10px;
  margin-top: 10px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
}

.hero-progress-bar span {
  display: block;
  width: 69%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #10b981, #059669);
}

.hero-lead-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 18px;
}

.hero-lead-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.hero-lead-item .lead-avatar {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #3b82f6, #10b981);
  color: #fff;
  font-weight: 800;
  flex-shrink: 0;
}

.hero-lead-item div {
  flex: 1;
  min-width: 0;
}

.hero-lead-item b {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
}

.hero-lead-item small {
  color: rgba(255, 255, 255, 0.58);
}

.hero-lead-item strong {
  color: #86efac;
  font-size: 14px;
}

.floating-chip {
  position: absolute;
  padding: 14px 18px;
  border-radius: 18px;
  background: rgba(28, 35, 51, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.34);
  font-weight: 800;
}

.chip-top {
  top: -14px;
  right: -12px;
  color: #86efac;
}

.chip-bottom {
  left: -14px;
  bottom: -18px;
  color: #93c5fd;
}

.landing-numbers {
  padding: 28px 0 52px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.02);
}

.numbers-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 24px;
}

.numbers-grid article {
  text-align: center;
}

.numbers-grid strong {
  display: block;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1;
  color: #fff;
}

.numbers-grid span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
}

.logo-marquee {
  overflow: hidden;
}

.marquee-track {
  display: flex;
  gap: 18px;
  width: max-content;
  animation: marqueeTrack 28s linear infinite;
}

.marquee-track span {
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  font-weight: 700;
}

@keyframes marqueeTrack {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.landing-section {
  padding: 92px 0;
}

.landing-section.alt-bg {
  background: rgba(255, 255, 255, 0.02);
}

.landing-title {
  max-width: 760px;
}

.landing-title.centered {
  margin: 0 auto 54px;
  text-align: center;
}

.landing-title h2 {
  margin: 18px 0 14px;
  font-size: clamp(32px, 5vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: #fff;
}

.landing-title h2 span {
  background: linear-gradient(135deg, #3b82f6, #10b981);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.landing-title p {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 17px;
  line-height: 1.7;
}

.problem-grid,
.feature-grid,
.segment-grid,
.testimonial-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.glass-card,
.feature-card,
.faq-list-static article {
  border-radius: 22px;
  padding: 24px;
}

.glass-card h3,
.feature-card h3,
.steps-grid h3,
.modern-plan-card h3,
.faq-list-static h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 18px;
}

.glass-card p,
.feature-card p,
.steps-grid p,
.faq-list-static p,
.testimonial-grid article p {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.7;
  font-size: 14px;
}

.transform-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 28px;
  align-items: center;
}

.compare-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.compare-card li {
  color: rgba(255, 255, 255, 0.72);
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.compare-head {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
  margin-bottom: 18px;
}

.compare-head.bad {
  color: #fca5a5;
  background: rgba(239, 68, 68, 0.12);
  border: 1px solid rgba(239, 68, 68, 0.22);
}

.compare-head.good {
  color: #86efac;
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.22);
}

.transform-arrow {
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  background: linear-gradient(135deg, #3b82f6, #10b981);
  box-shadow: 0 0 30px rgba(59, 130, 246, 0.24);
}

.feature-card {
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  content: '';
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #3b82f6, #10b981);
  opacity: 0.85;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 18px;
}

.steps-grid article {
  border-radius: 22px;
  padding: 24px;
  position: relative;
}

.steps-grid b {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, #3b82f6, #10b981);
  color: #fff;
  font-size: 13px;
  margin-bottom: 16px;
}

.compare-table-wrap {
  max-width: 980px;
}

.compare-table-card {
  border-radius: 24px;
  overflow: hidden;
}

.compare-table-row {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr;
  gap: 16px;
  padding: 16px 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.72);
}

.compare-table-row span:last-child {
  color: #86efac;
  font-weight: 700;
}

.compare-table-row span:nth-child(2) {
  color: #fca5a5;
  text-align: center;
  font-weight: 700;
}

.compare-table-row span:nth-child(3) {
  text-align: center;
}

.compare-table-row.head {
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
  font-weight: 800;
}

.compare-table-row.head span:nth-child(2) {
  color: rgba(255, 255, 255, 0.64);
}

.testimonial-grid article span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}

.stars {
  margin-bottom: 16px;
  color: #f59e0b;
  letter-spacing: 0.2em;
}

.plans-modern {
  padding-top: 96px;
}

.modern-plan-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 18px;
}

.modern-plan-card {
  border-radius: 26px;
  padding: 28px;
  position: relative;
}

.modern-plan-card.featured {
  border: 2px solid rgba(16, 185, 129, 0.6);
  box-shadow: 0 0 0 1px rgba(16, 185, 129, 0.1), 0 28px 60px rgba(16, 185, 129, 0.18);
}

.modern-plan-card.executive {
  border-color: rgba(139, 92, 246, 0.5);
}

.modern-price {
  font-size: 44px;
  line-height: 1;
  font-weight: 900;
  color: #fff;
  margin: 14px 0 8px;
}

.modern-price span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.56);
  font-weight: 700;
}

.modern-plan-meta {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 13px;
}

.plan-list {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  display: grid;
  gap: 10px;
}

.plan-list li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.plan-list li::before {
  content: '•';
  color: var(--accent);
  font-size: 22px;
  line-height: 1;
}

.plan-list.modern li {
  color: rgba(255, 255, 255, 0.76);
}

.faq-wrap {
  max-width: 980px;
}

.faq-list-static {
  display: grid;
  gap: 14px;
}

/* ===== login / cadastro dividido ===== */
.auth-screen {
  display: block;
  padding: 0;
}

.auth-cta-block {
  padding-top: 40px;
}

.auth-cta-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 24px;
  align-items: stretch;
}

.auth-cta-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 12px 6px;
}

.auth-cta-copy h2 {
  margin: 18px 0 12px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: #fff;
}

.auth-cta-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 17px;
  line-height: 1.7;
}

.landing-auth-panel {
  padding: 28px;
  background: rgba(11, 18, 32, 0.94) !important;
  color: var(--text);
  border-radius: 28px;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}

.login-logo-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
  padding: 14px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(19, 29, 49, 0.96), rgba(13, 20, 35, 0.94));
  border: 1px solid rgba(34, 48, 73, 0.9);
}

.login-logo-real {
  width: min(100%, 360px);
  height: auto;
  display: block;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

/* aqui estava o espaço branco: antes era repeat(3, 1fr) */
.tab-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 6px;
  border-radius: 18px;
  background: #111b2e;
  border: 1px solid #223049;
  margin-bottom: 10px;
}

.tab-btn {
  border: 0;
  border-radius: 14px;
  padding: 12px;
  background: transparent;
  font: inherit;
  font-weight: 700;
  color: #9eb0d0;
  cursor: pointer;
}

.tab-btn.active {
  background: #17243a;
  color: #f4f8ff;
  box-shadow: 0 10px 18px rgba(15, 23, 42, 0.18);
  border: 1px solid #3b82f6;
}

.auth-form {
  display: none;
  margin-top: 18px;
}

.auth-form.active {
  display: block;
}

.auth-form h2 {
  margin: 0 0 8px;
  color: #edf3ff;
}

.field-hint {
  display: block;
  margin-top: 6px;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
}

/* esqueci a senha */
.field-link {
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-top: 8px;
  margin-bottom: 14px;
  background: transparent;
  border: 0;
  color: #60a5fa;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  padding: 0;
  text-align: right;
}

.field-link:hover {
  text-decoration: underline;
  color: #93c5fd;
}

.forgot-box {
  margin: 12px 0 18px;
  padding: 14px;
  border-radius: 14px;
  border: 1px solid #223049;
  background: rgba(23, 36, 58, 0.72);
}

.inline-reset-form {
  display: grid;
  gap: 10px;
  margin-top: 8px;
}

.forgot-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.auth-trust {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.auth-trust span {
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.06);
  border: 1px solid #223049;
  color: #c9d6ef;
  font-size: 12px;
  font-weight: 700;
}

/* ===== app ===== */
.app-screen {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 0;
}

.sidebar {
  min-height: 100vh;
  padding: 24px;
  background: linear-gradient(180deg, #0f172a 0%, #111d39 54%, #152449 100%);
  color: white;
  position: sticky;
  top: 0;
}

.sidebar-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar-brand span {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 4px;
  font-size: 13px;
}

.logo-circle {
  width: 64px;
  height: 64px;
  border-radius: 22px;
  display: grid;
  place-items: center;
  font-weight: 800;
  color: white;
  background: linear-gradient(135deg, var(--accent), #6f43ff);
  box-shadow: 0 18px 34px rgba(47, 107, 255, 0.32);
}

.logo-circle.small {
  width: 50px;
  height: 50px;
  border-radius: 16px;
  font-size: 15px;
}

.nav-stack {
  display: grid;
  gap: 10px;
  margin: 22px 0;
}

.nav-btn {
  border: 0;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.88);
  text-align: left;
  padding: 14px 16px;
  border-radius: 16px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.nav-btn.active {
  background: rgba(47, 107, 255, 0.18);
  color: white;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.side-card {
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.side-card + .side-card {
  margin-top: 16px;
}

.side-card h3 {
  font-size: 28px;
  margin: 10px 0 8px;
}

.side-card.dim {
  background: rgba(255, 255, 255, 0.04);
}

.usage-bar {
  width: 100%;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
  margin: 14px 0 10px;
}

.usage-bar span {
  display: block;
  height: 100%;
  width: 0%;
  border-radius: inherit;
  background: linear-gradient(90deg, #60a5fa, #c084fc);
}

.plan-meta {
  display: block;
  margin-top: 10px;
}

.main-shell {
  padding: 28px;
}

.top-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.top-head h1 {
  margin: 8px 0 8px;
  font-size: clamp(26px, 4vw, 38px);
}

.top-head-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.view-section {
  display: none;
}

.view-section.active {
  display: block;
}

.notice-box {
  margin-bottom: 22px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(245, 158, 11, 0.25);
  background: rgba(255, 247, 237, 0.1);
  color: #fdba74;
  box-shadow: var(--shadow);
}

.notice-box.success-tone {
  border-color: rgba(16, 185, 129, 0.22);
  background: rgba(236, 253, 245, 0.08);
  color: #86efac;
}

.kpi-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.kpi-card {
  border-radius: 22px;
  padding: 20px;
  display: grid;
  gap: 8px;
}

.kpi-card span {
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.kpi-card strong {
  font-size: 34px;
  line-height: 1;
}

.kpi-card small {
  color: var(--muted);
}

.kpi-card.accent span,
.kpi-card.accent strong {
  color: #8ab7ff;
}

.kpi-card.danger span,
.kpi-card.danger strong {
  color: #fca5a5;
}

.kpi-card.success span,
.kpi-card.success strong {
  color: #86efac;
}

.kpi-card.purple span,
.kpi-card.purple strong {
  color: #d8b4fe;
}

.kpi-card.dark span,
.kpi-card.dark strong {
  color: #edf3ff;
}

.overview-grid,
.settings-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
}

.secondary-overview-grid {
  margin-top: 22px;
}

.clients-grid {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 18px;
}

.panel-card {
  border-radius: 26px;
  padding: 22px;
}

.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.section-head h2 {
  margin: 0 0 6px;
}

.section-head.responsive {
  flex-wrap: wrap;
}

.stage-stats {
  display: grid;
  gap: 14px;
}

.stage-item {
  padding: 14px 16px;
  border-radius: 18px;
  background: #101a2d;
  border: 1px solid var(--border);
}

.stage-item-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.stage-item small {
  color: var(--muted);
}

.progress-track {
  width: 100%;
  height: 10px;
  border-radius: 999px;
  background: #17243a;
  overflow: hidden;
  margin-top: 10px;
}

.progress-track span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--accent), #8b5cf6);
}

.list-stack {
  display: grid;
  gap: 12px;
}

.list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid var(--border);
  background: var(--panel-2);
}

.list-item-main {
  display: grid;
  gap: 4px;
}

.list-item-actions,
.row-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.kanban-board {
  display: grid;
  grid-template-columns: repeat(6, minmax(210px, 1fr));
  gap: 14px;
  overflow-x: auto;
  padding-bottom: 8px;
}

.kanban-col {
  min-width: 220px;
  border-radius: 22px;
  background: #101a2d;
  border: 1px solid var(--border);
  padding: 14px;
}

.kanban-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 12px;
  font-weight: 800;
}

.kanban-count {
  min-width: 28px;
  height: 28px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #17243a;
  color: #9fc0ff;
  font-size: 13px;
}

.kanban-stack {
  display: grid;
  gap: 12px;
}

.kanban-card {
  padding: 14px;
  border-radius: 18px;
  background: #0b1220;
  border: 1px solid var(--border);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
}

.kanban-card h4 {
  margin: 0 0 8px;
}

.kanban-card p {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 14px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.form-grid.compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.field.full {
  grid-column: 1 / -1;
}

.form-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.filter-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.filter-row > * {
  min-width: 170px;
}

.table-wrap {
  width: 100%;
  overflow: auto;
  border-radius: 20px;
  border: 1px solid var(--border);
  background: #0b1220;
}

.table-wrap table {
  width: 100%;
  border-collapse: collapse;
  background: transparent;
}

.table-wrap th,
.table-wrap td {
  padding: 14px 12px;
  border-bottom: 1px solid rgba(34, 48, 73, 0.7);
  text-align: left;
  vertical-align: top;
  font-size: 14px;
}

.table-wrap th {
  position: sticky;
  top: 0;
  background: #111b2e;
  z-index: 1;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #dbe7ff;
}

.table-wrap tbody td {
  color: #e5eefc;
}

.table-wrap tbody tr:hover td {
  background: rgba(23, 36, 58, 0.72);
}

.table-wrap.slim td,
.table-wrap.slim th {
  white-space: nowrap;
}

.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.badge.stage {
  background: rgba(59, 130, 246, 0.12);
  color: #93c5fd;
}

.badge.pos {
  background: rgba(139, 92, 246, 0.14);
  color: #d8b4fe;
}

.badge.priority-low {
  background: rgba(16, 185, 129, 0.12);
  color: #86efac;
}

.badge.priority-medium {
  background: rgba(245, 158, 11, 0.12);
  color: #fde68a;
}

.badge.priority-high {
  background: rgba(239, 68, 68, 0.12);
  color: #fca5a5;
}

.badge.status-overdue {
  background: rgba(239, 68, 68, 0.12);
  color: #fca5a5;
}

.badge.status-today {
  background: rgba(245, 158, 11, 0.12);
  color: #fde68a;
}

.badge.status-future {
  background: rgba(59, 130, 246, 0.12);
  color: #93c5fd;
}

.badge.status-none {
  background: rgba(148, 163, 184, 0.12);
  color: #cbd5e1;
}

.mini-btn {
  border: 1px solid #223049;
  background: #101a2d;
  color: #dbe7ff;
  border-radius: 12px;
  padding: 8px 10px;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
}

.empty-state {
  border: 1px dashed #223049;
  border-radius: 18px;
  padding: 20px;
  text-align: center;
  color: var(--muted);
  background: #0d1526;
}

.report-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
}

.report-card {
  padding: 18px;
  border-radius: 18px;
  background: #101a2d;
  border: 1px solid var(--border);
}

.report-card span,
.report-card small {
  display: block;
}

.report-card span {
  color: var(--muted);
  font-size: 13px;
}

.report-card strong {
  display: block;
  margin: 10px 0 6px;
  font-size: 22px;
}

.report-card.emphasis {
  background: linear-gradient(180deg, rgba(47, 107, 255, 0.08), rgba(124, 58, 237, 0.06));
  border: 1px solid rgba(47, 107, 255, 0.12);
}

.report-stage-stats .stage-item {
  background: var(--panel-2);
}

.quick-summary-cards {
  margin-bottom: 16px;
}

.quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.quick-actions .btn {
  flex: 1 1 180px;
}

.subscription-card {
  padding: 18px;
  border-radius: 20px;
  border: 1px solid var(--border);
  background: var(--panel-2);
  margin-bottom: 18px;
}

.subscription-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
}

.subscription-row:last-child {
  border-bottom: 0;
}

.status-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.status-chip.active {
  background: rgba(16, 185, 129, 0.12);
  color: #86efac;
}

.status-chip.pending {
  background: rgba(245, 158, 11, 0.14);
  color: #fde68a;
}

.status-chip.overdue,
.status-chip.cancelled {
  background: rgba(239, 68, 68, 0.12);
  color: #fca5a5;
}

.inline-detail {
  display: inline-flex;
  gap: 8px;
  flex-wrap: wrap;
}

.inline-detail code,
.note-box code {
  background: rgba(15, 23, 42, 0.3);
  border-radius: 8px;
  padding: 2px 8px;
  color: #dbe7ff;
}

.plan-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.plan-card {
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: #101a2d;
}

.plan-card.active-plan {
  outline: 2px solid rgba(47, 107, 255, 0.22);
}

.note-box {
  margin-top: 14px;
  display: grid;
  gap: 6px;
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: #101a2d;
}

.plans-page-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 20px;
}

.current-plan-panel {
  padding: 24px;
}

.current-plan-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.current-plan-summary div {
  padding: 16px;
  border-radius: 18px;
  background: rgba(15, 23, 42, 0.28);
  border: 1px solid rgba(47, 107, 255, 0.1);
}

.current-plan-summary span {
  display: block;
  color: var(--muted);
  font-size: 13px;
}

.current-plan-summary strong {
  display: block;
  margin-top: 8px;
  font-size: 18px;
}

.checkout-steps-inline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.checkout-step {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(15, 23, 42, 0.28);
  border: 1px solid rgba(47, 107, 255, 0.1);
}

.checkout-step b {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), var(--purple));
  color: white;
}

.public-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.plan-card.highlighted,
.modern-plan-card.featured {
  border-color: rgba(47, 107, 255, 0.35);
  box-shadow: 0 24px 48px rgba(47, 107, 255, 0.16);
}

.plan-flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(47, 107, 255, 0.1);
  color: #93c5fd;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 14px;
}

.plan-price {
  font-size: 34px;
  font-weight: 900;
  color: #edf3ff;
  margin: 12px 0 14px;
}

.plan-price span {
  font-size: 14px;
  color: var(--muted);
  font-weight: 700;
}

/* ===== modal ===== */
.modal {
  border: 0;
  padding: 0;
  background: transparent;
}

.modal::backdrop,
.checkout-modal::backdrop {
  background: rgba(15, 23, 42, 0.62);
  backdrop-filter: blur(6px);
}

.modal-card {
  width: min(460px, calc(100vw - 32px));
  border-radius: 26px;
  background: #0f172a;
  padding: 24px;
  border: 1px solid var(--border);
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.4);
}

.checkout-card {
  width: min(980px, calc(100vw - 32px));
  max-height: 92vh;
  overflow: auto;
}

.checkout-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 18px;
  margin-top: 18px;
}

.checkout-box {
  padding: 20px;
  border-radius: 22px;
  background: rgba(15, 23, 42, 0.28);
  border: 1px solid rgba(47, 107, 255, 0.1);
}

.checkout-box.highlight {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.96), rgba(20, 35, 72, 0.92));
  color: white;
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.16);
}

.checkout-box.highlight h3,
.checkout-box.highlight label,
.checkout-box.highlight .muted {
  color: white !important;
}

.checkout-box input,
.checkout-box textarea {
  width: 100%;
  margin-top: 8px;
  margin-bottom: 12px;
}

.checkout-box.highlight textarea {
  background: rgba(255, 255, 255, 0.08);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.checkout-summary-list {
  display: grid;
  gap: 12px;
  margin-bottom: 18px;
}

.checkout-summary-list div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
}

.checkout-actions {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

/* ===== support ===== */
.support-inline {
  margin-top: 10px;
}

.support-fab {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 90;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #16a34a, #22c55e);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 18px 34px rgba(34, 197, 94, 0.28);
}

.support-fab::before {
  content: '✆';
  margin-right: 8px;
}

/* ===== relatórios tabela completa ===== */
.reports-grid {
  display: grid;
  gap: 22px;
}

.reports-full-width {
  grid-column: 1 / -1;
}

.excel-wrap {
  overflow: auto;
}

.excel-table {
  min-width: 1800px;
}

.excel-table thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  white-space: nowrap;
}

.excel-table tbody td {
  white-space: nowrap;
  font-size: 13px;
}

/* ===== responsive ===== */
@media (max-width: 1250px) {
  .kpi-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .clients-grid {
    grid-template-columns: 1fr;
  }

  .overview-grid,
  .settings-grid {
    grid-template-columns: 1fr;
  }

  .kanban-board {
    grid-template-columns: repeat(3, minmax(220px, 1fr));
  }
}

@media (max-width: 1100px) {
  .public-plan-grid,
  .plans-page-grid,
  .checkout-grid,
  .auth-cta-grid,
  .hero-grid-v2,
  .transform-grid {
    grid-template-columns: 1fr;
  }

  .landing-auth-panel {
    margin: 0 auto;
    max-width: 640px;
  }

  .auth-cta-copy {
    text-align: center;
  }

  .landing-nav {
    display: none;
  }

  .transform-arrow {
    margin: 0 auto;
  }
}

@media (max-width: 980px) {
  .app-screen {
    grid-template-columns: 1fr;
  }

  .sidebar {
    position: static;
    min-height: auto;
  }

  .kpi-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-mini-stats,
  .plan-cards,
  .form-grid,
  .form-grid.compact {
    grid-template-columns: 1fr;
  }

  .list-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .report-cards {
    grid-template-columns: 1fr 1fr;
  }

  .top-head-actions {
    justify-content: stretch;
  }

  .top-head-actions .btn {
    flex: 1 1 180px;
  }
}

@media (max-width: 860px) {
  .checkout-steps-inline,
  .current-plan-summary {
    grid-template-columns: 1fr 1fr;
  }

  .hero-mini-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .numbers-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 780px) {
  .landing-shell {
    width: min(100% - 28px, 1280px);
  }

  .header-shell {
    min-height: 72px;
  }

  .landing-actions .btn.secondary {
    display: none;
  }

  .floating-chip {
    position: static;
    margin-top: 14px;
    display: inline-flex;
  }

  .compare-table-row {
    grid-template-columns: 1.3fr 0.7fr 0.7fr;
    padding: 14px 16px;
  }

  .modern-price {
    font-size: 38px;
  }
}

@media (max-width: 720px) {
  .report-cards {
    grid-template-columns: 1fr;
  }

  .reports-full-width {
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  .auth-screen,
  .main-shell,
  .sidebar {
    padding: 16px;
  }

  .top-head {
    flex-direction: column;
  }

  .top-head-actions,
  .form-actions,
  .filter-row {
    flex-direction: column;
  }

  .filter-row > * {
    min-width: auto;
  }

  .kpi-grid {
    grid-template-columns: 1fr;
  }

  .tab-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-actions-v2,
  .checkout-steps-inline,
  .current-plan-summary {
    display: grid;
    grid-template-columns: 1fr;
  }

  .public-plan-grid,
  .modern-plan-grid {
    grid-template-columns: 1fr;
  }

  .landing-auth-panel {
    padding: 20px;
  }
}/* ===== correções finais de contraste e dark mode ===== */

/* login / reset */
#forgotPasswordLink,
.field-link {
  color: #60a5fa !important;
}

#forgotPasswordLink:hover,
.field-link:hover {
  color: #93c5fd !important;
  text-decoration: underline;
}

#forgotPasswordBox,
.forgot-box {
  background: rgba(23, 36, 58, 0.92) !important;
  border: 1px solid #223049 !important;
}

#forgotPasswordBox p,
#forgotPasswordBox label,
#forgotPasswordBox .muted,
.forgot-box p,
.forgot-box label,
.forgot-box .muted {
  color: #dbe7ff !important;
}

/* checkout passos */
.checkout-step {
  background: rgba(15, 23, 42, 0.55) !important;
  border: 1px solid #223049 !important;
}

.checkout-step span {
  color: #dbe7ff !important;
  font-weight: 700 !important;
}

/* checkout resumo */
.checkout-summary-list div {
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.06) !important;
}

.checkout-summary-list span {
  color: #9fb4d9 !important;
}

.checkout-summary-list strong {
  color: #ffffff !important;
}

/* textos do checkout */
.checkout-box,
.checkout-box label,
.checkout-box h3,
.checkout-box p,
.checkout-box span,
.checkout-box strong {
  color: #edf3ff !important;
}

.checkout-box.highlight,
.checkout-box.highlight label,
.checkout-box.highlight h3,
.checkout-box.highlight p,
.checkout-box.highlight span,
.checkout-box.highlight strong {
  color: #ffffff !important;
}

/* botões do checkout */
.checkout-actions .btn.secondary,
.checkout-actions a.btn.secondary {
  color: #dbe7ff !important;
  background: #17243a !important;
  border: 1px solid #223049 !important;
}

/* tabelas */
.table-wrap th {
  color: #dbe7ff !important;
  background: #111b2e !important;
}

.table-wrap td,
.table-wrap td *,
.excel-table td,
.excel-table td * {
  color: #e5eefc !important;
}

/* textos que às vezes ficam escuros */
.panel-card p,
.panel-card small,
.panel-card span,
.side-card p,
.side-card small,
.side-card span,
.report-card p,
.report-card small,
.report-card span,
.plan-card p,
.plan-card small,
.plan-card span,
.glass-card p,
.feature-card p,
.faq-list-static p,
.compare-table-row,
.compare-table-row span,
.hero-proof-v2 span,
.modern-plan-meta,
.note-box span,
.subscription-row span,
.current-plan-summary span {
  color: #96a3bb !important;
}

/* títulos e textos fortes */
.panel-card h2,
.panel-card h3,
.panel-card h4,
.side-card h2,
.side-card h3,
.report-card strong,
.plan-card strong,
.plan-card h3,
.current-plan-summary strong,
.subscription-row strong,
.note-box strong {
  color: #edf3ff !important;
}

/* listas de plano */
.plan-list li,
.plan-list li * {
  color: #dbe7ff !important;
}

/* mini botões */
.mini-btn {
  background: #101a2d !important;
  color: #dbe7ff !important;
  border: 1px solid #223049 !important;
}

.mini-btn:hover {
  background: #17243a !important;
}

/* filtros e campos */
input,
select,
textarea {
  color: #edf3ff !important;
  background: #101a2d !important;
  border: 1px solid #223049 !important;
}

input::placeholder,
textarea::placeholder {
  color: #7f8dab !important;
}

/* tabs entrar / criar conta */
.tab-row {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.tab-btn {
  color: #9eb0d0 !important;
}

.tab-btn.active {
  color: #ffffff !important;
  background: #17243a !important;
  border: 1px solid #3b82f6 !important;
}

/* links e labels gerais */
label,
.auth-form h2,
.section-head h2,
.section-head p,
.muted,
.field-hint {
  color: #dbe7ff !important;
}

.muted,
.field-hint {
  color: #96a3bb !important;
}