.ar {
  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;
}
.ar * {
  box-sizing: border-box;
}
.ar {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}
.ar {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font:
    14px/1.5 Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}
.ar h1,
.ar h2,
.ar h3,
.ar p {
  margin: 0;
}
.ar button,
.ar input,
.ar select {
  font: inherit;
}
.ar button,
.ar input,
.ar select,
.ar a {
  -webkit-tap-highlight-color: transparent;
}
.ar button,
.ar a {
  touch-action: manipulation;
}
.ar button {
  cursor: pointer;
  color: inherit;
  border: 0;
}
.ar button:disabled {
  opacity: .35;
  cursor: default;
}
.ar a {
  color: inherit;
  text-decoration: none;
}
.ar button:focus-visible,
.ar a:focus-visible,
.ar input:focus-visible,
.ar select:focus-visible {
  outline: 2px solid var(--mint);
  outline-offset: 4px;
}
.ar b,
.ar strong {
  font-weight: 620;
}
.ar svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
.ar .symbols {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.ar .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.ar [hidden] {
  display: none !important;
}
.ar .skip {
  position: fixed;
  top: -100px;
  left: 20px;
  background: var(--mint);
  color: var(--bg);
  padding: 12px;
  z-index: 150;
}
.ar .skip:focus {
  top: 10px;
}
.ar .icon {
  width: 36px;
  height: 36px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: transparent;
  flex-shrink: 0;
}
.ar .icon:hover:not(:disabled) {
  background: #223646;
}
.ar .subtle {
  border-color: #365346;
  color: #b4d5c4;
}
.ar .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;
}
.ar .btn svg {
  width: 15px;
  height: 15px;
}
.ar .primary {
  background: var(--mint);
  color: #16372a;
  border-color: var(--mint);
}
.ar .primary:hover {
  background: #cef9e2;
}
.ar .secondary {
  background: #1d303d;
  border-color: #395062;
  color: #d9e5ee;
}
.ar .text-button {
  background: transparent;
  color: var(--mint);
  font-size: 11px;
  padding: 4px 0;
}
.ar .text-button:hover {
  text-decoration: underline;
}
.ar .reverse {
  transform: rotate(180deg);
}
.ar .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;
}
.ar .brand {
  display: flex;
  gap: 10px;
  align-items: center;
}
.ar .brand img {
  width: 34px;
  height: 34px;
  border: 1px solid #1b3444;
  border-radius: 9px;
  box-shadow: 0 0 18px #00aaff0d;
}
.ar .brand strong {
  font-size: 20px;
  letter-spacing: -.7px;
}
.ar .brand strong span {
  font-weight: 500;
  color: #d6e4f0;
}
.ar .top-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}
.ar .preview-tag {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 9px;
  letter-spacing: .8px;
  color: #a6bbc9;
}
.ar .preview-tag i {
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: #9caebe;
}
.ar .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;
}
.ar .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;
}
.ar .profile b {
  display: block;
  font-size: 11px;
}
.ar .profile small {
  display: block;
  font-size: 9px;
  color: var(--muted);
}
.ar .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;
}
.ar .nav-label {
  color: #91a5b5;
  font-size: 9px;
  letter-spacing: 1.6px;
  font-weight: 600;
  margin: 0 12px 13px;
}
.ar .sidebar nav {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.ar .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;
}
.ar .nav-item svg {
  width: 17px;
  height: 17px;
  color: #8ba2b2;
}
.ar .nav-item:hover {
  background: #172b36;
}
.ar .nav-item.active {
  color: var(--mint);
  background: #203a31;
  box-shadow: inset 2px 0 0 var(--mint);
}
.ar .nav-item.active svg {
  color: var(--mint);
}
.ar .nav-dot {
  margin-left: auto;
  background: var(--mint);
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
.ar .nav-sep {
  height: 1px;
  background: var(--line);
  margin: 21px 12px;
}
.ar .side-bottom {
  margin-top: auto;
  padding-top: 30px;
}
.ar .workspace {
  display: flex;
  align-items: center;
  gap: 8px;
  border-top: 1px solid var(--line);
  padding: 17px 6px 15px;
}
.ar .workspace svg {
  color: #83a895;
}
.ar .workspace b {
  display: block;
  font-size: 10px;
}
.ar .workspace small {
  display: block;
  color: var(--muted);
  font-size: 9px;
  margin-top: 3px;
}
.ar .side-foot {
  display: flex;
  justify-content: space-between;
  color: #879bac;
  font-size: 9px;
  padding: 0 6px;
}
.ar main {
  margin-left: 204px;
  padding: 30px 32px 24px;
  max-width: 1730px;
  outline: none;
}
.ar .page-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.ar .eyebrow {
  display: block;
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 1.7px;
  color: #90ac9f;
  margin-bottom: 7px;
}
.ar .page-head h1 {
  font-size: 31px;
  line-height: 1.25;
  letter-spacing: -1px;
  font-weight: 650;
  display: flex;
  align-items: center;
  gap: 12px;
}
.ar .title-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--mint);
}
.ar .page-head p {
  color: var(--muted);
  font-size: 12px;
  margin-top: 7px;
}
.ar .head-actions {
  display: flex;
  gap: 9px;
  align-items: center;
}
.ar .period-control {
  display: flex;
  align-items: center;
  padding-left: 12px;
  border: 1px solid #344957;
  border-radius: 8px;
  background: #162330;
  height: 40px;
}
.ar .period-control svg {
  color: #9ab0c1;
  width: 15px;
  height: 15px;
}
.ar .period-control select {
  background: transparent;
  border: 0;
  color: #d5e3ee;
  padding: 9px 10px;
  font-size: 11px;
  min-width: 148px;
  cursor: pointer;
}
.ar .period-control select option {
  background: var(--panel);
}
.ar .context-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 24px 0 13px;
  color: #a1b5c4;
  font-size: 10px;
}
.ar .context-line > div {
  display: flex;
  align-items: center;
  gap: 8px;
}
.ar .context-line > span {
  font-size: 9px;
  color: #95a9b8;
}
.ar .status-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #b2f3d1;
}
.ar .sep {
  color: #4f6374;
  padding: 0 4px;
}
.ar .card {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--panel);
  min-width: 0;
  overflow: hidden;
}
.ar .card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 21px 22px 0;
}
.ar .card-head h2 {
  font-size: 15px;
  letter-spacing: -.25px;
  font-weight: 600;
}
.ar .card-head p {
  font-size: 10px;
  color: var(--muted);
  margin-top: 5px;
}
.ar .card-head > svg {
  color: #849fad;
  width: 18px;
  height: 18px;
}
.ar .card-head .eyebrow {
  font-size: 8px;
  letter-spacing: 1.8px;
  margin-bottom: 5px;
}
.ar .hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr);
  gap: 16px;
}
.ar .conversion {
  background:
    linear-gradient(
      115deg,
      #1e382e,
      #162930 90%);
  border-color: #3a584b;
  padding-bottom: 17px;
}
.ar .conversion .card-head {
  padding-top: 22px;
  align-items: flex-start;
}
.ar .conversion .card-head .eyebrow {
  font-size: 8px;
  color: #a3c6b3;
}
.ar .conversion h2 {
  color: #d7eee1;
  font-size: 15px;
}
.ar .conversion-value {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 17px 22px 15px;
}
.ar .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;
}
.ar .conversion-value > div {
  border-left: 1px solid #3c594e;
  padding: 5px 0 5px 20px;
}
.ar .conversion-value span {
  display: block;
  color: #d3e9df;
  font-size: 12px;
}
.ar .conversion-value small {
  display: block;
  color: #a9c2b6;
  margin-top: 5px;
  font-size: 9px;
  max-width: 145px;
}
.ar .conversion-track {
  display: flex;
  height: 7px;
  border-radius: 6px;
  overflow: hidden;
  background: #355348;
  margin: 0 22px;
}
.ar .conversion-track span {
  height: 100%;
  transition: width .18s;
}
.ar .mint {
  background: var(--mint);
}
.ar .slate {
  background: #67878c;
}
.ar .conversion-legend {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 22px 14px;
  font-size: 10px;
  color: #b5d1c4;
}
.ar .conversion-legend span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.ar .conversion-legend i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-right: 2px;
}
.ar .conversion-legend b {
  color: #d7ecdf;
}
.ar .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;
}
.ar .conversion-note svg {
  width: 13px;
  height: 13px;
  color: #abdabc;
}
.ar .kpi-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.ar .kpi {
  padding: 17px 18px;
}
.ar .kpi-label {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
  font-size: 10px;
  color: #b4c5d2;
}
.ar .kpi-label svg {
  width: 15px;
  height: 15px;
  color: #839caa;
}
.ar .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;
}
.ar .kpi > p {
  font-size: 9px;
  color: var(--muted);
}
.ar .kpi > p b {
  font-weight: 500;
  color: #d3e1eb;
}
.ar .green {
  color: var(--mint) !important;
}
.ar .amber-text {
  color: var(--amber) !important;
}
.ar .red-text {
  color: var(--red) !important;
}
.ar .section-nav {
  display: flex;
  gap: 29px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  margin: 27px 0 20px;
  font-size: 11px;
  color: #a1b2c0;
}
.ar .section-nav a {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 0 12px;
  border-bottom: 2px solid transparent;
}
.ar .section-nav a:hover {
  color: var(--mint);
}
.ar .section-nav a.selected {
  color: var(--mint);
  border-bottom-color: var(--mint);
}
.ar .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;
}
.ar .section-nav > span {
  margin-left: auto;
  padding-bottom: 12px;
  font-size: 9px;
  color: #8da4b5;
}
.ar .operations-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 1fr);
  gap: 16px;
  scroll-margin-top: 90px;
}
.ar .flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 29px 22px 21px;
  position: relative;
}
.ar .flow:before {
  content: "";
  height: 1px;
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  background: #364d58;
}
.ar .flow-step {
  position: relative;
  min-width: 0;
}
.ar .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;
}
.ar .flow-step:last-child > i {
  background: #203f31;
  border-color: #50765f;
  color: var(--mint);
}
.ar .flow-step > span {
  display: block;
  font-size: 10px;
  color: #a5b9c8;
  margin-bottom: 5px;
}
.ar .flow-step > strong {
  display: block;
  font-size: 24px;
  letter-spacing: -.6px;
  line-height: 1.2;
  font-weight: 570;
  font-variant-numeric: tabular-nums;
}
.ar .flow-step:last-child > strong {
  color: var(--mint);
}
.ar .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;
}
.ar .flow-sub > div {
  min-width: 0;
}
.ar .flow-sub > div + div {
  padding-left: 12px;
  border-left: 1px solid var(--line);
}
.ar .flow-sub span {
  display: block;
  font-size: 9px;
  color: #99afbe;
  white-space: normal;
}
.ar .flow-sub b {
  display: block;
  font-size: 14px;
  margin-top: 5px;
  font-weight: 550;
}
.ar .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;
}
.ar .measure-note svg {
  width: 12px;
  height: 12px;
  margin-top: 1px;
  color: var(--amber);
}
.ar .measure-note.complete {
  border-color: #355447;
  background: #1b2e28;
  color: #b6d5c2;
}
.ar .outcomes {
  padding: 14px 22px 6px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
.ar .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%;
}
.ar .outcome:hover {
  color: var(--mint);
}
.ar .outcome > i {
  display: block;
  width: 5px;
  height: 5px;
  background: var(--slate);
  border-radius: 50%;
  flex-shrink: 0;
}
.ar .outcome > span {
  flex: 1;
}
.ar .outcome > b {
  font-size: 14px;
  font-weight: 550;
  font-variant-numeric: tabular-nums;
}
.ar .outcome.positive > i {
  background: var(--mint);
}
.ar .outcome.warning > i {
  background: var(--amber);
}
.ar .outcome.error > i {
  background: var(--red);
}
.ar .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;
}
.ar .loss-detail > div + div {
  border-left: 1px solid #344b56;
  padding-left: 12px;
}
.ar .loss-detail span {
  display: block;
  font-size: 9px;
  color: #a7bccc;
}
.ar .loss-detail b {
  display: block;
  font-size: 15px;
  font-weight: 550;
  margin-top: 3px;
}
.ar .loss-detail small {
  font-size: 8px;
  color: #8ca6b9;
  margin-left: 5px;
}
.ar .card-note {
  font-size: 9px;
  line-height: 1.6;
  color: #9eafbd;
  padding: 5px 22px 17px;
}
.ar .ref-kpis {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.ar .metric {
  padding: 18px 20px;
}
.ar .metric-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  color: #bdccd7;
  gap: 8px;
}
.ar .metric-label svg {
  color: #8aa9a1;
  width: 16px;
  height: 16px;
}
.ar .metric > strong {
  font-size: 34px;
  letter-spacing: -1.2px;
  line-height: 1.2;
  font-weight: 600;
  display: block;
  margin: 13px 0 7px;
  font-variant-numeric: tabular-nums;
}
.ar .metric p {
  color: var(--muted);
  font-size: 10px;
}
.ar .metric p b {
  color: #d2dfe8;
}
.ar .mint-metric {
  background:
    linear-gradient(
      110deg,
      #213c31,
      #172c2c);
  border-color: #3d6050;
}
.ar .mint-metric > strong {
  color: var(--mint);
}
.ar .mint-metric .metric-label {
  color: #c6e0d2;
}
.ar .ranking-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.68fr) minmax(300px, 1fr);
  gap: 16px;
  margin-top: 22px;
}
.ar .round-symbol {
  display: grid;
  place-items: center;
  width: 39px;
  height: 39px;
  border: 1px solid #3d5c4d;
  background: #20362e;
  border-radius: 11px;
  color: var(--mint);
}
.ar .week-switch {
  display: flex;
  gap: 3px;
  margin: 18px 22px 16px;
  padding: 3px;
  background: #0d1822;
  border: 1px solid #2c3d49;
  border-radius: 8px;
  width: max-content;
  max-width: calc(100% - 44px);
}
.ar .week-switch button {
  background: transparent;
  padding: 6px 12px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 10px;
  color: #a5b9c7;
}
.ar .week-switch button[aria-pressed=true] {
  background: #284236;
  border-color: #3d5a4c;
  color: var(--mint);
}
.ar .podium {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0 22px;
}
.ar .podium-card {
  padding: 14px 13px 12px;
  border: 1px solid #334652;
  border-radius: 9px;
  background: #172633;
  min-width: 0;
}
.ar .podium-card:first-child {
  background:
    linear-gradient(
      135deg,
      #233d31,
      #192d2b);
  border-color: #46634f;
}
.ar .podium-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.ar .rank-position {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  background: #283d48;
  color: #c2d3de;
  border: 1px solid #425562;
  border-radius: 7px;
  font-size: 10px;
}
.ar .podium-card:first-child .rank-position {
  color: var(--mint);
  background: #2a4935;
  border-color: #648567;
}
.ar .person-avatar {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  font-size: 9px;
  letter-spacing: .4px;
  background: #304b47;
  color: #c1ead6;
}
.ar .podium-email {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10px;
  max-width: 100%;
  color: #d2e1e7;
}
.ar .podium-count {
  margin-top: 12px;
  display: flex;
  align-items: baseline;
  gap: 5px;
}
.ar .podium-count strong {
  font-size: 25px;
  font-weight: 550;
  letter-spacing: -.7px;
}
.ar .podium-count span {
  font-size: 9px;
  color: #aabfcb;
}
.ar .prize {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--mint);
  font-size: 9px;
  margin-top: 9px;
  padding: 4px 7px;
  background: #233c33;
  border: 1px solid #385847;
  border-radius: 5px;
  white-space: nowrap;
}
.ar .prize svg {
  width: 12px;
  height: 12px;
}
.ar .rank-tail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 22px;
  margin: 14px 22px 0;
}
.ar .rank-mini {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  border-bottom: 1px solid #283b47;
  min-width: 0;
  font-size: 10px;
}
.ar .rank-mini > span {
  color: #90a8b8;
  width: 15px;
  flex-shrink: 0;
}
.ar .rank-mini > b {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  min-width: 0;
  font-weight: 450;
  color: #b3c6d3;
}
.ar .rank-mini > strong {
  margin-left: auto;
  font-size: 11px;
  font-weight: 550;
  white-space: nowrap;
}
.ar .rank-mini small {
  font-size: 8px;
  color: #8fa9b8;
  font-weight: 400;
}
.ar .rank-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 15px 22px 17px;
  min-height: 54px;
}
.ar .rank-footer > span {
  font-size: 9px;
  color: #9db2c1;
  max-width: 280px;
}
.ar .rank-footer button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
  font-size: 10px;
}
.ar .rank-footer svg {
  width: 13px;
  height: 13px;
}
.ar .ranking-card {
  display: flex;
  flex-direction: column;
}
.ar .ranking-card .rank-footer {
  margin-top: auto;
}
.ar .reward-total {
  display: flex;
  align-items: baseline;
  gap: 9px;
  margin: 23px 22px 15px;
}
.ar .reward-total strong {
  font-size: 35px;
  font-weight: 560;
  letter-spacing: -1px;
  line-height: 1.2;
}
.ar .reward-total span {
  font-size: 11px;
  color: #abbfca;
}
.ar .reward-bar {
  display: flex;
  height: 7px;
  border-radius: 5px;
  background: #2a3c47;
  overflow: hidden;
  margin: 0 22px 18px;
  gap: 3px;
}
.ar .reward-segment {
  height: 100%;
  min-width: 0;
}
.ar .signup-color {
  background: #849db4;
}
.ar .conversion-color {
  background: var(--mint);
}
.ar .rank-color {
  background: #dbb775;
}
.ar #ar-reward-breakdown {
  margin: 0 22px;
}
.ar .reward-row {
  display: flex;
  gap: 9px;
  align-items: center;
  margin: 13px 0;
}
.ar .reward-row > i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
}
.ar .reward-row > div {
  min-width: 0;
  flex: 1;
}
.ar .reward-row b {
  font-size: 11px;
  font-weight: 500;
  display: block;
}
.ar .reward-row small {
  display: block;
  color: #91aabc;
  font-size: 9px;
  margin-top: 2px;
}
.ar .reward-row > strong {
  font-size: 14px;
  font-weight: 550;
  font-variant-numeric: tabular-nums;
}
.ar .participation {
  margin: 20px 22px 0;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.ar .participation > div + div {
  border-left: 1px solid var(--line);
  padding-left: 17px;
}
.ar .participation strong {
  font-size: 20px;
  font-weight: 550;
  display: block;
}
.ar .participation span {
  font-size: 9px;
  color: #9cb1c0;
}
.ar .rewards-note {
  margin: 15px 22px 17px;
  font-size: 9px;
  color: #9bb2bf;
}
.ar .records-card {
  margin-top: 22px;
  scroll-margin-top: 84px;
}
.ar .records-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 21px 22px 0;
}
.ar .records-head h2 {
  font-size: 16px;
  letter-spacing: -.2px;
}
.ar .records-head p {
  font-size: 10px;
  color: var(--muted);
  margin-top: 5px;
}
.ar .readonly-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #324854;
  padding: 5px 8px;
  border-radius: 6px;
  color: #afc2ce;
  font-size: 9px;
  white-space: nowrap;
}
.ar .readonly-label svg {
  width: 13px;
  height: 13px;
}
.ar .record-tabs {
  display: flex;
  gap: 25px;
  padding: 0 22px;
  border-bottom: 1px solid var(--line);
  margin-top: 20px;
}
.ar .record-tabs button {
  background: transparent;
  color: #a6bbc9;
  border-bottom: 2px solid transparent;
  padding: 0 0 12px;
  font-size: 11px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.ar .record-tabs button[aria-selected=true] {
  border-bottom-color: var(--mint);
  color: var(--mint);
}
.ar .record-tabs button span {
  border: 1px solid #3a505a;
  padding: 0 5px;
  font-size: 8px;
  border-radius: 10px;
  min-width: 21px;
  text-align: center;
}
.ar .list-toolbar {
  display: flex;
  gap: 14px;
  justify-content: space-between;
  align-items: center;
  padding: 20px 22px 14px;
}
.ar .search-box {
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid #354b5a;
  border-radius: 7px;
  background: #0e1a25;
  padding: 0 11px;
  min-height: 39px;
  flex: 1;
  max-width: 430px;
  color: #8fa8b9;
}
.ar .search-box svg {
  width: 15px;
  height: 15px;
}
.ar .search-box input {
  border: 0;
  background: transparent;
  color: var(--text);
  font-size: 11px;
  width: 100%;
  padding: 10px 0;
  min-width: 0;
  outline: none;
}
.ar .search-box:focus-within {
  outline: 2px solid var(--mint);
  outline-offset: 2px;
}
.ar .search-box input::placeholder {
  color: #8ba1b2;
}
.ar .limit-control {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #98aebb;
  font-size: 10px;
}
.ar .limit-control select {
  background: #182834;
  color: #cadbe5;
  border: 1px solid #3b515f;
  border-radius: 7px;
  padding: 10px;
  font-size: 10px;
  max-width: 100%;
}
.ar .filter-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 0 22px 12px;
  align-items: center;
}
.ar .status-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.ar .status-filters button {
  border: 1px solid #324856;
  border-radius: 6px;
  font-size: 10px;
  color: #a5bdcb;
  padding: 6px 9px;
  background: #162632;
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 30px;
}
.ar .status-filters button span {
  font-size: 9px;
  color: #92aebb;
}
.ar .status-filters button[aria-pressed=true] {
  background: #254135;
  border-color: #496b55;
  color: var(--mint);
}
.ar .status-filters button[aria-pressed=true] span {
  color: #bfe3cf;
}
.ar .scope-note {
  font-size: 9px;
  color: #95acbc;
  margin: 0 22px 16px;
  line-height: 1.7;
}
.ar .scope-note strong {
  color: #beccd8;
  font-weight: 500;
}
.ar .table-wrap {
  width: 100%;
}
.ar table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  text-align: left;
}
.ar th {
  font-size: 8px;
  letter-spacing: .8px;
  text-transform: uppercase;
  color: #8fa9bc;
  font-weight: 600;
  background: #14232f;
  padding: 11px 14px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.ar th:first-child,
.ar td:first-child {
  padding-left: 22px;
}
.ar th:last-child,
.ar td:last-child {
  padding-right: 22px;
}
.ar td {
  padding: 14px;
  vertical-align: middle;
  border-bottom: 1px solid #253845;
  font-size: 10px;
}
.ar tbody tr:last-child td {
  border-bottom: 0;
}
.ar tbody tr:hover {
  background: #172a36;
}
.ar .referral-col {
  width: 40%;
}
.ar .date-col {
  width: 17%;
}
.ar .status-col {
  width: 18%;
}
.ar .bonus-col {
  width: 15%;
}
.ar .action-col {
  width: 10%;
  text-align: right;
}
.ar .person-line {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
.ar .person-line > .person-avatar {
  width: 29px;
  height: 29px;
  font-size: 9px;
  flex-shrink: 0;
}
.ar .person-info {
  min-width: 0;
}
.ar .person-info b {
  display: block;
  font-size: 10px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ar .person-info small {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #90a9ba;
  font-size: 9px;
  margin-top: 4px;
  min-width: 0;
}
.ar .person-info small > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ar .person-info small svg {
  width: 11px;
  height: 11px;
}
.ar .muted {
  color: #94acbd;
}
.ar .subline {
  display: block;
  font-size: 9px;
  color: #94aabd;
  margin-top: 3px;
}
.ar .date-cell {
  font-size: 10px;
  white-space: nowrap;
}
.ar .pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 7px;
  border-radius: 5px;
  font-size: 9px;
  border: 1px solid #365148;
  background: #20382f;
  color: #b8eace;
  white-space: nowrap;
}
.ar .pill > i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
}
.ar .pill.pending {
  background: #342e23;
  border-color: #574b34;
  color: #e8c78c;
}
.ar .pill.blocked {
  background: #2e2931;
  border-color: #55414b;
  color: #dcafb8;
}
.ar .day-count {
  font-size: 12px;
  font-weight: 550;
  color: #c7dfd3;
}
.ar .day-count small {
  font-weight: 400;
  font-size: 9px;
  color: #91a9b8;
}
.ar .row-open {
  width: 31px;
  height: 31px;
  background: transparent;
  border: 1px solid #3a505e;
  border-radius: 7px;
  display: inline-grid;
  place-items: center;
  color: #9ebac9;
}
.ar .row-open:hover {
  color: var(--mint);
  background: #284636;
}
.ar .row-open svg {
  width: 15px;
  height: 15px;
}
.ar .list-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 15px 22px;
  border-top: 1px solid var(--line);
  font-size: 10px;
  color: #9cb1c0;
}
.ar .pagination {
  display: flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
}
.ar .pagination .icon {
  height: 29px;
  width: 29px;
}
.ar .pagination svg {
  height: 13px;
  width: 13px;
}
.ar .pagination > span {
  font-size: 9px;
}
.ar .empty-state {
  text-align: center;
  padding: 35px 20px;
  color: #a2b7c5;
  font-size: 11px;
}
.ar .empty-state svg {
  width: 24px;
  height: 24px;
  display: block;
  margin: 0 auto 10px;
  color: #8eae9b;
}
.ar .empty-state h3 {
  font-size: 14px;
  color: #d0dfe8;
  margin-bottom: 6px;
}
.ar .empty-state p {
  font-size: 11px;
}
.ar .page-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 23px;
  font-size: 9px;
  color: #7e97a8;
}
.ar .page-footer > span:first-child {
  display: flex;
  align-items: center;
  gap: 6px;
}
.ar .page-footer i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #81a394;
}
.ar .referrer-email {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
}
.ar .referrer-email > span:last-child {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ar .rank-cell-number {
  color: #96b2c1;
  margin-right: 5px;
  font-size: 9px;
}
.ar .referrer-col {
  width: 39%;
}
.ar .number-col {
  width: 17%;
}
.ar .ref-dialog {
  background: #111f2b;
  border: 1px solid #3b5261;
  border-radius: 14px;
  color: var(--text);
  width: 640px;
  max-width: calc(100% - 32px);
  max-height: calc(100dvh - 40px);
  padding: 0;
  box-shadow: 0 30px 100px #0009;
  overflow: auto;
}
.ar .ref-dialog::backdrop {
  background: #050d16c9;
  backdrop-filter: blur(4px);
}
.ar .dialog-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
  padding: 24px;
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 1;
  background: #111f2b;
}
.ar .dialog-header h2 {
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -.5px;
}
.ar .dialog-header .eyebrow {
  font-size: 8px;
  margin-bottom: 7px;
}
.ar #ar-dialog-content {
  padding: 23px 24px;
  overflow-wrap: anywhere;
}
.ar .dialog-footer {
  padding: 16px 24px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.ar .dialog-footer > span {
  font-size: 9px;
  color: #8ea8ba;
}
.ar .dialog-intro {
  font-size: 12px;
  color: #a6bdcb;
  margin-bottom: 18px;
  line-height: 1.7;
}
.ar .detail-route {
  padding: 18px;
  background: #162b34;
  border: 1px solid #36504f;
  border-radius: 10px;
}
.ar .route-label {
  display: block;
  font-size: 9px;
  color: #97b6ad;
  text-transform: uppercase;
  letter-spacing: .8px;
  margin-bottom: 5px;
}
.ar .route-email {
  font-size: 13px;
  color: #d6e9e0;
  font-weight: 500;
  word-break: break-all;
}
.ar .route-arrow {
  color: #81b69b;
  margin: 13px 0;
  display: block;
  width: 17px;
  height: 17px;
  transform: rotate(90deg);
}
.ar .detail-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 15px;
  margin: 22px 0;
}
.ar .detail-meta dt {
  font-size: 10px;
  color: #93adbf;
  margin-bottom: 6px;
}
.ar .detail-meta dd {
  margin: 0;
  font-size: 12px;
  overflow-wrap: anywhere;
}
.ar .detail-meta .full {
  grid-column: 1/-1;
}
.ar .detail-meta code {
  font-size: 12px;
  letter-spacing: 1px;
  color: #d2e7de;
  background: #22362f;
  border: 1px solid #3d5749;
  padding: 6px 8px;
  border-radius: 5px;
}
.ar .detail-box {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px;
  border: 1px solid #3a514b;
  background: #1c312c;
  border-radius: 8px;
  margin-top: 15px;
  font-size: 11px;
  color: #b6cec1;
}
.ar .detail-box svg {
  width: 17px;
  height: 17px;
  margin-top: 2px;
}
.ar .detail-box strong {
  display: block;
  color: #d3e7dc;
  font-size: 13px;
  margin-bottom: 4px;
}
.ar .detail-box.warning {
  border-color: #594935;
  background: #302b23;
  color: #d2c0a1;
}
.ar .detail-box.warning strong {
  color: #e0cda9;
}
.ar .detail-note {
  font-size: 10px;
  color: #97afbf;
  line-height: 1.7;
  margin-top: 15px;
}
.ar .rule-items {
  display: grid;
  gap: 10px;
}
.ar .rule-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  background: #172a35;
  border: 1px solid #334a58;
  border-radius: 8px;
}
.ar .rule-number {
  font-size: 23px;
  line-height: 1.3;
  font-weight: 550;
  color: var(--mint);
  min-width: 58px;
}
.ar .rule-number small {
  font-size: 9px;
  display: block;
  color: #9cbda9;
}
.ar .rule-item strong {
  font-size: 12px;
  font-weight: 550;
}
.ar .rule-item p {
  font-size: 10px;
  color: #9fb4c3;
  margin-top: 3px;
  line-height: 1.7;
}
.ar .rule-section {
  margin-top: 22px;
}
.ar .rule-section h3 {
  font-size: 12px;
  font-weight: 550;
  margin-bottom: 9px;
}
.ar .rule-section p,
.ar .rule-section li {
  font-size: 11px;
  color: #9eb7c8;
  line-height: 1.8;
}
.ar .rule-section ul {
  margin: 0;
  padding-left: 18px;
}
.ar .prize-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.ar .prize-block {
  padding: 12px;
  border: 1px solid #3b5548;
  border-radius: 7px;
  background: #20392f;
}
.ar .prize-block span {
  font-size: 9px;
  color: #a1c7b0;
  display: block;
}
.ar .prize-block b {
  display: block;
  font-size: 15px;
  margin-top: 4px;
  color: var(--mint);
}
.ar .full-ranking-row {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  font-size: 11px;
}
.ar .full-ranking-row > span {
  color: #8faabd;
}
.ar .full-ranking-row b {
  font-weight: 450;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ar .full-ranking-row small {
  font-size: 9px;
  color: #98b0c0;
  display: block;
  margin-top: 4px;
}
.ar .full-ranking-row > strong {
  font-size: 11px;
  color: #bee8cf;
  font-weight: 500;
  text-align: right;
}
.ar .full-ranking-row > strong small {
  font-size: 8px;
}
.ar .toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  padding: 13px 18px;
  border: 1px solid #527360;
  background: #1d382b;
  border-radius: 9px;
  box-shadow: 0 12px 40px #0005;
  color: #c8ecda;
  font-size: 12px;
  z-index: 100;
  max-width: calc(100% - 32px);
  width: max-content;
}
.ar .mobile-only {
  display: none;
}
.ar .backdrop {
  position: fixed;
  inset: 66px 0 0;
  background: #02090bb3;
  z-index: 44;
}
.ar #load-state {
  border: 1px solid var(--line);
  background: var(--panel);
  padding: 50px 24px;
  margin-top: 22px;
  border-radius: 12px;
  text-align: center;
  color: #a9becc;
  font-size: 12px;
}
.ar #load-state h2 {
  color: #d8e6ee;
  font-size: 17px;
  margin: 10px 0;
}
.ar #load-state button {
  margin-top: 17px;
}
.ar .loading #refresh svg {
  animation: ar-rotate 1s linear infinite;
}
@keyframes ar-rotate {
  to {
    transform: rotate(360deg);
  }
}
@media (min-width: 1700px) {
  .ar main {
    margin-right: auto;
    margin-left: 204px;
    padding-right: 42px;
    padding-left: 42px;
  }
  .ar .ranking-grid {
    grid-template-columns: minmax(0, 1.8fr) minmax(330px, 1fr);
  }
}
@media (max-width: 1150px) {
  .ar main {
    padding: 26px 22px;
  }
  .ar .page-head {
    align-items: flex-start;
  }
  .ar .head-actions {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .ar .head-actions .btn {
    padding: 9px 11px;
    font-size: 10px;
  }
  .ar .metric {
    padding: 16px;
  }
  .ar .metric-label {
    font-size: 10px;
  }
  .ar .metric p {
    font-size: 9px;
  }
  .ar .ranking-grid {
    grid-template-columns: minmax(0, 1.6fr) minmax(260px, 1fr);
  }
  .ar .podium {
    gap: 7px;
    margin: 0 16px;
  }
  .ar .podium-card {
    padding: 12px 9px;
  }
  .ar .podium-count {
    gap: 4px;
  }
  .ar .podium-count span {
    font-size: 8px;
  }
  .ar .prize {
    font-size: 8px;
    padding: 3px 4px;
  }
  .ar .rank-tail {
    margin: 12px 16px 0;
    gap: 0 14px;
  }
  .ar .rank-footer {
    padding: 13px 16px;
    flex-wrap: wrap;
    gap: 7px;
  }
  .ar .card-head {
    padding: 18px 18px 0;
  }
  .ar .card-head h2 {
    font-size: 14px;
  }
  .ar .reward-total,
  .ar #ar-reward-breakdown,
  .ar .participation,
  .ar .rewards-note {
    margin-left: 18px;
    margin-right: 18px;
  }
  .ar .reward-bar {
    margin-left: 18px;
    margin-right: 18px;
  }
  .ar .participation > div + div {
    padding-left: 10px;
  }
  .ar .participation span {
    font-size: 8px;
  }
  .ar th,
  .ar td {
    padding-left: 10px;
    padding-right: 10px;
  }
  .ar .person-info b {
    font-size: 9px;
  }
  .ar .person-line > .person-avatar {
    display: none;
  }
  .ar .action-col {
    width: 9%;
  }
  .ar .referral-col {
    width: 38%;
  }
  .ar .status-col {
    width: 20%;
  }
  .ar .bonus-col {
    width: 16%;
  }
}
@media (max-width: 950px) {
  .ar .sidebar {
    width: 180px;
    padding-left: 11px;
    padding-right: 11px;
  }
  .ar .nav-item {
    font-size: 11px;
  }
  .ar .side-foot {
    font-size: 8px;
  }
  .ar .workspace b {
    font-size: 9px;
  }
  .ar .workspace small {
    font-size: 8px;
  }
  .ar main {
    margin-left: 180px;
    padding: 24px 20px;
  }
  .ar .page-head {
    flex-direction: column;
    gap: 15px;
  }
  .ar .head-actions {
    justify-content: flex-start;
  }
  .ar .ref-kpis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ar .ranking-grid {
    grid-template-columns: 1fr;
  }
  .ar .rank-tail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ar .podium {
    margin: 0 22px;
    gap: 12px;
  }
  .ar .podium-card {
    padding: 14px;
  }
  .ar .podium-email {
    font-size: 11px;
  }
  .ar .podium-count span {
    font-size: 10px;
  }
  .ar .prize {
    font-size: 9px;
    padding: 4px 7px;
  }
  .ar .rank-tail {
    margin: 14px 22px 0;
  }
  .ar .rank-footer {
    padding: 16px 22px;
    flex-wrap: nowrap;
  }
  .ar .rewards-card {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    align-items: start;
  }
  .ar .rewards-card .card-head {
    grid-column: 1/-1;
  }
  .ar .reward-total {
    margin: 20px 22px 10px;
  }
  .ar .reward-bar {
    grid-column: 1;
    grid-row: 3;
    margin: 0 22px 20px;
  }
  .ar .rewards-card #ar-reward-breakdown {
    grid-column: 2;
    grid-row: 2/5;
    margin: 10px 22px 0;
  }
  .ar .participation {
    grid-column: 1;
    grid-row: 4;
    margin: 0 22px;
  }
  .ar .rewards-note {
    grid-column: 1/-1;
    margin: 16px 22px;
  }
  .ar .readonly-label {
    display: none;
  }
  .ar .limit-control {
    gap: 6px;
    font-size: 9px;
  }
  .ar .list-toolbar {
    gap: 12px;
  }
  .ar .date-col {
    width: 18%;
  }
  .ar .status-col {
    width: 21%;
  }
  .ar .bonus-col {
    width: 15%;
  }
  .ar .action-col {
    width: 10%;
  }
  .ar .referral-col {
    width: 36%;
  }
  .ar .day-count small {
    display: block;
  }
  .ar .pill {
    font-size: 8px;
    padding: 4px 5px;
  }
  .ar .context-line {
    align-items: flex-start;
    gap: 10px;
  }
  .ar .context-line > div {
    flex-wrap: wrap;
  }
  .ar .context-line > span {
    white-space: nowrap;
  }
  .ar .page-footer {
    align-items: flex-start;
  }
}
@media (max-width: 740px) {
  .ar .sidebar {
    width: 230px;
    transform: translateX(-100%);
    transition: transform .15s;
  }
  .ar .sidebar.open {
    transform: translateX(0);
  }
  .ar .nav-item {
    font-size: 12px;
  }
  .ar .side-foot {
    font-size: 9px;
  }
  .ar .mobile-only {
    display: inline-grid;
  }
  .ar .desktop-only {
    display: none;
  }
  .ar .topbar {
    padding: 0 16px;
    height: 62px;
  }
  .ar .sidebar {
    top: 62px;
  }
  .ar .backdrop {
    top: 62px;
  }
  .ar .top-actions {
    gap: 10px;
  }
  .ar .profile {
    padding: 4px;
  }
  .ar .profile > span:last-child {
    display: none;
  }
  .ar .preview-tag {
    font-size: 8px;
    letter-spacing: .3px;
  }
  .ar .proposal-label {
    display: none;
  }
  .ar .brand {
    gap: 8px;
  }
  .ar .brand img {
    width: 29px;
    height: 29px;
  }
  .ar .brand strong {
    font-size: 19px;
  }
  .ar .brand .icon {
    width: 30px;
    height: 30px;
    border: 0;
  }
  .ar .topbar .avatar {
    width: 29px;
    height: 29px;
    font-size: 9px;
  }
  .ar main {
    margin-left: 0;
    padding: 24px 18px;
  }
  .ar .page-head h1 {
    font-size: 29px;
  }
  .ar .page-head p {
    font-size: 11px;
  }
  .ar .eyebrow {
    font-size: 8px;
  }
  .ar .page-head {
    gap: 18px;
  }
  .ar .head-actions {
    width: 100%;
  }
  .ar .head-actions .btn {
    font-size: 11px;
  }
  .ar .context-line {
    margin-top: 22px;
    gap: 5px;
    flex-direction: column;
    font-size: 9px;
  }
  .ar .context-line > span {
    font-size: 8px;
    margin-top: 3px;
  }
  .ar .ref-kpis {
    gap: 10px;
  }
  .ar .metric {
    padding: 15px;
  }
  .ar .metric > strong {
    font-size: 29px;
    margin: 10px 0 6px;
  }
  .ar .metric-label {
    font-size: 10px;
  }
  .ar .metric p {
    font-size: 9px;
    line-height: 1.5;
  }
  .ar .metric-label svg {
    width: 14px;
    height: 14px;
  }
  .ar .ranking-grid {
    margin-top: 18px;
    gap: 18px;
  }
  .ar .podium {
    gap: 8px;
    margin: 0 16px;
  }
  .ar .podium-card {
    padding: 12px 9px;
  }
  .ar .podium-count {
    display: block;
    margin-top: 10px;
  }
  .ar .podium-count strong {
    font-size: 24px;
  }
  .ar .podium-count span {
    display: block;
    font-size: 9px;
    margin-top: 0;
  }
  .ar .podium-email {
    font-size: 9px;
  }
  .ar .prize {
    font-size: 8px;
    padding: 3px 4px;
    gap: 3px;
  }
  .ar .prize svg {
    display: none;
  }
  .ar .rank-tail {
    margin: 13px 16px 0;
    gap: 0 14px;
  }
  .ar .rank-mini {
    font-size: 9px;
  }
  .ar .rank-mini small {
    display: none;
  }
  .ar .rank-mini > span {
    width: 10px;
    font-size: 9px;
  }
  .ar .rank-footer {
    padding: 14px 16px;
    flex-wrap: wrap;
    gap: 8px;
  }
  .ar .rank-footer > span {
    max-width: 100%;
  }
  .ar .rank-footer button {
    font-size: 10px;
  }
  .ar .card-head {
    padding: 18px 16px 0;
  }
  .ar .card-head h2 {
    font-size: 15px;
  }
  .ar .card-head p {
    font-size: 9px;
  }
  .ar .week-switch {
    margin: 17px 16px 15px;
    max-width: calc(100% - 32px);
  }
  .ar .rewards-card {
    display: block;
  }
  .ar .reward-total {
    margin: 20px 16px 14px;
  }
  .ar .reward-bar {
    margin: 0 16px 16px;
  }
  .ar .rewards-card #ar-reward-breakdown {
    margin: 0 16px;
  }
  .ar .reward-row {
    margin: 14px 0;
  }
  .ar .participation {
    margin: 18px 16px 0;
  }
  .ar .participation span {
    font-size: 9px;
  }
  .ar .participation > div + div {
    padding-left: 18px;
  }
  .ar .rewards-note {
    margin: 15px 16px 18px;
  }
  .ar .records-card {
    margin-top: 18px;
    scroll-margin-top: 76px;
  }
  .ar .records-head {
    padding: 19px 16px 0;
  }
  .ar .records-head h2 {
    font-size: 15px;
  }
  .ar .record-tabs {
    padding: 0 16px;
    gap: 19px;
  }
  .ar .record-tabs button {
    font-size: 10px;
  }
  .ar .list-toolbar {
    padding: 17px 16px 12px;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .ar .search-box {
    max-width: none;
    min-height: 40px;
  }
  .ar .search-box input {
    font-size: 11px;
  }
  .ar .limit-control {
    justify-content: space-between;
    font-size: 10px;
  }
  .ar .limit-control select {
    padding: 7px 10px;
    font-size: 10px;
  }
  .ar .filter-row {
    margin: 0 16px 12px;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }
  .ar .status-filters {
    gap: 6px;
  }
  .ar .status-filters button {
    font-size: 9px;
    padding: 5px 7px;
    gap: 5px;
  }
  .ar .status-filters button span {
    font-size: 8px;
  }
  .ar .scope-note {
    margin: 0 16px 13px;
    font-size: 9px;
  }
  .ar .table-wrap {
    padding: 0 16px;
  }
  .ar table,
  .ar tbody {
    display: block;
  }
  .ar thead {
    display: none;
  }
  .ar tr {
    display: grid;
    grid-template-columns: 1.1fr 1fr auto;
    gap: 13px 10px;
    border: 1px solid #314752;
    background: #142631;
    border-radius: 9px;
    padding: 15px;
    margin-bottom: 10px;
  }
  .ar td,
  .ar th,
  .ar td:first-child,
  .ar td:last-child {
    padding: 0;
    border: 0;
    display: block;
  }
  .ar .referral-cell {
    grid-column: 1/-1;
  }
  .ar .person-line > .person-avatar {
    display: grid;
    width: 29px;
    height: 29px;
  }
  .ar .person-info b {
    font-size: 11px;
  }
  .ar .person-info small {
    font-size: 10px;
  }
  .ar .date-cell {
    font-size: 10px;
    grid-column: 1;
  }
  .ar .status-cell {
    grid-column: 2;
  }
  .ar .bonus-cell {
    grid-column: 1/3;
    font-size: 10px;
    padding-top: 10px;
    border-top: 1px solid #2b414c;
  }
  .ar .bonus-cell:before {
    content: "B\f4nus vinculado";
    font-size: 9px;
    color: #9bb2c2;
    margin-right: 7px;
  }
  .ar .day-count {
    font-size: 12px;
    display: inline;
  }
  .ar .day-count small {
    display: inline;
  }
  .ar .action-cell {
    grid-column: 3;
    grid-row: 3;
    align-self: end;
    text-align: right;
  }
  .ar .row-open {
    width: 32px;
    height: 32px;
  }
  .ar .pill {
    font-size: 9px;
    padding: 4px 6px;
  }
  .ar .status-cell:before {
    content: "Situa\e7\e3o";
    display: block;
    font-size: 8px;
    color: #8fa8b8;
    margin-bottom: 4px;
  }
  .ar .date-cell:before {
    content: "Cadastro";
    display: block;
    font-size: 8px;
    color: #8fa8b8;
    margin-bottom: 4px;
  }
  .ar .referrer-cell {
    grid-column: 1/-1;
  }
  .ar .referrer-email {
    font-size: 11px;
  }
  .ar .count-cell:before {
    content: attr(data-label);
    display: block;
    font-size: 8px;
    color: #9bb1c0;
    margin-bottom: 4px;
  }
  .ar .count-cell {
    font-size: 13px;
  }
  .ar .referrer-action {
    grid-column: 3;
    grid-row: 3;
    justify-self: end;
  }
  .ar .referrer-days {
    grid-column: 1/3;
  }
  .ar .list-footer {
    padding: 13px 16px;
    gap: 8px;
    font-size: 9px;
  }
  .ar .pagination {
    gap: 8px;
  }
  .ar .pagination > span {
    font-size: 8px;
  }
  .ar .page-footer {
    font-size: 8px;
    flex-direction: column;
    gap: 7px;
    margin-top: 18px;
  }
  .ar .ref-dialog {
    max-width: calc(100% - 20px);
    max-height: calc(100dvh - 24px);
    border-radius: 11px;
  }
  .ar .dialog-header {
    padding: 19px 17px;
  }
  .ar .dialog-header h2 {
    font-size: 19px;
  }
  .ar #ar-dialog-content {
    padding: 19px 17px;
  }
  .ar .dialog-footer {
    padding: 14px 17px;
  }
  .ar .dialog-footer > span {
    font-size: 8px;
  }
  .ar .detail-route {
    padding: 15px;
  }
  .ar .route-email {
    font-size: 12px;
  }
  .ar .detail-meta {
    gap: 18px 12px;
  }
  .ar .detail-meta dt {
    font-size: 9px;
  }
  .ar .detail-meta dd {
    font-size: 11px;
  }
  .ar .detail-box {
    font-size: 10px;
  }
  .ar .detail-box strong {
    font-size: 12px;
  }
  .ar .rule-item {
    padding: 12px;
    gap: 10px;
  }
  .ar .rule-number {
    font-size: 21px;
    min-width: 49px;
  }
  .ar .rule-item strong {
    font-size: 11px;
  }
  .ar .rule-item p {
    font-size: 10px;
  }
  .ar .prize-block {
    padding: 10px;
  }
  .ar .prize-block b {
    font-size: 13px;
  }
  .ar .full-ranking-row {
    font-size: 10px;
    gap: 7px;
    grid-template-columns: 22px minmax(0, 1fr) auto;
  }
  .ar .full-ranking-row > strong {
    font-size: 10px;
  }
  .ar .toast {
    font-size: 11px;
    bottom: 18px;
  }
}
@media (max-width: 360px) {
  .ar main {
    padding-left: 12px;
    padding-right: 12px;
  }
  .ar .topbar {
    padding: 0 11px;
  }
  .ar .brand strong {
    font-size: 17px;
  }
  .ar .brand img {
    display: none;
  }
  .ar .preview-tag {
    font-size: 7px;
  }
  .ar .metric {
    padding: 13px;
  }
  .ar .metric-label {
    font-size: 9px;
  }
  .ar .metric-label svg {
    width: 12px;
  }
  .ar .metric p {
    font-size: 8px;
  }
  .ar .podium {
    gap: 6px;
  }
  .ar .podium-card {
    padding: 10px 7px;
  }
  .ar .podium-email {
    font-size: 8px;
  }
  .ar .person-avatar {
    width: 24px;
    height: 24px;
  }
  .ar .rank-position {
    width: 21px;
    height: 21px;
  }
  .ar .prize {
    font-size: 7px;
  }
  .ar .status-filters {
    gap: 5px;
  }
  .ar .status-filters button {
    font-size: 8px;
    padding: 5px 6px;
  }
  .ar .status-filters button span {
    font-size: 7px;
  }
  .ar .record-tabs {
    gap: 14px;
  }
  .ar .record-tabs button {
    font-size: 9px;
  }
  .ar .dialog-footer > span {
    max-width: 130px;
  }
  .ar .detail-meta {
    grid-template-columns: 1fr;
  }
  .ar .detail-meta .full {
    grid-column: 1;
  }
  .ar .prize-row {
    gap: 6px;
  }
  .ar .prize-block {
    padding: 9px;
  }
  .ar .prize-block b {
    font-size: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ar {
    scroll-behavior: auto;
  }
  .ar *,
  .ar *:before,
  .ar *:after {
    animation: none !important;
    transition: none !important;
  }
}
.admin-shell[data-apex-referrals-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-referrals-shell=v1] .body {
  background: #0b1119;
  padding-top: 70px;
}
.admin-shell[data-apex-referrals-shell=v1] .topbar {
  height: 70px;
  background: #0d151f;
  border-bottom: 1px solid #263342;
  box-shadow: none;
  padding: 0 25px;
}
.admin-shell[data-apex-referrals-shell=v1] .topbar-logo {
  width: 32px;
  height: 32px;
}
.admin-shell[data-apex-referrals-shell=v1] .logo {
  font-size: 19px;
  letter-spacing: -.65px;
  color: #edf3fa;
}
.admin-shell[data-apex-referrals-shell=v1] .topbar-account {
  background: transparent;
  border-color: #314235;
}
.admin-shell[data-apex-referrals-shell=v1] .topbar-avatar {
  background: #2c3934;
  color: #b2f3ce;
  border-color: #506c5d;
}
.admin-shell[data-apex-referrals-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-referrals-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-referrals-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-referrals-shell=v1] .nav-btn:hover {
  background: #162330;
  color: #edf3fa;
}
.admin-shell[data-apex-referrals-shell=v1] .nav-btn.active {
  background: #213930;
  color: #b2f3ce;
  box-shadow: inset 2px 0 #b2f3ce;
}
.admin-shell[data-apex-referrals-shell=v1] .nav-btn.active svg {
  color: #b2f3ce;
  filter: none;
}
.admin-shell[data-apex-referrals-shell=v1] .nav-btn:nth-child(6) {
  margin-top: 26px;
  position: relative;
}
.admin-shell[data-apex-referrals-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-referrals-shell=v1] .main {
  padding: 30px 32px;
  background: #0b1119;
  max-width: none;
}
.admin-shell[data-apex-referrals-shell=v1] .mobile-tabbar {
  background: #101a25;
  border-top: 1px solid #263342;
  box-shadow: none;
}
.admin-shell[data-apex-referrals-shell=v1] .mobile-tab {
  color: #91a5b7;
}
.admin-shell[data-apex-referrals-shell=v1] .mobile-tab.active,
.admin-shell[data-apex-referrals-shell=v1] .mobile-tab.active svg {
  background: transparent;
  color: #b2f3ce;
}
.admin-shell[data-apex-referrals-shell=v1] .sidenav {
  width: 204px;
  min-width: 204px;
  flex-basis: 204px;
}
@media (max-width: 1190px) {
  .admin-shell[data-apex-referrals-shell=v1] .sidenav {
    width: 190px;
    min-width: 190px;
    flex-basis: 190px;
  }
  .admin-shell[data-apex-referrals-shell=v1] .main {
    padding: 26px 22px;
  }
}
@media (max-width: 640px) {
  .admin-shell[data-apex-referrals-shell=v1] .topbar {
    height: calc(60px + env(safe-area-inset-top, 0px));
    padding: 0 14px;
  }
  .admin-shell[data-apex-referrals-shell=v1] .body {
    padding-top: calc(60px + env(safe-area-inset-top, 0px));
  }
  .admin-shell[data-apex-referrals-shell=v1] .sidenav {
    display: none;
  }
  .admin-shell[data-apex-referrals-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;
  }
}
.ar[data-apex-referrals] {
  width: 100%;
  min-width: 0;
  max-width: 1600px;
  margin: 0 auto;
  color: var(--text);
  font:
    14px/1.5 Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}
.ar main.ar-main {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: none;
}
.ar .card {
  box-shadow: none;
  display: block;
}
.ar .card:not(.metric) {
  padding: 0;
}
.ar .ranking-card {
  display: flex;
}
.ar .page-head {
  margin: 0;
  text-align: left;
  padding: 0;
}
.ar .page-head > div {
  min-width: 0;
}
.ar .page-head p {
  margin-bottom: 0;
}
.ar h1,
.ar h2,
.ar h3 {
  color: var(--text);
  text-transform: none;
}
.ar button {
  min-width: 0;
  width: auto;
  letter-spacing: 0;
  text-transform: none;
  box-shadow: none;
  transform: none;
}
.ar button:hover {
  box-shadow: none;
  transform: none;
}
.ar input,
.ar select {
  margin: 0;
  box-shadow: none;
}
.ar .search-box input {
  background: transparent;
  outline: none;
  border: 0;
  min-height: 0;
}
.ar .icon {
  padding: 0;
  min-height: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ar .btn {
  width: auto;
  min-width: 0;
}
.ar .pagination {
  margin: 0;
}
.ar table {
  margin: 0;
  border-radius: 0;
  background: transparent;
}
.ar tbody {
  background: transparent;
}
.ar td {
  overflow-wrap: anywhere;
}
.ar .action-cell,
.ar .referrer-action {
  text-align: right;
}
.ar .ref-dialog {
  position: fixed;
  inset: 0;
  margin: auto;
  padding: 0;
}
.ar .ref-dialog[open] {
  display: block;
}
.ar .ref-dialog h2 {
  margin: 0;
}
.ar #ar-dialog-content {
  padding: 23px 24px;
  overflow-wrap: anywhere;
}
.ar .dialog-footer .btn {
  flex: 0 0 auto;
  min-width: 76px;
}
.ar .detail-meta code {
  white-space: normal;
  overflow-wrap: anywhere;
}
.ar .ar-filter-referrer {
  margin-top: 15px;
}
.ar .ar-spaced {
  margin-top: 10px;
}
.ar .ar-error {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 18px 0;
  padding: 15px;
  border: 1px solid #764853;
  background: #36222c;
  color: #f0bdc4;
  border-radius: 9px;
  font-size: 12px;
}
.ar .ar-error span {
  flex: 1;
}
.ar .ar-error .btn {
  flex-shrink: 0;
}
.ar .ar-loading-note {
  font-size: 11px;
  color: #a2bac9;
  margin: 18px 0;
}
.ar .ar-loading-note + .ranking-grid {
  margin-top: 12px;
}
.ar .ar-loading .head-actions .primary svg {
  animation: ar-rotate 1s linear infinite;
}
.ar .scope-note {
  line-height: 1.7;
}
.ar .full-ranking-row > strong {
  max-width: 125px;
  white-space: normal;
}
.ar .ref-dialog .dialog-header {
  background: var(--panel);
}
.ar .person-info small:before,
.ar .pill:before {
  content: none;
}
@media (max-width: 950px) and (min-width: 741px) {
  .ar .rewards-card {
    display: grid;
  }
}
@media (max-width: 740px) {
  .ar main.ar-main {
    margin: 0;
    padding: 0;
  }
  .ar .bonus-cell:before,
  .ar .status-cell:before,
  .ar .date-cell:before {
    content: attr(data-label);
  }
  .ar .ref-dialog {
    max-width: calc(100% - 20px);
    width: 640px;
    max-height: calc(100dvh - 24px);
  }
  .ar #ar-dialog-content {
    padding: 19px 17px;
  }
  .ar .ref-dialog .dialog-footer {
    padding-bottom: calc(14px + env(safe-area-inset-bottom, 0px));
  }
  .ar .search-box input {
    font-size: 16px;
  }
  .ar .limit-control select {
    font-size: 16px;
    max-width: 75%;
  }
  .ar .table-wrap {
    overflow: visible;
  }
  .ar .ar-error {
    flex-wrap: wrap;
    font-size: 11px;
  }
  .ar .ar-error .btn {
    width: 100%;
  }
  .ar .prize {
    white-space: normal;
    min-height: 21px;
  }
  .ar .full-ranking-row > strong {
    max-width: 94px;
  }
  .ar .head-actions .btn {
    font-size: 10px;
    white-space: normal;
  }
  .ar .person-info b {
    white-space: normal;
    overflow-wrap: anywhere;
  }
  .ar .person-info small span {
    white-space: normal;
    overflow-wrap: anywhere;
  }
  .ar .dialog-footer {
    gap: 10px;
  }
  .ar .referrer-email > span:last-child {
    white-space: normal;
    overflow-wrap: anywhere;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ar * {
    animation: none !important;
    transition: none !important;
  }
}
