.ap {
  color-scheme: dark;
  --bg:#0b121a;
  --nav:#0e1721;
  --panel:#121e2a;
  --panel2:#182734;
  --line:#283746;
  --text:#eaf1f7;
  --muted:#a1b3c3;
  --mint:#b2f3d1;
  --green:#a5eac8;
  --amber:#f0c279;
  --red:#efa5aa;
  --slate:#60788b;
}
.ap * {
  box-sizing: border-box;
}
.ap {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}
.ap {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font:
    14px/1.5 Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}
.ap h1,
.ap h2,
.ap h3,
.ap p {
  margin: 0;
}
.ap button,
.ap input,
.ap select {
  font: inherit;
}
.ap button,
.ap input,
.ap select,
.ap a {
  -webkit-tap-highlight-color: transparent;
}
.ap button,
.ap a {
  touch-action: manipulation;
}
.ap button {
  cursor: pointer;
  color: inherit;
  border: 0;
}
.ap button:disabled {
  opacity: .35;
  cursor: default;
}
.ap a {
  color: inherit;
  text-decoration: none;
}
.ap button:focus-visible,
.ap a:focus-visible,
.ap input:focus-visible,
.ap select:focus-visible {
  outline: 2px solid var(--mint);
  outline-offset: 4px;
}
.ap b,
.ap strong {
  font-weight: 620;
}
.ap svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
.ap .symbols {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.ap .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.ap [hidden] {
  display: none !important;
}
.ap .skip {
  position: fixed;
  top: -100px;
  left: 20px;
  background: var(--mint);
  color: var(--bg);
  padding: 12px;
  z-index: 150;
}
.ap .skip:focus {
  top: 10px;
}
.ap .icon {
  width: 36px;
  height: 36px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: transparent;
  flex-shrink: 0;
}
.ap .icon:hover:not(:disabled) {
  background: #223646;
}
.ap .subtle {
  border-color: #365346;
  color: #b4d5c4;
}
.ap .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  padding: 10px 15px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}
.ap .btn svg {
  width: 15px;
  height: 15px;
}
.ap .primary {
  background: var(--mint);
  color: #16372a;
  border-color: var(--mint);
}
.ap .primary:hover {
  background: #cef9e2;
}
.ap .secondary {
  background: #1d303d;
  border-color: #395062;
  color: #d9e5ee;
}
.ap .text-button {
  background: transparent;
  color: var(--mint);
  font-size: 11px;
  padding: 4px 0;
}
.ap .text-button:hover {
  text-decoration: underline;
}
.ap .reverse {
  transform: rotate(180deg);
}
.ap .topbar {
  height: 66px;
  position: sticky;
  top: 0;
  z-index: 40;
  background: #0e1721;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 26px;
}
.ap .brand {
  display: flex;
  gap: 10px;
  align-items: center;
}
.ap .brand img {
  width: 34px;
  height: 34px;
  border: 1px solid #1b3444;
  border-radius: 9px;
  box-shadow: 0 0 18px #00aaff0d;
}
.ap .brand strong {
  font-size: 20px;
  letter-spacing: -.7px;
}
.ap .brand strong span {
  font-weight: 500;
  color: #d6e4f0;
}
.ap .top-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}
.ap .preview-tag {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 9px;
  letter-spacing: .8px;
  color: #a6bbc9;
}
.ap .preview-tag i {
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: #9caebe;
}
.ap .profile {
  display: flex;
  align-items: center;
  gap: 9px;
  background: none;
  text-align: left;
  border: 1px solid var(--line);
  border-radius: 25px;
  padding: 4px 13px 4px 5px;
}
.ap .avatar {
  display: grid;
  place-items: center;
  background: #223b32;
  color: var(--mint);
  border: 1px solid #3b5347;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 600;
}
.ap .profile b {
  display: block;
  font-size: 11px;
}
.ap .profile small {
  display: block;
  font-size: 9px;
  color: var(--muted);
}
.ap .sidebar {
  position: fixed;
  left: 0;
  top: 66px;
  bottom: 0;
  width: 204px;
  padding: 28px 15px 18px;
  background: var(--nav);
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  z-index: 45;
}
.ap .nav-label {
  color: #91a5b5;
  font-size: 9px;
  letter-spacing: 1.6px;
  font-weight: 600;
  margin: 0 12px 13px;
}
.ap .sidebar nav {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.ap .nav-item {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 43px;
  width: 100%;
  text-align: left;
  padding: 11px 12px;
  border-radius: 8px;
  background: none;
  color: #a4b7c7;
  font-size: 12px;
  white-space: nowrap;
}
.ap .nav-item svg {
  width: 17px;
  height: 17px;
  color: #8ba2b2;
}
.ap .nav-item:hover {
  background: #172b36;
}
.ap .nav-item.active {
  color: var(--mint);
  background: #203a31;
  box-shadow: inset 2px 0 0 var(--mint);
}
.ap .nav-item.active svg {
  color: var(--mint);
}
.ap .nav-dot {
  margin-left: auto;
  background: var(--mint);
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
.ap .nav-sep {
  height: 1px;
  background: var(--line);
  margin: 21px 12px;
}
.ap .side-bottom {
  margin-top: auto;
  padding-top: 30px;
}
.ap .workspace {
  display: flex;
  align-items: center;
  gap: 8px;
  border-top: 1px solid var(--line);
  padding: 17px 6px 15px;
}
.ap .workspace svg {
  color: #83a895;
}
.ap .workspace b {
  display: block;
  font-size: 10px;
}
.ap .workspace small {
  display: block;
  color: var(--muted);
  font-size: 9px;
  margin-top: 3px;
}
.ap .side-foot {
  display: flex;
  justify-content: space-between;
  color: #879bac;
  font-size: 9px;
  padding: 0 6px;
}
.ap main {
  margin-left: 204px;
  padding: 30px 32px 24px;
  max-width: 1730px;
  outline: none;
}
.ap .page-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.ap .eyebrow {
  display: block;
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 1.7px;
  color: #90ac9f;
  margin-bottom: 7px;
}
.ap .page-head h1 {
  font-size: 31px;
  line-height: 1.25;
  letter-spacing: -1px;
  font-weight: 650;
  display: flex;
  align-items: center;
  gap: 12px;
}
.ap .title-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--mint);
}
.ap .page-head p {
  color: var(--muted);
  font-size: 12px;
  margin-top: 7px;
}
.ap .head-actions {
  display: flex;
  gap: 9px;
  align-items: center;
}
.ap .period-control {
  display: flex;
  align-items: center;
  padding-left: 12px;
  border: 1px solid #344957;
  border-radius: 8px;
  background: #162330;
  height: 40px;
}
.ap .period-control svg {
  color: #9ab0c1;
  width: 15px;
  height: 15px;
}
.ap .period-control select {
  background: transparent;
  border: 0;
  color: #d5e3ee;
  padding: 9px 10px;
  font-size: 11px;
  min-width: 148px;
  cursor: pointer;
}
.ap .period-control select option {
  background: var(--panel);
}
.ap .context-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 24px 0 13px;
  color: #a1b5c4;
  font-size: 10px;
}
.ap .context-line > div {
  display: flex;
  align-items: center;
  gap: 8px;
}
.ap .context-line > span {
  font-size: 9px;
  color: #95a9b8;
}
.ap .status-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #b2f3d1;
}
.ap .sep {
  color: #4f6374;
  padding: 0 4px;
}
.ap .card {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--panel);
  min-width: 0;
  overflow: hidden;
}
.ap .card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 21px 22px 0;
}
.ap .card-head h2 {
  font-size: 15px;
  letter-spacing: -.25px;
  font-weight: 600;
}
.ap .card-head p {
  font-size: 10px;
  color: var(--muted);
  margin-top: 5px;
}
.ap .card-head > svg {
  color: #849fad;
  width: 18px;
  height: 18px;
}
.ap .card-head .eyebrow {
  font-size: 8px;
  letter-spacing: 1.8px;
  margin-bottom: 5px;
}
.ap .hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr);
  gap: 16px;
}
.ap .conversion {
  background:
    linear-gradient(
      115deg,
      #1e382e,
      #162930 90%);
  border-color: #3a584b;
  padding-bottom: 17px;
}
.ap .conversion .card-head {
  padding-top: 22px;
  align-items: flex-start;
}
.ap .conversion .card-head .eyebrow {
  font-size: 8px;
  color: #a3c6b3;
}
.ap .conversion h2 {
  color: #d7eee1;
  font-size: 15px;
}
.ap .conversion-value {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 17px 22px 15px;
}
.ap .conversion-value > strong {
  font-size: 57px;
  line-height: 1.13;
  letter-spacing: -2.8px;
  color: #bcf7d7;
  font-weight: 590;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.ap .conversion-value > div {
  border-left: 1px solid #3c594e;
  padding: 5px 0 5px 20px;
}
.ap .conversion-value span {
  display: block;
  color: #d3e9df;
  font-size: 12px;
}
.ap .conversion-value small {
  display: block;
  color: #a9c2b6;
  margin-top: 5px;
  font-size: 9px;
  max-width: 145px;
}
.ap .conversion-track {
  display: flex;
  height: 7px;
  border-radius: 6px;
  overflow: hidden;
  background: #355348;
  margin: 0 22px;
}
.ap .conversion-track span {
  height: 100%;
  transition: width .18s;
}
.ap .mint {
  background: var(--mint);
}
.ap .slate {
  background: #67878c;
}
.ap .conversion-legend {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 22px 14px;
  font-size: 10px;
  color: #b5d1c4;
}
.ap .conversion-legend span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.ap .conversion-legend i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-right: 2px;
}
.ap .conversion-legend b {
  color: #d7ecdf;
}
.ap .conversion-note {
  margin: 0 22px;
  padding-top: 13px;
  border-top: 1px solid #355047;
  color: #b5cbbf;
  font-size: 9px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.ap .conversion-note svg {
  width: 13px;
  height: 13px;
  color: #abdabc;
}
.ap .kpi-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.ap .kpi {
  padding: 17px 18px;
}
.ap .kpi-label {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
  font-size: 10px;
  color: #b4c5d2;
}
.ap .kpi-label svg {
  width: 15px;
  height: 15px;
  color: #839caa;
}
.ap .kpi > strong {
  display: block;
  font-size: 29px;
  letter-spacing: -.9px;
  font-variant-numeric: tabular-nums;
  line-height: 1.1;
  margin: 10px 0 7px;
  font-weight: 600;
}
.ap .kpi > p {
  font-size: 9px;
  color: var(--muted);
}
.ap .kpi > p b {
  font-weight: 500;
  color: #d3e1eb;
}
.ap .green {
  color: var(--mint) !important;
}
.ap .amber-text {
  color: var(--amber) !important;
}
.ap .red-text {
  color: var(--red) !important;
}
.ap .section-nav {
  display: flex;
  gap: 29px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  margin: 27px 0 20px;
  font-size: 11px;
  color: #a1b2c0;
}
.ap .section-nav a {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 0 12px;
  border-bottom: 2px solid transparent;
}
.ap .section-nav a:hover {
  color: var(--mint);
}
.ap .section-nav a.selected {
  color: var(--mint);
  border-bottom-color: var(--mint);
}
.ap .section-nav a span {
  border: 1px solid #354857;
  border-radius: 12px;
  padding: 0 5px;
  font-size: 8px;
  color: #a7bcc9;
  min-width: 21px;
  text-align: center;
}
.ap .section-nav > span {
  margin-left: auto;
  padding-bottom: 12px;
  font-size: 9px;
  color: #8da4b5;
}
.ap .operations-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 1fr);
  gap: 16px;
  scroll-margin-top: 90px;
}
.ap .flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 29px 22px 21px;
  position: relative;
}
.ap .flow:before {
  content: "";
  height: 1px;
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  background: #364d58;
}
.ap .flow-step {
  position: relative;
  min-width: 0;
}
.ap .flow-step > i {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border: 1px solid #415768;
  background: #192a38;
  border-radius: 50%;
  font-style: normal;
  font-size: 10px;
  color: #aabfce;
  margin-bottom: 13px;
}
.ap .flow-step:last-child > i {
  background: #203f31;
  border-color: #50765f;
  color: var(--mint);
}
.ap .flow-step > span {
  display: block;
  font-size: 10px;
  color: #a5b9c8;
  margin-bottom: 5px;
}
.ap .flow-step > strong {
  display: block;
  font-size: 24px;
  letter-spacing: -.6px;
  line-height: 1.2;
  font-weight: 570;
  font-variant-numeric: tabular-nums;
}
.ap .flow-step:last-child > strong {
  color: var(--mint);
}
.ap .flow-sub {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.1fr;
  margin: 0 22px;
  padding: 15px 0 14px;
  border-top: 1px solid var(--line);
  gap: 10px;
}
.ap .flow-sub > div {
  min-width: 0;
}
.ap .flow-sub > div + div {
  padding-left: 12px;
  border-left: 1px solid var(--line);
}
.ap .flow-sub span {
  display: block;
  font-size: 9px;
  color: #99afbe;
  white-space: normal;
}
.ap .flow-sub b {
  display: block;
  font-size: 14px;
  margin-top: 5px;
  font-weight: 550;
}
.ap .measure-note {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  margin: 0 22px 19px;
  padding: 11px 12px;
  border: 1px solid #4d4637;
  background: #292921;
  border-radius: 7px;
  font-size: 9px;
  line-height: 1.6;
  color: #d2c3a5;
}
.ap .measure-note svg {
  width: 12px;
  height: 12px;
  margin-top: 1px;
  color: var(--amber);
}
.ap .measure-note.complete {
  border-color: #355447;
  background: #1b2e28;
  color: #b6d5c2;
}
.ap .outcomes {
  padding: 14px 22px 6px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
.ap .outcome {
  padding: 9px 0;
  display: flex;
  align-items: center;
  gap: 7px;
  border-bottom: 1px solid #2a3a45;
  font-size: 10px;
  min-width: 0;
  color: #b9cbd8;
  background: none;
  text-align: left;
  width: 100%;
}
.ap .outcome:hover {
  color: var(--mint);
}
.ap .outcome > i {
  display: block;
  width: 5px;
  height: 5px;
  background: var(--slate);
  border-radius: 50%;
  flex-shrink: 0;
}
.ap .outcome > span {
  flex: 1;
}
.ap .outcome > b {
  font-size: 14px;
  font-weight: 550;
  font-variant-numeric: tabular-nums;
}
.ap .outcome.positive > i {
  background: var(--mint);
}
.ap .outcome.warning > i {
  background: var(--amber);
}
.ap .outcome.error > i {
  background: var(--red);
}
.ap .loss-detail {
  grid-column: 1/-1;
  background: #172733;
  border: 1px solid #30434f;
  border-radius: 7px;
  padding: 11px 12px;
  margin-top: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.ap .loss-detail > div + div {
  border-left: 1px solid #344b56;
  padding-left: 12px;
}
.ap .loss-detail span {
  display: block;
  font-size: 9px;
  color: #a7bccc;
}
.ap .loss-detail b {
  display: block;
  font-size: 15px;
  font-weight: 550;
  margin-top: 3px;
}
.ap .loss-detail small {
  font-size: 8px;
  color: #8ca6b9;
  margin-left: 5px;
}
.ap .card-note {
  font-size: 9px;
  line-height: 1.6;
  color: #9eafbd;
  padding: 5px 22px 17px;
}
.ap .clients-card,
.ap .events-card {
  margin-top: 24px;
  scroll-margin-top: 85px;
}
.ap .counter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  min-width: 30px;
  padding: 3px 8px;
  border: 1px solid #334859;
  background: #1d2e3c;
  color: #b0c9d9;
  border-radius: 20px;
  font-size: 10px;
  white-space: nowrap;
}
.ap .toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 18px 22px;
}
.ap .search {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  max-width: 350px;
  border: 1px solid #334857;
  border-radius: 7px;
  background: #0e1a24;
  padding: 0 11px;
  height: 37px;
  min-width: 160px;
}
.ap .search svg {
  width: 14px;
  height: 14px;
  color: #8aa6b6;
}
.ap .search input {
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
  outline: none;
  color: var(--text);
  font-size: 11px;
  min-width: 0;
}
.ap .search input::placeholder {
  color: #94a8b8;
}
.ap .search:focus-within {
  outline: 2px solid var(--mint);
  outline-offset: 3px;
}
.ap .search input:focus-visible {
  outline: 0;
}
.ap .segmented {
  display: flex;
  gap: 4px;
  padding: 3px;
  background: #0e1a24;
  border: 1px solid #2a3c49;
  border-radius: 8px;
}
.ap .segmented button {
  min-height: 29px;
  padding: 5px 10px;
  background: none;
  border-radius: 5px;
  color: #9fb3c3;
  font-size: 10px;
  white-space: nowrap;
}
.ap .segmented button[aria-pressed=true] {
  background: #263d3a;
  color: #c9f8df;
  box-shadow: inset 0 0 0 1px #3b5950;
}
.ap .segmented button:hover {
  color: #e6f5ee;
}
.ap .client-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  font-variant-numeric: tabular-nums;
}
.ap .client-table th {
  text-align: left;
  font-size: 8px;
  letter-spacing: .8px;
  font-weight: 500;
  color: #91aabb;
  background: #192936;
  padding: 11px 10px;
  border-block: 1px solid #2b3c49;
}
.ap .client-table td {
  padding: 15px 10px;
  border-bottom: 1px solid #263744;
  vertical-align: middle;
  font-size: 11px;
  color: #d9e6ef;
  overflow-wrap: anywhere;
}
.ap .client-table th:first-child,
.ap .client-table td:first-child {
  padding-left: 22px;
  width: 25%;
}
.ap .client-table th:nth-child(2) {
  width: 12%;
}
.ap .client-table th:nth-child(3) {
  width: 17%;
}
.ap .client-table th:nth-child(4) {
  width: 10%;
}
.ap .client-table th:nth-child(5) {
  width: 18%;
}
.ap .client-table th:last-child,
.ap .client-table td:last-child {
  padding-right: 22px;
  width: 18%;
}
.ap .client-table tbody tr:last-child td {
  border-bottom: 0;
}
.ap .client-table tbody tr:hover {
  background: #172835;
}
.ap .client-table tbody tr.selected {
  background: #1c332e;
}
.ap .client-email {
  display: block;
  padding: 0;
  background: transparent;
  max-width: 100%;
  text-align: left;
  color: #dcebf4;
  font-size: 11px;
  overflow-wrap: anywhere;
  font-weight: 530;
}
.ap .client-email:hover {
  color: var(--mint);
  text-decoration: underline;
}
.ap .client-meta {
  margin-top: 7px;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #8ca8ba;
  font-size: 9px;
}
.ap .badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 7px;
  border: 1px solid #3c5147;
  border-radius: 12px;
  font-size: 8px;
  line-height: 1.2;
  background: #213a2e;
  color: #c0efcd;
  width: max-content;
  max-width: 100%;
  overflow-wrap: anywhere;
}
.ap .badge:before {
  content: "";
  width: 3px;
  height: 3px;
  background: currentColor;
  border-radius: 50%;
  flex-shrink: 0;
}
.ap .badge.amber {
  border-color: #594b34;
  background: #342c21;
  color: #edcc93;
}
.ap .badge.neutral {
  background: #22313f;
  border-color: #3c4d5c;
  color: #b1c2d1;
}
.ap .badge.red {
  background: #382c30;
  border-color: #574047;
  color: #f1b3b4;
}
.ap .client-table td strong {
  font-size: 12px;
  font-weight: 550;
}
.ap .client-table td small {
  display: block;
  font-size: 9px;
  color: #9eb2c3;
  margin-top: 5px;
}
.ap .client-table time {
  display: block;
  font-size: 10px;
}
.ap .client-table time span {
  display: block;
  color: #9baebf;
  font-size: 9px;
  margin-top: 5px;
}
.ap .result-line {
  display: flex;
  align-items: center;
  gap: 6px;
}
.ap .result-line b {
  color: var(--mint);
  font-weight: 550;
}
.ap .result-line > span {
  color: #a9bbc9;
  font-size: 9px;
}
.ap .card-footer {
  border-top: 1px solid #2b3d49;
  padding: 13px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 9px;
  color: #99b0c2;
}
.ap .pagination {
  display: flex;
  gap: 10px;
  align-items: center;
  white-space: nowrap;
}
.ap .pagination .icon {
  width: 29px;
  height: 29px;
  border-radius: 6px;
}
.ap .pagination .icon svg {
  width: 12px;
  height: 12px;
}
.ap .pagination > span {
  font-size: 9px;
  color: #afc1cf;
}
.ap .empty {
  text-align: center;
  padding: 36px 20px;
  color: var(--muted);
}
.ap .empty > svg {
  width: 25px;
  height: 25px;
  margin-bottom: 10px;
  color: #8ba79a;
}
.ap .empty h3 {
  font-size: 14px;
  color: #d3e1ed;
  font-weight: 500;
}
.ap .empty p {
  font-size: 11px;
  margin: 6px 0 14px;
}
.ap .events-toolbar {
  margin-bottom: 16px;
}
.ap .event-head {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr) minmax(0, .8fr) minmax(0, 1.25fr);
  gap: 14px;
  background: #192936;
  border-block: 1px solid #2b3d49;
  padding: 11px 22px;
  font-size: 8px;
  letter-spacing: .8px;
  color: #93aabc;
}
.ap .event-head > span:last-child {
  text-align: right;
}
.ap .event-row {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr) minmax(0, .8fr) minmax(0, 1.25fr);
  align-items: center;
  gap: 14px;
  padding: 16px 22px;
  border-bottom: 1px solid #263744;
  font-size: 11px;
  min-width: 0;
}
.ap .event-row:last-child {
  border-bottom: 0;
}
.ap .event-offer {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.ap .station-icon {
  width: 31px;
  height: 34px;
  display: grid;
  place-items: center;
  background: #1d303e;
  border: 1px solid #354b5a;
  border-radius: 7px;
  color: #a3bcc8;
  flex-shrink: 0;
}
.ap .station-icon svg {
  width: 15px;
  height: 15px;
}
.ap .event-offer > div {
  min-width: 0;
}
.ap .event-offer b {
  font-weight: 580;
  font-size: 12px;
  overflow-wrap: anywhere;
}
.ap .event-offer small {
  display: block;
  color: #9db2c3;
  font-size: 10px;
  margin-top: 4px;
  overflow-wrap: anywhere;
}
.ap .event-block span {
  display: block;
  font-size: 11px;
}
.ap .event-block small {
  color: #93aabc;
  font-size: 10px;
  margin-top: 4px;
  display: block;
}
.ap .event-when {
  font-size: 10px;
  color: #c3d5e4;
}
.ap .event-when span {
  display: block;
  color: #96afbf;
  font-size: 9px;
  margin-top: 4px;
}
.ap .event-result {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  text-align: right;
  min-width: 0;
}
.ap .event-result strong {
  font-size: 13px;
  font-weight: 570;
  font-variant-numeric: tabular-nums;
}
.ap .event-result .badge {
  font-size: 8px;
  white-space: normal;
  text-align: left;
  line-height: 1.4;
}
.ap .selection-banner {
  margin: 17px 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 12px;
  background: #20372f;
  border: 1px solid #36584a;
  border-radius: 8px;
  font-size: 10px;
  color: #b4dbc5;
}
.ap .selection-banner > div {
  display: flex;
  gap: 7px;
  align-items: center;
  min-width: 0;
}
.ap .selection-banner svg {
  width: 14px;
  height: 14px;
}
.ap .selection-banner b {
  color: #d5f6e4;
  overflow-wrap: anywhere;
}
.ap .selection-banner .text-button {
  white-space: nowrap;
  font-size: 9px;
}
.ap .selection-banner .text-button span {
  padding-left: 6px;
}
.ap .bottom-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
  font-size: 9px;
  color: #819cae;
}
.ap .bottom-note > span {
  display: flex;
  align-items: center;
  gap: 7px;
}
.ap .bottom-note svg {
  width: 13px;
  height: 13px;
  color: #92b4a3;
}
.ap .mobile-only,
.ap .mobile-tabs {
  display: none;
}
.ap .state-banner {
  margin-bottom: 16px;
  background: #372c25;
  border: 1px solid #6d513b;
  border-radius: 8px;
  padding: 14px 18px;
  color: #f1ce9a;
  font-size: 12px;
}
.ap .state-banner button {
  margin-left: 10px;
}
.ap dialog {
  color: var(--text);
  background: var(--panel);
  border: 1px solid #405647;
  box-shadow: 0 22px 90px #0007;
}
.ap dialog::backdrop {
  background: #030a11b8;
  backdrop-filter: blur(3px);
}
.ap .detail-dialog {
  margin: 0 0 0 auto;
  max-height: 100dvh;
  height: 100dvh;
  max-width: min(640px, 100%);
  width: 640px;
  padding: 0;
  border-radius: 14px 0 0 14px;
  border-block: 0;
  border-right: 0;
  overflow: auto;
}
.ap .detail-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  padding: 27px 26px 23px;
  border-bottom: 1px solid var(--line);
  background: #152630;
}
.ap .detail-head h2 {
  font-size: 20px;
  letter-spacing: -.4px;
  font-weight: 580;
  overflow-wrap: anywhere;
}
.ap .detail-head p {
  color: var(--muted);
  font-size: 11px;
  margin-top: 8px;
}
.ap .detail-body {
  padding: 24px 26px;
}
.ap .detail-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.ap .detail-stat {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #10212b;
}
.ap .detail-stat span {
  display: block;
  color: #a6bccb;
  font-size: 10px;
}
.ap .detail-stat b {
  display: block;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 560;
  margin-top: 7px;
}
.ap .detail-caption {
  color: var(--muted);
  font-size: 11px;
  margin-top: 15px;
  line-height: 1.7;
}
.ap .detail-section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin: 28px 0 15px;
}
.ap .detail-section-head h3 {
  font-size: 13px;
  font-weight: 550;
}
.ap .detail-section-head span {
  font-size: 10px;
  color: #96afbe;
}
.ap .run {
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: 17px;
  margin-bottom: 13px;
  background: #11212d;
}
.ap .run-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
}
.ap .run-top .badge {
  font-size: 9px;
}
.ap .run-time {
  color: #a1b8c9;
  font-size: 10px;
  margin-top: 9px;
  line-height: 1.7;
}
.ap .run-time span {
  display: block;
}
.ap .run-message {
  font-size: 11px;
  line-height: 1.7;
  color: #c0d5e2;
  margin-top: 12px;
  overflow-wrap: anywhere;
}
.ap .run dl {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 13px;
  margin: 13px 0 0;
  border-top: 1px solid var(--line);
  gap: 10px;
}
.ap .run dt {
  font-size: 9px;
  color: #9db3c5;
}
.ap .run dd {
  font-size: 15px;
  font-weight: 550;
  margin: 5px 0 0;
}
.ap .detail-foot {
  padding: 19px 26px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  background: #152530;
}
.ap .detail-foot > span {
  font-size: 9px;
  color: var(--muted);
  max-width: 130px;
}
.ap .detail-foot .btn {
  font-size: 11px;
}
.ap .info-dialog {
  width: 430px;
  max-width: calc(100% - 32px);
  padding: 23px;
  border-radius: 12px;
}
.ap .info-head {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.ap .info-head h2 {
  font-size: 17px;
  font-weight: 580;
}
.ap .info-dialog #info-body {
  font-size: 12px;
  line-height: 1.8;
  color: #b6ccd9;
}
.ap .info-dialog #info-body p + p {
  margin-top: 13px;
}
.ap .info-dialog #info-done {
  margin-top: 23px;
}
.ap .formula-box {
  padding: 13px;
  border: 1px solid #3d5e4f;
  border-radius: 8px;
  background: #213a2e;
  color: #c7f5db;
  margin: 16px 0;
  font-size: 13px;
  text-align: center;
}
.ap .toast {
  position: fixed;
  bottom: 25px;
  left: calc(50% + 102px);
  transform: translateX(-50%);
  border: 1px solid #486558;
  background: #203b30;
  border-radius: 9px;
  padding: 12px 19px;
  color: #d9f7e6;
  font-size: 12px;
  z-index: 160;
  box-shadow: 0 8px 30px #0006;
  max-width: calc(100% - 30px);
  text-align: center;
}
.ap .backdrop {
  position: fixed;
  inset: 66px 0 0;
  z-index: 44;
  background: #0009;
  border: 0;
  width: 100%;
}
@media (min-width: 1650px) {
  .ap main {
    padding-inline: 45px;
  }
  .ap .hero-grid {
    grid-template-columns: 1.12fr 1fr;
  }
  .ap .conversion-value {
    gap: 40px;
  }
  .ap .conversion-value > strong {
    font-size: 65px;
  }
  .ap .conversion-value small {
    max-width: none;
  }
  .ap .conversion-note {
    font-size: 10px;
  }
  .ap .kpi > strong {
    font-size: 32px;
  }
  .ap .kpi-label {
    font-size: 11px;
  }
  .ap .kpi > p {
    font-size: 10px;
  }
  .ap .flow-step > strong {
    font-size: 28px;
  }
  .ap .outcomes {
    row-gap: 2px;
  }
}
@media (max-width: 1200px) {
  .ap .sidebar {
    width: 182px;
    padding-inline: 12px;
  }
  .ap .nav-item {
    font-size: 11px;
    padding-inline: 10px;
    gap: 9px;
  }
  .ap .nav-label {
    font-size: 8px;
  }
  .ap main {
    margin-left: 182px;
    padding: 26px 24px 22px;
  }
  .ap .page-head h1 {
    font-size: 27px;
  }
  .ap .page-head p {
    font-size: 11px;
  }
  .ap .head-actions {
    gap: 7px;
  }
  .ap .period-control {
    padding-left: 9px;
  }
  .ap .period-control select {
    font-size: 10px;
    min-width: 134px;
    padding-inline: 7px;
  }
  .ap .btn {
    font-size: 11px;
    padding-inline: 12px;
  }
  .ap .hero-grid {
    grid-template-columns: 1.05fr 1fr;
    gap: 12px;
  }
  .ap .conversion .card-head {
    padding-inline: 18px;
  }
  .ap .conversion h2 {
    font-size: 13px;
  }
  .ap .conversion-value {
    padding-inline: 18px;
    gap: 16px;
  }
  .ap .conversion-value > strong {
    font-size: 49px;
  }
  .ap .conversion-value > div {
    padding-left: 13px;
  }
  .ap .conversion-value span {
    font-size: 11px;
  }
  .ap .conversion-value small {
    font-size: 8px;
  }
  .ap .conversion-track,
  .ap .conversion-note {
    margin-inline: 18px;
  }
  .ap .conversion-legend {
    padding-inline: 18px;
  }
  .ap .kpi-grid {
    gap: 10px;
  }
  .ap .kpi {
    padding: 16px 13px;
  }
  .ap .kpi-label {
    font-size: 9px;
  }
  .ap .kpi-label svg {
    width: 13px;
    height: 13px;
  }
  .ap .kpi > strong {
    font-size: 27px;
  }
  .ap .kpi > p {
    font-size: 8px;
  }
  .ap .conversion-note {
    font-size: 8px;
    align-items: flex-start;
    line-height: 1.6;
  }
  .ap .operations-grid {
    grid-template-columns: 1.12fr 1fr;
    gap: 12px;
  }
  .ap .card-head {
    padding-inline: 18px;
  }
  .ap .card-head h2 {
    font-size: 14px;
  }
  .ap .flow {
    margin-inline: 18px;
  }
  .ap .flow-step > strong {
    font-size: 21px;
  }
  .ap .flow-step > span {
    font-size: 9px;
  }
  .ap .flow-sub {
    margin-inline: 18px;
    gap: 7px;
  }
  .ap .flow-sub > div + div {
    padding-left: 9px;
  }
  .ap .flow-sub span {
    font-size: 8px;
  }
  .ap .flow-sub b {
    font-size: 12px;
  }
  .ap .measure-note {
    margin-inline: 18px;
    font-size: 8px;
    padding: 10px;
  }
  .ap .outcomes {
    padding-inline: 18px;
    gap: 0 13px;
  }
  .ap .outcome {
    font-size: 9px;
  }
  .ap .outcome > b {
    font-size: 12px;
  }
  .ap .loss-detail span {
    font-size: 8px;
  }
  .ap .card-note {
    font-size: 8px;
    padding-inline: 18px;
  }
  .ap .toolbar {
    margin-inline: 18px;
    gap: 10px;
  }
  .ap .segmented button {
    font-size: 9px;
    padding-inline: 8px;
  }
  .ap .client-table th {
    font-size: 7px;
    letter-spacing: .4px;
    padding-inline: 7px;
  }
  .ap .client-table td {
    padding-inline: 7px;
  }
  .ap .client-table th:first-child,
  .ap .client-table td:first-child {
    padding-left: 18px;
    width: 26%;
  }
  .ap .client-table th:nth-child(2) {
    width: 11%;
  }
  .ap .client-table th:nth-child(3) {
    width: 16%;
  }
  .ap .client-table th:nth-child(4) {
    width: 10%;
  }
  .ap .client-table th:nth-child(5) {
    width: 18%;
  }
  .ap .client-table th:last-child,
  .ap .client-table td:last-child {
    width: 19%;
    padding-right: 18px;
  }
  .ap .client-email {
    font-size: 10px;
  }
  .ap .client-table td small {
    font-size: 8px;
  }
  .ap .client-table time {
    font-size: 9px;
  }
  .ap .client-table time span {
    font-size: 8px;
  }
  .ap .client-meta {
    font-size: 8px;
  }
  .ap .card-footer {
    padding-inline: 18px;
  }
  .ap .event-head,
  .ap .event-row {
    padding-inline: 18px;
    gap: 10px;
    grid-template-columns: minmax(0, 1.45fr) minmax(0, .8fr) minmax(0, .85fr) minmax(0, 1.15fr);
  }
  .ap .event-offer small {
    font-size: 9px;
  }
  .ap .station-icon {
    width: 26px;
    height: 30px;
  }
  .ap .event-result .badge {
    font-size: 7px;
  }
  .ap .event-head {
    font-size: 7px;
  }
  .ap .event-offer {
    gap: 7px;
  }
  .ap .toast {
    left: calc(50% + 91px);
  }
}
@media (max-width: 1030px) {
  .ap .page-head {
    align-items: flex-start;
  }
  .ap .page-head h1 {
    font-size: 25px;
  }
  .ap .head-actions {
    padding-top: 8px;
  }
  .ap .head-actions .primary span {
    display: none;
  }
  .ap .head-actions .primary {
    width: 40px;
    padding: 0;
  }
  .ap .hero-grid {
    grid-template-columns: 1fr 1fr;
  }
  .ap .conversion-value {
    gap: 12px;
    flex-wrap: wrap;
  }
  .ap .conversion-value > div {
    padding-left: 12px;
  }
  .ap .conversion-value > strong {
    font-size: 46px;
  }
  .ap .conversion h2 {
    font-size: 12px;
  }
  .ap .conversion .icon {
    width: 29px;
    height: 29px;
  }
  .ap .conversion .icon svg {
    width: 14px;
  }
  .ap .operations-grid {
    grid-template-columns: 1fr;
  }
  .ap .flow-card .card-head {
    padding-top: 20px;
  }
  .ap .flow {
    margin-top: 25px;
  }
  .ap .flow-step > strong {
    font-size: 28px;
  }
  .ap .flow-step > span {
    font-size: 11px;
  }
  .ap .flow-sub span {
    font-size: 10px;
  }
  .ap .flow-sub b {
    font-size: 16px;
  }
  .ap .measure-note {
    font-size: 10px;
  }
  .ap .outcomes-card .outcomes {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0 18px;
    padding-top: 12px;
  }
  .ap .outcome {
    font-size: 11px;
  }
  .ap .outcome > b {
    font-size: 16px;
  }
  .ap .outcomes-card .loss-detail {
    grid-column: 1/-1;
    margin-top: 14px;
  }
  .ap .loss-detail span {
    font-size: 10px;
  }
  .ap .loss-detail b {
    font-size: 17px;
  }
  .ap .loss-detail small {
    font-size: 9px;
  }
  .ap .card-note {
    font-size: 9px;
  }
  .ap .toolbar {
    flex-wrap: wrap;
  }
  .ap .search {
    max-width: none;
  }
  .ap .client-table th:first-child,
  .ap .client-table td:first-child {
    width: 27%;
  }
  .ap .client-table th:nth-child(3) {
    width: 16%;
  }
  .ap .client-table th:last-child,
  .ap .client-table td:last-child {
    width: 18%;
  }
  .ap .client-table th:nth-child(5) {
    width: 18%;
  }
  .ap .client-table th:nth-child(4) {
    width: 10%;
  }
}
@media (max-width: 850px) {
  .ap .topbar {
    height: 61px;
    padding: 0 20px;
  }
  .ap .top-actions {
    gap: 10px;
  }
  .ap .preview-tag {
    font-size: 8px;
    letter-spacing: .5px;
  }
  .ap .profile {
    padding: 0;
    border: 0;
  }
  .ap .profile > span:last-child {
    display: none;
  }
  .ap .sidebar {
    display: none;
    top: 61px;
    width: 244px;
    padding: 24px 17px;
  }
  .ap .sidebar.open {
    display: flex;
    box-shadow: 25px 0 90px #0009;
    overflow: auto;
  }
  .ap .nav-item {
    font-size: 12px;
    padding: 12px;
    min-height: 45px;
  }
  .ap .nav-label {
    font-size: 9px;
  }
  .ap .nav-dot {
    width: 5px;
    height: 5px;
  }
  .ap .workspace b {
    font-size: 11px;
  }
  .ap .workspace small {
    font-size: 10px;
  }
  .ap .side-foot {
    font-size: 10px;
  }
  .ap .mobile-only {
    display: grid;
  }
  .ap .desktop-only {
    display: none;
  }
  .ap main {
    margin-left: 0;
    padding: 25px 22px 94px;
  }
  .ap .brand {
    gap: 8px;
  }
  .ap .brand img {
    width: 30px;
    height: 30px;
  }
  .ap .brand strong {
    font-size: 18px;
  }
  .ap .brand > .icon {
    border: 0;
    width: 25px;
    margin-right: 5px;
  }
  .ap .page-head h1 {
    font-size: 29px;
  }
  .ap .page-head p {
    font-size: 12px;
  }
  .ap .head-actions .primary span {
    display: inline;
  }
  .ap .head-actions .primary {
    width: auto;
    padding: 10px 12px;
  }
  .ap .head-actions {
    padding-top: 7px;
  }
  .ap .period-control select {
    font-size: 11px;
    min-width: 140px;
  }
  .ap .conversion h2 {
    font-size: 14px;
  }
  .ap .conversion-value > strong {
    font-size: 50px;
  }
  .ap .conversion-value small {
    font-size: 9px;
  }
  .ap .conversion-note {
    font-size: 9px;
  }
  .ap .kpi {
    padding: 17px 15px;
  }
  .ap .kpi-label {
    font-size: 10px;
  }
  .ap .kpi > strong {
    font-size: 29px;
  }
  .ap .kpi > p {
    font-size: 9px;
  }
  .ap .hero-grid {
    gap: 13px;
  }
  .ap .card-head h2 {
    font-size: 15px;
  }
  .ap .mobile-tabs {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 40;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    height: calc(64px + env(safe-area-inset-bottom));
    padding: 0 0 env(safe-area-inset-bottom);
    background: #101c27;
    border-top: 1px solid #2a3e49;
  }
  .ap .mobile-tabs a,
  .ap .mobile-tabs button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 10px;
    background: none;
    color: #9db4c6;
  }
  .ap .mobile-tabs a:first-child {
    color: var(--mint);
  }
  .ap .mobile-tabs svg {
    width: 18px;
    height: 18px;
  }
  .ap .backdrop {
    top: 61px;
  }
  .ap .toast {
    left: 50%;
    bottom: 78px;
  }
  .ap .section-nav > span {
    font-size: 9px;
  }
  .ap .detail-dialog {
    width: 580px;
  }
  .ap .client-table th {
    font-size: 7px;
  }
  .ap .client-table td {
    padding-block: 15px;
  }
  .ap .client-email {
    font-size: 11px;
  }
}
@media (max-width: 680px) {
  .ap .page-head {
    display: block;
  }
  .ap .page-head h1 {
    font-size: 29px;
  }
  .ap .head-actions {
    justify-content: space-between;
    margin-top: 19px;
    padding: 0;
    gap: 10px;
  }
  .ap .period-control {
    height: 39px;
    flex: 1;
    padding-left: 12px;
  }
  .ap .period-control select {
    width: 100%;
    font-size: 11px;
    padding-inline: 9px;
  }
  .ap .head-actions .btn {
    font-size: 11px;
    min-height: 39px;
    padding: 9px 14px;
  }
  .ap .context-line {
    margin-top: 21px;
    font-size: 9px;
    gap: 8px;
    align-items: flex-start;
  }
  .ap .context-line > span {
    max-width: 136px;
    text-align: right;
    font-size: 8px;
    line-height: 1.5;
  }
  .ap .context-line > div {
    gap: 5px;
  }
  .ap .hero-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .ap .conversion .card-head {
    padding: 20px 20px 0;
  }
  .ap .conversion h2 {
    font-size: 16px;
  }
  .ap .conversion-value {
    padding: 16px 20px 18px;
    gap: 27px;
  }
  .ap .conversion-value > strong {
    font-size: 56px;
  }
  .ap .conversion-value > div {
    padding-left: 20px;
  }
  .ap .conversion-value span {
    font-size: 12px;
  }
  .ap .conversion-value small {
    font-size: 9px;
    max-width: 160px;
  }
  .ap .conversion-track,
  .ap .conversion-note {
    margin-inline: 20px;
  }
  .ap .conversion-legend {
    padding-inline: 20px;
    font-size: 10px;
  }
  .ap .conversion-note {
    font-size: 10px;
    padding-top: 12px;
    line-height: 1.6;
  }
  .ap .conversion .card-head .eyebrow {
    font-size: 8px;
  }
  .ap .kpi-grid {
    gap: 10px;
  }
  .ap .kpi {
    padding: 16px;
  }
  .ap .kpi-label {
    font-size: 11px;
  }
  .ap .kpi > strong {
    font-size: 31px;
    margin-block: 10px 8px;
  }
  .ap .kpi > p {
    font-size: 10px;
    line-height: 1.5;
  }
  .ap .section-nav {
    gap: 24px;
    margin: 25px 0 18px;
    font-size: 11px;
  }
  .ap .section-nav > span {
    display: none;
  }
  .ap .section-nav a span {
    font-size: 8px;
  }
  .ap .operations-grid {
    gap: 14px;
  }
  .ap .card-head {
    padding: 20px 18px 0;
  }
  .ap .card-head h2 {
    font-size: 15px;
  }
  .ap .card-head p {
    font-size: 10px;
    line-height: 1.6;
  }
  .ap .flow {
    margin: 25px 18px 22px;
  }
  .ap .flow-step > strong {
    font-size: 23px;
  }
  .ap .flow-step > span {
    font-size: 10px;
  }
  .ap .flow-step > i {
    width: 23px;
    height: 23px;
    font-size: 9px;
    margin-bottom: 13px;
  }
  .ap .flow:before {
    top: 11px;
  }
  .ap .flow-sub {
    margin-inline: 18px;
    gap: 7px;
  }
  .ap .flow-sub span {
    font-size: 9px;
  }
  .ap .flow-sub b {
    font-size: 14px;
  }
  .ap .flow-sub > div + div {
    padding-left: 10px;
  }
  .ap .measure-note {
    margin: 0 18px 18px;
    font-size: 9px;
    line-height: 1.7;
    padding: 11px;
  }
  .ap .outcomes-card .outcomes {
    grid-template-columns: 1fr 1fr;
    gap: 0 18px;
    padding-top: 12px;
  }
  .ap .outcome {
    font-size: 10px;
    min-height: 39px;
  }
  .ap .outcome > b {
    font-size: 16px;
  }
  .ap .loss-detail {
    padding: 12px;
  }
  .ap .loss-detail span {
    font-size: 9px;
  }
  .ap .loss-detail b {
    font-size: 17px;
  }
  .ap .loss-detail small {
    font-size: 8px;
  }
  .ap .card-note {
    font-size: 9px;
    padding: 5px 18px 16px;
  }
  .ap .clients-card,
  .ap .events-card {
    margin-top: 20px;
  }
  .ap .toolbar {
    display: block;
    margin: 17px 18px;
  }
  .ap .search {
    height: 40px;
    font-size: 12px;
  }
  .ap .search input {
    font-size: 12px;
  }
  .ap .segmented {
    margin-top: 10px;
    justify-content: space-between;
    gap: 3px;
  }
  .ap .segmented button {
    font-size: 10px;
    flex: 1;
    min-height: 31px;
    padding-inline: 8px;
  }
  .ap .client-table,
  .ap .client-table tbody {
    display: block;
    width: 100%;
  }
  .ap .client-table thead {
    display: none;
  }
  .ap .client-table tr {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 13px 10px;
    border-top: 1px solid var(--line);
    padding: 17px 18px;
  }
  .ap .client-table td,
  .ap .client-table td:first-child,
  .ap .client-table td:last-child {
    display: block;
    width: auto;
    padding: 0;
    border: 0 !important;
    min-width: 0;
    overflow-wrap: anywhere;
  }
  .ap .client-table td:first-child {
    grid-column: 1/-1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
  .ap .client-email {
    font-size: 12px;
  }
  .ap .client-meta {
    margin-top: 0;
    flex-shrink: 0;
  }
  .ap .client-meta > span:last-child {
    display: none;
  }
  .ap .client-meta .badge {
    font-size: 8px;
    padding: 4px 7px;
  }
  .ap .client-table td:nth-child(2):before,
  .ap .client-table td:nth-child(3):before,
  .ap .client-table td:nth-child(4):before,
  .ap .client-table td:nth-child(5):before {
    content: attr(data-label);
    display: block;
    font-size: 8px;
    color: #88a2b5;
    margin-bottom: 5px;
    letter-spacing: .35px;
  }
  .ap .client-table td:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
  .ap .client-table td:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
  }
  .ap .client-table td:nth-child(4) {
    grid-column: 3;
    grid-row: 2;
  }
  .ap .client-table td:nth-child(5) {
    grid-column: 1/3;
    grid-row: 3;
  }
  .ap .client-table td:nth-child(6) {
    grid-column: 3;
    grid-row: 3;
  }
  .ap .client-table td:nth-child(6):before {
    content: "\daLTIMA ATIVA\c7\c3O";
    display: block;
    font-size: 7px;
    color: #88a2b5;
    margin-bottom: 5px;
    letter-spacing: .2px;
  }
  .ap .client-table td strong {
    font-size: 13px;
  }
  .ap .client-table td small {
    font-size: 9px;
    margin-top: 3px;
  }
  .ap .client-table time {
    font-size: 9px;
  }
  .ap .client-table time span {
    font-size: 9px;
    margin-top: 3px;
  }
  .ap .result-line {
    gap: 6px;
  }
  .ap .result-line > span {
    font-size: 10px;
  }
  .ap .client-table .result-sub {
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }
  .ap .card-footer {
    padding: 13px 18px;
    font-size: 9px;
    gap: 10px;
  }
  .ap .pagination {
    gap: 8px;
  }
  .ap .pagination .icon {
    width: 29px;
    height: 29px;
  }
  .ap .events-toolbar .segmented {
    flex-wrap: wrap;
    justify-content: flex-start;
    background: none;
    padding: 0;
    border: 0;
    gap: 6px;
  }
  .ap .events-toolbar .segmented button {
    flex: none;
    border: 1px solid #354655;
    border-radius: 6px;
    min-height: 30px;
    font-size: 9px;
    padding: 5px 9px;
    background: #192a37;
  }
  .ap .events-toolbar .segmented button[aria-pressed=true] {
    background: #273f37;
    border-color: #4a6656;
  }
  .ap .events-toolbar > .text-button {
    display: none;
  }
  .ap .event-head {
    display: none;
  }
  .ap .event-row {
    grid-template-columns: minmax(0, 1fr) minmax(100px, .68fr);
    gap: 13px 10px;
    padding: 17px 18px;
  }
  .ap .event-row:first-child {
    border-top: 1px solid var(--line);
  }
  .ap .event-offer {
    grid-column: 1;
    grid-row: 1;
    gap: 8px;
    align-items: flex-start;
  }
  .ap .event-offer b {
    font-size: 12px;
  }
  .ap .event-offer small {
    font-size: 10px;
    margin-top: 3px;
  }
  .ap .station-icon {
    display: none;
  }
  .ap .event-result {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
    gap: 6px;
  }
  .ap .event-result strong {
    font-size: 13px;
  }
  .ap .event-result .badge {
    font-size: 8px;
    padding: 3px 6px;
  }
  .ap .event-block {
    grid-column: 1;
    grid-row: 2;
  }
  .ap .event-block span {
    font-size: 10px;
  }
  .ap .event-block small {
    display: inline;
    font-size: 9px;
  }
  .ap .event-when {
    grid-column: 2;
    grid-row: 2;
    text-align: right;
    font-size: 10px;
    align-self: end;
  }
  .ap .event-when span {
    font-size: 9px;
    margin-top: 2px;
  }
  .ap .selection-banner {
    margin-inline: 18px;
    display: block;
    font-size: 10px;
    line-height: 1.6;
  }
  .ap .selection-banner > .text-button {
    margin-top: 6px;
  }
  .ap .bottom-note {
    margin-top: 22px;
    font-size: 9px;
  }
  .ap .bottom-note > span:last-child {
    display: none;
  }
  .ap .detail-dialog {
    max-width: 100%;
    width: 100%;
    border-radius: 0;
    border: 0;
  }
  .ap .detail-head {
    padding: 22px 19px;
  }
  .ap .detail-head h2 {
    font-size: 19px;
  }
  .ap .detail-head .eyebrow {
    font-size: 8px;
  }
  .ap .detail-body {
    padding: 21px 19px;
  }
  .ap .detail-summary {
    gap: 8px;
  }
  .ap .detail-stat {
    padding: 12px;
  }
  .ap .detail-stat span {
    font-size: 9px;
  }
  .ap .detail-stat b {
    font-size: 23px;
  }
  .ap .detail-caption {
    font-size: 10px;
  }
  .ap .detail-foot {
    padding: 17px 19px;
    padding-bottom: calc(17px + env(safe-area-inset-bottom));
    gap: 12px;
  }
  .ap .detail-foot > span {
    font-size: 8px;
    max-width: 99px;
  }
  .ap .detail-foot .btn {
    font-size: 10px;
    padding-inline: 11px;
  }
  .ap .detail-foot svg {
    width: 13px;
  }
  .ap .run {
    padding: 15px;
  }
  .ap .run-time {
    font-size: 10px;
  }
  .ap .run-message {
    font-size: 11px;
  }
}
@media (max-width: 440px) {
  .ap main {
    padding: 23px 16px 90px;
  }
  .ap .topbar {
    padding: 0 15px;
  }
  .ap .brand {
    gap: 6px;
  }
  .ap .brand strong {
    font-size: 16px;
  }
  .ap .brand img {
    width: 27px;
    height: 27px;
  }
  .ap .brand > .icon {
    width: 23px;
    margin-right: 3px;
  }
  .ap .brand > .icon svg {
    width: 18px;
  }
  .ap .top-actions {
    gap: 11px;
  }
  .ap .preview-tag {
    font-size: 8px;
    letter-spacing: .6px;
  }
  .ap .preview-tag > span {
    display: none;
  }
  .ap .preview-tag i {
    width: 4px;
    height: 4px;
  }
  .ap .profile .avatar {
    width: 29px;
    height: 29px;
    font-size: 10px;
  }
  .ap .page-head h1 {
    font-size: 27px;
    letter-spacing: -.9px;
    gap: 9px;
  }
  .ap .eyebrow {
    font-size: 8px;
    letter-spacing: 1.6px;
  }
  .ap .page-head p {
    font-size: 11px;
    line-height: 1.6;
    max-width: 270px;
  }
  .ap .head-actions {
    margin-top: 17px;
  }
  .ap .context-line {
    margin-top: 19px;
    margin-bottom: 12px;
  }
  .ap .context-line > div {
    font-size: 8px;
    gap: 5px;
  }
  .ap .context-line > span {
    font-size: 8px;
    max-width: 134px;
  }
  .ap .sep {
    padding-inline: 0;
  }
  .ap .conversion .card-head {
    padding: 19px 17px 0;
    gap: 8px;
  }
  .ap .conversion h2 {
    font-size: 14px;
  }
  .ap .conversion-value {
    padding: 16px 17px 17px;
    gap: 20px;
    flex-wrap: nowrap;
  }
  .ap .conversion-value > strong {
    font-size: 49px;
    letter-spacing: -2px;
  }
  .ap .conversion-value > div {
    padding-left: 15px;
  }
  .ap .conversion-value span {
    font-size: 11px;
  }
  .ap .conversion-value small {
    font-size: 8px;
    max-width: 113px;
    line-height: 1.7;
  }
  .ap .conversion-track,
  .ap .conversion-note {
    margin-inline: 17px;
  }
  .ap .conversion-legend {
    padding-inline: 17px;
    font-size: 9px;
  }
  .ap .conversion-note {
    font-size: 9px;
  }
  .ap .conversion {
    padding-bottom: 17px;
  }
  .ap .kpi {
    padding: 15px 13px;
  }
  .ap .kpi-label {
    font-size: 9px;
    gap: 6px;
  }
  .ap .kpi-label svg {
    width: 13px;
    height: 13px;
  }
  .ap .kpi > strong {
    font-size: 30px;
  }
  .ap .kpi > p {
    font-size: 9px;
    line-height: 1.6;
    max-width: 140px;
    min-height: 28px;
  }
  .ap .section-nav {
    font-size: 10px;
    gap: 26px;
  }
  .ap .card-head h2 {
    font-size: 14px;
  }
  .ap .card-head p {
    font-size: 10px;
  }
  .ap .card-head > .counter {
    font-size: 9px;
    padding: 3px 7px;
    min-width: 27px;
  }
  .ap .flow {
    margin-top: 24px;
    gap: 5px;
  }
  .ap .flow-step > strong {
    font-size: 22px;
    letter-spacing: -.75px;
  }
  .ap .flow-step > span {
    font-size: 9px;
  }
  .ap .flow-sub {
    grid-template-columns: 1.2fr 1fr 1.05fr;
    gap: 7px;
  }
  .ap .flow-sub > div + div {
    padding-left: 7px;
  }
  .ap .flow-sub span {
    font-size: 8px;
  }
  .ap .flow-sub b {
    font-size: 12px;
  }
  .ap .measure-note {
    font-size: 8px;
  }
  .ap .outcomes-card .outcomes {
    gap: 0 14px;
  }
  .ap .outcome {
    font-size: 9px;
  }
  .ap .outcome > b {
    font-size: 15px;
  }
  .ap .loss-detail {
    padding: 11px 10px;
    gap: 10px;
  }
  .ap .loss-detail > div + div {
    padding-left: 10px;
  }
  .ap .loss-detail span {
    font-size: 8px;
  }
  .ap .loss-detail b {
    font-size: 16px;
  }
  .ap .card-note {
    font-size: 8px;
  }
  .ap .client-table tr {
    gap: 12px 9px;
  }
  .ap .client-email {
    font-size: 11px;
  }
  .ap .client-meta .badge {
    font-size: 7px;
    padding: 4px 6px;
  }
  .ap .client-table td:first-child {
    gap: 8px;
  }
  .ap .client-table td:nth-child(5) .result-line > span {
    font-size: 9px;
  }
  .ap .client-table td small {
    font-size: 8px;
  }
  .ap .client-table td:nth-child(6):before {
    font-size: 6.5px;
  }
  .ap .client-table td:nth-child(2):before,
  .ap .client-table td:nth-child(3):before,
  .ap .client-table td:nth-child(4):before,
  .ap .client-table td:nth-child(5):before {
    font-size: 7px;
  }
  .ap .client-table td strong {
    font-size: 12px;
  }
  .ap .client-table time {
    font-size: 8px;
  }
  .ap .client-table time span {
    font-size: 8px;
  }
  .ap .client-table .result-sub {
    gap: 5px;
  }
  .ap .card-footer > span {
    font-size: 8px;
    max-width: 200px;
  }
  .ap .pagination {
    gap: 7px;
  }
  .ap .event-offer small {
    font-size: 9px;
  }
  .ap .event-result .badge {
    font-size: 7px;
  }
  .ap .card-head .eyebrow {
    font-size: 7px;
  }
  .ap .bottom-note {
    font-size: 8px;
  }
}
@media (max-width: 350px) {
  .ap main {
    padding-inline: 12px;
  }
  .ap .topbar {
    padding-inline: 12px;
  }
  .ap .brand strong {
    font-size: 14px;
  }
  .ap .brand img {
    width: 25px;
    height: 25px;
  }
  .ap .brand {
    gap: 5px;
  }
  .ap .top-actions {
    gap: 8px;
  }
  .ap .preview-tag {
    font-size: 7px;
  }
  .ap .page-head h1 {
    font-size: 24px;
  }
  .ap .context-line > div {
    font-size: 7px;
  }
  .ap .context-line > span {
    font-size: 7px;
    max-width: 124px;
  }
  .ap .conversion h2 {
    font-size: 12px;
  }
  .ap .conversion .card-head .eyebrow {
    font-size: 7px;
  }
  .ap .conversion-value {
    gap: 13px;
  }
  .ap .conversion-value > strong {
    font-size: 44px;
  }
  .ap .conversion-value > div {
    padding-left: 12px;
  }
  .ap .conversion-value span {
    font-size: 9px;
  }
  .ap .conversion-value small {
    font-size: 7px;
  }
  .ap .conversion-note {
    font-size: 8px;
  }
  .ap .kpi-label {
    font-size: 8px;
  }
  .ap .kpi-label svg {
    display: none;
  }
  .ap .kpi > p {
    font-size: 8px;
  }
  .ap .flow-step > strong {
    font-size: 19px;
  }
  .ap .flow-step > span {
    font-size: 8px;
  }
  .ap .flow-sub span {
    font-size: 7px;
  }
  .ap .flow-sub b {
    font-size: 11px;
  }
  .ap .card-head h2 {
    font-size: 13px;
  }
  .ap .segmented button {
    font-size: 9px;
    padding-inline: 5px;
  }
  .ap .client-email {
    font-size: 10px;
  }
  .ap .client-meta .badge {
    font-size: 7px;
  }
  .ap .card-head p {
    font-size: 9px;
  }
  .ap .event-result .badge {
    font-size: 7px;
  }
  .ap .detail-stat span {
    font-size: 8px;
  }
  .ap .detail-stat b {
    font-size: 21px;
  }
  .ap .detail-foot .btn {
    font-size: 9px;
  }
  .ap .detail-head h2 {
    font-size: 16px;
  }
  .ap .detail-foot > span {
    font-size: 7px;
    max-width: 70px;
  }
  .ap .client-table td:nth-child(6):before {
    letter-spacing: 0;
    font-size: 6px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ap {
    scroll-behavior: auto;
  }
  .ap * {
    transition: none !important;
  }
}
@media print {
  .ap .sidebar,
  .ap .topbar,
  .ap .mobile-tabs,
  .ap .toolbar,
  .ap .pagination,
  .ap .head-actions {
    display: none !important;
  }
  .ap main {
    margin: 0;
    padding: 0;
  }
  .ap .card {
    break-inside: avoid;
  }
  .ap {
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }
  .ap .clients-card,
  .ap .events-card {
    break-inside: auto;
  }
}
.ap .preview-tag .demo-label:before {
  content: "\b7  ";
  margin-right: 4px;
}
@media (max-width: 440px) {
  .ap .preview-tag > .proposal-label {
    display: none;
  }
  .ap .preview-tag > .demo-label {
    display: inline;
    font-size: 7px;
  }
  .ap .preview-tag .demo-label:before {
    content: none;
  }
}
.ap .flow-step > strong,
.ap .flow-sub b,
.ap .kpi > strong {
  overflow-wrap: anywhere;
}
.ap main {
  padding-top: 30px;
}
.ap .page-head h1 {
  font-size: 32px;
}
.ap .page-head p {
  font-size: 12px;
}
.ap .context-line {
  margin-top: 24px;
  font-size: 11px;
}
.ap .context-line > span {
  font-size: 10px;
}
.ap .users-kpis {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.ap .stat-card {
  text-align: left;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--panel);
  padding: 19px 20px;
  min-width: 0;
  transition: border-color .15s;
}
.ap .stat-card:hover,
.ap .stat-card[aria-pressed=true] {
  border-color: #83b099;
}
.ap .stat-card.highlight {
  background:
    linear-gradient(
      115deg,
      #223e32,
      #162a30);
  border-color: #415d4f;
}
.ap .stat-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
  font-size: 12px;
  color: #b9cad4;
}
.ap .stat-label svg {
  color: #8baca0;
  width: 17px;
  height: 17px;
}
.ap .stat-card > strong {
  display: block;
  margin: 15px 0 13px;
  font-size: 40px;
  line-height: 1;
  letter-spacing: -1.3px;
  font-weight: 560;
  font-variant-numeric: tabular-nums;
}
.ap .stat-card.highlight > strong {
  color: var(--mint);
}
.ap .stat-note {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
  color: #9db4c1;
  gap: 8px;
}
.ap .stat-note svg {
  width: 13px;
  height: 13px;
  opacity: .65;
}
.ap .amber-card > strong {
  color: #ebc889;
}
.ap .amber-card .stat-label svg {
  color: #d1b77d;
}
.ap .scope-note {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  color: #829aaa;
  font-size: 10px;
  margin: 12px 2px 22px;
  line-height: 1.6;
}
.ap .users-card .card-head {
  padding: 23px 24px 0;
  align-items: center;
}
.ap .users-card h2 {
  font-size: 17px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.ap .users-card .counter {
  display: inline-flex;
  font-size: 10px;
  padding: 3px 8px;
  line-height: 1.3;
  border: 1px solid #3d525e;
  border-radius: 20px;
  color: #acc8be;
}
.ap .users-card .card-head p {
  font-size: 11px;
}
.ap .users-card .card-head > .text-button {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 11px;
  white-space: nowrap;
}
.ap .users-card .card-head > .text-button svg {
  width: 14px;
  height: 14px;
}
.ap .user-searchbar {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 21px 24px 18px;
}
.ap .user-searchbar .search {
  flex: 1;
  max-width: none;
  background: #101e2a;
  border-color: #334856;
  height: 44px;
  position: relative;
}
.ap .user-searchbar .search input {
  font-size: 12px;
  min-height: 40px;
  padding-right: 32px;
}
.ap .clear-search {
  background: none;
  font-size: 22px;
  width: 32px;
  position: absolute;
  right: 5px;
  top: 3px;
  color: #a9c2ce;
}
.ap #filters-toggle {
  display: none;
}
.ap .user-segments {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin: 0 24px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 14px;
}
.ap .user-segments button {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px 12px;
  min-height: 35px;
  border: 1px solid transparent;
  border-radius: 7px;
  background: none;
  color: #a7bccb;
  font-size: 11px;
  white-space: nowrap;
}
.ap .user-segments button:hover {
  background: #22303c;
}
.ap .user-segments button[aria-pressed=true] {
  border-color: #496557;
  background: #213d31;
  color: var(--mint);
}
.ap .user-segments b {
  font-size: 9px;
  font-weight: 500;
  border-radius: 4px;
  min-width: 18px;
  text-align: center;
  background: #23323e;
  padding: 1px 3px;
  color: #b0c6d4;
}
.ap .user-segments [aria-pressed=true] b {
  background: #344d3e;
  color: #c6f2d9;
}
.ap .advanced-filters {
  display: flex;
  gap: 12px;
  align-items: flex-end;
  margin: 16px 24px 19px;
}
.ap .advanced-filters label {
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-size: 10px;
  color: #a7bcca;
  min-width: 0;
  flex: 1;
  max-width: 280px;
}
.ap .advanced-filters select,
.ap .editor select,
.ap .editor input {
  height: 38px;
  background: #101e2a;
  border: 1px solid #334957;
  border-radius: 7px;
  padding: 0 10px;
  min-width: 0;
  width: 100%;
  color: #d2e2ee;
  font-size: 11px;
}
.ap .advanced-filters .text-button {
  margin-left: auto;
  min-height: 38px;
}
.ap .filter-summary {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #243c35;
  color: #c3daca;
  margin: 0 24px 16px;
  border-radius: 7px;
  padding: 10px 13px;
  font-size: 11px;
}
.ap .filter-summary svg {
  width: 13px;
  height: 13px;
}
.ap .filter-summary > span {
  flex: 1;
  min-width: 0;
  overflow-wrap: anywhere;
}
.ap .filter-summary .text-button {
  flex-shrink: 0;
}
.ap .users-scroll {
  max-height: 624px;
  overflow: auto;
  scrollbar-color: #45605e #152332;
  scrollbar-width: thin;
  border-top: 1px solid var(--line);
  outline-offset: -3px;
}
.ap .user-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 12px;
  text-align: left;
}
.ap .user-table thead {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #14212d;
}
.ap .user-table th {
  font-size: 9px;
  font-weight: 550;
  letter-spacing: 1px;
  color: #88a5b6;
  padding: 13px 14px;
  border-bottom: 1px solid var(--line);
}
.ap .user-table th:first-child {
  width: 33%;
  padding-left: 24px;
}
.ap .user-table th:nth-child(2) {
  width: 24%;
}
.ap .user-table th:nth-child(3) {
  width: 18%;
}
.ap .user-table th:nth-child(4) {
  width: 14%;
}
.ap .user-table th:last-child {
  width: 11%;
  padding-right: 24px;
}
.ap .user-table td {
  padding: 16px 14px;
  border-top: 1px solid #253645;
  vertical-align: middle;
  overflow-wrap: anywhere;
}
.ap .user-table td:first-child {
  padding-left: 24px;
}
.ap .user-table td:last-child {
  padding-right: 24px;
}
.ap .user-table tr:first-child td {
  border-top: 0;
}
.ap .user-table tbody tr:hover {
  background: #1c2d39;
}
.ap .user-table tbody tr:focus-within {
  background: #20372f;
}
.ap .user-cell {
  display: flex;
  gap: 12px;
  align-items: center;
  min-width: 0;
}
.ap .user-avatar {
  width: 37px;
  height: 37px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  background: #273d39;
  color: #afd6bc;
  border: 1px solid #40584c;
  font-size: 11px;
  flex-shrink: 0;
}
.ap .user-avatar.blue {
  background: #233943;
  color: #adc8de;
  border-color: #365365;
}
.ap .user-avatar.sand {
  background: #3a382e;
  color: #dbcca2;
  border-color: #59523b;
}
.ap .user-main {
  min-width: 0;
  flex: 1;
}
.ap .user-name {
  font-size: 13px;
  font-weight: 600;
  color: #e1eef5;
  text-align: left;
  display: block;
  line-height: 1.4;
  max-width: 100%;
  background: none;
  overflow-wrap: anywhere;
}
.ap .user-name:hover {
  color: var(--mint);
}
.ap .user-email {
  display: block;
  font-size: 11px;
  color: #9cb4c5;
  line-height: 1.45;
  margin-top: 3px;
  overflow-wrap: anywhere;
}
.ap .user-ids {
  display: block;
  color: #8098a9;
  font-size: 9px;
  line-height: 1.5;
  margin-top: 5px;
}
.ap .user-plan {
  font-weight: 550;
  display: block;
  color: #cedde8;
  line-height: 1.5;
  font-size: 12px;
}
.ap .user-plan.wallet {
  color: #b6cadf;
}
.ap .access-state {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 10px;
  color: #a5c5b1;
  margin-top: 6px;
}
.ap .access-state:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
  flex-shrink: 0;
}
.ap .access-state.gray {
  color: #91a9b8;
}
.ap .access-state.amber {
  color: #e0b87d;
}
.ap .access-state.red {
  color: #d99a9b;
}
.ap .cell-sub {
  display: block;
  font-size: 10px;
  color: #92aabb;
  margin-top: 5px;
  line-height: 1.5;
}
.ap .connection-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 10px;
  border: 1px solid #3c584b;
  background: #22392e;
  color: #b8dbbe;
  padding: 4px 7px;
  border-radius: 5px;
  line-height: 1.3;
  max-width: 100%;
}
.ap .connection-badge svg {
  width: 11px;
  height: 11px;
}
.ap .connection-badge.offline {
  color: #a8bac6;
  background: #25313c;
  border-color: #3c4b58;
}
.ap .connection-badge.down {
  background: #3b302b;
  color: #e7c095;
  border-color: #625039;
}
.ap .activity-time {
  display: block;
  font-size: 11px;
  font-variant-numeric: tabular-nums;
}
.ap .activity-time span {
  display: block;
  font-size: 10px;
  color: #8da7b7;
  margin-top: 5px;
}
.ap .enter-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 1px solid #3f5850;
  background: #20372f;
  color: #bde3ca;
  border-radius: 7px;
  padding: 8px 9px;
  font-size: 10px;
  white-space: nowrap;
  min-height: 33px;
}
.ap .enter-btn:hover {
  background: #304e3c;
}
.ap .enter-btn svg {
  height: 13px;
  width: 13px;
}
.ap .users-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 15px 24px;
  background: #14232e;
  border-top: 1px solid var(--line);
  font-size: 10px;
  color: #91aabc;
}
.ap .users-footer .pagination {
  display: flex;
  align-items: center;
  gap: 13px;
}
.ap .users-footer .icon {
  width: 31px;
  height: 31px;
}
.ap .users-note {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 10px;
  color: #829baa;
  margin: 20px 1px 0;
}
.ap .users-note > span:first-child {
  display: flex;
  align-items: center;
  gap: 6px;
}
.ap .users-note svg {
  width: 13px;
  height: 13px;
}
.ap .list-state {
  text-align: center;
  padding: 45px 22px;
  color: #9fb5c5;
  font-size: 12px;
}
.ap .list-state h3 {
  color: #dce9ef;
  font-size: 17px;
  margin: 10px 0 7px;
}
.ap .list-state p {
  line-height: 1.7;
  margin-bottom: 15px;
}
.ap .list-state > svg {
  height: 29px;
  width: 29px;
  color: #9ec4af;
}
.ap .mobile-tabs .active {
  color: var(--mint);
}
.ap dialog {
  color: var(--text);
}
.ap dialog::backdrop {
  background: #060c13ba;
  backdrop-filter: blur(3px);
}
.ap .user-dialog {
  position: fixed;
  inset: 0 0 0 auto;
  margin: 0;
  width: 600px;
  max-width: 100%;
  max-height: 100dvh;
  height: 100dvh;
  border: 0;
  border-left: 1px solid #3e554f;
  border-radius: 0;
  background: #111f2b;
  padding: 0;
  box-shadow: -18px 0 60px #04080d66;
  overflow: hidden;
}
.ap .user-dialog[open] {
  display: flex;
  flex-direction: column;
}
.ap .user-dialog-head {
  padding: 25px 25px 16px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.ap .detail-identity {
  display: flex;
  gap: 14px;
  align-items: center;
  min-width: 0;
}
.ap .detail-identity > div {
  min-width: 0;
}
.ap .user-avatar.large {
  width: 49px;
  height: 49px;
  border-radius: 14px;
  font-size: 16px;
}
.ap .detail-identity .eyebrow {
  font-size: 8px;
  letter-spacing: 1.3px;
}
.ap .detail-identity h2 {
  font-size: 23px;
  line-height: 1.3;
  letter-spacing: -.6px;
  overflow-wrap: anywhere;
}
.ap .detail-identity p {
  font-size: 11px;
  color: #a8bfce;
  margin-top: 5px;
  overflow-wrap: anywhere;
}
.ap .detail-overview {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 0 25px 21px;
}
.ap .detail-overview > div {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.ap .detail-overview .btn {
  font-size: 11px;
  min-height: 35px;
  padding: 9px 12px;
  flex-shrink: 0;
}
.ap .detail-tabs {
  display: flex;
  border-top: 1px solid #263b48;
  border-bottom: 1px solid #324953;
  padding: 0 25px;
  gap: 24px;
}
.ap .detail-tabs button {
  padding: 15px 0;
  background: none;
  border-bottom: 2px solid transparent;
  font-size: 11px;
  color: #94b0c3;
  white-space: nowrap;
}
.ap .detail-tabs button[aria-selected=true] {
  border-bottom-color: var(--mint);
  color: var(--mint);
}
.ap .user-dialog-body {
  padding: 22px 25px;
  overflow: auto;
  flex: 1;
  overscroll-behavior: contain;
}
.ap .user-dialog-body section[role=tabpanel] {
  outline: none;
}
.ap .detail-card {
  background: #182a35;
  border: 1px solid #344951;
  border-radius: 10px;
  margin-bottom: 16px;
  padding: 18px;
}
.ap .detail-card h3 {
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
}
.ap .detail-card h3 svg {
  width: 15px;
  height: 15px;
  color: #9dc0ac;
}
.ap .detail-card p {
  font-size: 11px;
  line-height: 1.7;
  color: #a1b6c7;
}
.ap .detail-card .eyebrow {
  font-size: 8px;
  letter-spacing: 1.5px;
}
.ap .access-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 17px 18px;
  background:
    linear-gradient(
      110deg,
      #213b30,
      #192c35);
}
.ap .access-summary strong {
  display: block;
  font-size: 18px;
  margin-bottom: 6px;
  line-height: 1.4;
}
.ap .access-summary .plan-price {
  font-size: 26px;
  color: var(--mint);
  letter-spacing: -1px;
}
.ap .access-summary .plan-price small {
  font-size: 10px;
  color: #b1c9c0;
  letter-spacing: 0;
  display: block;
  text-align: right;
}
.ap .facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 16px;
}
.ap .facts > div {
  min-width: 0;
}
.ap .facts dt {
  color: #8ca9bc;
  font-size: 9px;
  margin-bottom: 7px;
  letter-spacing: .5px;
}
.ap .facts dd {
  font-size: 11px;
  line-height: 1.55;
  color: #d0e0e9;
  margin: 0;
  overflow-wrap: anywhere;
}
.ap .region-box {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #324853;
}
.ap .region-box strong {
  font-size: 12px;
  line-height: 1.5;
  display: block;
  margin: 5px 0;
}
.ap .region-box small {
  font-size: 10px;
  color: #9db2c2;
}
.ap .detail-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 15px;
}
.ap .detail-actions .btn {
  font-size: 10px;
  min-height: 34px;
  padding: 7px 10px;
}
.ap .btn.danger {
  background: #3a292b;
  border-color: #624348;
  color: #e3abad;
}
.ap .btn.danger:hover {
  background: #4b3034;
}
.ap .copy-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.ap .copy-row .btn {
  font-size: 10px;
  padding: 9px 10px;
  min-height: 34px;
}
.ap .editor label {
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-size: 10px;
  color: #a5bdcd;
}
.ap .editor select,
.ap .editor input {
  font-size: 12px;
  height: 40px;
}
.ap .editor input:disabled {
  opacity: .65;
}
.ap .form-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: flex-end;
  gap: 10px;
}
.ap .form-row .btn {
  font-size: 11px;
  height: 40px;
  max-width: 150px;
}
.ap .editor .fine-print {
  font-size: 10px;
  color: #96adb9;
  margin-top: 11px;
  line-height: 1.7;
}
.ap .days-row {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin: 17px 0 12px;
}
.ap .days-row label {
  max-width: 88px;
}
.ap .days-presets {
  display: flex;
  gap: 6px;
}
.ap .days-presets button {
  border: 1px solid #3e525e;
  border-radius: 6px;
  background: #20323e;
  padding: 10px;
  font-size: 11px;
  min-height: 39px;
  color: #bdd1dc;
}
.ap .access-extra {
  border-top: 1px solid #334852;
  margin-top: 17px;
  padding-top: 17px;
}
.ap .access-extra > strong {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
}
.ap .access-extra .btn {
  margin-top: 10px;
  min-height: 34px;
  font-size: 10px;
}
.ap .permission-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 13px 0;
  border-top: 1px solid #2c414d;
}
.ap .permission-row:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.ap .permission-row:last-child {
  padding-bottom: 0;
}
.ap .permission-row strong {
  font-size: 12px;
  display: block;
}
.ap .permission-row p {
  font-size: 10px;
  margin-top: 4px;
}
.ap .switch {
  width: 34px;
  height: 20px;
  background: #3b4d59;
  border: 1px solid #526570;
  border-radius: 15px;
  flex-shrink: 0;
  position: relative;
}
.ap .switch:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #a2b8c5;
}
.ap .switch[aria-checked=true] {
  background: #345742;
  border-color: #7ba28a;
}
.ap .switch[aria-checked=true]:after {
  left: 17px;
  background: #c6f0d4;
}
.ap .editor .stack {
  display: grid;
  gap: 15px;
}
.ap .editor .stack > .btn {
  justify-self: start;
}
.ap .risk-actions {
  border-color: #543e41;
  background: #27272b;
}
.ap .risk-actions summary {
  font-size: 12px;
  cursor: pointer;
  color: #d4a5a6;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 8px;
}
.ap .risk-actions summary:after {
  content: "+";
  margin-left: auto;
  font-size: 18px;
}
.ap .risk-actions[open] summary:after {
  content: "\2212";
}
.ap .risk-actions p {
  margin-top: 12px;
}
.ap .user-dialog-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 15px 25px;
  background: #12222d;
  border-top: 1px solid #304552;
}
.ap .user-dialog-foot > span {
  font-size: 9px;
  color: #93abbb;
  display: flex;
  align-items: center;
  gap: 6px;
}
.ap .user-dialog-foot i {
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background: #a7c0b3;
}
.ap .user-dialog-foot .btn {
  font-size: 11px;
  min-height: 34px;
}
.ap .demo-dialog {
  position: fixed;
  inset: 0;
  margin: auto;
  background: #192b38;
  border: 1px solid #466154;
  border-radius: 14px;
  width: 430px;
  max-width: calc(100% - 28px);
  padding: 22px;
  max-height: 90dvh;
  overflow: auto;
  box-shadow: 0 20px 60px #0007;
}
.ap .demo-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.ap .demo-head .icon {
  width: 30px;
  height: 30px;
}
.ap .demo-dialog h2 {
  font-size: 20px;
  margin-bottom: 13px;
}
.ap .demo-dialog p {
  font-size: 12px;
  line-height: 1.7;
  color: #b3c6d2;
  overflow-wrap: anywhere;
}
.ap .demo-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.ap .demo-actions .btn {
  font-size: 11px;
}
.ap .demo-dialog .editor {
  margin-top: 17px;
}
.ap .user-toast {
  position: fixed;
  right: 24px;
  bottom: 22px;
  z-index: 160;
  background: #2a4837;
  border: 1px solid #81a38a;
  border-radius: 9px;
  color: #d4efda;
  padding: 13px 18px;
  font-size: 12px;
  max-width: min(430px, calc(100% - 30px));
  box-shadow: 0 10px 40px #0005;
}
.ap .user-dialog .user-toast {
  position: sticky;
  bottom: 0;
  margin: 12px;
  max-width: none;
  right: auto;
}
@media (min-width: 1650px) {
  .ap main {
    max-width: 1840px;
  }
  .ap .user-table th:first-child {
    width: 35%;
  }
  .ap .user-table th:nth-child(2) {
    width: 23%;
  }
}
@media (max-width: 1190px) {
  .ap .stat-card {
    padding: 17px 16px;
  }
  .ap .stat-label {
    font-size: 10px;
  }
  .ap .stat-card > strong {
    font-size: 35px;
  }
  .ap .stat-note {
    font-size: 9px;
  }
  .ap .users-card .card-head,
  .ap .users-footer {
    padding-left: 18px;
    padding-right: 18px;
  }
  .ap .user-searchbar,
  .ap .user-segments,
  .ap .advanced-filters {
    margin-left: 18px;
    margin-right: 18px;
  }
  .ap .user-table th,
  .ap .user-table td {
    padding-left: 10px;
    padding-right: 10px;
  }
  .ap .user-table td:first-child,
  .ap .user-table th:first-child {
    padding-left: 18px;
  }
  .ap .user-table td:last-child,
  .ap .user-table th:last-child {
    padding-right: 14px;
  }
  .ap .user-avatar {
    display: none;
  }
  .ap .user-name {
    font-size: 12px;
  }
  .ap .user-email {
    font-size: 10px;
  }
  .ap .user-table th:nth-child(4) {
    width: 15%;
  }
  .ap .user-table th:last-child {
    width: 10%;
  }
  .ap .enter-btn span {
    display: none;
  }
  .ap .enter-btn {
    width: 31px;
    padding: 7px;
  }
  .ap .user-segments button {
    gap: 6px;
    padding: 8px 9px;
    font-size: 10px;
  }
}
@media (max-width: 900px) {
  .ap .users-kpis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ap .stat-label {
    font-size: 12px;
  }
  .ap .stat-card > strong {
    font-size: 35px;
    margin: 13px 0 10px;
  }
  .ap .stat-note {
    font-size: 10px;
  }
  .ap .stat-card {
    padding: 18px;
  }
  .ap .user-table th:first-child {
    width: 35%;
  }
  .ap .user-table th:nth-child(2) {
    width: 24%;
  }
  .ap .user-table th:nth-child(3) {
    width: 19%;
  }
  .ap .user-table th:nth-child(4) {
    width: 15%;
  }
  .ap .user-table th:last-child {
    width: 7%;
  }
  .ap .user-table td:last-child {
    padding-right: 10px;
  }
  .ap .scope-note > span:last-child {
    display: none;
  }
  .ap .user-segments {
    gap: 4px;
  }
  .ap .users-scroll {
    max-height: 650px;
  }
  .ap .users-card .card-head > .text-button {
    display: none;
  }
}
@media (max-width: 680px) {
  .ap .page-head p {
    font-size: 12px;
    max-width: 350px;
  }
  .ap .page-head h1 {
    font-size: 30px;
  }
  .ap .head-actions {
    width: 100%;
    margin-top: 16px;
  }
  .ap .head-actions .btn {
    flex: 1;
  }
  .ap .context-line {
    margin-top: 20px;
  }
  .ap .context-line > div,
  .ap .context-line > span {
    font-size: 9px;
  }
  .ap .users-kpis {
    gap: 10px;
  }
  .ap .stat-card {
    padding: 16px 15px;
  }
  .ap .stat-label {
    font-size: 10px;
    line-height: 1.5;
  }
  .ap .stat-label svg {
    width: 14px;
    height: 14px;
  }
  .ap .stat-card > strong {
    font-size: 35px;
  }
  .ap .stat-note {
    font-size: 9px;
    line-height: 1.6;
  }
  .ap .stat-note svg {
    display: none;
  }
  .ap .scope-note {
    font-size: 9px;
    margin-bottom: 20px;
  }
  .ap .users-card .card-head {
    padding: 20px 17px 0;
  }
  .ap .users-card h2 {
    font-size: 15px;
    gap: 8px;
  }
  .ap .users-card .card-head .eyebrow {
    font-size: 8px;
  }
  .ap .users-card .card-head p {
    font-size: 10px;
    line-height: 1.7;
  }
  .ap .user-searchbar {
    margin: 17px 17px 14px;
    gap: 8px;
    flex-wrap: wrap;
  }
  .ap .user-searchbar .search {
    flex-basis: 100%;
    width: 100%;
  }
  .ap .user-searchbar .search input {
    font-size: 12px;
  }
  .ap .user-searchbar #filters-toggle {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    font-size: 11px;
    min-height: 37px;
    padding: 8px 10px;
  }
  .ap .filter-caret {
    margin-left: auto;
    width: 14px !important;
  }
  .ap #filters-count {
    background: #42624e;
    border-radius: 6px;
    min-width: 17px;
    font-size: 9px;
    text-align: center;
  }
  .ap .user-segments {
    margin: 0 17px;
    padding-bottom: 15px;
    gap: 6px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .ap .user-segments button {
    justify-content: space-between;
    font-size: 9px;
    gap: 4px;
    padding: 8px 6px;
    border-color: #2c414e;
    min-width: 0;
    white-space: normal;
    text-align: left;
    line-height: 1.5;
  }
  .ap .user-segments b {
    font-size: 8px;
    min-width: 16px;
  }
  .ap .advanced-filters {
    display: none;
    margin: 15px 17px;
  }
  .ap .advanced-filters.open {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .ap .advanced-filters label {
    max-width: none;
    width: 100%;
    font-size: 10px;
  }
  .ap .advanced-filters select {
    font-size: 12px;
  }
  .ap .advanced-filters .text-button {
    align-self: flex-start;
    margin-left: 0;
  }
  .ap .filter-summary {
    margin: 14px 17px;
    font-size: 10px;
    gap: 6px;
    padding: 10px;
  }
  .ap .filter-summary .text-button {
    font-size: 10px;
  }
  .ap .users-scroll {
    max-height: 650px;
    overflow: auto;
  }
  .ap .user-table,
  .ap .user-table tbody {
    display: block;
    width: 100%;
  }
  .ap .user-table thead {
    display: none;
  }
  .ap .user-table tr {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(100px, .72fr);
    padding: 18px 17px;
    gap: 16px 14px;
    border-top: 1px solid #2c404d;
  }
  .ap .user-table tr:first-child {
    border-top: 0;
  }
  .ap .user-table td,
  .ap .user-table td:first-child,
  .ap .user-table td:last-child {
    display: block;
    width: auto;
    padding: 0;
    border: 0 !important;
    min-width: 0;
  }
  .ap .user-table td:first-child {
    grid-column: 1/-1;
  }
  .ap .user-avatar {
    display: grid;
  }
  .ap .user-cell {
    gap: 10px;
    align-items: flex-start;
  }
  .ap .user-name {
    font-size: 13px;
  }
  .ap .user-email {
    font-size: 11px;
  }
  .ap .user-ids {
    font-size: 9px;
    line-height: 1.7;
    margin-top: 3px;
  }
  .ap .user-table td:nth-child(2):before,
  .ap .user-table td:nth-child(3):before,
  .ap .user-table td:nth-child(4):before {
    display: block;
    content: attr(data-label);
    font-size: 8px;
    letter-spacing: .5px;
    color: #7d9cad;
    margin-bottom: 6px;
  }
  .ap .user-table td:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
  .ap .user-table td:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
  }
  .ap .user-table td:nth-child(4) {
    grid-column: 1;
    grid-row: 3;
  }
  .ap .user-table td:nth-child(5) {
    grid-column: 2;
    grid-row: 3;
    align-self: end;
  }
  .ap .user-plan {
    font-size: 12px;
  }
  .ap .cell-sub {
    font-size: 9px;
    line-height: 1.6;
  }
  .ap .access-state {
    font-size: 10px;
  }
  .ap .activity-time {
    font-size: 10px;
  }
  .ap .activity-time span {
    display: inline;
    margin-left: 6px;
    font-size: 9px;
  }
  .ap .connection-badge {
    font-size: 9px;
  }
  .ap .enter-btn {
    width: 100%;
    height: 35px;
  }
  .ap .enter-btn span {
    display: inline;
    font-size: 10px;
  }
  .ap .users-footer {
    padding: 14px 17px;
    font-size: 9px;
  }
  .ap .users-footer .pagination {
    gap: 9px;
  }
  .ap .users-footer .icon {
    width: 30px;
    height: 30px;
  }
  .ap .users-note {
    font-size: 9px;
    line-height: 1.7;
  }
  .ap .users-note > span:last-child {
    display: none;
  }
  .ap .user-dialog {
    width: 100%;
    border: 0;
  }
  .ap .user-dialog-head {
    padding: 22px 18px 16px;
  }
  .ap .detail-identity {
    gap: 11px;
  }
  .ap .user-avatar.large {
    width: 43px;
    height: 43px;
    font-size: 13px;
  }
  .ap .detail-identity h2 {
    font-size: 20px;
  }
  .ap .detail-identity p {
    font-size: 10px;
  }
  .ap .detail-identity .eyebrow {
    font-size: 7px;
    letter-spacing: .6px;
  }
  .ap .user-dialog-head > .icon {
    width: 30px;
    height: 30px;
  }
  .ap .detail-overview {
    padding: 0 18px 18px;
    gap: 10px;
  }
  .ap .detail-overview .btn {
    font-size: 10px;
    padding: 8px;
    min-height: 34px;
  }
  .ap .detail-overview .btn svg {
    width: 12px;
    height: 12px;
  }
  .ap .detail-overview .connection-badge {
    font-size: 8px;
  }
  .ap .detail-tabs {
    padding: 0 18px;
    gap: 0;
    justify-content: space-between;
  }
  .ap .detail-tabs button {
    font-size: 10px;
    padding: 13px 0;
  }
  .ap .user-dialog-body {
    padding: 19px 18px;
  }
  .ap .detail-card {
    padding: 16px;
    margin-bottom: 14px;
  }
  .ap .detail-card h3 {
    font-size: 12px;
  }
  .ap .detail-card p {
    font-size: 10px;
  }
  .ap .access-summary strong {
    font-size: 17px;
  }
  .ap .access-summary .plan-price {
    font-size: 23px;
  }
  .ap .facts {
    gap: 17px 12px;
  }
  .ap .facts dt {
    font-size: 8px;
  }
  .ap .facts dd {
    font-size: 10px;
  }
  .ap .detail-actions .btn,
  .ap .copy-row .btn {
    font-size: 9px;
    padding: 8px;
  }
  .ap .copy-row {
    gap: 6px;
  }
  .ap .user-dialog-foot {
    padding: 13px 18px calc(13px + env(safe-area-inset-bottom));
  }
  .ap .user-dialog-foot > span {
    font-size: 8px;
  }
  .ap .demo-dialog {
    padding: 20px;
  }
  .ap .demo-dialog h2 {
    font-size: 18px;
  }
  .ap .demo-dialog p {
    font-size: 11px;
  }
  .ap .user-toast {
    bottom: 83px;
    font-size: 11px;
    right: 15px;
  }
  .ap .form-row {
    grid-template-columns: minmax(0, 1fr) auto;
  }
  .ap .form-row .btn {
    font-size: 10px;
    padding: 8px 10px;
    max-width: 118px;
  }
  .ap .editor .fine-print {
    font-size: 9px;
  }
  .ap .permission-row p {
    font-size: 9px;
  }
}
@media (max-width: 350px) {
  .ap .page-head h1 {
    font-size: 27px;
  }
  .ap .stat-card {
    padding: 14px 12px;
  }
  .ap .stat-label {
    font-size: 9px;
  }
  .ap .stat-label svg {
    display: none;
  }
  .ap .stat-note {
    font-size: 8px;
  }
  .ap .users-card h2 {
    font-size: 13px;
  }
  .ap .user-segments button {
    font-size: 8px;
    padding: 8px 5px;
  }
  .ap .user-table tr {
    gap: 14px 10px;
  }
  .ap .user-avatar {
    width: 30px;
    height: 30px;
    font-size: 9px;
  }
  .ap .user-name {
    font-size: 12px;
  }
  .ap .user-email {
    font-size: 10px;
  }
  .ap .user-plan {
    font-size: 11px;
  }
  .ap .detail-identity h2 {
    font-size: 17px;
  }
  .ap .detail-identity p {
    font-size: 9px;
  }
  .ap .detail-overview {
    align-items: flex-start;
  }
  .ap .detail-overview > div {
    flex-direction: column;
  }
  .ap .detail-tabs button {
    font-size: 9px;
  }
  .ap .form-row {
    grid-template-columns: 1fr;
  }
  .ap .form-row .btn {
    justify-self: start;
  }
  .ap .days-presets button {
    padding: 8px;
  }
  .ap .copy-row .btn {
    font-size: 8px;
  }
  .ap .scope-note {
    font-size: 8px;
  }
  .ap .users-footer {
    font-size: 8px;
  }
}
@media print {
  .ap .users-scroll {
    max-height: none;
    overflow: visible;
  }
  .ap .users-kpis {
    break-inside: avoid;
  }
  .ap .user-table thead {
    position: static;
  }
}
.ap .operators-kpis {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 15px;
}
.ap .operators-kpis .stat-card {
  padding: 21px 22px;
}
.ap .operators-kpis .stat-card > strong {
  font-size: 44px;
  margin: 18px 0 15px;
}
.ap .operators-kpis .stat-label {
  font-size: 12px;
}
.ap .operators-kpis .stat-note {
  font-size: 10px;
}
.ap .head-actions .primary {
  width: auto;
}
.ap .head-actions .primary span {
  display: inline;
}
.ap .operators-card .card-head h2 {
  font-size: 18px;
}
.ap .operator-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
  margin: 0 24px 17px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 14px;
}
.ap .operator-toolbar .user-segments {
  margin: 0;
  padding: 0;
  border: 0;
  gap: 8px;
}
.ap .operator-toolbar > span {
  font-size: 10px;
  color: #8ca9b9;
  white-space: nowrap;
}
.ap .operator-table th:first-child {
  width: 35%;
}
.ap .operator-table th:nth-child(2) {
  width: 19%;
}
.ap .operator-table th:nth-child(3) {
  width: 16%;
}
.ap .operator-table th:nth-child(4) {
  width: 13%;
}
.ap .operator-table th:last-child {
  width: 17%;
}
.ap .operator-table td {
  padding-block: 19px;
}
.ap .operator-table .user-ids {
  margin-top: 3px;
}
.ap .operator-table .user-name {
  padding: 0;
  min-height: 20px;
}
.ap .operator-number {
  font-size: 17px;
  line-height: 1.2;
  font-weight: 580;
  font-variant-numeric: tabular-nums;
  letter-spacing: -.3px;
}
.ap .operator-number.credits {
  color: var(--mint);
}
.ap .operator-number.empty-credit {
  color: var(--amber);
}
.ap .operator-table .cell-sub {
  font-size: 10px;
}
.ap .operator-management {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.ap .operator-management .open-profile {
  background: none;
  color: #9db5be;
  display: grid;
  place-items: center;
  width: 26px;
  height: 36px;
  flex-shrink: 0;
}
.ap .operator-management .open-profile:hover {
  color: var(--mint);
}
.ap .operator-management .enter-btn {
  min-width: 78px;
}
.ap .operator-table .user-avatar {
  width: 38px;
  height: 38px;
}
.ap .operator-scroll {
  max-height: 566px;
}
.ap .operator-dialog {
  width: 624px;
}
.ap .operator-badge {
  font-size: 10px;
}
.ap .credit-hero {
  padding: 22px;
  background:
    linear-gradient(
      120deg,
      #234031,
      #172d33);
  border-color: #496652;
}
.ap .credit-hero .credit-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #c0d9cd;
  font-size: 12px;
}
.ap .credit-heading svg {
  color: #aecfb9;
}
.ap .credit-value {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: 12px 0;
}
.ap .credit-value strong {
  font-size: 53px;
  font-weight: 550;
  letter-spacing: -1.8px;
  line-height: 1.1;
  color: var(--mint);
}
.ap .credit-value span {
  font-size: 13px;
  color: #b8d2c4;
}
.ap .credit-hero .credit-caption {
  font-size: 10px;
  color: #a5c4b3;
  display: flex;
  gap: 6px;
  align-items: center;
}
.ap .credit-caption svg {
  width: 12px;
  height: 12px;
}
.ap .credit-buttons {
  display: flex;
  gap: 8px;
  margin-top: 20px;
  padding-top: 17px;
  border-top: 1px solid #3c5a48;
}
.ap .credit-buttons .btn {
  font-size: 11px;
  flex: 1;
  padding: 10px;
}
.ap .credit-buttons .secondary {
  background: #223d35;
  border-color: #4e6857;
  color: #c9e4d0;
}
.ap .linked-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 12px;
}
.ap .linked-stat {
  padding: 17px;
  background: #182b35;
  border: 1px solid #364b55;
  border-radius: 9px;
}
.ap .linked-stat > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 10px;
  color: #a9c1ce;
}
.ap .linked-stat svg {
  width: 14px;
  height: 14px;
  color: #89a89d;
}
.ap .linked-stat strong {
  display: block;
  font-size: 27px;
  letter-spacing: -.7px;
  margin: 9px 0 5px;
  font-weight: 550;
}
.ap .linked-stat small {
  display: block;
  font-size: 9px;
  color: #8eacbd;
}
.ap .linked-explanation {
  margin: 0 2px 19px;
  font-size: 10px;
  color: #98b0bd;
  line-height: 1.7;
}
.ap .link-box {
  padding: 18px;
}
.ap .link-box .btn {
  margin-top: 14px;
  width: 100%;
  font-size: 11px;
}
.ap .link-box h3 {
  margin-bottom: 8px;
}
.ap .operator-explanation {
  padding: 13px 15px;
  border-left: 2px solid #658975;
  background: #192d31;
  font-size: 10px;
  line-height: 1.7;
  color: #a8c0c9;
  margin-bottom: 18px;
}
.ap .operator-copy {
  margin-top: 16px;
}
.ap .operator-dialog .detail-tabs {
  gap: 35px;
}
.ap .operator-dialog .user-dialog-body {
  padding-top: 20px;
}
.ap .operator-dialog .permission-row {
  padding-block: 15px;
}
.ap .operator-dialog .permission-row:first-of-type {
  padding-top: 0;
}
.ap .operator-dialog .editor input {
  min-width: 0;
}
.ap .operator-dialog .risk-actions .detail-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.ap .operator-dialog .risk-actions .detail-actions .btn:first-child {
  grid-column: 1/-1;
}
.ap .user-toast {
  z-index: 200;
  pointer-events: none;
}
.ap .user-toast.in-dialog {
  position: absolute;
  bottom: 78px;
  right: 18px;
  left: 18px;
  max-width: none;
}
.ap .bulk-dialog {
  width: 620px;
  padding: 26px;
  max-height: calc(100dvh - 34px);
}
.ap .bulk-dialog h2 {
  font-size: 23px;
  margin-bottom: 4px;
}
.ap .bulk-dialog > p {
  font-size: 11px;
}
.ap .bulk-dialog .demo-head {
  margin-bottom: 6px;
}
.ap .bulk-dialog .demo-head .eyebrow {
  margin: 0;
}
.ap .bulk-steps {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 23px 0;
  color: #809dab;
  font-size: 10px;
}
.ap .bulk-steps > span {
  display: flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}
.ap .bulk-steps b {
  display: grid;
  place-items: center;
  border: 1px solid #49606b;
  border-radius: 50%;
  height: 23px;
  width: 23px;
  font-size: 10px;
  font-weight: 500;
}
.ap .bulk-steps i {
  height: 1px;
  background: #37525b;
  flex: 1;
}
.ap .bulk-steps .current {
  color: #c1e8d2;
}
.ap .bulk-steps .current b {
  border-color: #7f9f89;
  background: #304f3d;
  color: #c9f6db;
}
.ap .bulk-fields {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 15px;
}
.ap .bulk-fields input[type=file] {
  font-size: 10px;
  padding: 7px;
  height: 40px;
}
.ap .bulk-fields input::file-selector-button {
  border: 1px solid #496371;
  background: #213d48;
  color: #c5dfdd;
  font-size: 10px;
  padding: 3px 6px;
  border-radius: 4px;
  margin-right: 6px;
}
.ap .bulk-input-label {
  margin-top: 15px;
}
.ap .bulk-dialog textarea {
  width: 100%;
  min-height: 135px;
  resize: vertical;
  border: 1px solid #3e5663;
  border-radius: 7px;
  background: #101e2a;
  color: #d3e3ec;
  font:
    11px/1.9 ui-monospace,
    SFMono-Regular,
    Consolas,
    monospace;
  padding: 12px;
  outline-offset: 3px;
}
.ap .editor label.bulk-check {
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  line-height: 1.6;
  font-size: 11px;
  color: #b1c9d2;
}
.ap .bulk-check input {
  width: 16px;
  height: 16px;
  accent-color: var(--mint);
  flex-shrink: 0;
}
.ap .bulk-summary {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 18px;
}
.ap .bulk-summary > div {
  background: #172b36;
  border: 1px solid #3a535d;
  border-radius: 7px;
  padding: 11px 10px;
}
.ap .bulk-summary strong {
  font-size: 21px;
  display: block;
  line-height: 1.2;
  margin-bottom: 5px;
  font-weight: 550;
}
.ap .bulk-summary span {
  font-size: 9px;
  color: #aac0cd;
  display: block;
}
.ap .bulk-summary .valid {
  border-color: #526f57;
  background: #243c30;
}
.ap .bulk-summary .valid strong {
  color: var(--mint);
}
.ap .bulk-summary .warn strong {
  color: var(--amber);
}
.ap .bulk-results {
  max-height: 134px;
  overflow: auto;
  margin-top: 10px;
  border: 1px solid #3a4e5b;
  border-radius: 7px;
  background: #172630;
  padding: 8px 12px;
}
.ap .bulk-result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 7px 0;
  border-bottom: 1px solid #2f424c;
  font-size: 10px;
  color: #b9c9d5;
}
.ap .bulk-result:last-child {
  border: 0;
}
.ap .bulk-result span {
  min-width: 0;
  overflow-wrap: anywhere;
}
.ap .bulk-result small {
  white-space: nowrap;
  color: #e2c18c;
  font-size: 9px;
}
.ap .bulk-result small.ok {
  color: #a7d2b7;
}
.ap .bulk-dialog .demo-actions {
  border-top: 1px solid #334d57;
  padding-top: 18px;
  margin-top: 17px;
  gap: 8px;
}
.ap .bulk-dialog .demo-actions .btn {
  font-size: 11px;
}
.ap .bulk-dialog .fine-print.error {
  color: var(--red);
}
.ap .demo-dialog #action-fields .stack {
  display: grid;
  gap: 15px;
}
.ap .demo-dialog #action-fields:empty {
  display: none;
}
.ap .list-state .btn {
  margin-top: 8px;
  font-size: 11px;
}
.ap .operator-table .loading-row {
  height: 80px;
}
.ap .mobile-tabs button {
  font-family: inherit;
}
.ap .mobile-tabs a:first-child {
  color: #9db4c6;
}
@media (max-width: 1190px) {
  .ap .operator-toolbar {
    margin-inline: 18px;
  }
  .ap .operator-management {
    gap: 3px;
  }
  .ap .operator-management .enter-btn {
    min-width: 34px;
  }
  .ap .operator-management .open-profile {
    width: 20px;
  }
  .ap .operator-table th:first-child {
    width: 35%;
  }
  .ap .operator-table th:nth-child(2) {
    width: 20%;
  }
  .ap .operator-table th:nth-child(3) {
    width: 17%;
  }
  .ap .operator-table th:nth-child(4) {
    width: 13%;
  }
  .ap .operator-table th:last-child {
    width: 15%;
  }
  .ap .operator-table .user-avatar {
    display: none;
  }
  .ap .operator-table th {
    letter-spacing: .4px;
    font-size: 8px;
  }
  .ap .operators-kpis .stat-card {
    padding: 20px 18px;
  }
  .ap .operators-kpis .stat-label {
    font-size: 11px;
  }
  .ap .operator-dialog .user-avatar.large {
    display: grid;
  }
}
@media (max-width: 850px) {
  .ap .operator-table .user-avatar {
    display: grid;
  }
  .ap .operator-table .user-name {
    font-size: 12px;
  }
  .ap .operator-table .user-email {
    font-size: 10px;
  }
  .ap .operator-table .user-cell {
    gap: 8px;
  }
  .ap .operator-table .user-avatar {
    width: 32px;
    height: 32px;
  }
  .ap .head-actions .primary {
    padding: 10px 13px;
  }
  .ap .operators-kpis .stat-label {
    font-size: 11px;
  }
  .ap .operators-kpis .stat-card > strong {
    font-size: 38px;
  }
  .ap .operators-card .card-head > .text-button {
    display: none;
  }
  .ap .operator-table th:first-child {
    width: 38%;
  }
  .ap .operator-table th:nth-child(2) {
    width: 18%;
  }
  .ap .operator-table th:nth-child(3) {
    width: 17%;
  }
  .ap .operator-table th:nth-child(4) {
    width: 13%;
  }
  .ap .operator-table th:last-child {
    width: 14%;
  }
  .ap .operator-dialog .user-avatar.large {
    width: 49px;
    height: 49px;
  }
}
@media (max-width: 680px) {
  .ap .operators-kpis {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .ap .operators-kpis .highlight {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0 14px;
    padding: 19px 18px;
  }
  .ap .operators-kpis .highlight .stat-label {
    grid-column: 1;
    grid-row: 1;
    font-size: 12px;
  }
  .ap .operators-kpis .highlight > strong {
    grid-column: 2;
    grid-row: 1/3;
    font-size: 44px;
    margin: 0;
    align-self: center;
  }
  .ap .operators-kpis .highlight .stat-note {
    grid-column: 1;
    grid-row: 2;
    margin-top: 10px;
  }
  .ap .operators-kpis .highlight .stat-label svg {
    display: none;
  }
  .ap .operators-kpis .stat-card {
    padding: 17px;
  }
  .ap .operators-kpis .stat-card > strong {
    font-size: 36px;
    margin: 13px 0 11px;
  }
  .ap .operators-kpis .stat-label {
    font-size: 11px;
  }
  .ap .operators-kpis .stat-note {
    font-size: 9px;
  }
  .ap .operators-kpis .highlight > strong {
    margin: 0;
  }
  .ap .operators-card .card-head h2 {
    font-size: 16px;
  }
  .ap .operator-toolbar {
    margin: 0 17px 15px;
    display: block;
    padding-bottom: 0;
    border: 0;
  }
  .ap .operator-toolbar .user-segments {
    display: flex;
    gap: 5px;
    padding: 0;
  }
  .ap .operator-toolbar .user-segments button {
    font-size: 10px;
    flex: 1;
    gap: 5px;
    justify-content: center;
    white-space: nowrap;
    padding: 9px 6px;
  }
  .ap .operator-toolbar > span {
    display: none;
  }
  .ap .operator-scroll {
    max-height: 706px;
  }
  .ap .operator-table tr {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 17px 12px;
    padding: 19px 17px;
  }
  .ap .operator-table td:first-child {
    grid-column: 1/-1;
    grid-row: 1;
  }
  .ap .operator-table td:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
  .ap .operator-table td:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
  }
  .ap .operator-table td:nth-child(4) {
    grid-column: 3;
    grid-row: 2;
  }
  .ap .operator-table td:last-child {
    grid-column: 1/-1;
    grid-row: 3;
    border-top: 1px solid #2d404b !important;
    padding-top: 13px;
  }
  .ap .operator-table .user-cell {
    gap: 12px;
  }
  .ap .operator-table .user-avatar {
    width: 38px;
    height: 38px;
    border-radius: 11px;
  }
  .ap .operator-table .user-name {
    font-size: 14px;
  }
  .ap .operator-table .user-email {
    font-size: 11px;
  }
  .ap .operator-table .user-ids {
    font-size: 9px;
  }
  .ap .operator-table td:nth-child(2):before,
  .ap .operator-table td:nth-child(3):before,
  .ap .operator-table td:nth-child(4):before {
    font-size: 8px;
    letter-spacing: .4px;
    color: #97aebb;
    margin-bottom: 6px;
  }
  .ap .operator-number {
    font-size: 20px;
  }
  .ap .operator-table .cell-sub {
    font-size: 9px;
    margin-top: 5px;
  }
  .ap .operator-management .enter-btn {
    width: auto;
    min-width: 120px;
    min-height: 35px;
  }
  .ap .operator-management .open-profile {
    width: auto;
    display: flex;
    gap: 7px;
    min-height: 35px;
    font-size: 11px;
  }
  .ap .operator-management .open-profile:before {
    content: "Gerenciar";
  }
  .ap .operator-management .open-profile svg {
    width: 14px;
    height: 14px;
  }
  .ap .operator-management .enter-btn span {
    display: inline;
  }
  .ap .scope-note {
    font-size: 9px;
    line-height: 1.7;
    margin-bottom: 19px;
  }
  .ap .head-actions {
    gap: 9px;
  }
  .ap .head-actions .btn {
    font-size: 11px !important;
    min-height: 41px;
  }
  .ap .head-actions .primary {
    width: auto;
  }
  .ap .operator-dialog {
    width: 100%;
  }
  .ap .operator-dialog .detail-tabs {
    gap: 0;
    justify-content: space-between;
  }
  .ap .credit-hero {
    padding: 19px;
  }
  .ap .credit-value strong {
    font-size: 48px;
  }
  .ap .credit-value {
    gap: 10px;
    margin-block: 11px;
  }
  .ap .credit-hero .credit-heading {
    font-size: 12px;
  }
  .ap .credit-buttons {
    gap: 7px;
    margin-top: 17px;
    padding-top: 15px;
  }
  .ap .credit-buttons .btn {
    font-size: 11px;
    padding: 9px 6px;
    min-height: 38px;
  }
  .ap .linked-stat {
    padding: 15px;
  }
  .ap .linked-stat > span {
    font-size: 10px;
  }
  .ap .linked-stat strong {
    font-size: 26px;
    margin-block: 9px 4px;
  }
  .ap .linked-stats {
    gap: 10px;
  }
  .ap .link-box .btn {
    min-height: 39px;
    font-size: 11px;
  }
  .ap .operator-dialog .detail-card p {
    font-size: 11px;
  }
  .ap .operator-dialog .user-avatar.large {
    width: 43px;
    height: 43px;
  }
  .ap .operator-explanation,
  .ap .linked-explanation {
    font-size: 10px;
  }
  .ap .operator-dialog .detail-overview .btn {
    font-size: 10px;
  }
  .ap .bulk-dialog {
    width: 100%;
    max-width: 100%;
    max-height: 100dvh;
    height: 100dvh;
    border-radius: 0;
    border: 0;
    padding: 22px 18px;
    margin: 0;
  }
  .ap .bulk-dialog h2 {
    font-size: 21px;
  }
  .ap .bulk-steps {
    gap: 7px;
    font-size: 9px;
    margin-block: 20px;
  }
  .ap .bulk-steps > span {
    gap: 5px;
  }
  .ap .bulk-steps b {
    width: 21px;
    height: 21px;
    font-size: 9px;
  }
  .ap .bulk-fields {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .ap .bulk-dialog textarea {
    min-height: 125px;
    font-size: 10px;
  }
  .ap .bulk-summary {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .ap .bulk-summary > div {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px;
  }
  .ap .bulk-summary strong {
    margin: 0;
    font-size: 22px;
  }
  .ap .bulk-summary span {
    font-size: 9px;
  }
  .ap .bulk-results {
    max-height: 125px;
  }
  .ap .bulk-dialog .demo-actions {
    position: sticky;
    bottom: -22px;
    background: #192b38;
    padding: 15px 0 calc(15px + env(safe-area-inset-bottom));
    flex-wrap: wrap;
    margin-bottom: -10px;
  }
  .ap .bulk-dialog .demo-actions .btn {
    font-size: 10px;
    flex: 1;
    min-height: 40px;
    padding: 9px;
  }
  .ap .bulk-dialog .editor label.bulk-check {
    font-size: 10px;
  }
  .ap .bulk-dialog .editor .fine-print {
    font-size: 10px;
  }
  .ap .operator-dialog .risk-actions .detail-actions {
    grid-template-columns: 1fr;
  }
  .ap .operator-dialog .risk-actions .detail-actions .btn {
    min-height: 38px;
  }
  .ap .operator-badge {
    font-size: 9px;
  }
}
@media (max-width: 350px) {
  .ap .operators-kpis .stat-card {
    padding: 15px 12px;
  }
  .ap .operators-kpis .stat-label {
    font-size: 10px;
  }
  .ap .operators-kpis .stat-note {
    font-size: 8px;
  }
  .ap .operators-kpis .highlight {
    padding: 17px 14px;
  }
  .ap .operators-kpis .highlight .stat-label {
    font-size: 11px;
  }
  .ap .operator-toolbar .user-segments button {
    font-size: 8px;
  }
  .ap .operators-card .card-head h2 {
    font-size: 14px;
  }
  .ap .operator-table .user-name {
    font-size: 12px;
  }
  .ap .operator-table .user-email {
    font-size: 10px;
  }
  .ap .operator-table .user-cell {
    gap: 9px;
  }
  .ap .operator-table .user-avatar {
    width: 32px;
    height: 32px;
  }
  .ap .operator-table td:nth-child(2):before,
  .ap .operator-table td:nth-child(3):before,
  .ap .operator-table td:nth-child(4):before {
    font-size: 7px;
    letter-spacing: 0;
  }
  .ap .operator-table .cell-sub {
    font-size: 8px;
  }
  .ap .operator-number {
    font-size: 19px;
  }
  .ap .operator-table tr {
    gap: 16px 8px;
  }
  .ap .operator-dialog .user-avatar.large {
    width: 36px;
    height: 36px;
  }
  .ap .operator-dialog .detail-overview {
    align-items: center;
  }
  .ap .operator-dialog .detail-overview .operator-badge {
    font-size: 8px;
  }
  .ap .operator-dialog .detail-overview .btn {
    font-size: 9px;
  }
  .ap .operator-dialog .detail-overview .btn svg {
    display: none;
  }
  .ap .bulk-steps {
    gap: 5px;
    font-size: 8px;
  }
  .ap .bulk-steps b {
    width: 19px;
    height: 19px;
  }
  .ap .bulk-dialog h2 {
    font-size: 19px;
  }
  .ap .linked-stat {
    padding: 13px;
  }
  .ap .linked-stat > span {
    font-size: 9px;
  }
  .ap .linked-stat small {
    font-size: 8px;
  }
}
.ap .permission-intro {
  margin-bottom: 18px;
}
.ap .import-file {
  position: relative;
}
.ap .import-file input[type=file] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  padding: 0;
  border: 0;
}
.ap .file-picker {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 40px;
  padding: 7px;
  background: #101e2a;
  border: 1px solid #334957;
  border-radius: 7px;
  cursor: pointer;
  min-width: 0;
}
.ap .file-picker > span {
  border: 1px solid #4b6471;
  border-radius: 4px;
  background: #213b47;
  color: #d1e4ea;
  padding: 4px 6px;
  font-size: 10px;
  white-space: nowrap;
}
.ap .file-picker small {
  font-size: 9px;
  color: #9cb3c1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ap .import-file:focus-within .file-picker {
  outline: 2px solid var(--mint);
  outline-offset: 3px;
}
.admin-shell[data-apex-applicators-shell=v1] {
  --bg-1:#121c28;
  --bg-2:#182533;
  --border:#263342;
  --text-1:#edf3fa;
  --text-2:#c5d3df;
  --text-3:#9aabba;
  --green:#b2f3ce;
  --shadow-glow:none;
  background: #0b1119;
  color: #edf3fa;
}
.admin-shell[data-apex-applicators-shell=v1] .body {
  background: #0b1119;
  padding-top: 70px;
}
.admin-shell[data-apex-applicators-shell=v1] .topbar {
  height: 70px;
  background: #0d151f;
  border-bottom: 1px solid #263342;
  box-shadow: none;
  padding: 0 25px;
}
.admin-shell[data-apex-applicators-shell=v1] .topbar-logo {
  width: 32px;
  height: 32px;
}
.admin-shell[data-apex-applicators-shell=v1] .logo {
  font-size: 19px;
  letter-spacing: -.65px;
  color: #edf3fa;
}
.admin-shell[data-apex-applicators-shell=v1] .topbar-account {
  background: transparent;
  border-color: #314235;
}
.admin-shell[data-apex-applicators-shell=v1] .topbar-avatar {
  background: #2c3934;
  color: #b2f3ce;
  border-color: #506c5d;
}
.admin-shell[data-apex-applicators-shell=v1] .sidenav {
  width: 216px;
  min-width: 216px;
  flex-basis: 216px;
  padding: 25px 16px;
  border-right: 1px solid #263342;
  background: #0d141e;
  gap: 5px;
}
.admin-shell[data-apex-applicators-shell=v1] .sidenav:before {
  content: "ADMIN";
  display: block;
  font-size: 10px;
  letter-spacing: 1.8px;
  font-weight: 650;
  color: #8395a8;
  margin: 7px 13px 13px;
}
.admin-shell[data-apex-applicators-shell=v1] .nav-btn {
  background: transparent;
  color: #9aabba;
  min-height: 45px;
  border-radius: 9px;
  padding: 12px 14px;
  box-shadow: none;
  border: 0;
  gap: 12px;
}
.admin-shell[data-apex-applicators-shell=v1] .nav-btn:hover {
  background: #162330;
  color: #edf3fa;
}
.admin-shell[data-apex-applicators-shell=v1] .nav-btn.active {
  background: #213930;
  color: #b2f3ce;
  box-shadow: inset 2px 0 #b2f3ce;
}
.admin-shell[data-apex-applicators-shell=v1] .nav-btn.active svg {
  color: #b2f3ce;
  filter: none;
}
.admin-shell[data-apex-applicators-shell=v1] .nav-btn:nth-child(6) {
  margin-top: 26px;
  position: relative;
}
.admin-shell[data-apex-applicators-shell=v1] .nav-btn:nth-child(6):before {
  content: "";
  position: absolute;
  left: 13px;
  right: 13px;
  top: -15px;
  border-top: 1px solid #263342;
}
.admin-shell[data-apex-applicators-shell=v1] .main {
  padding: 30px 32px;
  background: #0b1119;
  max-width: none;
}
.admin-shell[data-apex-applicators-shell=v1] .mobile-tabbar {
  background: #101a25;
  border-top: 1px solid #263342;
  box-shadow: none;
}
.admin-shell[data-apex-applicators-shell=v1] .mobile-tab {
  color: #91a5b7;
}
.admin-shell[data-apex-applicators-shell=v1] .mobile-tab.active,
.admin-shell[data-apex-applicators-shell=v1] .mobile-tab.active svg {
  background: transparent;
  color: #b2f3ce;
}
.admin-shell[data-apex-applicators-shell=v1] .sidenav {
  width: 204px;
  min-width: 204px;
  flex-basis: 204px;
}
@media (max-width: 1190px) {
  .admin-shell[data-apex-applicators-shell=v1] .sidenav {
    width: 190px;
    min-width: 190px;
    flex-basis: 190px;
  }
  .admin-shell[data-apex-applicators-shell=v1] .main {
    padding: 26px 22px;
  }
}
@media (max-width: 640px) {
  .admin-shell[data-apex-applicators-shell=v1] .topbar {
    height: calc(60px + env(safe-area-inset-top, 0px));
    padding: 0 14px;
  }
  .admin-shell[data-apex-applicators-shell=v1] .body {
    padding-top: calc(60px + env(safe-area-inset-top, 0px));
  }
  .admin-shell[data-apex-applicators-shell=v1] .sidenav {
    display: none;
  }
  .admin-shell[data-apex-applicators-shell=v1] .main {
    padding: 24px 16px calc(var(--mobile-tabbar-height) + 18px);
    height: calc(100dvh - 60px - env(safe-area-inset-top, 0px));
    max-height: none;
  }
}
.panel.admin-applicators-workspace {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  display: block;
  min-width: 0;
  overflow: visible;
}
.ap[data-apex-applicators] {
  width: 100%;
  max-width: 1536px;
  min-width: 0;
  margin: 0 auto;
  display: block;
  padding: 0;
  background: transparent;
  color: var(--text);
}
.ap h1,
.ap h2,
.ap h3 {
  color: var(--text);
  margin: 0;
  text-transform: none;
}
.ap .page-head {
  display: flex;
  flex-direction: row;
  text-align: left;
  padding: 0;
  margin: 0;
}
.ap .page-head > div {
  min-width: 0;
}
.ap .page-head p {
  max-width: 100%;
  margin-bottom: 0;
}
.ap .card {
  padding: 0;
  box-shadow: none;
  display: block;
}
.ap button {
  letter-spacing: 0;
  text-transform: none;
  box-shadow: none;
  transform: none;
  width: auto;
}
.ap button:hover {
  box-shadow: none;
  transform: none;
}
.ap .btn {
  flex: 0 0 auto;
  min-width: 0;
  width: auto;
  gap: 7px;
}
.ap svg {
  stroke: currentColor;
  fill: none;
  flex-shrink: 0;
}
.ap .btn svg {
  width: 15px;
  height: 15px;
}
.ap input,
.ap select {
  margin: 0;
  box-shadow: none;
}
.ap .text-button {
  min-height: 0;
  padding: 0;
  background: none;
  border: 0;
  color: var(--mint);
  font-size: 11px;
}
.ap .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.ap .icon svg {
  width: 16px;
  height: 16px;
}
.ap .icon .reverse {
  display: flex;
  transform: rotate(180deg);
}
.ap .stat-card {
  width: 100%;
}
.ap .stat-label,
.ap .stat-note {
  width: 100%;
  white-space: normal;
}
.ap .search {
  margin: 0;
  padding: 0 12px;
}
.ap .search input {
  background: transparent;
  border: 0;
  width: 100%;
  height: 100%;
  outline: none;
  box-shadow: none;
  padding: 0 27px 0 0;
  color: var(--text);
}
.ap .search svg {
  width: 16px;
  height: 16px;
}
.ap .user-table {
  margin: 0;
}
.ap .user-name {
  padding: 0;
  min-height: 0;
  border: 0;
  width: auto;
}
.ap .user-table tbody tr {
  cursor: pointer;
}
.ap .user-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.ap .pagination {
  margin: 0;
}
.ap .users-scroll:focus-visible {
  outline: 2px solid var(--mint);
}
.ap #au-filters-toggle {
  display: none;
}
.ap .filter-summary {
  line-height: 1.6;
}
.ap .user-segments b {
  line-height: 1.5;
}
.ap [hidden] {
  display: none !important;
}
.ap .advanced-filters select {
  min-height: 38px;
}
.ap .enter-btn {
  width: auto;
  min-width: 68px;
}
.ap-overlay {
  position: fixed;
  inset: 0;
  z-index: 190;
  background: #060c13ba;
  backdrop-filter: blur(3px);
  color: var(--text);
  font:
    14px/1.5 Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}
.ap .ap-user-dialog {
  display: flex;
  flex-direction: column;
  position: absolute;
  inset: 0 0 0 auto;
  width: 600px;
  max-width: 100%;
  height: 100%;
  max-height: none;
  background: #111f2b;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-left: 1px solid #3e554f;
  border-radius: 0;
  box-shadow: -18px 0 60px #04080d66;
  margin: 0;
}
.ap .user-dialog-head {
  padding-top: calc(25px + env(safe-area-inset-top, 0px));
}
.ap .user-dialog-foot {
  padding-bottom: calc(16px + env(safe-area-inset-bottom, 0px));
}
.ap .detail-identity h2 {
  font-size: 23px;
}
.ap .detail-overview .access-state {
  margin: 0;
}
.ap .detail-tabs button {
  border-radius: 0;
  width: auto;
}
.ap .detail-card {
  padding: 18px;
}
.ap .ap-native-section {
  margin-bottom: 16px;
}
.ap .ap-native-section .admin-drawer-section {
  margin: 0;
  padding: 18px;
  border: 1px solid #344951;
  border-radius: 10px;
  background: #182a35;
  display: block;
}
.ap .admin-drawer-section .section-title {
  color: #d7e7ee;
  margin: 0 0 14px;
  letter-spacing: .8px;
  font-size: 11px;
}
.ap .admin-drawer-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 16px;
  margin-bottom: 18px;
}
.ap .admin-drawer-facts > div {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  border: 0;
  gap: 7px;
}
.ap .admin-drawer-facts span {
  font-size: 9px;
  color: #8ca9bc;
}
.ap .admin-drawer-facts strong {
  font-size: 11px;
  color: #d0e0e9;
  line-height: 1.55;
  overflow-wrap: anywhere;
}
.ap .admin-drawer-status {
  display: block;
  padding: 0;
  margin: 0;
}
.ap .admin-drawer-status strong {
  display: block;
  font-size: 13px;
  margin-bottom: 6px;
  overflow-wrap: anywhere;
}
.ap .admin-drawer-status span {
  color: #a1b6c7;
  font-size: 11px;
  overflow-wrap: anywhere;
}
.ap .admin-plan-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 20px;
  padding: 0;
  background: none;
  border: 0;
}
.ap .admin-plan-controls label {
  flex: 1;
  min-width: 150px;
}
.ap .admin-plan-controls label > span,
.ap .admin-billing-controls label > span,
.ap .admin-user-fields label > span {
  display: block;
  font-size: 10px;
  color: #a4baca;
  margin-bottom: 7px;
}
.ap .admin-plan-controls .btn {
  align-self: flex-end;
  min-height: 38px;
  font-size: 11px;
}
.ap .admin-plan-controls small {
  flex-basis: 100%;
  font-size: 10px;
  line-height: 1.7;
  color: #93acbd;
}
.ap .input {
  width: 100%;
  height: 38px;
  min-height: 38px;
  background: #101e2a;
  border: 1px solid #334957;
  border-radius: 7px;
  color: #d2e2ee;
  font-size: 11px;
  padding: 0 10px;
}
.ap .admin-billing-controls {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}
.ap .admin-billing-controls label {
  display: block;
  max-width: 160px;
}
.ap .admin-preset-row {
  display: flex;
  gap: 8px;
  margin: 11px 0;
}
.ap .admin-billing-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}
.ap .admin-billing-actions .btn,
.ap .admin-preset-row .btn {
  font-size: 10px;
  min-height: 34px;
  padding: 8px 11px;
}
.ap .admin-billing-unlimited {
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  background: none;
}
.ap .admin-billing-unlimited strong {
  display: block;
  font-size: 12px;
  line-height: 1.6;
}
.ap .admin-billing-unlimited span {
  display: block;
  font-size: 11px;
  color: #a1b6c7;
  line-height: 1.7;
  margin: 6px 0 14px;
}
.ap .smart-filter .btn {
  min-height: 35px;
  font-size: 11px;
}
.ap .admin-section-title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}
.ap .admin-section-title-row .section-title {
  margin: 0;
}
.ap .admin-section-title-row .btn-sm {
  background: #b2f3d1;
  color: #152a22;
  border: 0;
  border-radius: 6px;
  min-height: 32px;
  padding: 7px 14px;
  font-size: 11px;
}
.ap .admin-user-fields {
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr;
}
.ap .admin-user-fields label {
  min-width: 0;
  display: block;
}
.ap .smart-v15-toggle-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 14px 0;
  border-bottom: 1px solid #324853;
  background: none;
}
.ap .smart-v15-toggle-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.ap .smart-v15-toggle-row strong {
  display: block;
  font-size: 12px;
  color: #d5e3ed;
}
.ap .smart-v15-toggle-row span {
  display: block;
  font-size: 10px;
  color: #98b0c3;
  line-height: 1.5;
  margin-top: 4px;
}
.ap .smart-v15-switch {
  min-width: 35px;
  width: 35px;
  height: 21px;
  border-radius: 18px;
  background: #354855;
  border: 1px solid #4e6573;
  position: relative;
  padding: 0;
  flex-shrink: 0;
}
.ap .smart-v15-switch:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #94acba;
  transform: none;
}
.ap .smart-v15-switch.on {
  background: #77b897;
  border-color: #a8dbc0;
}
.ap .smart-v15-switch.on:after {
  left: 17px;
  background: #e1f5e7;
}
.ap .admin-drawer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.ap .risk-actions .ap-native-section {
  margin: 17px 0 0;
}
.ap .ap-permission-state p {
  margin-bottom: 12px;
}
.ap .user-dialog-foot {
  flex-shrink: 0;
}
.ap .user-dialog-foot .btn {
  min-height: 34px;
}
.ap .user-dialog-body {
  min-height: 0;
}
.ap .user-dialog-head,
.ap .detail-tabs,
.ap .detail-overview {
  flex-shrink: 0;
}
@media (max-width: 1040px) {
  .ap .page-head {
    display: block;
  }
  .ap .head-actions {
    margin-top: 18px;
    padding: 0;
  }
  .ap .head-actions .btn.primary {
    width: auto;
    padding: 10px 15px;
  }
}
@media (max-width: 680px) {
  .ap .page-head {
    display: block;
  }
  .ap .user-table td:before {
    content: attr(data-label);
  }
  .ap .user-table td:first-child:before,
  .ap .user-table td:last-child:before {
    content: none;
  }
  .ap #au-filters-toggle {
    display: inline-flex;
  }
  .ap .advanced-filters:not(.open) {
    display: none;
  }
  .ap .advanced-filters.open {
    display: flex;
    flex-wrap: wrap;
  }
  .ap .advanced-filters label {
    max-width: none;
    flex-basis: 100%;
  }
  .ap .advanced-filters .text-button {
    margin-left: 0;
  }
  .ap .stat-card {
    padding: 16px;
  }
  .ap .head-actions .btn {
    flex: 1;
  }
  .ap .detail-identity h2 {
    font-size: 20px;
  }
  .ap .user-dialog-head {
    padding-inline: 18px;
  }
  .ap .detail-overview {
    padding-inline: 18px;
  }
  .ap .detail-tabs {
    padding-inline: 18px;
    gap: 18px;
  }
  .ap .detail-tabs button {
    font-size: 10px;
  }
  .ap .user-dialog-body {
    padding: 18px;
  }
  .ap .detail-card,
  .ap .ap-native-section .admin-drawer-section {
    padding: 16px;
  }
  .ap .detail-overview .btn {
    font-size: 10px;
  }
  .ap .ap-user-dialog {
    width: 100%;
  }
}
@media (max-width: 380px) {
  .ap .detail-tabs {
    padding-inline: 14px;
    gap: 13px;
  }
  .ap .detail-tabs button {
    font-size: 9px;
  }
  .ap .detail-overview {
    flex-wrap: wrap;
  }
  .ap .user-dialog-head {
    padding-inline: 14px;
  }
  .ap .user-dialog-body {
    padding: 14px;
  }
  .ap .detail-identity {
    gap: 9px;
  }
  .ap .detail-identity h2 {
    font-size: 18px;
  }
  .ap .stat-card {
    padding: 14px 12px;
  }
  .ap .stat-label {
    font-size: 11px;
  }
  .ap .stat-note {
    font-size: 9px;
  }
  .ap .users-footer {
    gap: 6px;
  }
  .ap .users-footer .pagination {
    gap: 8px;
  }
}
.ap .ap-user-dialog {
  width: 624px;
}
.ap .operator-table tr {
  cursor: pointer;
}
.ap .open-profile svg {
  width: 16px;
  height: 16px;
}
.ap .open-profile {
  border: 0;
  padding: 0;
}
.ap .credit-heading svg {
  width: 18px;
  height: 18px;
}
.ap .credit-hero {
  background:
    linear-gradient(
      120deg,
      #234031,
      #172d33);
  border-color: #496652;
}
.ap .operator-management .open-profile:before {
  content: none;
}
.ap .credit-buttons .btn {
  flex: 1;
}
.ap .ap-bulk-overlay {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  background: #061018c9;
  z-index: 210;
  padding: 18px;
}
.ap .ap-bulk-dialog {
  position: relative;
  inset: auto;
  display: block;
  margin: 0;
  max-width: 100%;
  overflow-y: auto;
  background: #192b38;
  border: 1px solid #48606b;
  border-radius: 14px;
  color: var(--text);
  box-shadow: 0 24px 80px #0006;
}
.ap .ap-bulk-dialog h2 {
  margin-bottom: 6px;
}
.ap .ap-bulk-dialog > p {
  overflow-wrap: anywhere;
}
.ap .ap-bulk-dialog select {
  width: 100%;
  background: #101e2a;
  border: 1px solid #334957;
  border-radius: 7px;
  color: var(--text);
  font-size: 12px;
  height: 40px;
  padding: 0 10px;
}
.ap .ap-bulk-dialog textarea {
  box-sizing: border-box;
}
.ap .ap-bulk-dialog button {
  flex-shrink: 1;
}
.ap .ap-bulk-dialog .demo-actions {
  display: flex;
  justify-content: flex-end;
}
.ap .ap-bulk-dialog .demo-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ap .ap-conflict-owner {
  display: block;
  white-space: normal;
  overflow-wrap: anywhere;
}
.ap .ap-bulk-confirm {
  margin-top: 16px;
}
.ap .ap-bulk-confirm h3 {
  margin-bottom: 8px;
}
.ap .editor label {
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-size: 11px;
  color: #a9c1ce;
}
.ap .editor .bulk-check {
  display: flex;
  flex-direction: row;
}
.ap .ap-bulk-dialog input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin: 0;
  min-height: 0;
}
.ap .ap-bulk-dialog .fine-print {
  line-height: 1.65;
  margin-top: 14px;
}
.ap .ap-bulk-dialog .demo-head .icon {
  width: 32px;
  height: 32px;
}
.ap .detail-tabs button {
  flex-shrink: 0;
}
.ap .risk-actions .btn {
  font-size: 11px;
}
.ap .permission-intro {
  font-size: 11px;
  color: #a1b6c7;
  line-height: 1.7;
}
@media (max-width: 680px) {
  .ap .operator-management .open-profile:before {
    content: attr(data-manage-label);
  }
  .ap .ap-user-dialog {
    width: 100%;
  }
  .ap .ap-bulk-overlay {
    padding: 0;
  }
  .ap .ap-bulk-dialog {
    width: 100%;
    height: 100dvh;
    max-height: 100dvh;
    max-width: 100%;
    border: 0;
    border-radius: 0;
    padding: 22px 18px;
  }
  .ap .ap-bulk-dialog .demo-actions {
    bottom: -22px;
  }
  .ap .operator-table td:before {
    content: attr(data-label);
  }
  .ap .operator-table td:first-child:before,
  .ap .operator-table td:last-child:before {
    content: none;
  }
  .ap .operator-dialog .detail-tabs {
    gap: 0;
    justify-content: space-between;
  }
  .ap .operator-dialog .detail-tabs button {
    font-size: 11px;
  }
  .ap .ap-bulk-dialog .demo-actions .btn {
    white-space: normal;
    line-height: 1.4;
  }
}
