:root {
  --v2-cobalt: #0755e9;
  --v2-ink: #152a36;
}
.v2-welcome {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 32px 36px;
  margin: 20px 0 24px;
  border: 1px solid #d9e7ef;
  border-radius: 22px;
  background: linear-gradient(110deg, #fff 50%, #e7f6ff);
  box-shadow: 0 12px 40px #43bcff0b;
}
.v2-welcome h2 {
  font-size: 2rem;
  letter-spacing: -0.04em;
  margin: 8px 0 12px;
}
.v2-welcome p {
  line-height: 1.6;
  color: #506773;
}
.v2-welcome .eyebrow {
  color: #007cac;
}
.v2-kpis .stat {
  text-align: left;
  cursor: pointer;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
  border: 1px solid #dfe9f0;
}
.v2-kpis .stat:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px #008dcb20;
}
.v2-kpis .stat strong {
  color: #007eae;
}
.v2-kpis .stat:first-child {
  background: #172d37;
}
.v2-kpis .stat:first-child strong {
  color: white;
}
.v2-kpis .stat:first-child .label,
.v2-kpis .stat:first-child .muted,
.v2-summary-stats .stat:first-child .label,
.v2-summary-stats .stat:first-child .muted {
  color: #d0e8f4;
}
.v2-summary-stats .stat {
  cursor: pointer;
}
.v2-split {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(290px, 1fr);
  gap: 22px;
  margin: 24px 0;
}
.v2-next h2 {
  font-size: 3rem;
  color: #087dae;
  margin: 18px 0;
}
.v2-next p {
  line-height: 1.6;
}
.v2-next .muted {
  font-size: 0.85rem;
  margin-top: 20px;
}
.v2-integration {
  display: flex;
  justify-content: space-between;
  padding: 18px 0;
  border-bottom: 1px solid #e7eef2;
  font-size: 0.88rem;
}
.v2-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin: 20px 0;
}
.v2-actions .ui-icon {
  width: 22px;
  height: 22px;
}
.v2-actions .accent {
  display: flex;
  gap: 8px;
  align-items: center;
}
.v2-filter {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  align-items: end;
  margin-bottom: 22px;
  padding: 24px;
}
.v2-filter .full {
  grid-column: 1/-1;
}
.v2-filter .actions {
  grid-column: 1/-1;
}
.v2-filter label {
  margin: 0;
}
.v2-filter details summary {
  cursor: pointer;
  color: #126e94;
  padding: 12px 0;
}
.v2-filter .form-grid {
  padding-top: 14px;
}
.v2-blank {
  color: #67808e;
  padding: 25px;
  line-height: 1.7;
}
.v2-wide {
  width: min(1080px, 94vw);
  max-width: 1080px;
}
.v2-entity section {
  scroll-margin-top: 20px;
  margin-top: 28px;
  border-top: 1px solid #e5edf2;
  padding-top: 24px;
}
.v2-entity h3 {
  margin-bottom: 16px;
}
.v2-jumps {
  position: sticky;
  top: 0;
  background: #ffffffed;
  backdrop-filter: blur(8px);
  padding: 16px 0;
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  border-bottom: 1px solid #d8e7f0;
  z-index: 2;
}
.v2-jumps a {
  font-size: 0.9rem;
  font-weight: 650;
  color: #146d94;
}
.v2-entity .detail-list dd {
  overflow-wrap: anywhere;
  white-space: pre-wrap;
}
.v2-entity details {
  padding: 12px 0;
}
.v2-entity details p {
  overflow-wrap: anywhere;
  font-size: 0.9rem;
}
.v2-responses article {
  padding: 22px;
  margin: 15px 0;
  border: 1px solid #e0eaf1;
  border-radius: 16px;
}
.v2-responses p {
  white-space: pre-wrap;
}
.v2-entity .actions {
  gap: 10px;
}
.v2-doc-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 26px;
  border-top: 1px solid #e6eef3;
}
.v2-doc-row small {
  display: block;
  color: #617b8d;
  margin: 8px 0;
}
.v2-doc-row p {
  font-size: 0.85rem;
  color: #5f7380;
}
.v2-document-tools {
  margin-top: 24px;
}
.v2-doc-filters {
  display: flex;
  gap: 15px;
  padding: 20px;
}
.v2-doc-filters label {
  flex: 1;
}
.v2-research-mode {
  margin: 20px 0;
}
.v2-bars {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 0;
}
.v2-bars button {
  border: 0;
  background: transparent;
  border-radius: 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  padding: 0;
  text-align: left;
  box-shadow: none;
}
.v2-bars i {
  grid-column: 1/-1;
  width: var(--bar);
  display: block;
  height: 11px;
  border-radius: 8px;
  background: linear-gradient(90deg, #0a85bf, #38caff);
  transition: width 0.5s;
}
.v2-bars button:hover i {
  box-shadow: 0 0 18px #35bbff80;
}
.v2-ledger {
  margin-top: 22px;
}
.v2-analytics-tabs {
  margin-bottom: 22px;
  flex-wrap: wrap;
}
.v2-split .section-title {
  justify-content: space-between;
}
.v2-split .section-title strong {
  font-size: 2rem;
  color: #057eae;
}
@media (max-width: 1100px) {
  .v2-split {
    grid-template-columns: 1fr;
  }
  .v2-filter {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .v2-welcome {
    padding: 24px;
  }
  .v2-welcome h2 {
    font-size: 1.7rem;
  }
}
@media (max-width: 650px) {
  .v2-welcome {
    display: block;
  }
  .v2-filter {
    grid-template-columns: 1fr;
  }
  .v2-doc-row {
    flex-direction: column;
  }
  .v2-kpis {
    grid-template-columns: 1fr 1fr;
  }
  .v2-jumps {
    gap: 12px;
  }
  .v2-welcome form {
    margin-top: 20px;
  }
  .v2-doc-filters {
    flex-direction: column;
  }
  .v2-actions a {
    padding: 10px;
  }
  .v2-entity .actions {
    flex-wrap: wrap;
  }
}
@media (prefers-reduced-motion: reduce) {
  .v2-kpis .stat,
  .v2-bars i {
    transition: none;
  }
  .v2-kpis .stat:hover {
    transform: none;
  }
}
