@font-face {
  font-family: Outfit;
  font-weight: 300 700;
  src: url("/brand/outfit.woff2");
}
@font-face {
  font-family: Bricolage;
  font-weight: 400 800;
  src: url("/brand/bricolage.woff2");
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  color: #181b23;
  background: #f8f8f5;
  font:
    15px Outfit,
    Arial,
    sans-serif;
}
button,
input,
textarea,
select {
  font: inherit;
}
button,
a {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
a {
  color: #345bfa;
  text-decoration: none;
}
button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
h1,
h2,
h3,
.display {
  font-family: Bricolage, Arial, sans-serif;
  letter-spacing: -0.045em;
  margin: 0;
}
h1 {
  font-size: 42px;
  line-height: 1.08;
}
h2 {
  font-size: 25px;
}
h3 {
  font-size: 19px;
}
.muted {
  color: #747781;
}
.eyebrow {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #777b84;
  font-weight: 600;
}
.product-brand {
  display: flex;
  align-items: center;
  width: 100%;
  line-height: 0;
}
.product-brand > img {
  display: block;
  width: 100%;
  height: auto;
}
.product-tagline {
  font-size: 9px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #858995;
  margin: 12px 0 16px;
}
.brand-byline {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  font-size: 11px;
  color: #8b909b;
}
.brand-byline img {
  width: 14px;
  height: 14px;
  margin-right: 4px;
}
.brand-byline strong {
  font-weight: 600;
}
.sidebar .nav {
  margin-top: 30px;
}
.layout {
  display: grid;
  grid-template-columns: 232px 1fr;
  min-height: 100vh;
}
.sidebar {
  padding: 29px 20px;
  background: #fff;
  border-right: 1px solid #e4e5e4;
  display: flex;
  flex-direction: column;
  position: fixed;
  inset: 0 auto 0 0;
  width: 232px;
}
.nav {
  display: grid;
  gap: 7px;
}
.nav button {
  background: none;
  text-align: left;
  border: 0;
  border-radius: 9px;
  padding: 13px 14px;
  color: #777b84;
  display: flex;
  gap: 13px;
  align-items: center;
}
.nav button.active {
  background: #eff2ff;
  color: #345bfa;
  font-weight: 600;
}
.nav button:hover {
  background: #f4f5f8;
}
.nav svg {
  width: 19px;
  height: 19px;
}
.sidebar-bottom {
  margin-top: auto;
  padding: 20px 12px 0;
}
.avatar {
  background: #e1f57a;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  font-weight: 600;
}
.person {
  display: flex;
  gap: 11px;
  align-items: center;
}
.person small {
  display: block;
  color: #81848c;
  margin-top: 3px;
}
.logout {
  border: 0;
  background: none;
  color: #777b84;
  margin-top: 20px;
  padding: 0;
}
.main {
  grid-column: 2;
  min-width: 0;
}
.topbar {
  height: 78px;
  border-bottom: 1px solid #e4e5e4;
  padding: 0 43px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffffa8;
}
.crumb {
  color: #91949c;
  font-size: 13px;
}
.crumb strong {
  color: #30343c;
  font-weight: 500;
  margin-left: 10px;
}
.pill {
  border: 1px solid #dfe1e6;
  border-radius: 30px;
  padding: 7px 12px;
  font-size: 12px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.dot {
  width: 6px;
  height: 6px;
  background: #8a8f9c;
  border-radius: 100%;
}
.dot.live {
  background: #59a26c;
}
.content {
  max-width: 1520px;
  margin: auto;
  padding: 42px;
}
.page-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}
.page-heading p {
  margin: 12px 0 0;
  color: #777b84;
  line-height: 1.6;
}
.btn {
  border: 1px solid #dbdde4;
  border-radius: 8px;
  background: #fff;
  padding: 11px 17px;
  color: #343842;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.btn.primary {
  background: #345bfa;
  border-color: #345bfa;
  color: #fff;
}
.btn.danger {
  color: #b83d46;
  background: #fff6f6;
  border-color: #f0cdd0;
}
.btn.small {
  padding: 7px 11px;
  font-size: 12px;
}
.btn:hover {
  filter: brightness(0.97);
}
.hero {
  background: #182034;
  color: #fff;
  border-radius: 15px;
  padding: 31px 33px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px;
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}
.hero h2 {
  font-size: 30px;
  max-width: 580px;
  margin-top: 11px;
}
.hero p {
  color: #b7bcc9;
  line-height: 1.6;
  margin-bottom: 0;
  max-width: 650px;
}
.hero .eyebrow {
  color: #c4d796;
}
.hero-action {
  align-self: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  z-index: 1;
}
.hero-action .btn {
  background: #e1f57a;
  color: #182034;
  border: 0;
}
.hero .decor {
  position: absolute;
  right: 195px;
  top: -33px;
  color: #303f62;
  font-size: 190px;
  line-height: 1;
  transform: rotate(-20deg);
  pointer-events: none;
}
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 29px;
}
.stat {
  background: #fff;
  border: 1px solid #e2e4e6;
  border-radius: 12px;
  padding: 22px;
}
.stat .number {
  font-size: 37px;
  font-family: Bricolage, Arial;
  margin: 15px 0 8px;
  letter-spacing: -0.06em;
}
.stat .label {
  color: #757982;
  font-size: 12px;
}
.stat .hint {
  color: #90949c;
  font-size: 11px;
}
.grid-two {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 22px;
}
.panel {
  background: #fff;
  border: 1px solid #e2e4e6;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 22px;
}
.panel-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 23px 25px;
  border-bottom: 1px solid #eeeff0;
  gap: 12px;
}
.panel-body {
  padding: 24px;
}
.empty {
  padding: 48px 26px;
  text-align: center;
  line-height: 1.7;
  color: #81858e;
}
.empty .symbol {
  background: #f0f3ff;
  color: #345bfa;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-size: 22px;
  margin: 0 auto 15px;
}
.empty strong {
  display: block;
  color: #343842;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 5px;
}
.row {
  display: flex;
  gap: 14px;
  align-items: center;
}
.row.spread {
  justify-content: space-between;
}
.stack {
  display: grid;
  gap: 17px;
}
.profile-row {
  padding: 19px 23px;
  border-bottom: 1px solid #f0f1f2;
  display: flex;
  align-items: center;
  gap: 13px;
}
.profile-row:last-child {
  border: 0;
}
.profile-row .name {
  font-weight: 500;
  flex: 1;
}
.profile-row small {
  display: block;
  color: #858994;
  margin-top: 5px;
}
.badge {
  font-size: 11px;
  border-radius: 6px;
  padding: 5px 8px;
  background: #f0f1f4;
  color: #727784;
  white-space: nowrap;
}
.badge.blue {
  background: #edf1ff;
  color: #345bfa;
}
.badge.green {
  background: #edf7e8;
  color: #557b39;
}
.badge.red {
  background: #fff0ed;
  color: #b35143;
}
.badge.yellow {
  background: #fff7e2;
  color: #9b782b;
}
table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
th {
  text-align: left;
  color: #91959d;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 15px 22px;
  background: #fcfcfb;
  border-bottom: 1px solid #ebedef;
}
td {
  padding: 17px 22px;
  border-bottom: 1px solid #f0f1f3;
  vertical-align: top;
}
tr:last-child td {
  border: 0;
}
tr.clickable {
  cursor: pointer;
}
tr.clickable:hover td {
  background: #f8faff;
}
td small {
  display: block;
  margin-top: 5px;
  color: #9397a0;
}
.table-wrap {
  overflow-x: auto;
}
.filters {
  display: flex;
  gap: 11px;
  padding: 20px;
  flex-wrap: wrap;
}
.filters input {
  flex: 1;
  min-width: 180px;
}
.filters select {
  max-width: 200px;
}
input,
textarea,
select {
  border: 1px solid #dfe1e7;
  border-radius: 7px;
  padding: 11px 12px;
  color: #303540;
  background: #fff;
  width: 100%;
  min-width: 0;
}
input:focus,
textarea:focus,
select:focus {
  outline: 2px solid #a9b8ff;
  outline-offset: 1px;
}
input[type="checkbox"] {
  width: 17px;
  height: 17px;
  accent-color: #345bfa;
  flex-shrink: 0;
}
textarea {
  resize: vertical;
  line-height: 1.55;
  min-height: 105px;
}
.field {
  display: grid;
  gap: 8px;
}
#profile-form .field {
  align-content: start;
}
.field > span {
  font-size: 12px;
  font-weight: 500;
  color: #646975;
}
.field small,
.help {
  font-size: 12px;
  line-height: 1.6;
  color: #9296a0;
}
.field .field-error {
  color: #b42318;
  font-weight: 500;
}
[aria-invalid="true"] {
  border-color: #b42318;
  background: #fff8f7;
}
[aria-invalid="true"]:focus {
  outline-color: #b42318;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.form-grid .full {
  grid-column: 1/-1;
}
.check {
  display: flex;
  gap: 11px;
  align-items: center;
  padding: 13px 15px;
  border: 1px solid #e4e6eb;
  border-radius: 8px;
  cursor: pointer;
}
.check:has(input:checked) {
  border-color: #879cfb;
  background: #f6f8ff;
}
.checks {
  display: grid;
  gap: 10px;
}
.radios {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.radio {
  display: grid;
  text-align: center;
  gap: 7px;
  padding: 20px 12px;
  border: 1px solid #e0e3e9;
  border-radius: 9px;
  cursor: pointer;
}
.radio:has(input:checked) {
  background: #eff3ff;
  border-color: #345bfa;
  color: #345bfa;
}
.radio input {
  width: 14px;
  justify-self: center;
  accent-color: #345bfa;
}
.section-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #868b96;
  margin: 25px 0 12px;
}
.notice {
  padding: 15px 17px;
  border-radius: 8px;
  background: #f2f5ff;
  color: #52648f;
  font-size: 13px;
  line-height: 1.6;
}
.notice.warn {
  background: #fff7e7;
  color: #886c36;
}
.actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.ref {
  padding: 20px;
  border: 1px solid #e3e5eb;
  border-radius: 9px;
  margin-bottom: 14px;
}
.ref h3 {
  margin-bottom: 15px;
}
.login {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
}
.login-visual {
  padding: 55px 65px;
  background: #182034;
  color: white;
  display: flex;
  flex-direction: column;
}
.login-visual .product-brand {
  max-width: 370px;
  margin: -9px 0 38px;
}
.login-visual h1 {
  font-size: 74px;
  max-width: 600px;
  margin-top: auto;
  margin-bottom: 24px;
  line-height: 0.98;
}
.login-visual h1 span {
  color: #e1f57a;
}
.login-visual p {
  color: #bfc5d3;
  max-width: 360px;
  line-height: 1.7;
  font-size: 17px;
  margin-bottom: auto;
}
.login-foot {
  font-size: 12px;
  color: #8f99b0;
}
.login-form {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
}
.login-card {
  width: 100%;
  max-width: 380px;
}
.login-back {
  display: inline-block;
  margin-bottom: 40px;
  font-size: 13px;
}
.login-card h2 {
  font-size: 33px;
  margin: 15px 0 12px;
}
.login-card > p {
  color: #848891;
  line-height: 1.6;
  margin-bottom: 32px;
}
.login-card form {
  display: grid;
  gap: 19px;
}
.login-card .btn {
  margin-top: 8px;
}
.error {
  color: #b54146;
  font-size: 13px;
  line-height: 1.6;
}
.loading {
  padding: 100px;
  text-align: center;
  color: #838895;
}
#toast {
  position: fixed;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  padding: 14px 23px;
  background: #182034;
  color: white;
  box-shadow: 0 9px 35px #18203430;
  border-radius: 10px;
  z-index: 100;
  max-width: 90vw;
  display: none;
}
#toast.show {
  display: block;
}
dialog {
  border: 1px solid #e5e7ec;
  border-radius: 15px;
  padding: 30px;
  width: min(670px, 94vw);
  max-height: 90vh;
  overflow: auto;
  box-shadow: 0 30px 90px #18203433;
}
dialog::backdrop {
  background: #18203466;
  backdrop-filter: blur(3px);
}
dialog h2 {
  margin-bottom: 10px;
}
dialog .close {
  float: right;
  border: 0;
  background: #f1f2f5;
  border-radius: 50%;
  width: 28px;
  height: 28px;
}
.detail-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 20px;
}
.mail-preview {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  line-height: 1.7;
  font-size: 14px;
}
.timeline {
  display: grid;
  gap: 15px;
}
.timeline-item {
  border-left: 2px solid #e4e9ff;
  padding-left: 14px;
}
.timeline-item small {
  display: block;
  color: #989da6;
  margin-top: 5px;
}
.code {
  background: #f3f5fa;
  border-radius: 8px;
  padding: 15px;
  font: 24px monospace;
  letter-spacing: 0.1em;
}
.link-button {
  border: 0;
  background: none;
  color: #345bfa;
  padding: 0;
  text-align: left;
}
.source-check {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 15px;
  margin-top: 10px;
}
.source-check p {
  font-size: 12px;
  line-height: 1.6;
  color: #858b96;
}
.progress-bar {
  height: 3px;
  background: #e1f57a;
  animation: scan 1.6s infinite alternate;
}
@keyframes scan {
  from {
    width: 15%;
  }
  to {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
  }
}
@media (min-width: 1600px) {
  .content {
    padding: 50px 60px;
  }
  .topbar {
    padding: 0 60px;
  }
}
@media (max-width: 1050px) {
  .sidebar {
    width: 190px;
    padding: 25px 12px;
  }
  .layout {
    grid-template-columns: 190px 1fr;
  }
  .content {
    padding: 30px 24px;
  }
  .topbar {
    padding: 0 25px;
  }
  .grid-two,
  .detail-grid {
    grid-template-columns: 1fr;
  }
  .hero .decor {
    display: none;
  }
  .stats {
    grid-template-columns: repeat(2, 1fr);
  }
  .login-visual {
    padding: 40px;
  }
  .login-visual h1 {
    font-size: 54px;
  }
}
@media (max-width: 700px) {
  .layout {
    display: block;
  }
  .sidebar {
    position: static;
    width: auto;
    padding: 18px;
    border-bottom: 1px solid #e2e4e8;
  }
  .sidebar .product-tagline,
  .sidebar-bottom {
    display: none;
  }
  .sidebar .product-brand {
    width: 210px;
    max-width: 100%;
  }
  .sidebar .brand-byline {
    margin-top: 8px;
  }
  .sidebar .nav {
    margin-top: 17px;
  }
  .nav {
    display: flex;
    overflow-x: auto;
    margin-top: 17px;
    gap: 3px;
  }
  .nav button {
    padding: 10px;
    font-size: 12px;
    white-space: nowrap;
    gap: 5px;
  }
  .nav svg {
    width: 15px;
    height: 15px;
  }
  .topbar {
    height: 58px;
    padding: 0 20px;
  }
  .content {
    padding: 25px 17px;
  }
  .page-heading {
    align-items: start;
    flex-direction: column;
  }
  h1 {
    font-size: 34px;
  }
  .hero {
    padding: 23px;
    grid-template-columns: 1fr;
  }
  .hero h2 {
    font-size: 27px;
  }
  .stats {
    gap: 10px;
  }
  .stat {
    padding: 17px;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .radios {
    grid-template-columns: 1fr 1fr;
  }
  .login {
    display: block;
  }
  .login-visual {
    padding: 25px;
  }
  .login-visual .product-brand {
    max-width: 285px;
    margin: 0;
  }
  .login-visual h1 {
    font-size: 44px;
    margin: 45px 0 15px;
  }
  .login-visual p {
    font-size: 14px;
  }
  .login-foot {
    display: none;
  }
  .login-form {
    padding: 35px 25px;
  }
  .panel-body {
    padding: 18px;
  }
  .filters {
    padding: 15px;
  }
  .filters select {
    max-width: none;
    flex: 1;
  }
  td,
  th {
    padding: 14px;
  }
  .row.spread {
    flex-wrap: wrap;
  }
}

.page-heading h1 {
  margin-top: 10px;
}
.case-heading {
  margin-top: 24px;
}
.delivery-choices {
  border: 0;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}
.delivery-choices legend {
  margin-bottom: 12px;
  font-weight: 600;
}
.delivery-option {
  display: flex;
  align-items: start;
  gap: 12px;
  padding: 15px;
  border: 1px solid #e0e4ee;
  border-radius: 10px;
  cursor: pointer;
}
.delivery-option:has(input:checked) {
  border-color: #345bfa;
  background: #eff2ff;
}
.delivery-option input {
  width: auto;
  margin: 3px 0 0;
  accent-color: #345bfa;
}
.delivery-option small {
  display: block;
  color: #747781;
  line-height: 1.5;
  margin-top: 4px;
}
.delivery-option.unavailable {
  opacity: 0.55;
  cursor: default;
}
textarea.mail-editor {
  min-height: 390px;
  font-size: 14px;
  line-height: 1.7;
  resize: vertical;
}
.review-meta {
  margin: 26px 0;
}
.review-meta p {
  display: grid;
  grid-template-columns: 66px 1fr;
  gap: 10px;
  overflow-wrap: anywhere;
}
.review-meta span {
  color: #747781;
}
.review-copy {
  margin-bottom: 24px;
  max-height: none;
}
.review-actions {
  position: sticky;
  bottom: -30px;
  background: #fff;
  padding: 20px 0 6px;
}
.evidence-details {
  margin-top: 22px;
}
.evidence-details summary {
  cursor: pointer;
  font-weight: 600;
  color: #345bfa;
}
.cost-overview {
  margin: 28px 0 0;
}
.page-heading > .btn {
  flex-shrink: 0;
  white-space: nowrap;
}
.cost-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}
.cost-heading p {
  margin: 5px 0 0;
  font-size: 13px;
  color: #747781;
}
.cost-tiles {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.cost-tile {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: left;
  padding: 20px;
  border: 1px solid #e4e5e4;
  border-radius: 14px;
  background: #fff;
  color: #181b23;
  transition:
    transform 0.15s,
    border-color 0.15s;
}
.cost-tile:hover {
  transform: translateY(-2px);
  border-color: #345bfa;
}
.cost-tile:focus-visible {
  outline: 3px solid #a9b7ff;
  outline-offset: 3px;
}
.cost-label {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  gap: 8px;
}
.cost-tile > strong {
  display: block;
  font-family: Bricolage, Arial, sans-serif;
  letter-spacing: -0.04em;
  font-size: 32px;
  white-space: nowrap;
  margin: 17px 0 12px;
}
.cost-tile strong small {
  font:
    400 20px Outfit,
    Arial,
    sans-serif;
  opacity: 0.65;
}
.cost-caption {
  font-size: 11px;
  color: #747781;
  line-height: 1.5;
}
.cost-today {
  background: #345bfa;
  border-color: #345bfa;
  color: #fff;
}
.cost-today .cost-caption {
  color: #e0e6ff;
}
.cost-footnote {
  color: #858995;
  font-size: 11px;
  line-height: 1.5;
  margin: 10px 0 0;
}
.cost-inline {
  white-space: nowrap;
  font-weight: 600;
}
.cost-call-count {
  display: block;
  white-space: nowrap;
  font-size: 11px;
  color: #858995;
  margin-top: 4px;
}
.cost-detail-total {
  margin: 22px 0;
}
.cost-detail-total > span {
  display: block;
  color: #747781;
  font-size: 13px;
}
.cost-detail-total > strong {
  display: block;
  font:
    600 42px Bricolage,
    Arial,
    sans-serif;
  letter-spacing: -0.04em;
  margin-top: 5px;
}
.cost-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 20px;
}
.cost-split > div {
  padding: 16px;
  border-radius: 10px;
  background: #f5f7ff;
}
.cost-split span {
  display: block;
  font-size: 12px;
  color: #747781;
  margin-bottom: 5px;
}
.cost-facts {
  margin: 18px 0;
}
.cost-facts > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 0;
  border-bottom: 1px solid #f0f1f2;
  font-size: 13px;
}
.cost-facts dt {
  color: #747781;
}
.cost-facts dd {
  margin: 0;
  white-space: nowrap;
  font-weight: 600;
}
.cost-period-select {
  margin-top: 22px;
}
.run-costs {
  margin: 28px 0 20px;
  border-top: 1px solid #e4e5e4;
}
@media (max-width: 1250px) {
  .cost-tile {
    padding: 16px;
  }
  .cost-tile > strong {
    font-size: 27px;
  }
}
@media (max-width: 1050px) {
  .cost-tiles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 420px) {
  .cost-tiles {
    gap: 8px;
  }
  .cost-tile {
    padding: 12px;
  }
  .cost-tile > strong {
    font-size: 23px;
  }
  .cost-heading {
    align-items: start;
  }
}

.profile-settings-heading {
  margin: 48px 0 24px;
}
.review-meta p.help {
  display: block;
}
.search-profiles {
  display: grid;
  gap: 12px;
}
.search-profile {
  border: 1px solid #e4e5e4;
  border-radius: 12px;
  padding: 16px;
  background: #fff;
}
.search-profile > .row {
  gap: 12px;
  flex-wrap: wrap;
}
.search-profile .check {
  margin: 0;
  font-weight: 600;
}
.score-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
}
.score-label output {
  color: #345bfa;
  font-size: 20px;
  font-weight: 650;
  font-variant-numeric: tabular-nums;
}
.search-profile input[type="range"] {
  width: 100%;
  height: 24px;
  margin: 10px 0;
  padding: 0;
  border: 0;
  box-shadow: none;
  accent-color: #345bfa;
  cursor: pointer;
}
.search-profile [data-score-controls] > .row {
  flex-wrap: wrap;
  gap: 8px;
}
.score-reset {
  background: none;
  border: 0;
  padding: 4px 0;
  color: #345bfa;
  font: inherit;
  font-size: 12px;
  cursor: pointer;
}
.score-reset:disabled {
  color: #747781;
  cursor: default;
}
.run-scores .row {
  gap: 12px;
  flex-wrap: wrap;
  margin: 10px 0;
}
[hidden] {
  display: none !important;
}
