:root{
  --toyota-red:#de2326;
  --toyota-red-hover:#ce0c17;
  --toyota-red-active:#e41421;
  --toyota-red-deep:#d80000;
  --toyota-red-border:#f10303;
  --whatsapp-green:#26963f;
  --lexus-black:#0e0f0f;
  --text-strong:#000;
  --text-body:#333;
  --text-secondary:#646b72;
  --text-muted:#585858;
  --text-disabled:#9e9e9e;
  --surface-page:#fff;
  --surface-gray:#f3f3f3;
  --surface-footer:#f5f5f5;
  --surface-dropdown:#f2f2f2;
  --border-subtle:#e6e6e6;
  --border-input:#ccc;
  --font-brand:Arial,sans-serif;
}

*{box-sizing:border-box}
body{
  margin:0;
  color:var(--text-body);
  background:var(--surface-page);
  font-family:var(--font-brand);
  font-size:14px;
  line-height:20px;
}
button,input,select{font:inherit}
button{cursor:pointer}

.app-shell{min-height:100vh;background:#fff}
.sidebar{
  position:relative;
  z-index:10;
  height:68px;
  display:flex;
  align-items:center;
  gap:36px;
  padding:0 28px;
  border-bottom:1px solid var(--border-subtle);
  background:#fff;
}
.brand-block{display:flex;align-items:center;gap:14px;flex:0 0 auto}
.executive-presentation-link{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 14px;border:1px solid #d71920;border-radius:4px;color:#d71920;text-decoration:none;font-size:13px;font-weight:700;text-align:center}
.executive-presentation-link:hover{background:#fff1f2}
.executive-presentation-link:focus-visible{outline:2px solid #d71920;outline-offset:3px}
@media(max-width:480px){.executive-presentation-link{max-width:180px;padding:8px 10px}}
.brand-copy{display:none}
.brand-mark{
  width:136px;
  height:38px;
  background:url("assets/logos/toyopar.svg") center/contain no-repeat;
  color:transparent;
  overflow:hidden;
}
.brand-executive-cta{
  margin-left:2px;
  min-width:0;
  height:34px;
  border-radius:20px;
  padding:0 14px;
  font-size:10px;
  letter-spacing:0.1px;
  text-transform:uppercase;
  white-space:nowrap;
  gap:7px;
  background:linear-gradient(135deg,#0f4cce,#5a28d8);
  border:0;
}
.brand-executive-cta:hover{filter:brightness(1.05)}
.brand-executive-cta svg{width:15px;height:15px}
.brand-block b{display:block;color:#000;font-size:12px;font-weight:900;text-transform:uppercase}
.brand-block span{display:block;color:var(--text-secondary);font-size:12px}
.side-section{display:flex;align-items:center;gap:8px}
.sidebar .side-section{display:none}
.side-section:nth-of-type(2){margin-left:auto}
.side-label{display:none}
.side-item{
  height:100%;
  border:0;
  border-bottom:3px solid transparent;
  border-radius:0;
  background:transparent;
  color:var(--text-muted);
  display:flex;
  align-items:center;
  gap:8px;
  padding:0 2px;
  font-size:14px;
  font-weight:700;
  white-space:nowrap;
}
.side-item.active{border-bottom-color:var(--toyota-red);color:#000}
.side-item b{
  min-width:24px;
  height:20px;
  display:inline-grid;
  place-items:center;
  border-radius:10px;
  background:var(--toyota-red-deep);
  color:#fff;
  font-size:11px;
}
.sidebar .insight-list{display:flex;gap:8px}
.sidebar .insight{padding:0;border:0;background:transparent}
.sidebar .insight b{display:none}
.sidebar .insight span{display:inline-flex;align-items:center;height:24px;border-radius:10px;background:#f2f2f2;color:#333;padding:0 10px;font-size:12px;white-space:nowrap}

.main{width:100%;max-width:none;margin:0;padding:34px 28px 46px}
.section-nav{display:none}
.section-nav a{padding:8px 14px;color:var(--text-secondary);font-size:12px;font-weight:900;text-decoration:none;text-transform:uppercase}
.section-nav a:hover,.section-nav a:focus{color:var(--toyota-red)}
.topbar{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:22px}
.eyebrow{color:var(--toyota-red);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:0}
h1,h2,h3,p{margin:0}
h1{margin-top:4px;color:#000;font-size:23px;font-weight:900;line-height:28px;text-transform:uppercase}
h2{color:#000;font-size:20px;font-weight:900;line-height:28px}
h3{color:#000;font-size:16px;font-weight:900;line-height:22px}
.subhead{margin-top:5px;color:var(--text-secondary);font-size:13px;line-height:20px}
.muted{color:var(--text-secondary)}
.actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}

.btn,.input,.select{
  height:38px;
  border:1px solid var(--border-input);
  background:#fff;
  color:#000;
}
.btn{
  min-width:104px;
  border-radius:20px;
  padding:0 18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  color:#fff;
  background:var(--toyota-red);
  border-color:var(--toyota-red);
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  transition:all .2s ease;
}
.btn:hover{background:var(--toyota-red-hover);border-color:var(--toyota-red-hover);transform:scale(1.02)}
.btn:active{background:var(--toyota-red-active)}
.btn.primary{background:var(--toyota-red);border-color:var(--toyota-red)}
.btn.ghost{background:#fff;color:#000;border-color:#ccc}
.btn.secondary{background:#fff;color:#000;border-color:#aaa}
.btn.icon{width:38px;min-width:38px;padding:0}
.input,.select{border-radius:4px;padding:0 12px;color:#333}
.input{width:100%}
.select{min-width:0}

.kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:24px 0}
.kpi-card{
  min-height:104px;
  padding:18px;
  border:1px solid transparent;
  border-radius:10px;
  background:#fff;
  box-shadow:0 1px 8px rgba(0,0,0,.06);
  transition:all .2s ease;
}
.kpi-card:hover{border-color:var(--toyota-red-border);box-shadow:1px 1px 8px 2px rgba(0,0,0,.1)}
.kpi-card:nth-child(4){display:none}
.kpi-card span{color:var(--text-muted);font-size:12px;font-weight:700;text-transform:uppercase}
.kpi-card strong{display:block;margin-top:11px;color:#000;font-size:22px;font-weight:900;line-height:24px}
.kpi-card small{display:block;margin-top:8px;color:var(--text-secondary);font-size:12px}

.workspace{display:block}
.workspace > aside{display:none}
.panel{border:1px solid var(--border-subtle);border-radius:10px;background:#fff}
.panel-head{padding:20px;border-bottom:1px solid var(--border-subtle);display:flex;justify-content:space-between;gap:14px;align-items:center}
.panel-body{padding:20px}
.filter-grid{display:grid;grid-template-columns:minmax(260px,1fr) 130px 130px 130px auto;gap:10px;margin-bottom:8px}
.search-wrap{position:relative;min-width:0}
.search-wrap .input{padding-right:38px}
.clear-search{position:absolute;right:8px;top:5px;width:28px;height:28px;border:0;border-radius:14px;background:transparent;color:var(--text-secondary);font-size:20px;line-height:1}
.clear-search:hover{background:var(--surface-gray);color:#000}
.filter-summary{min-height:28px;display:flex;align-items:center;gap:12px;color:var(--text-secondary);font-size:12px}
.text-button{border:0;background:transparent;color:var(--toyota-red);padding:0;font-weight:900;text-transform:uppercase;font-size:11px}

.table-wrap{overflow:auto;border:1px solid var(--border-subtle);border-radius:10px}
table{width:100%;min-width:980px;border-collapse:collapse;table-layout:fixed;background:#fff}
th,td{padding:13px 14px;border-bottom:1px solid var(--border-subtle);text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
th{position:sticky;top:0;z-index:1;background:var(--surface-gray);color:#000;font-size:12px;font-weight:900;text-transform:uppercase}
tbody tr{transition:background .15s ease;cursor:pointer}
tbody tr:hover{background:#fffafa}
.row-action{min-width:92px;height:32px;padding:0 12px}
.dealer-cell b,.vehicle-cell b{display:block;color:#000;overflow:hidden;text-overflow:ellipsis}
.dealer-cell span,.vehicle-cell span{display:block;margin-top:3px;color:var(--text-secondary);font-size:12px;overflow:hidden;text-overflow:ellipsis}

.badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:50px;
  height:22px;
  border-radius:10px;
  padding:0 8px;
  background:var(--toyota-red-deep);
  color:#fff;
  font-size:9px;
  font-weight:900;
  text-transform:uppercase;
}
.brand-JEEP{background:#6d28d9;color:#fff}
.brand-VW{background:#2563eb;color:#fff}
.brand-TOYOTA{background:#d80000;color:#fff}
.brand-FORD{background:#15803d;color:#fff}
.brand-GM{background:#ca8a04;color:#fff}
.brand-BYD{background:#ea580c;color:#fff}
.score{display:inline-flex;align-items:center;justify-content:center;width:46px;height:28px;border-radius:14px;background:#f3f3f3;color:#000;font-weight:900}
.money-good,.money-warn{display:block;margin-top:3px;color:var(--text-secondary);font-size:11px;font-weight:600;line-height:14px}
.footer{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:14px;color:var(--text-secondary);font-size:13px}
.pager{display:flex;gap:8px;align-items:center;flex-wrap:wrap}

.insight-list{display:grid;gap:12px}
.insight{padding:14px;border:1px solid var(--border-subtle);border-radius:10px;background:var(--surface-footer)}
.insight b{display:block;margin-bottom:4px;color:#000;font-weight:900;text-transform:uppercase}
.insight span{color:var(--text-secondary);font-size:13px;line-height:18px}

.detail-layout{display:grid;grid-template-columns:270px minmax(0,1fr);gap:20px;align-items:start}
.inline-detail{margin-top:28px;padding-top:26px;border-top:3px solid var(--toyota-red);scroll-margin-top:112px}
.detail-heading{position:static;display:flex;align-items:center;gap:20px;padding:14px 0;background:#fff;border-bottom:1px solid var(--border-subtle)}
.back-button{flex:0 0 auto;min-width:0}
.inline-tabs{display:flex;gap:18px;overflow:auto;border-bottom:1px solid var(--border-subtle)}
.inline-tabs .tab{white-space:nowrap}
.detail-card{position:sticky;top:20px;padding:20px}
.detail-title{margin:12px 0 8px;color:#000;font-size:22px;font-weight:900;line-height:26px;text-transform:uppercase}
.detail-card .detail-title{display:none}
.detail-meta{color:var(--text-secondary);font-size:13px;line-height:20px}
.tab-list{display:grid;gap:0;margin-top:20px;border-top:1px solid var(--border-subtle)}
.tab{
  min-height:44px;
  border:0;
  border-bottom:3px solid transparent;
  background:#fff;
  color:var(--text-disabled);
  text-align:left;
  padding:0 4px;
  font-size:14px;
  font-weight:900;
  text-transform:uppercase;
  text-decoration:none;
  display:flex;
  align-items:center;
  transition:color .2s ease,background-color .2s ease,transform .2s ease,border-color .2s ease;
}
.tab:hover{color:#000;background:#fafafa}
.tab.active{border-bottom-color:var(--toyota-red);color:#000;transform:translateX(6px);background:#fff8f8}
.detail-section{scroll-margin-top:112px}
.section-stack{display:grid;gap:16px}
.hero-strip{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:18px;
  align-items:center;
  padding:24px;
  border-radius:10px;
  background:var(--surface-gray);
  border-left:5px solid var(--toyota-red);
}
.hero-strip .muted{color:var(--text-secondary)}
.hero-strip h2{display:none}
.info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.info-box{padding:16px;border:1px solid var(--border-subtle);border-radius:10px;background:#fff}
.label{color:var(--text-muted);font-size:12px;font-weight:900;text-transform:uppercase}
.value{margin-top:7px;color:#000;font-size:16px;font-weight:900;line-height:22px}
.metric-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:16px}
.metric{min-height:92px;padding:16px;border:1px solid var(--border-subtle);border-radius:10px;background:#fff}
.metric b{display:block;margin-top:8px;color:#000;font-size:22px;font-weight:900;line-height:24px}
.metric small{display:block;margin-top:6px;color:var(--text-secondary);font-size:12px}
.note-box{margin-top:12px;padding:16px;border:1px solid var(--border-subtle);border-radius:10px;background:#fff;line-height:20px;white-space:pre-line}
.note-box.good{border-color:#9ed6aa;background:#f7fff8}
.note-box.bad{border-color:#f2b0b1;background:#fff7f7}
.chart-box{height:340px;padding:18px}
.mini-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.summary-banner{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.summary-banner .kpi-card{min-height:116px}
.score-large{min-width:54px;height:42px;border-radius:21px;font-size:18px}
.chart-panel{margin-top:18px;padding-top:18px;border-top:1px solid var(--border-subtle)}
.chart-title{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:14px}
.chart-title b{color:#000;font-size:15px}
.chart-title span{color:var(--text-secondary);font-size:12px}
.chart-frame{position:relative;width:100%;height:300px}
.analysis-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.analysis-grid .note-box{margin-top:16px}
.section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:18px}
.section-heading p{margin-top:4px;color:var(--text-secondary);font-size:13px}
.section-kicker{display:block;margin-bottom:3px;color:var(--toyota-red);font-size:11px;font-weight:900;text-transform:uppercase}
.research-id{padding:7px 10px;border:1px solid var(--border-subtle);border-radius:4px;color:#333;font-size:12px;font-weight:700;white-space:nowrap}
.general-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.general-grid .info-box{border:0;border-bottom:1px solid var(--border-subtle);border-radius:0;padding:13px 2px}
.vehicle-pair{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:20px;padding-top:18px;border-top:1px solid var(--border-subtle)}
.vehicle-pair span,.headline-price span,.brinde-highlight span,.used-highlights span,.time-strip span{display:block;color:var(--text-secondary);font-size:12px}
.vehicle-pair b{display:block;margin-top:6px;color:#164fe8;font-size:17px}
.vehicle-pair div:last-child b{color:#07913b}
.headline-price{text-align:right}
.headline-price b{display:block;margin-top:5px;color:#000;font-size:20px}
.data-strip{display:grid;margin:2px 0 18px;border:1px solid var(--border-subtle);border-radius:6px;overflow:hidden}
.data-strip.three{grid-template-columns:repeat(3,minmax(0,1fr))}
.data-strip.four{grid-template-columns:repeat(4,minmax(0,1fr))}
.metric-box{min-height:86px;padding:15px;border-right:1px solid var(--border-subtle);background:#fff;text-align:center}
.metric-box:last-child{border-right:0}
.metric-box span{display:block;color:var(--text-muted);font-size:11px;font-weight:900;text-transform:uppercase}
.metric-box b{display:block;margin-top:8px;color:#000;font-size:16px}
.metric-box small{display:block;margin-top:4px;color:var(--text-secondary);font-size:11px}
.benchmark-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:16px}
.benchmark{min-height:88px;padding:14px;border-radius:6px;background:#edf5ff;text-align:center}
.benchmark:nth-child(2){background:#edfbf1}.benchmark:nth-child(3){background:#faf2ff}.benchmark:nth-child(4){background:#fff5e9}
.benchmark span,.benchmark small{display:block;color:var(--text-secondary);font-size:11px}
.benchmark b{display:block;margin:6px 0;color:#164fe8;font-size:17px}
.benchmark:nth-child(2) b{color:#07913b}.benchmark:nth-child(3) b{color:#9a28ca}.benchmark:nth-child(4) b{color:#d35c00}
.brinde-highlight{display:grid;grid-template-columns:2fr 1fr;gap:16px;padding:18px;border:1px solid var(--border-subtle);border-radius:6px;background:#fafafa}
.brinde-highlight b,.used-highlights b,.time-strip b{display:block;margin-top:7px;color:#000;font-size:16px}
.used-highlights{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:14px}
.used-highlights>div{padding:18px;border:1px solid #b7d2ff;border-radius:6px;background:#f3f7ff}
.used-highlights .fipe-highlight{border-color:#ffd2a3;background:#fff8ef}
.vehicle-highlight b{color:#1645b7}.fipe-highlight b{color:#9b3e00}
.time-strip{margin:12px 0 4px;padding:14px;border:1px solid var(--border-subtle);border-radius:6px;background:#fafafa;text-align:center}
.quality-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.quality-summary .metric-box{border:1px solid var(--border-subtle);border-radius:6px}
.chart-frame.tall{height:360px}
.empty{min-height:180px;padding:40px 24px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-align:center;color:var(--text-secondary)}
.empty strong{color:#000;font-size:16px}
.empty .btn{margin-top:8px}
.app-nav{
  align-self:stretch;
  display:flex;
  align-items:stretch;
  justify-content:flex-end;
  gap:28px;
  min-width:0;
  margin-left:auto;
}
.app-nav .side-item{width:auto;justify-content:center;text-align:center}
.year-nav{gap:42px}
.research-tabs{display:flex;gap:28px;margin:0 0 18px;border-bottom:1px solid var(--border-subtle)}
.research-tabs button{height:44px;padding:0 2px;border:0;border-bottom:3px solid transparent;background:transparent;color:var(--text-secondary);font-weight:900}
.research-tabs button.active{border-bottom-color:var(--toyota-red);color:#000}
.research-tabs b{display:inline-grid;min-width:22px;height:20px;margin-left:6px;place-items:center;border-radius:10px;background:#f1f1f1;color:#333;font-size:11px}
.research-tabs button.active b{background:var(--toyota-red);color:#fff}
.period-badge{display:inline-flex;padding:8px 12px;border-radius:4px;background:#f3f3f3;color:#333;font-size:12px;font-weight:900;text-transform:uppercase;white-space:nowrap}
.group-filter{display:grid;gap:8px;margin:0 0 14px}
.group-filter-label{color:#555;font-size:11px;font-weight:900;text-transform:uppercase}
.group-chips{display:flex;flex-wrap:wrap;gap:8px}
.group-chip{display:inline-flex;align-items:center;gap:8px;min-height:36px;padding:0 12px;border:1px solid #d6d6d6;border-radius:18px;background:#fff;color:#333;font:inherit;font-size:12px;font-weight:800;white-space:nowrap;cursor:pointer;transition:border-color .16s ease,background .16s ease,color .16s ease,transform .16s ease}
.group-chip:hover{border-color:#999;transform:translateY(-1px)}
.group-chip:focus-visible{outline:3px solid rgba(235,10,30,.2);outline-offset:2px}
.group-chip b{display:inline-grid;min-width:20px;height:20px;padding:0 5px;place-items:center;border-radius:10px;background:#f1f1f1;color:#555;font-size:10px}
.group-chip.active{border-color:var(--toyota-red);background:var(--toyota-red);color:#fff}
.group-chip.active b{background:#fff;color:var(--toyota-red)}
.toolbar{display:flex;gap:10px;align-items:center;margin:0 0 16px}
.toolbar .input{max-width:420px}
.visit-clear-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;white-space:nowrap}
.visit-clear-button svg{width:15px;height:15px}
.new-visit-button{margin-left:auto;white-space:nowrap}
.table-panel{overflow:hidden}
.table-panel .panel-head{border-bottom:1px solid var(--border-subtle)}
.status{display:inline-flex;align-items:center;min-height:24px;padding:0 9px;border-radius:12px;background:#f3f3f3;color:#333;font-size:11px;font-weight:900;white-space:nowrap}
.status-fechada,.status-concluída{background:#e9f6ed;color:#16733a}.status-em-andamento{background:#fff3d6;color:#8a5b00}.status-atrasada,.status-precisa-de-correção{background:#fff0f0;color:#b31318}.status-aberta,.status-pendente{background:#f3f3f3;color:#555}
.action-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:18px}
.action-list.four{grid-template-columns:repeat(4,minmax(0,1fr))}
.action-card{min-height:110px;padding:18px;border:1px solid var(--border-subtle);border-radius:10px;background:#fff;text-align:left;cursor:pointer}.action-card:hover{border-color:var(--toyota-red-border);box-shadow:0 2px 10px rgba(0,0,0,.08)}.action-card b,.action-card span{display:block}.action-card span{margin-top:8px;color:var(--text-secondary);font-size:13px}
.back-link{margin:0 0 18px;padding:0;border:0;background:transparent;color:#333;font-size:13px;font-weight:900}
.back-link:hover{color:var(--toyota-red)}
.detail-sections{display:grid;gap:16px}
.score{display:inline-grid;min-width:38px;height:28px;place-items:center;border-radius:14px;background:#f2f2f2;color:#000;font-weight:900}
.form-layout{display:grid;gap:16px}.form-section-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:16px}.form-grid label{display:grid;gap:6px;color:#333;font-size:12px;font-weight:900;text-transform:uppercase}.form-grid textarea{min-height:86px;padding:10px;resize:vertical}.question-list{display:grid;gap:0;margin-top:14px}.question{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0;padding:14px 0;border:0;border-bottom:1px solid var(--border-subtle)}.question legend{max-width:48%;color:#333;font-size:14px;font-weight:600}.question label{display:inline-flex;align-items:center;gap:5px;color:var(--text-secondary);font-size:12px;font-weight:600;text-transform:none}.question input{accent-color:var(--toyota-red)}.form-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:22px}.comparison-list{display:grid;margin-top:16px}.comparison-row{display:grid;grid-template-columns:minmax(220px,1fr) 180px 180px;gap:14px;padding:14px 0;border-bottom:1px solid var(--border-subtle);align-items:center}.comparison-row span{display:grid;gap:3px;color:#000;font-weight:900}.comparison-row small{color:var(--text-secondary);font-size:10px;text-transform:uppercase}
.research-form{max-width:1120px;margin:0 auto}
.visit-context{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:20px 22px;border-left:4px solid var(--toyota-red);background:var(--surface-gray)}
.visit-context h2{margin-top:8px}
.visit-context p{margin-top:3px;color:var(--text-secondary);font-size:13px}
.form-stepper{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin:20px 0 0;border-bottom:1px solid var(--border-subtle)}
.form-stepper.five{grid-template-columns:repeat(5,minmax(0,1fr))}
.form-stepper.six{grid-template-columns:repeat(6,minmax(0,1fr))}
.form-stepper a{display:flex;align-items:center;gap:9px;padding:13px 8px;color:var(--text-secondary);font-size:12px;font-weight:900;text-decoration:none;text-transform:uppercase}
.form-stepper a:hover{color:#000;background:#fafafa}
.form-stepper b{display:grid;width:24px;height:24px;place-items:center;border-radius:50%;background:#ededed;color:#555;font-size:11px}
.form-stepper a:hover b{background:var(--toyota-red);color:#fff}
.form-panel{padding:30px 4px;border-bottom:1px solid var(--border-subtle);scroll-margin-top:20px}
.form-panel-head{display:flex;align-items:flex-start;gap:12px}
.form-panel-head>span{display:grid;flex:0 0 auto;width:30px;height:30px;place-items:center;border-radius:50%;background:var(--toyota-red);color:#fff;font-weight:900}
.form-panel-head p{margin-top:3px;color:var(--text-secondary);font-size:13px}
.research-form .form-grid{margin-left:42px}
.research-form .input{height:44px;border-color:#bfc3c7;border-radius:4px;padding:0 12px}
.research-form textarea.input{min-height:96px;padding:11px 12px}
.research-form .span-2{grid-column:1/-1}
.research-form .question-list{margin:18px 0 0 42px;border-top:1px solid var(--border-subtle)}
.research-form .question{display:grid;grid-template-columns:minmax(240px,1fr) minmax(520px,1.35fr);gap:22px;padding:16px 0}
.research-form .question legend{max-width:none;font-weight:700;line-height:20px}
.answer-group{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}
.answer-group label{display:block;margin:0!important}
.answer-group input,.rating-control input{position:absolute;opacity:0;pointer-events:none}
.answer-group span{display:grid;min-height:36px;place-items:center;padding:4px 8px;border:1px solid #d3d5d7;border-radius:4px;background:#fff;color:#555;text-align:center;font-size:11px;font-weight:700;transition:border-color .15s ease,background-color .15s ease,color .15s ease}
.answer-group label:hover span{border-color:#888;color:#000}
.answer-group input:focus-visible+span,.rating-control input:focus-visible+span{outline:2px solid #000;outline-offset:2px}
.answer-group input:checked+span{border-color:var(--toyota-red);background:#fff1f1;color:#b31318}
.rating-field{margin:20px 0 0 42px}
.rating-field>span{display:block;margin-bottom:8px;color:#333;font-size:12px;font-weight:900;text-transform:uppercase}
.rating-field small{display:block;margin-top:7px;color:var(--text-secondary)}
.rating-control{display:flex;gap:8px}
.rating-control label{display:block}
.rating-control span{display:grid;width:44px;height:40px;place-items:center;border:1px solid #cfd1d3;border-radius:4px;background:#fff;color:#333;font-size:16px;font-weight:900;transition:.15s ease}
.rating-control label:hover span{border-color:#777}
.rating-control input:checked+span{border-color:var(--toyota-red);background:var(--toyota-red);color:#fff}
.form-savebar{position:sticky;bottom:12px;z-index:6;display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:22px;padding:15px 18px;border:1px solid #d8d8d8;border-radius:6px;background:rgba(255,255,255,.96);box-shadow:0 6px 22px rgba(0,0,0,.12);backdrop-filter:blur(8px)}
.form-savebar b,.form-savebar span{display:block}
.form-savebar b{color:#000}
.form-savebar span{margin-top:2px;color:var(--text-secondary);font-size:12px}
.form-guidance{display:flex;align-items:center;gap:10px;margin-top:16px;padding:11px 14px;border:1px solid #d9e5f6;border-radius:4px;background:#f6f9fe;color:#333;font-size:12px}
.form-guidance>b{color:#000;white-space:nowrap}
.new-badge{display:inline-flex;align-items:center;margin-left:6px;padding:2px 6px;border-radius:9px;background:#e9f3ff;color:#0757a8;font-size:10px;font-weight:900;line-height:15px;text-transform:none;white-space:nowrap}
.survey-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:20px 0 0 42px}
.survey-subsections{display:grid;gap:26px;margin:24px 0 0 42px}
.survey-subsection+.survey-subsection{padding-top:24px;border-top:1px solid var(--border-subtle)}
.survey-subsection-head{display:flex;align-items:flex-start;gap:10px}
.survey-subsection-head>span{display:grid;flex:0 0 auto;width:26px;height:26px;place-items:center;border-radius:4px;background:#f1f1f1;color:#333;font-size:11px;font-weight:900}
.survey-subsection-head h3{font-size:16px}
.survey-subsection-head p{margin-top:3px;color:var(--text-secondary);font-size:12px}
.survey-subsection .survey-grid{margin:16px 0 0}
.research-status{display:grid;min-width:190px;gap:3px;padding:13px 18px;text-align:left}
.research-status small{font-size:10px;font-weight:800;text-transform:uppercase}
.research-status strong{font-size:20px;line-height:1.15}
.timing-result .input{background:#f5f5f5;font-weight:900}
.evidence-actions{display:flex;flex-wrap:wrap;gap:10px;margin:22px 0 0 42px}
.evidence-upload{cursor:pointer}
.evidence-upload input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.evidence-help{margin:10px 0 18px 42px;color:var(--text-secondary);font-size:12px}
.evidence-list{display:grid;gap:10px;margin-left:42px}
.evidence-item{display:grid;grid-template-columns:72px minmax(0,1fr) 36px;align-items:center;gap:12px;min-height:72px;padding:8px;border:1px solid var(--border-subtle);border-radius:6px;background:#fff}
.evidence-item img{width:72px;height:56px;object-fit:cover;border-radius:4px;background:#eee}
.evidence-item audio{width:min(100%,360px);height:40px}
.transcription-action{margin-top:10px}.transcription-action .btn{min-height:40px}
.audio-transcript{grid-column:1/-1;margin-top:14px;border:1px solid #dcdcdc;background:#fff}.audio-transcript>header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:13px 14px;border-bottom:1px solid #e4e4e4;background:#f6f6f6}.audio-transcript>header span,.audio-transcript>header b{display:block}.audio-transcript>header span{color:var(--text-secondary);font-size:10px;font-weight:900;text-transform:uppercase}.audio-transcript>header b{margin-top:2px;color:#171717;font-size:13px}.transcript-copy{flex:0 0 auto;min-height:36px;padding:0 12px}
.transcript-summary{padding:14px;border-bottom:1px solid #e5e7e9;background:#f5f8fc}.transcript-summary>span{display:block;color:#2768ad;font-size:10px;font-weight:900;text-transform:uppercase}.transcript-summary>p{margin:6px 0 0;color:#29323a;font-size:13px;line-height:20px;white-space:pre-wrap}.transcript-summary-error{background:#fff8e8}.transcript-summary-error>span{color:#9a6500}
.transcript-segments{display:grid;gap:0}.transcript-segments article{padding:14px;border-bottom:1px solid #ededed}.transcript-segments article:last-child{border-bottom:0}.transcript-segments article>div{display:flex;align-items:center;gap:9px}.transcript-segments article b{color:#171717}.transcript-segments time{padding:2px 6px;border-radius:3px;background:#eee;color:#555;font-size:11px;font-variant-numeric:tabular-nums}.transcript-segments p{margin:6px 0 0;color:#333;line-height:21px;white-space:pre-wrap}
.evidence-meta{display:grid;gap:4px;min-width:0}
.evidence-meta b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}
.evidence-meta span{color:var(--text-secondary);font-size:11px}
.evidence-delete{display:grid;width:32px;height:32px;place-items:center;border:0;border-radius:4px;background:#f4f4f4;color:#555;font-size:20px;cursor:pointer}
.evidence-delete:hover{background:#fee;color:var(--toyota-red)}
.evidence-empty{display:grid;gap:4px;padding:22px;border:1px dashed #ccc;border-radius:6px;text-align:center}
.evidence-empty span{color:var(--text-secondary);font-size:12px}
.survey-field{display:grid;align-content:start;gap:7px;color:#333;font-size:12px;font-weight:900;text-transform:uppercase}
.survey-field>span{min-height:18px}
.survey-field .select,.survey-field .input{width:100%;height:44px}
.survey-field textarea.input{min-height:96px}
.section-save{display:flex;align-items:center;justify-content:flex-end;gap:14px;margin:22px 0 0 42px;padding-top:16px;border-top:1px solid var(--border-subtle)}
.save-state{color:var(--text-secondary);font-size:12px}
.save-state.saved{color:#16733a;font-weight:700}
.survey-2026 .form-panel{scroll-margin-top:16px}

@media (max-width:1120px){
  .sidebar{gap:22px;padding:0 18px}
  .app-nav{gap:18px}
  .side-item{font-size:13px}
  .main{padding:28px 18px 42px}
  .workspace,.detail-layout{grid-template-columns:1fr}
  .detail-card{position:static}
  .sidebar .side-section:nth-of-type(2){display:none}
  .research-form .question{grid-template-columns:1fr}
  .answer-group{max-width:680px}
  .benchmark-grid,.quality-summary{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:760px){
  .sidebar{
    height:auto;
    align-items:stretch;
    flex-direction:column;
    gap:8px;
    padding:10px 14px 0;
  }
  .brand-block{justify-content:space-between;gap:10px}
  .brand-mark{width:118px;height:34px}
  .brand-executive-cta{
    height:32px;
    padding:0 11px;
    font-size:9px;
  }
  .app-nav{
    width:calc(100% + 28px);
    height:44px;
    justify-content:flex-start;
    gap:22px;
    margin:0 -14px;
    padding:0 14px;
    overflow-x:auto;
    scrollbar-width:none;
  }
  .app-nav::-webkit-scrollbar{display:none}
  .app-nav .side-item{flex:0 0 auto;font-size:12px}
  .main{padding:22px 14px 34px}
  .topbar,.footer,.hero-strip{display:block}
  .actions{margin-top:14px}
  .section-nav{top:0;margin:0 -14px 22px;padding-left:14px;overflow:auto}
  .detail-heading{display:block;top:48px}
  .detail-heading .back-button{margin-bottom:14px}
  .kpi-grid,.filter-grid,.info-grid,.metric-grid,.mini-kpis,.summary-banner{grid-template-columns:1fr}
  .filter-grid .btn{width:100%}
  .toolbar,.form-section-head,.chart-title{display:block}.toolbar .input,.toolbar .select{width:100%;max-width:none;margin-bottom:10px}.toolbar .btn{width:100%}.action-list,.action-list.four,.form-grid,.analysis-grid{grid-template-columns:1fr}.question{display:block}.question legend{max-width:none;margin-bottom:10px}.question label{margin-right:10px}.comparison-row{grid-template-columns:1fr}.period-badge{margin-top:14px}.chart-title span{display:block;margin-top:4px}.chart-frame{height:260px}
  h1{font-size:22px}
}

@media (max-width:760px){
  .group-filter{margin-right:-14px}
  .group-chips{flex-wrap:nowrap;padding:2px 14px 8px 0;overflow-x:auto;scrollbar-width:none;scroll-snap-type:x proximity}
  .group-chips::-webkit-scrollbar{display:none}
  .group-chip{flex:0 0 auto;scroll-snap-align:start}
  .new-visit-button{margin-left:0}
  .visit-context{align-items:flex-start;display:block}
  .visit-context .status{margin-top:12px}
  .form-stepper{grid-template-columns:repeat(4,auto);overflow-x:auto}
  .form-stepper.five{grid-template-columns:repeat(5,auto)}
  .form-stepper.six{grid-template-columns:repeat(6,auto)}
  .form-stepper a{white-space:nowrap}
  .research-form .form-grid,.research-form .question-list,.rating-field,.survey-grid,.survey-subsections,.section-save,.evidence-actions,.evidence-help,.evidence-list{margin-left:0}
  .evidence-actions{display:grid;grid-template-columns:1fr 1fr}
  .evidence-upload{justify-content:center}
  .evidence-item{grid-template-columns:56px minmax(0,1fr) 36px}
  .evidence-item img{width:56px;height:52px}
  .evidence-item audio{width:100%}
  .audio-transcript>header{align-items:stretch;flex-direction:column}.transcript-copy{width:100%}.transcript-segments article{padding:13px 11px}
  .research-status{width:100%;min-width:0}
  .research-form .question{display:grid;grid-template-columns:1fr}
  .answer-group{grid-template-columns:repeat(2,minmax(0,1fr))}
  .form-savebar{bottom:0;display:block;margin:16px -6px 0;padding:8px;border-radius:5px;box-shadow:0 -3px 14px rgba(0,0,0,.1)}
  .form-savebar .mobile-hidden{display:none}
  .form-savebar .actions{display:grid;grid-template-columns:1fr 1.35fr;gap:8px;margin:0}
  .form-savebar .btn{width:100%;height:40px;padding:0 12px;font-size:12px}
  .form-guidance{display:block}.form-guidance>b{display:block;margin-bottom:5px}.form-guidance .new-badge{margin-left:0}
  .survey-grid{grid-template-columns:1fr}
  .survey-grid{gap:18px}
  .survey-field{gap:8px;font-size:13px;line-height:18px;text-transform:none}
  .survey-field>span{min-height:0}
  .survey-field .select{
    width:100%;
    height:52px;
    border-width:1.5px;
    border-radius:6px;
    padding:0 14px;
    background-color:#fff;
    color:#777;
    font-size:16px;
    font-weight:700;
    appearance:auto;
    touch-action:manipulation;
  }
  .survey-field .select.has-value{color:#111;border-color:#999}
  .survey-field .select:focus{border-color:var(--toyota-red);outline:3px solid rgba(235,10,30,.12)}
  .survey-field .select option{color:#111;font-size:16px}
  .section-save{align-items:stretch;flex-direction:column}
  .section-save .btn{width:100%}
  .section-heading,.headline-price{text-align:left}
  .section-heading{display:block}
  .research-id{display:inline-flex;margin-top:12px}
  .general-grid,.vehicle-pair,.used-highlights,.brinde-highlight,.benchmark-grid,.quality-summary{grid-template-columns:1fr}
  .data-strip.three,.data-strip.four{grid-template-columns:1fr}
  .metric-box{border-right:0;border-bottom:1px solid var(--border-subtle)}
  .metric-box:last-child{border-bottom:0}
}

/* Mobile fieldwork mode: keep orientation and the primary save action always clear. */
@media (max-width:760px){
  .main{padding:16px 12px 104px}
  .back-link{min-height:38px;margin-bottom:12px;font-size:13px}
  .page-heading{margin-bottom:14px}
  .page-heading h1{font-size:24px;line-height:29px}
  .visit-context{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:14px 14px 13px;border-left-width:3px}
  .visit-context h2{margin-top:6px;font-size:20px}
  .visit-context p{font-size:12px;line-height:17px}
  .visit-context .status{align-self:start;margin:0;padding:8px 10px;font-size:12px;white-space:nowrap}
  .form-guidance{margin:12px 0 0;padding:11px 12px;font-size:12px;line-height:18px}
  .form-guidance>b{font-size:13px}
  .form-stepper,.form-stepper.five,.form-stepper.six{position:sticky;top:0;z-index:12;display:flex;gap:7px;margin:14px -12px 0;padding:9px 12px;border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);background:rgba(255,255,255,.97);box-shadow:0 5px 12px rgba(0,0,0,.06);overflow-x:auto;scroll-padding:12px}
  .form-stepper a{flex:0 0 38px;width:38px;height:38px;justify-content:center;padding:0;border:1px solid #d6d6d6;border-radius:50%;background:#fff;scroll-snap-align:start}
  .form-stepper a span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}
  .form-stepper b{width:28px;height:28px;background:#f0f0f0;color:#303030}
  .form-stepper a:hover,.form-stepper a:focus{background:#fff;border-color:var(--toyota-red)}
  .form-stepper a:hover b,.form-stepper a:focus b{background:var(--toyota-red);color:#fff}
  .form-panel{padding:24px 0;scroll-margin-top:58px}
  .form-panel-head{gap:10px}
  .form-panel-head>span{width:28px;height:28px;font-size:13px}
  .form-panel-head h2{font-size:20px;line-height:25px}
  .form-panel-head p{font-size:12px;line-height:17px}
  .survey-grid{gap:20px;margin-top:18px}
  .survey-field{gap:7px;font-size:14px;line-height:19px}
  .survey-field .input,.research-form .input,.survey-field .select{height:52px;border-radius:6px;font-size:16px;background:#fff}
  .survey-field textarea.input,.research-form textarea.input{height:auto;min-height:112px;padding:13px;font-size:16px}
  .survey-subsection{margin-top:22px;padding:16px 12px;border-left:3px solid var(--toyota-red);background:#fafafa}
  .section-save{gap:10px;margin-top:20px;padding:13px 0 0}
  .section-save .save-state{padding:9px 10px;border-radius:4px;background:#f5f5f5;font-size:12px;line-height:16px}
  .section-save .btn{height:48px;border-color:var(--toyota-red);background:var(--toyota-red);color:#fff;font-size:13px}
  .evidence-actions{gap:10px}
  .evidence-upload{min-height:48px;padding:0 10px;font-size:12px}
  .form-savebar{position:fixed;right:0;bottom:0;left:0;z-index:20;margin:0;padding:9px 12px calc(9px + env(safe-area-inset-bottom));border:0;border-top:1px solid #d7d7d7;border-radius:0;background:rgba(255,255,255,.98);box-shadow:0 -5px 18px rgba(0,0,0,.12)}
  .form-savebar>div:first-child{display:none}
  .form-savebar .actions{grid-template-columns:88px minmax(0,1fr);margin:0}
  .form-savebar .btn{height:48px;border-radius:5px;font-size:13px}
}
.server-save-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(17, 24, 39, 0.52);
}
.report-shell .sidebar{height:48px;padding:0 24px}
.report-shell .brand-mark{width:108px;height:30px}
.report-shell .side-item{font-size:11px}
.report-shell .side-item b{min-width:20px;height:17px;font-size:9px}
.report-shell .main{padding:20px 24px 32px}
.report-page{width:100%;max-width:1180px;margin:0 auto}
.report-back{display:inline-flex;align-items:center;gap:7px;color:#242424}
.report-back svg{width:15px;height:15px;stroke-width:2.4}
.report-page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin:0 0 15px}
.report-page-heading>div:first-child>span{color:var(--toyota-red);font-size:11px;font-weight:900;text-transform:uppercase}
.report-page-heading h1{margin-top:3px;font-size:23px;line-height:28px}
.report-page-heading p{display:flex;align-items:center;gap:8px;margin-top:3px;color:var(--text-secondary);font-size:11px}
.report-page-heading p i,.report-cover-copy p i{width:3px;height:3px;border-radius:50%;background:#a4a4a4}
.report-period{display:flex;align-items:center;gap:7px;padding-bottom:2px;color:#545454;font-size:10px;white-space:nowrap}
.report-period svg{width:14px;height:14px;color:#6a6a6a}
.closed-report{display:grid;gap:9px;width:100%;margin:0;background:#fff}
.closed-report svg{display:block;width:17px;height:17px;stroke-width:1.9}
.report-cover{position:relative;display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:126px;padding:17px 22px;border:1px solid #e3e4e6;border-right:5px solid var(--toyota-red);border-radius:7px;background:#fff;box-shadow:0 4px 14px rgba(15,23,42,.06)}
.report-brand-label{display:inline-flex;align-items:center;height:17px;padding:0 7px;border-radius:2px;background:var(--toyota-red);color:#fff;font-size:7px;font-weight:900;text-transform:uppercase}
.report-cover-copy{min-width:0}
.report-cover-copy h2{margin:5px 0 3px;font-size:23px;line-height:27px;text-transform:uppercase}
.report-cover-copy>p{display:flex;align-items:center;flex-wrap:wrap;gap:6px;color:#5d6268;font-size:9px}
.report-cover-copy>p svg{width:12px;height:12px}
.report-cover-meta{display:flex;align-items:center;flex-wrap:wrap;gap:6px 14px;margin-top:13px;color:#4e5358;font-size:9px}
.report-cover-meta span+span:not(.report-status){position:relative;padding-left:17px}
.report-cover-meta span+span:not(.report-status)::before{position:absolute;top:50%;left:0;width:3px;height:3px;border-radius:50%;background:#a6a6a6;content:""}
.report-cover-meta b{color:#171717}
.report-status{display:inline-flex;align-items:center;min-height:19px;padding:0 8px;border:1px solid #bfe2ca;border-radius:10px;background:#edf8f1;color:#18703a;font-size:8px;font-weight:900}
.report-score{display:grid;flex:0 0 94px;min-height:92px;place-items:center;align-content:center;padding:9px;border:1px solid #d7dade;border-radius:6px;background:#fff;text-align:center;box-shadow:0 2px 7px rgba(15,23,42,.04)}
.report-score span,.report-score small{color:#202020;font-size:8px;font-weight:900;text-transform:uppercase}
.report-score b{margin:3px 0 1px;color:var(--toyota-red);font-size:36px;line-height:38px}
.report-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}
.report-kpi-grid article{display:flex;align-items:center;gap:9px;min-height:62px;padding:9px 10px;border:1px solid #e2e4e7;border-radius:7px;background:#fff;box-shadow:0 2px 9px rgba(15,23,42,.035)}
.report-kpi-grid article>svg{flex:0 0 29px;width:29px;height:29px;padding:7px;border-radius:6px;background:#fff0f0;color:var(--toyota-red)}
.report-kpi-grid article div{display:grid;min-width:0}
.report-kpi-grid span{overflow:hidden;color:#555b61;font-size:7px;font-weight:900;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}
.report-kpi-grid strong{margin-top:1px;color:#0d0d0d;font-size:17px;line-height:19px}
.report-kpi-grid small{overflow:hidden;margin-top:1px;color:#777d82;font-size:8px;text-overflow:ellipsis;white-space:nowrap}
.report-layout{display:grid;gap:9px}
.report-layout-overview{grid-template-columns:minmax(0, .92fr) minmax(0,1.08fr)}
.report-layout-negotiation{grid-template-columns:minmax(0,1.45fr) minmax(270px,.75fr)}
.report-layout-consultant{grid-template-columns:minmax(250px,.72fr) minmax(0,1.55fr)}
.report-layout-store{grid-template-columns:minmax(250px,.78fr) minmax(0,1.55fr)}
.report-layout-products,.report-layout-final{grid-template-columns:repeat(3,minmax(0,1fr))}
.report-panel{min-width:0;padding:11px 12px;border:1px solid #e2e4e7;border-radius:7px;background:#fff;box-shadow:0 2px 8px rgba(15,23,42,.02)}
.report-panel-title{display:flex;align-items:center;gap:6px;margin-bottom:7px;padding-bottom:7px;border-bottom:1px solid #eceef0}
.report-panel-title svg{width:13px;height:13px;color:var(--toyota-red);stroke-width:2.3}
.report-panel-title h2{font-size:10px;line-height:14px;text-transform:uppercase}
.report-data-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 13px}
.report-data-grid.single{grid-template-columns:1fr}
.report-data-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr))}
.report-conditions-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.report-field{display:grid;align-content:start;gap:2px;min-width:0;min-height:39px;padding:5px 0;border-bottom:1px solid #eef0f2}
.report-field.wide{grid-column:1/-1}
.report-field-label{display:flex;align-items:center;gap:5px;min-width:0;color:#686e74;font-size:8px;line-height:11px}
.report-field-label svg{flex:0 0 11px;width:11px;height:11px;color:#ef4a4d}
.report-field-label span{overflow-wrap:anywhere}
.report-field>strong{padding-left:16px;color:#202124;font-size:9px;line-height:13px;overflow-wrap:anywhere;white-space:pre-wrap}
.report-summary{min-height:55px;color:#35383b;font-size:9px;line-height:14px}
.report-legend{display:flex;align-items:center;flex-wrap:wrap;gap:8px 13px;margin-top:7px;padding-top:7px;border-top:1px solid #eceef0;color:#555;font-size:7px;font-weight:700}
.report-legend span{display:flex;align-items:center;gap:5px;white-space:nowrap}
.report-legend i{width:6px;height:6px;border-radius:1px;background:#9aa0a6}
.report-legend .positive i{background:#27a45a}.report-legend .good i{background:#4f8fd7}.report-legend .warning i{background:#e4a11b}.report-legend .critical i{background:#ef4444}
.report-assessment-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}
.report-assessment{display:grid;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:6px;min-height:48px;padding:6px;border:1px solid #e7e9eb;border-radius:6px;background:#fff}
.report-icon{display:grid;width:24px;height:24px;place-items:center;border-radius:5px;background:#f1f6fd;color:#357ac7}
.report-icon svg{width:12px;height:12px}
.report-assessment>div{display:grid;min-width:0}
.report-assessment small{color:#646b72;font-size:7px;line-height:9px}
.report-assessment strong{margin-top:1px;color:#202124;font-size:8px;line-height:11px;overflow-wrap:anywhere}
.report-answer{min-width:43px;padding:2px 5px;border:1px solid transparent;border-radius:9px;font-size:7px;font-style:normal;font-weight:900;line-height:9px;text-align:center}
.report-answer-positive{border-color:#b9dfc9;background:#edf8f1;color:#168143}.report-answer-good{border-color:#c9dcf3;background:#eef5fd;color:#2b6db5}.report-answer-warning{border-color:#efd996;background:#fff8e6;color:#9b6900}.report-answer-critical{border-color:#f2c0c0;background:#fff1f1;color:#ba2529}.report-answer-neutral{border-color:#dcdfe2;background:#f3f4f5;color:#73787d}
.report-negotiation-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 15px}
.report-analysis-panel{background:#fcfcfc}
.report-analysis{display:grid;gap:7px}
.report-analysis>div{display:grid;gap:3px;padding:9px;border:1px solid #eceef0;border-radius:5px;background:#fff}
.report-analysis span{color:#686e74;font-size:8px}
.report-analysis strong{color:#18191a;font-size:10px;line-height:14px}
.report-conclusion-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
.report-text-card{min-height:83px;padding:9px;border-radius:6px;background:#fafafa}
.report-text-card header{display:flex;align-items:center;gap:5px;margin-bottom:6px;font-size:7px;font-weight:900;text-transform:uppercase}
.report-text-card header svg{width:11px;height:11px}
.report-text-card p,.report-final-comment{color:#33383d;font-size:8px;line-height:12px;white-space:pre-wrap}
.report-text-positive header{color:#27894c}.report-text-warning header{color:#c27b00}.report-text-good header{color:#357ac7}
.report-final-score{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}
.report-final-score>div{display:grid;align-content:center;min-height:76px;padding:6px;border:1px solid #e8eaec;border-radius:5px;text-align:center}
.report-final-score span{color:#666d73;font-size:7px;line-height:10px}
.report-final-score strong{margin-top:3px;color:#202124;font-size:10px;line-height:14px;overflow-wrap:anywhere}
.report-final-score>div:first-child strong{color:var(--toyota-red);font-size:24px;line-height:25px}
.report-final-score small{color:#565b60;font-size:7px;font-weight:800;text-transform:uppercase}
.report-highlight-list{display:grid;gap:5px;margin:0;padding:0;list-style:none}
.report-highlight-list li{display:flex;align-items:flex-start;gap:5px;color:#303438;font-size:8px;line-height:11px}
.report-highlight-list svg{flex:0 0 10px;width:10px;height:10px;margin-top:1px}.report-highlight-list .positive svg{color:#27995a}.report-highlight-list .warning svg{color:#d28b0a}.report-highlight-list .critical svg{color:#e03d42}
.report-empty-copy{color:#6d7378;font-size:8px;line-height:12px}
.report-final-comment{margin:0}
.report-evidence .evidence-list{grid-template-columns:repeat(auto-fit,minmax(125px,1fr));gap:7px;margin:0}
.report-evidence .evidence-item{position:relative;display:flex;min-height:0;align-items:stretch;flex-direction:column;gap:5px;padding:6px;border-radius:6px}
.report-evidence .evidence-item img{width:100%;height:auto;aspect-ratio:4/3;border-radius:5px;object-fit:cover}
.report-evidence .evidence-item audio{width:100%;height:42px}
.report-evidence .evidence-item.has-transcript{grid-column:1/-1;display:grid;grid-template-columns:minmax(180px,250px) minmax(0,1fr);align-items:start;padding:8px}
.compact-audio-player{display:grid;grid-template-columns:31px minmax(0,1fr);align-items:center;gap:7px;min-height:64px;padding:8px;border-radius:5px;background:#f2f6fc}
.compact-audio-player>button{display:grid;width:31px;height:31px;place-items:center;border:0;border-radius:50%;background:#dceafb;color:#2768ad}
.compact-audio-player>button svg{width:14px;height:14px;fill:currentColor}
.compact-audio-player>div{display:grid;gap:4px;min-width:0}
.compact-audio-player input{width:100%;height:3px;margin:0;accent-color:var(--toyota-red)}
.compact-audio-player span{display:flex;gap:4px;color:#5f6871;font-size:7px;font-variant-numeric:tabular-nums}
.compact-audio-player span i{font-style:normal}
.compact-audio-player audio{display:none}
.report-evidence .evidence-meta{align-content:start}
.report-evidence .evidence-meta b{font-size:8px}
.report-evidence .evidence-meta span{font-size:8px}
.report-evidence .evidence-delete{display:none}
.report-evidence .transcription-action .btn{min-width:0;height:34px;min-height:34px;padding:0 12px;border-radius:17px;font-size:9px}
.report-evidence .transcription-action .report-transcription-retry{width:29px;height:29px;min-height:29px;padding:0;border-radius:50%}
.report-evidence .report-transcription-retry svg{width:13px;height:13px}
.report-evidence .report-transcription-retry.is-loading svg{animation:server-save-spin .8s linear infinite}
.report-evidence .audio-transcript{margin-top:8px;border-radius:5px;overflow:hidden}
.report-evidence .evidence-empty{grid-column:1/-1}
@media (max-width:980px){
  .report-assessment-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width:760px){
  .report-shell .sidebar{height:auto;padding:10px 14px 0}
  .report-shell .brand-mark{width:118px;height:34px}
  .report-shell .side-item{font-size:12px}
  .report-shell .main{padding:16px 12px 32px}
  .report-page{margin:0}
  .report-back{margin-bottom:10px}
  .report-page-heading{align-items:flex-start;flex-direction:column;gap:9px;margin-bottom:16px}
  .report-page-heading h1{font-size:24px;line-height:29px}
  .report-period{padding:0}
  .closed-report{gap:11px}
  .report-cover{align-items:flex-start;min-height:0;gap:13px;padding:17px 14px;border-right-width:4px}
  .report-cover-copy h2{font-size:21px;line-height:26px}
  .report-cover-copy>p{font-size:10px;line-height:15px}
  .report-cover-meta{align-items:flex-start;flex-direction:column;gap:6px;margin-top:13px;font-size:11px}
  .report-cover-meta span+span:not(.report-status){padding-left:0}
  .report-cover-meta span+span:not(.report-status)::before{display:none}
  .report-score{flex-basis:76px;min-height:94px;padding:8px}
  .report-score span,.report-score small{font-size:8px}.report-score b{font-size:34px;line-height:36px}
  .report-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .report-kpi-grid article{min-height:78px;gap:9px;padding:10px}
  .report-kpi-grid article>svg{flex-basis:32px;width:32px;height:32px;padding:8px}
  .report-kpi-grid span{font-size:8px}.report-kpi-grid strong{font-size:18px;line-height:21px}.report-kpi-grid small{font-size:9px}
  .report-layout,.report-layout-overview,.report-layout-negotiation,.report-layout-consultant,.report-layout-store,.report-layout-products,.report-layout-final{grid-template-columns:1fr;gap:11px}
  .report-layout-products>.report-panel:last-child,.report-layout-final>.report-panel:last-child{grid-column:auto}
  .report-panel{padding:14px 12px}
  .report-panel-title{gap:7px;margin-bottom:10px;padding-bottom:9px}
  .report-panel-title svg{width:15px;height:15px}
  .report-panel-title h2{font-size:12px;line-height:16px}
  .report-data-grid,.report-data-grid.compact,.report-conditions-grid{grid-template-columns:1fr}
  .report-field{min-height:50px;gap:4px;padding:7px 0}
  .report-field-label{gap:7px;font-size:10px;line-height:14px}
  .report-field-label svg{flex-basis:14px;width:14px;height:14px}
  .report-field>strong{padding-left:21px;font-size:12px;line-height:17px}
  .report-summary{min-height:0;font-size:12px;line-height:18px}
  .report-legend{gap:10px 15px;margin-top:12px;padding-top:10px;font-size:9px}
  .report-legend i{width:8px;height:8px}
  .report-negotiation-summary{grid-template-columns:1fr 1fr}
  .report-assessment-grid{grid-template-columns:1fr}
  .report-assessment{grid-template-columns:30px minmax(0,1fr) auto}
  .report-assessment{min-height:58px;padding:8px}
  .report-icon{width:30px;height:30px}.report-icon svg{width:15px;height:15px}
  .report-assessment small{font-size:9px;line-height:12px}
  .report-assessment strong{font-size:11px;line-height:14px}
  .report-answer{min-width:52px;padding:3px 6px;font-size:8px;line-height:10px}
  .report-conclusion-grid{grid-template-columns:1fr}
  .report-text-card{min-height:0}
  .report-text-card header{font-size:9px}.report-text-card p,.report-final-comment{font-size:11px;line-height:17px}
  .report-final-score{grid-template-columns:repeat(3,minmax(0,1fr))}
  .report-final-score>div{min-height:92px;padding:7px}
  .report-final-score strong{font-size:11px;line-height:15px}
  .report-highlight-list{gap:8px}.report-highlight-list li{gap:7px;font-size:10px;line-height:15px}.report-highlight-list svg{flex-basis:13px;width:13px;height:13px}
  .report-evidence .evidence-list{grid-template-columns:repeat(2,minmax(0,1fr))}
  .report-evidence .evidence-item.has-transcript{grid-template-columns:1fr}
  .report-evidence .evidence-meta b{font-size:10px}.report-evidence .evidence-meta span{font-size:9px}
  .report-evidence .audio-transcript>header{align-items:flex-start;flex-direction:column}
}

/* Closed report: proportional reading scale across desktop, tablet and mobile. */
html{scroll-behavior:smooth}
.report-shell .sidebar{height:60px;padding:0 32px}
.report-shell .brand-mark{width:124px;height:34px}
.report-shell .side-item{font-size:13px}
.report-shell .side-item b{min-width:22px;height:19px;font-size:10px}
.report-shell .main{padding:28px 32px 48px}
.report-page{width:100%;max-width:1160px;margin:0 auto}
.report-back{min-height:40px;margin-bottom:12px;font-size:14px}
.report-back svg{width:17px;height:17px}
.report-page-heading{align-items:flex-end;gap:24px;margin:0 0 18px}
.report-page-heading>div:first-child>span{font-size:12px}
.report-page-heading h1{margin-top:4px;font-size:28px;line-height:34px}
.report-page-heading p{margin-top:4px;font-size:13px}
.report-page-actions{display:flex;align-items:center;gap:10px}
.report-period{padding:0;color:#4f5459;font-size:12px}
.report-period svg{width:16px;height:16px}
.report-print-button{display:grid;width:40px;height:40px;flex:0 0 40px;place-items:center;border:1px solid #d9dcdf;border-radius:6px;background:#fff;color:#32363a;cursor:pointer;transition:border-color .15s ease,color .15s ease,background .15s ease}
.report-print-button:hover{border-color:#c7cacf;background:#fafafa;color:var(--toyota-red)}
.report-print-button:focus-visible,.report-section-tabs a:focus-visible{outline:3px solid rgba(218,29,33,.2);outline-offset:2px}
.report-print-button svg{width:18px;height:18px}
.report-section-tabs{position:sticky;top:0;z-index:9;display:flex;gap:4px;margin:0 0 18px;padding:4px;border:1px solid #e2e4e7;border-radius:8px;background:rgba(255,255,255,.97);box-shadow:0 5px 15px rgba(15,23,42,.07);overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:none}
.report-section-tabs::-webkit-scrollbar{display:none}
.report-section-tabs a{display:flex;align-items:center;gap:7px;min-height:40px;padding:0 13px;border-radius:6px;color:#5f646a;font-size:12px;font-weight:800;text-decoration:none;white-space:nowrap;transition:background .15s ease,color .15s ease}
.report-section-tabs a:hover{background:#f7f7f7;color:#26282b}
.report-section-tabs a.active{background:#fff0f0;color:#b31318}
.report-section-tabs svg{width:15px;height:15px}
.report-flow-tabs a b{display:grid;width:22px;height:22px;flex:0 0 22px;place-items:center;border:1px solid #d9dcdf;border-radius:50%;background:#fff;color:#5f646a;font-size:10px;line-height:1}
.report-flow-tabs a.active b{border-color:var(--toyota-red);background:var(--toyota-red);color:#fff}
.closed-report{gap:16px;scroll-margin-top:64px}
.report-detail-sections{display:grid;gap:16px;scroll-margin-top:64px}
#report-identificacao,#report-atendimento,#report-negociacao,#report-pos-visita,#report-evidencias,#report-conclusao{scroll-margin-top:64px}
.report-flow{gap:28px}
.report-summary-flow,.report-flow-section{display:grid;gap:16px;min-width:0;scroll-margin-top:64px}
.report-flow-section{padding-top:4px}
.report-flow-section+.report-flow-section{padding-top:28px;border-top:1px solid #e3e5e7}
.report-flow-heading{display:flex;align-items:center;gap:12px;min-width:0}
.report-flow-heading>span{display:grid;width:36px;height:36px;flex:0 0 36px;place-items:center;border-radius:50%;background:var(--toyota-red);color:#fff;font-size:13px;font-weight:900}
.report-flow-heading>div{min-width:0}
.report-flow-heading h2{font-size:19px;line-height:24px}
.report-flow-heading p{margin-top:2px;color:#666d73;font-size:12px;line-height:17px}
.closed-report svg{width:18px;height:18px}
.report-cover{gap:28px;min-height:160px;padding:24px 28px;border-right-width:6px;box-shadow:0 5px 18px rgba(15,23,42,.06)}
.report-brand-label{height:20px;padding:0 8px;font-size:9px}
.report-cover-copy h2{margin:7px 0 4px;font-size:30px;line-height:35px}
.report-cover-copy>p{gap:7px;font-size:12px;line-height:17px}
.report-cover-copy>p svg{width:14px;height:14px}
.report-cover-meta{gap:8px 18px;margin-top:20px;font-size:12px}
.report-cover-meta span+span:not(.report-status){padding-left:20px}
.report-status{min-height:24px;padding:0 10px;border-radius:12px;font-size:10px}
.report-score{flex:0 0 118px;min-height:118px;padding:12px}
.report-score span,.report-score small{font-size:10px}
.report-score b{margin:4px 0 2px;font-size:46px;line-height:48px}
.report-kpi-grid{gap:12px}
.report-kpi-grid article{gap:12px;min-height:88px;padding:14px;border-radius:7px}
.report-kpi-grid article>svg{flex:0 0 36px;width:36px;height:36px;padding:9px}
.report-kpi-grid span{overflow:visible;font-size:10px;line-height:14px;text-overflow:clip;white-space:normal}
.report-kpi-grid strong{margin-top:2px;font-size:22px;line-height:25px}
.report-kpi-grid small{overflow:visible;margin-top:2px;font-size:11px;line-height:14px;text-overflow:clip;white-space:normal}
.report-layout{gap:16px}
.report-layout-overview{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr)}
.report-layout-negotiation{grid-template-columns:minmax(0,1.45fr) minmax(270px,.75fr)}
.report-layout-consultant{grid-template-columns:minmax(270px,.72fr) minmax(0,1.55fr)}
.report-layout-store{grid-template-columns:minmax(270px,.78fr) minmax(0,1.55fr)}
.report-layout-products{grid-template-columns:repeat(3,minmax(0,1fr))}
.report-layout-final{grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr)}
.report-layout-attendance-sections{grid-template-columns:minmax(280px,.75fr) minmax(0,1.45fr)}
.report-layout-attendance-sections .report-store-panel{grid-column:1/-1}
.report-layout-commercial-products{grid-template-columns:repeat(2,minmax(0,1fr))}
.report-panel{padding:18px 20px;border-radius:7px;box-shadow:0 3px 10px rgba(15,23,42,.025)}
.report-panel-title{gap:8px;margin-bottom:12px;padding-bottom:10px}
.report-panel-title svg{width:16px;height:16px}
.report-panel-title h2{font-size:13px;line-height:18px}
.report-data-grid{gap:0 20px}
.report-data-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr))}
.report-identification-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.report-post-visit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.report-conditions-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.report-field{gap:4px;min-height:58px;padding:8px 0}
.report-field-label{gap:7px;font-size:11px;line-height:15px}
.report-field-label svg{flex-basis:14px;width:14px;height:14px}
.report-field>strong{padding-left:21px;font-size:13px;line-height:19px}
.report-summary{min-height:76px;font-size:13px;line-height:20px}
.executive-summary-preview{font-size:15px;line-height:1.75;max-height:17.5em;overflow:hidden}
.executive-summary-preview.is-expanded{max-height:none}
.executive-summary-toggle{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:44px;margin-top:16px;padding:12px;border:1px solid #ddd;border-radius:4px;background:#f7f7f7;color:#333;font:inherit;cursor:pointer}
.executive-summary-toggle:hover{background:#eee}
.executive-summary-toggle:focus-visible{outline:2px solid #d71920;outline-offset:3px}
.executive-summary-toggle[aria-expanded="true"] svg{transform:rotate(180deg)}
@media(max-width:760px){.executive-summary-preview{font-size:14px}}
@media print{.executive-summary-preview{max-height:none;overflow:visible}.executive-summary-toggle{display:none}}
.executive-narrative{max-width:90ch;color:#303438;font-size:15px;line-height:1.75;overflow-wrap:anywhere}
.executive-narrative h1{font-size:20px;line-height:1.4;margin:0 0 16px;text-transform:none}
.executive-narrative h2{font-size:17px;line-height:1.5;margin:28px 0 12px;text-transform:none;color:#111}
.executive-narrative h3{font-size:16px;line-height:1.5;margin:22px 0 10px;text-transform:none}
.executive-narrative p{margin:0 0 14px}
.executive-narrative ul,.executive-narrative ol{padding-left:24px;margin:0 0 16px}
.executive-narrative li{margin:6px 0}
.executive-narrative strong{color:#17191b;font-weight:700}
.executive-narrative blockquote{margin:16px 0;padding-left:16px;border-left:3px solid #d71920}
.executive-narrative>:last-child{margin-bottom:0}
@media(max-width:760px){.executive-narrative{font-size:14px;line-height:1.75}.executive-narrative h1{font-size:18px}.executive-narrative h2{font-size:16px;margin-top:24px}}
@media print{.report-panel.executive-summary-panel{break-inside:auto}.executive-narrative h2,.executive-narrative h3{break-after:avoid}}
.report-legend{gap:10px 16px;margin-top:12px;padding-top:10px;font-size:10px}
.report-legend i{width:8px;height:8px}
.report-assessment-grid{gap:10px}
.report-assessment{grid-template-columns:32px minmax(0,1fr) auto;gap:9px;min-height:68px;padding:10px}
.report-icon{width:32px;height:32px}
.report-icon svg{width:16px;height:16px}
.report-assessment small{font-size:10px;line-height:13px}
.report-assessment strong{margin-top:2px;font-size:12px;line-height:16px}
.report-answer{min-width:54px;padding:3px 7px;border-radius:10px;font-size:9px;line-height:11px}
.report-negotiation-summary{gap:0 20px}
.report-analysis{gap:10px}
.report-analysis>div{gap:5px;padding:12px}
.report-analysis span{font-size:11px;line-height:15px}
.report-analysis strong{font-size:13px;line-height:18px}
.report-conclusion-grid{gap:12px}
.report-text-card{min-height:120px;padding:13px}
.report-text-card header{gap:7px;margin-bottom:9px;font-size:10px}
.report-text-card header svg{width:14px;height:14px}
.report-text-card p,.report-final-comment{font-size:12px;line-height:18px}
.report-final-score{gap:9px}
.report-final-score>div{min-height:104px;padding:9px}
.report-final-score span{font-size:10px;line-height:14px}
.report-final-score strong{margin-top:5px;font-size:13px;line-height:18px}
.report-final-score>div:first-child strong{font-size:30px;line-height:32px}
.report-final-score small{font-size:9px}
.report-highlight-list{gap:8px}
.report-highlight-list li{gap:7px;font-size:12px;line-height:17px}
.report-highlight-list svg{flex:0 0 14px;width:14px;height:14px;margin-top:2px}
.report-empty-copy{font-size:12px;line-height:18px}
.report-evidence .evidence-list{grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:10px}
.report-evidence .evidence-item{gap:7px;padding:8px}
.report-evidence .evidence-item.has-transcript{grid-template-columns:minmax(220px,280px) minmax(0,1fr);padding:10px}
.compact-audio-player{grid-template-columns:38px minmax(0,1fr);gap:10px;min-height:72px;padding:10px}
.compact-audio-player>button{width:38px;height:38px}
.compact-audio-player>button svg{width:16px;height:16px}
.compact-audio-player span{font-size:9px}
.report-evidence .evidence-meta b{font-size:11px}
.report-evidence .evidence-meta span{font-size:10px}
.report-evidence .transcription-action .btn{height:38px;min-height:38px;padding:0 14px;font-size:11px}

@media (max-width:1020px){
  .report-shell .main{padding:24px 20px 42px}
  .report-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .report-assessment-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .report-identification-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .report-conditions-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .report-layout-products{grid-template-columns:repeat(2,minmax(0,1fr))}
  .report-layout-products>.report-panel:last-child{grid-column:1/-1}
}
@media (max-width:860px){
  .report-page-heading{align-items:flex-start;flex-direction:column;gap:12px}
  .report-layout-overview,.report-layout-negotiation,.report-layout-consultant,.report-layout-store,.report-layout-products,.report-layout-final,.report-layout-attendance-sections,.report-layout-commercial-products{grid-template-columns:1fr}
  .report-layout-products>.report-panel:last-child{grid-column:auto}
  .report-layout-attendance-sections .report-store-panel{grid-column:auto}
  .report-conditions-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:760px){
  .report-shell .sidebar{height:auto;padding:10px 14px 0}
  .report-shell .brand-mark{width:118px;height:34px}
  .report-shell .side-item{font-size:12px}
  .report-shell .main{padding:16px 12px 40px}
  .report-back{min-height:36px;margin-bottom:8px;font-size:13px}
  .report-page-heading{gap:10px;margin-bottom:14px}
  .report-page-heading h1{font-size:24px;line-height:29px}
  .report-page-heading p{font-size:12px}
  .report-page-actions{width:100%;justify-content:space-between}
  .report-period{font-size:11px;white-space:normal}
  .report-section-tabs{margin:0 -4px 14px;padding:4px;scroll-padding:4px}
  .report-section-tabs a{min-height:38px;padding:0 11px;font-size:11px}
  .report-flow-tabs a b{width:20px;height:20px;flex-basis:20px;font-size:9px}
  .closed-report,.report-detail-sections{gap:12px}
  .report-flow{gap:20px}
  .report-summary-flow,.report-flow-section{gap:12px}
  .report-flow-section+.report-flow-section{padding-top:20px}
  .report-flow-heading{align-items:flex-start;gap:10px}
  .report-flow-heading>span{width:32px;height:32px;flex-basis:32px;font-size:12px}
  .report-flow-heading h2{font-size:17px;line-height:21px}
  .report-flow-heading p{font-size:11px;line-height:16px}
  .report-cover{align-items:flex-start;gap:12px;min-height:0;padding:17px 14px;border-right-width:4px}
  .report-brand-label{height:19px;font-size:8px}
  .report-cover-copy h2{font-size:23px;line-height:28px}
  .report-cover-copy>p{font-size:10px;line-height:15px}
  .report-cover-meta{align-items:flex-start;flex-direction:column;gap:7px;margin-top:14px;font-size:11px}
  .report-cover-meta span+span:not(.report-status){padding-left:0}
  .report-cover-meta span+span:not(.report-status)::before{display:none}
  .report-score{flex-basis:80px;min-height:96px;padding:8px}
  .report-score span,.report-score small{font-size:8px}
  .report-score b{font-size:36px;line-height:38px}
  .report-kpi-grid{gap:8px}
  .report-kpi-grid article{align-items:flex-start;gap:9px;min-height:88px;padding:10px}
  .report-kpi-grid article>svg{flex-basis:32px;width:32px;height:32px;padding:8px}
  .report-kpi-grid span{font-size:9px;line-height:12px}
  .report-kpi-grid strong{font-size:20px;line-height:23px}
  .report-kpi-grid small{font-size:10px;line-height:13px}
  .report-layout{gap:12px}
  .report-panel{padding:16px 14px}
  .report-panel-title{gap:8px;margin-bottom:10px;padding-bottom:9px}
  .report-panel-title h2{font-size:12px;line-height:16px}
  .report-data-grid,.report-conditions-grid{grid-template-columns:1fr}
  .report-data-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr))}
  .report-field{min-height:52px;gap:4px;padding:7px 0}
  .report-field-label{font-size:10px;line-height:14px}
  .report-field>strong{font-size:12px;line-height:17px}
  .report-summary{min-height:0;font-size:12px;line-height:18px}
  .report-assessment-grid{grid-template-columns:1fr}
  .report-assessment{grid-template-columns:30px minmax(0,1fr) auto;min-height:60px;padding:8px}
  .report-icon{width:30px;height:30px}
  .report-assessment small{font-size:9px;line-height:12px}
  .report-assessment strong{font-size:11px;line-height:15px}
  .report-negotiation-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 14px}
  .report-conclusion-grid{grid-template-columns:1fr}
  .report-text-card{min-height:0;padding:11px}
  .report-text-card p{font-size:11px;line-height:17px}
  .report-final-score{grid-template-columns:repeat(3,minmax(0,1fr))}
  .report-final-score>div{min-height:94px;padding:7px}
  .report-final-score span{font-size:9px;line-height:12px}
  .report-final-score strong{font-size:11px;line-height:15px}
  .report-highlight-list li{font-size:11px;line-height:16px}
  .report-evidence .evidence-list{grid-template-columns:repeat(2,minmax(0,1fr))}
  .report-evidence .evidence-item.has-transcript{grid-template-columns:1fr}
  .report-evidence .audio-transcript>header{align-items:flex-start;flex-direction:column}
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .report-print-button,.report-section-tabs a{transition:none}
}
@media print{
  .sidebar,.report-back,.report-section-tabs,.report-print-button{display:none!important}
  .main{padding:0}
  .report-page{max-width:none}
  .report-panel,.report-cover,.report-kpi-grid article{break-inside:avoid;box-shadow:none}
}
.server-save-dialog {
  width: min(100%, 360px);
  display: grid;
  justify-items: center;
  gap: 12px;
  padding: 24px;
  border-radius: 8px;
  background: #fff;
  color: #161616;
  text-align: center;
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.28);
}
.server-save-dialog b { font-size: 18px; }
.server-save-dialog span { color: #525252; font-size: 14px; }
.server-save-spinner {
  width: 30px;
  height: 30px;
  border: 3px solid #e4e4e4;
  border-top-color: #d71920;
  border-radius: 50%;
  animation: server-save-spin .8s linear infinite;
}
.server-save-track { width: 100%; height: 8px; overflow: hidden; background: #ececec; border-radius: 4px; }
.server-save-track i { display: block; width: 0; height: 100%; background: #d71920; transition: width .18s ease; }
.server-save-dialog small { color: #6b6b6b; font-weight: 700; }
@keyframes server-save-spin { to { transform: rotate(360deg); } }

/* Dashboard executivo 2026 */
.dashboard-page{display:grid;gap:30px;min-width:0}
.research-label-short{display:none}
.research-tabs button{display:inline-flex;align-items:center;justify-content:center;gap:6px}
.research-tabs b{margin-left:0}
.dashboard-filters{display:grid;gap:16px;padding:16px 18px;border:1px solid #dedfe1;border-radius:8px;background:#f8f8f8}
.dashboard-filter-groups{display:grid;gap:8px;min-width:0}
.dashboard-filter-groups>span,.dashboard-filter>span{color:#54595e;font-size:10px;font-weight:900;line-height:14px;text-transform:uppercase}
.dashboard-filter-groups .group-chips{flex-wrap:nowrap;overflow-x:auto;padding:1px 1px 4px;overscroll-behavior-inline:contain;scrollbar-width:thin}
.dashboard-filter-selects{display:grid;grid-template-columns:minmax(180px,240px) minmax(180px,240px) auto;align-items:end;gap:10px}
.dashboard-filter{display:grid;gap:5px;min-width:0}
.dashboard-filter .select{width:100%;height:40px;background:#fff}
.dashboard-clear{min-width:98px;height:40px;border-radius:5px;padding:0 13px}
.dashboard-clear svg{width:15px;height:15px}
.dashboard-clear:disabled{opacity:.42;cursor:not-allowed;transform:none}
.dashboard-meta{display:flex;flex-wrap:wrap;gap:8px 22px;margin-top:-17px;padding:0 2px;color:#676d72;font-size:11px}
.dashboard-meta span{display:inline-flex;align-items:center;gap:7px}
.dashboard-meta svg{width:14px;height:14px;color:#8c9297}
.dashboard-executive{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.8fr);overflow:hidden;border-radius:8px;background:#191a1c;color:#fff}
.dashboard-executive-copy{padding:25px 28px;border-left:5px solid var(--toyota-red)}
.dashboard-executive-copy>span,.dashboard-priorities>span{display:block;color:#ff6e70;font-size:10px;font-weight:900;line-height:14px;text-transform:uppercase}
.dashboard-executive h2{margin-top:7px;color:#fff;font-size:23px;line-height:29px}
.dashboard-executive p{max-width:860px;margin-top:10px;color:#d7d9dc;font-size:13px;line-height:21px}
.dashboard-priorities{padding:25px 28px;border-left:1px solid #393b3e;background:#222326}
.dashboard-priorities ol{display:grid;gap:9px;margin:11px 0 0;padding-left:20px;color:#f4f4f4;font-size:12px;line-height:18px}
.dashboard-priorities li::marker{color:#ff6e70;font-weight:900}
.dashboard-kpi-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:11px}
.dashboard-action-bar{display:flex;justify-content:flex-end;margin:0 0 10px}
.dashboard-action-bar .btn{min-width:0;padding:0 16px;height:34px}
.dashboard-executive-cta{background:linear-gradient(135deg,#0f4cce,#5a28d8);border:0}
.dashboard-executive-cta:hover{filter:brightness(1.05)}
.dashboard-executive-summary-text{display:flex;align-items:center;gap:8px;margin:12px 0 0;padding:12px 14px;border:1px solid #e1e3e5;border-radius:7px;background:#fafafa;color:#4d5358;font-size:11px;line-height:16px}
.dashboard-executive-summary-text b{color:#111}
.dashboard-executive-summary-text .muted{color:#7d848d}
.dashboard-kpi{position:relative;display:grid;grid-template-columns:38px minmax(0,1fr);align-items:start;gap:11px;min-height:112px;overflow:hidden;padding:15px;border:1px solid #e1e3e5;border-radius:7px;background:#fff;box-shadow:0 2px 8px rgba(20,24,28,.035)}
.dashboard-kpi::before{position:absolute;top:0;right:0;left:0;height:3px;background:#767c82;content:""}
.dashboard-kpi-icon{display:grid;width:38px;height:38px;place-items:center;border-radius:6px;background:#f1f2f3;color:#4d5358}
.dashboard-kpi-icon svg{width:19px;height:19px}
.dashboard-kpi>div{min-width:0}
.dashboard-kpi>div>span{display:block;color:#62686e;font-size:9px;font-weight:900;line-height:13px;text-transform:uppercase}
.dashboard-kpi strong{display:block;margin-top:5px;color:#111214;font-size:22px;font-weight:900;line-height:25px;white-space:nowrap}
.dashboard-kpi small{display:block;margin-top:4px;color:#6b7176;font-size:10px;line-height:14px}
.dashboard-kpi-red::before{background:#d71920}.dashboard-kpi-red .dashboard-kpi-icon{background:#fff0f0;color:#c41920}
.dashboard-kpi-green::before{background:#1f8a4c}.dashboard-kpi-green .dashboard-kpi-icon{background:#eaf6ef;color:#18723e}
.dashboard-kpi-blue::before{background:#3274c5}.dashboard-kpi-blue .dashboard-kpi-icon{background:#edf4fc;color:#2866b2}
.dashboard-kpi-amber::before{background:#d18a00}.dashboard-kpi-amber .dashboard-kpi-icon{background:#fff6df;color:#a76d00}
.dashboard-section{display:grid;gap:16px;min-width:0;padding-top:3px}
.dashboard-section+.dashboard-section{padding-top:27px;border-top:1px solid #e1e3e5}
.dashboard-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:22px}
.dashboard-section-head>div{min-width:0}
.dashboard-section-head>div>span{color:var(--toyota-red);font-size:10px;font-weight:900;line-height:14px;text-transform:uppercase}
.dashboard-section-head h2{margin-top:3px;font-size:20px;line-height:25px}
.dashboard-section-head p{margin-top:3px;color:#666d73;font-size:12px;line-height:18px}
.dashboard-section-head>small{flex:0 0 auto;padding:4px 8px;border-radius:4px;background:#f2f3f4;color:#5d6369;font-size:10px;font-weight:800}
.dashboard-chart-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(290px,.7fr);gap:13px;min-width:0}
.dashboard-chart-card,.dashboard-index-card,.dashboard-offering,.dashboard-theme-panel{min-width:0;border:1px solid #e1e3e5;border-radius:7px;background:#fff}
.dashboard-chart-card{padding:17px 18px}
.dashboard-chart-card>header,.dashboard-offering>header,.dashboard-theme-panel>header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.dashboard-chart-card h3,.dashboard-offering h3,.dashboard-theme-panel h3{font-size:13px;line-height:18px}
.dashboard-chart-card header p,.dashboard-offering header p,.dashboard-theme-panel header p{margin-top:2px;color:#6b7176;font-size:10px;line-height:15px}
.dashboard-chart-frame{position:relative;height:270px;margin-top:14px;min-width:0}
.dashboard-chart-donut{height:176px}
.dashboard-chart-tall{height:520px}
.dashboard-score-list{display:grid;gap:6px;margin-top:11px;padding-top:10px;border-top:1px solid #eceeef}
.dashboard-score-list span{display:grid;grid-template-columns:8px minmax(0,1fr) auto;align-items:center;gap:7px;color:#50565b;font-size:10px}
.dashboard-score-list i{display:block;width:8px;height:8px;border-radius:2px}
.dashboard-score-list i.score-1{background:#b42318}.dashboard-score-list i.score-2{background:#df5b5d}.dashboard-score-list i.score-3{background:#d18a00}.dashboard-score-list i.score-4{background:#3274c5}.dashboard-score-list i.score-5{background:#1f8a4c}
.dashboard-score-list b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-score-list small{font-weight:900}
.dashboard-journey-layout{grid-template-columns:minmax(0,1.55fr) minmax(300px,.75fr)}
.dashboard-executive-sections{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:11px}
.dashboard-executive-section{display:grid;gap:10px;min-width:0;padding:15px;border:1px solid #e1e3e5;border-radius:7px;background:#fff}
.dashboard-executive-section>div:first-child{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;color:#303438;font-size:11px;line-height:15px}
.dashboard-executive-section>div:first-child span{min-height:30px}
.dashboard-executive-section>div:first-child b{color:#111;font-size:16px;line-height:20px;white-space:nowrap}
.dashboard-executive-section .dashboard-progress{height:8px}
.dashboard-executive-section small{color:#777d82;font-size:9px}
.dashboard-executive-section:nth-child(1) .dashboard-progress i{background:#d71920}
.dashboard-executive-section:nth-child(2) .dashboard-progress i{background:#3274c5}
.dashboard-executive-section:nth-child(3) .dashboard-progress i{background:#1f8a4c}
.dashboard-executive-section:nth-child(4) .dashboard-progress i{background:#d18a00}
.dashboard-executive-section:nth-child(5) .dashboard-progress i{background:#3274c5}
.dashboard-index-list{display:grid;gap:16px;margin-top:18px}
.dashboard-index-row{display:grid;gap:6px}
.dashboard-index-row>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#303438;font-size:11px}
.dashboard-index-row>div:first-child b{color:#111;font-size:13px}
.dashboard-progress{height:7px;overflow:hidden;border-radius:4px;background:#eceeef}
.dashboard-progress i{display:block;height:100%;border-radius:inherit;background:#3274c5}
.dashboard-index-row:nth-child(1) .dashboard-progress i{background:#d71920}
.dashboard-index-row:nth-child(3) .dashboard-progress i{background:#1f8a4c}
.dashboard-index-row:nth-child(4) .dashboard-progress i{background:#d18a00}
.dashboard-index-row small{color:#7a8085;font-size:9px}
.dashboard-commercial-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px}
.dashboard-commercial-grid .dashboard-kpi{min-height:105px}
.dashboard-commercial-notes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:hidden;border:1px solid #e1e3e5;border-radius:7px;background:#fafafa}
.dashboard-commercial-notes>span{display:grid;grid-template-columns:22px minmax(0,1fr);gap:3px 8px;align-items:center;min-width:0;padding:13px 15px;color:#34383c;font-size:11px;line-height:16px}
.dashboard-commercial-notes>span+span{border-left:1px solid #e1e3e5}
.dashboard-commercial-notes svg{grid-row:1/3;width:18px;height:18px;color:#d71920}
.dashboard-commercial-notes b{color:#646a70;font-size:9px;line-height:12px;text-transform:uppercase}
.dashboard-data-alert{display:flex;align-items:flex-start;gap:11px;padding:12px 14px;border:1px solid #ead69d;border-radius:6px;background:#fff9e9;color:#4d4022}
.dashboard-data-alert>svg{flex:0 0 18px;width:18px;height:18px;color:#a66b00}
.dashboard-data-alert b,.dashboard-data-alert span{display:block}.dashboard-data-alert b{font-size:11px}.dashboard-data-alert span{margin-top:2px;font-size:10px;line-height:15px}
.dashboard-offering-grid,.dashboard-theme-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}
.dashboard-offering{padding:18px}
.dashboard-offering>header{justify-content:flex-start}
.dashboard-offering>header>span,.dashboard-theme-panel>header>svg{display:grid;flex:0 0 34px;width:34px;height:34px;padding:8px;border-radius:6px;background:#fff0f0;color:#c41920}
.dashboard-offering>strong{display:block;margin-top:18px;color:#111;font-size:25px;line-height:29px}
.dashboard-offering>small{display:block;margin-top:3px;color:#62686e;font-size:10px}
.dashboard-offering-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:15px;border-top:1px solid #e8eaec}
.dashboard-offering-stats span{padding:11px 7px 0;color:#6b7176;font-size:9px;line-height:13px}
.dashboard-offering-stats span:first-child{padding-left:0}.dashboard-offering-stats span+span{border-left:1px solid #eceeef}
.dashboard-offering-stats b{display:block;color:#1c1f22;font-size:13px}
.dashboard-sample-warning{margin-top:13px;padding:8px 10px;border-radius:4px;background:#fff6df;color:#755000;font-size:10px;line-height:15px}
.dashboard-theme-panel{padding:18px}
.dashboard-theme-panel>header{justify-content:flex-start;padding-bottom:13px;border-bottom:1px solid #eceeef}
.dashboard-theme-panel:first-child>header>svg{background:#eaf6ef;color:#18723e}
.dashboard-theme-list{display:grid}
.dashboard-theme-list>div{display:grid;grid-template-columns:minmax(0,1fr) 30px 110px;align-items:center;gap:9px;padding:11px 0;border-bottom:1px solid #eef0f1;font-size:11px}
.dashboard-theme-list>div:last-child{border-bottom:0}
.dashboard-theme-list span{display:flex;align-items:center;gap:8px;min-width:0}
.dashboard-theme-list b{justify-self:center;color:#111;font-size:13px}.dashboard-theme-list small{color:#747a7f;text-align:right}
.dashboard-theme-dot{display:block;width:8px;height:8px;flex:0 0 8px;border-radius:50%;background:#8a9095}.dashboard-theme-dot.positive{background:#1f8a4c}.dashboard-theme-dot.critical{background:#d71920}
.dashboard-no-data{padding:24px 12px;color:#777d82;font-size:11px;text-align:center}
.dashboard-ranking{border-radius:7px}
.dashboard-ranking table{min-width:1120px;table-layout:auto}
.dashboard-ranking th,.dashboard-ranking td{padding:11px 12px}
.dashboard-ranking tbody tr{cursor:default}
.dashboard-rank{display:grid;width:24px;height:24px;place-items:center;border-radius:50%;background:#f0f1f2;color:#4d5358;font-size:10px}
.dashboard-note{display:inline-grid;min-width:42px;height:25px;place-items:center;border-radius:4px;background:#f0f1f2;color:#4f555a;font-size:10px;font-weight:900}
.dashboard-note-5{background:#e7f5ec;color:#176e3b}.dashboard-note-4{background:#eaf2fc;color:#245f9e}.dashboard-note-3{background:#fff3d7;color:#895a00}.dashboard-note-2,.dashboard-note-1{background:#fff0f0;color:#b31318}
.dashboard-result{display:inline-flex;min-height:23px;align-items:center;padding:0 8px;border-radius:12px;background:#f0f1f2;color:#555b60;font-size:9px;font-weight:800}
.dashboard-result-positive{background:#e8f5ed;color:#176e3b}.dashboard-result-warning{background:#fff3d7;color:#895a00}.dashboard-result-critical{background:#fff0f0;color:#b31318}
.dashboard-empty{border:1px dashed #d5d8da;border-radius:8px}
.dashboard-page button:focus-visible,.dashboard-page select:focus-visible{outline:3px solid rgba(215,25,32,.2);outline-offset:2px}

@media (max-width:1240px){
  .dashboard-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width:980px){
  .dashboard-executive{grid-template-columns:1fr}
  .dashboard-priorities{border-top:1px solid #393b3e;border-left:5px solid var(--toyota-red);padding-top:20px}
  .dashboard-chart-grid,.dashboard-journey-layout{grid-template-columns:1fr}
  .dashboard-executive-sections{grid-template-columns:repeat(2,minmax(0,1fr))}
  .dashboard-chart-donut{height:220px}
  .dashboard-index-card{padding-bottom:20px}
  .dashboard-commercial-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:760px){
  .research-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin-right:0;padding-right:0;overflow:visible}
  .research-tabs button{width:100%;height:42px;padding:0 4px;font-size:11px;white-space:nowrap}
  .research-label-full{display:none}.research-label-short{display:inline}
  .dashboard-page{gap:21px}
  .dashboard-filters{gap:14px;padding:13px 12px}
  .dashboard-filter-groups .group-chips{margin-right:-12px;padding-right:12px}
  .dashboard-filter-selects{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:8px}
  .dashboard-clear{grid-column:1/-1;width:100%;height:38px}
  .dashboard-meta{display:grid;gap:5px;margin-top:-10px;padding:0}
  .dashboard-executive-copy,.dashboard-priorities{padding:20px 17px}
  .dashboard-executive h2{font-size:20px;line-height:25px}
  .dashboard-executive p{font-size:12px;line-height:19px}
  .dashboard-priorities ol{font-size:11px;line-height:17px}
  .dashboard-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .dashboard-kpi{grid-template-columns:32px minmax(0,1fr);gap:8px;min-height:103px;padding:12px 10px}
  .dashboard-kpi-icon{width:32px;height:32px}.dashboard-kpi-icon svg{width:16px;height:16px}
  .dashboard-kpi>div>span{font-size:8px;line-height:11px}.dashboard-kpi strong{font-size:18px;line-height:21px}.dashboard-kpi small{font-size:9px;line-height:13px}
  .dashboard-section+.dashboard-section{padding-top:20px}
  .dashboard-section-head{align-items:flex-start}
  .dashboard-section-head h2{font-size:18px;line-height:23px}
  .dashboard-section-head p{font-size:11px;line-height:16px}
  .dashboard-section-head>small{margin-top:17px}
  .dashboard-chart-card,.dashboard-offering,.dashboard-theme-panel{padding:14px 12px}
  .dashboard-chart-frame{height:240px}.dashboard-chart-donut{height:190px}.dashboard-chart-tall{height:570px}
  .dashboard-executive-sections{gap:8px}
  .dashboard-executive-section{padding:12px 10px}
  .dashboard-commercial-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .dashboard-commercial-notes{grid-template-columns:1fr}
  .dashboard-commercial-notes>span+span{border-top:1px solid #e1e3e5;border-left:0}
  .dashboard-offering-grid,.dashboard-theme-grid{grid-template-columns:1fr}
  .dashboard-theme-list>div{grid-template-columns:minmax(0,1fr) 26px 86px}.dashboard-theme-list small{font-size:9px}
  .dashboard-ranking{margin-right:-12px;border-radius:7px 0 0 7px}
}
@media (max-width:420px){
  .dashboard-filter-selects{grid-template-columns:1fr}
  .dashboard-clear{grid-column:auto}
  .dashboard-section-head>small{display:none}
  .dashboard-kpi{grid-template-columns:1fr;min-height:114px}.dashboard-kpi-icon{width:30px;height:30px}
  .dashboard-kpi strong{font-size:19px}
  .dashboard-offering-stats span{padding-right:3px;padding-left:5px;font-size:8px}
  .dashboard-theme-list>div{grid-template-columns:minmax(0,1fr) 24px}.dashboard-theme-list small{display:none}
}
@media (prefers-reduced-motion:reduce){
  .dashboard-page *{scroll-behavior:auto!important;transition:none!important;animation-duration:.01ms!important}
}
