.afr {
  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;
}
.afr * {
  box-sizing: border-box;
}
.afr {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}
.afr {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font:
    14px/1.5 Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}
.afr h1,
.afr h2,
.afr h3,
.afr p {
  margin: 0;
}
.afr button,
.afr input,
.afr select {
  font: inherit;
}
.afr button,
.afr input,
.afr select,
.afr a {
  -webkit-tap-highlight-color: transparent;
}
.afr button,
.afr a {
  touch-action: manipulation;
}
.afr button {
  cursor: pointer;
  color: inherit;
  border: 0;
}
.afr button:disabled {
  opacity: .35;
  cursor: default;
}
.afr a {
  color: inherit;
  text-decoration: none;
}
.afr button:focus-visible,
.afr a:focus-visible,
.afr input:focus-visible,
.afr select:focus-visible {
  outline: 2px solid var(--mint);
  outline-offset: 4px;
}
.afr b,
.afr strong {
  font-weight: 620;
}
.afr svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
.afr .symbols {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.afr .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.afr [hidden] {
  display: none !important;
}
.afr .skip {
  position: fixed;
  top: -100px;
  left: 20px;
  background: var(--mint);
  color: var(--bg);
  padding: 12px;
  z-index: 150;
}
.afr .skip:focus {
  top: 10px;
}
.afr .icon {
  width: 36px;
  height: 36px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: transparent;
  flex-shrink: 0;
}
.afr .icon:hover:not(:disabled) {
  background: #223646;
}
.afr .subtle {
  border-color: #365346;
  color: #b4d5c4;
}
.afr .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;
}
.afr .btn svg {
  width: 15px;
  height: 15px;
}
.afr .primary {
  background: var(--mint);
  color: #16372a;
  border-color: var(--mint);
}
.afr .primary:hover {
  background: #cef9e2;
}
.afr .secondary {
  background: #1d303d;
  border-color: #395062;
  color: #d9e5ee;
}
.afr .text-button {
  background: transparent;
  color: var(--mint);
  font-size: 11px;
  padding: 4px 0;
}
.afr .text-button:hover {
  text-decoration: underline;
}
.afr .reverse {
  transform: rotate(180deg);
}
.afr .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;
}
.afr .brand {
  display: flex;
  gap: 10px;
  align-items: center;
}
.afr .brand img {
  width: 34px;
  height: 34px;
  border: 1px solid #1b3444;
  border-radius: 9px;
  box-shadow: 0 0 18px #00aaff0d;
}
.afr .brand strong {
  font-size: 20px;
  letter-spacing: -.7px;
}
.afr .brand strong span {
  font-weight: 500;
  color: #d6e4f0;
}
.afr .top-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}
.afr .preview-tag {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 9px;
  letter-spacing: .8px;
  color: #a6bbc9;
}
.afr .preview-tag i {
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: #9caebe;
}
.afr .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;
}
.afr .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;
}
.afr .profile b {
  display: block;
  font-size: 11px;
}
.afr .profile small {
  display: block;
  font-size: 9px;
  color: var(--muted);
}
.afr .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;
}
.afr .nav-label {
  color: #91a5b5;
  font-size: 9px;
  letter-spacing: 1.6px;
  font-weight: 600;
  margin: 0 12px 13px;
}
.afr .sidebar nav {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.afr .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;
}
.afr .nav-item svg {
  width: 17px;
  height: 17px;
  color: #8ba2b2;
}
.afr .nav-item:hover {
  background: #172b36;
}
.afr .nav-item.active {
  color: var(--mint);
  background: #203a31;
  box-shadow: inset 2px 0 0 var(--mint);
}
.afr .nav-item.active svg {
  color: var(--mint);
}
.afr .nav-dot {
  margin-left: auto;
  background: var(--mint);
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
.afr .nav-sep {
  height: 1px;
  background: var(--line);
  margin: 21px 12px;
}
.afr .side-bottom {
  margin-top: auto;
  padding-top: 30px;
}
.afr .workspace {
  display: flex;
  align-items: center;
  gap: 8px;
  border-top: 1px solid var(--line);
  padding: 17px 6px 15px;
}
.afr .workspace svg {
  color: #83a895;
}
.afr .workspace b {
  display: block;
  font-size: 10px;
}
.afr .workspace small {
  display: block;
  color: var(--muted);
  font-size: 9px;
  margin-top: 3px;
}
.afr .side-foot {
  display: flex;
  justify-content: space-between;
  color: #879bac;
  font-size: 9px;
  padding: 0 6px;
}
.afr main {
  margin-left: 204px;
  padding: 30px 32px 24px;
  max-width: 1730px;
  outline: none;
}
.afr .page-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.afr .eyebrow {
  display: block;
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 1.7px;
  color: #90ac9f;
  margin-bottom: 7px;
}
.afr .page-head h1 {
  font-size: 31px;
  line-height: 1.25;
  letter-spacing: -1px;
  font-weight: 650;
  display: flex;
  align-items: center;
  gap: 12px;
}
.afr .title-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--mint);
}
.afr .page-head p {
  color: var(--muted);
  font-size: 12px;
  margin-top: 7px;
}
.afr .head-actions {
  display: flex;
  gap: 9px;
  align-items: center;
}
.afr .period-control {
  display: flex;
  align-items: center;
  padding-left: 12px;
  border: 1px solid #344957;
  border-radius: 8px;
  background: #162330;
  height: 40px;
}
.afr .period-control svg {
  color: #9ab0c1;
  width: 15px;
  height: 15px;
}
.afr .period-control select {
  background: transparent;
  border: 0;
  color: #d5e3ee;
  padding: 9px 10px;
  font-size: 11px;
  min-width: 148px;
  cursor: pointer;
}
.afr .period-control select option {
  background: var(--panel);
}
.afr .context-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 24px 0 13px;
  color: #a1b5c4;
  font-size: 10px;
}
.afr .context-line > div {
  display: flex;
  align-items: center;
  gap: 8px;
}
.afr .context-line > span {
  font-size: 9px;
  color: #95a9b8;
}
.afr .status-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #b2f3d1;
}
.afr .sep {
  color: #4f6374;
  padding: 0 4px;
}
.afr .card {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--panel);
  min-width: 0;
  overflow: hidden;
}
.afr .card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 21px 22px 0;
}
.afr .card-head h2 {
  font-size: 15px;
  letter-spacing: -.25px;
  font-weight: 600;
}
.afr .card-head p {
  font-size: 10px;
  color: var(--muted);
  margin-top: 5px;
}
.afr .card-head > svg {
  color: #849fad;
  width: 18px;
  height: 18px;
}
.afr .card-head .eyebrow {
  font-size: 8px;
  letter-spacing: 1.8px;
  margin-bottom: 5px;
}
.afr .hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr);
  gap: 16px;
}
.afr .conversion {
  background:
    linear-gradient(
      115deg,
      #1e382e,
      #162930 90%);
  border-color: #3a584b;
  padding-bottom: 17px;
}
.afr .conversion .card-head {
  padding-top: 22px;
  align-items: flex-start;
}
.afr .conversion .card-head .eyebrow {
  font-size: 8px;
  color: #a3c6b3;
}
.afr .conversion h2 {
  color: #d7eee1;
  font-size: 15px;
}
.afr .conversion-value {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 17px 22px 15px;
}
.afr .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;
}
.afr .conversion-value > div {
  border-left: 1px solid #3c594e;
  padding: 5px 0 5px 20px;
}
.afr .conversion-value span {
  display: block;
  color: #d3e9df;
  font-size: 12px;
}
.afr .conversion-value small {
  display: block;
  color: #a9c2b6;
  margin-top: 5px;
  font-size: 9px;
  max-width: 145px;
}
.afr .conversion-track {
  display: flex;
  height: 7px;
  border-radius: 6px;
  overflow: hidden;
  background: #355348;
  margin: 0 22px;
}
.afr .conversion-track span {
  height: 100%;
  transition: width .18s;
}
.afr .mint {
  background: var(--mint);
}
.afr .slate {
  background: #67878c;
}
.afr .conversion-legend {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 22px 14px;
  font-size: 10px;
  color: #b5d1c4;
}
.afr .conversion-legend span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.afr .conversion-legend i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-right: 2px;
}
.afr .conversion-legend b {
  color: #d7ecdf;
}
.afr .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;
}
.afr .conversion-note svg {
  width: 13px;
  height: 13px;
  color: #abdabc;
}
.afr .kpi-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.afr .kpi {
  padding: 17px 18px;
}
.afr .kpi-label {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
  font-size: 10px;
  color: #b4c5d2;
}
.afr .kpi-label svg {
  width: 15px;
  height: 15px;
  color: #839caa;
}
.afr .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;
}
.afr .kpi > p {
  font-size: 9px;
  color: var(--muted);
}
.afr .kpi > p b {
  font-weight: 500;
  color: #d3e1eb;
}
.afr .green {
  color: var(--mint) !important;
}
.afr .amber-text {
  color: var(--amber) !important;
}
.afr .red-text {
  color: var(--red) !important;
}
.afr .section-nav {
  display: flex;
  gap: 29px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  margin: 27px 0 20px;
  font-size: 11px;
  color: #a1b2c0;
}
.afr .section-nav a {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 0 12px;
  border-bottom: 2px solid transparent;
}
.afr .section-nav a:hover {
  color: var(--mint);
}
.afr .section-nav a.selected {
  color: var(--mint);
  border-bottom-color: var(--mint);
}
.afr .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;
}
.afr .section-nav > span {
  margin-left: auto;
  padding-bottom: 12px;
  font-size: 9px;
  color: #8da4b5;
}
.afr .operations-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 1fr);
  gap: 16px;
  scroll-margin-top: 90px;
}
.afr .flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 29px 22px 21px;
  position: relative;
}
.afr .flow:before {
  content: "";
  height: 1px;
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  background: #364d58;
}
.afr .flow-step {
  position: relative;
  min-width: 0;
}
.afr .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;
}
.afr .flow-step:last-child > i {
  background: #203f31;
  border-color: #50765f;
  color: var(--mint);
}
.afr .flow-step > span {
  display: block;
  font-size: 10px;
  color: #a5b9c8;
  margin-bottom: 5px;
}
.afr .flow-step > strong {
  display: block;
  font-size: 24px;
  letter-spacing: -.6px;
  line-height: 1.2;
  font-weight: 570;
  font-variant-numeric: tabular-nums;
}
.afr .flow-step:last-child > strong {
  color: var(--mint);
}
.afr .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;
}
.afr .flow-sub > div {
  min-width: 0;
}
.afr .flow-sub > div + div {
  padding-left: 12px;
  border-left: 1px solid var(--line);
}
.afr .flow-sub span {
  display: block;
  font-size: 9px;
  color: #99afbe;
  white-space: normal;
}
.afr .flow-sub b {
  display: block;
  font-size: 14px;
  margin-top: 5px;
  font-weight: 550;
}
.afr .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;
}
.afr .measure-note svg {
  width: 12px;
  height: 12px;
  margin-top: 1px;
  color: var(--amber);
}
.afr .measure-note.complete {
  border-color: #355447;
  background: #1b2e28;
  color: #b6d5c2;
}
.afr .outcomes {
  padding: 14px 22px 6px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
.afr .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%;
}
.afr .outcome:hover {
  color: var(--mint);
}
.afr .outcome > i {
  display: block;
  width: 5px;
  height: 5px;
  background: var(--slate);
  border-radius: 50%;
  flex-shrink: 0;
}
.afr .outcome > span {
  flex: 1;
}
.afr .outcome > b {
  font-size: 14px;
  font-weight: 550;
  font-variant-numeric: tabular-nums;
}
.afr .outcome.positive > i {
  background: var(--mint);
}
.afr .outcome.warning > i {
  background: var(--amber);
}
.afr .outcome.error > i {
  background: var(--red);
}
.afr .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;
}
.afr .loss-detail > div + div {
  border-left: 1px solid #344b56;
  padding-left: 12px;
}
.afr .loss-detail span {
  display: block;
  font-size: 9px;
  color: #a7bccc;
}
.afr .loss-detail b {
  display: block;
  font-size: 15px;
  font-weight: 550;
  margin-top: 3px;
}
.afr .loss-detail small {
  font-size: 8px;
  color: #8ca6b9;
  margin-left: 5px;
}
.afr .card-note {
  font-size: 9px;
  line-height: 1.6;
  color: #9eafbd;
  padding: 5px 22px 17px;
}
.afr .clients-card,
.afr .events-card {
  margin-top: 24px;
  scroll-margin-top: 85px;
}
.afr .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;
}
.afr .toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 18px 22px;
}
.afr .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;
}
.afr .search svg {
  width: 14px;
  height: 14px;
  color: #8aa6b6;
}
.afr .search input {
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
  outline: none;
  color: var(--text);
  font-size: 11px;
  min-width: 0;
}
.afr .search input::placeholder {
  color: #94a8b8;
}
.afr .search:focus-within {
  outline: 2px solid var(--mint);
  outline-offset: 3px;
}
.afr .search input:focus-visible {
  outline: 0;
}
.afr .segmented {
  display: flex;
  gap: 4px;
  padding: 3px;
  background: #0e1a24;
  border: 1px solid #2a3c49;
  border-radius: 8px;
}
.afr .segmented button {
  min-height: 29px;
  padding: 5px 10px;
  background: none;
  border-radius: 5px;
  color: #9fb3c3;
  font-size: 10px;
  white-space: nowrap;
}
.afr .segmented button[aria-pressed=true] {
  background: #263d3a;
  color: #c9f8df;
  box-shadow: inset 0 0 0 1px #3b5950;
}
.afr .segmented button:hover {
  color: #e6f5ee;
}
.afr .client-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  font-variant-numeric: tabular-nums;
}
.afr .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;
}
.afr .client-table td {
  padding: 15px 10px;
  border-bottom: 1px solid #263744;
  vertical-align: middle;
  font-size: 11px;
  color: #d9e6ef;
  overflow-wrap: anywhere;
}
.afr .client-table th:first-child,
.afr .client-table td:first-child {
  padding-left: 22px;
  width: 25%;
}
.afr .client-table th:nth-child(2) {
  width: 12%;
}
.afr .client-table th:nth-child(3) {
  width: 17%;
}
.afr .client-table th:nth-child(4) {
  width: 10%;
}
.afr .client-table th:nth-child(5) {
  width: 18%;
}
.afr .client-table th:last-child,
.afr .client-table td:last-child {
  padding-right: 22px;
  width: 18%;
}
.afr .client-table tbody tr:last-child td {
  border-bottom: 0;
}
.afr .client-table tbody tr:hover {
  background: #172835;
}
.afr .client-table tbody tr.selected {
  background: #1c332e;
}
.afr .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;
}
.afr .client-email:hover {
  color: var(--mint);
  text-decoration: underline;
}
.afr .client-meta {
  margin-top: 7px;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #8ca8ba;
  font-size: 9px;
}
.afr .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;
}
.afr .badge:before {
  content: "";
  width: 3px;
  height: 3px;
  background: currentColor;
  border-radius: 50%;
  flex-shrink: 0;
}
.afr .badge.amber {
  border-color: #594b34;
  background: #342c21;
  color: #edcc93;
}
.afr .badge.neutral {
  background: #22313f;
  border-color: #3c4d5c;
  color: #b1c2d1;
}
.afr .badge.red {
  background: #382c30;
  border-color: #574047;
  color: #f1b3b4;
}
.afr .client-table td strong {
  font-size: 12px;
  font-weight: 550;
}
.afr .client-table td small {
  display: block;
  font-size: 9px;
  color: #9eb2c3;
  margin-top: 5px;
}
.afr .client-table time {
  display: block;
  font-size: 10px;
}
.afr .client-table time span {
  display: block;
  color: #9baebf;
  font-size: 9px;
  margin-top: 5px;
}
.afr .result-line {
  display: flex;
  align-items: center;
  gap: 6px;
}
.afr .result-line b {
  color: var(--mint);
  font-weight: 550;
}
.afr .result-line > span {
  color: #a9bbc9;
  font-size: 9px;
}
.afr .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;
}
.afr .pagination {
  display: flex;
  gap: 10px;
  align-items: center;
  white-space: nowrap;
}
.afr .pagination .icon {
  width: 29px;
  height: 29px;
  border-radius: 6px;
}
.afr .pagination .icon svg {
  width: 12px;
  height: 12px;
}
.afr .pagination > span {
  font-size: 9px;
  color: #afc1cf;
}
.afr .empty {
  text-align: center;
  padding: 36px 20px;
  color: var(--muted);
}
.afr .empty > svg {
  width: 25px;
  height: 25px;
  margin-bottom: 10px;
  color: #8ba79a;
}
.afr .empty h3 {
  font-size: 14px;
  color: #d3e1ed;
  font-weight: 500;
}
.afr .empty p {
  font-size: 11px;
  margin: 6px 0 14px;
}
.afr .events-toolbar {
  margin-bottom: 16px;
}
.afr .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;
}
.afr .event-head > span:last-child {
  text-align: right;
}
.afr .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;
}
.afr .event-row:last-child {
  border-bottom: 0;
}
.afr .event-offer {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.afr .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;
}
.afr .station-icon svg {
  width: 15px;
  height: 15px;
}
.afr .event-offer > div {
  min-width: 0;
}
.afr .event-offer b {
  font-weight: 580;
  font-size: 12px;
  overflow-wrap: anywhere;
}
.afr .event-offer small {
  display: block;
  color: #9db2c3;
  font-size: 10px;
  margin-top: 4px;
  overflow-wrap: anywhere;
}
.afr .event-block span {
  display: block;
  font-size: 11px;
}
.afr .event-block small {
  color: #93aabc;
  font-size: 10px;
  margin-top: 4px;
  display: block;
}
.afr .event-when {
  font-size: 10px;
  color: #c3d5e4;
}
.afr .event-when span {
  display: block;
  color: #96afbf;
  font-size: 9px;
  margin-top: 4px;
}
.afr .event-result {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  text-align: right;
  min-width: 0;
}
.afr .event-result strong {
  font-size: 13px;
  font-weight: 570;
  font-variant-numeric: tabular-nums;
}
.afr .event-result .badge {
  font-size: 8px;
  white-space: normal;
  text-align: left;
  line-height: 1.4;
}
.afr .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;
}
.afr .selection-banner > div {
  display: flex;
  gap: 7px;
  align-items: center;
  min-width: 0;
}
.afr .selection-banner svg {
  width: 14px;
  height: 14px;
}
.afr .selection-banner b {
  color: #d5f6e4;
  overflow-wrap: anywhere;
}
.afr .selection-banner .text-button {
  white-space: nowrap;
  font-size: 9px;
}
.afr .selection-banner .text-button span {
  padding-left: 6px;
}
.afr .bottom-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
  font-size: 9px;
  color: #819cae;
}
.afr .bottom-note > span {
  display: flex;
  align-items: center;
  gap: 7px;
}
.afr .bottom-note svg {
  width: 13px;
  height: 13px;
  color: #92b4a3;
}
.afr .mobile-only,
.afr .mobile-tabs {
  display: none;
}
.afr .state-banner {
  margin-bottom: 16px;
  background: #372c25;
  border: 1px solid #6d513b;
  border-radius: 8px;
  padding: 14px 18px;
  color: #f1ce9a;
  font-size: 12px;
}
.afr .state-banner button {
  margin-left: 10px;
}
.afr dialog {
  color: var(--text);
  background: var(--panel);
  border: 1px solid #405647;
  box-shadow: 0 22px 90px #0007;
}
.afr dialog::backdrop {
  background: #030a11b8;
  backdrop-filter: blur(3px);
}
.afr .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;
}
.afr .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;
}
.afr .detail-head h2 {
  font-size: 20px;
  letter-spacing: -.4px;
  font-weight: 580;
  overflow-wrap: anywhere;
}
.afr .detail-head p {
  color: var(--muted);
  font-size: 11px;
  margin-top: 8px;
}
.afr .detail-body {
  padding: 24px 26px;
}
.afr .detail-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.afr .detail-stat {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #10212b;
}
.afr .detail-stat span {
  display: block;
  color: #a6bccb;
  font-size: 10px;
}
.afr .detail-stat b {
  display: block;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 560;
  margin-top: 7px;
}
.afr .detail-caption {
  color: var(--muted);
  font-size: 11px;
  margin-top: 15px;
  line-height: 1.7;
}
.afr .detail-section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin: 28px 0 15px;
}
.afr .detail-section-head h3 {
  font-size: 13px;
  font-weight: 550;
}
.afr .detail-section-head span {
  font-size: 10px;
  color: #96afbe;
}
.afr .run {
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: 17px;
  margin-bottom: 13px;
  background: #11212d;
}
.afr .run-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
}
.afr .run-top .badge {
  font-size: 9px;
}
.afr .run-time {
  color: #a1b8c9;
  font-size: 10px;
  margin-top: 9px;
  line-height: 1.7;
}
.afr .run-time span {
  display: block;
}
.afr .run-message {
  font-size: 11px;
  line-height: 1.7;
  color: #c0d5e2;
  margin-top: 12px;
  overflow-wrap: anywhere;
}
.afr .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;
}
.afr .run dt {
  font-size: 9px;
  color: #9db3c5;
}
.afr .run dd {
  font-size: 15px;
  font-weight: 550;
  margin: 5px 0 0;
}
.afr .detail-foot {
  padding: 19px 26px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  background: #152530;
}
.afr .detail-foot > span {
  font-size: 9px;
  color: var(--muted);
  max-width: 130px;
}
.afr .detail-foot .btn {
  font-size: 11px;
}
.afr .info-dialog {
  width: 430px;
  max-width: calc(100% - 32px);
  padding: 23px;
  border-radius: 12px;
}
.afr .info-head {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.afr .info-head h2 {
  font-size: 17px;
  font-weight: 580;
}
.afr .info-dialog #info-body {
  font-size: 12px;
  line-height: 1.8;
  color: #b6ccd9;
}
.afr .info-dialog #info-body p + p {
  margin-top: 13px;
}
.afr .info-dialog #info-done {
  margin-top: 23px;
}
.afr .formula-box {
  padding: 13px;
  border: 1px solid #3d5e4f;
  border-radius: 8px;
  background: #213a2e;
  color: #c7f5db;
  margin: 16px 0;
  font-size: 13px;
  text-align: center;
}
.afr .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;
}
.afr .backdrop {
  position: fixed;
  inset: 66px 0 0;
  z-index: 44;
  background: #0009;
  border: 0;
  width: 100%;
}
@media (min-width: 1650px) {
  .afr main {
    padding-inline: 45px;
  }
  .afr .hero-grid {
    grid-template-columns: 1.12fr 1fr;
  }
  .afr .conversion-value {
    gap: 40px;
  }
  .afr .conversion-value > strong {
    font-size: 65px;
  }
  .afr .conversion-value small {
    max-width: none;
  }
  .afr .conversion-note {
    font-size: 10px;
  }
  .afr .kpi > strong {
    font-size: 32px;
  }
  .afr .kpi-label {
    font-size: 11px;
  }
  .afr .kpi > p {
    font-size: 10px;
  }
  .afr .flow-step > strong {
    font-size: 28px;
  }
  .afr .outcomes {
    row-gap: 2px;
  }
}
@media (max-width: 1200px) {
  .afr .sidebar {
    width: 182px;
    padding-inline: 12px;
  }
  .afr .nav-item {
    font-size: 11px;
    padding-inline: 10px;
    gap: 9px;
  }
  .afr .nav-label {
    font-size: 8px;
  }
  .afr main {
    margin-left: 182px;
    padding: 26px 24px 22px;
  }
  .afr .page-head h1 {
    font-size: 27px;
  }
  .afr .page-head p {
    font-size: 11px;
  }
  .afr .head-actions {
    gap: 7px;
  }
  .afr .period-control {
    padding-left: 9px;
  }
  .afr .period-control select {
    font-size: 10px;
    min-width: 134px;
    padding-inline: 7px;
  }
  .afr .btn {
    font-size: 11px;
    padding-inline: 12px;
  }
  .afr .hero-grid {
    grid-template-columns: 1.05fr 1fr;
    gap: 12px;
  }
  .afr .conversion .card-head {
    padding-inline: 18px;
  }
  .afr .conversion h2 {
    font-size: 13px;
  }
  .afr .conversion-value {
    padding-inline: 18px;
    gap: 16px;
  }
  .afr .conversion-value > strong {
    font-size: 49px;
  }
  .afr .conversion-value > div {
    padding-left: 13px;
  }
  .afr .conversion-value span {
    font-size: 11px;
  }
  .afr .conversion-value small {
    font-size: 8px;
  }
  .afr .conversion-track,
  .afr .conversion-note {
    margin-inline: 18px;
  }
  .afr .conversion-legend {
    padding-inline: 18px;
  }
  .afr .kpi-grid {
    gap: 10px;
  }
  .afr .kpi {
    padding: 16px 13px;
  }
  .afr .kpi-label {
    font-size: 9px;
  }
  .afr .kpi-label svg {
    width: 13px;
    height: 13px;
  }
  .afr .kpi > strong {
    font-size: 27px;
  }
  .afr .kpi > p {
    font-size: 8px;
  }
  .afr .conversion-note {
    font-size: 8px;
    align-items: flex-start;
    line-height: 1.6;
  }
  .afr .operations-grid {
    grid-template-columns: 1.12fr 1fr;
    gap: 12px;
  }
  .afr .card-head {
    padding-inline: 18px;
  }
  .afr .card-head h2 {
    font-size: 14px;
  }
  .afr .flow {
    margin-inline: 18px;
  }
  .afr .flow-step > strong {
    font-size: 21px;
  }
  .afr .flow-step > span {
    font-size: 9px;
  }
  .afr .flow-sub {
    margin-inline: 18px;
    gap: 7px;
  }
  .afr .flow-sub > div + div {
    padding-left: 9px;
  }
  .afr .flow-sub span {
    font-size: 8px;
  }
  .afr .flow-sub b {
    font-size: 12px;
  }
  .afr .measure-note {
    margin-inline: 18px;
    font-size: 8px;
    padding: 10px;
  }
  .afr .outcomes {
    padding-inline: 18px;
    gap: 0 13px;
  }
  .afr .outcome {
    font-size: 9px;
  }
  .afr .outcome > b {
    font-size: 12px;
  }
  .afr .loss-detail span {
    font-size: 8px;
  }
  .afr .card-note {
    font-size: 8px;
    padding-inline: 18px;
  }
  .afr .toolbar {
    margin-inline: 18px;
    gap: 10px;
  }
  .afr .segmented button {
    font-size: 9px;
    padding-inline: 8px;
  }
  .afr .client-table th {
    font-size: 7px;
    letter-spacing: .4px;
    padding-inline: 7px;
  }
  .afr .client-table td {
    padding-inline: 7px;
  }
  .afr .client-table th:first-child,
  .afr .client-table td:first-child {
    padding-left: 18px;
    width: 26%;
  }
  .afr .client-table th:nth-child(2) {
    width: 11%;
  }
  .afr .client-table th:nth-child(3) {
    width: 16%;
  }
  .afr .client-table th:nth-child(4) {
    width: 10%;
  }
  .afr .client-table th:nth-child(5) {
    width: 18%;
  }
  .afr .client-table th:last-child,
  .afr .client-table td:last-child {
    width: 19%;
    padding-right: 18px;
  }
  .afr .client-email {
    font-size: 10px;
  }
  .afr .client-table td small {
    font-size: 8px;
  }
  .afr .client-table time {
    font-size: 9px;
  }
  .afr .client-table time span {
    font-size: 8px;
  }
  .afr .client-meta {
    font-size: 8px;
  }
  .afr .card-footer {
    padding-inline: 18px;
  }
  .afr .event-head,
  .afr .event-row {
    padding-inline: 18px;
    gap: 10px;
    grid-template-columns: minmax(0, 1.45fr) minmax(0, .8fr) minmax(0, .85fr) minmax(0, 1.15fr);
  }
  .afr .event-offer small {
    font-size: 9px;
  }
  .afr .station-icon {
    width: 26px;
    height: 30px;
  }
  .afr .event-result .badge {
    font-size: 7px;
  }
  .afr .event-head {
    font-size: 7px;
  }
  .afr .event-offer {
    gap: 7px;
  }
  .afr .toast {
    left: calc(50% + 91px);
  }
}
@media (max-width: 1030px) {
  .afr .page-head {
    align-items: flex-start;
  }
  .afr .page-head h1 {
    font-size: 25px;
  }
  .afr .head-actions {
    padding-top: 8px;
  }
  .afr .head-actions .primary span {
    display: none;
  }
  .afr .head-actions .primary {
    width: 40px;
    padding: 0;
  }
  .afr .hero-grid {
    grid-template-columns: 1fr 1fr;
  }
  .afr .conversion-value {
    gap: 12px;
    flex-wrap: wrap;
  }
  .afr .conversion-value > div {
    padding-left: 12px;
  }
  .afr .conversion-value > strong {
    font-size: 46px;
  }
  .afr .conversion h2 {
    font-size: 12px;
  }
  .afr .conversion .icon {
    width: 29px;
    height: 29px;
  }
  .afr .conversion .icon svg {
    width: 14px;
  }
  .afr .operations-grid {
    grid-template-columns: 1fr;
  }
  .afr .flow-card .card-head {
    padding-top: 20px;
  }
  .afr .flow {
    margin-top: 25px;
  }
  .afr .flow-step > strong {
    font-size: 28px;
  }
  .afr .flow-step > span {
    font-size: 11px;
  }
  .afr .flow-sub span {
    font-size: 10px;
  }
  .afr .flow-sub b {
    font-size: 16px;
  }
  .afr .measure-note {
    font-size: 10px;
  }
  .afr .outcomes-card .outcomes {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0 18px;
    padding-top: 12px;
  }
  .afr .outcome {
    font-size: 11px;
  }
  .afr .outcome > b {
    font-size: 16px;
  }
  .afr .outcomes-card .loss-detail {
    grid-column: 1/-1;
    margin-top: 14px;
  }
  .afr .loss-detail span {
    font-size: 10px;
  }
  .afr .loss-detail b {
    font-size: 17px;
  }
  .afr .loss-detail small {
    font-size: 9px;
  }
  .afr .card-note {
    font-size: 9px;
  }
  .afr .toolbar {
    flex-wrap: wrap;
  }
  .afr .search {
    max-width: none;
  }
  .afr .client-table th:first-child,
  .afr .client-table td:first-child {
    width: 27%;
  }
  .afr .client-table th:nth-child(3) {
    width: 16%;
  }
  .afr .client-table th:last-child,
  .afr .client-table td:last-child {
    width: 18%;
  }
  .afr .client-table th:nth-child(5) {
    width: 18%;
  }
  .afr .client-table th:nth-child(4) {
    width: 10%;
  }
}
@media (max-width: 850px) {
  .afr .topbar {
    height: 61px;
    padding: 0 20px;
  }
  .afr .top-actions {
    gap: 10px;
  }
  .afr .preview-tag {
    font-size: 8px;
    letter-spacing: .5px;
  }
  .afr .profile {
    padding: 0;
    border: 0;
  }
  .afr .profile > span:last-child {
    display: none;
  }
  .afr .sidebar {
    display: none;
    top: 61px;
    width: 244px;
    padding: 24px 17px;
  }
  .afr .sidebar.open {
    display: flex;
    box-shadow: 25px 0 90px #0009;
    overflow: auto;
  }
  .afr .nav-item {
    font-size: 12px;
    padding: 12px;
    min-height: 45px;
  }
  .afr .nav-label {
    font-size: 9px;
  }
  .afr .nav-dot {
    width: 5px;
    height: 5px;
  }
  .afr .workspace b {
    font-size: 11px;
  }
  .afr .workspace small {
    font-size: 10px;
  }
  .afr .side-foot {
    font-size: 10px;
  }
  .afr .mobile-only {
    display: grid;
  }
  .afr .desktop-only {
    display: none;
  }
  .afr main {
    margin-left: 0;
    padding: 25px 22px 94px;
  }
  .afr .brand {
    gap: 8px;
  }
  .afr .brand img {
    width: 30px;
    height: 30px;
  }
  .afr .brand strong {
    font-size: 18px;
  }
  .afr .brand > .icon {
    border: 0;
    width: 25px;
    margin-right: 5px;
  }
  .afr .page-head h1 {
    font-size: 29px;
  }
  .afr .page-head p {
    font-size: 12px;
  }
  .afr .head-actions .primary span {
    display: inline;
  }
  .afr .head-actions .primary {
    width: auto;
    padding: 10px 12px;
  }
  .afr .head-actions {
    padding-top: 7px;
  }
  .afr .period-control select {
    font-size: 11px;
    min-width: 140px;
  }
  .afr .conversion h2 {
    font-size: 14px;
  }
  .afr .conversion-value > strong {
    font-size: 50px;
  }
  .afr .conversion-value small {
    font-size: 9px;
  }
  .afr .conversion-note {
    font-size: 9px;
  }
  .afr .kpi {
    padding: 17px 15px;
  }
  .afr .kpi-label {
    font-size: 10px;
  }
  .afr .kpi > strong {
    font-size: 29px;
  }
  .afr .kpi > p {
    font-size: 9px;
  }
  .afr .hero-grid {
    gap: 13px;
  }
  .afr .card-head h2 {
    font-size: 15px;
  }
  .afr .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;
  }
  .afr .mobile-tabs a,
  .afr .mobile-tabs button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 10px;
    background: none;
    color: #9db4c6;
  }
  .afr .mobile-tabs a:first-child {
    color: var(--mint);
  }
  .afr .mobile-tabs svg {
    width: 18px;
    height: 18px;
  }
  .afr .backdrop {
    top: 61px;
  }
  .afr .toast {
    left: 50%;
    bottom: 78px;
  }
  .afr .section-nav > span {
    font-size: 9px;
  }
  .afr .detail-dialog {
    width: 580px;
  }
  .afr .client-table th {
    font-size: 7px;
  }
  .afr .client-table td {
    padding-block: 15px;
  }
  .afr .client-email {
    font-size: 11px;
  }
}
@media (max-width: 680px) {
  .afr .page-head {
    display: block;
  }
  .afr .page-head h1 {
    font-size: 29px;
  }
  .afr .head-actions {
    justify-content: space-between;
    margin-top: 19px;
    padding: 0;
    gap: 10px;
  }
  .afr .period-control {
    height: 39px;
    flex: 1;
    padding-left: 12px;
  }
  .afr .period-control select {
    width: 100%;
    font-size: 11px;
    padding-inline: 9px;
  }
  .afr .head-actions .btn {
    font-size: 11px;
    min-height: 39px;
    padding: 9px 14px;
  }
  .afr .context-line {
    margin-top: 21px;
    font-size: 9px;
    gap: 8px;
    align-items: flex-start;
  }
  .afr .context-line > span {
    max-width: 136px;
    text-align: right;
    font-size: 8px;
    line-height: 1.5;
  }
  .afr .context-line > div {
    gap: 5px;
  }
  .afr .hero-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .afr .conversion .card-head {
    padding: 20px 20px 0;
  }
  .afr .conversion h2 {
    font-size: 16px;
  }
  .afr .conversion-value {
    padding: 16px 20px 18px;
    gap: 27px;
  }
  .afr .conversion-value > strong {
    font-size: 56px;
  }
  .afr .conversion-value > div {
    padding-left: 20px;
  }
  .afr .conversion-value span {
    font-size: 12px;
  }
  .afr .conversion-value small {
    font-size: 9px;
    max-width: 160px;
  }
  .afr .conversion-track,
  .afr .conversion-note {
    margin-inline: 20px;
  }
  .afr .conversion-legend {
    padding-inline: 20px;
    font-size: 10px;
  }
  .afr .conversion-note {
    font-size: 10px;
    padding-top: 12px;
    line-height: 1.6;
  }
  .afr .conversion .card-head .eyebrow {
    font-size: 8px;
  }
  .afr .kpi-grid {
    gap: 10px;
  }
  .afr .kpi {
    padding: 16px;
  }
  .afr .kpi-label {
    font-size: 11px;
  }
  .afr .kpi > strong {
    font-size: 31px;
    margin-block: 10px 8px;
  }
  .afr .kpi > p {
    font-size: 10px;
    line-height: 1.5;
  }
  .afr .section-nav {
    gap: 24px;
    margin: 25px 0 18px;
    font-size: 11px;
  }
  .afr .section-nav > span {
    display: none;
  }
  .afr .section-nav a span {
    font-size: 8px;
  }
  .afr .operations-grid {
    gap: 14px;
  }
  .afr .card-head {
    padding: 20px 18px 0;
  }
  .afr .card-head h2 {
    font-size: 15px;
  }
  .afr .card-head p {
    font-size: 10px;
    line-height: 1.6;
  }
  .afr .flow {
    margin: 25px 18px 22px;
  }
  .afr .flow-step > strong {
    font-size: 23px;
  }
  .afr .flow-step > span {
    font-size: 10px;
  }
  .afr .flow-step > i {
    width: 23px;
    height: 23px;
    font-size: 9px;
    margin-bottom: 13px;
  }
  .afr .flow:before {
    top: 11px;
  }
  .afr .flow-sub {
    margin-inline: 18px;
    gap: 7px;
  }
  .afr .flow-sub span {
    font-size: 9px;
  }
  .afr .flow-sub b {
    font-size: 14px;
  }
  .afr .flow-sub > div + div {
    padding-left: 10px;
  }
  .afr .measure-note {
    margin: 0 18px 18px;
    font-size: 9px;
    line-height: 1.7;
    padding: 11px;
  }
  .afr .outcomes-card .outcomes {
    grid-template-columns: 1fr 1fr;
    gap: 0 18px;
    padding-top: 12px;
  }
  .afr .outcome {
    font-size: 10px;
    min-height: 39px;
  }
  .afr .outcome > b {
    font-size: 16px;
  }
  .afr .loss-detail {
    padding: 12px;
  }
  .afr .loss-detail span {
    font-size: 9px;
  }
  .afr .loss-detail b {
    font-size: 17px;
  }
  .afr .loss-detail small {
    font-size: 8px;
  }
  .afr .card-note {
    font-size: 9px;
    padding: 5px 18px 16px;
  }
  .afr .clients-card,
  .afr .events-card {
    margin-top: 20px;
  }
  .afr .toolbar {
    display: block;
    margin: 17px 18px;
  }
  .afr .search {
    height: 40px;
    font-size: 12px;
  }
  .afr .search input {
    font-size: 12px;
  }
  .afr .segmented {
    margin-top: 10px;
    justify-content: space-between;
    gap: 3px;
  }
  .afr .segmented button {
    font-size: 10px;
    flex: 1;
    min-height: 31px;
    padding-inline: 8px;
  }
  .afr .client-table,
  .afr .client-table tbody {
    display: block;
    width: 100%;
  }
  .afr .client-table thead {
    display: none;
  }
  .afr .client-table tr {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 13px 10px;
    border-top: 1px solid var(--line);
    padding: 17px 18px;
  }
  .afr .client-table td,
  .afr .client-table td:first-child,
  .afr .client-table td:last-child {
    display: block;
    width: auto;
    padding: 0;
    border: 0 !important;
    min-width: 0;
    overflow-wrap: anywhere;
  }
  .afr .client-table td:first-child {
    grid-column: 1/-1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
  .afr .client-email {
    font-size: 12px;
  }
  .afr .client-meta {
    margin-top: 0;
    flex-shrink: 0;
  }
  .afr .client-meta > span:last-child {
    display: none;
  }
  .afr .client-meta .badge {
    font-size: 8px;
    padding: 4px 7px;
  }
  .afr .client-table td:nth-child(2):before,
  .afr .client-table td:nth-child(3):before,
  .afr .client-table td:nth-child(4):before,
  .afr .client-table td:nth-child(5):before {
    content: attr(data-label);
    display: block;
    font-size: 8px;
    color: #88a2b5;
    margin-bottom: 5px;
    letter-spacing: .35px;
  }
  .afr .client-table td:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
  .afr .client-table td:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
  }
  .afr .client-table td:nth-child(4) {
    grid-column: 3;
    grid-row: 2;
  }
  .afr .client-table td:nth-child(5) {
    grid-column: 1/3;
    grid-row: 3;
  }
  .afr .client-table td:nth-child(6) {
    grid-column: 3;
    grid-row: 3;
  }
  .afr .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;
  }
  .afr .client-table td strong {
    font-size: 13px;
  }
  .afr .client-table td small {
    font-size: 9px;
    margin-top: 3px;
  }
  .afr .client-table time {
    font-size: 9px;
  }
  .afr .client-table time span {
    font-size: 9px;
    margin-top: 3px;
  }
  .afr .result-line {
    gap: 6px;
  }
  .afr .result-line > span {
    font-size: 10px;
  }
  .afr .client-table .result-sub {
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }
  .afr .card-footer {
    padding: 13px 18px;
    font-size: 9px;
    gap: 10px;
  }
  .afr .pagination {
    gap: 8px;
  }
  .afr .pagination .icon {
    width: 29px;
    height: 29px;
  }
  .afr .events-toolbar .segmented {
    flex-wrap: wrap;
    justify-content: flex-start;
    background: none;
    padding: 0;
    border: 0;
    gap: 6px;
  }
  .afr .events-toolbar .segmented button {
    flex: none;
    border: 1px solid #354655;
    border-radius: 6px;
    min-height: 30px;
    font-size: 9px;
    padding: 5px 9px;
    background: #192a37;
  }
  .afr .events-toolbar .segmented button[aria-pressed=true] {
    background: #273f37;
    border-color: #4a6656;
  }
  .afr .events-toolbar > .text-button {
    display: none;
  }
  .afr .event-head {
    display: none;
  }
  .afr .event-row {
    grid-template-columns: minmax(0, 1fr) minmax(100px, .68fr);
    gap: 13px 10px;
    padding: 17px 18px;
  }
  .afr .event-row:first-child {
    border-top: 1px solid var(--line);
  }
  .afr .event-offer {
    grid-column: 1;
    grid-row: 1;
    gap: 8px;
    align-items: flex-start;
  }
  .afr .event-offer b {
    font-size: 12px;
  }
  .afr .event-offer small {
    font-size: 10px;
    margin-top: 3px;
  }
  .afr .station-icon {
    display: none;
  }
  .afr .event-result {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
    gap: 6px;
  }
  .afr .event-result strong {
    font-size: 13px;
  }
  .afr .event-result .badge {
    font-size: 8px;
    padding: 3px 6px;
  }
  .afr .event-block {
    grid-column: 1;
    grid-row: 2;
  }
  .afr .event-block span {
    font-size: 10px;
  }
  .afr .event-block small {
    display: inline;
    font-size: 9px;
  }
  .afr .event-when {
    grid-column: 2;
    grid-row: 2;
    text-align: right;
    font-size: 10px;
    align-self: end;
  }
  .afr .event-when span {
    font-size: 9px;
    margin-top: 2px;
  }
  .afr .selection-banner {
    margin-inline: 18px;
    display: block;
    font-size: 10px;
    line-height: 1.6;
  }
  .afr .selection-banner > .text-button {
    margin-top: 6px;
  }
  .afr .bottom-note {
    margin-top: 22px;
    font-size: 9px;
  }
  .afr .bottom-note > span:last-child {
    display: none;
  }
  .afr .detail-dialog {
    max-width: 100%;
    width: 100%;
    border-radius: 0;
    border: 0;
  }
  .afr .detail-head {
    padding: 22px 19px;
  }
  .afr .detail-head h2 {
    font-size: 19px;
  }
  .afr .detail-head .eyebrow {
    font-size: 8px;
  }
  .afr .detail-body {
    padding: 21px 19px;
  }
  .afr .detail-summary {
    gap: 8px;
  }
  .afr .detail-stat {
    padding: 12px;
  }
  .afr .detail-stat span {
    font-size: 9px;
  }
  .afr .detail-stat b {
    font-size: 23px;
  }
  .afr .detail-caption {
    font-size: 10px;
  }
  .afr .detail-foot {
    padding: 17px 19px;
    padding-bottom: calc(17px + env(safe-area-inset-bottom));
    gap: 12px;
  }
  .afr .detail-foot > span {
    font-size: 8px;
    max-width: 99px;
  }
  .afr .detail-foot .btn {
    font-size: 10px;
    padding-inline: 11px;
  }
  .afr .detail-foot svg {
    width: 13px;
  }
  .afr .run {
    padding: 15px;
  }
  .afr .run-time {
    font-size: 10px;
  }
  .afr .run-message {
    font-size: 11px;
  }
}
@media (max-width: 440px) {
  .afr main {
    padding: 23px 16px 90px;
  }
  .afr .topbar {
    padding: 0 15px;
  }
  .afr .brand {
    gap: 6px;
  }
  .afr .brand strong {
    font-size: 16px;
  }
  .afr .brand img {
    width: 27px;
    height: 27px;
  }
  .afr .brand > .icon {
    width: 23px;
    margin-right: 3px;
  }
  .afr .brand > .icon svg {
    width: 18px;
  }
  .afr .top-actions {
    gap: 11px;
  }
  .afr .preview-tag {
    font-size: 8px;
    letter-spacing: .6px;
  }
  .afr .preview-tag > span {
    display: none;
  }
  .afr .preview-tag i {
    width: 4px;
    height: 4px;
  }
  .afr .profile .avatar {
    width: 29px;
    height: 29px;
    font-size: 10px;
  }
  .afr .page-head h1 {
    font-size: 27px;
    letter-spacing: -.9px;
    gap: 9px;
  }
  .afr .eyebrow {
    font-size: 8px;
    letter-spacing: 1.6px;
  }
  .afr .page-head p {
    font-size: 11px;
    line-height: 1.6;
    max-width: 270px;
  }
  .afr .head-actions {
    margin-top: 17px;
  }
  .afr .context-line {
    margin-top: 19px;
    margin-bottom: 12px;
  }
  .afr .context-line > div {
    font-size: 8px;
    gap: 5px;
  }
  .afr .context-line > span {
    font-size: 8px;
    max-width: 134px;
  }
  .afr .sep {
    padding-inline: 0;
  }
  .afr .conversion .card-head {
    padding: 19px 17px 0;
    gap: 8px;
  }
  .afr .conversion h2 {
    font-size: 14px;
  }
  .afr .conversion-value {
    padding: 16px 17px 17px;
    gap: 20px;
    flex-wrap: nowrap;
  }
  .afr .conversion-value > strong {
    font-size: 49px;
    letter-spacing: -2px;
  }
  .afr .conversion-value > div {
    padding-left: 15px;
  }
  .afr .conversion-value span {
    font-size: 11px;
  }
  .afr .conversion-value small {
    font-size: 8px;
    max-width: 113px;
    line-height: 1.7;
  }
  .afr .conversion-track,
  .afr .conversion-note {
    margin-inline: 17px;
  }
  .afr .conversion-legend {
    padding-inline: 17px;
    font-size: 9px;
  }
  .afr .conversion-note {
    font-size: 9px;
  }
  .afr .conversion {
    padding-bottom: 17px;
  }
  .afr .kpi {
    padding: 15px 13px;
  }
  .afr .kpi-label {
    font-size: 9px;
    gap: 6px;
  }
  .afr .kpi-label svg {
    width: 13px;
    height: 13px;
  }
  .afr .kpi > strong {
    font-size: 30px;
  }
  .afr .kpi > p {
    font-size: 9px;
    line-height: 1.6;
    max-width: 140px;
    min-height: 28px;
  }
  .afr .section-nav {
    font-size: 10px;
    gap: 26px;
  }
  .afr .card-head h2 {
    font-size: 14px;
  }
  .afr .card-head p {
    font-size: 10px;
  }
  .afr .card-head > .counter {
    font-size: 9px;
    padding: 3px 7px;
    min-width: 27px;
  }
  .afr .flow {
    margin-top: 24px;
    gap: 5px;
  }
  .afr .flow-step > strong {
    font-size: 22px;
    letter-spacing: -.75px;
  }
  .afr .flow-step > span {
    font-size: 9px;
  }
  .afr .flow-sub {
    grid-template-columns: 1.2fr 1fr 1.05fr;
    gap: 7px;
  }
  .afr .flow-sub > div + div {
    padding-left: 7px;
  }
  .afr .flow-sub span {
    font-size: 8px;
  }
  .afr .flow-sub b {
    font-size: 12px;
  }
  .afr .measure-note {
    font-size: 8px;
  }
  .afr .outcomes-card .outcomes {
    gap: 0 14px;
  }
  .afr .outcome {
    font-size: 9px;
  }
  .afr .outcome > b {
    font-size: 15px;
  }
  .afr .loss-detail {
    padding: 11px 10px;
    gap: 10px;
  }
  .afr .loss-detail > div + div {
    padding-left: 10px;
  }
  .afr .loss-detail span {
    font-size: 8px;
  }
  .afr .loss-detail b {
    font-size: 16px;
  }
  .afr .card-note {
    font-size: 8px;
  }
  .afr .client-table tr {
    gap: 12px 9px;
  }
  .afr .client-email {
    font-size: 11px;
  }
  .afr .client-meta .badge {
    font-size: 7px;
    padding: 4px 6px;
  }
  .afr .client-table td:first-child {
    gap: 8px;
  }
  .afr .client-table td:nth-child(5) .result-line > span {
    font-size: 9px;
  }
  .afr .client-table td small {
    font-size: 8px;
  }
  .afr .client-table td:nth-child(6):before {
    font-size: 6.5px;
  }
  .afr .client-table td:nth-child(2):before,
  .afr .client-table td:nth-child(3):before,
  .afr .client-table td:nth-child(4):before,
  .afr .client-table td:nth-child(5):before {
    font-size: 7px;
  }
  .afr .client-table td strong {
    font-size: 12px;
  }
  .afr .client-table time {
    font-size: 8px;
  }
  .afr .client-table time span {
    font-size: 8px;
  }
  .afr .client-table .result-sub {
    gap: 5px;
  }
  .afr .card-footer > span {
    font-size: 8px;
    max-width: 200px;
  }
  .afr .pagination {
    gap: 7px;
  }
  .afr .event-offer small {
    font-size: 9px;
  }
  .afr .event-result .badge {
    font-size: 7px;
  }
  .afr .card-head .eyebrow {
    font-size: 7px;
  }
  .afr .bottom-note {
    font-size: 8px;
  }
}
@media (max-width: 350px) {
  .afr main {
    padding-inline: 12px;
  }
  .afr .topbar {
    padding-inline: 12px;
  }
  .afr .brand strong {
    font-size: 14px;
  }
  .afr .brand img {
    width: 25px;
    height: 25px;
  }
  .afr .brand {
    gap: 5px;
  }
  .afr .top-actions {
    gap: 8px;
  }
  .afr .preview-tag {
    font-size: 7px;
  }
  .afr .page-head h1 {
    font-size: 24px;
  }
  .afr .context-line > div {
    font-size: 7px;
  }
  .afr .context-line > span {
    font-size: 7px;
    max-width: 124px;
  }
  .afr .conversion h2 {
    font-size: 12px;
  }
  .afr .conversion .card-head .eyebrow {
    font-size: 7px;
  }
  .afr .conversion-value {
    gap: 13px;
  }
  .afr .conversion-value > strong {
    font-size: 44px;
  }
  .afr .conversion-value > div {
    padding-left: 12px;
  }
  .afr .conversion-value span {
    font-size: 9px;
  }
  .afr .conversion-value small {
    font-size: 7px;
  }
  .afr .conversion-note {
    font-size: 8px;
  }
  .afr .kpi-label {
    font-size: 8px;
  }
  .afr .kpi-label svg {
    display: none;
  }
  .afr .kpi > p {
    font-size: 8px;
  }
  .afr .flow-step > strong {
    font-size: 19px;
  }
  .afr .flow-step > span {
    font-size: 8px;
  }
  .afr .flow-sub span {
    font-size: 7px;
  }
  .afr .flow-sub b {
    font-size: 11px;
  }
  .afr .card-head h2 {
    font-size: 13px;
  }
  .afr .segmented button {
    font-size: 9px;
    padding-inline: 5px;
  }
  .afr .client-email {
    font-size: 10px;
  }
  .afr .client-meta .badge {
    font-size: 7px;
  }
  .afr .card-head p {
    font-size: 9px;
  }
  .afr .event-result .badge {
    font-size: 7px;
  }
  .afr .detail-stat span {
    font-size: 8px;
  }
  .afr .detail-stat b {
    font-size: 21px;
  }
  .afr .detail-foot .btn {
    font-size: 9px;
  }
  .afr .detail-head h2 {
    font-size: 16px;
  }
  .afr .detail-foot > span {
    font-size: 7px;
    max-width: 70px;
  }
  .afr .client-table td:nth-child(6):before {
    letter-spacing: 0;
    font-size: 6px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .afr {
    scroll-behavior: auto;
  }
  .afr * {
    transition: none !important;
  }
}
@media print {
  .afr .sidebar,
  .afr .topbar,
  .afr .mobile-tabs,
  .afr .toolbar,
  .afr .pagination,
  .afr .head-actions {
    display: none !important;
  }
  .afr main {
    margin: 0;
    padding: 0;
  }
  .afr .card {
    break-inside: avoid;
  }
  .afr {
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }
  .afr .clients-card,
  .afr .events-card {
    break-inside: auto;
  }
}
.afr .preview-tag .demo-label:before {
  content: "\b7  ";
  margin-right: 4px;
}
@media (max-width: 440px) {
  .afr .preview-tag > .proposal-label {
    display: none;
  }
  .afr .preview-tag > .demo-label {
    display: inline;
    font-size: 7px;
  }
  .afr .preview-tag .demo-label:before {
    content: none;
  }
}
.afr .flow-step > strong,
.afr .flow-sub b,
.afr .kpi > strong {
  overflow-wrap: anywhere;
}
.admin-shell[data-apex-filter-report-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-filter-report-shell=v1] .body {
  background: #0b1119;
  padding-top: 70px;
}
.admin-shell[data-apex-filter-report-shell=v1] .topbar {
  height: 70px;
  background: #0d151f;
  border-bottom: 1px solid #263342;
  box-shadow: none;
  padding: 0 25px;
}
.admin-shell[data-apex-filter-report-shell=v1] .topbar-logo {
  width: 32px;
  height: 32px;
}
.admin-shell[data-apex-filter-report-shell=v1] .logo {
  font-size: 19px;
  letter-spacing: -.65px;
  color: #edf3fa;
}
.admin-shell[data-apex-filter-report-shell=v1] .topbar-account {
  background: transparent;
  border-color: #314235;
}
.admin-shell[data-apex-filter-report-shell=v1] .topbar-avatar {
  background: #2c3934;
  color: #b2f3ce;
  border-color: #506c5d;
}
.admin-shell[data-apex-filter-report-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-filter-report-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-filter-report-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-filter-report-shell=v1] .nav-btn:hover {
  background: #162330;
  color: #edf3fa;
}
.admin-shell[data-apex-filter-report-shell=v1] .nav-btn.active {
  background: #213930;
  color: #b2f3ce;
  box-shadow: inset 2px 0 #b2f3ce;
}
.admin-shell[data-apex-filter-report-shell=v1] .nav-btn.active svg {
  color: #b2f3ce;
  filter: none;
}
.admin-shell[data-apex-filter-report-shell=v1] .nav-btn:nth-child(6) {
  margin-top: 26px;
  position: relative;
}
.admin-shell[data-apex-filter-report-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-filter-report-shell=v1] .main {
  padding: 30px 32px;
  background: #0b1119;
  max-width: none;
}
.admin-shell[data-apex-filter-report-shell=v1] .mobile-tabbar {
  background: #101a25;
  border-top: 1px solid #263342;
  box-shadow: none;
}
.admin-shell[data-apex-filter-report-shell=v1] .mobile-tab {
  color: #91a5b7;
}
.admin-shell[data-apex-filter-report-shell=v1] .mobile-tab.active,
.admin-shell[data-apex-filter-report-shell=v1] .mobile-tab.active svg {
  background: transparent;
  color: #b2f3ce;
}
.admin-shell[data-apex-filter-report-shell=v1] .sidenav {
  width: 204px;
  min-width: 204px;
  flex-basis: 204px;
}
.afr[data-apex-filter-report=v1] {
  display: block;
  max-width: 1536px;
  width: 100%;
  min-width: 0;
  margin: 0 auto;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  gap: 0;
  color: var(--text);
}
.afr .card {
  padding: 0;
  box-shadow: none;
  display: block;
}
.afr .conversion {
  padding-bottom: 17px;
}
.afr .kpi {
  padding: 17px 18px;
}
.afr h1,
.afr h2,
.afr h3 {
  color: var(--text);
  margin: 0;
  text-transform: none;
}
.afr .page-head {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  text-align: left;
}
.afr .page-head > div {
  min-width: 0;
}
.afr .page-head p {
  margin-bottom: 0;
  max-width: 100%;
}
.afr .btn {
  box-shadow: none;
  transform: none;
  letter-spacing: 0;
  flex: 0 0 auto;
  width: auto;
}
.afr .btn:hover {
  transform: none;
  box-shadow: none;
}
.afr .btn svg {
  stroke: currentColor;
  fill: none;
}
.afr .text-button {
  width: auto;
  min-height: 0;
  box-shadow: none;
}
.afr .period-control select {
  height: 100%;
  width: auto;
  margin: 0;
  border: 0;
  box-shadow: none;
}
.afr input {
  margin: 0;
  box-shadow: none;
}
.afr table {
  margin: 0;
}
.afr button {
  letter-spacing: 0;
  text-transform: none;
}
.afr .section-nav button {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 0 12px;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: var(--muted);
  font-size: 11px;
  border-radius: 0;
  min-height: 0;
  width: auto;
  box-shadow: none;
}
.afr .section-nav button:hover {
  color: var(--mint);
}
.afr .section-nav button:first-child {
  color: var(--mint);
  border-bottom-color: var(--mint);
}
.afr .section-nav button span {
  border: 1px solid #354857;
  border-radius: 12px;
  padding: 0 5px;
  font-size: 8px;
  color: #a7bcc9;
  min-width: 21px;
  text-align: center;
}
.afr dialog:not([open]) {
  display: none !important;
}
.afr .info-body {
  font-size: 12px;
  line-height: 1.8;
  color: #b6ccd9;
}
.afr .info-body p + p {
  margin-top: 13px;
}
.afr .info-done {
  margin-top: 23px;
}
.afr [id] {
  scroll-margin-block: 18px;
}
@media (max-width: 1200px) {
  .afr .kpi {
    padding: 16px 13px;
  }
}
@media (max-width: 1190px) {
  .admin-shell[data-apex-filter-report-shell=v1] .sidenav {
    width: 190px;
    min-width: 190px;
    flex-basis: 190px;
  }
  .admin-shell[data-apex-filter-report-shell=v1] .main {
    padding: 26px 22px;
  }
}
@media (max-width: 850px) {
  .afr .kpi {
    padding: 17px 15px;
  }
}
@media (max-width: 680px) {
  .afr .page-head {
    display: block;
  }
  .afr .kpi {
    padding: 16px;
  }
  .afr .period-control select {
    width: 100%;
  }
  .afr .client-table td:nth-child(6):before {
    content: attr(data-label);
  }
}
@media (max-width: 640px) {
  .admin-shell[data-apex-filter-report-shell=v1] .topbar {
    height: calc(60px + env(safe-area-inset-top, 0px));
    padding: 0 14px;
  }
  .admin-shell[data-apex-filter-report-shell=v1] .body {
    padding-top: calc(60px + env(safe-area-inset-top, 0px));
  }
  .admin-shell[data-apex-filter-report-shell=v1] .sidenav {
    display: none;
  }
  .admin-shell[data-apex-filter-report-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;
  }
  .afr .section-nav button {
    font-size: 10px;
  }
}
@media (max-width: 440px) {
  .afr .kpi {
    padding: 15px 13px;
  }
}
@media (max-width: 350px) {
  .admin-shell[data-apex-filter-report-shell=v1] .main {
    padding-inline: 12px;
  }
}
.afr .toolbar {
  border: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  min-height: 0;
}
.afr .client-table-wrap {
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 0;
}
.afr .client-table td:nth-child(6):before {
  content: none;
}
@media (max-width: 680px) {
  .afr .client-table td:nth-child(6):before {
    content: attr(data-label);
  }
}
@media (max-width: 1040px) {
  .afr .page-head {
    display: block;
  }
  .afr .head-actions {
    justify-content: space-between;
    margin-top: 19px;
    padding: 0;
  }
  .afr .period-control {
    flex: 1;
  }
  .afr .period-control select {
    width: 100%;
  }
}
.afr .flow-step > span {
  overflow-wrap: anywhere;
}
