/* [project]/src/app/admin/admin.module.css [app-client] (css) */
.admin-module__4WpgRW__adminShell {
  --admin-bg: #f5f4ef;
  --admin-panel: #fff;
  --admin-panel-raised: #fafaf7;
  --admin-panel-soft: #f1f0ea;
  --admin-line: #dcdeda;
  --admin-line-soft: #e9eae6;
  --admin-text: #14263b;
  --admin-muted: #697580;
  --admin-subtle: #929aa0;
  --admin-accent: #0878b9;
  --admin-accent-soft: #0878b91a;
  --admin-orange: #ef5b32;
  --admin-green: #2fae7b;
  --admin-red: #d94f36;
  min-height: 100vh;
  color: var(--admin-text);
  background: var(--admin-bg);
  --lightningcss-light: initial;
  --lightningcss-dark: ;
  color-scheme: light;
  font-family: var(--font-geist-sans), Arial, sans-serif;
}

.admin-module__4WpgRW__adminShell button, .admin-module__4WpgRW__adminShell input, .admin-module__4WpgRW__adminShell textarea, .admin-module__4WpgRW__adminShell select {
  font: inherit;
}

.admin-module__4WpgRW__adminShell button, .admin-module__4WpgRW__adminShell a {
  -webkit-tap-highlight-color: transparent;
}

.admin-module__4WpgRW__sidebar {
  z-index: 40;
  border-right: 1px solid var(--admin-line);
  background: #0d1017;
  flex-direction: column;
  width: 274px;
  display: flex;
  position: fixed;
  inset: 0 auto 0 0;
}

.admin-module__4WpgRW__brandRow {
  border-bottom: 1px solid var(--admin-line-soft);
  justify-content: space-between;
  align-items: center;
  min-height: 82px;
  padding: 18px 20px;
  display: flex;
}

.admin-module__4WpgRW__brand {
  align-items: center;
  gap: 11px;
  display: flex;
}

.admin-module__4WpgRW__brand div {
  flex-direction: column;
  gap: 2px;
  display: flex;
}

.admin-module__4WpgRW__brand strong {
  color: #fff;
  letter-spacing: -.025em;
  font-size: 15px;
  font-weight: 650;
}

.admin-module__4WpgRW__brand span {
  color: var(--admin-muted);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 10px;
}

.admin-module__4WpgRW__logoMark {
  fill: none;
  width: 34px;
  height: 34px;
  stroke: var(--admin-accent);
  stroke-linejoin: round;
  stroke-width: 1.5px;
  overflow: visible;
}

.admin-module__4WpgRW__environment {
  color: #9fa8b9;
  font-family: var(--font-geist-mono);
  letter-spacing: .1em;
  border: 1px solid #384051;
  border-radius: 5px;
  padding: 5px 7px;
  font-size: 8px;
  font-weight: 700;
}

.admin-module__4WpgRW__nav {
  scrollbar-color: #303744 transparent;
  scrollbar-width: thin;
  flex: 1;
  padding: 14px 12px 22px;
  overflow-y: auto;
}

.admin-module__4WpgRW__nav > a, .admin-module__4WpgRW__navGroup > a {
  color: #949daf;
  border: 1px solid #0000;
  border-radius: 8px;
  align-items: center;
  gap: 11px;
  min-height: 38px;
  margin: 2px 0;
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 500;
  transition: all .14s;
  display: flex;
}

.admin-module__4WpgRW__navIcon, .admin-module__4WpgRW__resourceBadge {
  color: #8993a6;
  background: #11151d;
  border: 1px solid #2c3340;
  border-radius: 6px;
  flex: 0 0 22px;
  place-items: center;
  width: 22px;
  height: 22px;
  display: grid;
}

.admin-module__4WpgRW__navIcon svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5px;
  width: 13px;
}

.admin-module__4WpgRW__resourceBadge {
  color: #aeb6c5;
  font-family: var(--font-geist-mono);
  letter-spacing: .04em;
  font-size: 7px;
  font-weight: 700;
}

.admin-module__4WpgRW__navLabel {
  color: #555e6f;
  font-family: var(--font-geist-mono);
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 0 10px 8px;
  font-size: 8px;
  font-weight: 700;
  display: block;
}

.admin-module__4WpgRW__sidebarFooter {
  border-top: 1px solid var(--admin-line-soft);
  background: #0b0e14;
  padding: 14px 14px 16px;
}

.admin-module__4WpgRW__tokenForm label {
  color: #9ca5b6;
  justify-content: space-between;
  margin-bottom: 7px;
  font-size: 10px;
  font-weight: 600;
  display: flex;
}

.admin-module__4WpgRW__tokenForm label small {
  color: #596273;
  font-size: 9px;
  font-weight: 500;
}

.admin-module__4WpgRW__tokenForm > div {
  background: #10141c;
  border: 1px solid #29303b;
  border-radius: 7px;
  display: flex;
  overflow: hidden;
}

.admin-module__4WpgRW__tokenForm input {
  color: #d7dce6;
  min-width: 0;
  font-family: var(--font-geist-mono);
  background: none;
  border: 0;
  outline: 0;
  flex: 1;
  padding: 8px 9px;
  font-size: 10px;
}

.admin-module__4WpgRW__tokenForm button {
  color: var(--admin-accent);
  cursor: pointer;
  background: #151a23;
  border: 0;
  border-left: 1px solid #29303b;
  padding: 0 10px;
  font-size: 9px;
  font-weight: 700;
}

.admin-module__4WpgRW__resetButton {
  color: #778194;
  cursor: pointer;
  background: none;
  border: 1px solid #0000;
  border-radius: 7px;
  align-items: center;
  gap: 8px;
  width: 100%;
  margin-top: 10px;
  padding: 8px 9px;
  font-size: 10px;
  display: flex;
}

.admin-module__4WpgRW__resetButton svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5px;
  width: 13px;
}

.admin-module__4WpgRW__resetButton:disabled {
  cursor: wait;
  opacity: .55;
}

.admin-module__4WpgRW__backLink {
  color: #596273;
  margin-top: 5px;
  padding: 7px 9px;
  font-size: 9px;
  display: block;
}

.admin-module__4WpgRW__adminContent {
  min-height: 100vh;
  margin-left: 274px;
  padding: 56px clamp(30px, 4.5vw, 72px) 80px;
}

.admin-module__4WpgRW__contentHeader, .admin-module__4WpgRW__overviewHeader {
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  max-width: 1400px;
  margin: 0 auto 38px;
  display: flex;
}

.admin-module__4WpgRW__contentHeader > div:first-child, .admin-module__4WpgRW__overviewHeader > div:first-child {
  max-width: 680px;
}

.admin-module__4WpgRW__contentEyebrow {
  color: var(--admin-accent);
  font-family: var(--font-geist-mono);
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 11px;
  font-size: 9px;
  font-weight: 700;
  display: block;
}

.admin-module__4WpgRW__headerActions {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  display: flex;
}

.admin-module__4WpgRW__primaryButton, .admin-module__4WpgRW__secondaryButton, .admin-module__4WpgRW__iconTextButton, .admin-module__4WpgRW__dangerButton, .admin-module__4WpgRW__filterActions button, .admin-module__4WpgRW__idLookup button, .admin-module__4WpgRW__detailActions button, .admin-module__4WpgRW__formActions button, .admin-module__4WpgRW__inlineError button, .admin-module__4WpgRW__routeError button {
  color: #cbd1dc;
  cursor: pointer;
  background: #151a23;
  border: 1px solid #303744;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  padding: 8px 13px;
  font-size: 10px;
  font-weight: 650;
  transition: all .14s;
  display: inline-flex;
}

.admin-module__4WpgRW__primaryButton {
  color: #1a110a;
  background: var(--admin-accent);
  border-color: #e39a5e;
  box-shadow: 0 7px 20px #f0a15f21;
}

.admin-module__4WpgRW__primaryButton:hover {
  background: #f5ad73;
  border-color: #f5b47e;
  transform: translateY(-1px);
}

.admin-module__4WpgRW__primaryButton:disabled {
  cursor: wait;
  opacity: .55;
  transform: none;
}

.admin-module__4WpgRW__primaryButton svg, .admin-module__4WpgRW__secondaryButton svg, .admin-module__4WpgRW__iconTextButton svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6px;
  width: 13px;
  height: 13px;
}

.admin-module__4WpgRW__filterCount {
  color: #211306;
  background: var(--admin-accent);
  min-width: 16px;
  height: 16px;
  font-family: var(--font-geist-mono);
  border-radius: 999px;
  place-items: center;
  font-size: 8px;
  display: grid;
}

.admin-module__4WpgRW__filterBar {
  border: 1px solid var(--admin-line);
  background: var(--admin-panel);
  border-radius: 11px;
  max-width: 1400px;
  margin: -18px auto 22px;
  padding: 16px;
}

.admin-module__4WpgRW__filterFields {
  grid-template-columns: repeat(auto-fit, minmax(155px, 1fr));
  gap: 12px;
  display: grid;
}

.admin-module__4WpgRW__filterFields label, .admin-module__4WpgRW__toolForm label:not(.admin-module__4WpgRW__filePicker) {
  flex-direction: column;
  gap: 6px;
  display: flex;
}

.admin-module__4WpgRW__filterFields label span, .admin-module__4WpgRW__toolForm label span, .admin-module__4WpgRW__bodyEditor > span {
  color: #808a9c;
  letter-spacing: .02em;
  font-size: 9px;
  font-weight: 650;
}

.admin-module__4WpgRW__filterFields input, .admin-module__4WpgRW__filterFields select, .admin-module__4WpgRW__toolForm input, .admin-module__4WpgRW__idLookup input {
  color: #e0e4ec;
  background: #0d1118;
  border: 1px solid #2c3340;
  border-radius: 7px;
  outline: none;
  width: 100%;
  min-height: 35px;
  padding: 8px 10px;
  font-size: 11px;
}

.admin-module__4WpgRW__filterActions {
  justify-content: flex-end;
  gap: 7px;
  margin-top: 13px;
  display: flex;
}

.admin-module__4WpgRW__filterActions button:last-child {
  color: #e1e5ed;
  border-color: #444d5d;
}

.admin-module__4WpgRW__tableCard, .admin-module__4WpgRW__endpointWorkspace, .admin-module__4WpgRW__requestBuilder, .admin-module__4WpgRW__responsePanel, .admin-module__4WpgRW__toolCard, .admin-module__4WpgRW__overviewCard, .admin-module__4WpgRW__quickStartCard {
  border: 1px solid var(--admin-line);
  background: var(--admin-panel);
  border-radius: 13px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 22px 55px #0000001a;
}

.admin-module__4WpgRW__tableCard {
  overflow: hidden;
}

.admin-module__4WpgRW__tableMeta {
  border-bottom: 1px solid var(--admin-line-soft);
  color: #737d90;
  justify-content: space-between;
  align-items: center;
  min-height: 48px;
  padding: 0 17px;
  font-size: 10px;
  display: flex;
}

.admin-module__4WpgRW__tableMeta code {
  color: #737d90;
  font-family: var(--font-geist-mono);
  background: #0d1118;
  border: 1px solid #282f3a;
  border-radius: 5px;
  padding: 5px 7px;
  font-size: 8px;
}

.admin-module__4WpgRW__tableScroller {
  overflow-x: auto;
}

.admin-module__4WpgRW__dataTable {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

.admin-module__4WpgRW__dataTable th {
  border-bottom: 1px solid var(--admin-line);
  color: #616b7c;
  font-family: var(--font-geist-mono);
  letter-spacing: .07em;
  text-align: left;
  text-transform: uppercase;
  background: #0f131b;
  padding: 12px 16px;
  font-size: 8px;
  font-weight: 700;
}

.admin-module__4WpgRW__dataTable td {
  border-bottom: 1px solid var(--admin-line-soft);
  color: #b9c0ce;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 260px;
  padding: 15px 16px;
  font-size: 11px;
  overflow: hidden;
}

.admin-module__4WpgRW__dataTable tr:last-child td {
  border-bottom: 0;
}

.admin-module__4WpgRW__dataTable tbody tr {
  cursor: pointer;
  outline: none;
  transition: all .11s;
}

.admin-module__4WpgRW__dataTable td:first-child {
  color: var(--admin-accent);
  font-family: var(--font-geist-mono);
  font-size: 10px;
}

.admin-module__4WpgRW__skeletonTable {
  padding: 5px 0;
}

.admin-module__4WpgRW__skeletonTable > div {
  border-bottom: 1px solid var(--admin-line-soft);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  gap: 30px;
  padding: 15px 17px;
  display: grid;
}

.admin-module__4WpgRW__skeletonTable span {
  background: linear-gradient(90deg, #1a202a, #252c38, #1a202a) 0 0 / 200% 100%;
  border-radius: 4px;
  max-width: 150px;
  height: 9px;
  animation: 1.4s linear infinite admin-module__4WpgRW__shimmer;
}

@keyframes admin-module__4WpgRW__shimmer {
  to {
    background-position: -200% 0;
  }
}

.admin-module__4WpgRW__endpointWorkspace {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 410px;
  padding: 55px 25px;
  display: flex;
}

.admin-module__4WpgRW__endpointIllustration {
  width: 58px;
  height: 58px;
  color: var(--admin-accent);
  background: var(--admin-accent-soft);
  font-family: var(--font-geist-mono);
  border: 1px solid #f0a15f47;
  border-radius: 15px;
  place-items: center;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 700;
  display: grid;
}

.admin-module__4WpgRW__endpointWorkspace h2 {
  color: #e9edf4;
  letter-spacing: -.035em;
  font-size: 22px;
  font-weight: 570;
}

.admin-module__4WpgRW__endpointWorkspace > p {
  max-width: 500px;
  color: var(--admin-muted);
  margin: 11px 0 22px;
  font-size: 11px;
  line-height: 1.7;
}

.admin-module__4WpgRW__idLookup {
  gap: 7px;
  width: min(100%, 390px);
  margin-bottom: 15px;
  display: flex;
}

.admin-module__4WpgRW__idLookup button {
  flex: none;
}

.admin-module__4WpgRW__emptyState {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 330px;
  padding: 35px;
  display: flex;
}

.admin-module__4WpgRW__emptyIcon {
  color: #667083;
  width: 42px;
  height: 42px;
  font-family: var(--font-geist-mono);
  border: 1px solid #2b323e;
  border-radius: 11px;
  place-items: center;
  margin-bottom: 15px;
  display: grid;
}

.admin-module__4WpgRW__emptyState h3 {
  color: #dce1ea;
  font-size: 14px;
}

.admin-module__4WpgRW__emptyState p {
  max-width: 420px;
  color: var(--admin-muted);
  margin: 7px 0 17px;
  font-size: 10px;
  line-height: 1.6;
}

.admin-module__4WpgRW__inlineError {
  background: #ef7b8312;
  border: 1px solid #ef7b8340;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  min-height: 140px;
  margin: 16px;
  padding: 18px;
  display: flex;
}

.admin-module__4WpgRW__inlineError strong {
  color: #f1c4c7;
  font-size: 11px;
}

.admin-module__4WpgRW__inlineError p {
  color: #ac858b;
  margin-top: 4px;
  font-size: 10px;
}

.admin-module__4WpgRW__inlineError button {
  flex: none;
}

.admin-module__4WpgRW__spinnerWrap {
  min-height: 220px;
  color: var(--admin-muted);
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 10px;
  display: flex;
}

.admin-module__4WpgRW__spinner {
  border: 2px solid #2b323e;
  border-top-color: var(--admin-accent);
  border-radius: 50%;
  width: 18px;
  height: 18px;
  animation: .7s linear infinite admin-module__4WpgRW__spin;
}

@keyframes admin-module__4WpgRW__spin {
  to {
    transform: rotate(360deg);
  }
}

.admin-module__4WpgRW__drawerBackdrop {
  z-index: 100;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background: #020408ad;
  justify-content: flex-end;
  animation: .15s admin-module__4WpgRW__fadeIn;
  display: flex;
  position: fixed;
  inset: 0;
}

@keyframes admin-module__4WpgRW__fadeIn {
  from {
    opacity: 0;
  }
}

.admin-module__4WpgRW__drawer {
  background: #0f131a;
  border-left: 1px solid #303744;
  width: min(100%, 570px);
  height: 100%;
  animation: .18s ease-out admin-module__4WpgRW__slideIn;
  overflow-y: auto;
  box-shadow: -25px 0 70px #0000004d;
}

.admin-module__4WpgRW__drawerWide {
  width: min(100%, 730px);
}

@keyframes admin-module__4WpgRW__slideIn {
  from {
    opacity: .4;
    transform: translateX(35px);
  }
}

.admin-module__4WpgRW__drawerHeader {
  z-index: 2;
  border-bottom: 1px solid var(--admin-line);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background: #0f131af0;
  justify-content: space-between;
  align-items: center;
  min-height: 82px;
  padding: 18px 22px;
  display: flex;
  position: sticky;
  top: 0;
}

.admin-module__4WpgRW__drawerHeader span {
  color: var(--admin-accent);
  font-family: var(--font-geist-mono);
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 8px;
  display: block;
}

.admin-module__4WpgRW__drawerHeader h2 {
  color: #edf0f5;
  letter-spacing: -.035em;
  text-transform: capitalize;
  font-size: 19px;
  font-weight: 580;
}

.admin-module__4WpgRW__iconButton {
  color: #8d96a7;
  cursor: pointer;
  background: #151a23;
  border: 1px solid #2c3340;
  border-radius: 8px;
  place-items: center;
  width: 32px;
  height: 32px;
  display: grid;
}

.admin-module__4WpgRW__iconButton svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.5px;
  width: 15px;
}

.admin-module__4WpgRW__drawerBody {
  padding: 22px;
}

.admin-module__4WpgRW__detailActions {
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 19px;
  display: flex;
}

.admin-module__4WpgRW__dangerButton:hover {
  color: #ffc4c8;
  border-color: #ef7b838c;
}

.admin-module__4WpgRW__detailGrid {
  border: 1px solid var(--admin-line);
  background: var(--admin-line);
  border-radius: 9px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-bottom: 19px;
  display: grid;
  overflow: hidden;
}

.admin-module__4WpgRW__detailGrid > div {
  background: #121720;
  min-width: 0;
  padding: 13px;
}

.admin-module__4WpgRW__detailGrid dt {
  color: #687286;
  font-family: var(--font-geist-mono);
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: 8px;
}

.admin-module__4WpgRW__detailGrid dd {
  color: #d5dae4;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
  overflow: hidden;
}

.admin-module__4WpgRW__jsonBlock {
  background: #090c12;
  border: 1px solid #272e39;
  border-radius: 9px;
  margin-top: 16px;
  overflow: hidden;
}

.admin-module__4WpgRW__jsonBlock > header {
  color: #6f798b;
  min-height: 38px;
  font-family: var(--font-geist-mono);
  letter-spacing: .06em;
  text-transform: uppercase;
  background: #10141c;
  border-bottom: 1px solid #242a34;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px;
  font-size: 8px;
  display: flex;
}

.admin-module__4WpgRW__jsonBlock > header button {
  color: #8993a5;
  cursor: pointer;
  background: #151a23;
  border: 1px solid #2a313d;
  border-radius: 5px;
  padding: 4px 7px;
  font-size: 8px;
}

.admin-module__4WpgRW__jsonBlock pre {
  color: #b9c8e5;
  max-height: 470px;
  font-family: var(--font-geist-mono);
  white-space: pre-wrap;
  word-break: break-word;
  padding: 16px;
  font-size: 10px;
  line-height: 1.65;
  overflow: auto;
}

.admin-module__4WpgRW__jsonCompact pre {
  max-height: 220px;
}

.admin-module__4WpgRW__resultView {
  margin-top: 20px;
}

.admin-module__4WpgRW__responseMeta {
  color: #737d8f;
  font-family: var(--font-geist-mono);
  align-items: center;
  gap: 9px;
  font-size: 8px;
  display: flex;
}

.admin-module__4WpgRW__statusBadge {
  border: 1px solid;
  border-radius: 5px;
  padding: 4px 7px;
  font-size: 9px;
}

.admin-module__4WpgRW__headerDetails {
  color: #747e91;
  margin-top: 10px;
  font-size: 9px;
}

.admin-module__4WpgRW__headerDetails summary {
  cursor: pointer;
}

.admin-module__4WpgRW__jsonForm > label {
  color: #dce1e9;
  font-size: 11px;
  font-weight: 600;
  display: block;
}

.admin-module__4WpgRW__jsonForm > p {
  color: #727c8e;
  margin: 5px 0 11px;
  font-size: 9px;
  line-height: 1.55;
}

.admin-module__4WpgRW__jsonForm textarea, .admin-module__4WpgRW__bodyEditor textarea {
  resize: vertical;
  color: #bdd0ed;
  width: 100%;
  font-family: var(--font-geist-mono);
  tab-size: 2;
  background: #090c12;
  border: 1px solid #2b323e;
  border-radius: 8px;
  outline: none;
  padding: 14px;
  font-size: 10px;
  line-height: 1.6;
}

.admin-module__4WpgRW__formError {
  color: #e4a1a6;
  background: #ef7b8312;
  border: 1px solid #ef7b8338;
  border-radius: 7px;
  margin-top: 10px;
  padding: 9px 11px;
  font-size: 9px;
  line-height: 1.5;
}

.admin-module__4WpgRW__formActions {
  justify-content: flex-end;
  gap: 7px;
  margin-top: 12px;
  display: flex;
}

.admin-module__4WpgRW__documentGrid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
}

.admin-module__4WpgRW__toolCard {
  margin: 0;
  padding: 23px;
}

.admin-module__4WpgRW__toolNumber {
  color: var(--admin-accent);
  font-family: var(--font-geist-mono);
  font-size: 8px;
}

.admin-module__4WpgRW__toolCard h2 {
  color: #e7ebf2;
  letter-spacing: -.03em;
  margin-top: 22px;
  font-size: 18px;
  font-weight: 570;
}

.admin-module__4WpgRW__toolCard > p {
  color: var(--admin-muted);
  margin: 8px 0 20px;
  font-size: 10px;
  line-height: 1.65;
}

.admin-module__4WpgRW__toolForm {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

.admin-module__4WpgRW__segmentedControl {
  background: #0c1017;
  border: 1px solid #29303b;
  border-radius: 8px;
  grid-template-columns: repeat(2, 1fr);
  padding: 3px;
  display: grid;
}

.admin-module__4WpgRW__segmentedControl button {
  color: #737d90;
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 6px;
  padding: 7px;
  font-size: 9px;
}

.admin-module__4WpgRW__filePicker {
  color: #aab2c1;
  text-align: center;
  cursor: pointer;
  background: #0d1118;
  border: 1px dashed #343c49;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 66px;
  padding: 12px;
  display: flex;
  position: relative;
}

.admin-module__4WpgRW__filePicker input {
  opacity: 0;
  width: 1px;
  height: 1px;
  position: absolute;
}

.admin-module__4WpgRW__filePicker span {
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  font-size: 10px;
  overflow: hidden;
}

.admin-module__4WpgRW__filePicker small {
  color: #677184;
  margin-top: 4px;
  font-size: 8px;
}

.admin-module__4WpgRW__seedHint {
  text-align: left;
  background: #0e1219;
  border: 1px solid #262d38;
  border-radius: 8px;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  padding: 12px;
  display: flex;
}

.admin-module__4WpgRW__seedHint strong {
  color: #aeb6c4;
  font-size: 9px;
}

.admin-module__4WpgRW__seedHint span {
  color: #687285;
  flex: 1;
  font-size: 8px;
}

.admin-module__4WpgRW__seedHint button {
  color: var(--admin-accent);
  cursor: pointer;
  background: #151a23;
  border: 1px solid #303744;
  border-radius: 5px;
  padding: 5px 8px;
  font-size: 8px;
}

.admin-module__4WpgRW__versionForm {
  border: 1px solid var(--admin-line);
  background: #121720;
  border-radius: 9px;
  margin-top: 20px;
  padding: 17px;
}

.admin-module__4WpgRW__versionForm > div:first-child {
  margin-bottom: 13px;
}

.admin-module__4WpgRW__versionForm h3 {
  color: #dce1e9;
  font-size: 12px;
}

.admin-module__4WpgRW__versionForm p {
  color: #737d8f;
  margin-top: 4px;
  font-size: 9px;
}

.admin-module__4WpgRW__versionForm > button {
  margin-top: 11px;
}

.admin-module__4WpgRW__explorerLayout {
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr);
  gap: 15px;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
}

.admin-module__4WpgRW__requestBuilder, .admin-module__4WpgRW__responsePanel {
  min-width: 0;
  margin: 0;
  padding: 20px;
}

.admin-module__4WpgRW__presetRow {
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 16px;
  display: flex;
}

.admin-module__4WpgRW__presetRow button {
  color: #798396;
  cursor: pointer;
  background: #0e1219;
  border: 1px solid #29303c;
  border-radius: 999px;
  padding: 6px 9px;
  font-size: 8px;
}

.admin-module__4WpgRW__requestLine {
  grid-template-columns: 92px minmax(0, 1fr) auto;
  gap: 7px;
  display: grid;
}

.admin-module__4WpgRW__requestLine select, .admin-module__4WpgRW__requestLine > div {
  color: #dce1e9;
  background: #0b0f16;
  border: 1px solid #2c3340;
  border-radius: 8px;
  min-height: 39px;
}

.admin-module__4WpgRW__requestLine select {
  font-family: var(--font-geist-mono);
  outline: none;
  padding: 0 10px;
  font-size: 10px;
  font-weight: 700;
}

.admin-module__4WpgRW__requestLine > div {
  align-items: center;
  min-width: 0;
  display: flex;
  overflow: hidden;
}

.admin-module__4WpgRW__requestLine > div span {
  color: #596375;
  font-family: var(--font-geist-mono);
  white-space: nowrap;
  padding-left: 10px;
  font-size: 9px;
}

.admin-module__4WpgRW__requestLine input {
  color: #d9dfe8;
  min-width: 90px;
  font-family: var(--font-geist-mono);
  background: none;
  border: 0;
  outline: 0;
  flex: 1;
  padding: 0 10px 0 0;
  font-size: 9px;
}

.admin-module__4WpgRW__bodyEditor {
  flex-direction: column;
  gap: 7px;
  margin-top: 15px;
  display: flex;
}

.admin-module__4WpgRW__curlPreview {
  color: #717b8d;
  margin-top: 14px;
  font-size: 9px;
}

.admin-module__4WpgRW__curlPreview summary {
  cursor: pointer;
}

.admin-module__4WpgRW__curlPreview pre {
  color: #aebdda;
  font-family: var(--font-geist-mono);
  white-space: pre-wrap;
  background: #090c12;
  border: 1px solid #262d38;
  border-radius: 7px;
  margin-top: 9px;
  padding: 12px;
  font-size: 8px;
  line-height: 1.6;
  overflow-x: auto;
}

.admin-module__4WpgRW__responsePanel > header {
  border-bottom: 1px solid var(--admin-line-soft);
  color: #aeb6c4;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 14px;
  font-size: 10px;
  font-weight: 650;
  display: flex;
}

.admin-module__4WpgRW__responsePanel > header small {
  color: #687285;
  font-family: var(--font-geist-mono);
  font-size: 8px;
  font-weight: 400;
}

.admin-module__4WpgRW__responsePlaceholder {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 390px;
  padding: 25px;
  display: flex;
}

.admin-module__4WpgRW__responsePlaceholder > span {
  color: #646e80;
  background: #0e1219;
  border: 1px solid #29303b;
  border-radius: 11px;
  place-items: center;
  width: 42px;
  height: 42px;
  display: grid;
}

.admin-module__4WpgRW__responsePlaceholder h3 {
  color: #bfc6d2;
  margin-top: 14px;
  font-size: 12px;
}

.admin-module__4WpgRW__responsePlaceholder p {
  color: #687285;
  max-width: 280px;
  margin-top: 6px;
  font-size: 9px;
  line-height: 1.6;
}

.admin-module__4WpgRW__healthCard {
  border: 1px solid var(--admin-line);
  background: var(--admin-panel);
  border-radius: 10px;
  align-items: center;
  gap: 11px;
  min-width: 190px;
  padding: 12px 14px;
  display: flex;
}

.admin-module__4WpgRW__healthDot, .admin-module__4WpgRW__healthError {
  background: var(--admin-green);
  border-radius: 50%;
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  box-shadow: 0 0 0 5px #55d89b17;
}

.admin-module__4WpgRW__healthError {
  background: var(--admin-red);
  box-shadow: 0 0 0 5px #ef7b8317;
}

.admin-module__4WpgRW__healthCard div {
  flex-direction: column;
  gap: 3px;
  display: flex;
}

.admin-module__4WpgRW__healthCard strong {
  color: #dce1e9;
  font-size: 10px;
}

.admin-module__4WpgRW__healthCard small {
  color: #646e80;
  font-family: var(--font-geist-mono);
  font-size: 8px;
}

.admin-module__4WpgRW__statGrid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 9px;
  max-width: 1400px;
  margin: 0 auto 16px;
  display: grid;
}

.admin-module__4WpgRW__statCard {
  border: 1px solid var(--admin-line);
  background: var(--admin-panel);
  border-radius: 10px;
  min-width: 0;
  padding: 15px;
  transition: all .14s;
}

.admin-module__4WpgRW__statCard:hover {
  background: var(--admin-panel-raised);
  border-color: #3a4351;
  transform: translateY(-2px);
}

.admin-module__4WpgRW__statCard > span {
  color: #4f5869;
  font-family: var(--font-geist-mono);
  font-size: 7px;
  display: block;
}

.admin-module__4WpgRW__statCard strong {
  color: #edf0f5;
  font-family: var(--font-geist-mono);
  margin-top: 20px;
  font-size: 25px;
  font-weight: 500;
  display: block;
}

.admin-module__4WpgRW__statCard p {
  color: #747e90;
  text-overflow: ellipsis;
  margin-top: 4px;
  font-size: 9px;
  overflow: hidden;
}

.admin-module__4WpgRW__overviewColumns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
}

.admin-module__4WpgRW__overviewCard {
  margin: 0;
  overflow: hidden;
}

.admin-module__4WpgRW__overviewCard > header {
  border-bottom: 1px solid var(--admin-line-soft);
  justify-content: space-between;
  align-items: flex-end;
  padding: 17px;
  display: flex;
}

.admin-module__4WpgRW__overviewCard > header span {
  color: var(--admin-accent);
  font-family: var(--font-geist-mono);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 7px;
}

.admin-module__4WpgRW__overviewCard > header h2 {
  color: #e1e5ec;
  margin-top: 4px;
  font-size: 15px;
  font-weight: 570;
}

.admin-module__4WpgRW__overviewCard > header > a {
  color: #747e90;
  font-size: 8px;
}

.admin-module__4WpgRW__overviewCard > header > a:hover {
  color: var(--admin-accent);
}

.admin-module__4WpgRW__activityList > a {
  border-bottom: 1px solid var(--admin-line-soft);
  align-items: center;
  gap: 11px;
  min-height: 61px;
  padding: 10px 16px;
  transition: all .11s;
  display: flex;
}

.admin-module__4WpgRW__activityList > a:last-child {
  border-bottom: 0;
}

.admin-module__4WpgRW__activityList > a > div {
  flex-direction: column;
  flex: 1;
  gap: 4px;
  min-width: 0;
  display: flex;
}

.admin-module__4WpgRW__activityList strong {
  color: #cbd1db;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10px;
  font-weight: 570;
  overflow: hidden;
}

.admin-module__4WpgRW__activityList small {
  color: #687285;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 8px;
  overflow: hidden;
}

.admin-module__4WpgRW__activityList > a > span:last-child {
  color: #50596a;
  font-size: 12px;
}

.admin-module__4WpgRW__activityBadge {
  width: 30px;
  height: 30px;
  color: var(--admin-accent);
  background: var(--admin-accent-soft);
  font-family: var(--font-geist-mono);
  border: 1px solid #2d3440;
  border-radius: 8px;
  flex: 0 0 30px;
  place-items: center;
  font-size: 7px;
  font-weight: 700;
  display: grid;
}

.admin-module__4WpgRW__quickStartCard {
  background: linear-gradient(110deg, #141923, #11151e 60%, #f0a15f12);
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-top: 15px;
  padding: 24px;
  display: flex;
}

.admin-module__4WpgRW__quickStartCard h2 {
  color: #e7ebf2;
  letter-spacing: -.035em;
  font-size: 18px;
  font-weight: 570;
}

.admin-module__4WpgRW__quickStartCard p {
  color: #788295;
  max-width: 570px;
  margin-top: 7px;
  font-size: 10px;
  line-height: 1.6;
}

.admin-module__4WpgRW__quickStartCard > a {
  color: var(--admin-accent);
  background: var(--admin-accent-soft);
  border: 1px solid #f0a15f59;
  border-radius: 8px;
  flex: none;
  align-items: center;
  gap: 24px;
  padding: 11px 14px;
  font-size: 9px;
  font-weight: 650;
  display: flex;
}

.admin-module__4WpgRW__notFoundPanel, .admin-module__4WpgRW__routeError {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  display: flex;
}

.admin-module__4WpgRW__notFoundPanel > span, .admin-module__4WpgRW__routeError > span {
  color: var(--admin-accent);
  font-family: var(--font-geist-mono);
  text-transform: uppercase;
  font-size: 10px;
}

.admin-module__4WpgRW__notFoundPanel h1, .admin-module__4WpgRW__routeError h1 {
  color: #edf0f5;
  margin-top: 13px;
  font-size: 30px;
}

.admin-module__4WpgRW__notFoundPanel p, .admin-module__4WpgRW__routeError p {
  color: var(--admin-muted);
  margin: 8px 0 18px;
  font-size: 11px;
}

.admin-module__4WpgRW__notFoundPanel a {
  color: var(--admin-accent);
  font-size: 10px;
}

.admin-module__4WpgRW__toast {
  z-index: 150;
  color: #c9f2df;
  background: #13251f;
  border: 1px solid #55d89b4d;
  border-radius: 9px;
  align-items: center;
  gap: 10px;
  max-width: min(380px, 100vw - 30px);
  padding: 11px 14px;
  font-size: 10px;
  animation: .18s admin-module__4WpgRW__toastIn;
  display: flex;
  position: fixed;
  bottom: 22px;
  right: 22px;
  box-shadow: 0 15px 45px #00000059;
}

.admin-module__4WpgRW__toast > span {
  color: #102018;
  background: var(--admin-green);
  border-radius: 50%;
  place-items: center;
  width: 18px;
  height: 18px;
  font-size: 10px;
  font-weight: 800;
  display: grid;
}

.admin-module__4WpgRW__toastError > span {
  color: #2a1115;
  background: var(--admin-red);
}

@keyframes admin-module__4WpgRW__toastIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
}

.admin-module__4WpgRW__mobileHeader, .admin-module__4WpgRW__mobileScrim {
  display: none;
}

.admin-module__4WpgRW__adminLoading {
  background: #0b0e14;
  min-height: 100vh;
  display: flex;
}

.admin-module__4WpgRW__loadingSidebar {
  background: #0d1017;
  border-right: 1px solid #252b37;
  width: 274px;
}

.admin-module__4WpgRW__adminLoading main {
  flex: 1;
  padding: 70px;
}

.admin-module__4WpgRW__adminLoading main > span, .admin-module__4WpgRW__adminLoading main > h1, .admin-module__4WpgRW__adminLoading main > p, .admin-module__4WpgRW__loadingCards i {
  background: linear-gradient(90deg, #141923, #222936, #141923) 0 0 / 200% 100%;
  border-radius: 6px;
  animation: 1.4s linear infinite admin-module__4WpgRW__shimmer;
  display: block;
}

.admin-module__4WpgRW__adminLoading main > span {
  width: 90px;
  height: 8px;
}

.admin-module__4WpgRW__adminLoading main > h1 {
  width: 340px;
  height: 45px;
  margin-top: 15px;
}

.admin-module__4WpgRW__adminLoading main > p {
  width: 430px;
  max-width: 80%;
  height: 12px;
  margin-top: 15px;
}

.admin-module__4WpgRW__loadingCards {
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 50px;
  display: grid;
}

.admin-module__4WpgRW__loadingCards i {
  height: 120px;
}

.admin-module__4WpgRW__routeError {
  color: #edf0f5;
  background: #0b0e14;
  min-height: 100vh;
}

@media (max-width: 1180px) {
  .admin-module__4WpgRW__statGrid {
    grid-template-columns: repeat(3, 1fr);
  }

  .admin-module__4WpgRW__explorerLayout {
    grid-template-columns: 1fr;
  }

  .admin-module__4WpgRW__responsePlaceholder {
    min-height: 240px;
  }
}

@media (max-width: 860px) {
  .admin-module__4WpgRW__mobileHeader {
    z-index: 35;
    border-bottom: 1px solid var(--admin-line);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background: #0b0e14f0;
    justify-content: space-between;
    align-items: center;
    height: 58px;
    padding: 0 16px;
    display: flex;
    position: sticky;
    top: 0;
  }

  .admin-module__4WpgRW__mobileHeader > button {
    color: #a5adbc;
    background: #121720;
    border: 1px solid #29303b;
    border-radius: 8px;
    place-items: center;
    width: 32px;
    height: 32px;
    display: grid;
  }

  .admin-module__4WpgRW__mobileHeader > button svg {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-width: 1.5px;
    width: 16px;
  }

  .admin-module__4WpgRW__mobileBrand {
    color: #e7ebf2;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 650;
    display: flex;
  }

  .admin-module__4WpgRW__mobileBrand .admin-module__4WpgRW__logoMark {
    width: 25px;
    height: 25px;
  }

  .admin-module__4WpgRW__mobileStatus {
    background: var(--admin-green);
    border-radius: 50%;
    width: 7px;
    height: 7px;
    box-shadow: 0 0 0 4px #55d89b14;
  }

  .admin-module__4WpgRW__mobileScrim {
    z-index: 44;
    background: #0009;
    border: 0;
    width: 100%;
    display: block;
    position: fixed;
    inset: 0;
  }

  .admin-module__4WpgRW__sidebar {
    z-index: 45;
    transition: transform .18s;
    transform: translateX(-102%);
  }

  .admin-module__4WpgRW__sidebarOpen {
    transform: translateX(0);
  }

  .admin-module__4WpgRW__adminContent {
    margin-left: 0;
    padding: 35px 18px 65px;
  }

  .admin-module__4WpgRW__contentHeader, .admin-module__4WpgRW__overviewHeader {
    flex-direction: column;
    align-items: flex-start;
  }

  .admin-module__4WpgRW__headerActions {
    justify-content: flex-start;
  }

  .admin-module__4WpgRW__documentGrid, .admin-module__4WpgRW__overviewColumns {
    grid-template-columns: 1fr;
  }

  .admin-module__4WpgRW__loadingSidebar {
    display: none;
  }

  .admin-module__4WpgRW__adminLoading main {
    padding: 70px 24px;
  }
}

@media (max-width: 620px) {
  .admin-module__4WpgRW__contentHeader h1, .admin-module__4WpgRW__overviewHeader h1 {
    font-size: 36px;
  }

  .admin-module__4WpgRW__headerActions {
    width: 100%;
  }

  .admin-module__4WpgRW__headerActions > button {
    flex: 1;
  }

  .admin-module__4WpgRW__statGrid {
    grid-template-columns: repeat(2, 1fr);
  }

  .admin-module__4WpgRW__quickStartCard {
    flex-direction: column;
    align-items: flex-start;
  }

  .admin-module__4WpgRW__quickStartCard > a {
    justify-content: space-between;
    width: 100%;
  }

  .admin-module__4WpgRW__requestLine {
    grid-template-columns: 82px 1fr;
  }

  .admin-module__4WpgRW__requestLine > button {
    grid-column: 1 / -1;
  }

  .admin-module__4WpgRW__requestLine > div span {
    display: none;
  }

  .admin-module__4WpgRW__requestLine input {
    padding-left: 10px;
  }

  .admin-module__4WpgRW__detailGrid {
    grid-template-columns: 1fr;
  }

  .admin-module__4WpgRW__drawerBody {
    padding: 16px;
  }

  .admin-module__4WpgRW__dataTable {
    min-width: 680px;
  }

  .admin-module__4WpgRW__filterFields {
    grid-template-columns: 1fr;
  }

  .admin-module__4WpgRW__idLookup {
    flex-direction: column;
  }

  .admin-module__4WpgRW__loadingCards {
    grid-template-columns: repeat(2, 1fr);
  }
}

.admin-module__4WpgRW__sidebar {
  background: #f0eee7;
  border-right-color: #dedfd9;
  width: 274px;
}

.admin-module__4WpgRW__brandRow {
  border-bottom-color: #dedfd9;
  min-height: 72px;
  padding: 14px 18px;
}

.admin-module__4WpgRW__brand {
  gap: 9px;
}

.admin-module__4WpgRW__brand strong {
  color: #06264b;
  letter-spacing: -.025em;
  font-family: Georgia, Times New Roman, serif;
  font-size: 18px;
  font-weight: 500;
}

.admin-module__4WpgRW__brand span {
  color: #89908f;
  letter-spacing: .1em;
  font-size: 8px;
}

.admin-module__4WpgRW__logoMark {
  width: 36px;
  height: 36px;
  stroke: var(--admin-orange);
  stroke-width: 1.15px;
}

.admin-module__4WpgRW__logoMark path:last-child {
  fill: #ef5b3212;
}

.admin-module__4WpgRW__environment {
  color: #777c79;
  background: #ffffff73;
  border-color: #cbc9bf;
  padding: 4px 6px;
}

.admin-module__4WpgRW__nav {
  scrollbar-color: #c7c8c3 transparent;
  padding: 13px 10px 22px;
}

.admin-module__4WpgRW__nav > a, .admin-module__4WpgRW__navGroup > a {
  color: #4f5c66;
  border-radius: 5px;
  gap: 9px;
  min-height: 37px;
  margin: 1px 0;
  padding: 7px 10px;
  font-size: 11px;
}

.admin-module__4WpgRW__nav > a:hover, .admin-module__4WpgRW__navGroup > a:hover {
  color: #082b54;
  background: #ffffff9e;
}

.admin-module__4WpgRW__nav a.admin-module__4WpgRW__activeNav {
  color: #072c56;
  box-shadow: none;
  background: #dfdbc9;
  border-color: #0000;
}

.admin-module__4WpgRW__navIcon, .admin-module__4WpgRW__resourceBadge {
  color: #69747c;
  background: none;
  border-color: #0000;
  border-radius: 4px;
}

.admin-module__4WpgRW__resourceBadge {
  color: #0878b9;
  background: #0878b914;
}

.admin-module__4WpgRW__activeNav .admin-module__4WpgRW__navIcon, .admin-module__4WpgRW__activeNav .admin-module__4WpgRW__resourceBadge {
  color: #072c56;
  background: #ffffff7a;
  border-color: #0000;
}

.admin-module__4WpgRW__navGroup {
  margin-top: 18px;
}

.admin-module__4WpgRW__navLabel {
  color: #939894;
  padding: 0 10px 7px;
  font-size: 7px;
}

.admin-module__4WpgRW__sidebarFooter {
  background: #ebe9e1;
  border-top-color: #dedfd9;
}

.admin-module__4WpgRW__tokenForm label {
  color: #56636c;
}

.admin-module__4WpgRW__tokenForm label small, .admin-module__4WpgRW__backLink {
  color: #8d9391;
}

.admin-module__4WpgRW__tokenForm > div {
  background: #fff;
  border-color: #d2d2cb;
}

.admin-module__4WpgRW__tokenForm input {
  color: #20364a;
  background: none;
}

.admin-module__4WpgRW__tokenForm button {
  color: #0878b9;
  background: #f7f7f3;
  border-left-color: #d7d8d2;
}

.admin-module__4WpgRW__resetButton {
  color: #6f787d;
}

.admin-module__4WpgRW__resetButton:hover {
  color: #173651;
  background: #fff9;
  border-color: #d4d5d0;
}

.admin-module__4WpgRW__backLink:hover {
  color: #0878b9;
}

.admin-module__4WpgRW__topBar {
  z-index: 32;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background: #faf9f5f0;
  border-bottom: 1px solid #e2e2dd;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  height: 72px;
  margin-left: 274px;
  padding: 12px 26px;
  display: flex;
  position: sticky;
  top: 0;
}

.admin-module__4WpgRW__globalSearch {
  color: #69757d;
  text-align: left;
  cursor: pointer;
  background: #eeece4;
  border: 1px solid #0000;
  border-radius: 7px;
  align-items: center;
  gap: 11px;
  width: min(620px, 55vw);
  height: 42px;
  padding: 0 13px;
  display: flex;
}

.admin-module__4WpgRW__globalSearch:hover {
  background: #f3f2ec;
  border-color: #d6d7d2;
}

.admin-module__4WpgRW__globalSearch span {
  flex: 1;
  font-size: 11px;
}

.admin-module__4WpgRW__globalSearch svg, .admin-module__4WpgRW__timerButton svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5px;
  width: 17px;
  height: 17px;
}

.admin-module__4WpgRW__globalSearch svg:last-child {
  width: 15px;
}

.admin-module__4WpgRW__topBarActions {
  align-items: center;
  gap: 14px;
  display: flex;
}

.admin-module__4WpgRW__timerButton, .admin-module__4WpgRW__profileButton {
  cursor: pointer;
  border: 0;
  border-radius: 6px;
  align-items: center;
  gap: 9px;
  height: 42px;
  display: flex;
}

.admin-module__4WpgRW__timerButton {
  color: #fff;
  min-width: 148px;
  font-family: var(--font-geist-mono);
  background: #062b55;
  justify-content: center;
  padding: 0 13px;
  font-size: 11px;
}

.admin-module__4WpgRW__timerButton:hover {
  background: #0b3a6c;
}

.admin-module__4WpgRW__timerButton svg {
  stroke-width: 1.8px;
}

.admin-module__4WpgRW__profileButton {
  color: #243847;
  background: none;
  padding: 0 4px;
  font-size: 11px;
}

.admin-module__4WpgRW__avatar {
  color: #07315d;
  background: #e5eef4;
  border: 1px solid #d8d8d2;
  border-radius: 50%;
  place-items: center;
  width: 34px;
  height: 34px;
  font-size: 9px;
  font-weight: 700;
  display: grid;
}

.admin-module__4WpgRW__chevron {
  color: #69757d;
  font-size: 13px;
}

.admin-module__4WpgRW__adminContent {
  margin-left: 274px;
  padding: 28px clamp(22px, 3vw, 46px) 70px;
}

.admin-module__4WpgRW__contentHeader, .admin-module__4WpgRW__overviewHeader {
  align-items: center;
  margin-bottom: 24px;
}

.admin-module__4WpgRW__contentEyebrow {
  color: var(--admin-orange);
  font-family: var(--font-geist-sans), Arial, sans-serif;
  letter-spacing: .09em;
  margin-bottom: 7px;
  font-size: 8px;
}

.admin-module__4WpgRW__contentHeader h1, .admin-module__4WpgRW__overviewHeader h1 {
  color: #082b54;
  letter-spacing: -.04em;
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 560;
  line-height: 1.12;
}

.admin-module__4WpgRW__contentHeader p, .admin-module__4WpgRW__overviewHeader p {
  color: #69757d;
  margin-top: 7px;
  font-size: 11px;
  line-height: 1.55;
}

.admin-module__4WpgRW__primaryButton, .admin-module__4WpgRW__secondaryButton, .admin-module__4WpgRW__iconTextButton, .admin-module__4WpgRW__dangerButton, .admin-module__4WpgRW__filterActions button, .admin-module__4WpgRW__idLookup button, .admin-module__4WpgRW__detailActions button, .admin-module__4WpgRW__formActions button, .admin-module__4WpgRW__inlineError button, .admin-module__4WpgRW__routeError button {
  color: #254159;
  min-height: 35px;
  box-shadow: none;
  background: #fff;
  border-color: #d3d6d5;
  border-radius: 5px;
}

.admin-module__4WpgRW__primaryButton {
  color: #fff;
  box-shadow: none;
  background: #0878b9;
  border-color: #0878b9;
}

.admin-module__4WpgRW__primaryButton:hover {
  color: #fff;
  background: #066da9;
  border-color: #066da9;
}

.admin-module__4WpgRW__secondaryButton:hover, .admin-module__4WpgRW__iconTextButton:hover, .admin-module__4WpgRW__detailActions button:hover, .admin-module__4WpgRW__formActions button:hover {
  color: #082b54;
  background: #f8f9f7;
  border-color: #aeb8bc;
}

.admin-module__4WpgRW__iconTextButton {
  background: none;
  border-color: #0000;
}

.admin-module__4WpgRW__filterCount {
  color: #fff;
  background: #0878b9;
}

.admin-module__4WpgRW__filterBar {
  border-color: var(--admin-line);
  background: #fff;
  border-radius: 7px;
  margin-top: -9px;
  box-shadow: 0 4px 18px #14263b0a;
}

.admin-module__4WpgRW__filterFields label span, .admin-module__4WpgRW__toolForm label span, .admin-module__4WpgRW__bodyEditor > span {
  color: #66737b;
}

.admin-module__4WpgRW__filterFields input, .admin-module__4WpgRW__filterFields select, .admin-module__4WpgRW__toolForm input, .admin-module__4WpgRW__idLookup input {
  color: #17344c;
  background: #fff;
  border-color: #d7d9d7;
  border-radius: 5px;
}

.admin-module__4WpgRW__filterFields input:focus, .admin-module__4WpgRW__filterFields select:focus, .admin-module__4WpgRW__toolForm input:focus, .admin-module__4WpgRW__idLookup input:focus {
  box-shadow: 0 0 0 3px var(--admin-accent-soft);
  border-color: #0878b9a6;
}

.admin-module__4WpgRW__tableCard, .admin-module__4WpgRW__endpointWorkspace, .admin-module__4WpgRW__requestBuilder, .admin-module__4WpgRW__responsePanel, .admin-module__4WpgRW__toolCard, .admin-module__4WpgRW__overviewCard, .admin-module__4WpgRW__quickStartCard {
  border-color: var(--admin-line);
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 4px 18px #14263b08;
}

.admin-module__4WpgRW__tableMeta {
  border-bottom-color: var(--admin-line-soft);
  color: #68747c;
}

.admin-module__4WpgRW__tableMeta code {
  color: #0878b9;
  background: #f5f7f6;
  border-color: #dedfda;
}

.admin-module__4WpgRW__dataTable th {
  border-bottom-color: var(--admin-line);
  color: #717b80;
  background: #fafaf8;
}

.admin-module__4WpgRW__dataTable td {
  border-bottom-color: var(--admin-line-soft);
  color: #40515f;
}

.admin-module__4WpgRW__dataTable tbody tr:hover, .admin-module__4WpgRW__dataTable tbody tr:focus {
  background: #f4f8fa;
}

.admin-module__4WpgRW__dataTable td:first-child {
  color: #0878b9;
}

.admin-module__4WpgRW__skeletonTable span, .admin-module__4WpgRW__adminLoading main > span, .admin-module__4WpgRW__adminLoading main > h1, .admin-module__4WpgRW__adminLoading main > p, .admin-module__4WpgRW__loadingCards i {
  background: linear-gradient(90deg, #ecece7, #f7f7f3, #ecece7) 0 0 / 200% 100%;
}

.admin-module__4WpgRW__endpointIllustration, .admin-module__4WpgRW__activityBadge {
  color: #0878b9;
  background: var(--admin-accent-soft);
  border-color: #0878b938;
}

.admin-module__4WpgRW__endpointWorkspace h2, .admin-module__4WpgRW__emptyState h3 {
  color: #123250;
}

.admin-module__4WpgRW__endpointWorkspace > p, .admin-module__4WpgRW__emptyState p {
  color: #758088;
}

.admin-module__4WpgRW__emptyIcon {
  color: #919998;
  background: #fafaf7;
  border-color: #d9dbd8;
}

.admin-module__4WpgRW__inlineError {
  background: #d94f360f;
  border-color: #d94f3640;
}

.admin-module__4WpgRW__inlineError strong {
  color: #9f321e;
}

.admin-module__4WpgRW__inlineError p {
  color: #986456;
}

.admin-module__4WpgRW__spinner {
  border-color: #0878b9 #d8ddde #d8ddde;
}

.admin-module__4WpgRW__drawerBackdrop {
  background: #07192b61;
}

.admin-module__4WpgRW__drawer {
  background: #fafaf7;
  border-left-color: #d6d8d5;
  box-shadow: -25px 0 70px #0a1f3229;
}

.admin-module__4WpgRW__drawerHeader {
  border-bottom-color: var(--admin-line);
  background: #fafaf7f0;
}

.admin-module__4WpgRW__drawerHeader span {
  color: var(--admin-orange);
}

.admin-module__4WpgRW__drawerHeader h2 {
  color: #082b54;
}

.admin-module__4WpgRW__iconButton {
  color: #5e6d76;
  background: #fff;
  border-color: #d5d7d5;
}

.admin-module__4WpgRW__iconButton:hover {
  color: #082b54;
  background: #f1f4f4;
}

.admin-module__4WpgRW__dangerButton {
  color: #b33b26;
  background: #d94f360d;
  border-color: #d94f364d;
}

.admin-module__4WpgRW__dangerButton:hover {
  color: #9d2d1b;
  background: #d94f3614;
  border-color: #d94f368c;
}

.admin-module__4WpgRW__detailGrid {
  border-color: var(--admin-line);
  background: var(--admin-line);
}

.admin-module__4WpgRW__detailGrid > div {
  background: #fff;
}

.admin-module__4WpgRW__detailGrid dt {
  color: #7c8589;
}

.admin-module__4WpgRW__detailGrid dd {
  color: #243b4e;
}

.admin-module__4WpgRW__jsonBlock {
  background: #082846;
  border-color: #183b5d;
}

.admin-module__4WpgRW__jsonBlock > header {
  color: #a9bdca;
  background: #0d3152;
  border-bottom-color: #244866;
}

.admin-module__4WpgRW__jsonBlock > header button {
  color: #d7e3e9;
  background: #153b5c;
  border-color: #3d5d75;
}

.admin-module__4WpgRW__jsonBlock pre {
  color: #d3e5ef;
}

.admin-module__4WpgRW__responseMeta, .admin-module__4WpgRW__headerDetails, .admin-module__4WpgRW__jsonForm > p {
  color: #707d84;
}

.admin-module__4WpgRW__statusSuccess {
  color: #167552;
  background: #2fae7b14;
  border-color: #2fae7b4d;
}

.admin-module__4WpgRW__statusError {
  color: #b03723;
  background: #d94f3614;
  border-color: #d94f364d;
}

.admin-module__4WpgRW__statusNeutral {
  color: #596971;
  background: #f5f6f3;
  border-color: #d5d9d8;
}

.admin-module__4WpgRW__jsonForm > label {
  color: #203a50;
}

.admin-module__4WpgRW__jsonForm textarea, .admin-module__4WpgRW__bodyEditor textarea {
  color: #d6e9f3;
  background: #082846;
  border-color: #cfd4d4;
}

.admin-module__4WpgRW__jsonForm textarea:focus, .admin-module__4WpgRW__bodyEditor textarea:focus {
  box-shadow: 0 0 0 3px var(--admin-accent-soft);
  border-color: #0878b98c;
}

.admin-module__4WpgRW__formError {
  color: #a43a27;
  background: #d94f360f;
  border-color: #d94f3640;
}

.admin-module__4WpgRW__toolCard h2, .admin-module__4WpgRW__versionForm h3 {
  color: #15344f;
}

.admin-module__4WpgRW__toolCard > p, .admin-module__4WpgRW__versionForm p {
  color: #707c83;
}

.admin-module__4WpgRW__toolNumber {
  color: var(--admin-orange);
}

.admin-module__4WpgRW__segmentedControl {
  background: #f1f1ec;
  border-color: #d7d9d6;
}

.admin-module__4WpgRW__segmentedControl button {
  color: #747e82;
}

.admin-module__4WpgRW__segmentedControl button.admin-module__4WpgRW__segmentActive {
  color: #082b54;
  background: #fff;
  box-shadow: 0 1px 5px #14263b1a;
}

.admin-module__4WpgRW__filePicker {
  color: #435762;
  background: #f9faf8;
  border-color: #cbd0cf;
}

.admin-module__4WpgRW__filePicker:hover {
  background: var(--admin-accent-soft);
  border-color: #0878b980;
}

.admin-module__4WpgRW__seedHint, .admin-module__4WpgRW__versionForm {
  background: #f7f7f3;
  border-color: #dfe0dc;
}

.admin-module__4WpgRW__seedHint strong {
  color: #314956;
}

.admin-module__4WpgRW__seedHint span {
  color: #7c8589;
}

.admin-module__4WpgRW__seedHint button {
  color: #0878b9;
  background: #fff;
  border-color: #cfd5d5;
}

.admin-module__4WpgRW__presetRow button {
  color: #5f6f77;
  background: #f8f8f5;
  border-color: #d6d9d8;
}

.admin-module__4WpgRW__presetRow button:hover {
  color: #0878b9;
  border-color: #9cb8c6;
}

.admin-module__4WpgRW__requestLine select, .admin-module__4WpgRW__requestLine > div {
  color: #193950;
  background: #fff;
  border-color: #cfd4d4;
}

.admin-module__4WpgRW__requestLine > div span {
  color: #809097;
}

.admin-module__4WpgRW__requestLine input {
  color: #193950;
}

.admin-module__4WpgRW__curlPreview {
  color: #707d84;
}

.admin-module__4WpgRW__curlPreview pre {
  color: #d2e4ee;
  background: #082846;
  border-color: #1d4261;
}

.admin-module__4WpgRW__responsePanel > header {
  border-bottom-color: var(--admin-line-soft);
  color: #234057;
}

.admin-module__4WpgRW__responsePanel > header small {
  color: #77848a;
}

.admin-module__4WpgRW__responsePlaceholder > span {
  color: #0878b9;
  background: #f3f7f8;
  border-color: #d6d9d7;
}

.admin-module__4WpgRW__responsePlaceholder h3 {
  color: #234057;
}

.admin-module__4WpgRW__responsePlaceholder p {
  color: #79848a;
}

.admin-module__4WpgRW__healthCard {
  background: #fff;
  border-color: #d9ddd9;
  border-radius: 6px;
}

.admin-module__4WpgRW__healthCard strong {
  color: #284153;
}

.admin-module__4WpgRW__healthCard small {
  color: #7c878b;
}

.admin-module__4WpgRW__statGrid {
  margin-bottom: 14px;
}

.admin-module__4WpgRW__statCard {
  border-color: var(--admin-line);
  background: #fff;
  border-radius: 6px;
}

.admin-module__4WpgRW__statCard:hover {
  background: #fafdfe;
  border-color: #a8c2cf;
}

.admin-module__4WpgRW__statCard > span {
  color: #98a0a0;
}

.admin-module__4WpgRW__statCard strong {
  color: #082b54;
  margin-top: 14px;
}

.admin-module__4WpgRW__statCard p {
  color: #69767d;
}

.admin-module__4WpgRW__overviewCard > header {
  border-bottom-color: var(--admin-line-soft);
}

.admin-module__4WpgRW__overviewCard > header span {
  color: var(--admin-orange);
}

.admin-module__4WpgRW__overviewCard > header h2 {
  color: #0d3155;
}

.admin-module__4WpgRW__overviewCard > header > a {
  color: #0878b9;
}

.admin-module__4WpgRW__activityList > a:hover {
  background: #f4f8fa;
}

.admin-module__4WpgRW__activityList strong {
  color: #263e50;
}

.admin-module__4WpgRW__activityList small {
  color: #758087;
}

.admin-module__4WpgRW__activityList > a > span:last-child {
  color: #0878b9;
}

.admin-module__4WpgRW__quickStartCard {
  background: linear-gradient(110deg, #f4f8fa, #fff 62%, #0878b912);
}

.admin-module__4WpgRW__quickStartCard h2 {
  color: #0b3155;
}

.admin-module__4WpgRW__quickStartCard p {
  color: #66767e;
}

.admin-module__4WpgRW__quickStartCard > a {
  color: #0878b9;
  background: var(--admin-accent-soft);
  border-color: #0878b947;
}

.admin-module__4WpgRW__notFoundPanel h1, .admin-module__4WpgRW__routeError h1 {
  color: #082b54;
}

.admin-module__4WpgRW__toast {
  color: #1e6049;
  background: #edf8f3;
  border-color: #2fae7b4d;
  box-shadow: 0 15px 45px #14263b29;
}

.admin-module__4WpgRW__toast > span {
  color: #fff;
}

.admin-module__4WpgRW__toastError {
  color: #913321;
  background: #fdf0ec;
  border-color: #d94f364d;
}

.admin-module__4WpgRW__toastError > span {
  color: #fff;
}

.admin-module__4WpgRW__adminLoading {
  background: #f5f4ef;
}

.admin-module__4WpgRW__loadingSidebar {
  background: #f0eee7;
  border-right-color: #dedfd9;
}

.admin-module__4WpgRW__routeError {
  color: #14263b;
  background: #f5f4ef;
}

.admin-module__4WpgRW__dashboardGrid {
  grid-template-columns: minmax(360px, 1.15fr) minmax(350px, 1.2fr) minmax(210px, .58fr);
  gap: 13px;
  max-width: 1400px;
  margin: 0 auto 14px;
  display: grid;
}

.admin-module__4WpgRW__dashboardGrid .admin-module__4WpgRW__overviewCard {
  min-width: 0;
  margin: 0;
}

.admin-module__4WpgRW__dashboardCardHeader {
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  min-height: 62px;
  padding: 13px 16px;
  display: flex;
  border-bottom: 0 !important;
}

.admin-module__4WpgRW__dashboardCardHeader h2 {
  color: #082b54 !important;
  font-size: 15px !important;
  font-weight: 570 !important;
}

.admin-module__4WpgRW__dashboardCardHeader p {
  color: var(--admin-orange);
  margin-top: 3px;
  font-size: 8px;
}

.admin-module__4WpgRW__cardControl {
  color: #354b5b;
  cursor: pointer;
  background: #fff;
  border: 1px solid #d9dcda;
  border-radius: 5px;
  align-items: center;
  gap: 14px;
  height: 30px;
  padding: 0 10px;
  font-size: 9px;
  display: flex;
}

.admin-module__4WpgRW__timeChart {
  background: repeating-linear-gradient(#0000 0 48px, #eff0ed 49px 50px);
  border-bottom: 1px solid #e6e7e3;
  grid-template-columns: repeat(7, 1fr);
  gap: 12px;
  height: 190px;
  margin: 3px 16px 0;
  padding: 15px 8px 0 34px;
  display: grid;
  position: relative;
}

.admin-module__4WpgRW__chartGuide {
  color: #fff;
  font-family: var(--font-geist-mono);
  background: #56636c;
  border-radius: 4px;
  padding: 3px 5px;
  font-size: 8px;
  position: absolute;
  top: 47px;
  left: 0;
}

.admin-module__4WpgRW__chartColumn {
  flex-direction: column;
  align-items: center;
  min-width: 0;
  display: flex;
}

.admin-module__4WpgRW__chartTrack {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 125px;
  display: flex;
}

.admin-module__4WpgRW__chartBar {
  flex-direction: column;
  justify-content: flex-end;
  width: min(17px, 58%);
  max-height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.admin-module__4WpgRW__chartBilled, .admin-module__4WpgRW__chartUnbilled {
  width: 100%;
  display: block;
}

.admin-module__4WpgRW__chartBilled {
  background: #65a8d1;
}

.admin-module__4WpgRW__chartUnbilled {
  background: #40c596;
}

.admin-module__4WpgRW__chartColumn small {
  color: #778187;
  margin-top: 7px;
  font-size: 8px;
}

.admin-module__4WpgRW__chartColumn strong {
  color: #273d4e;
  margin-top: 6px;
  font-size: 9px;
  font-weight: 520;
}

.admin-module__4WpgRW__dashboardCardFooter {
  border-top: 1px solid var(--admin-line-soft);
  color: #53636c;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  min-height: 45px;
  padding: 0 16px;
  font-size: 9px;
  display: flex;
}

.admin-module__4WpgRW__dashboardCardFooter a {
  color: #0878b9;
}

.admin-module__4WpgRW__overviewTabs {
  border-bottom: 1px solid #e4e6e3;
  gap: 18px;
  margin: 0 16px;
  display: flex;
}

.admin-module__4WpgRW__overviewTabs span {
  color: #69767d;
  padding: 7px 0 9px;
  font-size: 9px;
  position: relative;
}

.admin-module__4WpgRW__overviewTabs .admin-module__4WpgRW__selectedTab {
  color: #0878b9;
}

.admin-module__4WpgRW__overviewTabs .admin-module__4WpgRW__selectedTab:after {
  content: "";
  background: #0878b9;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
}

.admin-module__4WpgRW__pipelineRows {
  min-height: 163px;
  padding: 3px 16px 0;
}

.admin-module__4WpgRW__pipelineRow {
  color: #0878b9;
  border-bottom: 1px solid #ecece8;
  grid-template-columns: 1fr auto 20px;
  align-items: center;
  gap: 12px;
  min-height: 39px;
  font-size: 9px;
  display: grid;
}

.admin-module__4WpgRW__pipelineRow:hover {
  background: #f8fbfc;
}

.admin-module__4WpgRW__pipelineRow strong {
  color: #243b4c;
  font-weight: 570;
}

.admin-module__4WpgRW__pipelineRow i {
  color: #829097;
  text-align: right;
  font-style: normal;
}

.admin-module__4WpgRW__targetCard {
  flex-direction: column;
  display: flex;
}

.admin-module__4WpgRW__targetRing {
  background: conic-gradient(#65a8d1 0 var(--target-progress, 0%),
    #edf0f0 var(--target-progress, 0%) 100%);
  border-radius: 50%;
  place-items: center;
  width: 132px;
  height: 132px;
  margin: 16px auto 20px;
  display: grid;
}

.admin-module__4WpgRW__targetRing:before {
  content: "";
  background: #fff;
  border-radius: 50%;
  grid-area: 1 / 1;
  width: 102px;
  height: 102px;
}

.admin-module__4WpgRW__targetRing > div {
  z-index: 1;
  text-align: center;
  grid-area: 1 / 1;
}

.admin-module__4WpgRW__targetRing strong, .admin-module__4WpgRW__targetRing span {
  display: block;
}

.admin-module__4WpgRW__targetRing strong {
  color: #082b54;
  font-size: 24px;
  font-weight: 560;
}

.admin-module__4WpgRW__targetRing span {
  color: #778288;
  margin-top: 2px;
  font-size: 8px;
}

.admin-module__4WpgRW__targetCopy {
  color: #52636c;
  margin: auto 16px 16px;
  font-size: 9px;
  line-height: 1.5;
}

@media (max-width: 1280px) {
  .admin-module__4WpgRW__dashboardGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-module__4WpgRW__targetCard {
    grid-column: 1 / -1;
    min-height: 230px;
  }

  .admin-module__4WpgRW__targetRing {
    width: 110px;
    height: 110px;
    margin: 4px auto 12px;
  }

  .admin-module__4WpgRW__targetRing:before {
    width: 84px;
    height: 84px;
  }

  .admin-module__4WpgRW__targetCopy {
    text-align: center;
  }
}

@media (max-width: 980px) {
  .admin-module__4WpgRW__profileName {
    display: none;
  }

  .admin-module__4WpgRW__topBar {
    padding-left: 18px;
    padding-right: 18px;
  }

  .admin-module__4WpgRW__globalSearch {
    width: 48vw;
  }

  .admin-module__4WpgRW__timerButton {
    min-width: 128px;
  }
}

@media (max-width: 860px) {
  .admin-module__4WpgRW__topBar {
    display: none;
  }

  .admin-module__4WpgRW__mobileHeader {
    background: #faf9f5f2;
    border-bottom-color: #dedfd9;
  }

  .admin-module__4WpgRW__mobileHeader > button {
    color: #284355;
    background: #fff;
    border-color: #d5d7d4;
  }

  .admin-module__4WpgRW__mobileBrand {
    color: #082b54;
    font-family: Georgia, Times New Roman, serif;
    font-size: 15px;
  }

  .admin-module__4WpgRW__mobileScrim {
    background: #07192b70;
  }

  .admin-module__4WpgRW__adminContent {
    margin-left: 0;
    padding: 28px 18px 65px;
  }

  .admin-module__4WpgRW__dashboardGrid {
    grid-template-columns: 1fr;
  }

  .admin-module__4WpgRW__targetCard {
    grid-column: auto;
  }
}

@media (max-width: 620px) {
  .admin-module__4WpgRW__contentHeader h1, .admin-module__4WpgRW__overviewHeader h1 {
    font-size: 29px;
  }

  .admin-module__4WpgRW__contentHeader, .admin-module__4WpgRW__overviewHeader {
    gap: 16px;
  }

  .admin-module__4WpgRW__dashboardGrid {
    gap: 10px;
  }

  .admin-module__4WpgRW__timeChart {
    gap: 5px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 30px;
  }

  .admin-module__4WpgRW__chartBar {
    width: 11px;
  }

  .admin-module__4WpgRW__dashboardCardFooter {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 9px;
    padding-bottom: 9px;
  }
}

/*# sourceMappingURL=src_app_admin_admin_module_138oj5e.css.map*/