:root{
  --bg:#f8fafc;
  --card:#ffffff;
  --card-soft:#f1f5f9;
  --line:rgba(15,23,42,.09);
  --text:#0f172a;
  --muted:#64748b;
  --muted-2:#94a3b8;
  --emerald:#059669;
  --emerald-light:#10b981;
  --slate:#0f172a;
  --red:#ef4444;
  --yellow:#f59e0b;
  --shadow:0 18px 45px rgba(15,23,42,.08);
  --radius:22px;
  --max:1180px;
}

*{box-sizing:border-box}

html,
body{
  width:100%;
  max-width:100%;
  overflow-x:hidden;
}

html{
  scroll-behavior:smooth;
  scroll-padding-top:112px;
}

body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--text);
  background:var(--bg);
  -webkit-text-size-adjust:100%;
}

a{text-decoration:none;color:inherit}
button,input,select,textarea{font:inherit;max-width:100%}
img{display:block;max-width:100%}

.container{
  width:min(var(--max),calc(100% - 32px));
  max-width:var(--max);
  margin:0 auto;
  min-width:0;
}

/* HEADER */
.site-header{
  position:sticky;
  top:0;
  z-index:50;
  background:#fff;
  border-bottom:1px solid #e5e7eb;
  box-shadow:0 1px 0 rgba(15,23,42,.02);
}

.header-wrap{
  min-height:84px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
}

.brand-area{
  display:flex;
  align-items:center;
  gap:18px;
  min-width:250px;
}

.brand{
  display:flex;
  flex-direction:column;
  line-height:1;
}

.brand-title{
  font-size:2rem;
  font-weight:900;
  letter-spacing:-.08em;
  color:#0f172a;
}

.dot{color:var(--emerald)}

.brand-sub{
  margin-top:7px;
  font-size:.68rem;
  font-weight:900;
  color:#475569;
  letter-spacing:.22em;
}

.divider{
  width:1px;
  height:36px;
  background:#cbd5e1;
}

.powered{
  display:flex;
  flex-direction:column;
  line-height:1.25;
}

.powered span{
  color:#94a3b8;
  font-size:.82rem;
}

.powered strong{
  color:#1e293b;
  font-size:.95rem;
}

.desktop-nav{
  display:flex;
  align-items:center;
  gap:22px;
  color:#1e293b;
  font-weight:500;
}

.desktop-nav a{
  transition:.18s ease;
  white-space:nowrap;
}

.desktop-nav a:hover{color:var(--emerald)}

.header-actions{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
}

.plate-search{
  display:flex;
  align-items:center;
  gap:8px;
  width:156px;
  min-width:0;
  height:48px;
  padding:0 12px 0 16px;
  background:#f1f5f9;
  border:1px solid #cbd5e1;
  border-radius:999px;
  transition:.18s ease;
}

.plate-search:focus-within{
  border-color:var(--emerald-light);
  box-shadow:0 0 0 3px rgba(16,185,129,.16);
}

.plate-search input{
  flex:1;
  min-width:0;
  border:0;
  outline:0;
  background:transparent;
  color:#0f172a;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.plate-search input::placeholder{
  color:#94a3b8;
  letter-spacing:0;
}

.plate-search button{
  border:0;
  background:transparent;
  color:#94a3b8;
  cursor:pointer;
  font-size:1rem;
  display:grid;
  place-items:center;
  flex:0 0 auto;
}

.plate-search button:hover{color:var(--emerald)}

.btn-client{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  height:48px;
  padding:0 20px;
  border-radius:8px;
  background:var(--emerald);
  color:#fff;
  font-weight:900;
  box-shadow:0 10px 18px rgba(5,150,105,.18);
  white-space:nowrap;
  transition:.18s ease;
}

.btn-client:hover{
  background:#047857;
  transform:translateY(-1px);
}

.mobile-menu-btn{
  display:none;
  border:0;
  background:#f1f5f9;
  color:#334155;
  border-radius:12px;
  width:46px;
  height:46px;
  cursor:pointer;
}

.mobile-plate,
.mobile-nav{display:none}

/* HERO */
.hero-strip{
  background:
    linear-gradient(135deg,rgba(15,23,42,.94),rgba(15,23,42,.82)),
    url("https://images.unsplash.com/photo-1601584115197-04ecc0da31d7?q=80&w=1600&auto=format&fit=crop") center/cover;
  color:#fff;
  padding:20px 0;
}

.hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 250px;
  gap:18px;
  align-items:center;
}

.eyebrow,
.section-tag{
  display:inline-flex;
  align-items:center;
  width:fit-content;
  color:var(--emerald);
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:.72rem;
}

.hero-strip .eyebrow{color:#86efac}

.hero-strip h1{
  margin:8px 0 0;
  font-size:clamp(1.35rem,2.4vw,2.35rem);
  line-height:1.05;
  letter-spacing:-.055em;
  max-width:760px;
}

.hero-strip p{
  margin:10px 0 0;
  color:#cbd5e1;
  font-size:.92rem;
  line-height:1.5;
  max-width:760px;
}

.hero-card{
  background:rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.16);
  border-radius:18px;
  padding:14px;
  backdrop-filter:blur(16px);
  min-width:0;
}

.hero-card span,
.hero-card small{
  color:#cbd5e1;
  font-size:.8rem;
}

.hero-card strong{
  display:block;
  font-size:1.45rem;
  margin:5px 0;
  letter-spacing:-.05em;
}

/* PAGE */
.section{padding:42px 0}
.first-section{padding-top:34px}

.page-title{
  margin-bottom:16px;
}

.page-title h2{
  margin:7px 0 0;
  font-size:clamp(1.7rem,2.8vw,2.45rem);
  letter-spacing:-.055em;
  line-height:1.05;
}

.page-title p{
  margin:8px 0 0;
  color:var(--muted);
  line-height:1.55;
  max-width:850px;
}

/* DASHBOARD */
.dashboard-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 330px;
  gap:18px;
  align-items:start;
}

.dashboard-main{
  display:grid;
  gap:18px;
  min-width:0;
}

.panel{
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  overflow:hidden;
  min-width:0;
}

.panel-title{
  padding:16px 18px 12px;
  min-width:0;
}

.panel-title h3,
.panel-title strong{
  margin:6px 0 0;
  font-size:1.35rem;
  letter-spacing:-.04em;
  line-height:1.1;
  display:block;
}

.panel-title p,
.panel-title span:not(.section-tag):not(.mini-label):not(.live-pill){
  display:block;
  margin:7px 0 0;
  color:var(--muted);
  line-height:1.45;
  font-size:.9rem;
}

.compact-title{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:14px;
}

.mini-label{
  display:block;
  color:var(--emerald);
  font-size:.76rem;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.live-pill{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:8px 10px;
  border-radius:999px;
  background:#ecfdf5;
  color:#047857;
  font-size:.76rem;
  font-weight:900;
  white-space:nowrap;
}

.live-pill i{
  font-size:.48rem;
}

/* CONTINUOUS MARQUEE */
.marquee-viewport{
  width:100%;
  overflow:hidden;
  padding:0 0 18px;
  mask-image:linear-gradient(to right, transparent 0, black 22px, black calc(100% - 22px), transparent 100%);
  -webkit-mask-image:linear-gradient(to right, transparent 0, black 22px, black calc(100% - 22px), transparent 100%);
}

.evidence-track{
  display:flex;
  align-items:stretch;
  gap:16px;
  width:max-content;
  animation:evidenceMarquee 215s linear infinite;
  will-change:transform;
  padding:0 18px;
}

@keyframes evidenceMarquee{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}

.evidence-card{
  width:360px;
  flex:0 0 360px;
  overflow:hidden;
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  box-shadow:0 12px 30px rgba(15,23,42,.07);
}

.evidence-thumb{
  height:210px;
  position:relative;
  overflow:hidden;
  background:#e2e8f0;
}

.evidence-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.badge-type{
  position:absolute;
  left:14px;
  top:14px;
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:8px 11px;
  border-radius:999px;
  background:rgba(15,23,42,.82);
  color:#fff;
  font-weight:900;
  font-size:.78rem;
  backdrop-filter:blur(10px);
  max-width:calc(100% - 28px);
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.badge-type::before{
  content:"";
  width:7px;
  height:7px;
  border-radius:99px;
  background:var(--emerald-light);
  flex:0 0 auto;
}

.plate-chip{
  position:absolute;
  right:14px;
  bottom:14px;
  padding:8px 12px;
  border-radius:10px;
  background:rgba(255,255,255,.94);
  color:#0f172a;
  font-weight:900;
  letter-spacing:.08em;
  box-shadow:0 12px 24px rgba(15,23,42,.18);
}

.evidence-body{
  padding:15px;
}

.evidence-title{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:10px;
  margin-bottom:10px;
}

.evidence-title h3{
  margin:0;
  font-size:1rem;
  letter-spacing:-.02em;
  line-height:1.25;
}

.risk-pill{
  padding:6px 9px;
  border-radius:999px;
  font-size:.72rem;
  font-weight:900;
  white-space:nowrap;
}

.risk-pill.baixo{background:#dcfce7;color:#166534}
.risk-pill.medio{background:#fef3c7;color:#92400e}
.risk-pill.alto{background:#fee2e2;color:#991b1b}

.verify-badge{
  display:inline-flex;
  align-items:center;
  gap:6px;
  width:fit-content;
  padding:7px 10px;
  border-radius:999px;
  font-size:.75rem;
  font-weight:900;
  white-space:nowrap;
}

.verify-badge.verified{
  background:#dcfce7;
  color:#166534;
  border:1px solid #bbf7d0;
}

.verify-badge.unverified{
  background:#f1f5f9;
  color:#475569;
  border:1px solid #cbd5e1;
}

.meta{
  display:grid;
  gap:7px;
  color:var(--muted);
  font-size:.86rem;
  line-height:1.4;
}

.meta .company-meta{
  color:#172033;
  font-size:.96rem;
  font-weight:900;
  line-height:1.32;
}

.comment{
  margin:12px 0 0;
  color:#475569;
  line-height:1.5;
  font-size:.88rem;
}

.public-grid{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);
  gap:18px;
  align-items:start;
  margin-top:18px;
}

.latest-list{
  display:grid;
  gap:10px;
  padding:14px 18px 18px;
}

.latest-item{
  display:grid;
  grid-template-columns:42px minmax(0,1fr);
  gap:12px;
  align-items:start;
  padding:12px;
  border:1px solid var(--line);
  border-radius:14px;
  background:#fff;
}

.latest-icon{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:12px;
  border:1px solid #cbd5e1;
  background:#f8fafc;
  color:#475569;
}

.latest-icon.alto{
  background:#fff1f2;
  color:#be123c;
  border-color:#fecdd3;
}

.latest-icon.medio{
  background:#fffbeb;
  color:#b45309;
  border-color:#fde68a;
}

.latest-icon.baixo{
  background:#ecfdf5;
  color:#047857;
  border-color:#bbf7d0;
}

.latest-content{
  min-width:0;
}

.latest-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}

.latest-head strong{
  font-size:1rem;
  letter-spacing:.02em;
}

.latest-head span{
  color:var(--muted);
  font-size:.78rem;
  white-space:nowrap;
}

.latest-type{
  margin-top:4px;
  font-weight:900;
  color:#172033;
}

.latest-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px 12px;
  margin-top:7px;
  color:var(--muted);
  font-size:.8rem;
}

.company-highlight-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  padding-bottom:4px;
}

/* RANKING */
.tabs{
  display:flex;
  gap:10px;
  padding:10px 18px;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  background:#f8fafc;
}

.tab{
  flex:1;
  min-height:42px;
  border:1px solid transparent;
  background:#fff;
  color:#64748b;
  border-radius:12px;
  cursor:pointer;
  font-weight:900;
  transition:.18s ease;
}

.tab.active{
  background:var(--emerald);
  color:#fff;
  border-color:var(--emerald);
  box-shadow:0 10px 18px rgba(5,150,105,.16);
}

.rank-list{
  display:grid;
  gap:9px;
  padding:14px 18px 18px;
}

.rank-item{
  display:grid;
  grid-template-columns:38px minmax(0,1fr) auto;
  gap:12px;
  align-items:center;
  padding:11px;
  border:1px solid var(--line);
  border-radius:14px;
  background:#fff;
}

.rank-num{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:11px;
  background:#f1f5f9;
  color:#64748b;
  font-weight:900;
}

.rank-company-name{
  font-weight:900;
  letter-spacing:-.02em;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.rank-sub{
  color:var(--muted);
  font-size:.82rem;
  margin-top:4px;
}

.rank-score{
  text-align:right;
  font-weight:900;
  white-space:nowrap;
}

.rank-score small{
  display:block;
  color:var(--muted);
  font-weight:600;
  margin-top:4px;
}

/* HIGHLIGHTS */
.highlights-panel{
  padding-bottom:16px;
}

.highlight-group{
  padding:0 18px;
}

.highlight-group + .highlight-group{
  margin-top:18px;
  padding-top:18px;
  border-top:1px solid var(--line);
}

.side-title{
  display:flex;
  align-items:center;
  gap:9px;
  margin-bottom:10px;
}

.side-title.good i{color:var(--emerald)}
.side-title.bad i{color:var(--red)}

.side-company-list{
  display:grid;
  gap:9px;
}

.side-company{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:10px;
  align-items:center;
  border:1px solid var(--line);
  background:#f8fafc;
  border-radius:14px;
  padding:11px;
}

.side-company strong{
  display:block;
  font-size:.9rem;
  letter-spacing:-.02em;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.side-company span{
  display:block;
  color:var(--muted);
  font-size:.76rem;
  margin-top:3px;
}

.side-company-score{
  text-align:right;
  font-weight:900;
  color:#0f172a;
  white-space:nowrap;
}

.side-company-score small{
  display:block;
  color:var(--muted);
  font-weight:700;
  margin-top:3px;
}

/* METRICS */
.metrics-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  margin-top:18px;
}

.metric-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  box-shadow:var(--shadow);
  padding:18px;
  min-width:0;
}

.metric-card span{
  display:block;
  color:var(--muted);
  font-size:.86rem;
}

.metric-card strong{
  display:block;
  font-size:1.78rem;
  letter-spacing:-.05em;
  margin-top:5px;
}

/* PUBLIC HEAT MAP */
.public-heat-panel{
  margin-top:18px;
}

.heat-title{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
}

.heat-action{
  min-height:40px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 14px;
  border-radius:8px;
  background:#0f172a;
  color:#fff;
  font-weight:900;
  font-size:.84rem;
  white-space:nowrap;
}

.heat-action:hover{
  background:#111827;
}

.public-heat-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 330px;
  gap:16px;
  padding:0 18px 18px;
  align-items:stretch;
}

.public-map{
  position:relative;
  min-height:430px;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:16px;
  background:#e0f2fe;
}

.leaflet-map{
  position:absolute;
  inset:0;
  z-index:1;
}

.map-legend{
  position:absolute;
  left:14px;
  right:14px;
  bottom:12px;
  z-index:500;
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  background:rgba(255,255,255,.92);
  border:1px solid var(--line);
  border-radius:10px;
  padding:10px;
  color:var(--muted);
  font-size:.78rem;
  backdrop-filter:blur(8px);
}

.public-heat-list{
  display:grid;
  gap:10px;
  align-content:start;
  max-height:430px;
  overflow:auto;
  padding-right:4px;
}

.heat-city{
  display:grid;
  gap:6px;
  border:1px solid var(--line);
  border-radius:14px;
  background:#fff;
  padding:13px;
}

.heat-city strong{
  font-size:.94rem;
  letter-spacing:-.02em;
}

.heat-city span{
  color:var(--muted);
  font-size:.82rem;
}

.heat-bar{
  height:8px;
  overflow:hidden;
  border-radius:999px;
  background:#e2e8f0;
}

.heat-bar i{
  display:block;
  height:100%;
  border-radius:999px;
  background:linear-gradient(90deg,#059669,#f59e0b,#ef4444);
}

/* TRUST SECTION */
.trust-section{
  padding-top:26px;
  background:linear-gradient(180deg,#f8fafc 0%,#eefdf7 100%);
}

.trust-panel{
  border-radius:28px;
  background:
    radial-gradient(circle at top right, rgba(16,185,129,.16), transparent 34%),
    linear-gradient(135deg,#ffffff 0%,#f8fafc 100%);
  border:1px solid rgba(15,23,42,.08);
  box-shadow:var(--shadow);
  padding:26px;
}

.trust-head{
  display:grid;
  gap:8px;
  max-width:860px;
  margin-bottom:20px;
}

.trust-head h2{
  margin:0;
  font-size:clamp(1.7rem,3vw,2.55rem);
  line-height:1.05;
  letter-spacing:-.055em;
}

.trust-head p{
  margin:0;
  color:var(--muted);
  line-height:1.6;
}

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

.trust-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:20px;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:12px;
  box-shadow:0 14px 32px rgba(15,23,42,.06);
}

.trust-icon{
  width:46px;
  height:46px;
  border-radius:16px;
  display:grid;
  place-items:center;
  background:#ecfdf5;
  color:#047857;
  font-size:1.1rem;
}

.trust-card h3{
  margin:0;
  font-size:1.1rem;
  letter-spacing:-.03em;
}

.trust-card p{
  margin:0;
  color:var(--muted);
  line-height:1.55;
  font-size:.92rem;
}

.trust-card a,
.trust-card button{
  margin-top:auto;
  min-height:42px;
  border:0;
  border-radius:12px;
  background:#0f172a;
  color:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 14px;
  font-weight:900;
  cursor:pointer;
  width:fit-content;
}

.trust-card a:hover,
.trust-card button:hover{
  background:#111827;
}

/* UTILITIES */
.loading,
.empty,
.status-box{
  padding:22px;
  background:#fff;
  border:1px dashed #cbd5e1;
  border-radius:18px;
  color:var(--muted);
  text-align:center;
}

.loading.small{
  padding:13px;
  font-size:.84rem;
}

.error-box{
  display:none;
  margin-bottom:16px;
  border-color:#fecaca;
  color:#991b1b;
  background:#fef2f2;
}

.error-box.show{display:block}

.governance{
  padding-top:0;
}

.governance-card{
  background:#ecfdf5;
  border:1px solid rgba(5,150,105,.18);
  color:#065f46;
  border-radius:var(--radius);
  padding:22px;
  line-height:1.65;
}

.governance-card p{
  margin:8px 0 0;
}

.site-footer{
  background:#0f172a;
  color:#cbd5e1;
  padding:26px 0;
}

.footer-wrap{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  font-size:.9rem;
}

.footer-wrap a{
  color:#86efac;
  font-weight:800;
}

.toast{
  position:fixed;
  left:50%;
  bottom:18px;
  transform:translateX(-50%);
  background:#0f172a;
  color:#fff;
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 16px 40px rgba(15,23,42,.25);
  border-radius:14px;
  padding:12px 15px;
  max-width:min(520px,calc(100% - 28px));
  text-align:center;
  opacity:0;
  pointer-events:none;
  transition:.18s ease;
  z-index:100;
}

.toast.show{opacity:1}

/* RESPONSIVE */
@media (max-width:1120px){
  .desktop-nav{gap:15px}
  .powered,.divider{display:none}
  .brand-area{min-width:auto}
  .dashboard-grid{grid-template-columns:minmax(0,1fr)}
  .public-grid{grid-template-columns:minmax(0,1fr)}
  .trust-grid{grid-template-columns:1fr}
}

@media (max-width:920px){
  .desktop-nav,
  .header-actions .plate-search:not(.mobile),
  .btn-client{
    display:none;
  }

  .mobile-menu-btn{
    display:grid;
    place-items:center;
  }

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

  .mobile-plate{
    display:block;
    border-top:1px solid #f1f5f9;
    padding:10px 0;
    background:#fff;
  }

  .plate-search.mobile{
    width:100%;
    border-radius:14px;
    height:48px;
  }

  .plate-search.mobile input{
    width:100%;
  }

  .mobile-nav{
    display:none;
    background:#fff;
    border-top:1px solid #f1f5f9;
    padding:8px 16px 18px;
  }

  .mobile-nav.open{
    display:grid;
  }

  .mobile-nav a{
    padding:13px 10px;
    border-bottom:1px solid #f1f5f9;
    color:#334155;
    font-weight:700;
  }

  .mobile-client{
    margin-top:8px;
    text-align:center;
    border-radius:12px;
    background:var(--emerald);
    color:#fff !important;
    border-bottom:0 !important;
  }

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

  .hero-card{
    display: block;
    margin-top: 18px;
    text-align: left;
  }

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

  .public-heat-grid{
    grid-template-columns:minmax(0,1fr);
  }

  .public-heat-list{
    max-height:none;
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .company-highlight-grid{
    grid-template-columns:minmax(0,1fr);
  }

  .highlight-group + .highlight-group{
    padding-top:16px;
    border-top:1px solid var(--line);
  }

  .evidence-card{
    width:320px;
    flex-basis:320px;
  }

  .evidence-thumb{
    height:190px;
  }
}

@media (max-width:720px){
  html{scroll-padding-top:128px}

  .container{
    width:100%;
    max-width:100%;
    padding-left:14px;
    padding-right:14px;
  }

  .hero-strip{
    padding:16px 0;
  }

  .hero-strip h1{
    font-size:1.28rem;
    line-height:1.12;
  }

  .hero-strip p{
    font-size:.86rem;
  }

  .section{
    padding:28px 0;
  }

  .first-section{
    padding-top:24px;
  }

  .page-title{
    margin-bottom:12px;
  }

  .page-title h2{
    font-size:1.45rem;
    line-height:1.08;
  }

  .page-title p{
    font-size:.88rem;
  }

  .dashboard-grid,
  .dashboard-main,
  .public-grid{
    display:grid;
    grid-template-columns:minmax(0,1fr);
    gap:14px;
  }

  .panel,
  .metric-card,
  .trust-panel,
  .trust-card,
  .governance-card{
    border-radius:16px;
  }

  .panel-title{
    padding:13px;
  }

  .panel-title h3,
  .panel-title strong{
    font-size:1.08rem;
  }

  .panel-title p,
  .panel-title span:not(.section-tag):not(.mini-label):not(.live-pill){
    font-size:.82rem;
  }

  .compact-title{
    display:block;
  }

  .live-pill{
    margin-top:10px;
  }

  .marquee-viewport{
    mask-image:none;
    -webkit-mask-image:none;
  }

  .evidence-track{
    gap:12px;
    padding:0 12px 14px;
    animation-duration:170s;
  }

  .evidence-card{
    width:280px;
    flex-basis:280px;
    border-radius:16px;
  }

  .evidence-thumb{
    height:175px;
  }

  .evidence-body{
    padding:13px;
  }

  .evidence-title{
    flex-direction:column;
    gap:8px;
  }

  .badge-type{
    font-size:.7rem;
    max-width:calc(100% - 28px);
  }

  .plate-chip{
    font-size:.88rem;
  }

  .tabs{
    gap:8px;
    padding:10px 12px;
  }

  .tab{
    min-height:40px;
    font-size:.82rem;
  }

  .rank-list{
    padding:12px;
  }

  .rank-item{
    grid-template-columns:34px minmax(0,1fr);
    gap:10px;
    align-items:start;
  }

  .rank-num{
    width:32px;
    height:32px;
    border-radius:10px;
    font-size:.82rem;
  }

  .rank-score{
    grid-column:2;
    text-align:left;
  }

  .latest-list{
    padding:12px;
  }

  .latest-item{
    grid-template-columns:36px minmax(0,1fr);
    gap:10px;
    padding:11px;
  }

  .latest-icon{
    width:36px;
    height:36px;
    border-radius:10px;
  }

  .latest-head{
    align-items:flex-start;
    flex-direction:column;
    gap:3px;
  }

  .latest-head span{
    white-space:normal;
  }

  .latest-meta{
    display:grid;
    gap:5px;
  }

  .highlights-panel{
    padding-bottom:14px;
  }

  .highlight-group{
    padding:0 13px;
  }

  .side-company{
    grid-template-columns:minmax(0,1fr);
  }

  .side-company-score{
    text-align:left;
  }

  .metrics-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
    margin-top:14px;
  }

  .heat-title{
    display:block;
  }

  .heat-action{
    margin-top:12px;
    width:100%;
  }

  .public-heat-grid{
    padding:0 12px 12px;
  }

  .public-map{
    min-height:360px;
    border-radius:14px;
  }

  .public-heat-list{
    grid-template-columns:minmax(0,1fr);
  }

  .metric-card{
    padding:13px;
  }

  .metric-card span{
    font-size:.74rem;
  }

  .metric-card strong{
    font-size:1.28rem;
  }

  .trust-panel{
    padding:18px;
  }

  .trust-head h2{
    font-size:1.45rem;
  }

  .trust-card{
    padding:16px;
  }

  .footer-wrap{
    flex-direction:column;
    align-items:flex-start;
  }
}

@media (max-width:380px){
  .container{
    padding-left:10px;
    padding-right:10px;
  }

  .brand-title{
    font-size:1.45rem;
  }

  .brand-sub{
    font-size:.52rem;
  }

  .mobile-menu-btn{
    width:40px;
    height:40px;
  }

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

  .evidence-card{
    width:252px;
    flex-basis:252px;
  }

  .evidence-thumb{
    height:160px;
  }
}
