
:root{
    --bg:#f4f7fb;
    --card:#ffffff;
    --sidebar:#07224b;
    --text:#1d2b4d;
    --muted:#6f7b94;
    --line:#e6ebf2;
    --primary:#2d6df6;
    --primary-dark:#1d56d4;
    --success:#1f9d55;
    --danger:#e04848;
    --warning:#f5a623;
    --shadow:0 10px 28px rgba(12, 31, 69, 0.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--bg);color:var(--text)}
a{text-decoration:none;color:inherit}
.app-shell{display:flex;min-height:100vh}
.sidebar{width:260px;background:linear-gradient(180deg,#06224a 0%,#041733 100%);color:#fff;padding:22px 16px;position:sticky;top:0;height:100vh}
.brand{display:flex;align-items:center;gap:14px;margin-bottom:32px}
.brand-icon{width:48px;height:48px;border-radius:12px;background:#2f76ff;display:flex;align-items:center;justify-content:center;font-weight:bold;font-size:24px;box-shadow:0 8px 18px rgba(47,118,255,.35)}
.brand-title{font-size:30px;font-weight:700;line-height:1}
.brand-subtitle{font-size:15px;color:#6da0ff;font-weight:700}
.nav-section-title{margin:28px 8px 10px;font-size:12px;color:#c1d4ff;letter-spacing:.08em}
.nav-list{display:flex;flex-direction:column;gap:8px}
.nav-item{padding:12px 14px;border-radius:14px;color:#e9f0ff;background:transparent;display:block}
.nav-item.active,.nav-item:hover{background:rgba(255,255,255,.1)}
.nav-item.muted{opacity:.7;cursor:default}
.main-content{flex:1;min-width:0}
.topbar{display:flex;align-items:center;justify-content:space-between;padding:18px 28px;border-bottom:1px solid var(--line);background:rgba(255,255,255,.9);position:sticky;top:0;z-index:5;backdrop-filter:blur(10px)}
.topbar-left{display:flex;align-items:center;gap:18px}
.menu-button{width:40px;height:40px;border-radius:12px;border:1px solid var(--line);display:flex;align-items:center;justify-content:center;background:#fff}
.breadcrumb{font-size:15px;color:var(--muted)}
.breadcrumb span{margin:0 6px}
.user-pill{display:flex;align-items:center;gap:12px}
.user-avatar{width:42px;height:42px;border-radius:50%;background:#0d2b64;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700}
.user-name{font-weight:700}
.user-level{color:var(--muted);font-size:13px}
.hero-card,.exam-header,.result-hero,.grid-2,.card,.question-card,.side-card{margin:24px 28px}
.hero-card,.result-hero{background:var(--card);border-radius:28px;padding:28px;box-shadow:var(--shadow);display:flex;justify-content:space-between;align-items:center;gap:20px}
.hero-card h1,.exam-header h1,.result-hero h1{margin:6px 0 8px;font-size:36px}
.hero-card p,.result-hero p{max-width:780px;color:var(--muted);font-size:16px;line-height:1.6}
.eyebrow,.module-code{color:var(--primary);font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:.06em}
.primary-button,.secondary-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 22px;border-radius:14px;font-weight:700;border:none;cursor:pointer}
.primary-button{background:var(--primary);color:#fff}
.primary-button:hover{background:var(--primary-dark)}
.secondary-button{background:#fff;border:1px solid #cfd8e7;color:var(--primary)}
.danger-button{background:#ff5f5f}
.danger-button:hover{background:#ef4e4e}
.grid-2{display:grid;grid-template-columns:1.2fr .8fr;gap:0;align-items:start}
.card{background:var(--card);border-radius:24px;padding:24px;box-shadow:var(--shadow)}
.module-card h2,.card h2{margin:8px 0 10px}
.card-top{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}
.status-badge,.mini-badge,.pill-approved,.pill-reproved{display:inline-flex;padding:8px 12px;border-radius:999px;font-size:13px;font-weight:700}
.status-badge{background:#eef4ff;color:var(--primary)}
.muted-badge{background:#f3f5f8;color:var(--muted)}
.mini-badge{background:#eef4ff;color:var(--primary);margin-top:10px}
.stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:20px}
.stats-row.small{grid-template-columns:repeat(2,1fr)}
.stat-box{background:#f8fbff;border:1px solid #edf2f8;border-radius:18px;padding:16px}
.stat-box span{display:block;color:var(--muted);font-size:13px;margin-bottom:8px}
.stat-box strong{font-size:24px}
.card-actions{margin-top:20px}
.history-list{display:flex;flex-direction:column;gap:14px}
.history-item{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:16px;border:1px solid var(--line);border-radius:18px}
.history-meta{margin-top:6px;color:var(--muted);font-size:13px}
.score-approved{color:var(--success);font-weight:700}
.score-reproved{color:var(--danger);font-weight:700}
.exam-header{background:#fff;border-radius:22px;padding:20px 24px;box-shadow:var(--shadow);display:flex;justify-content:space-between;align-items:center}
.subtle-text{color:var(--muted)}
.timer-box{display:flex;flex-direction:column;align-items:flex-end;gap:8px}
.timer-label{color:var(--muted);font-size:14px}
.timer-value{font-size:34px;font-weight:700}
.exam-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:0;align-items:start}
.question-panel{min-width:0}
.question-card{padding:22px}
.question-top{display:flex;justify-content:space-between;gap:18px;align-items:flex-start}
.question-counter{font-size:14px;font-weight:700;color:var(--text)}
.difficulty{color:var(--warning);font-weight:700}
.question-text{font-size:28px;line-height:1.35;margin:18px 0}
.options-list{display:flex;flex-direction:column;gap:14px}
.option-item{display:flex;align-items:center;gap:14px;padding:18px 16px;border:1px solid var(--line);border-radius:18px;cursor:pointer;transition:.18s;background:#fff}
.option-item:hover{border-color:#b8c8eb;background:#f9fbff}
.option-item input{accent-color:var(--primary);transform:scale(1.18)}
.option-letter{min-width:38px;width:38px;height:38px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;border:1px solid #bfc9d9;font-weight:700;color:#4a556d;background:#fff}
.option-text{font-size:17px;line-height:1.5}
.action-row{display:flex;justify-content:space-between;align-items:center;margin:24px 28px 28px}
.side-card h3{margin-top:0}
.progress-bar{margin-top:14px;height:12px;border-radius:999px;background:#edf2fa;overflow:hidden}
.progress-fill{height:100%;background:var(--primary);border-radius:999px}
.progress-meta{margin-top:12px;color:var(--muted);font-size:14px}
.nav-grid{margin-top:18px;display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.nav-number{display:flex;align-items:center;justify-content:center;height:42px;border-radius:10px;border:1px solid #d8e0ee;background:#fff;color:#445065;font-weight:700}
.nav-number.answered-state{background:#eaf8ef;color:var(--success);border-color:#90d3aa}
.legend{display:flex;flex-wrap:wrap;gap:14px;margin-top:18px;font-size:13px;color:var(--muted)}
.legend-box{display:inline-block;width:12px;height:12px;border-radius:4px;margin-right:6px;vertical-align:middle}
.legend-box.answered{background:#1f9d55}
.legend-box.current{background:#2d6df6}
.legend-box.unanswered{background:#dfe5ef}
.summary-line{display:flex;justify-content:space-between;gap:20px;padding:12px 0;border-bottom:1px solid var(--line)}
.summary-line:last-child{border-bottom:none}
.result-hero.approved-bg{background:linear-gradient(135deg,#f6fffa 0%,#ffffff 100%)}
.result-hero.reproved-bg{background:linear-gradient(135deg,#fff7f7 0%,#ffffff 100%)}
.score-circle{width:140px;height:140px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:700;border:8px solid}
.score-circle.approved{border-color:#9fe0b7;color:var(--success);background:#f2fbf5}
.score-circle.reproved{border-color:#f3b0b0;color:var(--danger);background:#fff3f3}
.result-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:16px}
.review-list{display:flex;flex-direction:column;gap:22px}
.review-item{border:1px solid var(--line);border-radius:22px;padding:22px}
.review-header{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}
.review-header h3{margin:8px 0 0;line-height:1.45}
.pill-approved{background:#eaf8ef;color:var(--success)}
.pill-reproved{background:#fdeeee;color:var(--danger)}
.options-review{display:flex;flex-direction:column;gap:12px;margin-top:18px}
.review-option{border:1px solid var(--line);padding:16px;border-radius:16px;background:#fff}
.review-option.correct-option{background:#f1fbf4;border-color:#9ddab3}
.review-option.wrong-option{background:#fff5f5;border-color:#f0b2b2}
.tag-ok,.tag-bad{margin-left:10px;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:700}
.tag-ok{background:#dff5e7;color:var(--success)}
.tag-bad{background:#fde2e2;color:var(--danger)}
.explanation-box{margin-top:16px;background:#f7fbff;border:1px solid #e1ecfb;padding:16px;border-radius:16px;color:#33415c}
@media (max-width:1100px){.sidebar{display:none}.grid-2,.exam-layout{grid-template-columns:1fr}}
@media (max-width:700px){.topbar,.hero-card,.exam-header,.result-hero,.card,.question-card,.side-card{margin:16px}.hero-card,.exam-header,.result-hero{padding:20px}.question-text{font-size:22px}.stats-row{grid-template-columns:1fr}.nav-grid{grid-template-columns:repeat(5,1fr)}.action-row{margin:12px 16px 24px;flex-direction:column;gap:12px}.result-hero,.hero-card,.exam-header,.review-header{flex-direction:column;align-items:flex-start}.score-circle{width:110px;height:110px;font-size:22px}}
.flash{margin:18px 28px;padding:16px 18px;border-radius:16px;font-weight:700}
.flash-success{background:#eaf8ef;color:#1f7a46;border:1px solid #9ddab3}
.flash-error{background:#fff2f2;color:#b43636;border:1px solid #f0b2b2}
.auth-wrap{display:flex;justify-content:center;padding:40px 24px}.auth-card{max-width:520px;width:100%}.auth-help{color:var(--muted);margin-bottom:20px}.auth-demo{margin-top:18px;padding:14px 16px;background:#f7fbff;border:1px solid #e1ecfb;border-radius:14px;line-height:1.7}
.stack-form{display:flex;flex-direction:column;gap:16px}.stack-form label{display:flex;flex-direction:column;gap:8px;font-weight:700;color:var(--text)}
.stack-form input,.stack-form textarea,.stack-form select{width:100%;padding:14px 15px;border-radius:14px;border:1px solid #cfd8e7;font:inherit;background:#fff;color:var(--text)}
.stack-form textarea{min-height:110px;resize:vertical}.inline-check{flex-direction:row !important;align-items:center;gap:10px}.inline-check input{width:auto}.full{width:100%}
.page-card h1,.page-card h2{margin-top:4px}.compact-margin{margin:24px 28px}.grid-3,.grid-4{display:grid;gap:24px;margin:24px 28px}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.no-margin{margin:0}.stat-panel{padding:22px}.stat-panel span{display:block;color:var(--muted);margin-bottom:8px}.stat-panel strong{font-size:30px}.quick-card h3{margin-top:0}.quick-card p{color:var(--muted);line-height:1.6;min-height:52px}
.table-wrap{overflow:auto}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:14px 12px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}.table th{font-size:13px;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.table tr:hover td{background:#fbfcfe}
.actions-cell{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.small-btn{padding:9px 14px;border-radius:12px;font-size:13px}.danger-link{background:none;border:none;color:var(--danger);font-weight:700;cursor:pointer;padding:8px 0}.danger-link:hover{text-decoration:underline}.option-group label{min-width:0}
@media (max-width:1100px){.grid-3,.grid-4{grid-template-columns:1fr 1fr}} @media (max-width:700px){.grid-3,.grid-4{grid-template-columns:1fr}.compact-margin,.grid-3,.grid-4,.flash{margin:16px}.auth-wrap{padding:16px}}

.empty-state-note{padding:16px;border:1px dashed #667085;border-radius:16px;color:#cbd5e1;background:rgba(15,23,42,.35)}

.history-module-stats { margin-bottom: 1rem; }
.stat-box small { display:block; margin-top:.35rem; color:#6b7280; font-size:.82rem; }

/* Melhorias de layout e responsividade */
.mobile-menu-backdrop{display:none}
.menu-button{font-size:20px;color:var(--text);cursor:pointer}
.dashboard-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:18px;margin:20px 28px;align-items:start}
.modules-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px;align-items:start}
.dashboard-grid .module-card{margin:0}
.module-card{padding:18px;border-radius:20px}
.module-card h2{font-size:20px;line-height:1.25;margin:6px 0 8px}
.module-card p{color:var(--muted);line-height:1.45;margin:8px 0 0;font-size:14px}
.module-card .card-top{gap:12px}
.module-card .status-badge{padding:6px 10px;font-size:12px}
.module-card .stats-row{gap:10px;margin-top:12px}
.module-card .stat-box{padding:10px 12px;border-radius:14px}
.module-card .stat-box span{font-size:11px;margin-bottom:5px;line-height:1.25}
.module-card .stat-box strong{font-size:19px}
.module-card .card-actions{margin-top:14px}
.module-card .primary-button{padding:12px 16px;border-radius:12px;font-size:14px}
.hero-card{margin:20px 28px;padding:24px;border-radius:24px}
.hero-card h1{font-size:32px}
.grid-3.compact-margin{gap:16px;margin:20px 28px}
.stat-panel{padding:18px;border-radius:20px}
.stat-panel strong{font-size:26px}
.auth-wrap{min-height:calc(100vh - 80px);align-items:center;background:radial-gradient(circle at top left, rgba(45,109,246,.10), transparent 32%), var(--bg)}
.auth-card{max-width:560px;padding:30px;border-radius:28px}
.auth-card h1{font-size:34px;margin:8px 0 10px}
.auth-motivation{margin:16px 0 20px;padding:16px 18px;background:#f7fbff;border:1px solid #e1ecfb;border-radius:16px;color:#33415c;line-height:1.55}
.stack-form input{min-height:48px}
.sidebar-panel{position:sticky;top:94px}
.option-item:has(input:checked){border-color:var(--primary);background:#f4f8ff;box-shadow:0 0 0 3px rgba(45,109,246,.08)}

@media (max-width:1100px){
  .sidebar{display:block;position:fixed;left:0;top:0;bottom:0;height:100vh;z-index:30;transform:translateX(-105%);transition:transform .22s ease;box-shadow:18px 0 40px rgba(0,0,0,.18)}
  body.mobile-menu-open .sidebar{transform:translateX(0)}
  .mobile-menu-backdrop{position:fixed;inset:0;background:rgba(4,23,51,.42);z-index:20}
  body.mobile-menu-open .mobile-menu-backdrop{display:block}
  .dashboard-grid{grid-template-columns:1fr;margin:18px;gap:18px}
  .modules-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .sidebar-panel{position:static;order:-1}
  .exam-layout{display:flex;flex-direction:column}
  .side-card{margin:16px 18px 0}
}

@media (max-width:760px){
  body{font-size:15px;background:#f6f8fc}
  .topbar{padding:12px 14px;gap:10px}
  .topbar-left{gap:10px;min-width:0}
  .breadcrumb{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px}
  .user-pill{gap:8px;min-width:0}
  .user-avatar{width:34px;height:34px;font-size:14px;flex:0 0 auto}
  .user-name{font-size:13px;max-width:120px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .user-level{display:none}
  .menu-button{width:38px;height:38px;border-radius:11px;flex:0 0 auto}
  .hero-card{margin:14px;padding:18px;border-radius:20px;display:block}
  .hero-card h1{font-size:26px;line-height:1.18}
  .hero-card p{font-size:14px;line-height:1.5}
  .hero-actions .primary-button{width:100%;margin-top:8px}
  .grid-3.compact-margin{grid-template-columns:1fr 1fr 1fr;gap:8px;margin:14px}
  .stat-panel{padding:12px;border-radius:16px;margin:0;text-align:center}
  .stat-panel span{font-size:11px;line-height:1.2}
  .stat-panel strong{font-size:20px}
  .dashboard-grid{margin:14px;gap:14px}
  .modules-grid{grid-template-columns:1fr;gap:12px}
  .module-card{padding:15px;border-radius:18px}
  .module-card h2{font-size:18px}
  .module-card .stats-row{grid-template-columns:repeat(3,1fr);gap:7px}
  .module-card .stat-box{padding:8px;border-radius:12px;text-align:center}
  .module-card .stat-box span{font-size:10px}
  .module-card .stat-box strong{font-size:16px}
  .module-card .primary-button,.card-actions .primary-button{width:100%}
  .history-item{padding:12px;border-radius:14px;align-items:flex-start}
  .exam-header{margin:14px;padding:16px;border-radius:18px}
  .exam-header h1{font-size:22px;line-height:1.2}
  .timer-box{align-items:flex-start;width:100%}
  .timer-value{font-size:28px}
  .side-card{margin:0 14px 12px;padding:14px;border-radius:18px}
  .nav-grid{grid-template-columns:repeat(10,1fr);gap:6px;max-height:118px;overflow:auto;padding-right:2px}
  .nav-number{height:32px;border-radius:8px;font-size:12px}
  .question-card{margin:12px 14px;padding:16px;border-radius:18px}
  .question-top{gap:10px}
  .question-counter{font-size:13px}
  .difficulty{font-size:13px;text-align:right}
  .question-text{font-size:20px;line-height:1.35;margin:14px 0}
  .options-list{gap:10px}
  .option-item{padding:14px 12px;border-radius:15px;align-items:flex-start}
  .option-letter{min-width:32px;width:32px;height:32px;font-size:14px}
  .option-text{font-size:15px;line-height:1.4}
  .action-row{margin:12px 14px 22px;display:grid;grid-template-columns:1fr;gap:10px}
  .action-row .secondary-button,.action-row .primary-button{width:100%}
  .auth-wrap{padding:14px;min-height:calc(100vh - 63px)}
  .auth-card{padding:22px;border-radius:22px;margin:0}
  .auth-card h1{font-size:28px}
  .auth-motivation{font-size:14px;padding:14px}
  .stack-form input,.primary-button.full{min-height:48px}
}

@media (max-width:420px){
  .grid-3.compact-margin{grid-template-columns:1fr}
  .module-card .stats-row{grid-template-columns:1fr 1fr}
  .nav-grid{grid-template-columns:repeat(6,1fr)}
  .breadcrumb{max-width:145px}
}

/* Ajuste solicitado: módulos lado a lado no dashboard */
.dashboard-grid{
  display:block;
  margin:20px 28px;
}
.modules-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(240px, 1fr));
  gap:16px;
  align-items:stretch;
}
.modules-grid .module-card{
  height:100%;
  display:flex;
  flex-direction:column;
}
.modules-grid .module-card p{
  min-height:42px;
}
.modules-grid .module-card .card-actions{
  margin-top:auto;
  padding-top:14px;
}
.dashboard-grid > .module-card:last-child{
  margin-top:18px;
}
.module-card .stats-row{
  grid-template-columns:repeat(3, minmax(0, 1fr));
}
.module-card .stat-box{
  min-width:0;
}
.module-card .stat-box span,
.module-card .stat-box strong{
  overflow-wrap:anywhere;
}

@media (min-width:1400px){
  .modules-grid{
    grid-template-columns:repeat(4, minmax(220px, 1fr));
  }
}

@media (max-width:1100px){
  .dashboard-grid{
    display:block;
    margin:18px;
  }
  .modules-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

@media (max-width:760px){
  .dashboard-grid{
    margin:14px;
  }
  .modules-grid{
    grid-template-columns:1fr;
    gap:12px;
  }
  .modules-grid .module-card p{
    min-height:0;
  }
}

/* Tela de simulado profissional - AeroPass Pro */
.exam-hero-pro{
  margin:24px 28px 10px;
  padding:24px 26px;
  border-radius:28px;
  background:
    radial-gradient(circle at 12% 18%, rgba(57,151,255,.20), transparent 30%),
    linear-gradient(135deg,#08295a 0%,#0b3a78 54%,#061b3d 100%);
  color:#fff;
  box-shadow:0 18px 45px rgba(6,27,61,.20);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  overflow:hidden;
  position:relative;
}
.exam-hero-pro:after{
  content:"✈";
  position:absolute;
  right:34%;
  top:18px;
  color:rgba(255,255,255,.08);
  font-size:88px;
  transform:rotate(-12deg);
}
.exam-hero-copy{position:relative;z-index:1}
.exam-hero-pro .eyebrow{color:#f6c747}
.exam-hero-pro h1{margin:8px 0 12px;font-size:34px;line-height:1.16;color:#fff}
.exam-hero-meta{display:flex;flex-wrap:wrap;gap:10px}
.exam-hero-meta span{padding:9px 12px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.14);font-size:14px;color:#eaf3ff}
.pro-timer{position:relative;z-index:1;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.16);border-radius:22px;padding:16px 18px;min-width:188px;align-items:center;backdrop-filter:blur(12px)}
.pro-timer .timer-label{color:#dbeaff}.pro-timer .timer-value{color:#fff}.timer-warning{color:#ffd36a!important}
.pro-exam-layout{grid-template-columns:minmax(0,1fr) 350px;gap:18px;margin:0 28px 28px}.pro-question-panel{min-width:0}.pro-question-card{margin:18px 0 0;padding:28px;border-radius:28px;border:1px solid rgba(45,109,246,.08);box-shadow:0 18px 42px rgba(12,31,69,.10)}
.exam-question{display:none}.exam-question.active-question{display:block;animation:questionFade .18s ease-out}@keyframes questionFade{from{opacity:.55;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
.pro-question-top{align-items:center}.pro-question-top .difficulty{background:#fff6d7;color:#9b6a00;border:1px solid #ffe49b;border-radius:999px;padding:8px 12px;font-size:13px}.pro-question-text{font-size:30px;margin:22px 0;color:#122149}
.question-progress-line{height:8px;border-radius:999px;background:#edf3fb;overflow:hidden;margin-top:18px}.question-progress-line span{display:block;height:100%;background:linear-gradient(90deg,#2d6df6,#f6c747);border-radius:999px}
.pro-options-list{gap:13px}.pro-option-item{position:relative;padding:18px 18px;border-radius:20px;border:1.5px solid #dbe5f2;background:#fff;box-shadow:0 8px 18px rgba(12,31,69,.04)}
.pro-option-item:hover{border-color:#2d6df6;background:#f8fbff;transform:translateY(-1px)}
.pro-option-item:has(input:checked){border-color:#2d6df6;background:linear-gradient(180deg,#f5f9ff 0%,#ffffff 100%);box-shadow:0 12px 26px rgba(45,109,246,.13)}
.pro-option-item:has(input:checked) .option-letter{background:#2d6df6;color:#fff;border-color:#2d6df6}.pro-option-item input{width:18px;height:18px}
.exam-controls{margin:18px 0 0;padding:16px;border-radius:24px;display:flex;align-items:center;justify-content:space-between;gap:12px;position:sticky;bottom:14px;z-index:4;border:1px solid #e6edf7;background:rgba(255,255,255,.94);backdrop-filter:blur(12px)}
.exam-controls button:disabled{opacity:.45;cursor:not-allowed}.control-center{text-align:center;display:flex;flex-direction:column;gap:4px;color:var(--muted);font-size:13px}.control-center strong{font-size:15px;color:var(--text)}
.pro-sidebar-panel{position:sticky;top:96px}.pro-side-card{margin:18px 0 0;border-radius:28px;padding:22px;border:1px solid rgba(45,109,246,.08)}
.side-card-header{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.side-card-header h3{margin:0 0 4px;font-size:22px}.side-card-header p{margin:0;color:var(--muted);font-size:14px}.side-card-header strong{font-size:24px;color:var(--primary)}
.pro-nav-grid{grid-template-columns:repeat(5,1fr);gap:10px}.pro-nav-grid .nav-number{border-radius:14px;height:44px;cursor:pointer}.nav-number.current-state{background:#eaf2ff;color:#2d6df6;border-color:#2d6df6;box-shadow:0 0 0 3px rgba(45,109,246,.12)}.nav-number.answered-state{background:#eaf8ef;color:var(--success);border-color:#90d3aa}.nav-number.answered-state.current-state{box-shadow:0 0 0 3px rgba(31,157,85,.13)}
.exam-tip{margin-top:18px;padding:14px;border-radius:16px;background:#f8fbff;border:1px solid #e1ecfb;color:#33415c;font-size:14px;line-height:1.45}
.form-helper-row{display:flex;justify-content:space-between;align-items:center;margin-top:-8px}.text-link{color:var(--primary);font-weight:700;font-size:14px}.text-link:hover{text-decoration:underline}.password-card{max-width:560px}

@media (max-width:1100px){
  .exam-hero-pro{margin:18px;flex-direction:column;align-items:flex-start}.pro-timer{width:100%;align-items:flex-start}.pro-exam-layout{display:flex;flex-direction:column;margin:0 18px 24px}.pro-sidebar-panel{position:static;order:-1}.pro-side-card,.pro-question-card,.exam-controls{margin-top:14px}.pro-nav-grid{grid-template-columns:repeat(8,1fr)}
}
@media (max-width:700px){
  .exam-hero-pro{margin:14px;padding:20px;border-radius:22px}.exam-hero-pro h1{font-size:25px}.exam-hero-meta span{font-size:12px}.pro-exam-layout{margin:0 14px 18px}.pro-question-card{padding:20px;border-radius:22px}.pro-question-text{font-size:22px}.pro-option-item{padding:15px 13px;align-items:flex-start}.exam-controls{position:static;display:grid;grid-template-columns:1fr 1fr}.control-center{grid-column:1/-1;order:-1}.exam-controls .danger-button{grid-column:1/-1}.pro-nav-grid{grid-template-columns:repeat(5,1fr)}
}

/* ===== AeroPass Pro - header, menus e página inicial ===== */
.brand-link{text-decoration:none;color:inherit;display:flex;align-items:center;gap:14px}
.brand-logo{width:52px;height:52px;border-radius:16px;object-fit:cover;box-shadow:0 10px 24px rgba(10,37,71,.22);background:#fff}
.brand-title{font-size:20px;font-weight:800;color:#fff;line-height:1.1}
.brand-subtitle{font-size:12px;color:#b8c7ea;text-transform:uppercase;letter-spacing:.08em;margin-top:4px}
.nav-item{display:flex;align-items:center;gap:10px}
.nav-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:8px;background:rgba(255,255,255,.08);font-size:13px;flex:0 0 auto}
.sidebar-promo{margin-top:auto;padding:16px;border-radius:18px;background:linear-gradient(180deg, rgba(29,78,216,.24), rgba(250,204,21,.08));border:1px solid rgba(166,193,255,.18);color:#e8efff;line-height:1.5}
.sidebar-promo-badge{display:inline-flex;padding:6px 10px;border-radius:999px;background:rgba(255,255,255,.1);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px}
.topbar-enhanced{backdrop-filter:blur(8px);background:rgba(255,255,255,.88)}
.breadcrumb-enhanced{display:flex;align-items:center;gap:10px}
.breadcrumb-logo{width:28px;height:28px;border-radius:8px;object-fit:cover;box-shadow:0 6px 16px rgba(10,37,71,.14)}
.user-pill-enhanced{box-shadow:0 10px 24px rgba(15,23,42,.08)}

.home-hero{margin:20px 28px;padding:28px;border-radius:28px;background:linear-gradient(135deg,#072a57 0%,#0b4382 48%,#0a2f63 100%);color:#fff;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:28px;position:relative;overflow:hidden;box-shadow:0 24px 50px rgba(6,31,66,.20)}
.home-hero:before{content:"";position:absolute;right:-60px;top:-60px;width:220px;height:220px;border-radius:50%;background:rgba(255,255,255,.07)}
.home-hero:after{content:"";position:absolute;left:-70px;bottom:-70px;width:200px;height:200px;border-radius:50%;background:rgba(250,204,21,.10)}
.home-hero-content,.home-hero-visual{position:relative;z-index:1}
.hero-lead{font-size:16px;line-height:1.8;max-width:760px;color:#d9e7ff}
.home-hero h1{font-size:42px;line-height:1.08;margin:12px 0 16px;max-width:760px}
.hero-chip-row{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0 22px}
.hero-chip{display:inline-flex;align-items:center;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.14);color:#fff;font-weight:600;font-size:13px}
.hero-cta-row{display:flex;flex-wrap:wrap;gap:12px}
.hero-cta-row .secondary-button{background:#fff;color:#0a356b;border-color:#fff}
.hero-mini-stats{display:grid;grid-template-columns:repeat(3, minmax(0,1fr));gap:14px;margin-top:26px}
.hero-mini-stat{padding:16px;border-radius:18px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.14)}
.hero-mini-stat strong{display:block;font-size:28px;color:#facc15;margin-bottom:6px}
.hero-mini-stat span{font-size:13px;color:#d9e7ff;line-height:1.4}
.home-hero-visual{display:flex;align-items:center;justify-content:center}
.hero-banner-card{width:100%;padding:14px;border-radius:24px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.16);box-shadow:0 18px 34px rgba(6,31,66,.22)}
.hero-banner-card img{display:block;width:100%;height:auto;border-radius:18px}

.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.feature-card{padding:22px;border-radius:22px}
.feature-icon{width:50px;height:50px;border-radius:16px;background:linear-gradient(135deg,#0e4ea0,#2d6df6);color:#fff;display:flex;align-items:center;justify-content:center;font-size:22px;box-shadow:0 12px 28px rgba(45,109,246,.22)}
.feature-card h3{margin:16px 0 10px;font-size:20px}
.feature-card p{margin:0;color:#5b6b86;line-height:1.7}
.stat-panel-highlight{background:linear-gradient(180deg,#ffffff,#f6f9ff)}
.quick-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.quick-link-card{padding:22px;border-radius:22px;display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:start}
.quick-link-card .primary-button,.quick-link-card .secondary-button{grid-column:1 / -1;justify-self:start}
.quick-link-card h3{margin:0 0 8px;font-size:20px}
.quick-link-card p{margin:0;color:#5b6b86;line-height:1.65}
.quick-link-icon{width:46px;height:46px;border-radius:14px;background:#eff5ff;color:#0e4ea0;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700}

.dashboard-grid-home{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:18px;margin:20px 28px 30px}
.module-card-home{border:1px solid #e8eef8;background:linear-gradient(180deg,#fff,#fbfdff)}
.module-card-home .card-actions{margin-top:auto;padding-top:14px}
.home-sidebar-column{display:flex;flex-direction:column;gap:18px}
.home-side-card{padding:20px;border-radius:22px}
.brand-side-card{text-align:center;background:linear-gradient(180deg,#0b3f7c,#0a2f63);color:#fff}
.brand-side-card p{color:#dce8ff}
.side-logo-image{width:100%;max-width:180px;margin:0 auto 14px;display:block;border-radius:22px;box-shadow:0 14px 30px rgba(0,0,0,.25)}
.side-check-list{list-style:none;padding:0;margin:16px 0 0;display:flex;flex-direction:column;gap:12px}
.side-check-list li{position:relative;padding-left:28px;color:#42526a;line-height:1.55}
.side-check-list li:before{content:"✓";position:absolute;left:0;top:0;color:#0e8a4f;font-weight:800}

@media (max-width:1200px){
  .home-hero{grid-template-columns:1fr;gap:22px}
  .feature-grid,.quick-links{grid-template-columns:1fr 1fr}
  .dashboard-grid-home{grid-template-columns:1fr}
}

@media (max-width:760px){
  .brand-logo{width:46px;height:46px;border-radius:14px}
  .brand-title{font-size:18px}
  .brand-subtitle{font-size:11px}
  .sidebar-promo{display:none}
  .breadcrumb-enhanced strong{max-width:130px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .home-hero{margin:14px;padding:18px;border-radius:22px}
  .home-hero h1{font-size:30px}
  .hero-lead{font-size:14px;line-height:1.65}
  .hero-chip-row{margin:14px 0 18px}
  .hero-mini-stats{grid-template-columns:1fr;gap:10px}
  .feature-grid,.quick-links{grid-template-columns:1fr;gap:14px;margin:14px}
  .quick-link-card{grid-template-columns:auto 1fr}
  .dashboard-grid-home{margin:14px 14px 24px;gap:14px}
}

/* ===== Ajuste: identidade visual sem imagens desproporcionais ===== */
.brand-mark,.side-brand-mark{position:relative;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;background:linear-gradient(135deg,#1db7ff,#2d6df6);box-shadow:0 12px 28px rgba(45,109,246,.25)}
.brand-mark{width:52px;height:52px;border-radius:17px}.side-brand-mark{width:86px;height:86px;border-radius:28px;margin:0 auto 16px}.brand-mark:before,.brand-mark:after,.side-brand-mark:before,.side-brand-mark:after{content:"";position:absolute;background:#fff;border-radius:999px;transform-origin:center}.brand-mark:before{width:28px;height:8px;transform:translate(-7px,-4px) rotate(18deg)}.brand-mark:after{width:28px;height:8px;transform:translate(7px,-4px) rotate(-18deg)}.brand-mark span:before,.brand-mark span:after,.side-brand-mark span:before,.side-brand-mark span:after{content:"";position:absolute;background:rgba(255,255,255,.86);border-radius:999px}.brand-mark span:before{width:22px;height:6px;transform:translate(-19px,8px) rotate(18deg)}.brand-mark span:after{width:22px;height:6px;transform:translate(-3px,8px) rotate(-18deg)}.side-brand-mark:before{width:46px;height:12px;transform:translate(-12px,-8px) rotate(18deg)}.side-brand-mark:after{width:46px;height:12px;transform:translate(12px,-8px) rotate(-18deg)}.side-brand-mark span:before{width:34px;height:9px;transform:translate(-30px,12px) rotate(18deg)}.side-brand-mark span:after{width:34px;height:9px;transform:translate(-4px,12px) rotate(-18deg)}
.mini-brand-mark{width:28px;height:28px;border-radius:9px;background:linear-gradient(135deg,#1db7ff,#2d6df6);box-shadow:0 6px 16px rgba(10,37,71,.14);display:inline-flex;align-items:center;justify-content:center;position:relative;flex:0 0 auto}.mini-brand-mark:before,.mini-brand-mark:after{content:"";position:absolute;width:13px;height:4px;border-radius:999px;background:#fff;top:11px}.mini-brand-mark:before{left:4px;transform:rotate(18deg)}.mini-brand-mark:after{right:4px;transform:rotate(-18deg)}
.brand-logo,.breadcrumb-logo,.side-logo-image{display:none!important}.home-hero{grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr)}.hero-dashboard-card{width:100%;max-width:420px;border-radius:28px;padding:26px;background:linear-gradient(180deg,rgba(255,255,255,.16),rgba(255,255,255,.08));border:1px solid rgba(255,255,255,.20);box-shadow:0 22px 42px rgba(6,31,66,.24);backdrop-filter:blur(10px);text-align:center}.hero-plane-mark{width:72px;height:72px;border-radius:24px;margin:0 auto 16px;display:flex;align-items:center;justify-content:center;background:#facc15;color:#0a356b;font-size:34px;box-shadow:0 16px 30px rgba(0,0,0,.18)}.hero-dashboard-title{font-size:34px;font-weight:900;letter-spacing:-.04em}.hero-dashboard-subtitle{margin-top:6px;color:#d9e7ff;font-weight:600}.hero-progress-list{display:grid;grid-template-columns:1fr;gap:10px;margin-top:22px;text-align:left}.hero-progress-list div{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-radius:16px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.14)}.hero-progress-list span{color:#d9e7ff}.hero-progress-list strong{color:#facc15;font-size:20px}.hero-runway{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:10px;margin-top:22px;color:#facc15}.hero-runway span{height:2px;background:rgba(250,204,21,.8);border-radius:999px}.hero-runway i:before{content:"✈";font-style:normal;font-size:20px}.brand-side-card{background:linear-gradient(180deg,#0b3f7c,#082b59);border:1px solid rgba(255,255,255,.08)}
@media (max-width:760px){.brand-mark{width:46px;height:46px;border-radius:15px}.home-hero{grid-template-columns:1fr}.hero-dashboard-card{max-width:none;padding:20px}.hero-dashboard-title{font-size:28px}}

.site-disclaimer{margin:28px 0 0;padding:18px 20px;border-radius:18px;background:rgba(15,23,42,.06);border:1px solid rgba(15,23,42,.10);color:#475569;font-size:13px;line-height:1.55}
.site-disclaimer strong{color:#0f172a}
@media (max-width:720px){.site-disclaimer{margin-top:20px;font-size:12px;padding:14px 16px}}

/* Ajustes finais do dashboard: histórico abaixo dos módulos */
.recent-attempts-wide{grid-column:1 / -1}
@media (min-width:1201px){.recent-attempts-wide{margin-top:2px}}


/* ===== Correção Dashboard mobile/desktop =====
   Mantém a identidade visual do Dashboard consistente no celular,
   sem esconder conteúdo nem quebrar os cards em formatos diferentes. */
.sidebar-promo{display:none!important}

.home-hero,
.dashboard-grid-home,
.feature-grid,
.quick-links{
  width:auto;
}

@media (max-width:760px){
  .home-hero{
    display:grid;
    grid-template-columns:1fr;
    gap:18px;
    margin:14px;
    padding:18px;
    border-radius:24px;
  }

  .home-hero-content,
  .home-hero-visual{
    width:100%;
  }

  .hero-dashboard-card{
    display:block;
    width:100%;
    max-width:none;
    margin:0;
  }

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

  .hero-mini-stat{
    padding:10px 8px;
    border-radius:14px;
    text-align:center;
  }

  .hero-mini-stat strong{
    font-size:21px;
    margin-bottom:4px;
  }

  .hero-mini-stat span{
    font-size:11px;
  }

  .dashboard-grid-home{
    display:grid;
    grid-template-columns:1fr;
    gap:14px;
    margin:14px 14px 24px;
  }

  .modules-grid{
    display:grid;
    grid-template-columns:1fr;
    gap:12px;
  }

  .module-card-home{
    width:100%;
  }

  .module-card .stats-row{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

  .home-sidebar-column{
    display:flex;
    flex-direction:column;
    gap:14px;
  }

  .recent-attempts-wide{
    grid-column:auto;
    width:100%;
  }
}

@media (max-width:420px){
  .module-card .stats-row{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

  .module-card .stat-box{
    padding:8px 6px;
  }

  .module-card .stat-box span{
    font-size:9px;
  }

  .module-card .stat-box strong{
    font-size:15px;
  }
}


/* ===== CORREÇÃO FINAL DASHBOARD RESPONSIVO - 04/05 =====
   Deixa a página Início igual no desktop e no celular/tablet.
   Também remove o quadro promocional/visual "AeroPass Pro" do hero. */
.sidebar-promo,
.home-hero-visual,
.hero-dashboard-card{
  display:none!important;
}

.home-hero{
  display:block!important;
  width:auto!important;
  max-width:none!important;
  margin:20px 28px!important;
  padding:34px 36px!important;
  border-radius:28px!important;
  background:linear-gradient(135deg,#072a57 0%,#0b4382 48%,#0a2f63 100%)!important;
  color:#fff!important;
  overflow:hidden!important;
  position:relative!important;
  box-shadow:0 24px 50px rgba(6,31,66,.20)!important;
}
.home-hero *{position:relative;z-index:1}
.home-hero h1{color:#fff!important;max-width:760px!important}
.home-hero .hero-lead{color:#dbeafe!important;max-width:780px!important}
.home-hero .eyebrow{color:#60a5fa!important}
.home-hero:before{content:"";position:absolute;right:-60px;top:-60px;width:220px;height:220px;border-radius:50%;background:rgba(255,255,255,.07);z-index:0}
.home-hero:after{content:"";position:absolute;left:-70px;bottom:-70px;width:200px;height:200px;border-radius:50%;background:rgba(250,204,21,.10);z-index:0}

/* Em tablets/celulares, o menu lateral vira sobreposição e não aperta o Dashboard. */
@media (max-width:1280px){
  .sidebar{
    display:block!important;
    position:fixed!important;
    left:0!important;
    top:0!important;
    bottom:0!important;
    height:100vh!important;
    z-index:30!important;
    transform:translateX(-105%)!important;
    transition:transform .22s ease!important;
    box-shadow:18px 0 40px rgba(0,0,0,.18)!important;
  }
  body.mobile-menu-open .sidebar{transform:translateX(0)!important}
  .mobile-menu-backdrop{position:fixed!important;inset:0!important;background:rgba(4,23,51,.42)!important;z-index:20!important}
  body.mobile-menu-open .mobile-menu-backdrop{display:block!important}
  .main-content{width:100%!important;max-width:none!important}
  .dashboard-grid-home{grid-template-columns:1fr!important}
}

@media (max-width:760px){
  .home-hero{
    margin:14px!important;
    padding:22px 18px!important;
    border-radius:22px!important;
  }
  .home-hero h1{
    font-size:30px!important;
    line-height:1.12!important;
  }
  .hero-lead{
    font-size:14px!important;
    line-height:1.65!important;
  }
  .hero-chip-row{gap:8px!important}
  .hero-chip{font-size:12px!important;padding:8px 10px!important}
  .hero-cta-row{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}
  .hero-cta-row .primary-button,
  .hero-cta-row .secondary-button{width:100%!important}
  .hero-mini-stats{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important}
  .hero-mini-stat{padding:10px 8px!important;border-radius:14px!important;text-align:center!important}
  .hero-mini-stat strong{font-size:21px!important;margin-bottom:4px!important}
  .hero-mini-stat span{font-size:11px!important;line-height:1.25!important}
}

@media (max-width:420px){
  .hero-mini-stats{grid-template-columns:1fr!important}
}


/* ===== Gráfico de médias por módulo ===== */
.module-chart-card{margin:20px 28px 0}
.chart-intro{margin-top:8px;color:#475569;max-width:860px}
.module-chart-list{display:grid;gap:14px;margin-top:18px}
.module-chart-row{padding:16px 18px;border-radius:18px;background:rgba(148,163,184,.10);border:1px solid rgba(148,163,184,.16)}
.module-chart-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:12px}
.module-chart-head strong{display:block;color:#0f172a}
.module-chart-meta{margin-top:4px;color:#64748b;font-size:13px;line-height:1.45}
.module-chart-value{font-size:24px;font-weight:800;color:#0b4382;white-space:nowrap}
.module-chart-track{height:14px;border-radius:999px;background:rgba(148,163,184,.22);overflow:hidden;position:relative}
.module-chart-fill{height:100%;border-radius:999px;min-width:10px}
.module-chart-fill.bar-low{background:linear-gradient(90deg,#f59e0b,#f97316)}
.module-chart-fill.bar-mid{background:linear-gradient(90deg,#38bdf8,#2563eb)}
.module-chart-fill.bar-high{background:linear-gradient(90deg,#22c55e,#16a34a)}
@media (max-width:760px){
  .module-chart-card{margin:14px}
  .module-chart-row{padding:14px}
  .module-chart-head{flex-direction:column;gap:8px}
  .module-chart-value{font-size:22px}
}

/* ===== Gráfico compacto dentro do quadro azul ===== */
.hero-inline-chart{
  margin-top:22px;
  padding:16px 18px;
  border-radius:20px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.16);
  backdrop-filter:blur(8px);
  max-width:820px;
}
.hero-inline-chart-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  margin-bottom:14px;
}
.hero-inline-chart-kicker{
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:#93c5fd;
  font-weight:800;
}
.hero-inline-chart-head h2{
  margin:4px 0 0;
  font-size:22px;
  line-height:1.1;
  color:#fff;
}
.hero-inline-chart-note{
  display:inline-flex;
  align-items:center;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.10);
  color:#dbeafe;
  font-size:11px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.hero-inline-chart-list{
  display:grid;
  gap:10px;
}
.hero-inline-chart-row{
  padding:10px 12px;
  border-radius:16px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
}
.hero-inline-chart-topline{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:8px;
}
.hero-inline-chart-topline strong{
  color:#fff;
  font-size:14px;
  line-height:1.35;
  font-weight:700;
}
.hero-inline-chart-topline span{
  color:#facc15;
  font-weight:800;
  white-space:nowrap;
}
.hero-inline-chart-track{
  height:8px;
  border-radius:999px;
  background:rgba(255,255,255,.16);
  overflow:hidden;
}
.hero-inline-chart-fill{
  display:block;
  height:100%;
  min-width:10px;
  border-radius:999px;
  background:linear-gradient(90deg,#60a5fa,#facc15);
}
@media (max-width:760px){
  .hero-inline-chart{
    margin-top:18px;
    padding:14px;
    border-radius:18px;
  }
  .hero-inline-chart-head{
    flex-direction:column;
    gap:8px;
    margin-bottom:12px;
  }
  .hero-inline-chart-head h2{
    font-size:18px;
  }
  .hero-inline-chart-topline{
    flex-direction:column;
    align-items:flex-start;
    gap:4px;
  }
  .hero-inline-chart-topline strong{
    font-size:13px;
  }
}


/* ===== Logo principal personalizada na barra lateral ===== */
.brand-link-image{
  display:block;
  padding:4px 0 10px;
}
.sidebar-brand-image{
  display:block;
  width:100%;
  max-width:250px;
  height:auto;
  object-fit:contain;
  filter:drop-shadow(0 10px 24px rgba(0,0,0,.22));
}
.sidebar .brand-link-image{
  justify-content:flex-start;
}
@media (max-width:760px){
  .sidebar-brand-image{
    max-width:220px;
  }
}
