/* /Components/Layout/Header.razor.rz.scp.css */
.header[b-rcgw8wfv48] {
  position: sticky;
  top: 0;
  margin-bottom: 28px;
}
.header.fixed[b-rcgw8wfv48] {
  position: inherit;
  margin-bottom: 0;
}

.main-header[b-rcgw8wfv48] {
  display: flex;
  align-items: center;
  padding: 0 16px;
  gap: 16px;
  height: 64px;
  border-bottom: 1px solid var(--stroke-alpha);
  background-color: var(--surface-nav-1);
  width: 100%;
}
.main-header span[b-rcgw8wfv48] {
  font-size: 20px;
  color: var(--ui-text-sec-cta);
}

.logo[b-rcgw8wfv48] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.logo img[b-rcgw8wfv48] {
  background-color: white;
  border-radius: 8px;
  padding: 6px;
  border: 2px solid var(--red);
  height: 36px;
}
.logo p[b-rcgw8wfv48] {
  margin: 0;
}

.separator[b-rcgw8wfv48] {
  width: 1px;
  height: 24px;
  background-color: var(--stroke);
}

.tab-header[b-rcgw8wfv48] {
  display: flex;
  padding: 8px 24px 0 24px;
  height: 56px;
  border-bottom: 1px solid var(--stroke-alpha);
  background-color: var(--surface-nav-1);
  width: 100%;
  gap: 8px;
}
.tab-header > a[b-rcgw8wfv48] {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: var(--ui-surface-sec-generic-cta);
  height: 100%;
  padding: 16px;
  border: 1px solid var(--stroke-alpha);
  border-bottom: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: var(--text-primary);
}
.tab-header > a.active[b-rcgw8wfv48] {
  background-color: var(--primary-color-alpha);
}
.tab-header > a.active > p[b-rcgw8wfv48] {
  color: var(--text-primary);
}
.tab-header > a > p[b-rcgw8wfv48] {
  margin: 0 16px 0 8px;
  color: var(--text-sec);
}
.tab-header > a > span[b-rcgw8wfv48] {
  color: var(--text-primary);
}
.tab-header > a > .options[b-rcgw8wfv48] {
  margin-right: 8px;
}

.organization-header[b-rcgw8wfv48] {
  display: flex;
  padding: 16px;
  gap: 16px;
  height: 68px;
  border-bottom: 1px solid var(--stroke-alpha);
  background-color: var(--surface-nav-2);
  width: 100%;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.main-layout[b-gppjbhfota] {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
}

.content[b-gppjbhfota] {
  flex: 1;
  display: flex;
  flex-direction: column;
}

#blazor-error-ui[b-gppjbhfota] {
  color-scheme: light only;
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}
#blazor-error-ui .dismiss[b-gppjbhfota] {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-adt8w0fnp0],
.components-reconnect-repeated-attempt-visible[b-adt8w0fnp0],
.components-reconnect-failed-visible[b-adt8w0fnp0],
.components-pause-visible[b-adt8w0fnp0],
.components-resume-failed-visible[b-adt8w0fnp0],
.components-rejoining-animation[b-adt8w0fnp0] {
  display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-adt8w0fnp0],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-adt8w0fnp0],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-adt8w0fnp0],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-adt8w0fnp0],
#components-reconnect-modal.components-reconnect-retrying[b-adt8w0fnp0],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-adt8w0fnp0],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-adt8w0fnp0],
#components-reconnect-modal.components-reconnect-failed[b-adt8w0fnp0],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-adt8w0fnp0] {
  display: block;
}

#components-reconnect-modal[b-adt8w0fnp0] {
  background-color: white;
  width: 20rem;
  margin: 20vh auto;
  padding: 2rem;
  border: 0;
  border-radius: 0.5rem;
  box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
  animation: components-reconnect-modal-fadeOutOpacity-b-adt8w0fnp0 0.5s both;
}
#components-reconnect-modal[open][b-adt8w0fnp0] {
  animation: components-reconnect-modal-slideUp-b-adt8w0fnp0 1.5s cubic-bezier(0.05, 0.89, 0.25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-adt8w0fnp0 0.5s ease-in-out 0.3s;
  animation-fill-mode: both;
}
#components-reconnect-modal[b-adt8w0fnp0]::backdrop {
  background-color: rgba(0, 0, 0, 0.4);
  animation: components-reconnect-modal-fadeInOpacity-b-adt8w0fnp0 0.5s ease-in-out;
  opacity: 1;
}
#components-reconnect-modal p[b-adt8w0fnp0] {
  margin: 0;
  text-align: center;
}
#components-reconnect-modal button[b-adt8w0fnp0] {
  border: 0;
  background-color: #6b9ed2;
  color: white;
  padding: 4px 24px;
  border-radius: 4px;
}
#components-reconnect-modal button:hover[b-adt8w0fnp0] {
  background-color: #3b6ea2;
}

@keyframes components-reconnect-modal-slideUp-b-adt8w0fnp0 {
  0% {
    transform: translateY(30px) scale(0.95);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes components-reconnect-modal-fadeInOpacity-b-adt8w0fnp0 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes components-reconnect-modal-fadeOutOpacity-b-adt8w0fnp0 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.components-reconnect-container[b-adt8w0fnp0] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.components-rejoining-animation[b-adt8w0fnp0] {
  position: relative;
  width: 80px;
  height: 80px;
}
.components-rejoining-animation div[b-adt8w0fnp0] {
  position: absolute;
  border: 3px solid #0087ff;
  opacity: 1;
  border-radius: 50%;
  animation: components-rejoining-animation-b-adt8w0fnp0 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.components-rejoining-animation div:nth-child(2)[b-adt8w0fnp0] {
  animation-delay: -0.5s;
}

@keyframes components-rejoining-animation-b-adt8w0fnp0 {
  0% {
    top: 40px;
    left: 40px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 40px;
    left: 40px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    opacity: 0;
  }
}
/* /Components/Pages/Community/Community.razor.rz.scp.css */
.community-page[b-y5scvzquny] {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 32px 16px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.community-page__section[b-y5scvzquny] {
  padding: 24px 32px;
  outline: none;
}
.community-page > div[b-y5scvzquny] {
  outline: none;
}
/* /Components/Pages/Feature/DetailPanel/FeatureDetailPanel.razor.rz.scp.css */
@charset "UTF-8";
/* ══════════════════════════════════════════════
   Feature Detail Panel — Figma "Statistics panel"
   ══════════════════════════════════════════════ */
/* Panel container */
.feature-detail[b-3fypykipfx] {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  width: 420px;
  min-width: 420px;
  height: 100%;
  overflow-y: auto;
  background: linear-gradient(0deg, var(--surface-section, #0C0D0D), var(--surface-section, #0C0D0D)), var(--surface-background, #000000);
  box-shadow: -10px 0px 24px -4px var(--ui-shadow, #000000);
  border-radius: 0 12px 12px 0;
  position: relative;
}

/* ── Close button (top-right) ── */
.feature-detail__close[b-3fypykipfx] {
  position: absolute;
  top: 16px;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0 !important;
  background: var(--ui-surface-prim-generic-cta, #FFFFFF) !important;
  box-shadow: 0px 10px 16px -4px var(--ui-shadow), 0px 4px 8px -4px var(--ui-shadow) !important;
  border-radius: 6px !important;
  border: none !important;
  cursor: pointer;
  z-index: 4;
}
.feature-detail__close .material-icons[b-3fypykipfx] {
  font-size: 16px;
  color: var(--ui-text-prim-cta, #000000) !important;
}

/* ── Alert/error header (gradient bg) ── */
.feature-detail__alert[b-3fypykipfx] {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 24px 64px 0 32px;
  gap: 8px;
  width: 100%;
  min-height: 96px;
  align-self: stretch;
  flex-shrink: 0;
}

/* Gradient backgrounds per alert level — Figma radial-gradient from top-left */
.feature-detail__alert--blocker[b-3fypykipfx] {
  background: radial-gradient(100% 100% at 0% 0%, #6E2521 0%, var(--surface-section, #0C0D0D) 100%);
}

.feature-detail__alert--high[b-3fypykipfx] {
  background: radial-gradient(100% 100% at 0% 0%, #4F2D11 0%, var(--surface-section, #0C0D0D) 100%);
}

.feature-detail__alert--medium[b-3fypykipfx] {
  background: radial-gradient(100% 100% at 0% 0%, #4F4722 0%, var(--surface-section, #0C0D0D) 100%);
}

.feature-detail__alert--low[b-3fypykipfx] {
  background: radial-gradient(100% 100% at 0% 0%, #183215 0%, var(--surface-section, #0C0D0D) 100%);
}

.feature-detail__alert--info[b-3fypykipfx] {
  background: radial-gradient(100% 100% at 0% 0%, #202C4B 0%, var(--surface-section, #0C0D0D) 100%);
}

.feature-detail__alert--none[b-3fypykipfx] {
  background: var(--surface-section, #0C0D0D);
  min-height: 48px;
}

.feature-detail__alert-content[b-3fypykipfx] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex: 1;
}

/* Alert badge (dot + label) */
.feature-detail__alert-badge[b-3fypykipfx] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: 16px;
}

.feature-detail__alert-dot[b-3fypykipfx] {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  flex: none;
}

.feature-detail__alert-label[b-3fypykipfx] {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  flex: 1;
}

/* Alert description */
.feature-detail__alert-desc[b-3fypykipfx] {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  margin: 0;
  flex: 1;
}

/* Alert color variants */
.feature-detail__alert--blocker .feature-detail__alert-dot[b-3fypykipfx] {
  background: var(--alert-blocker-highlight, #FB2C2F);
}

.feature-detail__alert--blocker .feature-detail__alert-label[b-3fypykipfx] {
  color: var(--alert-blocker-text, #F2C9CE);
}

.feature-detail__alert--blocker .feature-detail__alert-desc[b-3fypykipfx] {
  color: var(--alert-blocker-text, #F2C9CE);
}

.feature-detail__alert--high .feature-detail__alert-dot[b-3fypykipfx] {
  background: var(--alert-high-critical-highlight, #FBA52C);
}

.feature-detail__alert--high .feature-detail__alert-label[b-3fypykipfx] {
  color: var(--alert-high-critical-text, #E7D1B6);
}

.feature-detail__alert--high .feature-detail__alert-desc[b-3fypykipfx] {
  color: var(--alert-high-critical-text, #E7D1B6);
}

.feature-detail__alert--medium .feature-detail__alert-dot[b-3fypykipfx] {
  background: var(--alert-medium-major-highlight, #FFD54F);
}

.feature-detail__alert--medium .feature-detail__alert-label[b-3fypykipfx] {
  color: var(--alert-medium-major-text, #F6F0CD);
}

.feature-detail__alert--medium .feature-detail__alert-desc[b-3fypykipfx] {
  color: var(--alert-medium-major-text, #F6F0CD);
}

.feature-detail__alert--low .feature-detail__alert-dot[b-3fypykipfx] {
  background: var(--alert-low-minor-highlight, #00C950);
}

.feature-detail__alert--low .feature-detail__alert-label[b-3fypykipfx] {
  color: var(--alert-low-minor-text, #D6F3D3);
}

.feature-detail__alert--low .feature-detail__alert-desc[b-3fypykipfx] {
  color: var(--alert-low-minor-text, #D6F3D3);
}

.feature-detail__alert--info .feature-detail__alert-dot[b-3fypykipfx] {
  background: var(--alert-info-highlight, #2CAAFD);
}

.feature-detail__alert--info .feature-detail__alert-label[b-3fypykipfx] {
  color: var(--alert-info-text, #D3DCF3);
}

.feature-detail__alert--info .feature-detail__alert-desc[b-3fypykipfx] {
  color: var(--alert-info-text, #D3DCF3);
}

/* ── Info section (title, meta, actions) ── */
.feature-detail__info[b-3fypykipfx] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 32px 16px;
  gap: 16px;
  width: 100%;
  align-self: stretch;
  flex-shrink: 0;
}

.feature-detail__title[b-3fypykipfx] {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.35px;
  color: var(--text-prim, #E6E6E6);
  margin: 0;
  width: 100%;
}

.feature-detail__meta[b-3fypykipfx] {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
}
.feature-detail__meta span[b-3fypykipfx] {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
  color: var(--text-sec, #8C8E8D);
}

/* Action buttons */
.feature-detail__actions[b-3fypykipfx] {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
}

.feature-detail__action-btn[b-3fypykipfx] {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 16px !important;
  gap: 8px;
  height: 32px;
  background: var(--ui-surface-sec-generic-cta, #0F0F0F) !important;
  border: 1px solid var(--stroke, #2D2F2E) !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  cursor: pointer;
}
.feature-detail__action-btn .material-icons[b-3fypykipfx] {
  font-size: 16px;
  color: var(--text-prim, #E6E6E6) !important;
}
.feature-detail__action-btn span:not(.material-icons)[b-3fypykipfx] {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: var(--text-prim, #E6E6E6) !important;
}

.feature-detail__action-btn--icon-only[b-3fypykipfx] {
  width: 32px;
  padding: 0 !important;
}

/* Separator */
.feature-detail__separator[b-3fypykipfx] {
  width: calc(100% - 64px);
  height: 1px;
  background: var(--stroke, #2D2F2E);
  align-self: center;
  flex-shrink: 0;
}

/* ── Tabs (Statistics / Properties) ── */
.feature-detail__tabs-wrap[b-3fypykipfx] {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0 32px 16px;
  gap: 8px;
  width: 100%;
  align-self: stretch;
  flex-shrink: 0;
}

.feature-detail__tabs[b-3fypykipfx] {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 4px;
  gap: 8px;
  width: 100%;
  height: 40px;
  background: var(--ui-surface-sec-generic-cta-hover, #1B1D1C);
  border: 1px solid var(--stroke, #2D2F2E);
  border-radius: 12px;
}

.feature-detail__tab[b-3fypykipfx] {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 12px;
  gap: 8px;
  flex: 1;
  height: 32px;
  border: 1px solid transparent;
  background: none;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: none !important;
}
.feature-detail__tab .material-icons[b-3fypykipfx] {
  font-size: 20px;
  color: var(--text-prim, #E6E6E6) !important;
}
.feature-detail__tab span:not(.material-icons)[b-3fypykipfx] {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: var(--text-sec, #8C8E8D) !important;
}
.feature-detail__tab--active[b-3fypykipfx] {
  background: var(--ui-surface-sec-generic-cta, #0F0F0F);
  border-color: var(--primary-color, #4F39F6);
}
.feature-detail__tab--active span:not(.material-icons)[b-3fypykipfx] {
  color: var(--text-prim, #E6E6E6) !important;
}

/* ── Stat sections (Design, Implementation, Build, Run) ── */
.feature-detail__sections[b-3fypykipfx] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 32px;
  gap: 4px;
  width: 100%;
  align-self: stretch;
  flex: 1;
  overflow-y: auto;
}

.feature-detail__stat-section[b-3fypykipfx] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 8px 8px 12px 12px;
  gap: 8px;
  width: 100%;
  background: var(--ui-surface-card, #1B1B1D);
  border-radius: 8px;
}

/* Section header */
.feature-detail__section-header[b-3fypykipfx] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 0 !important;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  cursor: pointer;
  height: 24px;
}

.feature-detail__section-title[b-3fypykipfx] {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.35px;
  color: var(--text-prim, #E6E6E6) !important;
  flex: 1;
}

/* Collapsed section: grey title */
.feature-detail__section-header--collapsed .feature-detail__section-title[b-3fypykipfx] {
  color: var(--text-sec, #8C8E8D) !important;
}

.feature-detail__section-header .material-icons[b-3fypykipfx] {
  font-size: 16px;
  color: var(--text-prim) !important;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Section content */
.feature-detail__section-content[b-3fypykipfx] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  width: 100%;
}

/* ── Stat row (alert panel element) ── */
.feature-detail__stat-row[b-3fypykipfx] {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 8px;
  gap: 8px;
  width: 100%;
  height: 40px;
  background: var(--ui-surface-sec-generic-cta, #0F0F0F);
  border: 1px solid var(--stroke, #2D2F2E);
  border-radius: 6px;
}

/* Stat indicators (colored squares) */
.feature-detail__stat-indicators[b-3fypykipfx] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}

.feature-detail__stat-dot[b-3fypykipfx] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.15px;
}

.feature-detail__stat-dot--blocker[b-3fypykipfx] {
  background: var(--alert-blocker-highlight, #FB2C2F);
  color: #FFFFFF;
}

.feature-detail__stat-dot--high[b-3fypykipfx] {
  background: var(--alert-high-critical-highlight, #FBA52C);
  color: #000000;
}

.feature-detail__stat-dot--medium[b-3fypykipfx] {
  background: var(--alert-medium-major-highlight, #FFD54F);
  color: #000000;
}

.feature-detail__stat-dot--low[b-3fypykipfx] {
  background: var(--alert-low-minor-highlight, #00C950);
  color: #FFFFFF;
}

.feature-detail__stat-dot--info[b-3fypykipfx] {
  background: var(--alert-info-highlight, #2CAAFD);
  color: #FFFFFF;
}

.feature-detail__stat-value[b-3fypykipfx] {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.15px;
  color: var(--text-prim, #E6E6E6);
}

.feature-detail__stat-label[b-3fypykipfx] {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: var(--text-prim, #E6E6E6);
}

.feature-detail__stat-icon[b-3fypykipfx] {
  font-size: 16px;
  color: var(--text-sec) !important;
}

/* ── Properties tab ── */
.feature-detail__properties[b-3fypykipfx] {
  padding: 4px 32px;
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
}

.feature-detail__prop-row[b-3fypykipfx] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid var(--stroke-alpha);
}

.feature-detail__prop-label[b-3fypykipfx] {
  font-size: 12px;
  color: var(--text-sec);
}

.feature-detail__prop-value[b-3fypykipfx] {
  font-size: 12px;
  font-weight: 500;
  color: var(--text-prim);
  display: flex;
  align-items: center;
  gap: 6px;
}

.feature-detail__color-swatch[b-3fypykipfx] {
  width: 14px;
  height: 14px;
  border-radius: 4px;
  display: inline-block;
}

.feature-detail__color-bar[b-3fypykipfx] {
  width: 100%;
  height: 4px;
  border-radius: 4px 4px 0 0;
}

/* Repo insights */
.feature-detail__repo-group[b-3fypykipfx] {
  background: var(--ui-surface-sec-generic-cta, #0F0F0F);
  border: 1px solid var(--stroke, #2D2F2E);
  border-radius: 6px;
  padding: 8px;
}

.feature-detail__repo-header[b-3fypykipfx] {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px;
}

.feature-detail__repo-icon[b-3fypykipfx] {
  font-size: 14px;
  color: var(--text-sec) !important;
}

.feature-detail__repo-name[b-3fypykipfx] {
  font-size: 12px;
  font-weight: 600;
  color: var(--text-prim);
}

.feature-detail__repo-branch[b-3fypykipfx] {
  font-size: 11px;
  color: var(--text-sec);
  background: var(--surface-section);
  padding: 1px 6px;
  border-radius: 4px;
}

.feature-detail__repo-stats[b-3fypykipfx] {
  display: flex;
  gap: 12px;
  font-size: 11px;
  color: var(--text-sec);
}

/* Requirement badges */
.feature-detail__req-badge--mandatory[b-3fypykipfx] {
  color: #E63C11;
}

.feature-detail__req-badge--optional[b-3fypykipfx] {
  color: #2B9CC6;
}
/* /Components/Pages/Feature/FeaturePage.razor.rz.scp.css */
@charset "UTF-8";
/* ══════════════════════════════════════════════
   Feature Page
   ══════════════════════════════════════════════ */
/* Container — black bg, left-padded for sidebar */
.feature-page[b-jzywh6qz14] {
  width: 100%;
  height: calc(100vh - 192px);
  padding: 0 0 0 104px;
  display: flex;
  flex-direction: column;
  background: var(--surface-background, #000000);
}

/* Content — two panels side by side */
.feature-page__content[b-jzywh6qz14] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  padding: 24px 24px 0;
  flex: 1;
  overflow: hidden;
}

/* Main section panel (left) — grows/shrinks when detail panel opens */
.feature-page__main[b-jzywh6qz14] {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 32px 0;
  gap: 32px;
  flex: 1;
  min-width: 0;
  overflow-y: auto;
  background: var(--surface-section, #0C0D0D);
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: var(--stroke-alpha, rgba(45, 47, 46, 0.3));
  box-shadow: 10px 0px 24px -4px var(--ui-shadow, #000000);
  border-radius: 18px 0 0 0;
  transition: border-radius 0.2s ease;
}

/* When detail panel is NOT shown, round right side too */
.feature-page__main:last-child[b-jzywh6qz14] {
  border-radius: 18px 18px 0 0;
}

/* ── Floating AI button ── */
.floating-ai-prompt[b-jzywh6qz14] {
  position: fixed;
  left: 24px;
  bottom: 24px;
  z-index: 10;
}

.floating-ai-prompt__button[b-jzywh6qz14] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: none;
  cursor: pointer;
  width: 64px;
  height: 64px;
  background: linear-gradient(315deg, color-mix(in srgb, var(--fusion-color) 60%, black) 0%, var(--fusion-color) 100%);
  box-shadow: 0px 10px 16px -4px var(--ui-shadow), 0px 4px 8px -4px var(--ui-shadow);
  border-radius: 12px;
  transition: opacity 0.2s ease;
}
.floating-ai-prompt__button img[b-jzywh6qz14] {
  width: 32px;
  height: 32px;
  filter: brightness(0) invert(1);
}
.floating-ai-prompt__button:hover[b-jzywh6qz14] {
  opacity: 0.9;
}

/* ── Placeholder views (Graph, Kanban, Gantt) ── */
.feature-placeholder-view[b-jzywh6qz14] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 400px;
  gap: 16px;
  color: var(--text-sec);
}
.feature-placeholder-view .material-icons[b-jzywh6qz14] {
  font-size: 48px;
  opacity: 0.4;
}

/* ══════════════════════════════════════════════
   Feature Info Bar — Navigation 2 (Figma)
   Uses theme CSS variables for light/dark
   ══════════════════════════════════════════════ */
.feature-info-bar[b-jzywh6qz14] {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 32px 0 40px;
  width: 100%;
  height: 72px;
  background: var(--topbar-bg);
  border-bottom: 1px solid var(--stroke-alpha);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  position: sticky;
  top: 120px;
  z-index: 49;
}

.feature-info-bar__content[b-jzywh6qz14] {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 48px;
  gap: 16px;
}

/* ── Left: Feature info + selector dropdown ── */
.feature-info-bar__left[b-jzywh6qz14] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  flex-shrink: 0;
}

.feature-info-bar__header[b-jzywh6qz14] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.feature-info-bar__icon[b-jzywh6qz14] {
  font-size: 24px;
  color: var(--text-prim);
}

/* Feature selector (dropdown trigger) */
.feature-info-bar__selector[b-jzywh6qz14] {
  position: relative;
}

.feature-info-bar__selector-btn[b-jzywh6qz14] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 0;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  cursor: pointer;
}

.feature-info-bar__name[b-jzywh6qz14] {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.35px;
  color: var(--text-prim) !important;
  margin: 0;
  white-space: nowrap;
}

.feature-info-bar__badge[b-jzywh6qz14] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 12px;
  height: 24px;
  background: var(--yellow-surface-dimmed, #FFF7CB);
  border-radius: 999px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: var(--yellow-text, #794802) !important;
  flex: none;
}

.feature-info-bar__chevron[b-jzywh6qz14] {
  font-size: 16px;
  color: var(--text-prim) !important;
  transition: transform 0.2s ease;
}
.feature-info-bar__chevron.open[b-jzywh6qz14] {
  transform: rotate(180deg);
}

/* Feature dropdown overlay */
.feature-info-bar__dropdown-overlay[b-jzywh6qz14] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}

/* Feature dropdown panel */
.feature-info-bar__dropdown[b-jzywh6qz14] {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 320px;
  background: var(--ui-surface-sec-generic-cta, #FFFFFF);
  border: 1px solid var(--stroke, #E2E8F0);
  border-radius: 8px;
  box-shadow: 0 4px 12px 0 var(--ui-shadow, rgba(69, 85, 108, 0.15));
  padding: 4px;
  z-index: 100;
}

.feature-info-bar__dropdown-empty[b-jzywh6qz14] {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px 16px;
  min-height: 52px;
  color: var(--text-sec);
  font-size: 14px;
}

.feature-info-bar__dropdown-item[b-jzywh6qz14] {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 16px;
  gap: 12px;
  width: 100%;
  min-height: 48px;
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  transition: background 0.15s ease;
}
.feature-info-bar__dropdown-item:hover[b-jzywh6qz14] {
  background: var(--ui-surface-sec-generic-cta-hover, rgba(79, 57, 246, 0.1));
}
.feature-info-bar__dropdown-item.active[b-jzywh6qz14] {
  background: var(--primary-color-alpha, rgba(79, 57, 246, 0.15));
}

.feature-info-bar__dropdown-item-icon[b-jzywh6qz14] {
  font-size: 20px;
  color: var(--text-prim);
  flex: none;
}

.feature-info-bar__dropdown-item.active .feature-info-bar__dropdown-item-icon[b-jzywh6qz14] {
  color: var(--primary-color, #4f39f6);
}

.feature-info-bar__dropdown-item-info[b-jzywh6qz14] {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
  min-width: 0;
}

.feature-info-bar__dropdown-item-name[b-jzywh6qz14] {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: var(--text-prim);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.feature-info-bar__dropdown-item.active .feature-info-bar__dropdown-item-name[b-jzywh6qz14] {
  color: var(--primary-color, #4f39f6);
}

.feature-info-bar__dropdown-item-sub[b-jzywh6qz14] {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: var(--text-sec);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.feature-info-bar__dropdown-check[b-jzywh6qz14] {
  font-size: 20px;
  color: var(--primary-color, #4f39f6);
  flex: none;
}

/* Meta line */
.feature-info-bar__meta[b-jzywh6qz14] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 16px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}

.feature-info-bar__meta-value[b-jzywh6qz14] {
  color: var(--text-prim);
}

.feature-info-bar__meta-label[b-jzywh6qz14] {
  color: var(--text-sec);
}

/* ── Center: View toggle tabs (absolutely centered) ── */
.feature-info-bar__center[b-jzywh6qz14] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.feature-info-bar__toggles[b-jzywh6qz14] {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px;
  gap: 8px;
  background: var(--ui-surface-sec-generic-cta-hover);
  border: 1px solid var(--stroke);
  border-radius: 12px;
}

/* Override global "button span { color: var(--ui-text-prim-cta) !important }" */
.feature-info-bar__toggle[b-jzywh6qz14] {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 12px;
  gap: 8px;
  height: 32px;
  border: 1px solid transparent;
  background: none;
  box-shadow: none !important;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.15s ease;
}
.feature-info-bar__toggle .material-icons[b-jzywh6qz14] {
  font-size: 20px;
  color: var(--text-prim) !important;
}
.feature-info-bar__toggle span:not(.material-icons)[b-jzywh6qz14] {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: var(--text-sec) !important;
}
.feature-info-bar__toggle:not(.feature-info-bar__toggle--active):hover[b-jzywh6qz14] {
  background: var(--ui-surface-sec-generic-cta-hover);
}
.feature-info-bar__toggle--active[b-jzywh6qz14] {
  background: var(--ui-surface-sec-generic-cta);
  border-color: var(--primary-color);
}
.feature-info-bar__toggle--active span:not(.material-icons)[b-jzywh6qz14] {
  color: var(--text-prim) !important;
}

.feature-info-bar__icon-btn[b-jzywh6qz14] {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  width: 40px;
  height: 40px;
  background: var(--ui-surface-sec-generic-cta);
  border: 1px solid var(--stroke);
  box-shadow: none !important;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.15s ease;
}
.feature-info-bar__icon-btn .material-icons[b-jzywh6qz14] {
  font-size: 20px;
  color: var(--text-prim) !important;
}
.feature-info-bar__icon-btn:hover[b-jzywh6qz14] {
  background: var(--ui-surface-sec-generic-cta-hover);
}

/* ── Right: Share button ── */
.feature-info-bar__right[b-jzywh6qz14] {
  display: none;
}

.feature-info-bar__share-btn[b-jzywh6qz14] {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 16px;
  gap: 8px;
  height: 40px;
  background: var(--ui-surface-prim-generic-cta);
  color: var(--ui-text-prim-cta);
  box-shadow: 0px 10px 16px -4px var(--ui-shadow, rgba(69, 85, 108, 0.15)), 0px 4px 8px -4px var(--ui-shadow, rgba(69, 85, 108, 0.15));
  border-radius: 6px;
  border: none;
  cursor: pointer;
  transition: background 0.15s ease;
  /* Must override global "button span { color: var(--ui-text-prim-cta) !important }" */
  /* Here we WANT ui-text-prim-cta, but the share btn inverts: dark bg → white text (light), white bg → black text (dark) */
}
.feature-info-bar__share-btn .material-icons[b-jzywh6qz14] {
  font-size: 20px;
  color: var(--ui-text-prim-cta) !important;
}
.feature-info-bar__share-btn span:not(.material-icons)[b-jzywh6qz14] {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: var(--ui-text-prim-cta) !important;
}
.feature-info-bar__share-btn:hover[b-jzywh6qz14] {
  background: var(--ui-surface-prim-generic-cta-hover);
}

/* Config modal */
.feature-config-overlay[b-jzywh6qz14] {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 200;
}

.feature-config-modal[b-jzywh6qz14] {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 201;
  display: flex;
  flex-direction: column;
  padding: 48px;
  gap: 16px;
  width: min(1376px, 100vw - 64px);
  max-height: calc(100vh - 64px);
  background: var(--surface-section);
  border: 1px solid var(--stroke-alpha, rgba(45, 47, 46, 0.3));
  border-radius: 18px;
}

.feature-config-modal__header[b-jzywh6qz14] {
  display: flex;
  align-items: center;
  gap: 8px;
}

.feature-config-modal__header h2[b-jzywh6qz14] {
  margin: 0;
  flex: 1;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.35px;
  color: var(--text-prim);
}

.feature-config-modal__close[b-jzywh6qz14] {
  background: var(--text-prim) !important;
  flex-shrink: 0;
}

.feature-config-modal__close span[b-jzywh6qz14] {
  color: var(--surface-background) !important;
}

.feature-config-modal__body[b-jzywh6qz14] {
  flex: 1;
  min-height: 0;
  overflow: hidden;
}

.feature-config-modal__body .project-config[b-jzywh6qz14] {
  border: none;
  box-shadow: none;
  border-radius: 0;
}

.feature-config-modal__body .project-config__layout[b-jzywh6qz14] {
  min-height: 0;
}

.feature-config-modal__body .project-config__nav[b-jzywh6qz14] {
  border-radius: 12px 0 0 12px;
}
/* /Components/Pages/Feature/Views/FeatureGraphView.razor.rz.scp.css */
.feature-placeholder-view[b-b8gbf2ty29] {
  width: 100%;
  height: 100%;
  flex: 1;
  min-height: 0;
  position: relative;
}
/* /Components/Pages/Feature/Views/FeatureTableView.razor.rz.scp.css */
@charset "UTF-8";
/* ══════════════════════════════════════════════
   Feature Table View — Figma card-row layout
   Columns: Name | Type | Modified | Statistics | Xxx | Xxx | Color
   ══════════════════════════════════════════════ */
.feature-table[b-2le30t9336] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  width: 100%;
  height: 100%;
}

/* ── Header row ── */
.feature-table__header[b-2le30t9336] {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0 16px 0 8px;
  gap: 8px;
  width: 100%;
  height: 40px;
  border-radius: 8px 8px 0 0;
  flex-shrink: 0;
  box-sizing: border-box;
}

.feature-table__hcell[b-2le30t9336] {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  height: 40px;
  background: var(--surface-background, #000000);
}
.feature-table__hcell span:first-child[b-2le30t9336] {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.15px;
  color: var(--text-sec) !important;
}

/* Column widths — flex-based, shrink proportionally */
.feature-table__hcell--name[b-2le30t9336] {
  flex: 2 1 140px;
  min-width: 100px;
}

.feature-table__hcell--type[b-2le30t9336] {
  flex: 1 1 90px;
  min-width: 70px;
}

.feature-table__hcell--modified[b-2le30t9336] {
  flex: 1.4 1 120px;
  min-width: 100px;
}

.feature-table__hcell--statistics[b-2le30t9336] {
  flex: 1.4 1 120px;
  min-width: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  cursor: pointer;
  user-select: none;
}

.feature-table__hcell--extra[b-2le30t9336] {
  flex: 1.2 1 100px;
  min-width: 70px;
}

.feature-table__hcell--color[b-2le30t9336] {
  flex: 0.5 1 50px;
  min-width: 40px;
}

/* Active sort column (Statistics) */
.feature-table__hcell--active[b-2le30t9336] {
  background: var(--primary-color-alpha, rgba(79, 57, 246, 0.4));
}
.feature-table__hcell--active span:first-child[b-2le30t9336] {
  color: var(--text-prim) !important;
}

/* Sort button (only on Statistics) */
.feature-table__sort-btn[b-2le30t9336] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0 !important;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  border-radius: 4px !important;
  cursor: pointer;
  margin-left: auto;
}
.feature-table__sort-btn .material-icons[b-2le30t9336] {
  font-family: "Material Icons" !important;
  font-size: 16px;
  color: var(--text-prim) !important;
}

.feature-table__sort-btn--active[b-2le30t9336] {
  background: var(--primary-color-alpha, rgba(79, 57, 246, 0.4)) !important;
  border: 1px solid var(--primary-color) !important;
}

/* ── Body (scrollable) ── */
.feature-table__body[b-2le30t9336] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 0 16px;
  gap: 4px;
  width: 100%;
  flex: 1;
  overflow-y: auto;
  background: var(--topbar-bg, rgba(12, 13, 12, 0.7));
  border-radius: 0 0 12px 12px;
}

/* ── Row (card) ── */
.feature-table__row[b-2le30t9336] {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 16px 0 8px;
  gap: 8px;
  width: 100%;
  height: 56px;
  background: var(--ui-surface-card, #1B1B1D);
  border: 1px solid var(--stroke-alpha, rgba(45, 47, 46, 0.3));
  border-radius: 6px;
  cursor: pointer;
  flex-shrink: 0;
  transition: border-color 0.15s ease;
}
.feature-table__row:hover[b-2le30t9336] {
  border-color: var(--stroke, #2D2F2E);
}

.feature-table__row--selected[b-2le30t9336] {
  border-color: var(--primary-color, #4F39F6);
}

.feature-table__row--empty[b-2le30t9336] {
  background: var(--surface-section, #0C0D0D);
}

/* ── Cells ── */
.feature-table__cell[b-2le30t9336] {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  color: var(--text-sec);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.feature-table__cell--name[b-2le30t9336] {
  flex: 2 1 140px;
  min-width: 100px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.15px;
  color: var(--text-prim) !important;
}

.feature-table__cell--type[b-2le30t9336] {
  flex: 1 1 90px;
  min-width: 70px;
}

.feature-table__cell--modified[b-2le30t9336] {
  flex: 1.4 1 120px;
  min-width: 100px;
}

.feature-table__cell--statistics[b-2le30t9336] {
  flex: 1.4 1 120px;
  min-width: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.feature-table__cell--extra[b-2le30t9336] {
  flex: 1.2 1 100px;
  min-width: 70px;
}

.feature-table__cell--color[b-2le30t9336] {
  flex: 0.5 1 50px;
  min-width: 40px;
}

/* Statistics dot */
.feature-table__stat-dot[b-2le30t9336] {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  flex: none;
}

.feature-table__stat-dot--blocker[b-2le30t9336] {
  background: var(--alert-blocker-highlight, #FB2C2F);
}

.feature-table__stat-dot--high[b-2le30t9336] {
  background: var(--alert-high-critical-highlight, #FBA52C);
}

.feature-table__stat-dot--medium[b-2le30t9336] {
  background: var(--alert-medium-major-highlight, #FFD54F);
}

.feature-table__stat-dot--low[b-2le30t9336] {
  background: var(--alert-low-minor-highlight, #00C950);
}

.feature-table__stat-dot--info[b-2le30t9336] {
  background: var(--alert-info-highlight, #2CAAFD);
}

/* Statistics label */
.feature-table__stat-label[b-2le30t9336] {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  flex: 1;
}

.feature-table__stat-label--blocker[b-2le30t9336] {
  color: var(--alert-blocker-text, #F2C9CE);
}

.feature-table__stat-label--high[b-2le30t9336] {
  color: var(--alert-high-critical-text, #E7D1B6);
}

.feature-table__stat-label--medium[b-2le30t9336] {
  color: var(--alert-medium-major-text, #F6F0CD);
}

.feature-table__stat-label--low[b-2le30t9336] {
  color: var(--alert-low-minor-text, #D6F3D3);
}

.feature-table__stat-label--info[b-2le30t9336] {
  color: var(--alert-info-text, #D3DCF3);
}

.feature-table__stat-none[b-2le30t9336] {
  font-size: 12px;
  color: var(--text-sec);
}

/* Color swatch */
.feature-table__color-swatch[b-2le30t9336] {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 2px;
}
/* /Components/Pages/Fusion.razor.rz.scp.css */
.section[b-k9hsuwq4xc] {
  background-color: var(--surface-section);
  border-radius: 18px;
  border: 1px solid var(--stroke-alpha);
  box-shadow: 0 4px 24px -4px var(--ui-shadow);
}
.section.center[b-k9hsuwq4xc] {
  padding: 48px;
}
.section.center > div[b-k9hsuwq4xc] {
  margin: auto;
  width: 100%;
  max-width: 864px;
}
/* /Components/Pages/GraphEditor/GraphEditor.razor.rz.scp.css */
.main-graph-editor-container[b-qsflhnfi8u] {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
}
.main-graph-editor-container > div:first-child[b-qsflhnfi8u] {
  padding: 0 40px;
  height: 72px;
  border-bottom: 1px solid var(--stroke-alpha);
  background-color: var(--surface-nav-2);
}

.graph-editor-container[b-qsflhnfi8u] {
  display: flex;
  flex: 1;
  min-height: 0;
}

.left-panel[b-qsflhnfi8u] {
  width: 104px;
  background: var(--surface-nav-2);
  border-right: 1px solid var(--stroke);
}

.center-panel[b-qsflhnfi8u] {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
}
/* /Components/Pages/Home/Home.razor.rz.scp.css */
#home-page[b-65dchxolok] {
  display: flex;
  height: 100vh;
  width: 100vw;
  flex-direction: column;
  background-color: var(--surface-background);
}
#home-page .background-glow[b-65dchxolok] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#home-page .background-glow[b-65dchxolok]::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/images/backgrounds/background-glow-blue-top-left.png");
  background-position: top left;
  background-repeat: no-repeat;
}
#home-page .background-glow[b-65dchxolok]::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/images/backgrounds/background-glow-blue-bottom-right.png");
  background-position: bottom right;
  background-repeat: no-repeat;
}
#home-page > .content[b-65dchxolok] {
  overflow: auto;
  flex: 1;
  z-index: 1;
  padding: 32px;
}
#home-page > .content > .main-content[b-65dchxolok] {
  margin: 32px auto 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 32px;
}
#home-page > .content > .main-content > div[b-65dchxolok] {
  background-color: var(--surface-section);
  border-radius: 18px;
  border: 1px solid var(--stroke-alpha);
  box-shadow: 0 4px 24px -4px var(--ui-shadow);
  padding: 48px 16px;
  flex: 1;
}
#home-page > .content > .main-content > div.left > div[b-65dchxolok] {
  margin: auto;
  width: 100%;
  max-width: 700px;
}
#home-page > .content > .main-content > div.left > div > p.description[b-65dchxolok] {
  margin-top: 16px;
  margin-bottom: 32px;
}
#home-page > .content > .main-content > div.left > div .samples[b-65dchxolok] {
  margin-top: 32px;
}
#home-page > .content > .main-content > div.left > div .samples > div[b-65dchxolok] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
#home-page > .content > .main-content > div.left > div .samples > div > div.sample[b-65dchxolok] {
  padding: 16px;
  border-radius: 8px;
  background-color: var(--ui-surface-card);
  border: 1px solid var(--stroke);
  cursor: pointer;
}
#home-page > .content > .main-content > div.left > div .samples > div > div.sample > p[b-65dchxolok] {
  margin: 0;
}
#home-page > .content > .main-content > div.left > div .samples > div > div.more[b-65dchxolok] {
  display: flex;
  justify-content: flex-end;
}
#home-page > .content > .main-content > div.left > div .samples > div > div.more button[b-65dchxolok] {
  align-self: flex-end;
  height: 32px;
  border-radius: 999px;
  background-color: var(--ui-surface-sec-generic-cta);
  color: var(--text-prim);
  border: 1px solid var(--stroke);
  margin-left: auto;
}
#home-page > .content > .main-content > div.right[b-65dchxolok] {
  flex: inherit;
  width: 320px;
}
#home-page > .content > .main-content > div.right > h2[b-65dchxolok] {
  text-align: center;
  margin-bottom: 48px;
}
#home-page > .content > .main-content > div.right button[b-65dchxolok] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  height: fit-content;
  padding: 32px 16px;
  width: 195px;
  margin: 0 auto;
}
#home-page > .content > .main-content > div.right button img[b-65dchxolok] {
  height: 44px;
}
#home-page > .content > .main-content > div.right button p[b-65dchxolok] {
  margin: 0;
  color: var(--text-prim-cta);
  font-weight: 600;
}
/* /Components/Pages/Marketplace/Marketplace.razor.rz.scp.css */
#marketplace-page[b-eya9zy6o1q] {
  display: flex;
  height: 100vh;
  width: 100vw;
  flex-direction: column;
  background-color: var(--surface-background);
}
#marketplace-page .background-glow[b-eya9zy6o1q] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#marketplace-page .background-glow[b-eya9zy6o1q]::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/images/backgrounds/background-glow-blue-top-left.png");
  background-position: top left;
  background-repeat: no-repeat;
}
#marketplace-page .background-glow[b-eya9zy6o1q]::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/images/backgrounds/background-glow-blue-bottom-right.png");
  background-position: bottom right;
  background-repeat: no-repeat;
}
#marketplace-page > .content[b-eya9zy6o1q] {
  overflow: auto;
  flex: 1;
  z-index: 1;
  padding: 32px;
}
#marketplace-page > .content > .main-content[b-eya9zy6o1q] {
  margin: 32px auto 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 32px;
}
#marketplace-page > .content > .main-content > div[b-eya9zy6o1q] {
  background-color: var(--surface-section);
  border-radius: 18px;
  border: 1px solid var(--stroke-alpha);
  box-shadow: 0 4px 24px -4px var(--ui-shadow);
  padding: 48px 16px;
  flex: 1;
}
#marketplace-page > .content > .main-content > div.left > div[b-eya9zy6o1q] {
  margin: auto;
  width: 100%;
  max-width: 700px;
}
#marketplace-page > .content > .main-content > div.left > div > p.description[b-eya9zy6o1q] {
  margin-top: 16px;
  margin-bottom: 32px;
}
#marketplace-page > .content > .main-content > div.left > div .samples[b-eya9zy6o1q] {
  margin-top: 32px;
}
#marketplace-page > .content > .main-content > div.left > div .samples > div[b-eya9zy6o1q] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
#marketplace-page > .content > .main-content > div.left > div .samples > div > div.sample[b-eya9zy6o1q] {
  padding: 16px;
  border-radius: 8px;
  background-color: var(--ui-surface-card);
  border: 1px solid var(--stroke);
  cursor: pointer;
}
#marketplace-page > .content > .main-content > div.left > div .samples > div > div.sample > p[b-eya9zy6o1q] {
  margin: 0;
}
#marketplace-page > .content > .main-content > div.left > div .samples > div > div.more[b-eya9zy6o1q] {
  display: flex;
  justify-content: flex-end;
}
#marketplace-page > .content > .main-content > div.left > div .samples > div > div.more button[b-eya9zy6o1q] {
  align-self: flex-end;
  height: 32px;
  border-radius: 999px;
  background-color: var(--ui-surface-sec-generic-cta);
  color: var(--text-prim);
  border: 1px solid var(--stroke);
  margin-left: auto;
}
#marketplace-page > .content > .main-content > div.right[b-eya9zy6o1q] {
  flex: inherit;
  width: 320px;
}
#marketplace-page > .content > .main-content > div.right > h2[b-eya9zy6o1q] {
  text-align: center;
  margin-bottom: 48px;
}
#marketplace-page > .content > .main-content > div.right button[b-eya9zy6o1q] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  height: fit-content;
  padding: 32px 16px;
  width: 195px;
  margin: 0 auto;
}
#marketplace-page > .content > .main-content > div.right button img[b-eya9zy6o1q] {
  height: 44px;
}
#marketplace-page > .content > .main-content > div.right button p[b-eya9zy6o1q] {
  margin: 0;
  color: var(--text-prim-cta);
  font-weight: 600;
}
/* /Components/Pages/NewEditor/NewEditor.razor.rz.scp.css */
.new-editor-container[b-3lp25dxhtn] {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}

.graph-editor-container[b-3lp25dxhtn] {
  display: flex;
  flex: 1;
  min-height: 0;
}

.left-panel[b-3lp25dxhtn] {
  width: 104px;
  background: var(--surface-nav-2);
  border-right: 1px solid var(--stroke);
}

.center-panel[b-3lp25dxhtn] {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
}
/* /Components/Pages/Organisation/Hero/HeroSection.razor.rz.scp.css */
.organisation-hero[b-vqulh9egzg] {
  padding: 48px;
}
.organisation-hero h1[b-vqulh9egzg] {
  outline: none;
}
.organisation-hero > div[b-vqulh9egzg] {
  margin: auto;
  width: 100%;
  max-width: 896px;
}
.organisation-hero .hero-subtitle[b-vqulh9egzg] {
  margin-bottom: 32px;
}
.organisation-hero .hero-panels[b-vqulh9egzg] {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-top: 32px;
  width: 100%;
}
.organisation-hero .hero-panel--updates[b-vqulh9egzg] {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.organisation-hero .hero-panel--updates h3[b-vqulh9egzg] {
  margin-bottom: 4px;
}
.organisation-hero .hero-panel--updates .hero-panel__items[b-vqulh9egzg] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.organisation-hero .hero-panel--suggestions[b-vqulh9egzg] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.organisation-hero .hero-panel--suggestions h3[b-vqulh9egzg] {
  margin-bottom: 4px;
}
.organisation-hero .hero-panel__items[b-vqulh9egzg] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.organisation-hero .hero-panel__card-click[b-vqulh9egzg] {
  cursor: pointer;
}
.organisation-hero .hero-panel__card-click .ui-card[b-vqulh9egzg] {
  transition: background-color 0.2s ease;
}
.organisation-hero .hero-panel__card-click:hover .ui-card[b-vqulh9egzg] {
  background-color: var(--primary-color-alpha);
}
.organisation-hero .hero-panel__items .ui-card[b-vqulh9egzg] {
  display: flex;
  align-items: center;
  padding: 28px 16px;
  gap: 12px;
  border-radius: 8px;
}
.organisation-hero .hero-panel__items .ui-card p[b-vqulh9egzg] {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: var(--text-prim);
}
.organisation-hero .hero-panel__more[b-vqulh9egzg] {
  display: flex;
  justify-content: flex-end;
  margin-top: 4px;
}
/* /Components/Pages/Organisation/Hero/HeroSectionDisconnected.razor.rz.scp.css */
.hero-disconnected[b-zd61pmzr3q] {
  padding: 48px 0;
}
.hero-disconnected__content[b-zd61pmzr3q] {
  margin: auto;
  width: 100%;
  max-width: 896px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.hero-disconnected__heading[b-zd61pmzr3q] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.hero-disconnected__heading h1[b-zd61pmzr3q] {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  letter-spacing: -0.35px;
  color: var(--text-prim);
  outline: none;
}
.hero-disconnected .text-gradient-orange[b-zd61pmzr3q] {
  background: linear-gradient(90deg, #E63C11 0%, #F05D38 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-disconnected__subtitle[b-zd61pmzr3q] {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.3px;
  color: var(--text-sec);
}
.hero-disconnected__roles-section[b-zd61pmzr3q] {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hero-disconnected__roles-section h2[b-zd61pmzr3q] {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.35px;
  color: var(--text-prim);
}
.hero-disconnected__filters[b-zd61pmzr3q] {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 0;
}
.hero-disconnected__filter-btn[b-zd61pmzr3q] {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  gap: 8px;
  height: 32px;
  background: var(--ui-surface-sec-generic-cta);
  border: 1px solid var(--stroke);
  border-radius: 6px;
  cursor: pointer;
  box-shadow: none;
  transition: all 0.2s ease;
}
.hero-disconnected__filter-btn .material-icons[b-zd61pmzr3q] {
  color: var(--text-prim) !important;
}
.hero-disconnected__filter-btn .label[b-zd61pmzr3q] {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: var(--text-prim) !important;
}
.hero-disconnected__filter-btn:hover[b-zd61pmzr3q] {
  background: var(--primary-color-alpha);
}
.hero-disconnected__filter-btn.active[b-zd61pmzr3q] {
  background: var(--primary-color-alpha);
  border-color: var(--primary-color);
}
.hero-disconnected__role-desc[b-zd61pmzr3q] {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  padding: 8px 0;
}
.hero-disconnected__role-icon[b-zd61pmzr3q] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  background: var(--primary-color-alpha);
  border-radius: 8px;
}
.hero-disconnected__role-icon .material-icons[b-zd61pmzr3q] {
  font-size: 24px;
  color: var(--text-prim) !important;
}
.hero-disconnected__role-info[b-zd61pmzr3q] {
  display: flex;
  flex-direction: column;
}
.hero-disconnected__role-info h3[b-zd61pmzr3q] {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.35px;
  color: var(--text-prim);
  margin: 0;
}
.hero-disconnected__role-info p[b-zd61pmzr3q] {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
  color: var(--text-sec);
  margin: 0;
}
.hero-disconnected__suggestions-grid[b-zd61pmzr3q] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
}
.hero-disconnected__suggestion-card[b-zd61pmzr3q] {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 16px;
  gap: 12px;
  width: calc(33.333% - 6px);
  min-height: 106px;
  background: var(--ui-surface-card);
  border: 1px solid var(--stroke);
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.hero-disconnected__suggestion-card:hover[b-zd61pmzr3q] {
  background-color: var(--primary-color-alpha);
}
.hero-disconnected__suggestion-card p[b-zd61pmzr3q] {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
  color: var(--text-prim);
}
.hero-disconnected__more-container[b-zd61pmzr3q] {
  display: flex;
  justify-content: flex-end;
  width: calc(33.333% - 6px);
}
.hero-disconnected__more-btn[b-zd61pmzr3q] {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  gap: 8px;
  height: 32px;
  background: var(--ui-surface-sec-generic-cta);
  border: 1px solid var(--stroke);
  border-radius: 999px;
  cursor: pointer;
  align-self: flex-end;
  box-shadow: none;
}
.hero-disconnected__more-btn .label[b-zd61pmzr3q] {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: var(--text-prim) !important;
}
.hero-disconnected__more-btn .material-icons[b-zd61pmzr3q] {
  color: var(--text-prim) !important;
}
/* /Components/Pages/Organisation/Members/OrganisationMembers.razor.rz.scp.css */
.organisation-members[b-cy516rvedy] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px;
  gap: 32px;
}
.organisation-members .members-heading[b-cy516rvedy] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.organisation-members .members-heading h2[b-cy516rvedy] {
  flex: 1;
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.35px;
  color: var(--text-prim);
}
.organisation-members .members-heading__actions[b-cy516rvedy] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.organisation-members .members-table[b-cy516rvedy] {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.organisation-members .members-table__header[b-cy516rvedy] {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  height: 40px;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.organisation-members .members-table__col[b-cy516rvedy] {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 0 16px;
  height: 40px;
}
.organisation-members .members-table__col span:not(.material-icons):not(.material-symbols-outlined)[b-cy516rvedy] {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.15px;
  color: var(--text-sec);
}
.organisation-members .members-table__col[b-cy516rvedy] {
  background: #F1F5F9;
}
[data-theme=dark] .organisation-members .members-table__col[b-cy516rvedy] {
  background: #000000;
}
.organisation-members .members-table__col--name[b-cy516rvedy] {
  width: 360px;
  flex-shrink: 0;
}
.organisation-members .members-table__col--project[b-cy516rvedy] {
  width: 405px;
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--primary-color-alpha);
}
.organisation-members .members-table__col--project span:not(.material-icons):not(.material-symbols-outlined)[b-cy516rvedy] {
  color: var(--text-prim) !important;
}
.organisation-members .members-table__col--c3[b-cy516rvedy] {
  width: 201px;
  flex-shrink: 0;
}
.organisation-members .members-table__col--c4[b-cy516rvedy] {
  flex: 1;
}
.organisation-members .members-table__sort-btn[b-cy516rvedy] {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border-radius: 4px;
  border: 1px solid var(--primary-color);
  cursor: pointer;
  box-shadow: none;
  background: var(--primary-color-alpha);
}
.organisation-members .members-table__sort-btn .material-icons[b-cy516rvedy],
.organisation-members .members-table__sort-btn .material-symbols-outlined[b-cy516rvedy] {
  color: var(--text-prim) !important;
}
.organisation-members .members-table__body[b-cy516rvedy] {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0 0 4px 0;
  border-radius: 0 0 8px 8px;
  background: rgba(241, 245, 249, 0.7);
}
[data-theme=dark] .organisation-members .members-table__body[b-cy516rvedy] {
  background: rgba(12, 13, 12, 0.7);
}
.organisation-members .member-card[b-cy516rvedy] {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 8px 16px 8px 8px;
  gap: 8px;
  height: 64px;
  background: var(--ui-surface-card);
  border: 1px solid var(--stroke);
  border-radius: 8px;
}
.organisation-members .member-card__avatar[b-cy516rvedy] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 999px;
  background: rgba(241, 245, 249, 0.7);
}
[data-theme=dark] .organisation-members .member-card__avatar[b-cy516rvedy] {
  background: rgba(12, 13, 12, 0.7);
}
.organisation-members .member-card__avatar .material-icons[b-cy516rvedy] {
  color: var(--text-prim);
}
.organisation-members .member-card__content[b-cy516rvedy] {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 0 8px 8px;
  gap: 4px;
  flex: 1;
  height: 48px;
}
.organisation-members .member-card__name[b-cy516rvedy] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  width: 300px;
  flex-shrink: 0;
}
.organisation-members .member-card__lastname[b-cy516rvedy] {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.15px;
  color: var(--text-prim);
}
.organisation-members .member-card__firstname[b-cy516rvedy] {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
  color: var(--text-sec);
}
.organisation-members .member-card__project[b-cy516rvedy] {
  width: 400px;
  flex-shrink: 0;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
  color: var(--text-prim);
}
.organisation-members .member-card__col-secondary[b-cy516rvedy] {
  width: 200px;
  flex-shrink: 0;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
  color: var(--text-sec);
}
.organisation-members .member-card__col-grow[b-cy516rvedy] {
  width: auto;
  flex: 1;
}
.organisation-members .member-card__settings[b-cy516rvedy] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
}
.organisation-members .member-card__settings button[b-cy516rvedy] {
  width: 32px;
  height: 32px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  border: none;
  box-shadow: none;
}
.organisation-members .member-card__settings button .material-icons[b-cy516rvedy] {
  color: var(--text-sec) !important;
}
/* /Components/Pages/Organisation/Organisation.razor.rz.scp.css */
.organisation-page[b-o2rsy0rrcb] {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 32px 16px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.organisation-page__section[b-o2rsy0rrcb] {
  padding: 24px 32px;
  outline: none;
}
.organisation-page > div[b-o2rsy0rrcb] {
  outline: none;
}

.floating-ai-prompt[b-o2rsy0rrcb] {
  position: fixed;
  left: 24px;
  bottom: 24px;
  z-index: 10;
}
.floating-ai-prompt__button[b-o2rsy0rrcb] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: none;
  cursor: pointer;
  width: 64px;
  height: 64px;
  background: linear-gradient(315deg, #85230a 0%, #e63c11 100%);
  box-shadow: 0px 10px 16px -4px rgba(69, 85, 108, 0.15), 0px 4px 8px -4px rgba(69, 85, 108, 0.15);
  border-radius: 12px;
  transition: opacity 0.2s ease;
}
.floating-ai-prompt__button img[b-o2rsy0rrcb] {
  width: 32px;
  height: 32px;
  filter: brightness(0) invert(1);
}
.floating-ai-prompt__button:hover[b-o2rsy0rrcb] {
  opacity: 0.9;
}
/* /Components/Pages/Organisation/Projects/OrganisationProjects.razor.rz.scp.css */
.organisation-projects[b-9ghuu33ntp] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px;
  gap: 34px;
}
.organisation-projects .projects-heading[b-9ghuu33ntp] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.organisation-projects .projects-heading h2[b-9ghuu33ntp] {
  flex: 1;
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.35px;
  color: var(--text-prim);
}
.organisation-projects .projects-heading__actions[b-9ghuu33ntp] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.organisation-projects .projects-heading__sort-label[b-9ghuu33ntp] {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.35px;
  color: var(--text-sec);
}
.organisation-projects .projects-heading__sort-wrapper[b-9ghuu33ntp] {
  position: relative;
}
.organisation-projects .projects-heading__overlay[b-9ghuu33ntp] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9;
}
.organisation-projects .projects-heading__sort-field[b-9ghuu33ntp] {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 12px 0 16px;
  gap: 8px;
  height: 40px;
  background: var(--surface-ground);
  border: 1px solid var(--stroke);
  border-radius: 6px;
  cursor: pointer;
}
.organisation-projects .projects-heading__sort-field-inner[b-9ghuu33ntp] {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
}
.organisation-projects .projects-heading__sort-field-inner span:first-child[b-9ghuu33ntp] {
  color: var(--text-prim);
}
.organisation-projects .projects-heading__sort-field-inner span:last-child[b-9ghuu33ntp] {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.3px;
  color: var(--text-prim);
}
.organisation-projects .projects-heading__sort-field > .material-icons:last-child[b-9ghuu33ntp] {
  color: var(--text-prim);
}
.organisation-projects .projects-heading__sort-popover[b-9ghuu33ntp] {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 197px;
  background: linear-gradient(0deg, #0F0F0F, #0F0F0F), #000000;
  border: 1px solid #2D2F2E;
  box-shadow: 0px 4px 24px -4px #000000;
  border-radius: 12px;
  z-index: 10;
  overflow: hidden;
}
.organisation-projects .projects-heading__sort-item[b-9ghuu33ntp] {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 16px;
  gap: 16px;
  width: 100%;
  height: 48px;
  cursor: pointer;
  box-sizing: border-box;
}
.organisation-projects .projects-heading__sort-item span[b-9ghuu33ntp] {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.15px;
  color: #E6E6E6;
}
.organisation-projects .projects-heading__sort-item:hover[b-9ghuu33ntp] {
  background: rgba(255, 255, 255, 0.08);
}
.organisation-projects .projects-heading__separator[b-9ghuu33ntp] {
  width: 1px;
  height: 24px;
  background: var(--stroke);
}
.organisation-projects .projects-cards[b-9ghuu33ntp] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.organisation-projects .project-card[b-9ghuu33ntp] {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 8px;
  gap: 8px;
  height: 100px;
  background: var(--ui-surface-card);
  border: 1px solid var(--stroke);
  border-radius: 12px;
}
.organisation-projects .project-card__preview[b-9ghuu33ntp] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  width: 80px;
  height: 84px;
  border-radius: 8px;
  flex-shrink: 0;
  isolation: isolate;
  background: rgba(255, 255, 255, 0.7);
}
[data-theme=dark] .organisation-projects .project-card__preview[b-9ghuu33ntp] {
  background: rgba(12, 13, 12, 0.7);
}
.organisation-projects .project-card__thumbnail[b-9ghuu33ntp] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
}
.organisation-projects .project-card__thumbnail > .material-icons[b-9ghuu33ntp] {
  color: #0F172B;
}
[data-theme=dark] .organisation-projects .project-card__thumbnail > .material-icons[b-9ghuu33ntp] {
  color: #E6E6E6;
}
.organisation-projects .project-card__thumbnail img[b-9ghuu33ntp] {
  width: 32px;
  height: 32px;
  border-radius: 6px;
}
[data-theme=dark] .organisation-projects .project-card__thumbnail img[b-9ghuu33ntp] {
  filter: invert(0.9);
}
.organisation-projects .project-card__lock[b-9ghuu33ntp] {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  position: absolute;
  width: 24px;
  height: 24px;
  right: -12px;
  bottom: -8px;
  border-radius: 99px;
  z-index: 1;
  background: #F8FAFC;
}
[data-theme=dark] .organisation-projects .project-card__lock[b-9ghuu33ntp] {
  background: #000000;
}
.organisation-projects .project-card__lock .material-icons[b-9ghuu33ntp] {
  color: #0F172B;
}
[data-theme=dark] .organisation-projects .project-card__lock .material-icons[b-9ghuu33ntp] {
  color: #E6E6E6;
}
.organisation-projects .project-card__heading[b-9ghuu33ntp] {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 8px;
  gap: 24px;
  flex: 1;
  min-width: 0;
  height: 84px;
  overflow: hidden;
}
.organisation-projects .project-card__info[b-9ghuu33ntp] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
  min-width: 0;
  overflow: hidden;
}
.organisation-projects .project-card__titles[b-9ghuu33ntp] {
  display: flex;
  flex-direction: column;
}
.organisation-projects .project-card__titles h4[b-9ghuu33ntp] {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.15px;
  color: var(--text-prim);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.organisation-projects .project-card__desc[b-9ghuu33ntp] {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: var(--text-sec);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.organisation-projects .project-card__meta[b-9ghuu33ntp] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.organisation-projects .project-card__meta-item[b-9ghuu33ntp] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}
.organisation-projects .project-card__meta-label[b-9ghuu33ntp] {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: var(--text-sec);
}
.organisation-projects .project-card__meta-value[b-9ghuu33ntp] {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: var(--text-prim);
}
.organisation-projects .project-card__lang-dot[b-9ghuu33ntp] {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  flex-shrink: 0;
}
.organisation-projects .project-card__container[b-9ghuu33ntp] {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding-top: 6px;
  gap: 8px;
  flex-shrink: 0;
  align-self: stretch;
}
.organisation-projects .project-card__actions[b-9ghuu33ntp] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.organisation-projects .project-card__action-col[b-9ghuu33ntp] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.organisation-projects .project-card__action-col button[b-9ghuu33ntp] {
  height: 32px;
}
.organisation-projects .project-card__stat[b-9ghuu33ntp] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}
.organisation-projects .project-card__stat .material-icons[b-9ghuu33ntp] {
  font-size: 16px;
  color: var(--text-prim);
}
.organisation-projects .project-card__stat span:last-child[b-9ghuu33ntp] {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: var(--text-prim);
}
.organisation-projects .project-card__icon-svg[b-9ghuu33ntp] {
  width: 16px;
  height: 16px;
  object-fit: contain;
}
[data-theme=dark] .organisation-projects .project-card__icon-svg[b-9ghuu33ntp] {
  filter: invert(0.9);
}
[data-theme=dark] button .organisation-projects .project-card__icon-svg[b-9ghuu33ntp] {
  filter: none;
}
.organisation-projects .project-card__more[b-9ghuu33ntp] {
  display: flex;
  align-items: flex-start;
}
.organisation-projects .project-card__more button[b-9ghuu33ntp] {
  width: 32px;
  height: 32px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  border: none;
  box-shadow: none;
}
/* /Components/Pages/Organisation/Statistics/OrganisationStatistics.razor.rz.scp.css */
/* Styles moved to Components/Ui/Statistics/StatisticsPanel.razor.scss */
/* /Components/Pages/Organisation/Workspace/OrganisationWorkspace.razor.rz.scp.css */
.organisation-workspace .workspace-layout[b-qwxcb9kr5b] {
  display: flex;
  gap: 32px;
}
.organisation-workspace .workspace-nav[b-qwxcb9kr5b] {
  width: 220px;
  flex-shrink: 0;
}
.organisation-workspace .workspace-nav h3[b-qwxcb9kr5b] {
  margin-bottom: 16px;
}
.organisation-workspace .workspace-nav__list[b-qwxcb9kr5b] {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.organisation-workspace .workspace-nav__item[b-qwxcb9kr5b] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-sec);
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.organisation-workspace .workspace-nav__item span[b-qwxcb9kr5b] {
  font-size: 18px;
  color: var(--text-sec);
}
.organisation-workspace .workspace-nav__item:hover[b-qwxcb9kr5b] {
  background-color: var(--primary-color-alpha);
}
.organisation-workspace .workspace-nav__item--active[b-qwxcb9kr5b] {
  background-color: var(--primary-color-alpha);
  color: var(--text-prim);
}
.organisation-workspace .workspace-nav__item--active span[b-qwxcb9kr5b] {
  color: var(--primary-color);
}
.organisation-workspace .workspace-content[b-qwxcb9kr5b] {
  flex: 1;
}
.organisation-workspace .workspace-content h3[b-qwxcb9kr5b] {
  margin-bottom: 8px;
}
.organisation-workspace .workspace-content p[b-qwxcb9kr5b] {
  margin-bottom: 16px;
}
/* /Components/Pages/PersonalAccessToken/PersonalAccessToken.razor.rz.scp.css */
@charset "UTF-8";
.pat-page[b-07aq5am2uv] {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px 16px 48px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  background: var(--surface-background);
  min-height: calc(100vh - 140px);
}

.pat-page__loading[b-07aq5am2uv] {
  margin: 48px auto;
  font-size: 16px;
}

.pat-page__toolbar[b-07aq5am2uv] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.pat-page__title[b-07aq5am2uv] {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--text-prim);
}

/* ── Stat cards ── */
.pat-page__stats[b-07aq5am2uv] {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}
@media (max-width: 1100px) {
  .pat-page__stats[b-07aq5am2uv] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 560px) {
  .pat-page__stats[b-07aq5am2uv] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.pat-stat-card[b-07aq5am2uv] {
  background: var(--surface-section);
  border: 1px solid var(--stroke);
  border-radius: 12px;
  padding: 16px 18px;
  box-shadow: 0 2px 12px -4px var(--ui-shadow);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.pat-stat-card__icon[b-07aq5am2uv] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.pat-stat-card__icon .material-icons[b-07aq5am2uv] {
  font-size: 22px;
}
.pat-stat-card__icon--total[b-07aq5am2uv] {
  color: var(--purple-surface);
}
.pat-stat-card__icon--active[b-07aq5am2uv] {
  color: var(--green-surface-hover);
}
.pat-stat-card__icon--revoked[b-07aq5am2uv] {
  color: var(--red-surface);
}
.pat-stat-card__icon--input[b-07aq5am2uv] {
  color: var(--orange-surface);
}
.pat-stat-card__icon--output[b-07aq5am2uv] {
  color: var(--cerulean-surface);
}
.pat-stat-card__icon--requests[b-07aq5am2uv] {
  color: var(--blue-surface);
}

.pat-stat-card__value[b-07aq5am2uv] {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.15;
  color: var(--text-prim);
  letter-spacing: -0.02em;
}

.pat-stat-card__label[b-07aq5am2uv] {
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--text-sec);
}

/* ── Filters panel ── */
.pat-filters[b-07aq5am2uv] {
  background: var(--surface-section);
  border: 1px solid var(--stroke);
  border-radius: 12px;
  padding: 20px 22px;
  box-shadow: 0 2px 12px -4px var(--ui-shadow);
}

.pat-filters__head[b-07aq5am2uv] {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-prim);
}
.pat-filters__head .material-icons[b-07aq5am2uv] {
  font-size: 22px;
  color: var(--fusion-color);
}

.pat-filters__row[b-07aq5am2uv] {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 12px 14px;
}

.pat-field[b-07aq5am2uv] {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 140px;
}
.pat-field--grow[b-07aq5am2uv] {
  flex: 1 1 200px;
  min-width: 200px;
}

.pat-field__label[b-07aq5am2uv] {
  font-size: 12px;
  font-weight: 600;
  color: var(--text-sec);
  letter-spacing: 0.02em;
}

.pat-field__control[b-07aq5am2uv] {
  border-radius: 8px;
  border-color: var(--stroke);
  font-size: 14px;
}

.pat-filters__actions[b-07aq5am2uv] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-left: auto;
}

/* ── Table ── */
.pat-table-section[b-07aq5am2uv] {
  background: var(--surface-section);
  border: 1px solid var(--stroke);
  border-radius: 12px;
  padding: 0;
  box-shadow: 0 2px 12px -4px var(--ui-shadow);
  overflow: hidden;
}

.pat-table-wrap[b-07aq5am2uv] {
  margin: 0;
}

.pat-table[b-07aq5am2uv] {
  margin: 0;
  font-size: 14px;
  color: var(--text-prim);
}
.pat-table thead th[b-07aq5am2uv] {
  background: var(--ui-surface-table-header);
  color: var(--text-sec);
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-bottom: 1px solid var(--stroke);
  padding: 14px 16px;
  white-space: nowrap;
}
.pat-table tbody td[b-07aq5am2uv] {
  padding: 14px 16px;
  vertical-align: middle;
  border-color: var(--stroke);
}
.pat-table tbody tr:hover[b-07aq5am2uv] {
  background: var(--ui-surface-card);
}
.pat-table--tokens[b-07aq5am2uv] {
  min-width: 1080px;
}
.pat-table--tokens .pat-table__th-actions[b-07aq5am2uv] {
  text-align: right;
  width: 1%;
}

.pat-avatar[b-07aq5am2uv] {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--cerulean-text);
  background: var(--cerulean-surface-dimmed);
}
.pat-avatar--sm[b-07aq5am2uv] {
  width: 32px;
  height: 32px;
  font-size: 11px;
  border-radius: 6px;
}

.pat-cell-name-row[b-07aq5am2uv] {
  display: flex;
  align-items: center;
  gap: 12px;
}

.pat-cell-name[b-07aq5am2uv] {
  font-weight: 600;
  color: var(--text-prim);
}

.pat-cell-desc[b-07aq5am2uv] {
  margin: 4px 0 0;
  max-width: 280px;
}

.pat-cell-tags[b-07aq5am2uv] {
  max-width: 220px;
  word-break: break-word;
}

.pat-token-mask[b-07aq5am2uv] {
  display: inline-block;
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 500;
  color: var(--text-sec);
  background: transparent;
}

.pat-created-by[b-07aq5am2uv] {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.pat-created-by__text[b-07aq5am2uv] {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.pat-created-by__name[b-07aq5am2uv] {
  font-weight: 600;
  font-size: 14px;
  color: var(--text-prim);
}

.pat-created-by__email[b-07aq5am2uv] {
  font-size: 12px;
  color: var(--text-sec);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 200px;
}

.pat-cell-date[b-07aq5am2uv],
.pat-cell-expires[b-07aq5am2uv] {
  font-size: 14px;
  color: var(--text-prim);
  white-space: nowrap;
}

.pat-scope-pill[b-07aq5am2uv] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  color: var(--cerulean-text);
  background: var(--cerulean-surface-dimmed);
}
.pat-scope-pill .material-icons[b-07aq5am2uv] {
  font-size: 16px;
}

.pat-tags-row[b-07aq5am2uv] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  max-width: 240px;
}

.pat-tags-empty[b-07aq5am2uv] {
  color: var(--text-sec);
}

.pat-tag[b-07aq5am2uv] {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  color: var(--grey-text);
  background: var(--grey-surface-dimmed);
}
.pat-tag--more[b-07aq5am2uv] {
  background: var(--ui-surface-zebra);
  color: var(--text-sec);
}

.pat-usage[b-07aq5am2uv] {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 13px;
}

.pat-usage__requests[b-07aq5am2uv] {
  font-weight: 600;
  color: var(--text-prim);
}

.pat-usage__tokens[b-07aq5am2uv] {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--text-sec);
  font-size: 12px;
}

.pat-usage__metric[b-07aq5am2uv] {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
.pat-usage__metric .material-icons[b-07aq5am2uv] {
  font-size: 14px;
  color: var(--text-suggestion);
}

.pat-actions[b-07aq5am2uv] {
  display: flex;
  justify-content: flex-end;
  gap: 6px;
  flex-wrap: nowrap;
}

.pat-action-btn[b-07aq5am2uv] {
  min-width: 40px;
  padding: 0 10px;
}
.pat-action-btn .material-icons[b-07aq5am2uv] {
  font-size: 20px;
}
.pat-action-btn--danger:not(:disabled)[b-07aq5am2uv] {
  border: 1px solid var(--red-surface);
  color: var(--red-text);
}
.pat-action-btn--danger:not(:disabled) .material-icons[b-07aq5am2uv] {
  color: var(--red-text) !important;
}
.pat-action-btn--danger:not(:disabled):hover[b-07aq5am2uv] {
  background: var(--red-surface-dimmed);
}

.pat-badge[b-07aq5am2uv] {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
}

.pat-badge--success[b-07aq5am2uv] {
  background: var(--green-surface-dimmed);
  color: var(--green-text);
}

.pat-badge--danger[b-07aq5am2uv] {
  background: var(--red-surface-dimmed);
  color: var(--red-text);
}

.pat-badge--muted[b-07aq5am2uv] {
  background: var(--grey-surface-dimmed);
  color: var(--grey-text);
}

/* ── Empty state ── */
.pat-empty[b-07aq5am2uv] {
  padding: 48px 32px;
  text-align: center;
  max-width: 480px;
  margin: 0 auto;
}

.pat-empty__title[b-07aq5am2uv] {
  margin: 0 0 12px;
  font-size: 1.25rem;
}

.pat-empty__text[b-07aq5am2uv] {
  margin: 0 0 24px;
}
/* /Components/Pages/PersonalAccessTokenNew/PersonalAccessTokenNew.razor.rz.scp.css */
@charset "UTF-8";
/* Create PAT page — layout close to provided mock */
.pat-new-page[b-y8ekmawwy5] {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px 16px 48px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: var(--surface-background);
}

.pat-new-page__toolbar[b-y8ekmawwy5] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.pat-new-page__title[b-y8ekmawwy5] {
  margin: 0;
}

.pat-new-page__loading[b-y8ekmawwy5] {
  margin: 48px auto;
}

.pat-new-alert[b-y8ekmawwy5] {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 10px;
  background: var(--red-surface-dimmed);
  color: var(--red-text);
  border: 1px solid color-mix(in srgb, var(--red-surface) 20%, transparent);
}
.pat-new-alert .material-icons[b-y8ekmawwy5] {
  font-size: 20px;
}

.pat-new-alert__text[b-y8ekmawwy5] {
  font-size: 14px;
  font-weight: 600;
}

.pat-new-config[b-y8ekmawwy5] {
  background: var(--surface-section);
  border: 1px solid var(--stroke);
  border-radius: 12px;
  padding: 18px;
  box-shadow: 0 2px 12px -4px var(--ui-shadow);
}

.pat-new-grid[b-y8ekmawwy5] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 980px) {
  .pat-new-grid[b-y8ekmawwy5] {
    grid-template-columns: 1fr;
  }
}

.pat-new-card[b-y8ekmawwy5] {
  background: var(--ui-surface-card);
  border: 1px solid var(--stroke);
  border-radius: 12px;
  padding: 16px;
}

.pat-new-card__header[b-y8ekmawwy5] {
  display: grid;
  grid-template-columns: 28px auto 1fr;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
.pat-new-card__header h2[b-y8ekmawwy5] {
  margin: 0;
  font-size: 16px;
}
.pat-new-card__header .material-icons[b-y8ekmawwy5] {
  font-size: 20px;
  color: var(--fusion-color);
}

.pat-new-card__sub[b-y8ekmawwy5] {
  justify-self: end;
}

.pat-new-field[b-y8ekmawwy5] {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 12px;
}

.pat-new-label[b-y8ekmawwy5] {
  font-size: 12px;
  font-weight: 700;
  color: var(--text-sec);
}

.pat-new-required[b-y8ekmawwy5] {
  color: var(--red-critical);
}

.pat-new-help[b-y8ekmawwy5] {
  margin: 0;
}

.pat-new-tag-input[b-y8ekmawwy5] {
  display: grid;
  grid-template-columns: 1fr 44px;
  gap: 8px;
  align-items: center;
}

.pat-new-tag-add[b-y8ekmawwy5] {
  height: 40px;
  justify-content: center;
}

.pat-new-tags[b-y8ekmawwy5] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.pat-new-tag[b-y8ekmawwy5] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid var(--stroke);
  background: var(--surface-section);
  color: var(--text-sec);
  font-size: 12px;
  font-weight: 600;
  box-shadow: none;
}
.pat-new-tag .material-icons[b-y8ekmawwy5] {
  font-size: 16px;
  color: var(--text-suggestion);
}

.pat-new-suggestions[b-y8ekmawwy5] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}

.pat-new-suggestion[b-y8ekmawwy5] {
  height: 28px;
  padding: 0 10px;
  border-radius: 8px;
  box-shadow: none;
  border: 1px solid var(--stroke);
  background: var(--surface-section);
  color: var(--primary-color);
  font-size: 12px;
}

.pat-new-current-org[b-y8ekmawwy5] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  background: var(--blue-surface-dimmed);
  border: 1px solid color-mix(in srgb, var(--blue-surface) 15%, transparent);
}
.pat-new-current-org .material-icons[b-y8ekmawwy5] {
  font-size: 20px;
  color: var(--blue-surface);
}

.pat-new-current-org__name[b-y8ekmawwy5] {
  font-weight: 700;
  color: var(--text-prim);
}

.pat-new-scope[b-y8ekmawwy5] {
  margin-top: 14px;
}

.pat-new-scope__label[b-y8ekmawwy5] {
  font-size: 12px;
  font-weight: 700;
  color: var(--text-sec);
  margin-bottom: 8px;
}

.pat-new-scope__tabs[b-y8ekmawwy5] {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.pat-new-scope__tab[b-y8ekmawwy5] {
  justify-content: center;
  height: 36px;
  border-radius: 8px;
  box-shadow: none;
  border: 1px solid var(--stroke);
  background: var(--surface-section);
  color: var(--text-sec);
}
.pat-new-scope__tab .material-icons[b-y8ekmawwy5] {
  font-size: 18px;
}
.pat-new-scope__tab.is-active[b-y8ekmawwy5] {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--ui-text-invert);
}
.pat-new-scope__tab.is-active .material-icons[b-y8ekmawwy5] {
  color: var(--ui-text-invert) !important;
}

.pat-new-scope__summary[b-y8ekmawwy5] {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px;
  border-radius: 12px;
  background: var(--green-surface-dimmed);
  border: 1px solid color-mix(in srgb, var(--green-surface) 25%, transparent);
  margin-top: 12px;
}
.pat-new-scope__summary .material-icons[b-y8ekmawwy5] {
  font-size: 18px;
  color: var(--green);
  margin-top: 1px;
}

.pat-new-scope__summary-title[b-y8ekmawwy5] {
  font-weight: 700;
}

.pat-new-perms[b-y8ekmawwy5] {
  background: var(--surface-section);
  border: 1px solid var(--stroke);
  border-radius: 12px;
  padding: 18px;
  box-shadow: 0 2px 12px -4px var(--ui-shadow);
}

.pat-new-perms__header[b-y8ekmawwy5] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.pat-new-perms__title[b-y8ekmawwy5] {
  display: flex;
  align-items: center;
  gap: 10px;
}
.pat-new-perms__title h2[b-y8ekmawwy5] {
  margin: 0;
  font-size: 16px;
}
.pat-new-perms__title .material-icons[b-y8ekmawwy5] {
  font-size: 20px;
  color: var(--fusion-color);
}

.pat-new-perms__quick[b-y8ekmawwy5] {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 12px 14px;
  border-radius: 12px;
  margin-top: 14px;
  background: var(--ui-surface-card);
  border: 1px solid var(--stroke);
}

.pat-new-perms__selected[b-y8ekmawwy5] {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.pat-new-selected-pill[b-y8ekmawwy5] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: var(--primary-color);
  color: var(--ui-text-invert);
  font-weight: 700;
  font-size: 12px;
}

.pat-new-groups[b-y8ekmawwy5] {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pat-new-group[b-y8ekmawwy5] {
  border-radius: 12px;
  border: 1px solid var(--stroke);
  background: var(--surface-section);
  overflow: hidden;
}

.pat-new-group__summary[b-y8ekmawwy5] {
  list-style: none;
  cursor: pointer;
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: color-mix(in srgb, var(--ui-surface-card) 55%, transparent);
}
.pat-new-group__summary[b-y8ekmawwy5]::-webkit-details-marker {
  display: none;
}

.pat-new-group__left[b-y8ekmawwy5] {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pat-new-group__meta[b-y8ekmawwy5] {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.pat-new-group__title[b-y8ekmawwy5] {
  font-weight: 700;
  color: var(--text-prim);
}

.pat-new-group__body[b-y8ekmawwy5] {
  padding: 10px 14px 14px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.pat-new-perm[b-y8ekmawwy5] {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
  padding: 10px 12px;
  border-radius: 10px;
  background: var(--ui-surface-card);
  border: 1px solid var(--stroke);
}

.pat-new-perm__name[b-y8ekmawwy5] {
  font-weight: 700;
  font-size: 14px;
}

.pat-new-actions[b-y8ekmawwy5] {
  margin-top: 16px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.pat-new-success[b-y8ekmawwy5] {
  background: var(--surface-section);
  border: 1px solid var(--stroke);
  border-radius: 12px;
  padding: 18px;
  box-shadow: 0 2px 12px -4px var(--ui-shadow);
}

.pat-new-success__token[b-y8ekmawwy5] {
  margin: 12px 0 16px;
  padding: 12px 14px;
  border-radius: 10px;
  background: var(--ui-surface-card);
  border: 1px solid var(--stroke);
}
.pat-new-success__token code[b-y8ekmawwy5] {
  white-space: pre-wrap;
  word-break: break-all;
  color: var(--text-prim);
}
/* /Components/Pages/Project/Configuration/ProjectConfiguration.razor.rz.scp.css */
@charset "UTF-8";
.project-config[b-5vas0uthpk] {
  box-sizing: border-box;
  width: 100%;
  background: var(--surface-section);
  border: 1px solid var(--stroke-alpha);
  box-shadow: 0px 4px 24px -4px var(--ui-shadow);
  border-radius: 18px;
  overflow: hidden;
}

.project-config__layout[b-5vas0uthpk] {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  min-height: 572px;
}

/* ── Left sidebar ── */
.project-config__nav[b-5vas0uthpk] {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 24px;
  gap: 24px;
  width: 256px;
  flex-shrink: 0;
  background: var(--surface-background);
  border-right: 1px solid var(--stroke);
}

.project-config__nav h2[b-5vas0uthpk] {
  margin: 0;
}

.project-config__menu[b-5vas0uthpk] {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.project-config__menu-item[b-5vas0uthpk] {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 8px 0 12px;
  gap: 8px;
  height: 40px;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.15s ease;
}

.project-config__menu-item span:first-child[b-5vas0uthpk] {
  font-size: 20px;
  color: var(--text-sec);
}

.project-config__menu-item span:last-child[b-5vas0uthpk] {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.15px;
  color: var(--text-prim);
  flex: 1;
}

.project-config__menu-item:hover[b-5vas0uthpk] {
  background: var(--primary-color-alpha);
}

.project-config__menu-item--active[b-5vas0uthpk] {
  background: var(--primary-color-alpha);
}

.project-config__menu-heading[b-5vas0uthpk] {
  padding: 16px 0 0 0;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.35px;
  color: var(--text-sec);
}

/* ── Right content ── */
.project-config__content[b-5vas0uthpk] {
  display: flex;
  flex-direction: column;
  padding: 24px 0;
  gap: 32px;
  flex: 1;
  min-width: 0;
  overflow-y: auto;
}

/* SC tab gets its own wrapper so it controls its own padding */
.project-config__sc-wrapper[b-5vas0uthpk] {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0 32px;
  min-height: 0;
}

.project-config__content > h2[b-5vas0uthpk] {
  margin: 0;
  padding: 0 32px;
}

/* ── Form ── */
.project-config__form[b-5vas0uthpk] {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 0 32px;
}

.project-config__row[b-5vas0uthpk] {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 24px;
}

.project-config__field[b-5vas0uthpk] {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}

.project-config__field--full[b-5vas0uthpk] {
  flex: 1 1 100%;
}

.project-config__field label[b-5vas0uthpk] {
  padding-left: 8px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: var(--text-sec);
}

.project-config__input[b-5vas0uthpk] {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 8px 0 16px;
  gap: 8px;
  height: 40px;
  background: var(--ui-surface-sec-generic-cta);
  border: 1px solid var(--stroke);
  border-radius: 6px;
}

.project-config__input input[b-5vas0uthpk] {
  flex: 1;
  border: none;
  background: transparent;
  outline: none;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
  color: var(--text-prim);
}

.project-config__input .material-icons[b-5vas0uthpk] {
  color: var(--text-prim);
}

/* ── Environment selector ── */
.project-config__env-wrapper[b-5vas0uthpk] {
  position: relative;
}

.project-config__input--clickable[b-5vas0uthpk] {
  cursor: pointer;
}

.project-config__chevron[b-5vas0uthpk] {
  margin-left: auto;
  font-size: 18px;
  color: var(--text-prim);
  transition: transform 0.2s ease;
}

.project-config__chevron.open[b-5vas0uthpk] {
  transform: rotate(180deg);
}

.project-config__env-overlay[b-5vas0uthpk] {
  position: fixed;
  inset: 0;
  z-index: 99;
}

.project-config__env-dropdown[b-5vas0uthpk] {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: calc(100% + 4px);
  z-index: 100;
  display: flex;
  flex-direction: column;
  padding: 8px;
  gap: 4px;
  width: 100%;
  background: var(--ui-surface-sec-generic-cta);
  border: 1px solid var(--stroke);
  box-shadow: 0px 4px 24px -4px var(--ui-shadow);
  border-radius: 12px;
}

.project-config__env-item[b-5vas0uthpk] {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 12px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.15s ease;
}

.project-config__env-item:hover[b-5vas0uthpk] {
  background: var(--ui-surface-sec-generic-cta-hover);
}

.project-config__env-item.active[b-5vas0uthpk] {
  background: var(--primary-color-alpha);
}

/* Environment pills */
.project-config__env-pill[b-5vas0uthpk] {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 999px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  white-space: nowrap;
}

.project-config__env-pill--design[b-5vas0uthpk] {
  background: #F0FDF4;
  color: #166534;
}

.project-config__env-pill--implementation[b-5vas0uthpk] {
  background: #4338CA;
  color: #FFFFFF;
}

.project-config__env-pill--build[b-5vas0uthpk] {
  background: #FEF3C7;
  color: #92400E;
}

.project-config__env-pill--run[b-5vas0uthpk] {
  background: #EDE9FE;
  color: #5B21B6;
}

/* Footer with save button */
.project-config__footer[b-5vas0uthpk] {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  padding: 16px 0 0;
  border-top: 1px solid var(--stroke);
}

.project-config__save-msg[b-5vas0uthpk] {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.project-config__save-msg--ok[b-5vas0uthpk] {
  color: var(--alert-low-minor-highlight, #22c55e);
}

.project-config__save-msg--err[b-5vas0uthpk] {
  color: var(--alert-high-critical-highlight, #ef4444);
}

/* Save button — white bg, black text per Figma */
.save-config-btn[b-5vas0uthpk] {
  background: #FFFFFF !important;
  box-shadow: none !important;
  border-radius: 6px !important;
  border: none !important;
  padding: 0 16px !important;
  height: 40px !important;
}

.save-config-btn span[b-5vas0uthpk] {
  font-family: "Inter", sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 16px !important;
  color: #000000 !important;
}

.save-config-btn:hover[b-5vas0uthpk] {
  background: #F0F0F0 !important;
}

/* Placeholder for unimplemented sections */
.project-config__placeholder[b-5vas0uthpk] {
  color: var(--text-sec);
  padding: 0 32px;
}

/* Service Connections */
.sc-header[b-5vas0uthpk] {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  padding: 0 32px;
}

.sc-header__text[b-5vas0uthpk] {
  flex: 1;
}

.sc-header__text h2[b-5vas0uthpk] {
  margin: 0;
  padding: 0;
}

.sc-header__text p[b-5vas0uthpk] {
  margin: 4px 0 0;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--text-sec);
}

.sc-header button[b-5vas0uthpk] {
  flex: none;
}

/* Cards grid: 3 columns */
.sc-grid[b-5vas0uthpk] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  padding: 0 32px;
}

.sc-card[b-5vas0uthpk] {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: calc((100% - 32px) / 3);
  background: var(--ui-surface-card);
  border: 1px solid var(--stroke);
  border-radius: 12px;
  overflow: hidden;
}

/* Logo area */
.sc-card__logo[b-5vas0uthpk] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  background: var(--surface-background);
  border-bottom: 1px solid var(--stroke);
}

.sc-card__logo img[b-5vas0uthpk] {
  max-height: 40px;
  max-width: 120px;
  object-fit: contain;
}

.sc-card__logo-text[b-5vas0uthpk] {
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-size: 20px;
  font-style: italic;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--text-prim);
}

/* Info area */
.sc-card__info[b-5vas0uthpk] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px 16px 16px;
}

.sc-card__name-row[b-5vas0uthpk] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.sc-card__name[b-5vas0uthpk] {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: var(--text-prim);
}

.sc-card__status[b-5vas0uthpk] {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: var(--text-sec);
}

.sc-card__status--activated[b-5vas0uthpk] {
  color: var(--alert-low-minor-highlight);
}

.sc-card__status-dot[b-5vas0uthpk] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--text-sec);
}

.sc-card__status-dot--activated[b-5vas0uthpk] {
  background: var(--alert-low-minor-highlight);
}

.sc-card__status--on.hold[b-5vas0uthpk],
.sc-card__status--on\ hold[b-5vas0uthpk] {
  color: var(--alert-medium-major-highlight);
}

.sc-card__status-dot--on.hold[b-5vas0uthpk],
.sc-card__status-dot--on\ hold[b-5vas0uthpk] {
  background: var(--alert-medium-major-highlight);
}

.sc-card__desc[b-5vas0uthpk] {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: var(--text-sec);
}

.sc-empty[b-5vas0uthpk] {
  color: var(--text-sec);
  font-size: 14px;
}
/* /Components/Pages/Project/Configuration/Tabs/GeneralSettingsTab.razor.rz.scp.css */
.config-tab__section[b-zavcrzysky] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.config-tab__section h3[b-zavcrzysky] {
  margin: 0;
  color: var(--text-prim);
}

.config-tab__divider[b-zavcrzysky] {
  height: 1px;
  background: var(--stroke);
}

.config-tab__sub-text[b-zavcrzysky] {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: var(--text-sec);
}
.config-tab__sub-text strong[b-zavcrzysky] {
  font-weight: 600;
  color: var(--text-prim);
}
.config-tab__sub-text code[b-zavcrzysky] {
  padding: 2px 6px;
  background: var(--ui-surface-card);
  border: 1px solid var(--stroke);
  border-radius: 4px;
  font-size: 13px;
  color: var(--text-prim);
}

.config-tab__radio-group[b-zavcrzysky] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.config-tab__radio-item[b-zavcrzysky] {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.15s ease;
}
.config-tab__radio-item:hover[b-zavcrzysky] {
  background: var(--primary-color-alpha);
}
.config-tab__radio-item input[type=radio][b-zavcrzysky] {
  margin-top: 3px;
  accent-color: var(--primary-color);
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.config-tab__radio-content[b-zavcrzysky] {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.config-tab__radio-content strong[b-zavcrzysky] {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-prim);
}
.config-tab__radio-content p[b-zavcrzysky] {
  margin: 0;
}

.config-tab__select-wrapper[b-zavcrzysky] {
  position: relative;
  width: 100%;
  max-width: 400px;
}

.config-tab__select[b-zavcrzysky] {
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 0 36px 0 16px;
  background: var(--ui-surface-sec-generic-cta);
  border: 1px solid var(--stroke);
  border-radius: 6px;
  color: var(--text-prim);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  appearance: none;
  cursor: pointer;
  outline: none;
}
.config-tab__select option[b-zavcrzysky] {
  color: var(--text-prim);
  background: var(--ui-surface-sec-generic-cta);
}
.config-tab__select:focus[b-zavcrzysky] {
  border-color: var(--primary-color);
}

.config-tab__select-arrow[b-zavcrzysky] {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: var(--text-sec) !important;
  pointer-events: none;
}

.config-tab__input-row[b-zavcrzysky] {
  max-width: 200px;
}

.config-tab__input[b-zavcrzysky] {
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 0 8px 0 16px;
  background: var(--ui-surface-sec-generic-cta);
  border: 1px solid var(--stroke);
  border-radius: 6px;
  color: var(--text-prim);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
  font-weight: 500;
  outline: none;
  transition: border-color 0.15s ease;
}
.config-tab__input[b-zavcrzysky]::placeholder {
  color: var(--text-suggestion);
}
.config-tab__input:focus[b-zavcrzysky] {
  border-color: var(--primary-color);
}

.config-tab__field[b-zavcrzysky] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.config-tab__field label[b-zavcrzysky] {
  padding-left: 8px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: var(--text-sec);
}

.icon-sm[b-zavcrzysky] {
  font-size: 16px !important;
}

.icon-md[b-zavcrzysky] {
  font-size: 18px !important;
}

.icon-lg[b-zavcrzysky] {
  font-size: 20px !important;
}

.config-tab__divider--spaced[b-zavcrzysky] {
  height: 1px;
  background: var(--stroke);
  margin: 8px 0;
}
/* /Components/Pages/Project/Configuration/Tabs/IndexingStatusTab.razor.rz.scp.css */
.indexing-progress[b-aq80dhbw09] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.indexing-progress > span[b-aq80dhbw09] {
  font-size: 14px;
  color: var(--text-prim) !important;
}
.indexing-progress__bar[b-aq80dhbw09] {
  width: 100%;
  height: 6px;
  background: var(--stroke);
  border-radius: 3px;
  overflow: hidden;
}
.indexing-progress__fill[b-aq80dhbw09] {
  height: 100%;
  background: var(--primary-color);
  border-radius: 3px;
  transition: width 0.3s ease;
}

.indexing-results[b-aq80dhbw09] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  background: var(--ui-surface-card);
  border: 1px solid var(--stroke);
  border-radius: 8px;
}

.indexing-result-row[b-aq80dhbw09] {
  display: flex;
  gap: 12px;
  font-size: 14px;
  line-height: 20px;
}
.indexing-result-row strong[b-aq80dhbw09] {
  min-width: 220px;
  color: var(--text-prim);
}
.indexing-result-row span[b-aq80dhbw09] {
  color: var(--text-sec) !important;
}

.indexing-actions[b-aq80dhbw09] {
  display: flex;
  flex-direction: row;
  gap: 8px;
  padding-top: 8px;
}
.indexing-actions button.secondary .label[b-aq80dhbw09],
.indexing-actions button.secondary span.label[b-aq80dhbw09] {
  color: var(--ui-text-sec-cta) !important;
}

.indexing-warning[b-aq80dhbw09] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: var(--alert-medium-major-surface);
  border: 1px solid var(--alert-medium-major-highlight);
  border-radius: 8px;
  font-size: 14px;
  color: var(--alert-medium-major-text);
}
.indexing-warning .material-icons[b-aq80dhbw09] {
  font-size: 20px;
  color: var(--alert-medium-major-highlight) !important;
}
.indexing-warning span:last-child[b-aq80dhbw09] {
  color: var(--alert-medium-major-text) !important;
}
/* /Components/Pages/Project/Configuration/Tabs/IndexingStrategyTab.razor.rz.scp.css */
.strategy-list[b-2k2zc5oha6] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.strategy-item[b-2k2zc5oha6] {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 16px;
  background: var(--ui-surface-card);
  border: 1px solid var(--stroke);
  border-radius: 8px;
  transition: background 0.15s ease;
}
.strategy-item:hover[b-2k2zc5oha6] {
  background: var(--primary-color-alpha);
}

.strategy-item__info[b-2k2zc5oha6] {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
}
.strategy-item__info strong[b-2k2zc5oha6] {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-prim);
}
.strategy-item__info p[b-2k2zc5oha6] {
  color: var(--text-sec);
}

.strategy-toggle[b-2k2zc5oha6] {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
  flex-shrink: 0;
}
.strategy-toggle input[b-2k2zc5oha6] {
  opacity: 0;
  width: 0;
  height: 0;
}
.strategy-toggle__slider[b-2k2zc5oha6] {
  position: absolute;
  cursor: pointer;
  inset: 0;
  background: var(--stroke);
  border-radius: 22px;
  transition: background 0.2s ease;
}
.strategy-toggle__slider[b-2k2zc5oha6]::before {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  left: 3px;
  bottom: 3px;
  background: white;
  border-radius: 50%;
  transition: transform 0.2s ease;
}
input:checked + .strategy-toggle__slider[b-2k2zc5oha6] {
  background: var(--primary-color);
}
input:checked + .strategy-toggle__slider[b-2k2zc5oha6]::before {
  transform: translateX(18px);
}
/* /Components/Pages/Project/Configuration/Tabs/ModelSettingsTab.razor.rz.scp.css */
.model-list[b-w895klr80q] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.model-item[b-w895klr80q] {
  background: var(--ui-surface-card);
  border: 1px solid var(--stroke);
  border-radius: 8px;
  overflow: hidden;
  transition: background 0.15s ease;
}
.model-item--active[b-w895klr80q] {
  border-color: var(--primary-color);
}
.model-item__header[b-w895klr80q] {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  gap: 12px;
}
.model-item__header:hover[b-w895klr80q] {
  background: var(--primary-color-alpha);
}
.model-item__radio[b-w895klr80q] {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  flex: 1;
}
.model-item__radio input[type=radio][b-w895klr80q] {
  accent-color: var(--primary-color);
  width: 16px;
  height: 16px;
}
.model-item__radio span[b-w895klr80q] {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-prim) !important;
}
.model-item__actions[b-w895klr80q] {
  display: flex;
  gap: 4px;
  opacity: 0;
  transition: opacity 0.15s ease;
}
.model-item__header:hover .model-item__actions[b-w895klr80q] {
  opacity: 1;
}
.model-item__details[b-w895klr80q] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px 16px 16px 44px;
  border-top: 1px solid var(--stroke);
}

.model-detail[b-w895klr80q] {
  display: flex;
  gap: 8px;
  font-size: 13px;
  line-height: 18px;
}
.model-detail strong[b-w895klr80q] {
  color: var(--text-prim);
  white-space: nowrap;
}
.model-detail span[b-w895klr80q] {
  color: var(--text-sec) !important;
  word-break: break-all;
}

.model-empty[b-w895klr80q] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px;
}
.model-empty .material-icons[b-w895klr80q] {
  font-size: 20px;
  color: var(--text-sec) !important;
}
.model-empty span:last-child[b-w895klr80q] {
  font-size: 14px;
  color: var(--text-sec) !important;
}

.model-add-form[b-w895klr80q] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px;
  background: var(--ui-surface-card);
  border: 1px solid var(--stroke);
  border-radius: 8px;
}
.model-add-form__actions[b-w895klr80q] {
  display: flex;
  justify-content: flex-end;
  padding-top: 8px;
}

.config-tab__section button.secondary .label[b-w895klr80q],
.config-tab__section button.secondary span.label[b-w895klr80q] {
  color: var(--ui-text-sec-cta) !important;
}
/* /Components/Pages/Project/Configuration/Tabs/StorageTab.razor.rz.scp.css */
.model-list[b-gsijhdo1v9] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.model-item[b-gsijhdo1v9] {
  background: var(--ui-surface-card);
  border: 1px solid var(--stroke);
  border-radius: 8px;
  overflow: hidden;
  transition: background 0.15s ease;
}
.model-item--active[b-gsijhdo1v9] {
  border-color: var(--primary-color);
}
.model-item__header[b-gsijhdo1v9] {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  gap: 12px;
}
.model-item__header:hover[b-gsijhdo1v9] {
  background: var(--primary-color-alpha);
}
.model-item__radio[b-gsijhdo1v9] {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  flex: 1;
}
.model-item__radio input[type=radio][b-gsijhdo1v9] {
  accent-color: var(--primary-color);
  width: 16px;
  height: 16px;
}
.model-item__radio span[b-gsijhdo1v9] {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-prim) !important;
}
.model-item__actions[b-gsijhdo1v9] {
  display: flex;
  gap: 4px;
  opacity: 0;
  transition: opacity 0.15s ease;
}
.model-item__header:hover .model-item__actions[b-gsijhdo1v9] {
  opacity: 1;
}
.model-item__details[b-gsijhdo1v9] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px 16px 16px 44px;
  border-top: 1px solid var(--stroke);
}

.model-detail[b-gsijhdo1v9] {
  display: flex;
  gap: 8px;
  font-size: 13px;
  line-height: 18px;
}
.model-detail strong[b-gsijhdo1v9] {
  color: var(--text-prim);
  white-space: nowrap;
}
.model-detail span[b-gsijhdo1v9] {
  color: var(--text-sec) !important;
  word-break: break-all;
}

.model-empty[b-gsijhdo1v9] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px;
}
.model-empty .material-icons[b-gsijhdo1v9] {
  font-size: 20px;
  color: var(--text-sec) !important;
}
.model-empty span:last-child[b-gsijhdo1v9] {
  font-size: 14px;
  color: var(--text-sec) !important;
}

.model-add-form[b-gsijhdo1v9] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px;
  background: var(--ui-surface-card);
  border: 1px solid var(--stroke);
  border-radius: 8px;
}
.model-add-form__actions[b-gsijhdo1v9] {
  display: flex;
  justify-content: flex-end;
  padding-top: 8px;
}

.config-tab__checkbox-label[b-gsijhdo1v9] {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  text-transform: none !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  color: var(--text-prim) !important;
}
.config-tab__checkbox-label input[type=checkbox][b-gsijhdo1v9] {
  accent-color: var(--primary-color);
  width: 16px;
  height: 16px;
}
.config-tab__checkbox-label span[b-gsijhdo1v9] {
  color: var(--text-prim) !important;
}

.config-tab__section button.secondary .label[b-gsijhdo1v9],
.config-tab__section button.secondary span.label[b-gsijhdo1v9] {
  color: var(--ui-text-sec-cta) !important;
}
/* /Components/Pages/Project/DomainContexts/ProjectDomainContexts.razor.rz.scp.css */
.domain-contexts[b-szk4vg98br] {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px;
  gap: 32px;
  width: 100%;
  background: var(--surface-section);
  border: 1px solid var(--stroke-alpha);
  box-shadow: 0px 4px 24px -4px var(--ui-shadow);
  border-radius: 18px;
}

/* Heading row */
.domain-contexts__heading[b-szk4vg98br] {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}

.domain-contexts__heading h2[b-szk4vg98br] {
  flex: 1;
  margin: 0;
}

.domain-contexts__heading button[b-szk4vg98br] {
  flex: none;
}

/* Cards grid: 3 columns */
.domain-contexts__grid[b-szk4vg98br] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  gap: 24px;
  width: 100%;
}

/* Each card */
.dc-card[b-szk4vg98br] {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 8px 8px 16px;
  gap: 16px;
  width: calc((100% - 48px) / 3);
  min-height: 316px;
  background: var(--ui-surface-card);
  border: 1px solid var(--stroke);
  border-radius: 12px;
}

/* Preview area */
.dc-card__preview[b-szk4vg98br] {
  position: relative;
  width: 100%;
  height: 208px;
  background: var(--surface-background);
  border-radius: 8px;
  overflow: hidden;
}

.dc-card__thumbnail[b-szk4vg98br] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 8px;
}

.dc-card__thumbnail img[b-szk4vg98br] {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 4px;
}

.dc-card__thumbnail > .material-icons[b-szk4vg98br] {
  font-size: 48px;
  color: var(--text-sec);
  opacity: 0.4;
}

/* Version pill */
.dc-card__pill[b-szk4vg98br] {
  position: absolute;
  right: 11px;
  top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 8px;
  height: 24px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #FFFFFF;
}

/* Heading block */
.dc-card__heading[b-szk4vg98br] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 8px;
  gap: 8px;
  width: 100%;
  box-sizing: border-box;
}

/* Title row: type / name + action buttons */
.dc-card__title-row[b-szk4vg98br] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  width: 100%;
}

.dc-card__type[b-szk4vg98br] {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.35px;
  color: var(--text-sec);
  flex: none;
}

.dc-card__separator[b-szk4vg98br] {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-sec);
  flex: none;
}

.dc-card__name[b-szk4vg98br] {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.35px;
  color: var(--text-prim);
  margin: 0;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dc-card__actions[b-szk4vg98br] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  flex: none;
}

.dc-card__actions button[b-szk4vg98br] {
  width: 32px;
  height: 32px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}

.dc-card__actions button span[b-szk4vg98br] {
  color: var(--text-prim) !important;
  font-size: 20px;
}

/* Meta stats */
.dc-card__meta[b-szk4vg98br] {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}

.dc-card__meta-row[b-szk4vg98br] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}

.dc-card__stat[b-szk4vg98br] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}

.dc-card__stat-value[b-szk4vg98br] {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: var(--text-prim);
}

.dc-card__stat-label[b-szk4vg98br] {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: var(--text-sec);
}

.dc-card__menu-wrapper[b-szk4vg98br] {
  position: relative;
}

.dc-card__menu-overlay[b-szk4vg98br] {
  position: fixed;
  inset: 0;
  z-index: 99;
}

.dc-card__menu[b-szk4vg98br] {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 100;
  display: flex;
  flex-direction: column;
  padding: 0;
  width: 220px;
  background: var(--ui-surface-sec-generic-cta);
  border: 1px solid var(--stroke);
  box-shadow: 0px 4px 24px -4px var(--ui-shadow);
  border-radius: 12px;
  overflow: hidden;
}

.dc-card__menu-item[b-szk4vg98br] {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 8px 0 16px;
  gap: 8px;
  height: 48px;
  cursor: pointer;
  align-self: stretch;
}

.dc-card__menu-item:hover[b-szk4vg98br] {
  background: var(--ui-surface-sec-generic-cta-hover);
}

.dc-card__menu-item > .material-icons[b-szk4vg98br] {
  font-size: 20px;
  color: var(--text-sec);
  flex: none;
}

.dc-card__menu-item > span:not(.material-icons)[b-szk4vg98br] {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.15px;
  color: var(--text-prim);
  flex: 1;
  text-align: left;
}

.dc-card__menu-chevron[b-szk4vg98br] {
  font-size: 24px;
  color: var(--text-prim);
  flex: none;
}

.dc-card__menu-item--danger > .material-icons[b-szk4vg98br],
.dc-card__menu-item--danger > span:not(.material-icons)[b-szk4vg98br] {
  color: var(--alert-blocker-highlight) !important;
}
/* /Components/Pages/Project/ProjectPage.razor.rz.scp.css */
.project-page[b-7wcccb0dxu] {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 32px 16px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.project-page__section[b-7wcccb0dxu] {
  padding: 24px 32px;
  outline: none;
}

.project-page > div[b-7wcccb0dxu] {
  outline: none;
}
/* /Components/Pages/Project/ServiceConnections/ProjectServiceConnections.razor.rz.scp.css */
@charset "UTF-8";
.project-service-connections[b-oxvbviqrig] {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}

/* ── Loading ── */
.psc__loading[b-oxvbviqrig] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 32px 0;
  color: var(--text-sec);
  font-family: "Inter", sans-serif;
  font-size: 14px;
}

.psc__spinner[b-oxvbviqrig] {
  animation: psc-spin-b-oxvbviqrig 1s linear infinite;
  font-size: 20px;
}

@keyframes psc-spin-b-oxvbviqrig {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* ── Header ── */
.psc__header[b-oxvbviqrig] {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
}

.psc__header-text[b-oxvbviqrig] {
  flex: 1;
}

.psc__header-text h2[b-oxvbviqrig] {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.35px;
  color: var(--text-prim);
}

.psc__header-text p[b-oxvbviqrig] {
  margin: 4px 0 0;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
  color: var(--text-sec);
}

/* ── Cards grid ── */
.psc__grid[b-oxvbviqrig] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  gap: 24px;
}

/* ── Card ── */
.psc__card[b-oxvbviqrig] {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 8px 8px 16px;
  gap: 16px;
  width: calc((100% - 48px) / 3);
  min-width: 260px;
  background: var(--ui-surface-card, #1B1B1D);
  border: 1px solid var(--stroke, #2D2F2E);
  border-radius: 12px;
}

.psc__card-preview[b-oxvbviqrig] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px 0;
  width: 100%;
  height: 72px;
  box-sizing: border-box;
  background: var(--surface-nav-2);
  border-radius: 8px;
}

.psc__card-preview img[b-oxvbviqrig] {
  max-height: 56px;
  max-width: 176px;
  object-fit: contain;
}

.psc__card-logo-text[b-oxvbviqrig] {
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-size: 20px;
  font-style: italic;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--text-prim);
}

.psc__card-info[b-oxvbviqrig] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 8px;
  width: 100%;
  box-sizing: border-box;
}

.psc__card-name-row[b-oxvbviqrig] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.psc__card-name[b-oxvbviqrig] {
  flex: 1;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.35px;
  color: var(--text-prim);
}

.psc__card-status[b-oxvbviqrig] {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: var(--text-sec);
  white-space: nowrap;
}

.psc__card-status--activated[b-oxvbviqrig] {
  color: var(--text-sec);
}

.psc__card-desc[b-oxvbviqrig] {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: var(--text-prim);
}

/* ── Toggle switch ── */
.psc__toggle[b-oxvbviqrig] {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 4px;
  width: 40px;
  height: 24px;
  box-sizing: border-box;
  background: var(--stroke, #2E2E2E);
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.2s ease;
  flex-shrink: 0;
}

.psc__toggle--on[b-oxvbviqrig] {
  background: var(--primary-color, #4F39F6);
  justify-content: flex-end;
}

.psc__toggle-knob[b-oxvbviqrig] {
  width: 16px;
  height: 16px;
  background: var(--surface, #F8FAFC);
  border-radius: 999px;
  flex-shrink: 0;
}

/* ── Empty state ── */
.psc__empty[b-oxvbviqrig] {
  color: var(--text-sec);
  font-family: "Inter", sans-serif;
  font-size: 14px;
}

/* ── Schema selection grid ── */
.psc__schema-grid[b-oxvbviqrig] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
}

.psc__schema-card[b-oxvbviqrig] {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 8px 8px 16px;
  gap: 12px;
  width: calc((100% - 48px) / 3);
  min-width: 200px;
  background: var(--ui-surface-card, #1B1B1D);
  border: 2px solid var(--stroke, #2D2F2E);
  border-radius: 12px;
  cursor: pointer;
  transition: border-color 0.15s ease;
}

.psc__schema-card:hover[b-oxvbviqrig] {
  border-color: var(--primary-color, #4F39F6);
}

.psc__schema-card--selected[b-oxvbviqrig] {
  border-color: var(--primary-color, #4F39F6);
  background: rgba(79, 57, 246, 0.1);
}

.psc__schema-preview[b-oxvbviqrig] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 64px;
  background: var(--surface-nav-2);
  border-radius: 8px;
}

.psc__schema-logo[b-oxvbviqrig] {
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-size: 16px;
  font-style: italic;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--text-prim);
}

.psc__schema-info[b-oxvbviqrig] {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0 8px;
}

.psc__schema-name[b-oxvbviqrig] {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: var(--text-prim);
}

.psc__schema-desc[b-oxvbviqrig] {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: var(--text-sec);
}

.psc__back-btn[b-oxvbviqrig] {
  background: var(--text-prim) !important;
  flex-shrink: 0;
}

.psc__back-btn span[b-oxvbviqrig] {
  color: var(--surface-background) !important;
  font-size: 20px;
}

/* ── Two-panel add content ── */
.psc__add-content[b-oxvbviqrig] {
  display: flex;
  flex-direction: row;
  border: 1px solid var(--stroke-alpha, rgba(45, 47, 46, 0.3));
  border-radius: 18px;
  overflow: hidden;
  flex: 1;
  min-height: 0;
}

/* Left panel */
.psc__add-left[b-oxvbviqrig] {
  display: flex;
  flex-direction: column;
  padding: 32px 48px;
  gap: 32px;
  width: 40%;
  background: var(--surface-background);
  flex-shrink: 0;
}

.psc__add-left h3[b-oxvbviqrig] {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.35px;
  color: var(--text-prim);
}

.psc__add-selected-card[b-oxvbviqrig] {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 8px 8px 16px;
  gap: 16px;
  background: var(--ui-surface-card, #1B1B1D);
  border: 1px solid var(--stroke, #2D2F2E);
  border-radius: 12px;
}

.psc__add-selected-desc[b-oxvbviqrig] {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: var(--text-prim);
}

.psc__add-selected-desc--muted[b-oxvbviqrig] {
  color: var(--text-sec);
}

/* Right panel */
.psc__add-right[b-oxvbviqrig] {
  display: flex;
  flex-direction: column;
  padding: 32px;
  gap: 16px;
  flex: 1;
  background: var(--ui-surface-card, #1B1B1D);
}

.psc__add-right h3[b-oxvbviqrig] {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.35px;
  color: var(--text-prim);
}

/* ── Form fields ── */
.psc__form-fields[b-oxvbviqrig] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.psc__form-field[b-oxvbviqrig] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.psc__form-field label[b-oxvbviqrig] {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: var(--text-sec);
  padding-left: 8px;
}

.psc__form-field input[b-oxvbviqrig],
.psc__form-field textarea[b-oxvbviqrig] {
  box-sizing: border-box;
  padding: 8px 16px;
  height: 40px;
  background: var(--ui-surface-sec-generic-cta, #0F0F0F);
  border: 1px solid var(--stroke, #2D2F2E);
  border-radius: 6px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
  color: var(--text-prim);
  outline: none;
}

.psc__form-field textarea[b-oxvbviqrig] {
  height: auto;
  resize: vertical;
}

.psc__form-field input:focus[b-oxvbviqrig],
.psc__form-field textarea:focus[b-oxvbviqrig] {
  border-color: var(--primary-color, #4F39F6);
}

.psc__form-field input[b-oxvbviqrig]::placeholder,
.psc__form-field textarea[b-oxvbviqrig]::placeholder {
  color: var(--text-sec, #727473);
}

/* ── Add actions bar ── */
.psc__add-actions[b-oxvbviqrig] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-top: auto;
}

.psc__add-actions-right[b-oxvbviqrig] {
  display: flex;
  justify-content: flex-end;
  flex: 1;
}

.psc__add-actions .material-icons[b-oxvbviqrig] {
  font-size: 20px;
}

.psc__add-actions .destructive span[b-oxvbviqrig] {
  color: var(--ui-text-sec-destruc-cta) !important;
}

.psc__form-msg[b-oxvbviqrig] {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.psc__form-msg--ok[b-oxvbviqrig] {
  color: var(--alert-low-minor-highlight, #22c55e);
}

.psc__form-msg--err[b-oxvbviqrig] {
  color: var(--alert-high-critical-highlight, #ef4444);
}

/* ── Dark mode overrides ── */
[data-theme=dark] .psc__card-preview[b-oxvbviqrig],
[data-theme=dark] .psc__schema-preview[b-oxvbviqrig] {
  background: var(--surface-background);
}
/* /Components/Pages/UiKit.razor.rz.scp.css */
div.container[b-35b8ko6o94] {
  display: flex;
  width: 100%;
}

.container-dark[b-35b8ko6o94] {
  background-color: var(--surface-background);
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
  padding: 16px;
}

.container-light[b-35b8ko6o94] {
  background-color: var(--surface-background);
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
  padding: 16px;
}
/* /Components/Ui/Ads/MarketingPreview.razor.rz.scp.css */
.marketing-preview[b-9ttu7m2mjb] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 128px;
  border-bottom: 1px solid var(--stroke-alpha);
  background-color: var(--surface-nav-1);
  width: 100%;
  z-index: 1;
}
.marketing-preview p[b-9ttu7m2mjb] {
  margin: 0;
}
/* /Components/Ui/Card/Card.razor.rz.scp.css */
.ui-card[b-63yoihgo9p] {
  border-radius: 12px;
  padding: 16px;
}
.ui-card--default[b-63yoihgo9p] {
  background-color: var(--surface-section);
  border: 1px solid var(--stroke-alpha);
  box-shadow: 0 4px 24px -4px var(--ui-shadow);
}
.ui-card--outline[b-63yoihgo9p] {
  background-color: var(--ui-surface-card);
  border: 1px solid var(--stroke);
}
.ui-card--filled[b-63yoihgo9p] {
  background-color: var(--ui-surface-card);
  border: none;
}
/* /Components/Ui/Form/Textarea.razor.rz.scp.css */
.textarea-container[b-l4ik1y9zmj] {
  width: 100%;
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 16px;
  background: linear-gradient(var(--ui-surface-card), var(--ui-surface-card)) padding-box, linear-gradient(90deg, var(--fusion-color), var(--surface-background)) border-box;
  box-shadow: 0 4px 16px -4px var(--ui-shadow-ia-2), 0 4px 16px -4px var(--ui-shadow-ia-1);
  display: flex;
  gap: 16px;
}

textarea[b-l4ik1y9zmj] {
  width: 100%;
  height: 108px;
  border: none;
  outline: none;
  background: transparent;
  resize: none;
  flex: 1;
}

.logo-icon[b-l4ik1y9zmj] {
  width: 24px;
  height: 24px;
}

.right-container[b-l4ik1y9zmj] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.send-button[b-l4ik1y9zmj] {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  cursor: pointer;
  align-self: flex-end;
  background: #0f0f0f;
  border: 1px solid #2d2f2e;
}
.send-button .material-icons[b-l4ik1y9zmj] {
  font-size: 16px;
  color: #ffffff !important;
}
[data-theme=light] .send-button[b-l4ik1y9zmj] {
  background: #ffffff;
  border: 1px solid #e2e8f0;
}
[data-theme=light] .send-button .material-icons[b-l4ik1y9zmj] {
  color: #0f172b !important;
}

.share-icon[b-l4ik1y9zmj] {
  width: 32px;
  height: 32px;
  padding: 8.5px;
  box-sizing: border-box;
  cursor: pointer;
  align-self: flex-end;
}
[data-theme=dark] .share-icon[b-l4ik1y9zmj] {
  filter: brightness(0) invert(1);
}
[data-theme=light] .share-icon[b-l4ik1y9zmj] {
  filter: brightness(0);
}
/* /Components/Ui/Header/HeaderConnected.razor.rz.scp.css */
.main-header[b-5cammpiaqa] {
  display: flex;
  align-items: center;
  padding: 0 16px;
  gap: 16px;
  height: 64px;
  border-bottom: 1px solid var(--stroke-alpha);
  background-color: var(--surface-nav-1);
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 100;
}
.main-header .logo[b-5cammpiaqa] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.main-header .logo img[b-5cammpiaqa] {
  background-color: white;
  border-radius: 8px;
  padding: 6px;
  border: 2px solid var(--red);
  height: 36px;
}
.main-header .logo p[b-5cammpiaqa] {
  margin: 0;
}
.main-header span[b-5cammpiaqa] {
  font-size: 20px;
  color: var(--ui-text-sec-cta);
}
.main-header .separator[b-5cammpiaqa] {
  width: 1px;
  height: 24px;
  background-color: var(--stroke);
}
.main-header .apps[b-5cammpiaqa] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-header .apps > span[b-5cammpiaqa] {
  cursor: pointer;
}
.main-header .apps .apps-menu[b-5cammpiaqa] {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: var(--surface-background);
  border: 1px solid var(--stroke);
  border-radius: 12px;
  box-shadow: 0 4px 12px 0 var(--ui-shadow);
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 504px;
  z-index: 1000;
}
.main-header .apps .apps-menu > div[b-5cammpiaqa] {
  padding: 24px;
}
.main-header .apps .apps-menu > div:first-child[b-5cammpiaqa] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
}
.main-header .apps .apps-menu > div:first-child button[b-5cammpiaqa] {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 16px 8px;
  gap: 0;
}
.main-header .apps .apps-menu > div:first-child button .icon[b-5cammpiaqa] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background-color: white;
  border: 2px solid transparent;
}
.main-header .apps .apps-menu > div:first-child button .icon svg[b-5cammpiaqa] {
  width: 20px;
  height: 18px;
}
.main-header .apps .apps-menu > div:first-child button p[b-5cammpiaqa],
.main-header .apps .apps-menu > div:first-child button h4[b-5cammpiaqa] {
  margin: 0;
}
.main-header .apps .apps-menu > div:first-child button h4[b-5cammpiaqa] {
  margin-top: 8px;
}
.main-header .apps .apps-menu > div:last-child[b-5cammpiaqa] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.main-header .apps .apps-menu > div:last-child > *[b-5cammpiaqa] {
  margin: 0;
}
.main-header .apps .apps-menu > div:last-child > button[b-5cammpiaqa] {
  align-self: flex-start;
}
.main-header .notifications[b-5cammpiaqa] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-header .notifications > span.material-icons[b-5cammpiaqa] {
  cursor: pointer;
}
.main-header .notifications span.pin[b-5cammpiaqa] {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--ui-text-sec-destruc-cta);
  border: 1px solid var(--surface-background);
  width: 8px;
  height: 8px;
  border-radius: 8px;
}
.main-header .notifications .notifications-menu[b-5cammpiaqa] {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: var(--surface-background);
  border: 1px solid var(--stroke);
  border-radius: 12px;
  box-shadow: 0 4px 12px 0 var(--ui-shadow);
  width: 300px;
  z-index: 1000;
  padding: 24px;
}
.main-header .profil[b-5cammpiaqa] {
  position: relative;
  min-width: 230px;
}
.main-header .profil > button[b-5cammpiaqa] {
  width: 100%;
}
.main-header .profil > button > p[b-5cammpiaqa] {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  font-size: 14px;
  text-align: left;
}
.main-header .profil > button > span:first-child[b-5cammpiaqa] {
  background-image: linear-gradient(to left, #615fff, #ad46ff);
  border-radius: 999px;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white !important;
  font-size: 10px;
  font-weight: 700;
}
.main-header .profil > button > span:last-child[b-5cammpiaqa] {
  margin-left: 8px;
}
.main-header .profil .profil-menu[b-5cammpiaqa] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--surface-background);
  border-radius: 12px;
  box-shadow: 0 4px 12px 0 var(--ui-shadow);
}
.main-header .profil .profil-menu > div.main-row[b-5cammpiaqa] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px;
  color: var(--text-prim);
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
}
.main-header .profil .profil-menu > div.main-row > p[b-5cammpiaqa] {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  text-align: left;
}
.main-header .profil .profil-menu > div.main-row > span:last-child[b-5cammpiaqa] {
  width: 24px;
  height: 24px;
  border-radius: 8px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.main-header .profil .profil-menu > div.main-row > span:first-child[b-5cammpiaqa] {
  background-image: linear-gradient(to left, #615fff, #ad46ff);
  border-radius: 999px;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 10px;
  font-weight: 700;
}
.main-header .profil .profil-menu > a[b-5cammpiaqa],
.main-header .profil .profil-menu > form[b-5cammpiaqa] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 16px;
  color: var(--text-prim);
  font-weight: 600;
  font-size: 14px;
  height: 48px;
}
.main-header .profil .profil-menu > a span[b-5cammpiaqa],
.main-header .profil .profil-menu > form span[b-5cammpiaqa] {
  color: var(--text-sec) !important;
}
.main-header .profil .profil-menu > a button[b-5cammpiaqa],
.main-header .profil .profil-menu > form button[b-5cammpiaqa] {
  background: none;
  padding: 0;
  box-shadow: none;
  color: var(--text-prim);
}
/* /Components/Ui/Header/HeaderPreview.razor.rz.scp.css */
.header-preview[b-7o5vjuesnj] {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  padding: 0 16px;
  gap: 8px;
  height: 64px;
  border-bottom: 1px solid var(--stroke-alpha);
  background-color: #000000;
  width: 100%;
  z-index: 1;
}
.header-preview .logo img[b-7o5vjuesnj] {
  height: 100%;
}
/* /Components/Ui/Header/HeaderTab.razor.rz.scp.css */
.tab-header[b-jbd6w1qzen] {
  display: flex;
  align-items: center;
  padding: 7px 16px 0 16px;
  gap: 16px;
  height: 56px;
  border-bottom: 1px solid var(--stroke-alpha);
  background-color: var(--surface-nav-1);
  width: 100%;
}
.tab-header > a[b-jbd6w1qzen] {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: var(--ui-surface-sec-generic-cta);
  height: 100%;
  padding: 16px;
  border: 1px solid var(--stroke-alpha);
  border-bottom: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: var(--text-prim);
}
.tab-header > a.active[b-jbd6w1qzen] {
  background-color: var(--primary-color-alpha);
}
.tab-header > a.active > p[b-jbd6w1qzen] {
  color: var(--text-prim);
}
.tab-header > a > p[b-jbd6w1qzen] {
  margin: 0 16px 0 8px;
  color: var(--text-sec);
}
.tab-header > a > span[b-jbd6w1qzen] {
  color: var(--text-prim);
}
.tab-header > a > span.new[b-jbd6w1qzen] {
  color: var(--text-prim);
  font-size: 9px;
  font-weight: 500;
}
.tab-header > a > .options[b-jbd6w1qzen] {
  margin-right: 8px;
}
/* /Components/Ui/Header/TopBar.razor.rz.scp.css */
@charset "UTF-8";
/* ══════════════════════════════════════════════
   TopBar — Navigation 4 (light + dark via theme vars)
   ══════════════════════════════════════════════ */
.top-bar[b-jizvtumrxp] {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 32px 8px 24px;
  width: 100%;
  height: 68px;
  background: var(--topbar-bg, rgba(255, 255, 255, 0.7));
  border-top: 1px solid var(--stroke, #E2E8F0);
  border-bottom: 1px solid var(--stroke, #E2E8F0);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  position: sticky;
  top: 120px; /* header 64px + tabs-bar 56px */
  z-index: 50;
}

.top-bar__content[b-jizvtumrxp] {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  gap: 16px;
  width: 100%;
  height: 52px;
  flex-grow: 1;
}

/* ── Org selector ── */
.top-bar__org-selector[b-jizvtumrxp] {
  position: relative;
}

.top-bar__org-button[b-jizvtumrxp] {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 16px;
  gap: 16px;
  width: 305px;
  height: 52px;
  background: var(--ui-surface-sec-generic-cta, #FFFFFF) !important;
  border: 1px solid var(--stroke, #E2E8F0) !important;
  border-radius: 8px;
  box-shadow: none !important;
  cursor: pointer;
  transition: border-color 0.15s ease;
}

.top-bar__org-button:hover[b-jizvtumrxp] {
  border-color: var(--primary-color, #4f39f6) !important;
}

/* Override global "button span { color: var(--ui-text-prim-cta) !important }" */
.top-bar__org-button span[b-jizvtumrxp] {
  color: var(--text-prim, #0F172B) !important;
}

/* Leading icon (lock) */
.top-bar__org-leading-icon[b-jizvtumrxp] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  flex: none;
  color: var(--text-prim, #0F172B) !important;
}

/* Name block: label + subtitle */
.top-bar__org-name-block[b-jizvtumrxp] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  gap: 4px;
  flex: 1;
  min-width: 0;
}

.top-bar__org-label[b-jizvtumrxp] {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: var(--text-prim, #0F172B) !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}

.top-bar__org-subtitle[b-jizvtumrxp] {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #8C8E8D !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}

/* Trailing icon (chevron) */
.top-bar__org-trailing-icon[b-jizvtumrxp] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex: none;
  color: var(--text-prim, #0F172B) !important;
  transition: transform 0.2s ease;
}

.top-bar__org-trailing-icon.open[b-jizvtumrxp] {
  transform: rotate(180deg);
}

/* ── Dropdown overlay (click-outside to close) ── */
.top-bar__dropdown-overlay[b-jizvtumrxp] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}

/* ── Dropdown ── */
.top-bar__dropdown[b-jizvtumrxp] {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  width: 305px;
  background: var(--ui-surface-sec-generic-cta, #FFFFFF);
  border: 1px solid var(--stroke, #E2E8F0);
  border-radius: 8px;
  box-shadow: 0 4px 12px 0 var(--ui-shadow, rgba(69, 85, 108, 0.15));
  padding: 4px;
  z-index: 100;
}

/* Each dropdown row mirrors the org button layout */
.top-bar__dropdown-item[b-jizvtumrxp] {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 16px;
  gap: 16px;
  width: 100%;
  min-height: 52px;
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  transition: background 0.15s ease;
}

.top-bar__dropdown-item:hover[b-jizvtumrxp] {
  background: var(--ui-surface-sec-generic-cta-hover, rgba(79, 57, 246, 0.1));
}

.top-bar__dropdown-item.active[b-jizvtumrxp] {
  background: var(--primary-color-alpha, rgba(79, 57, 246, 0.15));
}

/* Leading icon in dropdown item */
.top-bar__dropdown-item-icon[b-jizvtumrxp] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  flex: none;
  color: var(--text-prim, #0F172B);
}

.top-bar__dropdown-item.active .top-bar__dropdown-item-icon[b-jizvtumrxp] {
  color: var(--primary-color, #4f39f6);
}

/* Info block: name + subtitle (mirrors org-name-block) */
.top-bar__dropdown-item-info[b-jizvtumrxp] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  gap: 4px;
  flex: 1;
  min-width: 0;
}

.top-bar__dropdown-item-name[b-jizvtumrxp] {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: var(--text-prim, #0F172B);
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}

.top-bar__dropdown-item.active .top-bar__dropdown-item-name[b-jizvtumrxp] {
  color: var(--primary-color, #4f39f6);
}

.top-bar__dropdown-item-sub[b-jizvtumrxp] {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #8C8E8D;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}

/* Check icon for selected item */
.top-bar__check[b-jizvtumrxp] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  flex: none;
  color: var(--primary-color, #4f39f6);
}

/* Empty state */
.top-bar__dropdown-empty[b-jizvtumrxp] {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px 16px;
  min-height: 52px;
  color: #8C8E8D;
  font-size: 14px;
}

/* ── Breadcrumb chevron ── */
.top-bar__breadcrumb-chevron[b-jizvtumrxp] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex: none;
  color: var(--text-sec);
}

/* ── Project selector (in breadcrumb mode) ── */
.top-bar__project-selector[b-jizvtumrxp] {
  position: relative;
}

.top-bar__project-selector .top-bar__org-button[b-jizvtumrxp] {
  width: 332px;
}

/* ── Feature selector (in breadcrumb mode) ── */
.top-bar__feature-selector[b-jizvtumrxp] {
  position: relative;
}

.top-bar__feature-selector .top-bar__org-button[b-jizvtumrxp] {
  width: 305px;
}

/* ── Center content (e.g. view tabs on feature page) ── */
.top-bar__center[b-jizvtumrxp] {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ── Status pill ── */
.top-bar__status-badge[b-jizvtumrxp] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 12px;
  height: 24px;
  background: #FFEDD4;
  border-radius: 999px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #CA3500;
  flex: none;
}

/* ── Spacer ── */
.top-bar__spacer[b-jizvtumrxp] {
  flex: 1;
}

/* ── Actions (right side) ── */
.top-bar__actions[b-jizvtumrxp] {
  display: none;
}

.top-bar__share-button[b-jizvtumrxp] {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 16px;
  gap: 8px;
  height: 40px;
  background: var(--ui-surface-prim-generic-cta, #0F172B);
  color: var(--ui-text-prim-cta, #FFFFFF);
  box-shadow: 0px 10px 16px -4px var(--ui-shadow, rgba(69, 85, 108, 0.15)), 0px 4px 8px -4px var(--ui-shadow, rgba(69, 85, 108, 0.15));
  border-radius: 6px;
  border: none;
  cursor: pointer;
  transition: background 0.15s ease;
}

.top-bar__share-button:hover[b-jizvtumrxp] {
  background: var(--ui-surface-prim-generic-cta-hover, #4f39f6);
}

.top-bar__share-label[b-jizvtumrxp] {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: inherit;
}
/* /Components/Ui/LeftToolbar/LeftToolbar.razor.rz.scp.css */
.left-toolbar[b-vstfk4jcs2] {
  box-sizing: border-box;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  gap: 16px;
  width: 104px;
  height: 100vh;
  background: var(--surface-nav-1);
  border-right: 1px solid var(--stroke);
  border-radius: 0;
}
[data-theme=dark] .left-toolbar[b-vstfk4jcs2] {
  background: rgba(12, 13, 12, 0.7);
  border-right-color: var(--stroke);
}
.left-toolbar__btn[b-vstfk4jcs2] {
  all: unset;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  width: 56px;
  height: 56px;
  border-radius: 8px;
  box-shadow: 0px 4px 24px -4px var(--ui-shadow);
  flex: none;
  flex-grow: 0;
}
[data-theme=dark] .left-toolbar__btn[b-vstfk4jcs2] {
  box-shadow: 0px 4px 24px -4px var(--ui-shadow);
}
.left-toolbar__btn-container[b-vstfk4jcs2] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 56px;
  height: 56px;
  background: var(--text-white);
  border: 1px solid var(--stroke);
  border-radius: 8px;
}
[data-theme=dark] .left-toolbar__btn-container[b-vstfk4jcs2] {
  background: var(--text-white);
  border-color: transparent;
}
.left-toolbar__btn-container .material-symbols-outlined[b-vstfk4jcs2],
.left-toolbar__btn-container .material-icons[b-vstfk4jcs2] {
  font-size: 32px;
  color: var(--text-black) !important;
}
.left-toolbar__btn-container--ai[b-vstfk4jcs2] {
  background: linear-gradient(90deg, color-mix(in srgb, var(--fusion-color) 60%, black) 0%, var(--fusion-color) 100%) !important;
  border-color: transparent !important;
}
.left-toolbar__btn-icon[b-vstfk4jcs2] {
  width: 32px;
  height: 32px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.left-toolbar__btn--active .left-toolbar__btn-container[b-vstfk4jcs2] {
  outline: 2px solid var(--primary-color);
  outline-offset: 2px;
}
.left-toolbar__spacer[b-vstfk4jcs2] {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  width: 56px;
  flex: none;
  flex-grow: 1;
}
/* /Components/Ui/Members/MembersList.razor.rz.scp.css */
.members-list[b-0z2yfdipw4] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px;
  gap: 32px;
}

.members-list .members-heading[b-0z2yfdipw4] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.members-list .members-heading h2[b-0z2yfdipw4] {
  flex: 1;
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.35px;
  color: var(--text-prim);
}

.members-list .members-heading__actions[b-0z2yfdipw4] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.members-list .members-table[b-0z2yfdipw4] {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.members-list .members-table__header[b-0z2yfdipw4] {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  height: 40px;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  padding-left: 72px;
  padding-right: 48px;
}

.members-list .members-table__col[b-0z2yfdipw4] {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 0 16px;
  height: 40px;
  background: #F1F5F9;
}

[data-theme=dark] .members-list .members-table__col[b-0z2yfdipw4] {
  background: #000000;
}

.members-list .members-table__col span:not(.material-icons):not(.material-symbols-outlined)[b-0z2yfdipw4] {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.15px;
  color: var(--text-sec);
}

.members-list .members-table__col--name[b-0z2yfdipw4] {
  width: 300px;
  flex-shrink: 0;
}

.members-list .members-table__col--project[b-0z2yfdipw4] {
  width: 245px;
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--primary-color-alpha);
}

.members-list .members-table__col--project span:not(.material-icons):not(.material-symbols-outlined)[b-0z2yfdipw4] {
  color: var(--text-prim) !important;
}

.members-list .members-table__col--c3[b-0z2yfdipw4] {
  flex: 1;
  min-width: 0;
}

.members-list .members-table__col--c4[b-0z2yfdipw4] {
  width: 200px;
  flex-shrink: 0;
}

.members-list .members-table__sort-btn[b-0z2yfdipw4] {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border-radius: 4px;
  border: 1px solid var(--primary-color);
  cursor: pointer;
  box-shadow: none;
  background: var(--primary-color-alpha);
}

.members-list .members-table__sort-btn .material-icons[b-0z2yfdipw4],
.members-list .members-table__sort-btn .material-symbols-outlined[b-0z2yfdipw4] {
  color: var(--text-prim) !important;
}

.members-list .members-table__body[b-0z2yfdipw4] {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0 0 4px 0;
  border-radius: 0 0 8px 8px;
  background: rgba(241, 245, 249, 0.7);
}

[data-theme=dark] .members-list .members-table__body[b-0z2yfdipw4] {
  background: rgba(12, 13, 12, 0.7);
}

.members-list .member-card[b-0z2yfdipw4] {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 8px 16px 8px 8px;
  gap: 8px;
  height: 64px;
  background: var(--ui-surface-card);
  border: 1px solid var(--stroke);
  border-radius: 8px;
}

.members-list .member-card__avatar[b-0z2yfdipw4] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 999px;
  background: rgba(241, 245, 249, 0.7);
}

[data-theme=dark] .members-list .member-card__avatar[b-0z2yfdipw4] {
  background: rgba(12, 13, 12, 0.7);
}

.members-list .member-card__avatar .material-icons[b-0z2yfdipw4] {
  color: var(--text-prim);
}

.members-list .member-card__content[b-0z2yfdipw4] {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 0 8px 8px;
  gap: 4px;
  flex: 1;
  height: 48px;
}

.members-list .member-card__name[b-0z2yfdipw4] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  width: 300px;
  flex-shrink: 0;
  min-width: 0;
}

.members-list .member-card__lastname[b-0z2yfdipw4] {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.15px;
  color: var(--text-prim);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.members-list .member-card__firstname[b-0z2yfdipw4] {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
  color: var(--text-sec);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.members-list .member-card__project[b-0z2yfdipw4] {
  width: 245px;
  flex-shrink: 0;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
  color: var(--text-prim);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.members-list .member-card__col-secondary[b-0z2yfdipw4] {
  width: 200px;
  flex-shrink: 0;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
  color: var(--text-sec);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.members-list .member-card__col-grow[b-0z2yfdipw4] {
  width: auto;
  flex: 1;
  min-width: 0;
}

.members-list .member-card__settings[b-0z2yfdipw4] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 40px;
  flex-shrink: 0;
}

.members-list .member-card__settings button[b-0z2yfdipw4] {
  width: 32px;
  height: 32px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  border: none;
  box-shadow: none;
}

.members-list .member-card__settings button .material-icons[b-0z2yfdipw4] {
  color: var(--text-sec) !important;
}
/* /Components/Ui/ReactFlow/ReactFlowWrapper.razor.rz.scp.css */
.react-flow-container[b-afp6mtr3iu] {
  width: 100%;
  flex: 1;
  min-height: 0;
  position: relative;
}

.react-flow-host[b-afp6mtr3iu] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.react-flow-top-header[b-afp6mtr3iu] {
  position: absolute;
  top: 24px;
  right: 24px;
  border-radius: 12px;
  padding: 0 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: var(--ui-surface-sec-generic-cta);
  border: 1px solid var(--stroke);
  box-shadow: 0 4px 24px -4px var(--ui-shadow);
}
.react-flow-top-header .separator[b-afp6mtr3iu] {
  width: 1px;
  height: 24px;
  margin: 12px 0;
  background-color: var(--stroke);
}

.react-flow-right-header[b-afp6mtr3iu] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.react-flow-right-header > div[b-afp6mtr3iu] {
  width: 48px;
  border-radius: 12px;
  padding: 8px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  background-color: var(--ui-surface-sec-generic-cta);
  border: 1px solid var(--stroke);
  box-shadow: 0 4px 24px -4px var(--ui-shadow);
}
.react-flow-right-header > div .separator[b-afp6mtr3iu] {
  width: 24px;
  height: 1px;
  margin: 0 12px;
  background-color: var(--stroke);
}
/* /Components/Ui/Sidebar/Sidebar.razor.rz.scp.css */
.sidebar[b-w0r0fr5fpy] {
  box-sizing: border-box;
  position: fixed;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px;
  gap: 8px;
  width: 64px;
  background: var(--surface-section);
  border: 1px solid var(--stroke-alpha);
  box-shadow: 0px 0px 0px 1px rgba(49, 65, 88, 0.2), 0px 8px 30px rgba(0, 0, 0, 0.04);
  border-radius: 12px;
}
.sidebar__item[b-w0r0fr5fpy] {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  width: 48px;
  height: 48px;
  position: relative;
  text-decoration: none;
}
.sidebar__item-inner[b-w0r0fr5fpy] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  width: 48px;
  height: 48px;
  border-radius: 6px;
  transition: background-color 0.2s ease;
}
.sidebar__item img[b-w0r0fr5fpy] {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
[data-theme=dark] .sidebar__item img[b-w0r0fr5fpy] {
  filter: invert(0.9);
}
.sidebar__item .material-icons[b-w0r0fr5fpy],
.sidebar__item .material-symbols-outlined[b-w0r0fr5fpy] {
  font-size: 24px;
  color: var(--text-prim);
}
.sidebar__item:hover .sidebar__item-inner[b-w0r0fr5fpy] {
  background: var(--primary-color-alpha);
}
.sidebar__item--active .sidebar__item-inner[b-w0r0fr5fpy] {
  background: var(--primary-color-alpha);
}
.sidebar__item--active[b-w0r0fr5fpy]::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 32px;
  left: -8px;
  top: 8px;
  background: #4F39F6;
  border-radius: 0;
}
/* /Components/Ui/Statistics/StatisticsPanel.razor.rz.scp.css */
.statistics-panel[b-8scvv3sg8f] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  gap: 24px;
}
.statistics-panel .section-header[b-8scvv3sg8f] {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 24px 0 0;
  gap: 16px;
  width: 100%;
}
.statistics-panel .section-header h2[b-8scvv3sg8f] {
  flex: 1;
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.35px;
  color: var(--text-prim);
}
.statistics-panel .section-header__tabs[b-8scvv3sg8f] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.statistics-panel .stat-tab[b-8scvv3sg8f] {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  height: 32px;
  border-radius: 6px;
  border: 1px solid var(--stroke);
  background: var(--surface-ground);
  color: var(--text-prim);
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: none;
}
.statistics-panel .stat-tab--active[b-8scvv3sg8f] {
  border-color: var(--primary-color);
  background: var(--primary-color-alpha);
  color: var(--text-prim);
}
.statistics-panel .statistics-content[b-8scvv3sg8f] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
}
.statistics-panel .statistics-cards[b-8scvv3sg8f] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex-shrink: 0;
  width: 32%;
}
.statistics-panel .stat-card[b-8scvv3sg8f] {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  gap: 8px;
  width: 100%;
  background: var(--ui-surface-card);
  border: 1px solid var(--stroke);
  box-shadow: 0px 4px 24px -4px var(--ui-shadow);
  border-radius: 12px;
}
.statistics-panel .stat-card__label[b-8scvv3sg8f] {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.35px;
  color: var(--text-sec);
  margin-bottom: 8px;
}
.statistics-panel .stat-card__row[b-8scvv3sg8f] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.statistics-panel .stat-card__value[b-8scvv3sg8f] {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0.4px;
  color: var(--text-prim);
}
.statistics-panel .stat-card__sub[b-8scvv3sg8f] {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: var(--text-sec);
}
.statistics-panel .stat-pill[b-8scvv3sg8f] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 8px;
  height: 24px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 999px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: var(--text-prim);
}
[data-theme=dark] .statistics-panel .stat-pill[b-8scvv3sg8f] {
  background: rgba(255, 255, 255, 0.2);
}
.statistics-panel .stat-progress[b-8scvv3sg8f] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 6px;
  background: rgba(16, 185, 129, 0.2);
  border-radius: 9999px;
}
.statistics-panel .stat-progress__bar[b-8scvv3sg8f] {
  height: 100%;
  background: #10B981;
  border-radius: 9999px;
  transition: width 0.3s ease;
}
.statistics-panel .stat-chart[b-8scvv3sg8f] {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  gap: 24px;
  flex: 1;
  background: var(--ui-surface-card);
  border: 1px solid var(--stroke);
  box-shadow: 0px 4px 24px -4px var(--ui-shadow);
  border-radius: 12px;
}
.statistics-panel .stat-chart__header[b-8scvv3sg8f] {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  width: 100%;
}
.statistics-panel .stat-chart__header-info[b-8scvv3sg8f] {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}
.statistics-panel .stat-chart__title-row[b-8scvv3sg8f] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.statistics-panel .stat-chart__title-row h2[b-8scvv3sg8f] {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.35px;
  color: var(--text-prim);
}
.statistics-panel .stat-chart__subtitle[b-8scvv3sg8f] {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
  color: var(--text-sec);
}
.statistics-panel .stat-chart__toggles[b-8scvv3sg8f] {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 4px;
  border-radius: 12px;
  background: var(--primary-color-alpha);
}
.statistics-panel .stat-chart__canvas[b-8scvv3sg8f] {
  width: 100%;
  height: 296px;
  position: relative;
}
.statistics-panel .stat-chart__legend[b-8scvv3sg8f] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 12px;
  min-height: 61px;
  box-sizing: border-box;
  border-top: 1px solid var(--stroke);
}
.statistics-panel .stat-chart__legend-items[b-8scvv3sg8f] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
}
.statistics-panel .stat-chart__legend-status[b-8scvv3sg8f] {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0;
}
.statistics-panel .stat-chart-pill[b-8scvv3sg8f] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 12px 0 4px;
  gap: 4px;
  height: 24px;
  background: #F0FDF6;
  border-radius: 999px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #1D4F33;
}
.statistics-panel .stat-chart-pill .material-icons[b-8scvv3sg8f] {
  color: #1D4F33;
}
.statistics-panel .stat-toggle[b-8scvv3sg8f] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 12px;
  height: 24px;
  border-radius: 8px;
  border: none;
  background: transparent;
  box-shadow: none;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
  color: var(--text-sec);
}
.statistics-panel .stat-toggle--active[b-8scvv3sg8f] {
  border: 1px solid var(--primary-color);
  background: var(--surface-section);
  color: var(--text-prim);
}
.statistics-panel .legend-item[b-8scvv3sg8f] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: var(--text-sec);
}
.statistics-panel .legend-dot[b-8scvv3sg8f] {
  width: 12px;
  height: 12px;
  border-radius: 9999px;
}
.statistics-panel .legend-dot--healthy[b-8scvv3sg8f] {
  background-color: #00C950;
}
.statistics-panel .legend-dot--warning[b-8scvv3sg8f] {
  background-color: #FFD54F;
}
.statistics-panel .legend-dot--critical[b-8scvv3sg8f] {
  background-color: #FB2C36;
}
.statistics-panel .legend-status__label[b-8scvv3sg8f] {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
  color: var(--text-sec);
}
.statistics-panel .legend-status__value[b-8scvv3sg8f] {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  letter-spacing: -0.15px;
  color: var(--text-prim);
}
/* /Components/Ui/TabsBar/TabsBar.razor.rz.scp.css */
@charset "UTF-8";
/* ══════════════════════════════════════════════
   TabsBar — reusable browser-like tab bar
   ══════════════════════════════════════════════ */
.tabs-bar[b-3gx62a9ihk] {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  padding: 8px 24px 0;
  gap: 8px;
  width: 100%;
  height: 56px;
  background: var(--topbar-bg);
  border-bottom: 1px solid var(--stroke-alpha);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  position: sticky;
  top: 64px;
  z-index: 51;
}

/* Home button */
.tabs-bar__home[b-3gx62a9ihk] {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 48px;
  padding: 8px 16px;
  background: var(--ui-surface-sec-generic-cta);
  border: 1px solid var(--stroke-alpha);
  border-bottom: none;
  box-shadow: 0px 4px 24px -4px var(--ui-shadow, rgba(0, 0, 0, 0.2));
  border-radius: 8px 8px 0 0;
  text-decoration: none;
  color: var(--text-prim);
  transition: background 0.15s ease;
}
.tabs-bar__home:hover[b-3gx62a9ihk] {
  background: var(--ui-surface-sec-generic-cta-hover);
}
.tabs-bar__home .material-icons[b-3gx62a9ihk] {
  font-size: 24px;
  color: var(--text-prim) !important;
}

/* Tab — inactive */
.tabs-bar__tab[b-3gx62a9ihk] {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 8px 8px 16px;
  gap: 16px;
  height: 48px;
  background: var(--ui-surface-sec-generic-cta);
  border: 1px solid var(--stroke-alpha);
  border-bottom: none;
  box-shadow: 0px 4px 24px -4px var(--ui-shadow, rgba(0, 0, 0, 0.2));
  border-radius: 8px 8px 0 0;
  cursor: pointer;
  user-select: none;
  transition: background 0.15s ease;
  text-decoration: none;
  color: inherit;
}
.tabs-bar__tab:not(.tabs-bar__tab--active):hover[b-3gx62a9ihk] {
  background: var(--ui-surface-sec-generic-cta-hover);
}
.tabs-bar__tab[b-3gx62a9ihk] {
  /* Tab — active */
}
.tabs-bar__tab--active[b-3gx62a9ihk] {
  background: var(--primary-color-alpha);
  border-color: transparent;
  box-shadow: none;
}
.tabs-bar__tab--active .tabs-bar__tab-label[b-3gx62a9ihk] {
  color: var(--text-prim) !important;
}

/* Icon inside tab */
.tabs-bar__tab-icon[b-3gx62a9ihk] {
  font-size: 24px;
  color: var(--text-prim) !important;
  flex: none;
}

/* Tab label */
.tabs-bar__tab-label[b-3gx62a9ihk] {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.35px;
  white-space: nowrap;
  color: var(--text-sec) !important;
}

/* Tab action buttons (more_vert + close) */
.tabs-bar__tab-actions[b-3gx62a9ihk] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}

.tabs-bar__tab-btn[b-3gx62a9ihk] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0 !important;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  cursor: pointer;
  border-radius: 4px !important;
}
.tabs-bar__tab-btn .material-icons[b-3gx62a9ihk] {
  font-size: 16px;
  color: var(--text-prim) !important;
}
.tabs-bar__tab-btn:hover[b-3gx62a9ihk] {
  background: rgba(255, 255, 255, 0.1) !important;
}
