/* [project]/app/globals.css [app-client] (css) */
:root {
  --lightningcss-light: initial;
  --lightningcss-dark: ;
  color-scheme: light;
  --bg: #f5f8f6;
  --paper: #fff;
  --paper-2: #f7fbf8;
  --ink: #0d1712;
  --text: #16231c;
  --muted: #66756d;
  --line: #e4ece7;
  --brand: #12b981;
  --brand-2: #0f7a5a;
  --dark: #0d1712;
  --dark-2: #12231b;
  --mint: #eafff3;
  --yellow: #f7c948;
  --red: #e5484d;
  --shadow: 0 24px 70px #0d171214;
  --shadow-soft: 0 12px 34px #0d17120f;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--text);
  background: #f5f8f6;
  margin: 0;
  font-family: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

button, input, textarea, select {
  font: inherit;
}

button {
  cursor: pointer;
}

input, textarea, select {
  border: 1px solid var(--line);
  width: 100%;
  color: var(--text);
  background: #fff;
  border-radius: 16px;
  outline: none;
  padding: 13px 14px;
}

input:focus, textarea:focus, select:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 4px #12b98121;
}

textarea {
  min-height: 108px;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  font-size: 14px;
}

th, td {
  text-align: left;
  border-bottom: 1px solid var(--line);
  vertical-align: middle;
  padding: 15px 14px;
}

th {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .08em;
  background: #f7fbf8;
  font-size: 12px;
}

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

code {
  border: 1px solid var(--line);
  background: #eef7f1;
  border-radius: 8px;
  padding: 3px 7px;
}

.site-header {
  z-index: 40;
  max-width: 1240px;
  height: 70px;
  box-shadow: none;
  background: none;
  border: 0;
  border-radius: 999px;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  margin: 14px auto 0;
  padding: 8px 10px 8px 18px;
  display: grid;
  position: sticky;
  top: 0;
}

.site-brand {
  letter-spacing: -.055em;
  white-space: nowrap;
  font-size: 24px;
  font-weight: 900;
}

.site-brand span {
  color: var(--brand);
}

.site-nav {
  background: #eef7f2;
  border-radius: 999px;
  justify-self: center;
  align-items: center;
  gap: 8px;
  padding: 7px;
  display: flex;
  box-shadow: inset 0 0 0 1px #d4e2dacc, 0 14px 34px #0d171214;
}

.site-nav a {
  color: #46534d;
  letter-spacing: -.015em;
  border-radius: 999px;
  align-items: center;
  gap: 9px;
  padding: 13px 22px;
  font-size: 16px;
  font-weight: 900;
  transition: background .22s, color .22s, box-shadow .22s, transform .22s;
  display: flex;
}

.site-nav a:hover {
  color: var(--brand-2);
  background: #fff;
  transform: translateY(-1px);
}

.site-nav a.active {
  color: #fff;
  background: linear-gradient(#0f9f73, #07865f);
  box-shadow: 0 13px 28px #07865f47;
}

.site-nav a.active svg {
  color: #fff;
}

.site-cta, .catalog-button, .primary-cta, .secondary-cta, .button, .ghost-button, .gl-primary, .gl-secondary, .auth-submit {
  border: 1px solid #0000;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-weight: 900;
  display: inline-flex;
}

.site-cta, .catalog-button.dark, .primary-cta, .button, .gl-primary, .auth-submit {
  background: var(--dark);
  color: #fff;
  box-shadow: 0 16px 36px #0d171229;
}

.site-cta {
  padding: 12px 17px;
}

.session-actions {
  align-items: center;
  gap: 8px;
  display: flex;
}

.logout-cta {
  border: 0;
}

.site-cta.signed-in {
  background: #0f9f73;
}

.site-cta.muted-cta {
  min-width: 64px;
  color: var(--muted);
  box-shadow: none;
  background: #eef7f2;
}

.catalog-button, .secondary-cta, .ghost-button, .gl-secondary {
  color: var(--dark);
  border-color: var(--line);
  background: #fff;
}

.site-main {
  width: min(1240px, 100% - 32px);
  margin: 28px auto 70px;
}

.catalog-home, .gl-home, .landing-page, .uid-home, .page, .service-detail, .compact-detail, .rich-service-detail, .admin-console-v2 {
  gap: 24px;
  display: grid;
}

.catalog-hero, .gl-hero, .landing-hero, .uid-hero {
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .78fr);
  align-items: center;
  gap: 34px;
  min-height: 560px;
  display: grid;
}

.catalog-kicker, .landing-kicker, .gl-kicker, .eyebrow, .gl-section-head p {
  letter-spacing: .16em;
  text-transform: uppercase;
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 900;
  color: var(--brand-2) !important;
}

.catalog-hero h1, .gl-hero-copy h1, .landing-copy h1, .uid-copy h1 {
  letter-spacing: -.085em;
  max-width: 850px;
  margin: 0;
  font-size: 76px;
  line-height: .94;
}

.catalog-hero p:not(.catalog-kicker), .gl-hero-copy > p, .landing-copy > p:not(.landing-kicker), .uid-copy > p:not(.landing-kicker) {
  color: var(--muted);
  max-width: 760px;
  margin: 22px 0 0;
  font-size: 18px;
  line-height: 1.7;
}

.company-actions, .gl-actions, .landing-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
  display: flex;
}

.catalog-button, .primary-cta, .secondary-cta, .button, .ghost-button, .gl-primary, .gl-secondary {
  padding: 14px 20px;
}

.company-card, .catalog-summary, .gl-product-card, .landing-visual, .uid-panel {
  background: linear-gradient(145deg,var(--dark),#163d2e);
  color: #fff;
  border-radius: 38px;
  padding: 30px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 34px 90px #0d171233;
}

.company-card:before, .gl-product-card:before, .uid-panel:before {
  content: "";
  background: radial-gradient(circle, #12b9816b, #0000 68%);
  border-radius: 999px;
  width: 270px;
  height: 270px;
  position: absolute;
  top: -95px;
  right: -95px;
}

.company-card > * {
  position: relative;
}

.company-card svg {
  color: #9af2c5;
}

.company-card h2 {
  letter-spacing: -.055em;
  margin: 18px 0 10px;
  font-size: 34px;
  line-height: 1.05;
}

.company-card p {
  color: #d7eee4;
  margin: 0;
  line-height: 1.65;
}

.company-card div {
  gap: 10px;
  margin-top: 22px;
  display: grid;
}

.company-card span {
  align-items: center;
  gap: 9px;
  font-weight: 850;
  display: flex;
}

.catalog-strip, .company-stats, .stats-grid, .pricing-grid, .cards-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  display: grid;
}

.catalog-strip div, .stat-card, .card, .mini-card, .module-row, .page-header, .catalog-card, .gl-service, .gl-plan, .service-panel, .service-hero > div:first-child, .service-icon-card {
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  background: #ffffffdb;
  border-radius: 30px;
}

.catalog-strip div {
  grid-template-columns: 26px 1fr;
  gap: 4px 10px;
  padding: 18px;
  display: grid;
}

.catalog-strip svg {
  color: var(--brand-2);
  grid-row: 1 / 3;
}

.catalog-strip span, .mini-card span, .module-row span {
  color: var(--muted);
  font-size: 13px;
}

.catalog-section, .landing-section, .split-section, .gl-section, .gl-split {
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  background: #ffffffbd;
  border-radius: 38px;
  gap: 22px;
  padding: 34px;
  display: grid;
}

.catalog-section-head, .gl-section-head {
  gap: 8px;
  max-width: 820px;
  display: grid;
}

.catalog-section-head h2, .gl-section-head h2, .section-head h2, .split-section h2, .gl-split h2 {
  letter-spacing: -.065em;
  margin: 0;
  font-size: 48px;
  line-height: 1.02;
}

.catalog-section-head span, .gl-section-head span, .section-head span, .muted {
  color: var(--muted);
  line-height: 1.65;
}

.catalog-grid, .gl-service-grid, .gl-plan-grid, .uid-feature-grid, .feature-row-grid {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;
  display: grid;
}

.catalog-grid.two-cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.catalog-card, .gl-service, .uid-feature, .feature-row-card {
  gap: 14px;
  min-height: 245px;
  padding: 26px;
  transition: all .18s;
  display: grid;
}

.catalog-card:hover, .gl-service:hover, .uid-feature:hover {
  border-color: #a7dbc4;
  transform: translateY(-4px);
}

.catalog-card svg, .gl-service svg, .uid-feature svg, .feature-row-card svg {
  color: var(--brand-2);
}

.catalog-label, .gl-pill, .usecase-tags span {
  background: var(--mint);
  width: max-content;
  color: var(--brand-2);
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  padding: 8px 11px;
  font-size: 12px;
  font-weight: 900;
  display: inline-flex;
}

.catalog-card h2, .catalog-card h3, .gl-service h3, .uid-feature h3 {
  letter-spacing: -.05em;
  margin: 0;
  font-size: 28px;
}

.catalog-card p, .gl-service p, .uid-feature p, .feature-row-card p {
  color: var(--muted);
  margin: 0;
  line-height: 1.62;
}

.catalog-card b {
  color: var(--brand-2);
  align-items: center;
  gap: 8px;
  margin-top: auto;
  display: flex;
}

.catalog-note {
  background: var(--dark);
  color: #fff;
  border-radius: 32px;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 26px;
  display: grid;
  box-shadow: 0 28px 80px #0d17122e;
}

.catalog-note svg {
  color: #9af2c5;
}

.catalog-note h2 {
  letter-spacing: -.04em;
  margin: 0 0 6px;
  font-size: 28px;
}

.catalog-note p {
  color: #d7eee4;
  margin: 0;
  line-height: 1.6;
}

.page-header, .card {
  padding: 26px;
}

.page-header {
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  display: flex;
}

.page-header h1 {
  letter-spacing: -.06em;
  margin: 4px 0 10px;
  font-size: 42px;
}

.page-header p {
  color: var(--muted);
  line-height: 1.62;
}

.stat-card span {
  color: var(--muted);
  font-weight: 800;
}

.stat-card strong {
  letter-spacing: -.05em;
  margin-top: 6px;
  font-size: 34px;
  display: block;
}

.stat-card small {
  color: var(--muted);
  margin-top: 4px;
  display: block;
}

.content-grid, .service-content-grid, .detail-two-col, .rich-grid, .split-section, .gl-split {
  grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr);
  gap: 18px;
  display: grid;
}

.stack {
  gap: 12px;
  display: grid;
}

.module-row {
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 16px;
  display: flex;
}

.mini-card {
  padding: 17px;
}

.toolbar, .form-row {
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  display: flex;
}

.inline-form {
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  align-items: end;
  gap: 12px;
  display: grid;
}

.inline-form textarea, .inline-form small {
  grid-column: 1 / -1;
}

.inline-form button, .form-row button, .admin-crud-grid-v2 aside button {
  background: var(--dark);
  color: #fff;
  border: 0;
  border-radius: 999px;
  padding: 13px 18px;
  font-weight: 900;
}

.status {
  color: #59685f;
  background: #eef4f0;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 900;
  display: inline-flex;
}

.status-active, .status-succeeded {
  color: #13764e;
  background: #dcfce7;
}

.status-failed, .status-disabled, .status-revoked, .status-suspended {
  color: #be123c;
  background: #ffe4e6;
}

.status-running, .status-queued {
  color: #0369a1;
  background: #e0f2fe;
}

.progress {
  background: #e8f0eb;
  border-radius: 999px;
  width: 130px;
  height: 8px;
  margin-bottom: 5px;
  overflow: hidden;
}

.progress span {
  background: var(--brand);
  border-radius: 999px;
  height: 100%;
  display: block;
}

.docs pre {
  background: var(--dark);
  color: #f7fff9;
  border-radius: 20px;
  padding: 20px;
  line-height: 1.6;
  overflow: auto;
}

.service-back {
  width: max-content;
  color: var(--brand-2);
  align-items: center;
  gap: 8px;
  font-weight: 900;
  display: inline-flex;
}

.service-hero, .rich-service-hero {
  grid-template-columns: minmax(0, 1fr) minmax(320px, .48fr);
  gap: 18px;
  display: grid;
}

.service-hero > div:first-child, .service-icon-card, .service-panel {
  padding: 30px;
}

.service-hero h1 {
  letter-spacing: -.075em;
  margin: 18px 0 14px;
  font-size: 64px;
  line-height: .98;
}

.service-hero p {
  color: var(--muted);
  margin: 0;
  font-size: 17px;
  line-height: 1.72;
}

.service-icon-card, .dark-panel, .service-summary-card {
  background: linear-gradient(145deg,var(--dark),#163d2e);
  color: #fff;
  border-color: #0000;
}

.service-icon-card p, .dark-panel p, .dark-panel li {
  color: #d7eee4;
}

.service-icon-card svg {
  color: #9af2c5;
}

.service-list-clean, .package-list, .workflow-list {
  gap: 12px;
  display: grid;
}

.service-list-clean div, .workflow-list div {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 18px;
  align-items: center;
  gap: 10px;
  padding: 14px;
  font-weight: 800;
  display: flex;
}

.service-list-clean svg {
  color: var(--brand-2);
}

.package-list a {
  color: #fff;
  background: #ffffff14;
  border-radius: 18px;
  grid-template-columns: 24px 1fr 22px;
  align-items: center;
  gap: 10px;
  padding: 15px;
  font-weight: 900;
  display: grid;
}

.auth-page, .pro-auth-page {
  place-items: center;
  min-height: calc(100vh - 160px);
  display: grid;
}

.auth-card, .auth-form-panel, .auth-copy-panel {
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  background: #ffffffe0;
  border-radius: 34px;
  padding: 30px;
}

.auth-card {
  gap: 14px;
  width: min(460px, 100%);
  display: grid;
}

.auth-card h1, .auth-form-panel h2 {
  letter-spacing: -.06em;
  margin: 0;
  font-size: 38px;
}

.auth-card small, .auth-form-panel small {
  color: var(--muted);
  min-height: 20px;
}

.auth-split-card {
  grid-template-columns: minmax(0, 1fr) minmax(380px, .65fr);
  gap: 20px;
  width: min(1180px, 100%);
  display: grid;
}

.auth-copy-panel {
  background: linear-gradient(145deg,var(--dark),#163d2e);
  color: #fff;
  align-content: center;
  display: grid;
}

.auth-copy-panel h1 {
  letter-spacing: -.07em;
  margin: 10px 0 14px;
  font-size: 56px;
  line-height: .98;
}

.auth-copy-panel p {
  color: #d7eee4;
  line-height: 1.65;
}

.auth-form-panel {
  align-content: center;
  gap: 16px;
  display: grid;
}

.auth-form-panel label {
  gap: 7px;
  font-weight: 850;
  display: grid;
}

.auth-form-panel label > div {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 16px;
  grid-template-columns: 22px 1fr;
  align-items: center;
  gap: 10px;
  padding: 0 13px;
  display: grid;
}

.auth-form-panel input {
  box-shadow: none;
  background: none;
  border: 0;
}

.auth-submit {
  letter-spacing: -.01em;
  width: 100%;
  min-height: 48px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 1;
}

.auth-submit svg {
  flex: none;
}

.admin-page-flat {
  min-height: calc(100vh - 120px);
}

.admin-title-v2 {
  background: linear-gradient(135deg,var(--dark),#166344);
  color: #fff;
  border-radius: 36px;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 30px;
  display: flex;
  box-shadow: 0 28px 80px #0d17122e;
}

.admin-title-v2 p {
  color: #9af2c5;
  letter-spacing: .14em;
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 900;
}

.admin-title-v2 h1 {
  letter-spacing: -.065em;
  margin: 0;
  font-size: 42px;
}

.admin-title-v2 span {
  color: #d7eee4;
  margin-top: 8px;
  line-height: 1.55;
  display: block;
}

.admin-primary-v2 {
  color: var(--dark);
  background: #fff;
  border: 0;
  border-radius: 999px;
  align-items: center;
  gap: 9px;
  padding: 13px 18px;
  font-weight: 900;
  display: flex;
}

.admin-kpi-v2 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  display: grid;
}

.admin-kpi-card-v2 {
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  background: #fff;
  border-radius: 28px;
  padding: 20px;
}

.admin-kpi-card-v2 svg {
  color: var(--brand-2);
}

.admin-kpi-card-v2 span {
  color: var(--muted);
  margin-top: 12px;
  font-size: 13px;
  font-weight: 850;
  display: block;
}

.admin-kpi-card-v2 b {
  letter-spacing: -.05em;
  margin-top: 4px;
  font-size: 32px;
  display: block;
}

.admin-kpi-card-v2 small {
  color: var(--muted);
}

.admin-card-v2 {
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  background: #fff;
  border-radius: 34px;
  padding: 20px;
}

.admin-tabs-v2 {
  background: #f0f6f2;
  border-radius: 999px;
  flex-wrap: wrap;
  gap: 6px;
  width: max-content;
  max-width: 100%;
  margin: 0 0 18px;
  padding: 6px;
  display: flex;
}

.admin-tabs-v2 button {
  color: #4f5d56;
  background: none;
  border: 0;
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  padding: 12px 17px;
  font-weight: 900;
  display: flex;
}

.admin-tabs-v2 button.active {
  background: var(--brand-2);
  color: #fff;
  box-shadow: 0 10px 24px #0f7a5a38;
}

.admin-msg-v2 {
  color: #735719;
  background: #fff8e1;
  border: 1px solid #f2d890;
  border-radius: 16px;
  margin-bottom: 14px;
  padding: 12px 14px;
}

.admin-crud-grid-v2 {
  grid-template-columns: 320px minmax(0, 1fr);
  align-items: start;
  gap: 16px;
  display: grid;
}

.admin-crud-grid-v2 aside {
  border: 1px solid var(--line);
  background: #f8fbf9;
  border-radius: 26px;
  align-content: start;
  gap: 11px;
  padding: 18px;
  display: grid;
}

.admin-crud-grid-v2 h2 {
  letter-spacing: -.03em;
  margin: 0 0 4px;
  font-size: 22px;
}

.admin-table-v2 {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 26px;
  overflow: auto;
}

.admin-danger-v2 {
  color: #be123c;
  background: #ffe4e6;
  border: 0;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 9px;
  display: inline-flex;
}

.loading-page {
  gap: 18px;
  display: grid;
}

.loading-card, .loading-table {
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  background: #fff;
  border-radius: 28px;
  padding: 22px;
}

.spin {
  animation: .8s linear infinite spin;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 980px) {
  .site-header {
    border-radius: 26px;
    flex-wrap: wrap;
    width: calc(100% - 20px);
    height: auto;
  }

  .site-nav {
    order: 3;
    width: 100%;
    overflow: auto;
  }

  .site-nav a {
    white-space: nowrap;
  }

  .site-main {
    width: calc(100% - 24px);
    margin-top: 18px;
  }

  .catalog-hero, .gl-hero, .landing-hero, .uid-hero, .service-hero, .rich-service-hero, .content-grid, .service-content-grid, .detail-two-col, .rich-grid, .split-section, .gl-split, .auth-split-card, .admin-crud-grid-v2 {
    grid-template-columns: 1fr;
  }

  .catalog-hero h1, .gl-hero-copy h1, .landing-copy h1, .uid-copy h1 {
    font-size: 48px;
  }

  .service-hero h1 {
    font-size: 42px;
  }

  .catalog-grid.two-cards, .catalog-note {
    grid-template-columns: 1fr;
  }

  .page-header, .admin-title-v2 {
    display: grid;
  }

  .admin-kpi-v2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .site-header {
    margin-top: 8px;
  }

  .site-brand {
    font-size: 22px;
  }

  .site-cta {
    width: 100%;
  }

  .catalog-hero h1, .gl-hero-copy h1, .landing-copy h1, .uid-copy h1 {
    font-size: 38px;
  }

  .catalog-section, .landing-section, .split-section, .gl-section, .gl-split, .company-card, .catalog-summary, .gl-product-card, .landing-visual, .uid-panel, .admin-title-v2, .admin-card-v2 {
    border-radius: 24px;
    padding: 22px;
  }

  .catalog-section-head h2, .gl-section-head h2, .section-head h2, .split-section h2, .gl-split h2 {
    font-size: 34px;
  }

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

  .admin-tabs-v2 {
    border-radius: 22px;
    width: 100%;
  }

  .admin-tabs-v2 button {
    flex: 1;
    justify-content: center;
  }

  .auth-copy-panel h1 {
    font-size: 36px;
  }
}

.owned-service-list {
  gap: 14px;
  display: grid;
}

.owned-service-line {
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  background: #ffffffe0;
  border-radius: 28px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 22px;
  display: grid;
}

.owned-service-main {
  gap: 12px;
  display: grid;
}

.owned-service-title {
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  display: flex;
}

.owned-service-title h3 {
  letter-spacing: -.04em;
  margin: 0;
  font-size: 24px;
}

.owned-service-meta {
  color: var(--muted);
  flex-wrap: wrap;
  gap: 12px;
  font-size: 14px;
  display: flex;
}

.owned-service-meta span {
  align-items: center;
  gap: 6px;
  display: inline-flex;
}

.owned-service-meta b {
  color: var(--text);
}

.owned-progress {
  width: 100%;
  max-width: 520px;
}

.owned-actions {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  display: flex;
}

.service-icon {
  background: var(--mint);
  width: 52px;
  height: 52px;
  color: var(--brand-2);
  border-radius: 18px;
  place-items: center;
  display: grid;
}

@media (max-width: 820px) {
  .owned-service-line {
    grid-template-columns: 1fr;
  }

  .owned-actions {
    justify-content: flex-start;
  }

  .catalog-grid.two-cards {
    grid-template-columns: 1fr;
  }
}

.site-header {
  width: min(1240px, 100% - 32px);
  position: sticky;
  grid-template-columns: 1fr auto 1fr !important;
  align-items: center !important;
  display: grid !important;
}

.site-brand {
  justify-self: start;
}

.site-nav {
  justify-self: center;
  margin-left: 0 !important;
}

.site-cta {
  justify-self: end;
}

@media (max-width: 860px) {
  .site-header {
    display: flex !important;
  }

  .site-nav {
    overflow: auto;
    margin-left: auto !important;
  }

  .site-nav a {
    padding: 11px 14px;
    font-size: 14px;
  }

  .site-cta {
    display: none;
  }
}

.quota-builder-v2 {
  background: #f8fbf9;
  border: 1px solid #d9e4dc;
  border-radius: 14px;
  gap: 10px;
  margin: 8px 0;
  padding: 12px;
  display: grid;
}

.quota-builder-v2 > label {
  color: #153326;
  font-weight: 800;
}

.quota-row-v2 {
  grid-template-columns: 1fr 140px;
  align-items: center;
  gap: 10px;
  display: grid;
}

.quota-row-v2 span {
  color: #1d3b2d;
  font-weight: 700;
}

.quota-row-v2 small {
  color: #6b7d72;
  font-weight: 500;
  display: block;
}

.admin-crud-grid-v2 details {
  gap: 8px;
  display: grid;
}

.admin-crud-grid-v2 summary {
  cursor: pointer;
  color: #23543c;
  font-weight: 800;
}

.site-main:has(.admin-console-v2) {
  width: min(1560px, 100% - 32px);
  margin-left: auto;
  margin-right: auto;
}

.admin-console-v2 {
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
  overflow-x: hidden;
}

.admin-card-v2 {
  min-width: 0;
  padding: 28px;
}

.admin-crud-grid-v2 {
  grid-template-columns: minmax(340px, 420px) minmax(0, 1fr);
  gap: 22px;
  min-width: 0;
}

.admin-crud-grid-v2 aside {
  min-width: 0;
  padding: 24px;
}

.admin-crud-grid-v2 > div {
  min-width: 0;
}

.admin-table-v2 {
  max-width: 100%;
}

.admin-table-v2 table {
  min-width: 980px;
}

.admin-table-shell-v2 {
  gap: 12px;
  min-width: 0;
  max-width: 100%;
  display: grid;
}

.admin-edit-v2 {
  color: #0f7a5a;
  background: #eafff3;
  border: 0;
  border-radius: 12px;
  padding: 9px 14px;
  font-weight: 900;
}

.admin-pagination-v2 {
  color: var(--muted);
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  display: flex;
}

.admin-pagination-v2 button {
  border: 1px solid var(--line);
  color: var(--dark);
  background: #fff;
  border-radius: 999px;
  padding: 9px 14px;
  font-weight: 900;
}

.admin-pagination-v2 button:disabled {
  opacity: .45;
  cursor: not-allowed;
}

@media (max-width: 1180px) {
  .admin-crud-grid-v2 {
    grid-template-columns: 1fr;
  }

  .site-main:has(.admin-console-v2) {
    width: calc(100% - 24px);
  }
}

.admin-crud-grid-v2 {
  grid-template-columns: minmax(260px, 320px) minmax(0, 1fr) !important;
  align-items: start !important;
  gap: 16px !important;
}

.admin-crud-grid-v2 aside {
  max-height: calc(100vh - 220px);
  border-radius: 20px !important;
  padding: 18px !important;
  overflow: auto !important;
}

.admin-crud-grid-v2 aside h2 {
  margin: 0 0 12px !important;
  font-size: 18px !important;
}

.admin-crud-grid-v2 aside input, .admin-crud-grid-v2 aside select, .admin-crud-grid-v2 aside textarea {
  box-sizing: border-box !important;
  border-radius: 12px !important;
  width: 100% !important;
  height: 38px !important;
  min-height: 38px !important;
  margin: 0 !important;
  padding: 8px 12px !important;
  font-size: 13px !important;
}

.admin-crud-grid-v2 aside textarea {
  resize: vertical !important;
  height: 74px !important;
}

.admin-crud-grid-v2 aside button {
  border-radius: 14px !important;
  height: 40px !important;
  margin-top: 8px !important;
}

.admin-field-v2 {
  gap: 5px !important;
  margin-bottom: 8px !important;
  display: grid !important;
}

.admin-field-v2 > span {
  color: #557064 !important;
  text-transform: uppercase !important;
  letter-spacing: .04em !important;
  font-size: 11px !important;
  font-weight: 800 !important;
}

.admin-table-shell-v2 {
  min-width: 0 !important;
  overflow: hidden !important;
}

.admin-table-v2 {
  max-width: 100% !important;
  overflow: auto !important;
}

.admin-table-v2 table {
  min-width: 920px !important;
  font-size: 12px !important;
}

.admin-table-v2 th, .admin-table-v2 td {
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  max-width: 220px !important;
  padding: 10px 12px !important;
  overflow: hidden !important;
}

.quota-builder-v2 {
  border-radius: 14px !important;
  margin: 8px 0 !important;
  padding: 10px !important;
  font-size: 12px !important;
}

.quota-builder-v2 label {
  font-size: 12px !important;
}

.quota-row-v2 {
  grid-template-columns: 1fr 90px !important;
  gap: 8px !important;
}

.quota-row-v2 input {
  height: 34px !important;
}

@media (max-width: 980px) {
  .admin-crud-grid-v2 {
    grid-template-columns: 1fr !important;
  }

  .admin-crud-grid-v2 aside {
    max-height: none !important;
  }

  .admin-table-v2 table {
    min-width: 760px !important;
  }
}

.admin-dialog-backdrop-v2 {
  z-index: 80;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #0206179e;
  place-items: center;
  display: grid;
  position: fixed;
  inset: 0;
}

.admin-dialog-v2 {
  color: #e5e7eb;
  background: linear-gradient(#0f172afa, #020617fa);
  border: 1px solid #94a3b83d;
  border-radius: 22px;
  width: min(440px, 100vw - 32px);
  padding: 22px;
  box-shadow: 0 24px 80px #00000073;
}

.admin-dialog-v2 h3 {
  letter-spacing: -.02em;
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 800;
}

.admin-dialog-v2 p {
  color: #cbd5e1;
  white-space: pre-wrap;
  margin: 0 0 18px;
  line-height: 1.55;
}

.admin-dialog-v2 .toolbar {
  justify-content: flex-end;
  gap: 10px;
}

.admin-dialog-v2.error {
  border-color: #f8717173;
}

.admin-dialog-v2.confirm {
  border-color: #3b82f673;
}

/* [next]/internal/font/google/be_vietnam_pro_c65331a0.module.css [app-client] (css) */
@font-face {
  font-family: Be Vietnam Pro;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/53e45098eac42afb-s.p.1uklb5el4zgvl.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Be Vietnam Pro;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/85ea1b3aadcead52-s.05i4gb4p0piv4.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Be Vietnam Pro;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/3c285486269019b7-s.2g-0we2o5_ngd.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Be Vietnam Pro;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../media/625a092f804baad3-s.p.1zvg0ggiaivzo.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Be Vietnam Pro;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../media/6afabefbb32d7517-s.0jaqhc1tb-5xm.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Be Vietnam Pro;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../media/a4f4f75ad654963f-s.1hvvd1t-trplq.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Be Vietnam Pro;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../media/a3bcb02a0e9e5d11-s.p.25pbmqxk8u2s7.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Be Vietnam Pro;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../media/b35fd19aef91b293-s.0n_ln9vqskgts.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Be Vietnam Pro;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../media/8f46d218c8f79e34-s.2wu4yy186g04j.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Be Vietnam Pro;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../media/8ffc259da9d23054-s.p.10uaeld2xxvpt.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Be Vietnam Pro;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../media/9e486ba39c38fb8a-s.2bbpeapf-lbjw.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Be Vietnam Pro;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../media/6f42e0a3b0519c4d-s.13y-iz2lazqtb.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Be Vietnam Pro;
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../media/fcf129058e6e31f2-s.p.1ubek13yfcpkr.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Be Vietnam Pro;
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../media/7b74840ea7c05e95-s.0t1_atrj_pkiu.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Be Vietnam Pro;
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../media/3eca85881bcfa204-s.0unco9n87mni8.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Be Vietnam Pro;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../media/72a16e137f4c90fd-s.p.1ic6f_9s2cxg8.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Be Vietnam Pro;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../media/ac83d56547af7957-s.1wwsedl781gk9.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Be Vietnam Pro;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../media/00ea0ef410d3b1a3-s.375z7oghv30ug.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Be Vietnam Pro Fallback;
  src: local(Arial);
  ascent-override: 90.61%;
  descent-override: 24.01%;
  line-gap-override: 0.0%;
  size-adjust: 110.36%;
}

.be_vietnam_pro_c65331a0-module__Bhk28W__className {
  font-family: Be Vietnam Pro, Be Vietnam Pro Fallback;
  font-style: normal;
}

/*# sourceMappingURL=%5Broot-of-the-server%5D__0ym3ji2._.css.map*/