
/* Vetra 0.3.1.3 - desktop field-use stabilization. Additive only. */
.hero-stat-grid.snapshot-12{
  grid-template-columns:repeat(3,minmax(0,1fr));
  align-content:stretch;
}
.hero-stat-grid.snapshot-12>button{
  display:grid!important;
  grid-template-rows:minmax(1.9rem,auto) auto;
  place-content:center;
  justify-items:center;
  align-items:center;
  text-align:center!important;
  min-width:0;
  min-height:82px;
  width:100%;
  overflow:hidden;
  padding:.75rem .6rem!important;
}
.hero-stat-grid.snapshot-12>button strong{
  display:block;
  width:100%;
  max-width:100%;
  margin:0 auto;
  text-align:center;
  font-size:clamp(.9rem,1.25vw,1.35rem)!important;
  line-height:1.06;
  overflow-wrap:anywhere;
  word-break:break-word;
  font-variant-numeric:tabular-nums;
}
.hero-stat-grid.snapshot-12>button span{
  display:block;
  width:100%;
  text-align:center;
  line-height:1.18;
}
.sidebar-quick-card{
  margin:.9rem 0 .35rem;
  padding:.8rem;
  border:1px solid rgba(84,198,255,.22);
  border-radius:14px;
  background:linear-gradient(145deg,rgba(84,198,255,.09),rgba(124,105,255,.05));
}
.sidebar-quick-card .eyebrow{margin:0 0 .55rem}
.sidebar-quick-grid{display:grid;grid-template-columns:1fr 1fr;gap:.45rem}
.sidebar-quick-grid button{min-width:0;width:100%;padding:.66rem .48rem;white-space:normal;text-align:center}
.sidebar-category-disclosure{display:block!important}
.sidebar-category-disclosure>summary{
  list-style:none;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:.65rem;
  cursor:pointer;
  font-size:.9rem;
  font-weight:850;
  color:var(--text);
  padding:.12rem 0 .35rem;
  user-select:none;
}
.sidebar-category-disclosure>summary::-webkit-details-marker{display:none}
.sidebar-disclosure-mark{transition:transform .18s ease;color:var(--brand)}
.sidebar-category-disclosure[open] .sidebar-disclosure-mark{transform:rotate(180deg)}
.sidebar-category-disclosure:not([open]) .category-list{display:none}
@media(min-width:901px){
  .sidebar{
    top:calc(var(--topbar) + 12px)!important;
    max-height:calc(100vh - var(--topbar) - 24px)!important;
    overflow-y:auto!important;
    overscroll-behavior:contain;
    scrollbar-width:thin;
  }
  .hero-panel{display:flex;flex-direction:column;justify-content:flex-start}
  .hero-stat-grid.snapshot-12{flex:1;min-height:0}
}
@media(min-width:1400px){
  .hero-stat-grid.snapshot-12{grid-template-columns:repeat(3,minmax(0,1fr))}
  .hero-stat-grid.snapshot-12>button{min-height:88px}
}
@media(max-width:900px){
  .hero-stat-grid.snapshot-12{grid-template-columns:repeat(2,minmax(0,1fr))}
  .sidebar-quick-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:650px){
  .hero-stat-grid.snapshot-12>button strong{font-size:clamp(.82rem,4vw,1.08rem)!important}
  .hero-stat-grid.snapshot-12>button{min-height:72px;padding:.62rem .45rem!important}
}
