/* /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;
}

/* ══════════════════════════════════════════════
   Context / Connectors tab — shared elements
   ══════════════════════════════════════════════ */
/* ── Meta bar (repo / branch / date chips) ── */
.feature-detail__ctx-meta-bar[b-3fypykipfx] {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 8px 0 4px;
  width: 100%;
}

.feature-detail__ctx-meta-chip[b-3fypykipfx] {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: var(--ui-surface-sec-generic-cta, #0F0F0F);
  border: 1px solid var(--stroke, #2D2F2E);
  border-radius: 6px;
  padding: 3px 8px;
}

.feature-detail__ctx-meta-label[b-3fypykipfx] {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: var(--text-sec, #8C8E8D);
}

.feature-detail__ctx-meta-val[b-3fypykipfx] {
  font-size: 11px;
  font-weight: 500;
  color: var(--text-prim, #E6E6E6);
}

/* ── Summary stat boxes ── */
.feature-detail__ctx-summary[b-3fypykipfx] {
  display: flex;
  gap: 8px;
  padding: 4px 0;
  width: 100%;
}

.feature-detail__ctx-stat-box[b-3fypykipfx] {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 8px;
  background: var(--ui-surface-sec-generic-cta, #0F0F0F);
  border: 1px solid var(--stroke, #2D2F2E);
  border-radius: 8px;
  gap: 2px;
}

.feature-detail__ctx-stat-label[b-3fypykipfx] {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: var(--text-sec);
}

.feature-detail__ctx-stat-num[b-3fypykipfx] {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 1.2;
}

/* ── Group list container ── */
.feature-detail__ctx-groups[b-3fypykipfx] {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  padding-bottom: 8px;
}

/* ── Group card ── */
.feature-detail__ctx-group[b-3fypykipfx] {
  display: flex;
  flex-direction: column;
  background: var(--ui-surface-card, #1B1B1D);
  border-radius: 8px;
  overflow: hidden;
}

/* ── Group header button ── */
.feature-detail__ctx-group-header[b-3fypykipfx] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  width: 100%;
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  cursor: pointer;
  text-align: left;
}
.feature-detail__ctx-group-header .feature-detail__ctx-group-name[b-3fypykipfx] {
  color: var(--text-prim) !important;
}
.feature-detail__ctx-group-header .feature-detail__ctx-group-sub[b-3fypykipfx] {
  color: var(--text-sec) !important;
}
.feature-detail__ctx-group-header .feature-detail__ctx-group-count[b-3fypykipfx] {
  color: var(--text-prim) !important;
}
.feature-detail__ctx-group-header .feature-detail__ctx-group-chevron[b-3fypykipfx] {
  color: var(--text-sec) !important;
}
.feature-detail__ctx-group-header .material-icons[b-3fypykipfx] {
  color: var(--text-sec) !important;
}

/* ── Icon wrap inside group header ── */
.feature-detail__ctx-group-icon-wrap[b-3fypykipfx] {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* ── Group name (single line) or name+sub wrap ── */
.feature-detail__ctx-group-name[b-3fypykipfx] {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-prim) !important;
  flex: 1;
  text-align: left;
}

.feature-detail__ctx-group-name-wrap[b-3fypykipfx] {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
}
.feature-detail__ctx-group-name-wrap .feature-detail__ctx-group-name[b-3fypykipfx] {
  flex: none;
}

.feature-detail__ctx-group-sub[b-3fypykipfx] {
  font-size: 10px;
  color: var(--text-sec) !important;
}

/* ── Group count pill ── */
.feature-detail__ctx-group-count[b-3fypykipfx] {
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--ui-surface-sec-generic-cta);
  border: 1px solid var(--stroke);
  border-radius: 10px;
  font-size: 11px;
  font-weight: 600;
  color: var(--text-prim) !important;
}

/* ── Chevrons ── */
.feature-detail__ctx-group-chevron[b-3fypykipfx] {
  font-size: 18px !important;
  color: var(--text-sec, #8C8E8D) !important;
  transition: transform 0.15s ease;
  flex-shrink: 0;
}
.feature-detail__ctx-group-chevron--open[b-3fypykipfx] {
  transform: rotate(180deg);
}

.feature-detail__ctx-chevron[b-3fypykipfx] {
  font-size: 16px !important;
  color: var(--text-sec, #8C8E8D) !important;
  transition: transform 0.15s ease;
  flex-shrink: 0;
}
.feature-detail__ctx-chevron--open[b-3fypykipfx] {
  transform: rotate(90deg);
}

/* ── Card (findings / connector detail) ── */
.feature-detail__ctx-card[b-3fypykipfx] {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 8px 12px;
  background: var(--ui-surface-sec-generic-cta, #0F0F0F);
  border-top: 1px solid var(--stroke, #2D2F2E);
}

.feature-detail__ctx-card-row[b-3fypykipfx] {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.feature-detail__ctx-card-row--meta[b-3fypykipfx] {
  color: var(--text-sec, #8C8E8D);
}

.feature-detail__ctx-card-spacer[b-3fypykipfx] {
  flex: 1;
}

/* ── Badges ── */
.feature-detail__ctx-badge[b-3fypykipfx] {
  display: inline-flex;
  align-items: center;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  white-space: nowrap;
}

.feature-detail__ctx-badge--bug[b-3fypykipfx] {
  background: rgba(251, 44, 47, 0.15);
  color: #FB2C2F;
}

.feature-detail__ctx-badge--smell[b-3fypykipfx] {
  background: rgba(255, 213, 79, 0.15);
  color: #C9A100;
}

.feature-detail__ctx-badge--vuln[b-3fypykipfx] {
  background: rgba(251, 165, 44, 0.15);
  color: #FBA52C;
}

.feature-detail__ctx-badge--other[b-3fypykipfx] {
  background: rgba(140, 142, 141, 0.12);
  color: #8C8E8D;
}

.feature-detail__ctx-badge--type[b-3fypykipfx] {
  background: rgba(79, 57, 246, 0.15);
  color: #8b7cf8;
}

.feature-detail__ctx-badge--sev-blocker[b-3fypykipfx] {
  background: rgba(251, 44, 47, 0.2);
  color: #FB2C2F;
}

.feature-detail__ctx-badge--sev-critical[b-3fypykipfx] {
  background: rgba(251, 165, 44, 0.2);
  color: #FBA52C;
}

.feature-detail__ctx-badge--sev-major[b-3fypykipfx] {
  background: rgba(255, 213, 79, 0.2);
  color: #C9A100;
}

.feature-detail__ctx-badge--sev-minor[b-3fypykipfx] {
  background: rgba(0, 201, 80, 0.2);
  color: #00C950;
}

.feature-detail__ctx-badge--sev-info[b-3fypykipfx] {
  background: rgba(44, 170, 253, 0.2);
  color: #2CAAFD;
}

.feature-detail__ctx-badge--sev-other[b-3fypykipfx] {
  background: rgba(140, 142, 141, 0.12);
  color: #8C8E8D;
}

/* ── Small meta text (line number, state) ── */
.feature-detail__ctx-meta-text[b-3fypykipfx] {
  font-size: 10px;
  color: var(--text-sec);
  white-space: nowrap;
}

/* ── Finding message ── */
.feature-detail__ctx-message[b-3fypykipfx] {
  font-size: 11px;
  color: var(--text-sec);
  line-height: 1.4;
  padding-top: 2px;
}

/* ── Connector stat item row ── */
.feature-detail__ctx-stat-item[b-3fypykipfx] {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 0;
  border-top: 1px solid var(--stroke, #2D2F2E);
}
.feature-detail__ctx-stat-item--clickable[b-3fypykipfx] {
  cursor: pointer;
}
.feature-detail__ctx-stat-item--clickable:hover[b-3fypykipfx] {
  background: rgba(255, 255, 255, 0.02);
}

.feature-detail__ctx-stat-count[b-3fypykipfx] {
  font-size: 13px;
  font-weight: 700;
  color: var(--text-prim);
  min-width: 28px;
  text-align: right;
}

/* ── Expanded detail row (per finding/issue) ── */
.feature-detail__ctx-detail-row[b-3fypykipfx] {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 6px 0;
  border-top: 1px solid var(--stroke, #2D2F2E);
}

.feature-detail__ctx-detail-content[b-3fypykipfx] {
  flex: 1;
  min-width: 0;
}

.feature-detail__ctx-detail-link[b-3fypykipfx] {
  font-size: 11px;
  color: var(--primary-color, #4F39F6);
  text-decoration: none;
  word-break: break-all;
}
.feature-detail__ctx-detail-link:hover[b-3fypykipfx] {
  text-decoration: underline;
}

.feature-detail__ctx-detail-text[b-3fypykipfx] {
  font-size: 11px;
  color: var(--text-prim);
  word-break: break-word;
}

/* Stack severity badge + line number vertically */
.feature-detail__ctx-detail-badges[b-3fypykipfx] {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3px;
  flex-shrink: 0;
}

/* ── LoC / schedule row ── */
.feature-detail__ctx-schedule-icon[b-3fypykipfx] {
  font-size: 14px !important;
  color: var(--text-sec, #8C8E8D) !important;
}

.feature-detail__ctx-schedule-text[b-3fypykipfx] {
  font-size: 11px;
  color: var(--text-sec, #8C8E8D);
}

/* ── Empty state ── */
.feature-detail__ctx-empty[b-3fypykipfx] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 32px;
  color: var(--text-sec, #8C8E8D);
  font-size: 12px;
  width: 100%;
}
.feature-detail__ctx-empty .material-icons[b-3fypykipfx] {
  font-size: 32px;
}

/* ── Section divider (between Context and Connectors blocks) ── */
.feature-detail__ctx-section-divider[b-3fypykipfx] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0 4px;
  width: 100%;
}
.feature-detail__ctx-section-divider span[b-3fypykipfx] {
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--text-sec, #8C8E8D);
  white-space: nowrap;
}
.feature-detail__ctx-section-divider[b-3fypykipfx]::before, .feature-detail__ctx-section-divider[b-3fypykipfx]::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--stroke, #2D2F2E);
}

/* ══════════════════════════════════════════════
   Properties edit form
   ══════════════════════════════════════════════ */
.feature-detail__prop-form[b-3fypykipfx] {
  padding: 0 32px 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  box-sizing: border-box;
}

.feature-detail__prop-field[b-3fypykipfx] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.feature-detail__prop-field-label[b-3fypykipfx] {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--text-sec, #8C8E8D);
}

.feature-detail__prop-input[b-3fypykipfx] {
  width: 100%;
  height: 40px;
  padding: 0 12px;
  box-sizing: border-box;
  background: var(--ui-surface-sec-generic-cta, #0F0F0F);
  border: 1px solid var(--stroke, #2D2F2E);
  border-radius: 8px;
  color: var(--text-prim, #E6E6E6);
  font-family: "Inter", sans-serif;
  font-size: 14px;
}
.feature-detail__prop-input:focus[b-3fypykipfx] {
  outline: none;
  border-color: var(--primary-color, #4F39F6);
}

.feature-detail__prop-textarea[b-3fypykipfx] {
  height: auto;
  padding: 10px 12px;
  resize: vertical;
  line-height: 1.5;
}

.feature-detail__prop-row-2[b-3fypykipfx] {
  display: flex;
  gap: 12px;
}

.feature-detail__prop-col[b-3fypykipfx] {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
.feature-detail__prop-col--color[b-3fypykipfx] {
  flex: 0 0 88px;
}

.feature-detail__prop-select[b-3fypykipfx] {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
  background: var(--ui-surface-sec-generic-cta, #0F0F0F);
  border: 1px solid var(--stroke, #2D2F2E);
  border-radius: 8px;
  color: var(--text-prim, #E6E6E6);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  cursor: pointer;
}
.feature-detail__prop-select:focus[b-3fypykipfx] {
  outline: none;
  border-color: var(--primary-color, #4F39F6);
}

/* Color picker wrapper */
.feature-detail__prop-color-wrap[b-3fypykipfx] {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
  height: 40px;
  padding: 0 8px;
  box-sizing: border-box;
  background: var(--ui-surface-sec-generic-cta, #0F0F0F);
  border: 1px solid var(--stroke, #2D2F2E);
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.feature-detail__prop-color-wrap .material-icons[b-3fypykipfx] {
  font-size: 16px;
  color: var(--text-sec, #8C8E8D) !important;
  margin-left: auto;
}

.feature-detail__prop-color-swatch[b-3fypykipfx] {
  width: 24px;
  height: 24px;
  border-radius: 5px;
  flex-shrink: 0;
}

.feature-detail__prop-color-hidden[b-3fypykipfx] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  border: none;
  padding: 0;
}

/* ADD buttons */
.feature-detail__prop-add-btns[b-3fypykipfx] {
  display: flex;
  gap: 8px;
}

.feature-detail__prop-add-btn[b-3fypykipfx] {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 14px !important;
  height: 36px;
  border-radius: 8px !important;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: none !important;
}
.feature-detail__prop-add-btn .material-icons[b-3fypykipfx] {
  font-size: 18px;
}
.feature-detail__prop-add-btn--primary[b-3fypykipfx] {
  background: var(--green-color, #00C950) !important;
  border: none !important;
}
.feature-detail__prop-add-btn--primary .material-icons[b-3fypykipfx] {
  color: #ffffff !important;
}
.feature-detail__prop-add-btn--primary span:not(.material-icons)[b-3fypykipfx] {
  color: #ffffff !important;
}
.feature-detail__prop-add-btn--secondary[b-3fypykipfx] {
  background: var(--ui-surface-sec-generic-cta, #0F0F0F) !important;
  border: 1px solid var(--stroke, #2D2F2E) !important;
}
.feature-detail__prop-add-btn--secondary .material-icons[b-3fypykipfx] {
  color: var(--text-prim, #E6E6E6) !important;
}
.feature-detail__prop-add-btn--secondary span:not(.material-icons)[b-3fypykipfx] {
  color: var(--text-prim, #E6E6E6) !important;
}

/* Save button — full-width, appears when HasChanges */
.feature-detail__prop-save-btn[b-3fypykipfx] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 42px;
  background: var(--primary-color, #4F39F6) !important;
  border: none !important;
  border-radius: 10px !important;
  cursor: pointer;
  box-shadow: 0px 6px 16px -4px rgba(79, 57, 246, 0.45) !important;
  animation: prop-save-in-b-3fypykipfx 0.18s ease;
}
.feature-detail__prop-save-btn .material-icons[b-3fypykipfx] {
  font-size: 18px;
  color: #ffffff !important;
}
.feature-detail__prop-save-btn span:not(.material-icons)[b-3fypykipfx] {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff !important;
}
.feature-detail__prop-save-btn:hover[b-3fypykipfx] {
  opacity: 0.88;
}

@keyframes prop-save-in-b-3fypykipfx {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ── Skeleton loading state ── */
@keyframes sk-shimmer-b-3fypykipfx {
  0% {
    background-position: -400px 0;
  }
  100% {
    background-position: 400px 0;
  }
}
.feature-detail__skeleton[b-3fypykipfx] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 12px 16px;
  width: 100%;
  box-sizing: border-box;
}

.feature-detail__sk-row[b-3fypykipfx], .feature-detail__sk-group[b-3fypykipfx], .feature-detail__sk-box[b-3fypykipfx], .feature-detail__sk-chip[b-3fypykipfx] {
  border-radius: 6px;
  background: linear-gradient(90deg, var(--surface-elevated, #1a1a1a) 25%, var(--surface-hover, #242424) 50%, var(--surface-elevated, #1a1a1a) 75%);
  background-size: 800px 100%;
  animation: sk-shimmer-b-3fypykipfx 1.4s ease-in-out infinite;
}

.feature-detail__sk-chips[b-3fypykipfx] {
  display: flex;
  gap: 6px;
  margin-bottom: 2px;
}

.feature-detail__sk-chip[b-3fypykipfx] {
  height: 22px;
  border-radius: 20px;
  flex: 1;
}

.feature-detail__sk-boxes[b-3fypykipfx] {
  display: flex;
  gap: 8px;
}

.feature-detail__sk-box[b-3fypykipfx] {
  flex: 1;
  height: 64px;
  border-radius: 8px;
}

.feature-detail__sk-group[b-3fypykipfx] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px;
  border-radius: 8px;
  background: var(--surface-elevated, #1a1a1a); /* override gradient on wrapper */
  animation: none;
}

.feature-detail__sk-row[b-3fypykipfx] {
  height: 12px;
  border-radius: 4px;
  width: 100%;
}
.feature-detail__sk-row--wide[b-3fypykipfx] {
  width: 85%;
}
.feature-detail__sk-row--short[b-3fypykipfx] {
  width: 55%;
}

.feature-detail__sk-divider[b-3fypykipfx] {
  height: 1px;
  background: var(--border-subtle, rgba(255, 255, 255, 0.07));
  margin: 4px 0;
}

@keyframes fdl-sk-fadein-b-3fypykipfx {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fdl-sk-shimmer-b-3fypykipfx {
  0% {
    background-position: -800px 0;
  }
  100% {
    background-position: 800px 0;
  }
}
@keyframes fdl-sk-dot-b-3fypykipfx {
  0%, 100% {
    opacity: 0.35;
    transform: scale(0.8);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
}
@keyframes fdl-sk-dots-b-3fypykipfx {
  0% {
    content: "";
  }
  25% {
    content: ".";
  }
  50% {
    content: "..";
  }
  75% {
    content: "...";
  }
}
.fdl-sk[b-3fypykipfx] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  padding: 4px 0 28px;
  animation: fdl-sk-fadein-b-3fypykipfx 0.3s ease;
}

.fdl-sk-conn-label[b-3fypykipfx] {
  height: 11px;
  width: 28%;
  border-radius: 4px;
  margin-bottom: 2px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke, #2d2f2e) 40%, var(--surface-section, #0c0d0d)) 25%, color-mix(in srgb, var(--stroke, #2d2f2e) 80%, var(--surface-section, #0c0d0d)) 50%, color-mix(in srgb, var(--stroke, #2d2f2e) 40%, var(--surface-section, #0c0d0d)) 75%);
  background-size: 1600px 100%;
  animation: fdl-sk-shimmer-b-3fypykipfx 1.5s ease-in-out infinite 0s;
}
.fdl-sk-conn-label--narrow[b-3fypykipfx] {
  width: 20%;
  background-size: 1600px 100%;
  animation: fdl-sk-shimmer-b-3fypykipfx 1.5s ease-in-out infinite 0.12s;
}

.fdl-sk-group[b-3fypykipfx] {
  background: var(--ui-surface-sec-generic-cta, #0f0f0f);
  border-radius: 6px;
  overflow: hidden;
}

.fdl-sk-group-hd[b-3fypykipfx] {
  height: 34px;
  width: 100%;
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke, #2d2f2e) 30%, var(--ui-surface-sec-generic-cta, #0f0f0f)) 25%, color-mix(in srgb, var(--stroke, #2d2f2e) 65%, var(--ui-surface-sec-generic-cta, #0f0f0f)) 50%, color-mix(in srgb, var(--stroke, #2d2f2e) 30%, var(--ui-surface-sec-generic-cta, #0f0f0f)) 75%);
  background-size: 1600px 100%;
  animation: fdl-sk-shimmer-b-3fypykipfx 1.5s ease-in-out infinite 0s;
}
.fdl-sk-group-hd--mid[b-3fypykipfx] {
  background-size: 1600px 100%;
  animation: fdl-sk-shimmer-b-3fypykipfx 1.5s ease-in-out infinite 0.1s;
}
.fdl-sk-group-hd--short[b-3fypykipfx] {
  background-size: 1600px 100%;
  animation: fdl-sk-shimmer-b-3fypykipfx 1.5s ease-in-out infinite 0.2s;
}

.fdl-sk-group-body[b-3fypykipfx] {
  border-top: 1px solid var(--stroke, #2d2f2e);
  padding: 4px 8px 8px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.fdl-sk-stat-row[b-3fypykipfx] {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 0;
}

.fdl-sk-pill[b-3fypykipfx] {
  height: 18px;
  width: 30px;
  border-radius: 4px;
  flex-shrink: 0;
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke, #2d2f2e) 40%, var(--ui-surface-sec-generic-cta, #0f0f0f)) 25%, color-mix(in srgb, var(--stroke, #2d2f2e) 75%, var(--ui-surface-sec-generic-cta, #0f0f0f)) 50%, color-mix(in srgb, var(--stroke, #2d2f2e) 40%, var(--ui-surface-sec-generic-cta, #0f0f0f)) 75%);
  background-size: 1600px 100%;
  animation: fdl-sk-shimmer-b-3fypykipfx 1.5s ease-in-out infinite 0.05s;
}
.fdl-sk-pill--alt[b-3fypykipfx] {
  background-size: 1600px 100%;
  animation: fdl-sk-shimmer-b-3fypykipfx 1.5s ease-in-out infinite 0.1s;
}
.fdl-sk-pill--third[b-3fypykipfx] {
  background-size: 1600px 100%;
  animation: fdl-sk-shimmer-b-3fypykipfx 1.5s ease-in-out infinite 0.15s;
}

.fdl-sk-type-name[b-3fypykipfx] {
  height: 11px;
  width: 70px;
  border-radius: 4px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke, #2d2f2e) 40%, var(--ui-surface-sec-generic-cta, #0f0f0f)) 25%, color-mix(in srgb, var(--stroke, #2d2f2e) 75%, var(--ui-surface-sec-generic-cta, #0f0f0f)) 50%, color-mix(in srgb, var(--stroke, #2d2f2e) 40%, var(--ui-surface-sec-generic-cta, #0f0f0f)) 75%);
  background-size: 1600px 100%;
  animation: fdl-sk-shimmer-b-3fypykipfx 1.5s ease-in-out infinite 0.08s;
}
.fdl-sk-type-name--short[b-3fypykipfx] {
  width: 50px;
  background-size: 1600px 100%;
  animation: fdl-sk-shimmer-b-3fypykipfx 1.5s ease-in-out infinite 0.12s;
}
.fdl-sk-type-name--mid[b-3fypykipfx] {
  width: 90px;
  background-size: 1600px 100%;
  animation: fdl-sk-shimmer-b-3fypykipfx 1.5s ease-in-out infinite 0.14s;
}
.fdl-sk-type-name--wide[b-3fypykipfx] {
  flex: 1;
  background-size: 1600px 100%;
  animation: fdl-sk-shimmer-b-3fypykipfx 1.5s ease-in-out infinite 0.16s;
}

.fdl-sk-sep[b-3fypykipfx] {
  height: 1px;
  background: var(--stroke, #2d2f2e);
  margin: 8px 0;
}

.fdl-sk-status[b-3fypykipfx] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 14px;
}

.fdl-sk-status-dot[b-3fypykipfx] {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--primary-color, #4f39f6);
  flex-shrink: 0;
  animation: fdl-sk-dot-b-3fypykipfx 1.6s ease-in-out infinite;
}

.fdl-sk-status-text[b-3fypykipfx] {
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: var(--text-sec, #8c8e8d);
  letter-spacing: 0.01em;
}

.fdl-sk-dots[b-3fypykipfx]::after {
  content: "";
  display: inline-block;
  animation: fdl-sk-dots-b-3fypykipfx 1.4s steps(4, end) infinite;
}
/* /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);
}
.feature-info-bar__icon-btn--active[b-jzywh6qz14] {
  background: var(--primary-color-alpha, rgba(79, 57, 246, 0.15));
  border-color: var(--primary-color, #4F39F6);
}
.feature-info-bar__icon-btn--active .material-icons[b-jzywh6qz14] {
  color: var(--primary-color, #4F39F6) !important;
}
.feature-info-bar__icon-btn--active:hover[b-jzywh6qz14] {
  background: var(--primary-color-alpha, rgba(79, 57, 246, 0.2));
}

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

.feature-config-modal[b-jzywh6qz14] {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 201;
  width: min(90vw, 960px);
  max-height: 85vh;
  background: var(--surface-section, #0C0D0D);
  border: 1px solid var(--stroke-alpha, rgba(45, 47, 46, 0.3));
  border-radius: 16px;
  box-shadow: 0 24px 48px -8px var(--ui-shadow, #000000);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.feature-config-modal__header[b-jzywh6qz14] {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid var(--stroke-alpha, rgba(45, 47, 46, 0.3));
  flex-shrink: 0;
}
.feature-config-modal__header h2[b-jzywh6qz14] {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: var(--text-prim);
  margin: 0;
}
.feature-config-modal__close[b-jzywh6qz14] {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  cursor: pointer;
}
.feature-config-modal__close .material-icons[b-jzywh6qz14] {
  font-size: 20px;
  color: var(--text-prim) !important;
}
.feature-config-modal__body[b-jzywh6qz14] {
  flex: 1;
  overflow: auto;
  min-height: 0;
}

/* ── Right: Share button ── */
.feature-info-bar__right[b-jzywh6qz14] {
  margin-left: auto;
  flex-shrink: 0;
}

.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 close button ── */
.feature-config-modal__close[b-jzywh6qz14] {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid transparent;
  background: transparent;
  transition: all 0.15s ease;
}
.feature-config-modal__close .material-icons[b-jzywh6qz14] {
  font-size: 20px;
  color: var(--text-prim) !important;
  opacity: 0.8;
  transition: opacity 0.15s ease, transform 0.15s ease;
}
.feature-config-modal__close:hover[b-jzywh6qz14] {
  background: var(--ui-surface-sec-generic-cta-hover, rgba(255, 255, 255, 0.06));
  border-color: var(--stroke-alpha, rgba(45, 47, 46, 0.4));
}
.feature-config-modal__close:hover .material-icons[b-jzywh6qz14] {
  opacity: 1;
  transform: scale(1.05);
}
.feature-config-modal__close:active[b-jzywh6qz14] {
  transform: scale(0.96);
}
.feature-config-modal__close:focus-visible[b-jzywh6qz14] {
  outline: 2px solid var(--primary-color, #4F39F6);
  outline-offset: 2px;
}

@keyframes fp-fadein-b-jzywh6qz14 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fp-dots-b-jzywh6qz14 {
  0% {
    content: "";
  }
  25% {
    content: ".";
  }
  50% {
    content: "..";
  }
  75% {
    content: "...";
  }
}
@keyframes fp-bar-b-jzywh6qz14 {
  0% {
    left: -45%;
    width: 45%;
  }
  60% {
    left: 60%;
    width: 45%;
  }
  100% {
    left: 110%;
    width: 45%;
  }
}
@keyframes fp-shimmer-b-jzywh6qz14 {
  0% {
    background-position: -1200px 0;
  }
  100% {
    background-position: 1200px 0;
  }
}
@keyframes fp-halo-b-jzywh6qz14 {
  0%, 100% {
    box-shadow: 0 0 0 0 color-mix(in srgb, var(--primary-color, #4f39f6) 0%, transparent);
  }
  50% {
    box-shadow: 0 0 0 10px color-mix(in srgb, var(--primary-color, #4f39f6) 20%, transparent);
  }
}
.fp-loader[b-jzywh6qz14] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  width: 100%;
  padding: 4px 0;
  animation: fp-fadein-b-jzywh6qz14 0.3s ease;
}

.fp-loader__brand[b-jzywh6qz14] {
  display: flex;
  align-items: center;
  gap: 16px;
}

.fp-loader__icon-halo[b-jzywh6qz14] {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: color-mix(in srgb, var(--primary-color, #4f39f6) 14%, var(--surface-section, #0c0d0d));
  border: 1px solid color-mix(in srgb, var(--primary-color, #4f39f6) 28%, transparent);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  animation: fp-halo-b-jzywh6qz14 2.4s ease-in-out infinite;
}

.fp-loader__icon[b-jzywh6qz14] {
  font-size: 28px !important;
  color: var(--primary-color, #4f39f6) !important;
}

.fp-loader__brand-text[b-jzywh6qz14] {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.fp-loader__brand-title[b-jzywh6qz14] {
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.3px;
  color: var(--text-prim, #e6e6e6);
}

.fp-loader__brand-sub[b-jzywh6qz14] {
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: var(--text-sec, #8c8e8d);
}

.fp-loader__dots[b-jzywh6qz14]::after {
  content: "";
  display: inline-block;
  animation: fp-dots-b-jzywh6qz14 1.4s steps(4, end) infinite;
}

.fp-loader__bar[b-jzywh6qz14] {
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background: color-mix(in srgb, var(--primary-color, #4f39f6) 12%, var(--surface-section, #0c0d0d));
  position: relative;
  overflow: hidden;
}

.fp-loader__bar-fill[b-jzywh6qz14] {
  position: absolute;
  top: 0;
  height: 100%;
  border-radius: 3px;
  background: linear-gradient(90deg, transparent, var(--primary-color, #4f39f6), transparent);
  animation: fp-bar-b-jzywh6qz14 1.9s ease-in-out infinite;
}

.fp-loader__sk[b-jzywh6qz14] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.fp-loader__sk-gap[b-jzywh6qz14] {
  height: 10px;
}

.fp-loader__sk-row[b-jzywh6qz14] {
  height: 11px;
  border-radius: 6px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke, #2d2f2e) 45%, var(--surface-section, #0c0d0d)) 25%, color-mix(in srgb, var(--stroke, #2d2f2e) 85%, var(--surface-section, #0c0d0d)) 50%, color-mix(in srgb, var(--stroke, #2d2f2e) 45%, var(--surface-section, #0c0d0d)) 75%);
  background-size: 2400px 100%;
  animation: fp-shimmer-b-jzywh6qz14 1.8s ease-in-out infinite;
}
.fp-loader__sk-row--full[b-jzywh6qz14] {
  width: 100%;
}
.fp-loader__sk-row--wide[b-jzywh6qz14] {
  width: 76%;
  animation-delay: 0.08s;
}
.fp-loader__sk-row--mid[b-jzywh6qz14] {
  width: 52%;
  animation-delay: 0.16s;
}
.fp-loader__sk-row--narrow[b-jzywh6qz14] {
  width: 36%;
  animation-delay: 0.24s;
}
/* /Components/Pages/Feature/SettingsPanel/FeatureSettingsPanel.razor.rz.scp.css */
@charset "UTF-8";
/* ══════════════════════════════════════════════
   Feature Settings Panel
   ══════════════════════════════════════════════ */
.feature-settings[b-3pm5gkhm3m] {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 420px;
  min-width: 420px;
  height: 100%;
  overflow: hidden;
  background: var(--surface-section);
  box-shadow: -10px 0px 24px -4px var(--ui-shadow, rgba(0, 0, 0, 0.4));
  border-radius: 0 12px 12px 0;
  position: relative;
  color: var(--text-prim);
}

/* ── Header ── */
.feature-settings__header[b-3pm5gkhm3m] {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px 20px 20px 24px;
  gap: 10px;
  flex-shrink: 0;
}

.feature-settings__header-icon[b-3pm5gkhm3m] {
  font-size: 20px;
  color: var(--text-sec, #8C8E8D);
}

.feature-settings__header-title[b-3pm5gkhm3m] {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-prim, #E6E6E6);
  flex: 1;
}

.feature-settings__close[b-3pm5gkhm3m] {
  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;
}

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

/* ── Section label ── */
.feature-settings__section-label[b-3pm5gkhm3m] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 24px 8px;
  flex-shrink: 0;
}
.feature-settings__section-label span:not(.material-icons)[b-3pm5gkhm3m] {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: var(--text-sec) !important;
}
.feature-settings__section-label .material-icons[b-3pm5gkhm3m] {
  font-size: 14px;
  color: var(--text-sec) !important;
  text-transform: none;
}

/* ── Groups container ── */
.feature-settings__groups[b-3pm5gkhm3m] {
  flex: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0 16px 24px;
}

/* ── Empty state ── */
.feature-settings__empty[b-3pm5gkhm3m] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 48px 0;
  color: var(--text-sec, #8C8E8D);
  font-size: 13px;
}
.feature-settings__empty .material-icons[b-3pm5gkhm3m] {
  font-size: 32px;
  opacity: 0.35;
  color: var(--text-sec);
}

/* ── Group ── */
.feature-settings__group[b-3pm5gkhm3m] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.feature-settings__group-header[b-3pm5gkhm3m] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  padding: 8px 4px;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  cursor: pointer;
  width: 100%;
  border-radius: 6px;
  transition: background 0.15s ease;
}
.feature-settings__group-header:hover[b-3pm5gkhm3m] {
  background: var(--ui-surface-sec-generic-cta-hover, rgba(255, 255, 255, 0.04)) !important;
}
.feature-settings__group-header .feature-settings__group-name[b-3pm5gkhm3m] {
  color: var(--text-prim) !important;
}
.feature-settings__group-header .feature-settings__group-count[b-3pm5gkhm3m] {
  color: var(--text-sec) !important;
}
.feature-settings__group-header .feature-settings__group-chevron[b-3pm5gkhm3m] {
  color: var(--text-sec) !important;
}

.feature-settings__group-icon-wrap[b-3pm5gkhm3m] {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.feature-settings__group-name[b-3pm5gkhm3m] {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: var(--text-prim) !important;
  flex: 1;
  text-align: left;
}

.feature-settings__group-count[b-3pm5gkhm3m] {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: var(--text-sec) !important;
  flex-shrink: 0;
}

.feature-settings__group-chevron[b-3pm5gkhm3m] {
  font-size: 18px;
  color: var(--text-sec) !important;
  transition: transform 0.2s ease;
}
.feature-settings__group-chevron--open[b-3pm5gkhm3m] {
  transform: rotate(180deg);
}

/* ── Connection card ── */
.feature-settings__card[b-3pm5gkhm3m] {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px 14px;
  background: var(--ui-surface-sec-generic-cta, #0F0F0F);
  border: 1px solid var(--stroke, #2D2F2E);
  border-radius: 10px;
  margin-bottom: 2px;
}

.feature-settings__card-row[b-3pm5gkhm3m] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.feature-settings__card-row--meta[b-3pm5gkhm3m] {
  padding-top: 2px;
}

.feature-settings__card-spacer[b-3pm5gkhm3m] {
  flex: 1;
}

/* ── Status dot ── */
.feature-settings__status-dot[b-3pm5gkhm3m] {
  font-size: 16px;
  color: var(--text-sec, #8C8E8D) !important;
  flex-shrink: 0;
}

/* ── Status badges ── */
.feature-settings__badge[b-3pm5gkhm3m] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 0 8px;
  height: 22px;
  border-radius: 999px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 11px;
  line-height: 16px;
  flex-shrink: 0;
}
.feature-settings__badge .material-icons[b-3pm5gkhm3m] {
  font-size: 11px !important;
}
.feature-settings__badge--active[b-3pm5gkhm3m] {
  background: color-mix(in srgb, #00C950 15%, transparent);
  border: 1px solid color-mix(in srgb, #00C950 40%, transparent);
  color: #00C950 !important;
}
.feature-settings__badge--active span[b-3pm5gkhm3m] {
  color: #00C950 !important;
}
.feature-settings__badge--awaiting[b-3pm5gkhm3m] {
  background: transparent;
  border: 1px solid var(--stroke);
  color: var(--text-sec) !important;
}
.feature-settings__badge--awaiting span[b-3pm5gkhm3m] {
  color: var(--text-sec) !important;
}

/* ── Icon buttons ── */
.feature-settings__icon-btn[b-3pm5gkhm3m] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0 !important;
  border: 1px solid var(--stroke, #2D2F2E) !important;
  background: var(--ui-surface-sec-generic-cta) !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.15s ease;
}
.feature-settings__icon-btn .material-icons[b-3pm5gkhm3m] {
  font-size: 16px;
  color: var(--text-sec) !important;
}
.feature-settings__icon-btn:hover[b-3pm5gkhm3m] {
  background: var(--ui-surface-sec-generic-cta-hover) !important;
}
.feature-settings__icon-btn--play[b-3pm5gkhm3m] {
  background: var(--ui-surface-prim-generic-cta) !important;
}
.feature-settings__icon-btn--play .material-icons[b-3pm5gkhm3m] {
  color: var(--ui-text-prim-cta) !important;
}
.feature-settings__icon-btn--play:hover[b-3pm5gkhm3m] {
  background: var(--ui-surface-prim-generic-cta-hover) !important;
}

/* ── Toggle switch ── */
.feature-settings__toggle[b-3pm5gkhm3m] {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
  flex-shrink: 0;
  cursor: pointer;
}
.feature-settings__toggle input[b-3pm5gkhm3m] {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}

.feature-settings__toggle-slider[b-3pm5gkhm3m] {
  position: absolute;
  inset: 0;
  background: var(--stroke, #2D2F2E);
  border-radius: 999px;
  transition: background 0.2s ease;
}
.feature-settings__toggle-slider[b-3pm5gkhm3m]::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  left: 3px;
  top: 3px;
  background: var(--text-sec, #8C8E8D);
  border-radius: 50%;
  transition: transform 0.2s ease, background 0.2s ease;
}
.feature-settings__toggle-slider--on[b-3pm5gkhm3m] {
  background: var(--primary-color, #4F39F6);
}
.feature-settings__toggle-slider--on[b-3pm5gkhm3m]::before {
  transform: translateX(18px);
  background: #FFFFFF;
}

/* ── Schedule row ── */
.feature-settings__schedule-icon[b-3pm5gkhm3m] {
  font-size: 14px;
  color: var(--text-sec, #8C8E8D) !important;
  flex-shrink: 0;
}

.feature-settings__schedule-text[b-3pm5gkhm3m] {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: var(--text-sec, #8C8E8D);
}

/* ── Metric dropdown row ── */
.feature-settings__card-dropdown[b-3pm5gkhm3m] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 0 10px;
  height: 36px;
  background: var(--surface-section, #0C0D0D);
  border: 1px solid var(--stroke, #2D2F2E);
  border-radius: 8px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

.feature-settings__dropdown-icon[b-3pm5gkhm3m] {
  font-size: 16px;
  color: var(--text-sec, #8C8E8D) !important;
  flex-shrink: 0;
}

.feature-settings__select[b-3pm5gkhm3m] {
  flex: 1;
  background: none;
  border: none;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: var(--text-prim, #E6E6E6);
  cursor: pointer;
  padding: 0;
}
.feature-settings__select option[b-3pm5gkhm3m] {
  background: var(--surface-section, #0C0D0D);
  color: var(--text-prim, #E6E6E6);
}

.feature-settings__dropdown-chevron[b-3pm5gkhm3m] {
  font-size: 16px;
  color: var(--text-sec, #8C8E8D) !important;
  flex-shrink: 0;
  pointer-events: none;
}

/* ── Legend (inside the card, separated by a top border) ── */
.feature-settings__legend[b-3pm5gkhm3m] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 10px;
  margin-top: 4px;
  border-top: 1px solid var(--stroke);
  width: 100%;
}

.feature-settings__legend-title[b-3pm5gkhm3m] {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--text-sec, #8C8E8D);
}

.feature-settings__legend-items[b-3pm5gkhm3m] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px 16px;
}

.feature-settings__legend-item[b-3pm5gkhm3m] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
}

.feature-settings__legend-dot[b-3pm5gkhm3m] {
  width: 14px;
  height: 14px;
  border-radius: 3px;
  flex-shrink: 0;
}

.feature-settings__legend-label[b-3pm5gkhm3m] {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 11px;
  color: var(--text-prim, #E6E6E6);
  letter-spacing: 0.3px;
}
/* /Components/Pages/Feature/Views/FeatureGraphView.razor.rz.scp.css */
@charset "UTF-8";
/* ── Feature Graph View host ── */
.feature-graph-host[b-b8gbf2ty29] {
  position: relative;
  width: 100%;
  flex: 1;
  min-height: 500px;
  overflow: hidden;
  border-radius: 8px;
  /* The React root fills the host completely */
}
.feature-graph-host > div:first-child[b-b8gbf2ty29] {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

/* ── Loading overlay ── */
.fgv-loader-overlay[b-b8gbf2ty29] {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(3px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  animation: fgv-fadein-b-b8gbf2ty29 0.15s ease;
}
[data-theme=dark] .fgv-loader-overlay[b-b8gbf2ty29] {
  background: rgba(0, 0, 0, 0.75);
}

@keyframes fgv-fadein-b-b8gbf2ty29 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fgv-loader[b-b8gbf2ty29] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  background: var(--ui-surface-card, #fff);
  padding: 32px 40px;
  border-radius: 16px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.14);
  border: 1px solid var(--stroke, #eee);
}

.fgv-spinner[b-b8gbf2ty29] {
  width: 36px;
  height: 36px;
  border: 3px solid var(--stroke, #e0e0e0);
  border-top-color: #6366f1;
  border-radius: 50%;
  animation: fgv-spin-b-b8gbf2ty29 0.7s linear infinite;
}

@keyframes fgv-spin-b-b8gbf2ty29 {
  to {
    transform: rotate(360deg);
  }
}
.fgv-loader-label[b-b8gbf2ty29] {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-sec, #555);
}

/* ── Keyboard shortcuts hint bar ── */
.fgv-hints[b-b8gbf2ty29] {
  position: absolute;
  bottom: 14px;
  right: 14px;
  z-index: 40;
  background: var(--ui-surface-popup, rgba(255, 255, 255, 0.88));
  border: 1px solid var(--stroke, #e5e7eb);
  border-radius: 8px;
  padding: 6px 12px;
  box-shadow: var(--shadow-small, 0 1px 6px rgba(0, 0, 0, 0.1));
  display: flex;
  gap: 14px;
  align-items: center;
  font-family: Inter, -apple-system, sans-serif;
  pointer-events: none;
}

.fgv-hint[b-b8gbf2ty29] {
  font-size: 11px;
  color: var(--text-suggestion, #90a1b9);
}
.fgv-hint kbd[b-b8gbf2ty29] {
  display: inline-block;
  padding: 1px 5px;
  border-radius: 4px;
  background: var(--ui-surface-card, #f3f4f6);
  border: 1px solid var(--stroke, #d1d5db);
  font-family: "Cascadia Code", "Fira Code", monospace;
  font-size: 10px;
  color: var(--text-prim, #374151);
  margin: 0 1px;
}
/* /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;
}

.feature-table__hcell--actions[b-2le30t9336] {
  flex: 0 0 40px;
  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;
}

.feature-table__cell--actions[b-2le30t9336] {
  flex: 0 0 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 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);
}

/* Delete button */
.feature-table__delete-btn[b-2le30t9336] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: none;
  background: none;
  border-radius: 4px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.15s ease, background 0.15s ease;
}
.feature-table__delete-btn .material-icons[b-2le30t9336] {
  font-family: "Material Icons" !important;
  font-size: 16px;
  color: var(--alert-blocker-text, #F2C9CE);
}
.feature-table__delete-btn:hover[b-2le30t9336] {
  background: rgba(251, 44, 47, 0.15);
}

.feature-table__row:hover .feature-table__delete-btn[b-2le30t9336],
.feature-table__row--selected .feature-table__delete-btn[b-2le30t9336] {
  opacity: 1;
}

/* 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;
}

.ai-floating-root[b-o2rsy0rrcb] {
  position: fixed;
  left: 24px;
  bottom: 24px;
  z-index: 10;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 8px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.ai-floating-root.is-visible[b-o2rsy0rrcb] {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.ai-copilot-panel[b-o2rsy0rrcb] {
  width: 380px;
  background: #111211;
  border: 1px solid #2d2f2e;
  border-radius: 16px;
  margin-left: 12px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  animation: ai-copilot-open-b-o2rsy0rrcb 0.35s cubic-bezier(0.16, 1, 0.3, 1) both;
}
[data-theme=light] .ai-copilot-panel[b-o2rsy0rrcb] {
  background: #ffffff;
  border-color: #e2e8f0;
}
.ai-copilot-panel__header[b-o2rsy0rrcb] {
  padding: 20px 20px 16px;
}
.ai-copilot-panel__header span[b-o2rsy0rrcb] {
  color: #e63c11;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
.ai-copilot-panel__body[b-o2rsy0rrcb] {
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-height: 380px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #2d2f2e transparent;
}
[data-theme=light] .ai-copilot-panel__body[b-o2rsy0rrcb] {
  scrollbar-color: #e2e8f0 transparent;
}
.ai-copilot-panel__footer[b-o2rsy0rrcb] {
  padding: 12px 16px 16px;
}

.ai-copilot-section[b-o2rsy0rrcb] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ai-copilot-section__label[b-o2rsy0rrcb] {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}
[data-theme=light] .ai-copilot-section__label[b-o2rsy0rrcb] {
  color: #0f172b;
}

.ai-copilot-card[b-o2rsy0rrcb] {
  background: #1a1c1b;
  border: 1px solid #2d2f2e;
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.45;
  cursor: pointer;
  transition: background 0.15s ease;
}
[data-theme=light] .ai-copilot-card[b-o2rsy0rrcb] {
  background: #f5f7fa;
  border-color: #e2e8f0;
  color: #45556c;
}
.ai-copilot-card:hover[b-o2rsy0rrcb] {
  background: #222422;
}
[data-theme=light] .ai-copilot-card:hover[b-o2rsy0rrcb] {
  background: #eef1f6;
}

.ai-copilot-footer-bar[b-o2rsy0rrcb] {
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 12px 12px 10px;
  background: linear-gradient(#111211, #111211) padding-box, linear-gradient(90deg, #e63c11 0%, #2d2f2e 60%) border-box;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
[data-theme=light] .ai-copilot-footer-bar[b-o2rsy0rrcb] {
  background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(90deg, #e63c11 0%, #e2e8f0 60%) border-box;
}
.ai-copilot-footer-bar__top[b-o2rsy0rrcb] {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.ai-copilot-footer-bar__logo[b-o2rsy0rrcb] {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}
.ai-copilot-footer-bar__input[b-o2rsy0rrcb] {
  flex: 1;
  min-width: 0;
  background: transparent;
  border: none;
  outline: none;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  resize: none;
  height: 36px;
  line-height: 1.4;
}
[data-theme=light] .ai-copilot-footer-bar__input[b-o2rsy0rrcb] {
  color: #0f172b;
}
.ai-copilot-footer-bar__input[b-o2rsy0rrcb]::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme=light] .ai-copilot-footer-bar__input[b-o2rsy0rrcb]::placeholder {
  color: rgba(15, 23, 43, 0.35);
}
.ai-copilot-footer-bar__actions[b-o2rsy0rrcb] {
  display: flex;
  justify-content: flex-end;
  gap: 6px;
}
.ai-copilot-footer-bar__expand[b-o2rsy0rrcb], .ai-copilot-footer-bar__send[b-o2rsy0rrcb] {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border-radius: 6px;
  border: 1px solid #2d2f2e;
  background: #1e201f;
  color: #ffffff;
  cursor: pointer;
  transition: background 0.15s ease;
}
[data-theme=light] .ai-copilot-footer-bar__expand[b-o2rsy0rrcb], [data-theme=light] .ai-copilot-footer-bar__send[b-o2rsy0rrcb] {
  background: #f5f7fa;
  border-color: #e2e8f0;
  color: #0f172b;
}
.ai-copilot-footer-bar__expand .material-icons[b-o2rsy0rrcb], .ai-copilot-footer-bar__send .material-icons[b-o2rsy0rrcb] {
  font-size: 14px;
  color: inherit;
}
.ai-copilot-footer-bar__expand:hover[b-o2rsy0rrcb], .ai-copilot-footer-bar__send:hover[b-o2rsy0rrcb] {
  background: #2d2f2e;
}
[data-theme=light] .ai-copilot-footer-bar__expand:hover[b-o2rsy0rrcb], [data-theme=light] .ai-copilot-footer-bar__send:hover[b-o2rsy0rrcb] {
  background: #e2e8f0;
}

@keyframes ai-copilot-open-b-o2rsy0rrcb {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.floating-ai-prompt[b-o2rsy0rrcb] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.floating-ai-prompt__button[b-o2rsy0rrcb] {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: none;
  cursor: pointer;
  width: 56px;
  height: 56px;
  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, box-shadow 0.2s ease;
}
.floating-ai-prompt__button img[b-o2rsy0rrcb] {
  width: 28px;
  height: 28px;
  filter: brightness(0) invert(1);
}
.floating-ai-prompt__button:hover[b-o2rsy0rrcb] {
  opacity: 0.9;
}
.floating-ai-prompt__button.is-active[b-o2rsy0rrcb] {
  box-shadow: 0px 10px 16px -4px rgba(69, 85, 108, 0.25), 0px 0px 0px 3px rgba(230, 60, 17, 0.3);
}
.floating-ai-prompt__panel-wrapper[b-o2rsy0rrcb] {
  width: 380px;
  box-sizing: border-box;
  padding: 12px;
  margin-left: 12px;
  background: #111211;
  border: 1px solid #222222;
  border-radius: 14px;
  box-shadow: 0px 10px 16px -4px rgba(69, 85, 108, 0.2), 0px 4px 8px -4px rgba(69, 85, 108, 0.15);
  animation: ai-panel-open-b-o2rsy0rrcb 0.3s cubic-bezier(0.16, 1, 0.3, 1) both;
}
[data-theme=light] .floating-ai-prompt__panel-wrapper[b-o2rsy0rrcb] {
  background: #ffffff;
  border-color: #e2e8f0;
}
.floating-ai-prompt__panel[b-o2rsy0rrcb] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 10px 12px 14px;
  height: 45px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: linear-gradient(#0c0c0c, #0c0c0c) padding-box, linear-gradient(90deg, #e63c11 0%, #2d2f2e 60%) border-box;
}
[data-theme=light] .floating-ai-prompt__panel[b-o2rsy0rrcb] {
  background: linear-gradient(#f5f7fa, #f5f7fa) padding-box, linear-gradient(90deg, #e63c11 0%, #e2e8f0 60%) border-box;
}
.floating-ai-prompt__panel-logo[b-o2rsy0rrcb] {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  display: block;
}
.floating-ai-prompt__panel-input[b-o2rsy0rrcb] {
  flex: 1;
  min-width: 0;
  background: transparent;
  border: none;
  outline: none;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.4;
}
[data-theme=light] .floating-ai-prompt__panel-input[b-o2rsy0rrcb] {
  color: #0f172b;
}
.floating-ai-prompt__panel-input[b-o2rsy0rrcb]::placeholder {
  color: rgba(255, 255, 255, 0.35);
}
[data-theme=light] .floating-ai-prompt__panel-input[b-o2rsy0rrcb]::placeholder {
  color: rgba(15, 23, 43, 0.35);
}
.floating-ai-prompt__panel-send[b-o2rsy0rrcb] {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 8px;
  border: 1px solid #2d2f2e;
  cursor: pointer;
  background: #1e201f;
  color: #ffffff;
  transition: background 0.15s ease;
}
[data-theme=light] .floating-ai-prompt__panel-send[b-o2rsy0rrcb] {
  background: #f5f7fa;
  border-color: #e2e8f0;
  color: #0f172b;
}
.floating-ai-prompt__panel-send .material-icons[b-o2rsy0rrcb] {
  font-size: 16px;
  color: inherit;
}
.floating-ai-prompt__panel-send:hover[b-o2rsy0rrcb] {
  background: #2d2f2e;
}
[data-theme=light] .floating-ai-prompt__panel-send:hover[b-o2rsy0rrcb] {
  background: #e2e8f0;
}

@keyframes ai-panel-open-b-o2rsy0rrcb {
  from {
    opacity: 0;
    clip-path: inset(0 100% 0 0 round 12px);
  }
  to {
    opacity: 1;
    clip-path: inset(0 0% 0 0 round 12px);
  }
}
@keyframes org-fadein-b-o2rsy0rrcb {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes org-shimmer-b-o2rsy0rrcb {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}
@keyframes org-dots-b-o2rsy0rrcb {
  0% {
    content: ".";
  }
  33% {
    content: "..";
  }
  66% {
    content: "...";
  }
  100% {
    content: ".";
  }
}
@keyframes org-pulse-b-o2rsy0rrcb {
  0%, 100% {
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.05);
    opacity: 1;
  }
}
.org-sk[b-o2rsy0rrcb] {
  display: flex;
  flex-direction: column;
  gap: 32px;
  animation: org-fadein-b-o2rsy0rrcb 0.4s ease both;
}

.org-sk-block[b-o2rsy0rrcb] {
  background: var(--surface-section);
  border: 1px solid var(--stroke-alpha);
  border-radius: 12px;
  box-shadow: 0 4px 24px -4px var(--ui-shadow);
}

.org-sk-hero[b-o2rsy0rrcb] {
  padding: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.org-sk-hero-inner[b-o2rsy0rrcb] {
  width: 100%;
  max-width: 896px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.org-sk-hero-h1[b-o2rsy0rrcb] {
  height: 40px;
  width: 62%;
  border-radius: 8px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 0%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 40%, color-mix(in srgb, var(--stroke) 80%, var(--surface-section)) 50%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 60%, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 100%);
  background-size: 300% 100%;
  animation: org-shimmer-b-o2rsy0rrcb 1.8s ease-in-out infinite;
  animation-delay: 0s;
}

.org-sk-hero-sub[b-o2rsy0rrcb] {
  height: 16px;
  width: 44%;
  border-radius: 6px;
  margin-top: 12px;
  margin-bottom: 32px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 0%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 40%, color-mix(in srgb, var(--stroke) 80%, var(--surface-section)) 50%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 60%, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 100%);
  background-size: 300% 100%;
  animation: org-shimmer-b-o2rsy0rrcb 1.8s ease-in-out infinite;
  animation-delay: 0.05s;
}

.org-sk-hero-input[b-o2rsy0rrcb] {
  width: 100%;
  height: 56px;
  border-radius: 12px;
  border: 1px solid color-mix(in srgb, var(--stroke) 40%, var(--surface-section));
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 0%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 40%, color-mix(in srgb, var(--stroke) 80%, var(--surface-section)) 50%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 60%, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 100%);
  background-size: 300% 100%;
  animation: org-shimmer-b-o2rsy0rrcb 1.8s ease-in-out infinite;
  animation-delay: 0.1s;
}

.org-sk-hero-panels[b-o2rsy0rrcb] {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-top: 32px;
}

.org-sk-panel-updates[b-o2rsy0rrcb] {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.org-sk-panel-suggestions[b-o2rsy0rrcb] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.org-sk-panel-label[b-o2rsy0rrcb] {
  height: 20px;
  width: 80px;
  border-radius: 6px;
  margin-bottom: 4px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 0%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 40%, color-mix(in srgb, var(--stroke) 80%, var(--surface-section)) 50%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 60%, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 100%);
  background-size: 300% 100%;
  animation: org-shimmer-b-o2rsy0rrcb 1.8s ease-in-out infinite;
  animation-delay: 0s;
}

.org-sk-panel-grid[b-o2rsy0rrcb] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.org-sk-panel-card[b-o2rsy0rrcb] {
  height: 80px;
  border-radius: 8px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 0%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 40%, color-mix(in srgb, var(--stroke) 80%, var(--surface-section)) 50%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 60%, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 100%);
  background-size: 300% 100%;
  animation: org-shimmer-b-o2rsy0rrcb 1.8s ease-in-out infinite;
  animation-delay: 0.08s;
}
.org-sk-panel-card:nth-child(2)[b-o2rsy0rrcb] {
  animation-delay: 0.12s;
}
.org-sk-panel-card:nth-child(3)[b-o2rsy0rrcb] {
  animation-delay: 0.16s;
}
.org-sk-panel-card:nth-child(4)[b-o2rsy0rrcb] {
  animation-delay: 0.2s;
}

.org-sk-projects[b-o2rsy0rrcb] {
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 34px;
}

.org-sk-projects-hd[b-o2rsy0rrcb] {
  display: flex;
  align-items: center;
  gap: 16px;
}

.org-sk-projects-title[b-o2rsy0rrcb] {
  flex: 1;
  height: 32px;
  border-radius: 6px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 0%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 40%, color-mix(in srgb, var(--stroke) 80%, var(--surface-section)) 50%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 60%, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 100%);
  background-size: 300% 100%;
  animation: org-shimmer-b-o2rsy0rrcb 1.8s ease-in-out infinite;
  animation-delay: 0s;
}

.org-sk-projects-sort[b-o2rsy0rrcb] {
  width: 140px;
  height: 40px;
  border-radius: 6px;
  border: 1px solid color-mix(in srgb, var(--stroke) 40%, var(--surface-section));
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 0%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 40%, color-mix(in srgb, var(--stroke) 80%, var(--surface-section)) 50%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 60%, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 100%);
  background-size: 300% 100%;
  animation: org-shimmer-b-o2rsy0rrcb 1.8s ease-in-out infinite;
  animation-delay: 0.1s;
}

.org-sk-projects-btn[b-o2rsy0rrcb] {
  width: 160px;
  height: 40px;
  border-radius: 8px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 0%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 40%, color-mix(in srgb, var(--stroke) 80%, var(--surface-section)) 50%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 60%, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 100%);
  background-size: 300% 100%;
  animation: org-shimmer-b-o2rsy0rrcb 1.8s ease-in-out infinite;
  animation-delay: 0.15s;
}

.org-sk-project-list[b-o2rsy0rrcb] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.org-sk-prow[b-o2rsy0rrcb] {
  height: 100px;
  border-radius: 12px;
  background: var(--ui-surface-card);
  border: 1px solid color-mix(in srgb, var(--stroke) 40%, var(--surface-section));
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 8px;
  gap: 8px;
  box-sizing: border-box;
}
.org-sk-prow:nth-child(2) .org-sk-prow-thumb[b-o2rsy0rrcb] {
  animation-delay: 0.04s;
}
.org-sk-prow:nth-child(3) .org-sk-prow-thumb[b-o2rsy0rrcb] {
  animation-delay: 0.08s;
}

.org-sk-prow-thumb[b-o2rsy0rrcb] {
  width: 80px;
  height: 84px;
  border-radius: 8px;
  flex-shrink: 0;
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 0%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 40%, color-mix(in srgb, var(--stroke) 80%, var(--surface-section)) 50%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 60%, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 100%);
  background-size: 300% 100%;
  animation: org-shimmer-b-o2rsy0rrcb 1.8s ease-in-out infinite;
  animation-delay: 0s;
}

.org-sk-prow-body[b-o2rsy0rrcb] {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 8px;
  height: 84px;
  min-width: 0;
  overflow: hidden;
}

.org-sk-prow-title[b-o2rsy0rrcb] {
  height: 14px;
  width: 45%;
  border-radius: 4px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 0%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 40%, color-mix(in srgb, var(--stroke) 80%, var(--surface-section)) 50%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 60%, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 100%);
  background-size: 300% 100%;
  animation: org-shimmer-b-o2rsy0rrcb 1.8s ease-in-out infinite;
  animation-delay: 0.06s;
}

.org-sk-prow-desc[b-o2rsy0rrcb] {
  height: 10px;
  width: 30%;
  border-radius: 4px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 0%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 40%, color-mix(in srgb, var(--stroke) 80%, var(--surface-section)) 50%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 60%, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 100%);
  background-size: 300% 100%;
  animation: org-shimmer-b-o2rsy0rrcb 1.8s ease-in-out infinite;
  animation-delay: 0.1s;
}

.org-sk-prow-meta[b-o2rsy0rrcb] {
  display: flex;
  gap: 16px;
}
.org-sk-prow-meta > div[b-o2rsy0rrcb] {
  height: 10px;
  border-radius: 4px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 0%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 40%, color-mix(in srgb, var(--stroke) 80%, var(--surface-section)) 50%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 60%, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 100%);
  background-size: 300% 100%;
  animation: org-shimmer-b-o2rsy0rrcb 1.8s ease-in-out infinite;
  animation-delay: 0.14s;
}
.org-sk-prow-meta > div:nth-child(1)[b-o2rsy0rrcb] {
  width: 80px;
}
.org-sk-prow-meta > div:nth-child(2)[b-o2rsy0rrcb] {
  width: 55px;
}
.org-sk-prow-meta > div:nth-child(3)[b-o2rsy0rrcb] {
  width: 70px;
}

.org-sk-prow-actions[b-o2rsy0rrcb] {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  padding-top: 6px;
  flex-shrink: 0;
}
.org-sk-prow-actions > div[b-o2rsy0rrcb] {
  width: 68px;
  height: 32px;
  border-radius: 6px;
  border: 1px solid color-mix(in srgb, var(--stroke) 40%, var(--surface-section));
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 0%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 40%, color-mix(in srgb, var(--stroke) 80%, var(--surface-section)) 50%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 60%, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 100%);
  background-size: 300% 100%;
  animation: org-shimmer-b-o2rsy0rrcb 1.8s ease-in-out infinite;
  animation-delay: 0.1s;
}

.org-sk-stats[b-o2rsy0rrcb] {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.org-sk-stats-hd[b-o2rsy0rrcb] {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 24px;
}

.org-sk-stats-title[b-o2rsy0rrcb] {
  flex: 1;
  height: 32px;
  border-radius: 6px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 0%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 40%, color-mix(in srgb, var(--stroke) 80%, var(--surface-section)) 50%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 60%, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 100%);
  background-size: 300% 100%;
  animation: org-shimmer-b-o2rsy0rrcb 1.8s ease-in-out infinite;
  animation-delay: 0s;
}

.org-sk-stats-tabs[b-o2rsy0rrcb] {
  display: flex;
  gap: 8px;
}
.org-sk-stats-tabs > div[b-o2rsy0rrcb] {
  width: 130px;
  height: 32px;
  border-radius: 6px;
  border: 1px solid color-mix(in srgb, var(--stroke) 40%, var(--surface-section));
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 0%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 40%, color-mix(in srgb, var(--stroke) 80%, var(--surface-section)) 50%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 60%, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 100%);
  background-size: 300% 100%;
  animation: org-shimmer-b-o2rsy0rrcb 1.8s ease-in-out infinite;
  animation-delay: 0.08s;
}
.org-sk-stats-tabs > div:nth-child(2)[b-o2rsy0rrcb] {
  animation-delay: 0.12s;
}
.org-sk-stats-tabs > div:nth-child(3)[b-o2rsy0rrcb] {
  animation-delay: 0.16s;
}

.org-sk-stats-body[b-o2rsy0rrcb] {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start;
}

.org-sk-stats-kpi-col[b-o2rsy0rrcb] {
  width: 32%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.org-sk-kpi[b-o2rsy0rrcb] {
  padding: 24px;
  border-radius: 12px;
  border: 1px solid color-mix(in srgb, var(--stroke) 40%, var(--surface-section));
  background: var(--ui-surface-card);
  box-shadow: 0 4px 24px -4px var(--ui-shadow);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.org-sk-kpi-label[b-o2rsy0rrcb] {
  height: 16px;
  width: 65%;
  border-radius: 4px;
  margin-bottom: 8px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 0%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 40%, color-mix(in srgb, var(--stroke) 80%, var(--surface-section)) 50%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 60%, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 100%);
  background-size: 300% 100%;
  animation: org-shimmer-b-o2rsy0rrcb 1.8s ease-in-out infinite;
  animation-delay: 0s;
}

.org-sk-kpi-value[b-o2rsy0rrcb] {
  height: 36px;
  width: 45%;
  border-radius: 6px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 0%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 40%, color-mix(in srgb, var(--stroke) 80%, var(--surface-section)) 50%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 60%, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 100%);
  background-size: 300% 100%;
  animation: org-shimmer-b-o2rsy0rrcb 1.8s ease-in-out infinite;
  animation-delay: 0.08s;
}

.org-sk-kpi-bar[b-o2rsy0rrcb] {
  height: 6px;
  width: 100%;
  border-radius: 9999px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 0%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 40%, color-mix(in srgb, var(--stroke) 80%, var(--surface-section)) 50%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 60%, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 100%);
  background-size: 300% 100%;
  animation: org-shimmer-b-o2rsy0rrcb 1.8s ease-in-out infinite;
  animation-delay: 0.12s;
}

.org-sk-chart[b-o2rsy0rrcb] {
  flex: 1;
  padding: 32px;
  border-radius: 12px;
  border: 1px solid color-mix(in srgb, var(--stroke) 40%, var(--surface-section));
  background: var(--ui-surface-card);
  box-shadow: 0 4px 24px -4px var(--ui-shadow);
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.org-sk-chart-hd[b-o2rsy0rrcb] {
  display: flex;
  align-items: flex-end;
  width: 100%;
}

.org-sk-chart-hd-info[b-o2rsy0rrcb] {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}

.org-sk-chart-title[b-o2rsy0rrcb] {
  height: 32px;
  width: 200px;
  border-radius: 6px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 0%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 40%, color-mix(in srgb, var(--stroke) 80%, var(--surface-section)) 50%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 60%, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 100%);
  background-size: 300% 100%;
  animation: org-shimmer-b-o2rsy0rrcb 1.8s ease-in-out infinite;
  animation-delay: 0s;
}

.org-sk-chart-sub[b-o2rsy0rrcb] {
  height: 16px;
  width: 260px;
  border-radius: 4px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 0%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 40%, color-mix(in srgb, var(--stroke) 80%, var(--surface-section)) 50%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 60%, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 100%);
  background-size: 300% 100%;
  animation: org-shimmer-b-o2rsy0rrcb 1.8s ease-in-out infinite;
  animation-delay: 0.08s;
}

.org-sk-chart-toggles[b-o2rsy0rrcb] {
  display: flex;
  gap: 4px;
  padding: 4px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--stroke) 40%, var(--surface-section));
}
.org-sk-chart-toggles > div[b-o2rsy0rrcb] {
  width: 32px;
  height: 24px;
  border-radius: 8px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 0%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 40%, color-mix(in srgb, var(--stroke) 80%, var(--surface-section)) 50%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 60%, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 100%);
  background-size: 300% 100%;
  animation: org-shimmer-b-o2rsy0rrcb 1.8s ease-in-out infinite;
  animation-delay: 0.1s;
}

.org-sk-chart-canvas[b-o2rsy0rrcb] {
  height: 296px;
  border-radius: 8px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 0%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 40%, color-mix(in srgb, var(--stroke) 80%, var(--surface-section)) 50%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 60%, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 100%);
  background-size: 300% 100%;
  animation: org-shimmer-b-o2rsy0rrcb 1.8s ease-in-out infinite;
  animation-delay: 0.04s;
}

.org-sk-chart-legend[b-o2rsy0rrcb] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid color-mix(in srgb, var(--stroke) 40%, var(--surface-section));
  padding-top: 12px;
  min-height: 49px;
}

.org-sk-chart-legend-items[b-o2rsy0rrcb] {
  display: flex;
  gap: 24px;
}
.org-sk-chart-legend-items > div[b-o2rsy0rrcb] {
  height: 12px;
  width: 95px;
  border-radius: 4px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 0%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 40%, color-mix(in srgb, var(--stroke) 80%, var(--surface-section)) 50%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 60%, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 100%);
  background-size: 300% 100%;
  animation: org-shimmer-b-o2rsy0rrcb 1.8s ease-in-out infinite;
  animation-delay: 0.12s;
}

.org-sk-chart-legend-status[b-o2rsy0rrcb] {
  height: 28px;
  width: 120px;
  border-radius: 4px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 0%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 40%, color-mix(in srgb, var(--stroke) 80%, var(--surface-section)) 50%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 60%, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 100%);
  background-size: 300% 100%;
  animation: org-shimmer-b-o2rsy0rrcb 1.8s ease-in-out infinite;
  animation-delay: 0.16s;
}

.org-sk-members[b-o2rsy0rrcb] {
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.org-sk-members-hd[b-o2rsy0rrcb] {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.org-sk-members-title[b-o2rsy0rrcb] {
  flex: 1;
  height: 32px;
  border-radius: 6px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 0%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 40%, color-mix(in srgb, var(--stroke) 80%, var(--surface-section)) 50%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 60%, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 100%);
  background-size: 300% 100%;
  animation: org-shimmer-b-o2rsy0rrcb 1.8s ease-in-out infinite;
  animation-delay: 0s;
}

.org-sk-members-actions[b-o2rsy0rrcb] {
  display: flex;
  gap: 8px;
}
.org-sk-members-actions > div[b-o2rsy0rrcb] {
  height: 40px;
  border-radius: 8px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 0%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 40%, color-mix(in srgb, var(--stroke) 80%, var(--surface-section)) 50%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 60%, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 100%);
  background-size: 300% 100%;
  animation: org-shimmer-b-o2rsy0rrcb 1.8s ease-in-out infinite;
  animation-delay: 0.1s;
}
.org-sk-members-actions > div:first-child[b-o2rsy0rrcb] {
  width: 150px;
}
.org-sk-members-actions > div:last-child[b-o2rsy0rrcb] {
  width: 130px;
}

.org-sk-members-table[b-o2rsy0rrcb] {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.org-sk-members-table-hd[b-o2rsy0rrcb] {
  height: 40px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 0%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 40%, color-mix(in srgb, var(--stroke) 80%, var(--surface-section)) 50%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 60%, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 100%);
  background-size: 300% 100%;
  animation: org-shimmer-b-o2rsy0rrcb 1.8s ease-in-out infinite;
  animation-delay: 0s;
}

.org-sk-members-body[b-o2rsy0rrcb] {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-bottom: 4px;
}

.org-sk-mrow[b-o2rsy0rrcb] {
  height: 64px;
  background: var(--ui-surface-card);
  border: 1px solid color-mix(in srgb, var(--stroke) 40%, var(--surface-section));
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 16px 8px 8px;
  gap: 8px;
  box-sizing: border-box;
}

.org-sk-mrow-avatar[b-o2rsy0rrcb] {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  flex-shrink: 0;
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 0%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 40%, color-mix(in srgb, var(--stroke) 80%, var(--surface-section)) 50%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 60%, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 100%);
  background-size: 300% 100%;
  animation: org-shimmer-b-o2rsy0rrcb 1.8s ease-in-out infinite;
  animation-delay: 0s;
}

.org-sk-mrow-name[b-o2rsy0rrcb] {
  width: 220px;
  height: 14px;
  border-radius: 4px;
  flex-shrink: 0;
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 0%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 40%, color-mix(in srgb, var(--stroke) 80%, var(--surface-section)) 50%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 60%, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 100%);
  background-size: 300% 100%;
  animation: org-shimmer-b-o2rsy0rrcb 1.8s ease-in-out infinite;
  animation-delay: 0.06s;
}

.org-sk-mrow-project[b-o2rsy0rrcb] {
  width: 180px;
  height: 14px;
  border-radius: 4px;
  flex-shrink: 0;
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 0%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 40%, color-mix(in srgb, var(--stroke) 80%, var(--surface-section)) 50%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 60%, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 100%);
  background-size: 300% 100%;
  animation: org-shimmer-b-o2rsy0rrcb 1.8s ease-in-out infinite;
  animation-delay: 0.1s;
}

.org-sk-mrow-email[b-o2rsy0rrcb] {
  flex: 1;
  height: 14px;
  border-radius: 4px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 0%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 40%, color-mix(in srgb, var(--stroke) 80%, var(--surface-section)) 50%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 60%, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 100%);
  background-size: 300% 100%;
  animation: org-shimmer-b-o2rsy0rrcb 1.8s ease-in-out infinite;
  animation-delay: 0.14s;
}

.org-sk-mrow-roles[b-o2rsy0rrcb] {
  width: 130px;
  height: 14px;
  border-radius: 4px;
  flex-shrink: 0;
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 0%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 40%, color-mix(in srgb, var(--stroke) 80%, var(--surface-section)) 50%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 60%, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 100%);
  background-size: 300% 100%;
  animation: org-shimmer-b-o2rsy0rrcb 1.8s ease-in-out infinite;
  animation-delay: 0.18s;
}

.org-sk-status[b-o2rsy0rrcb] {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  padding: 8px 0;
}

.org-sk-status-dot[b-o2rsy0rrcb] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--ui-prim-01) 20%, var(--surface-section));
  animation: org-pulse-b-o2rsy0rrcb 1.4s ease-in-out infinite;
}

.org-sk-status-text[b-o2rsy0rrcb] {
  font-size: 12px;
  color: color-mix(in srgb, var(--on-surface) 50%, transparent);
  font-family: var(--font-mono, monospace);
  letter-spacing: 0.02em;
}

.org-sk-dots[b-o2rsy0rrcb]::after {
  content: ".";
  animation: org-dots-b-o2rsy0rrcb 1.4s steps(4, end) infinite;
}
/* /Components/Pages/Organisation/Projects/OrganisationProjects.razor.rz.scp.css */
.card-menu__overlay[b-9ghuu33ntp] {
  position: fixed;
  inset: 0;
  z-index: 50;
}

.card-menu[b-9ghuu33ntp] {
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  z-index: 51;
  min-width: 160px;
  background: var(--ui-surface-card);
  border: 1px solid var(--stroke);
  border-radius: 10px;
  box-shadow: 0 8px 24px -4px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  padding: 4px;
}
.card-menu__item[b-9ghuu33ntp] {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: 36px;
  padding: 0 12px;
  border: none;
  box-shadow: none !important;
  background: transparent !important;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  color: var(--text-prim) !important;
}
.card-menu__item span:not(.material-icons)[b-9ghuu33ntp] {
  color: var(--text-prim) !important;
}
.card-menu__item:hover[b-9ghuu33ntp] {
  background: var(--stroke) !important;
}
.card-menu__item.destructive-item[b-9ghuu33ntp] {
  color: var(--red) !important;
}
.card-menu__item.destructive-item span[b-9ghuu33ntp] {
  color: var(--red) !important;
}
.card-menu__item.destructive-item:hover[b-9ghuu33ntp] {
  background: rgba(214, 63, 63, 0.1) !important;
}

.delete-confirm-modal[b-9ghuu33ntp] {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 201;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  width: 400px;
  max-width: calc(100vw - 32px);
  padding: 32px 28px 24px;
  background: var(--ui-surface-card);
  border: 1px solid var(--stroke);
  border-radius: 16px;
  box-shadow: 0 24px 64px -12px rgba(0, 0, 0, 0.6);
}
.delete-confirm-modal__icon[b-9ghuu33ntp] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(214, 63, 63, 0.12);
  margin-bottom: 4px;
}
.delete-confirm-modal__icon .material-icons[b-9ghuu33ntp] {
  font-size: 28px;
  color: var(--red);
}
.delete-confirm-modal h3[b-9ghuu33ntp] {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: var(--text-prim);
}
.delete-confirm-modal p[b-9ghuu33ntp] {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--text-sec);
}
.delete-confirm-modal p strong[b-9ghuu33ntp] {
  color: var(--text-prim);
  font-weight: 600;
}
.delete-confirm-modal__footer[b-9ghuu33ntp] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin-top: 8px;
}

.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-shrink: 0;
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.35px;
  color: var(--text-prim);
}
.organisation-projects .projects-heading__search[b-9ghuu33ntp] {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 40px;
  padding: 0 12px;
  background: var(--surface-ground);
  border: 1px solid var(--stroke);
  border-radius: 6px;
}
.organisation-projects .projects-heading__search:focus-within[b-9ghuu33ntp] {
  border-color: var(--primary);
}
.organisation-projects .projects-heading__search-icon[b-9ghuu33ntp] {
  font-size: 18px;
  color: var(--text-sec);
  flex-shrink: 0;
}
.organisation-projects .projects-heading__search-input[b-9ghuu33ntp] {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--text-prim);
}
.organisation-projects .projects-heading__search-input[b-9ghuu33ntp]::placeholder {
  color: var(--text-sec);
}
.organisation-projects .projects-heading__search-clear[b-9ghuu33ntp] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  padding: 0;
  background: transparent !important;
  border: none;
  box-shadow: none !important;
  cursor: pointer;
  color: var(--text-sec) !important;
  flex-shrink: 0;
  border-radius: 50%;
}
.organisation-projects .projects-heading__search-clear .material-icons[b-9ghuu33ntp] {
  color: var(--text-sec) !important;
  font-size: 16px;
}
.organisation-projects .projects-heading__search-clear:hover[b-9ghuu33ntp] {
  background: var(--stroke) !important;
}
.organisation-projects .projects-heading__search-clear:hover .material-icons[b-9ghuu33ntp] {
  color: var(--text-prim) !important;
}
.organisation-projects .projects-heading__search-spinner[b-9ghuu33ntp] {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  border: 2px solid var(--stroke);
  border-top-color: var(--primary);
  border-radius: 50%;
  animation: search-spin-b-9ghuu33ntp 0.7s linear infinite;
}
@keyframes search-spin-b-9ghuu33ntp {
  to {
    transform: rotate(360deg);
  }
}
.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: visible;
}
.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;
  position: relative;
}
.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[b-qwxcb9kr5b] {
  overflow: hidden;
}
.organisation-workspace .workspace-layout[b-qwxcb9kr5b] {
  display: flex;
  gap: 0;
  align-items: stretch;
  height: 66.6666666667vh;
  overflow: hidden;
}
.organisation-workspace .workspace-sidebar[b-qwxcb9kr5b] {
  width: 260px;
  flex-shrink: 0;
  background-color: var(--surface-nav-1);
  border-right: 1px solid var(--stroke);
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
}
.organisation-workspace .workspace-sidebar__top[b-qwxcb9kr5b] {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 0;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
}
.organisation-workspace .workspace-sidebar__title[b-qwxcb9kr5b] {
  font-size: 20px;
  font-weight: 800;
  color: var(--text-prim);
  letter-spacing: 0.5px;
  margin: 0 0 24px;
}
.organisation-workspace .workspace-sidebar__nav[b-qwxcb9kr5b] {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 20px;
}
.organisation-workspace .workspace-sidebar__item[b-qwxcb9kr5b] {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 10px 14px;
  border-radius: 8px;
  border: none;
  box-shadow: none;
  background: transparent;
  color: var(--text-prim);
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.15s ease;
  height: auto;
}
.organisation-workspace .workspace-sidebar__item span.material-icons[b-qwxcb9kr5b] {
  font-size: 17px;
  color: var(--text-sec);
  transition: color 0.15s ease;
}
.organisation-workspace .workspace-sidebar__item:hover[b-qwxcb9kr5b] {
  background-color: rgba(0, 0, 0, 0.05);
}
.organisation-workspace .workspace-sidebar__item--active[b-qwxcb9kr5b] {
  background-color: var(--primary-color-alpha);
  color: var(--primary-color);
  font-weight: 600;
}
.organisation-workspace .workspace-sidebar__item--active span.material-icons[b-qwxcb9kr5b] {
  color: var(--primary-color);
}
.organisation-workspace .workspace-sidebar__org-card[b-qwxcb9kr5b] {
  background-color: var(--surface-section);
  border: 1px solid var(--stroke);
  border-radius: 10px;
  padding: 14px;
  box-shadow: 0 0 4px 0 var(--ui-shadow);
  margin-bottom: 10px;
}
.organisation-workspace .workspace-sidebar__org-card-header[b-qwxcb9kr5b] {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
}
.organisation-workspace .workspace-sidebar__org-card-header span.material-icons[b-qwxcb9kr5b] {
  font-size: 14px;
  color: var(--primary-color);
}
.organisation-workspace .workspace-sidebar__org-label[b-qwxcb9kr5b] {
  font-size: 11px;
  font-weight: 700;
  color: var(--text-sec);
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.organisation-workspace .workspace-sidebar__org-count[b-qwxcb9kr5b] {
  font-size: 36px;
  font-weight: 800;
  color: var(--text-prim);
  line-height: 1;
  margin: 0 0 4px;
}
.organisation-workspace .workspace-sidebar__org-hint[b-qwxcb9kr5b] {
  font-size: 11px;
  color: var(--text-sec);
  margin: 0 0 10px;
}
.organisation-workspace .workspace-sidebar__org-cost[b-qwxcb9kr5b] {
  border-top: 1px solid var(--stroke);
  padding-top: 10px;
}
.organisation-workspace .workspace-sidebar__org-cost-label[b-qwxcb9kr5b] {
  font-size: 11px;
  color: var(--text-sec);
  margin: 0;
}
.organisation-workspace .workspace-sidebar__org-cost-amount[b-qwxcb9kr5b] {
  font-size: 18px;
  font-weight: 800;
  color: var(--primary-color);
  margin: 2px 0;
}
.organisation-workspace .workspace-sidebar__org-cost-amount span[b-qwxcb9kr5b] {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-sec);
}
.organisation-workspace .workspace-sidebar__org-cost-calc[b-qwxcb9kr5b] {
  font-size: 11px;
  color: var(--text-sec);
  margin: 0;
}
.organisation-workspace .workspace-sidebar__org-link[b-qwxcb9kr5b] {
  display: inline-block;
  margin-top: 10px;
  font-size: 11px;
  font-weight: 500;
  color: var(--primary-color);
  text-decoration: none;
}
.organisation-workspace .workspace-sidebar__org-link:hover[b-qwxcb9kr5b] {
  text-decoration: underline;
}
.organisation-workspace .workspace-sidebar__date-card[b-qwxcb9kr5b] {
  background-color: var(--surface-section);
  border: 1px solid var(--stroke);
  border-radius: 10px;
  padding: 12px 14px;
  box-shadow: 0 0 4px 0 var(--ui-shadow);
}
.organisation-workspace .workspace-sidebar__date-card-header[b-qwxcb9kr5b] {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px;
}
.organisation-workspace .workspace-sidebar__date-card-header span.material-icons[b-qwxcb9kr5b] {
  font-size: 14px;
  color: var(--text-sec);
}
.organisation-workspace .workspace-sidebar__date-card-header span:not(.material-icons)[b-qwxcb9kr5b] {
  font-size: 11px;
  color: var(--text-sec);
  font-weight: 500;
}
.organisation-workspace .workspace-sidebar__date-value[b-qwxcb9kr5b] {
  font-size: 13px;
  font-weight: 700;
  color: var(--text-prim);
  margin: 0;
}
.organisation-workspace .workspace-sidebar__footer[b-qwxcb9kr5b] {
  padding: 16px 24px;
  border-top: 1px solid var(--stroke);
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.organisation-workspace .workspace-sidebar__footer p[b-qwxcb9kr5b] {
  font-size: 11px;
  color: var(--text-sec);
  margin: 0;
}
.organisation-workspace .workspace-sidebar__stripe-icon[b-qwxcb9kr5b] {
  font-size: 22px;
  color: #635BFF;
}
.organisation-workspace .workspace-content[b-qwxcb9kr5b] {
  flex: 1;
  min-width: 0;
  min-height: 0;
  overflow-y: auto;
}
/* /Components/Pages/Organisation/Workspace/Tabs/BillingConsumptionCredits.razor.rz.scp.css */
.org-summary-banner[b-el8thwx0su] {
  display: flex;
  align-items: stretch;
  border: 1px solid var(--stroke);
  border-radius: 10px;
  overflow: hidden;
  background: var(--surface-section);
  flex-shrink: 0;
}
.org-summary-banner__cell[b-el8thwx0su] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 20px;
  border-right: 1px solid var(--stroke);
}
.org-summary-banner__cell:last-child[b-el8thwx0su] {
  border-right: none;
}
.org-summary-banner__cell--highlight[b-el8thwx0su] {
  background: var(--primary-color-alpha);
}
.org-summary-banner__label[b-el8thwx0su] {
  font-size: 11px;
  color: var(--text-sec);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.org-summary-banner__value[b-el8thwx0su] {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-prim);
  white-space: nowrap;
}
.org-summary-banner__value span[b-el8thwx0su] {
  font-size: 12px;
  font-weight: 400;
  color: var(--text-sec);
}
.org-summary-banner__value--primary[b-el8thwx0su] {
  color: var(--primary-color);
}

.billing-credits[b-el8thwx0su] {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 24px;
  max-width: 1100px;
}
.billing-credits__header[b-el8thwx0su] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.billing-credits__header-text[b-el8thwx0su] {
  flex: 1;
}
.billing-credits__title[b-el8thwx0su] {
  font-size: 24px;
  font-weight: 700;
  color: var(--text-prim);
  margin: 0 0 4px;
}
.billing-credits__subtitle[b-el8thwx0su] {
  font-size: 14px;
  color: var(--text-sec);
  margin: 0;
}
.billing-credits__header-right[b-el8thwx0su] {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
.billing-credits__info-banner[b-el8thwx0su] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: var(--surface-background);
  border: 1px solid var(--stroke);
  border-radius: 10px;
  padding: 16px 20px;
  flex-wrap: wrap;
}
.billing-credits__info-banner-left[b-el8thwx0su] {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  flex: 1;
}
.billing-credits__info-banner-icon[b-el8thwx0su] {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--primary-color-alpha);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.billing-credits__info-banner-icon .material-icons[b-el8thwx0su] {
  font-size: 16px;
  color: var(--primary-color);
}
.billing-credits__info-banner-title[b-el8thwx0su] {
  font-size: 14px;
  font-weight: 700;
  color: var(--text-prim);
  margin: 0 0 4px;
}
.billing-credits__info-banner-desc[b-el8thwx0su] {
  font-size: 13px;
  color: var(--text-sec);
  margin: 0;
}
.billing-credits__info-banner-rate[b-el8thwx0su] {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-shrink: 0;
  gap: 2px;
}
.billing-credits__info-banner-rate-label[b-el8thwx0su] {
  font-size: 11px;
  color: var(--text-sec);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 500;
}
.billing-credits__info-banner-rate-value[b-el8thwx0su] {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-color);
}
.billing-credits__info-banner-rate-formula[b-el8thwx0su] {
  font-size: 12px;
  color: var(--text-sec);
}
.billing-credits__stats-row[b-el8thwx0su] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 700px) {
  .billing-credits__stats-row[b-el8thwx0su] {
    grid-template-columns: 1fr;
  }
}
.billing-credits__stat-card[b-el8thwx0su] {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 20px;
  background: var(--surface-section);
  border: 1px solid var(--stroke);
  border-radius: 10px;
}
.billing-credits__stat-card--primary[b-el8thwx0su] {
  background: var(--primary-color-alpha);
  border-color: var(--primary-color);
}
.billing-credits__stat-icon[b-el8thwx0su] {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.billing-credits__stat-icon .material-icons[b-el8thwx0su] {
  font-size: 22px;
}
.billing-credits__stat-icon--neutral[b-el8thwx0su] {
  background: var(--surface-background);
}
.billing-credits__stat-icon--neutral .material-icons[b-el8thwx0su] {
  color: var(--text-sec);
}
.billing-credits__stat-icon--primary[b-el8thwx0su] {
  background: var(--primary-color);
}
.billing-credits__stat-icon--primary .material-icons[b-el8thwx0su] {
  color: #fff;
}
.billing-credits__stat-label[b-el8thwx0su] {
  font-size: 12px;
  color: var(--text-sec);
  margin: 0 0 3px;
}
.billing-credits__stat-value[b-el8thwx0su] {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-prim);
  margin: 0;
}
.billing-credits__stat-value span[b-el8thwx0su] {
  font-size: 12px;
  font-weight: 400;
  color: var(--text-sec);
}
.billing-credits__stat-calc[b-el8thwx0su] {
  font-size: 11px;
  color: var(--primary-color);
  margin: 2px 0 0;
  font-weight: 500;
}
.billing-credits__main-grid[b-el8thwx0su] {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
}
@media (max-width: 900px) {
  .billing-credits__main-grid[b-el8thwx0su] {
    grid-template-columns: 1fr;
  }
}
.billing-credits__balance-card[b-el8thwx0su] {
  background: var(--surface-section);
  border: 1px solid var(--stroke);
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.billing-credits__balance-label[b-el8thwx0su] {
  font-size: 12px;
  font-weight: 600;
  color: var(--text-sec);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0;
}
.billing-credits__balance-icon-row[b-el8thwx0su] {
  display: flex;
  align-items: center;
  gap: 10px;
}
.billing-credits__balance-icon-row .material-icons[b-el8thwx0su] {
  font-size: 28px;
  color: var(--primary-color);
}
.billing-credits__balance-num[b-el8thwx0su] {
  font-size: 32px;
  font-weight: 800;
  color: var(--text-prim);
}
.billing-credits__balance-per-user[b-el8thwx0su] {
  font-size: 12px;
  color: var(--text-sec);
  margin: 0;
}
.billing-credits__balance-cost-box[b-el8thwx0su] {
  background: var(--primary-color-alpha);
  border-radius: 8px;
  padding: 10px 14px;
}
.billing-credits__balance-cost-formula[b-el8thwx0su] {
  font-size: 12px;
  color: var(--text-sec);
  margin: 0 0 6px;
}
.billing-credits__balance-cost-total-row[b-el8thwx0su] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: var(--text-sec);
}
.billing-credits__balance-cost-total[b-el8thwx0su] {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary-color);
}
.billing-credits__balance-consumed[b-el8thwx0su] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.billing-credits__balance-consumed-header[b-el8thwx0su] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: var(--text-sec);
}
.billing-credits__balance-consumed-count[b-el8thwx0su] {
  font-weight: 600;
  color: var(--text-prim);
}
.billing-credits__balance-per-user-consumed[b-el8thwx0su] {
  font-size: 11px;
  color: var(--text-sec);
  margin: 0;
}
.billing-credits__alerts-card[b-el8thwx0su] {
  background: var(--surface-section);
  border: 1px solid var(--stroke);
  border-radius: 12px;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.billing-credits__alerts-header[b-el8thwx0su] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.billing-credits__toggle-label[b-el8thwx0su] {
  font-size: 13px;
  font-weight: 500;
  color: var(--text-prim);
  margin-left: 6px;
}
.billing-credits__alerts-footer[b-el8thwx0su] {
  display: flex;
  justify-content: flex-end;
}
.billing-credits__alerts-title[b-el8thwx0su] {
  font-size: 15px;
  font-weight: 600;
  color: var(--text-prim);
  margin: 0;
}
.billing-credits__alerts-note[b-el8thwx0su] {
  font-size: 12px;
  color: var(--text-sec);
  margin: 0;
  padding: 8px 12px;
  background: var(--surface-background);
  border-radius: 6px;
}
.billing-credits__alert-row[b-el8thwx0su] {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px;
  background: var(--surface-background);
  border-radius: 8px;
  border: 1px solid var(--stroke);
}
.billing-credits__alert-icon[b-el8thwx0su] {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.billing-credits__alert-icon .material-icons[b-el8thwx0su] {
  font-size: 18px;
}
.billing-credits__alert-icon--warning[b-el8thwx0su] {
  background: var(--orange-surface-dimmed);
}
.billing-credits__alert-icon--warning .material-icons[b-el8thwx0su] {
  color: var(--orange-text);
}
.billing-credits__alert-icon--danger[b-el8thwx0su] {
  background: var(--red-surface-dimmed);
}
.billing-credits__alert-icon--danger .material-icons[b-el8thwx0su] {
  color: var(--red-text);
}
.billing-credits__alert-info[b-el8thwx0su] {
  flex: 1;
}
.billing-credits__alert-name[b-el8thwx0su] {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-prim);
  margin: 0 0 3px;
}
.billing-credits__alert-desc[b-el8thwx0su] {
  font-size: 12px;
  color: var(--text-sec);
  margin: 0 0 4px;
}
.billing-credits__alert-per-user[b-el8thwx0su] {
  font-size: 11px;
  color: var(--primary-color);
  margin: 0;
  font-weight: 500;
}
.billing-credits__alert-input-group[b-el8thwx0su] {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}
.billing-credits__input-unit[b-el8thwx0su] {
  font-size: 12px;
  color: var(--text-sec);
}
.billing-credits__progress-track[b-el8thwx0su] {
  height: 6px;
  background: var(--stroke);
  border-radius: 3px;
  overflow: hidden;
}
.billing-credits__progress-fill[b-el8thwx0su] {
  height: 100%;
  background: var(--primary-color);
  border-radius: 3px;
  transition: width 0.3s ease;
}
.billing-credits__section[b-el8thwx0su] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.billing-credits__section-card[b-el8thwx0su] {
  background: var(--surface-background);
  border: 1px solid var(--stroke);
  border-radius: 12px;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.billing-credits__section-title[b-el8thwx0su] {
  font-size: 18px;
  font-weight: 600;
  color: var(--text-prim);
  margin: 0;
}
.billing-credits__chart-header[b-el8thwx0su] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.billing-credits__chart-subtitle[b-el8thwx0su] {
  font-size: 12px;
  color: var(--text-sec);
  margin: 4px 0 0;
}
.billing-credits__chart-controls[b-el8thwx0su] {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.billing-credits__chart-badge[b-el8thwx0su] {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 10px;
  background: var(--primary-color-alpha);
  color: var(--primary-color);
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
}
.billing-credits__chart-badge .material-icons[b-el8thwx0su] {
  font-size: 14px;
}
.billing-credits__chart-wrap[b-el8thwx0su] {
  height: 240px;
  position: relative;
}
.billing-credits__chart-wrap canvas[b-el8thwx0su] {
  width: 100% !important;
  height: 100% !important;
}
.billing-credits__chart-placeholder[b-el8thwx0su] {
  height: 240px;
  border: 2px dashed var(--stroke);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--surface-background);
  color: var(--text-sec);
}
.billing-credits__chart-placeholder .material-icons[b-el8thwx0su] {
  font-size: 40px;
  opacity: 0.4;
}
.billing-credits__chart-placeholder p[b-el8thwx0su] {
  font-size: 13px;
  margin: 0;
  opacity: 0.6;
}
.billing-credits__rules-grid[b-el8thwx0su] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 700px) {
  .billing-credits__rules-grid[b-el8thwx0su] {
    grid-template-columns: 1fr;
  }
}
.billing-credits__rules-divider[b-el8thwx0su] {
  height: 1px;
  background: var(--stroke);
  margin: 0;
}
.billing-credits__rules-col-title[b-el8thwx0su] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--primary-color);
  margin: 0 0 14px;
}
.billing-credits__rules-col-title .material-icons[b-el8thwx0su] {
  font-size: 16px;
  color: var(--primary-color);
}
.billing-credits__rules-list[b-el8thwx0su] {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.billing-credits__rules-item[b-el8thwx0su] {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  color: var(--text-prim);
}
.billing-credits__rules-item .material-icons[b-el8thwx0su] {
  font-size: 16px;
  flex-shrink: 0;
  margin-top: 1px;
  color: var(--green);
}
.billing-credits__rules-item--info .material-icons[b-el8thwx0su] {
  color: var(--primary-color);
}
.billing-credits__select[b-el8thwx0su] {
  padding: 6px 10px;
  border: 1px solid var(--stroke);
  border-radius: 8px;
  background: var(--surface-section);
  color: var(--text-prim);
  font-size: 13px;
  outline: none;
  cursor: pointer;
}
.billing-credits__select:focus[b-el8thwx0su] {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px var(--primary-color-alpha);
}
.billing-credits__input[b-el8thwx0su] {
  width: 80px;
  padding: 6px 10px;
  border: 1px solid var(--stroke);
  border-radius: 8px;
  background: var(--surface-section);
  color: var(--text-prim);
  font-size: 13px;
  outline: none;
  text-align: right;
}
.billing-credits__input:focus[b-el8thwx0su] {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px var(--primary-color-alpha);
}
.billing-credits__toggle[b-el8thwx0su] {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.billing-credits__toggle input[type=checkbox][b-el8thwx0su] {
  display: none;
}
input:checked ~ .billing-credits__toggle-track[b-el8thwx0su] {
  background: var(--primary-color);
}
input:checked ~ .billing-credits__toggle-track .billing-credits__toggle-thumb[b-el8thwx0su] {
  transform: translateX(18px);
}
.billing-credits__toggle-track[b-el8thwx0su] {
  width: 40px;
  height: 22px;
  background: var(--stroke);
  border-radius: 11px;
  position: relative;
  transition: background 0.2s;
  display: block;
}
.billing-credits__toggle-thumb[b-el8thwx0su] {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.2s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.billing-credits__btn[b-el8thwx0su] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: auto;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  box-shadow: none;
  transition: opacity 0.15s, background 0.15s;
}
.billing-credits__btn .material-icons[b-el8thwx0su] {
  font-size: 16px;
}
.billing-credits__btn--primary[b-el8thwx0su] {
  background: var(--primary-color);
  color: #fff;
}
.billing-credits__btn--primary:hover[b-el8thwx0su] {
  opacity: 0.85;
}
.billing-credits__btn--secondary[b-el8thwx0su] {
  background: var(--surface-background);
  color: var(--text-prim);
  border: 1px solid var(--stroke);
}
.billing-credits__btn--secondary:hover[b-el8thwx0su] {
  background: var(--surface-nav-1);
}
/* /Components/Pages/Organisation/Workspace/Tabs/BillingDashboard.razor.rz.scp.css */
.org-summary-banner[b-rx3ol34v2i] {
  display: flex;
  align-items: stretch;
  border: 1px solid var(--stroke);
  border-radius: 10px;
  overflow: hidden;
  background: var(--surface-section);
}
.org-summary-banner__cell[b-rx3ol34v2i] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 20px;
  border-right: 1px solid var(--stroke);
}
.org-summary-banner__cell:last-child[b-rx3ol34v2i] {
  border-right: none;
}
.org-summary-banner__cell--highlight[b-rx3ol34v2i] {
  background: var(--primary-color-alpha);
}
.org-summary-banner__label[b-rx3ol34v2i] {
  font-size: 11px;
  color: var(--text-sec);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.org-summary-banner__value[b-rx3ol34v2i] {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-prim);
  white-space: nowrap;
}
.org-summary-banner__value--primary[b-rx3ol34v2i] {
  color: var(--primary-color);
}

.billing-dashboard[b-rx3ol34v2i] {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 24px;
  max-width: 1100px;
}
.billing-dashboard__header[b-rx3ol34v2i] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.billing-dashboard__header-text[b-rx3ol34v2i] {
  flex: 1;
}
.billing-dashboard__title[b-rx3ol34v2i] {
  font-size: 24px;
  font-weight: 700;
  color: var(--text-prim);
  margin: 0 0 4px;
}
.billing-dashboard__subtitle[b-rx3ol34v2i] {
  font-size: 14px;
  color: var(--text-sec);
  margin: 0;
}
.billing-dashboard__section[b-rx3ol34v2i] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.billing-dashboard__section-header[b-rx3ol34v2i] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.billing-dashboard__section-title[b-rx3ol34v2i] {
  font-size: 18px;
  font-weight: 600;
  color: var(--text-prim);
  margin: 0;
}
.billing-dashboard__subscription-card[b-rx3ol34v2i] {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  background: var(--surface-section);
  border: 1px solid var(--stroke);
  border-radius: 12px;
  padding: 24px;
}
@media (max-width: 768px) {
  .billing-dashboard__subscription-card[b-rx3ol34v2i] {
    grid-template-columns: 1fr;
  }
}
.billing-dashboard__subscription-left[b-rx3ol34v2i] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.billing-dashboard__subscription-badges[b-rx3ol34v2i] {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.billing-dashboard__badge[b-rx3ol34v2i] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}
.billing-dashboard__badge--plan[b-rx3ol34v2i] {
  background: var(--primary-color-alpha);
  color: var(--primary-color);
}
.billing-dashboard__badge--active[b-rx3ol34v2i] {
  background: var(--green-surface-dimmed);
  color: var(--green-text);
}
.billing-dashboard__badge-dot[b-rx3ol34v2i] {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
}
.billing-dashboard__subscription-price[b-rx3ol34v2i] {
  font-size: 28px;
  font-weight: 700;
  color: var(--text-prim);
  margin: 0;
}
.billing-dashboard__subscription-price-unit[b-rx3ol34v2i] {
  font-size: 14px;
  font-weight: 400;
  color: var(--text-sec);
}
.billing-dashboard__subscription-next[b-rx3ol34v2i] {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--text-sec);
  margin: 0;
}
.billing-dashboard__subscription-next .material-icons[b-rx3ol34v2i] {
  font-size: 15px;
}
.billing-dashboard__feature-chips[b-rx3ol34v2i] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.billing-dashboard__chip[b-rx3ol34v2i] {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 10px;
  background: var(--surface-background);
  border: 1px solid var(--stroke);
  border-radius: 20px;
  font-size: 12px;
  color: var(--text-prim);
}
.billing-dashboard__chip .material-icons[b-rx3ol34v2i] {
  font-size: 14px;
  color: var(--primary-color);
}
.billing-dashboard__subscription-actions[b-rx3ol34v2i] {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 4px;
}
.billing-dashboard__cost-breakdown[b-rx3ol34v2i] {
  background: var(--primary-color-alpha);
  border: 1px solid var(--stroke);
  border-radius: 10px;
  padding: 20px 24px;
  min-width: 220px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.billing-dashboard__cost-breakdown-title[b-rx3ol34v2i] {
  font-size: 13px;
  font-weight: 600;
  color: var(--primary-color);
  margin: 0 0 4px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.billing-dashboard__cost-row[b-rx3ol34v2i] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
}
.billing-dashboard__cost-row--total[b-rx3ol34v2i] {
  font-weight: 700;
  font-size: 15px;
}
.billing-dashboard__cost-label[b-rx3ol34v2i] {
  color: var(--text-sec);
}
.billing-dashboard__cost-label--icon[b-rx3ol34v2i] {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.billing-dashboard__cost-label--icon .material-icons[b-rx3ol34v2i] {
  font-size: 15px;
  color: var(--primary-color);
}
.billing-dashboard__cost-value[b-rx3ol34v2i] {
  color: var(--text-prim);
}
.billing-dashboard__cost-value--total[b-rx3ol34v2i] {
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 700;
}
.billing-dashboard__cost-value--sub[b-rx3ol34v2i] {
  font-size: 11px;
  color: var(--text-sec);
  text-align: right;
}
.billing-dashboard__cost-total-right[b-rx3ol34v2i] {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
}
.billing-dashboard__cost-divider[b-rx3ol34v2i] {
  height: 1px;
  background: var(--primary-color);
  opacity: 0.2;
  margin: 2px 0;
}
.billing-dashboard__cost-note[b-rx3ol34v2i] {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  color: var(--text-sec);
  margin: 4px 0 0;
}
.billing-dashboard__cost-note .material-icons[b-rx3ol34v2i] {
  font-size: 13px;
  flex-shrink: 0;
}
.billing-dashboard__amber-banner[b-rx3ol34v2i] {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #fffbeb;
  border: 1px solid #fcd34d;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 13px;
  color: #92400e;
}
.billing-dashboard__amber-banner .material-icons[b-rx3ol34v2i] {
  font-size: 18px;
  flex-shrink: 0;
  color: #d97706;
}
.billing-dashboard__plans-grid[b-rx3ol34v2i] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 900px) {
  .billing-dashboard__plans-grid[b-rx3ol34v2i] {
    grid-template-columns: 1fr;
  }
}
.billing-dashboard__plan-card[b-rx3ol34v2i] {
  position: relative;
  background: var(--surface-section);
  border: 1px solid var(--stroke);
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.billing-dashboard__plan-card--current[b-rx3ol34v2i] {
  border: 2px solid var(--primary-color);
}
.billing-dashboard__plan-current-badge[b-rx3ol34v2i] {
  position: absolute;
  top: -1px;
  right: 16px;
  background: var(--primary-color);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 2px 10px;
  border-radius: 0 0 8px 8px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.billing-dashboard__plan-header[b-rx3ol34v2i] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.billing-dashboard__plan-name[b-rx3ol34v2i] {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-prim);
  margin: 0;
}
.billing-dashboard__plan-price[b-rx3ol34v2i] {
  font-size: 26px;
  font-weight: 700;
  color: var(--primary-color);
  margin: 0;
}
.billing-dashboard__plan-price span[b-rx3ol34v2i] {
  font-size: 13px;
  color: var(--text-sec);
  font-weight: 400;
}
.billing-dashboard__plan-org-total[b-rx3ol34v2i] {
  font-size: 12px;
  color: var(--text-sec);
  margin: 0;
}
.billing-dashboard__plan-features[b-rx3ol34v2i] {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.billing-dashboard__plan-feature[b-rx3ol34v2i] {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
}
.billing-dashboard__plan-feature .material-icons[b-rx3ol34v2i] {
  font-size: 16px;
}
.billing-dashboard__plan-feature--included[b-rx3ol34v2i] {
  color: var(--text-prim);
}
.billing-dashboard__plan-feature--included .material-icons[b-rx3ol34v2i] {
  color: var(--green);
}
.billing-dashboard__plan-feature--excluded[b-rx3ol34v2i] {
  color: var(--text-sec);
}
.billing-dashboard__plan-feature--excluded .material-icons[b-rx3ol34v2i] {
  color: var(--red-critical);
}
.billing-dashboard__checkout-card[b-rx3ol34v2i] {
  background: var(--surface-section);
  border: 1px solid var(--stroke);
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.billing-dashboard__checkout-order-header[b-rx3ol34v2i] {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-prim);
}
.billing-dashboard__checkout-order-header .material-icons[b-rx3ol34v2i] {
  color: var(--primary-color);
}
.billing-dashboard__checkout-order-header h3[b-rx3ol34v2i] {
  margin: 0;
}
.billing-dashboard__checkout-table[b-rx3ol34v2i] {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.billing-dashboard__checkout-table th[b-rx3ol34v2i] {
  text-align: left;
  padding: 8px 12px;
  background: var(--surface-background);
  color: var(--text-sec);
  font-weight: 600;
  border-bottom: 1px solid var(--stroke);
}
.billing-dashboard__checkout-table td[b-rx3ol34v2i] {
  padding: 12px;
  border-bottom: 1px solid var(--stroke);
  color: var(--text-prim);
}
.billing-dashboard__checkout-table-row--highlight td[b-rx3ol34v2i] {
  background: var(--primary-color-alpha);
}
.billing-dashboard__checkout-actions[b-rx3ol34v2i] {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.billing-dashboard__success-banner[b-rx3ol34v2i] {
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--green-surface-dimmed);
  border: 1px solid var(--green);
  border-radius: 12px;
  padding: 20px 24px;
  flex-wrap: wrap;
}
.billing-dashboard__success-banner .material-icons[b-rx3ol34v2i] {
  font-size: 32px;
  color: var(--green);
  flex-shrink: 0;
}
.billing-dashboard__success-banner > div[b-rx3ol34v2i] {
  flex: 1;
}
.billing-dashboard__success-title[b-rx3ol34v2i] {
  font-size: 16px;
  font-weight: 700;
  color: var(--green-text);
  margin: 0 0 4px;
}
.billing-dashboard__success-msg[b-rx3ol34v2i] {
  font-size: 13px;
  color: var(--green-text);
  margin: 0;
}
.billing-dashboard__usage-grid[b-rx3ol34v2i] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 700px) {
  .billing-dashboard__usage-grid[b-rx3ol34v2i] {
    grid-template-columns: 1fr;
  }
}
.billing-dashboard__usage-card[b-rx3ol34v2i] {
  background: var(--surface-section);
  border: 1px solid var(--stroke);
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.billing-dashboard__usage-card-header[b-rx3ol34v2i] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.billing-dashboard__usage-icon[b-rx3ol34v2i] {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.billing-dashboard__usage-icon .material-icons[b-rx3ol34v2i] {
  font-size: 20px;
}
.billing-dashboard__usage-icon--primary[b-rx3ol34v2i] {
  background: var(--primary-color-alpha);
}
.billing-dashboard__usage-icon--primary .material-icons[b-rx3ol34v2i] {
  color: var(--primary-color);
}
.billing-dashboard__usage-icon--storage[b-rx3ol34v2i] {
  background: var(--surface-background);
}
.billing-dashboard__usage-icon--storage .material-icons[b-rx3ol34v2i] {
  color: var(--text-sec);
}
.billing-dashboard__usage-card-title[b-rx3ol34v2i] {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-prim);
  margin: 0 0 2px;
}
.billing-dashboard__usage-card-hint[b-rx3ol34v2i] {
  font-size: 11px;
  color: var(--text-sec);
  margin: 0;
}
.billing-dashboard__usage-numbers[b-rx3ol34v2i] {
  display: flex;
  align-items: baseline;
  gap: 6px;
}
.billing-dashboard__usage-current[b-rx3ol34v2i] {
  font-size: 22px;
  font-weight: 700;
  color: var(--text-prim);
}
.billing-dashboard__usage-separator[b-rx3ol34v2i] {
  font-size: 16px;
  color: var(--text-sec);
}
.billing-dashboard__usage-total[b-rx3ol34v2i] {
  font-size: 14px;
  color: var(--text-sec);
}
.billing-dashboard__usage-note[b-rx3ol34v2i] {
  font-size: 12px;
  color: var(--text-sec);
  margin: 0;
}
.billing-dashboard__progress-track[b-rx3ol34v2i] {
  height: 10px;
  background: var(--stroke);
  border-radius: 3px;
  overflow: hidden;
}
.billing-dashboard__progress-fill[b-rx3ol34v2i] {
  height: 100%;
  background: var(--primary-color);
  border-radius: 3px;
  transition: width 0.3s ease;
}
.billing-dashboard__quick-grid[b-rx3ol34v2i] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 700px) {
  .billing-dashboard__quick-grid[b-rx3ol34v2i] {
    grid-template-columns: 1fr;
  }
}
.billing-dashboard__quick-card[b-rx3ol34v2i] {
  background: var(--surface-section);
  border: 1px solid var(--stroke);
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.billing-dashboard__quick-card-header[b-rx3ol34v2i] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.billing-dashboard__quick-card-header .material-icons[b-rx3ol34v2i] {
  font-size: 18px;
  color: var(--primary-color);
}
.billing-dashboard__quick-card-header h3[b-rx3ol34v2i] {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-prim);
  margin: 0;
  flex: 1;
}
.billing-dashboard__quick-link[b-rx3ol34v2i] {
  font-size: 12px;
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 500;
}
.billing-dashboard__quick-link:hover[b-rx3ol34v2i] {
  text-decoration: underline;
}
.billing-dashboard__payment-method-row[b-rx3ol34v2i] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  background: var(--surface-background);
  border-radius: 8px;
}
.billing-dashboard__payment-method-row .material-icons[b-rx3ol34v2i] {
  font-size: 24px;
  color: var(--text-sec);
}
.billing-dashboard__payment-name[b-rx3ol34v2i] {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-prim);
  margin: 0 0 2px;
}
.billing-dashboard__payment-hint[b-rx3ol34v2i] {
  font-size: 11px;
  color: var(--text-sec);
  margin: 0;
}
.billing-dashboard__invoice-list[b-rx3ol34v2i] {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.billing-dashboard__invoice-row[b-rx3ol34v2i] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid var(--stroke);
}
.billing-dashboard__invoice-row:last-child[b-rx3ol34v2i] {
  border-bottom: none;
}
.billing-dashboard__invoice-info[b-rx3ol34v2i] {
  display: flex;
  align-items: center;
  gap: 10px;
}
.billing-dashboard__invoice-info .material-icons[b-rx3ol34v2i] {
  font-size: 18px;
  color: var(--red-critical);
}
.billing-dashboard__invoice-num[b-rx3ol34v2i] {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-prim);
  margin: 0 0 2px;
}
.billing-dashboard__invoice-date[b-rx3ol34v2i] {
  font-size: 11px;
  color: var(--text-sec);
  margin: 0;
}
.billing-dashboard__invoice-right[b-rx3ol34v2i] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.billing-dashboard__invoice-amount[b-rx3ol34v2i] {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-prim);
}
.billing-dashboard__btn[b-rx3ol34v2i] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0 16px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: opacity 0.15s, background 0.15s;
}
.billing-dashboard__btn .material-icons[b-rx3ol34v2i] {
  font-size: 16px;
}
.billing-dashboard__btn:disabled[b-rx3ol34v2i] {
  opacity: 0.55;
  cursor: not-allowed;
}
.billing-dashboard__btn--primary[b-rx3ol34v2i] {
  background: var(--primary-color);
  color: #fff;
}
.billing-dashboard__btn--primary:hover:not(:disabled)[b-rx3ol34v2i] {
  opacity: 0.85;
}
.billing-dashboard__btn--secondary[b-rx3ol34v2i] {
  background: var(--surface-background);
  color: var(--text-prim);
  border: 1px solid var(--stroke);
}
.billing-dashboard__btn--secondary:hover:not(:disabled)[b-rx3ol34v2i] {
  background: var(--surface-nav-1);
}
.billing-dashboard__btn--outline[b-rx3ol34v2i] {
  background: transparent;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.billing-dashboard__btn--outline:hover:not(:disabled)[b-rx3ol34v2i] {
  background: var(--primary-color-alpha);
}
.billing-dashboard__btn--ghost[b-rx3ol34v2i] {
  background: transparent;
  color: var(--text-sec);
  border: 1px solid var(--stroke);
}
.billing-dashboard__btn--ghost:hover:not(:disabled)[b-rx3ol34v2i] {
  color: var(--text-prim);
  background: var(--surface-background);
}
.billing-dashboard__btn--full[b-rx3ol34v2i] {
  width: 100%;
  justify-content: center;
}
.billing-dashboard__btn--sm[b-rx3ol34v2i] {
  padding: 5px 12px;
  font-size: 12px;
}
.billing-dashboard__btn-icon[b-rx3ol34v2i] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 6px;
  background-color: transparent !important;
  background-image: url("/images/icons/download.svg") !important;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  box-shadow: none;
  cursor: pointer;
  opacity: 0.55;
  transition: opacity 0.15s;
  vertical-align: middle;
}
.billing-dashboard__btn-icon:hover[b-rx3ol34v2i] {
  opacity: 1;
}
/* /Components/Pages/Organisation/Workspace/Tabs/BillingInvoices.razor.rz.scp.css */
.org-summary-banner[b-otxnltk4xg] {
  display: flex;
  align-items: stretch;
  border: 1px solid var(--stroke);
  border-radius: 10px;
  overflow: hidden;
  background: var(--surface-section);
  flex-shrink: 0;
}
.org-summary-banner__cell[b-otxnltk4xg] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 20px;
  border-right: 1px solid var(--stroke);
}
.org-summary-banner__cell:last-child[b-otxnltk4xg] {
  border-right: none;
}
.org-summary-banner__cell--highlight[b-otxnltk4xg] {
  background: var(--primary-color-alpha);
}
.org-summary-banner__label[b-otxnltk4xg] {
  font-size: 11px;
  color: var(--text-sec);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.org-summary-banner__value[b-otxnltk4xg] {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-prim);
  white-space: nowrap;
}
.org-summary-banner__value span[b-otxnltk4xg] {
  font-size: 12px;
  font-weight: 400;
  color: var(--text-sec);
}
.org-summary-banner__value--primary[b-otxnltk4xg] {
  color: var(--primary-color);
}
.org-summary-banner__action-cell[b-otxnltk4xg] {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  border-left: 1px solid var(--stroke);
}

.billing-invoices[b-otxnltk4xg] {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  max-width: 1200px;
}
.billing-invoices__header[b-otxnltk4xg] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.billing-invoices__header-text[b-otxnltk4xg] {
  flex: 1;
}
.billing-invoices__title[b-otxnltk4xg] {
  font-size: 24px;
  font-weight: 700;
  color: var(--text-prim);
  margin: 0 0 4px;
}
.billing-invoices__subtitle[b-otxnltk4xg] {
  font-size: 14px;
  color: var(--text-sec);
  margin: 0;
}
.billing-invoices__filters-row[b-otxnltk4xg] {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.billing-invoices__search-wrap[b-otxnltk4xg] {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  min-width: 200px;
  background: var(--surface-section);
  border: 1px solid var(--stroke);
  border-radius: 8px;
  padding: 6px 12px;
}
.billing-invoices__search-wrap .material-icons[b-otxnltk4xg] {
  font-size: 18px;
  color: var(--text-sec);
}
.billing-invoices__search[b-otxnltk4xg] {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-size: 13px;
  color: var(--text-prim);
}
.billing-invoices__search[b-otxnltk4xg]::placeholder {
  color: var(--text-sec);
}
.billing-invoices__select[b-otxnltk4xg] {
  padding: 7px 12px;
  border: 1px solid var(--stroke);
  border-radius: 8px;
  background: var(--surface-section);
  color: var(--text-prim);
  font-size: 13px;
  outline: none;
  cursor: pointer;
}
.billing-invoices__select:focus[b-otxnltk4xg] {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px var(--primary-color-alpha);
}
.billing-invoices__info-banner[b-otxnltk4xg] {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--primary-color-alpha);
  border: 1px solid var(--primary-color);
  border-radius: 8px;
  padding: 10px 16px;
  font-size: 13px;
  color: var(--text-prim);
  flex-wrap: wrap;
}
.billing-invoices__info-banner .material-icons[b-otxnltk4xg] {
  font-size: 16px;
  color: var(--primary-color);
  flex-shrink: 0;
}
.billing-invoices__info-banner > span:nth-child(2)[b-otxnltk4xg] {
  flex: 1;
}
.billing-invoices__info-banner-mini[b-otxnltk4xg] {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  background: var(--surface-section);
  padding: 4px 10px;
  border-radius: 20px;
  white-space: nowrap;
}
.billing-invoices__info-sep[b-otxnltk4xg] {
  color: var(--text-sec);
}
.billing-invoices__table-wrap[b-otxnltk4xg] {
  overflow-x: auto;
  border: 1px solid var(--stroke);
  border-radius: 12px;
}
.billing-invoices__table[b-otxnltk4xg] {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  background: var(--surface-section);
}
.billing-invoices__th[b-otxnltk4xg] {
  padding: 10px 14px;
  background: var(--surface-background);
  color: var(--text-sec);
  font-weight: 600;
  text-align: left;
  border-bottom: 1px solid var(--stroke);
  white-space: nowrap;
}
.billing-invoices__th--check[b-otxnltk4xg] {
  width: 40px;
}
.billing-invoices__tr[b-otxnltk4xg] {
  transition: background 0.1s;
}
.billing-invoices__tr:hover[b-otxnltk4xg] {
  background: var(--surface-background);
}
.billing-invoices__tr--selected[b-otxnltk4xg] {
  background: var(--primary-color-alpha) !important;
}
.billing-invoices__tr:last-child td[b-otxnltk4xg] {
  border-bottom: none;
}
.billing-invoices__td[b-otxnltk4xg] {
  padding: 12px 14px;
  border-bottom: 1px solid var(--stroke);
  color: var(--text-prim);
  vertical-align: middle;
}
.billing-invoices__td--check[b-otxnltk4xg] {
  width: 40px;
}
.billing-invoices__td--actions[b-otxnltk4xg] {
  white-space: nowrap;
}
.billing-invoices__invoice-num[b-otxnltk4xg] {
  font-family: monospace;
  font-size: 12px;
  font-weight: 600;
  color: var(--primary-color);
}
.billing-invoices__users-badge[b-otxnltk4xg] {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 8px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
}
.billing-invoices__users-badge .material-icons[b-otxnltk4xg] {
  font-size: 13px;
}
.billing-invoices__users-badge--primary[b-otxnltk4xg] {
  background: var(--primary-color-alpha);
  color: var(--primary-color);
}
.billing-invoices__users-badge--warning[b-otxnltk4xg] {
  background: var(--orange-surface-dimmed);
  color: var(--orange-text);
}
.billing-invoices__users-badge--danger[b-otxnltk4xg] {
  background: var(--red-surface-dimmed);
  color: var(--red-text);
}
.billing-invoices__total[b-otxnltk4xg] {
  font-weight: 600;
}
.billing-invoices__total-calc[b-otxnltk4xg] {
  font-size: 11px;
  color: var(--text-sec);
}
.billing-invoices__plan-badge[b-otxnltk4xg] {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
}
.billing-invoices__plan-badge--primary[b-otxnltk4xg] {
  background: var(--primary-color-alpha);
  color: var(--primary-color);
}
.billing-invoices__plan-badge--neutral[b-otxnltk4xg] {
  background: var(--surface-background);
  color: var(--text-sec);
  border: 1px solid var(--stroke);
}
.billing-invoices__status-badge[b-otxnltk4xg] {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 8px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}
.billing-invoices__status-badge--lg[b-otxnltk4xg] {
  padding: 5px 12px;
  font-size: 13px;
}
.billing-invoices__status-badge--paid[b-otxnltk4xg] {
  background: var(--green-surface-dimmed);
  color: var(--green-text);
}
.billing-invoices__status-badge--paid .billing-invoices__status-dot[b-otxnltk4xg] {
  background: var(--green);
}
.billing-invoices__status-badge--pending[b-otxnltk4xg] {
  background: var(--orange-surface-dimmed);
  color: var(--orange-text);
}
.billing-invoices__status-badge--pending .billing-invoices__status-dot[b-otxnltk4xg] {
  background: var(--orange-surface);
}
.billing-invoices__status-badge--failed[b-otxnltk4xg] {
  background: var(--red-surface-dimmed);
  color: var(--red-text);
}
.billing-invoices__status-badge--failed .billing-invoices__status-dot[b-otxnltk4xg] {
  background: var(--red-critical);
}
.billing-invoices__status-dot[b-otxnltk4xg] {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex-shrink: 0;
}
.billing-invoices__action-btn[b-otxnltk4xg] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 6px;
  background: transparent !important;
  border: none;
  box-shadow: none;
  cursor: pointer;
  color: var(--text-sec);
  transition: color 0.15s;
  margin-right: 4px;
  vertical-align: middle;
}
.billing-invoices__action-btn .material-icons[b-otxnltk4xg] {
  font-size: 18px;
}
.billing-invoices__action-btn:hover[b-otxnltk4xg] {
  color: var(--primary-color);
}
.billing-invoices__action-btn--download[b-otxnltk4xg] {
  background-image: url("/images/icons/download.svg") !important;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.55;
}
.billing-invoices__action-btn--download:hover[b-otxnltk4xg] {
  opacity: 1;
}
.billing-invoices__pagination[b-otxnltk4xg] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.billing-invoices__pagination-info[b-otxnltk4xg] {
  font-size: 13px;
  color: var(--text-sec);
  margin: 0;
}
.billing-invoices__pagination-nav[b-otxnltk4xg] {
  display: flex;
  align-items: center;
  gap: 4px;
}
.billing-invoices__page-btn[b-otxnltk4xg] {
  min-width: 32px;
  height: 32px;
  padding: 0 8px;
  border-radius: 6px;
  border: 1px solid var(--stroke);
  background: var(--surface-section);
  color: var(--text-prim);
  font-size: 13px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s;
}
.billing-invoices__page-btn .material-icons[b-otxnltk4xg] {
  font-size: 18px;
}
.billing-invoices__page-btn--active[b-otxnltk4xg] {
  background: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}
.billing-invoices__page-btn:hover:not(.billing-invoices__page-btn--active):not(:disabled)[b-otxnltk4xg] {
  background: var(--surface-background);
}
.billing-invoices__page-btn:disabled[b-otxnltk4xg] {
  opacity: 0.4;
  cursor: not-allowed;
}
.billing-invoices__page-ellipsis[b-otxnltk4xg] {
  font-size: 14px;
  color: var(--text-sec);
  padding: 0 4px;
}
.billing-invoices__detail[b-otxnltk4xg] {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.billing-invoices__breadcrumb[b-otxnltk4xg] {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
}
.billing-invoices__breadcrumb .material-icons[b-otxnltk4xg] {
  font-size: 16px;
  color: var(--text-sec);
}
.billing-invoices__breadcrumb-link[b-otxnltk4xg] {
  color: var(--text-prim);
  font-size: 13px;
  font-weight: 500;
}
.billing-invoices__breadcrumb-current[b-otxnltk4xg] {
  font-weight: 600;
  color: var(--text-prim);
}
.billing-invoices__detail-top[b-otxnltk4xg] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.billing-invoices__detail-header[b-otxnltk4xg] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.billing-invoices__detail-title[b-otxnltk4xg] {
  font-size: 22px;
  font-weight: 700;
  color: var(--text-prim);
  margin: 0;
}
.billing-invoices__detail-date[b-otxnltk4xg] {
  font-size: 13px;
  color: var(--text-sec);
  margin: 0;
}
.billing-invoices__party-grid[b-otxnltk4xg] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (max-width: 600px) {
  .billing-invoices__party-grid[b-otxnltk4xg] {
    grid-template-columns: 1fr;
  }
}
.billing-invoices__party-card[b-otxnltk4xg] {
  background: var(--surface-section);
  border: 1px solid var(--stroke);
  border-radius: 10px;
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.billing-invoices__party-label[b-otxnltk4xg] {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-sec);
  margin: 0 0 6px;
}
.billing-invoices__party-name[b-otxnltk4xg] {
  font-size: 15px;
  font-weight: 700;
  color: var(--text-prim);
  margin: 0;
}
.billing-invoices__party-detail[b-otxnltk4xg] {
  font-size: 13px;
  color: var(--text-sec);
  margin: 0;
}
.billing-invoices__detail-stats[b-otxnltk4xg] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid var(--stroke);
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .billing-invoices__detail-stats[b-otxnltk4xg] {
    grid-template-columns: 1fr;
  }
}
.billing-invoices__detail-stat[b-otxnltk4xg] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px 20px;
  border-right: 1px solid var(--stroke);
  background: var(--surface-section);
}
.billing-invoices__detail-stat:last-child[b-otxnltk4xg] {
  border-right: none;
}
.billing-invoices__detail-stat--highlight[b-otxnltk4xg] {
  background: var(--primary-color-alpha);
}
.billing-invoices__detail-stat-label[b-otxnltk4xg] {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--text-sec);
  font-weight: 600;
  margin-bottom: 4px;
}
.billing-invoices__detail-stat-value[b-otxnltk4xg] {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-prim);
}
.billing-invoices__item-name[b-otxnltk4xg] {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-prim);
  margin: 0 0 2px;
}
.billing-invoices__item-desc[b-otxnltk4xg] {
  font-size: 11px;
  color: var(--text-sec);
  margin: 0;
}
.billing-invoices__totals-area[b-otxnltk4xg] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: start;
}
@media (max-width: 700px) {
  .billing-invoices__totals-area[b-otxnltk4xg] {
    grid-template-columns: 1fr;
  }
}
.billing-invoices__payment-info[b-otxnltk4xg] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.billing-invoices__payment-info-title[b-otxnltk4xg] {
  font-size: 15px;
  font-weight: 700;
  color: var(--text-prim);
  margin: 0;
}
.billing-invoices__payment-card[b-otxnltk4xg] {
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--surface-section);
  border: 1px solid var(--stroke);
  border-radius: 10px;
  padding: 14px 16px;
}
.billing-invoices__payment-card-logo[b-otxnltk4xg] {
  flex-shrink: 0;
}
.billing-invoices__visa-badge[b-otxnltk4xg] {
  display: inline-block;
  background: #1a1f71;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  padding: 4px 8px;
  border-radius: 4px;
  letter-spacing: 0.05em;
}
.billing-invoices__payment-card-name[b-otxnltk4xg] {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-prim);
  margin: 0 0 3px;
}
.billing-invoices__payment-card-date[b-otxnltk4xg] {
  font-size: 12px;
  color: var(--text-sec);
  margin: 0;
}
.billing-invoices__payment-note[b-otxnltk4xg] {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: var(--primary-color-alpha);
  border: 1px solid var(--primary-color);
  border-radius: 10px;
  padding: 14px 16px;
}
.billing-invoices__payment-note-icon[b-otxnltk4xg] {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}
.billing-invoices__payment-note-icon .material-icons[b-otxnltk4xg] {
  font-size: 15px;
  color: #fff;
}
.billing-invoices__payment-note-title[b-otxnltk4xg] {
  font-size: 13px;
  font-weight: 700;
  color: var(--text-prim);
  margin: 0 0 5px;
}
.billing-invoices__payment-note-desc[b-otxnltk4xg] {
  font-size: 12px;
  color: var(--text-sec);
  margin: 0;
  line-height: 1.5;
}
.billing-invoices__invoice-summary[b-otxnltk4xg] {
  background: var(--surface-section);
  border: 1px solid var(--stroke);
  border-radius: 10px;
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.billing-invoices__summary-label[b-otxnltk4xg] {
  font-size: 11px;
  font-weight: 700;
  color: var(--text-sec);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0 0 4px;
}
.billing-invoices__summary-calc[b-otxnltk4xg] {
  background: var(--surface-background);
  border: 1px solid var(--stroke);
  border-radius: 8px;
  padding: 10px 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 4px;
}
.billing-invoices__summary-calc-title[b-otxnltk4xg] {
  font-size: 10px;
  font-weight: 700;
  color: var(--text-sec);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0 0 2px;
}
.billing-invoices__summary-primary[b-otxnltk4xg] {
  color: var(--primary-color);
  font-weight: 700;
}
.billing-invoices__summary-row[b-otxnltk4xg] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: var(--text-sec);
}
.billing-invoices__summary-row span:first-child[b-otxnltk4xg] {
  display: flex;
  align-items: center;
  gap: 5px;
}
.billing-invoices__summary-row span:first-child .material-icons[b-otxnltk4xg] {
  font-size: 13px;
  color: var(--primary-color);
}
.billing-invoices__summary-row--subtotal[b-otxnltk4xg] {
  font-weight: 700;
  color: var(--text-prim);
  border-top: 1px solid var(--stroke);
  padding-top: 6px;
  margin-top: 2px;
}
.billing-invoices__summary-row--total[b-otxnltk4xg] {
  font-size: 15px;
  font-weight: 700;
  color: var(--text-prim);
}
.billing-invoices__summary-row--paid[b-otxnltk4xg] {
  color: var(--green-text);
}
.billing-invoices__summary-row--balance[b-otxnltk4xg] {
  font-weight: 700;
  color: var(--text-prim);
}
.billing-invoices__summary-divider[b-otxnltk4xg] {
  height: 1px;
  background: var(--stroke);
  margin: 4px 0;
}
.billing-invoices__detail-footer[b-otxnltk4xg] {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.billing-invoices__btn[b-otxnltk4xg] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: auto;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: opacity 0.15s, background 0.15s;
}
.billing-invoices__btn .material-icons[b-otxnltk4xg] {
  font-size: 16px;
}
.billing-invoices__btn--primary[b-otxnltk4xg] {
  background: var(--primary-color);
  color: #fff;
}
.billing-invoices__btn--primary:hover[b-otxnltk4xg] {
  opacity: 0.85;
}
.billing-invoices__btn--secondary[b-otxnltk4xg] {
  background: var(--surface-background);
  color: var(--text-prim);
  border: 1px solid var(--stroke);
}
.billing-invoices__btn--secondary:hover[b-otxnltk4xg] {
  background: var(--surface-nav-1);
}
/* /Components/Pages/Organisation/Workspace/Tabs/BillingPaymentMethods.razor.rz.scp.css */
.org-summary-banner[b-978oihle7d] {
  display: flex;
  align-items: stretch;
  border: 1px solid var(--stroke);
  border-radius: 10px;
  overflow: hidden;
  background: var(--surface-section);
  flex-shrink: 0;
}
.org-summary-banner__cell[b-978oihle7d] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 20px;
  border-right: 1px solid var(--stroke);
}
.org-summary-banner__cell:last-child[b-978oihle7d] {
  border-right: none;
}
.org-summary-banner__cell--highlight[b-978oihle7d] {
  background: var(--primary-color-alpha);
}
.org-summary-banner__label[b-978oihle7d] {
  font-size: 11px;
  color: var(--text-sec);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.org-summary-banner__value[b-978oihle7d] {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-prim);
  white-space: nowrap;
}
.org-summary-banner__value span[b-978oihle7d] {
  font-size: 12px;
  font-weight: 400;
  color: var(--text-sec);
}
.org-summary-banner__value--primary[b-978oihle7d] {
  color: var(--primary-color);
}

.billing-payment[b-978oihle7d] {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 24px;
}
.billing-payment__header[b-978oihle7d] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.billing-payment__header-text[b-978oihle7d] {
  flex: 1;
}
.billing-payment__title[b-978oihle7d] {
  font-size: 24px;
  font-weight: 700;
  color: var(--text-prim);
  margin: 0 0 4px;
}
.billing-payment__subtitle[b-978oihle7d] {
  font-size: 14px;
  color: var(--text-sec);
  margin: 0;
}
.billing-payment__tab-switcher[b-978oihle7d] {
  display: flex;
  background: var(--surface-background);
  border: 1px solid var(--stroke);
  border-radius: 10px;
  padding: 4px;
  gap: 4px;
  width: fit-content;
}
.billing-payment__tab[b-978oihle7d] {
  display: flex;
  align-items: center;
  gap: 7px;
  height: auto;
  padding: 8px 20px;
  border-radius: 8px;
  border: none;
  box-shadow: none;
  background: transparent;
  color: var(--text-sec);
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}
.billing-payment__tab .material-icons[b-978oihle7d] {
  font-size: 17px;
}
.billing-payment__tab--active[b-978oihle7d] {
  background: var(--surface-section);
  color: var(--primary-color);
  font-weight: 600;
  box-shadow: 0 1px 4px var(--ui-shadow);
}
.billing-payment__tab:hover:not(.billing-payment__tab--active)[b-978oihle7d] {
  background: var(--surface-nav-1);
  color: var(--text-prim);
}
.billing-payment__pricing-note[b-978oihle7d] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: var(--primary-color-alpha);
  border: 1px solid var(--primary-color);
  border-radius: 10px;
  padding: 14px 20px;
  flex-wrap: wrap;
}
.billing-payment__pricing-note-left[b-978oihle7d] {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
}
.billing-payment__pricing-note-left .material-icons[b-978oihle7d] {
  font-size: 22px;
  color: var(--primary-color);
}
.billing-payment__pricing-note-title[b-978oihle7d] {
  font-size: 13px;
  font-weight: 600;
  color: var(--primary-color);
  margin: 0 0 2px;
}
.billing-payment__pricing-note-desc[b-978oihle7d] {
  font-size: 12px;
  color: var(--text-sec);
  margin: 0;
}
.billing-payment__pricing-note-box[b-978oihle7d] {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-shrink: 0;
}
.billing-payment__pricing-note-label[b-978oihle7d] {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-sec);
  font-weight: 600;
}
.billing-payment__pricing-note-value[b-978oihle7d] {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-color);
}
.billing-payment__card[b-978oihle7d] {
  position: relative;
  background: var(--surface-section);
  border: 1px solid var(--stroke);
  border-radius: 12px;
  padding: 16px 20px;
  transition: box-shadow 0.15s;
}
.billing-payment__card--default[b-978oihle7d] {
  border-color: var(--primary-color);
}
.billing-payment__card--expired[b-978oihle7d] {
  opacity: 0.7;
}
.billing-payment__card:hover[b-978oihle7d] {
  box-shadow: 0 2px 10px var(--ui-shadow);
}
.billing-payment__card-default-badge[b-978oihle7d] {
  position: absolute;
  top: 0;
  right: 0;
  background: var(--primary-color);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 0 12px 0 8px;
  letter-spacing: 0.06em;
}
.billing-payment__card-body[b-978oihle7d] {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.billing-payment__card-logo[b-978oihle7d] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 36px;
  border-radius: 6px;
  border: 1px solid var(--stroke);
  flex-shrink: 0;
  gap: 1px;
}
.billing-payment__card-logo .material-icons[b-978oihle7d] {
  font-size: 16px;
}
.billing-payment__card-logo--visa[b-978oihle7d] {
  background: #1a1f71;
  border-color: transparent;
}
.billing-payment__card-logo--visa .material-icons[b-978oihle7d],
.billing-payment__card-logo--visa .billing-payment__card-network[b-978oihle7d] {
  color: #fff;
}
.billing-payment__card-logo--mc[b-978oihle7d] {
  background: #eb001b;
  border-color: transparent;
}
.billing-payment__card-logo--mc .material-icons[b-978oihle7d],
.billing-payment__card-logo--mc .billing-payment__card-network[b-978oihle7d] {
  color: #fff;
}
.billing-payment__card-logo--amex[b-978oihle7d] {
  background: #016fcf;
  border-color: transparent;
}
.billing-payment__card-logo--amex .material-icons[b-978oihle7d],
.billing-payment__card-logo--amex .billing-payment__card-network[b-978oihle7d] {
  color: #fff;
}
.billing-payment__card-logo--bank[b-978oihle7d] {
  background: var(--primary-color-alpha);
  border-color: var(--primary-color);
}
.billing-payment__card-logo--bank .material-icons[b-978oihle7d] {
  color: var(--primary-color);
  font-size: 22px;
}
.billing-payment__card-network[b-978oihle7d] {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.billing-payment__card-info[b-978oihle7d] {
  flex: 1;
}
.billing-payment__card-name[b-978oihle7d] {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-prim);
  margin: 0 0 4px;
}
.billing-payment__card-meta[b-978oihle7d] {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.billing-payment__card-status[b-978oihle7d] {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 10px;
}
.billing-payment__card-status--active[b-978oihle7d] {
  background: var(--green-surface-dimmed);
  color: var(--green-text);
}
.billing-payment__card-status--expired[b-978oihle7d] {
  background: var(--red-surface-dimmed);
  color: var(--red-text);
}
.billing-payment__card-status-dot[b-978oihle7d] {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
}
.billing-payment__card-detail[b-978oihle7d] {
  font-size: 12px;
  color: var(--text-sec);
}
.billing-payment__card-actions[b-978oihle7d] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.billing-payment__accordion[b-978oihle7d] {
  border: 2px dashed var(--stroke);
  border-radius: 12px;
  background: var(--surface-background);
  overflow: hidden;
  transition: border-color 0.15s;
}
.billing-payment__accordion--open[b-978oihle7d] {
  border-color: var(--primary-color);
  border-style: solid;
}
.billing-payment__accordion-trigger[b-978oihle7d] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 16px 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  gap: 12px;
  transition: background 0.15s;
}
.billing-payment__accordion-trigger:hover[b-978oihle7d] {
  background: var(--surface-nav-1);
}
.billing-payment__accordion-trigger-left[b-978oihle7d] {
  display: flex;
  align-items: center;
  gap: 14px;
}
.billing-payment__accordion-icon[b-978oihle7d] {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: var(--primary-color-alpha);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.billing-payment__accordion-icon .material-icons[b-978oihle7d] {
  font-size: 20px;
  color: var(--primary-color);
}
.billing-payment__accordion-title[b-978oihle7d] {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-prim);
  margin: 0 0 2px;
}
.billing-payment__accordion-hint[b-978oihle7d] {
  font-size: 12px;
  color: var(--text-sec);
  margin: 0;
}
.billing-payment__accordion-chevron[b-978oihle7d] {
  font-size: 22px;
  color: var(--text-sec);
}
.billing-payment__accordion-body[b-978oihle7d] {
  padding: 0 20px 20px;
  border-top: 1px solid var(--stroke);
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-top: 20px;
}
.billing-payment__form-grid[b-978oihle7d] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
@media (max-width: 600px) {
  .billing-payment__form-grid[b-978oihle7d] {
    grid-template-columns: 1fr;
  }
}
.billing-payment__form-group[b-978oihle7d] {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.billing-payment__form-group--full[b-978oihle7d] {
  grid-column: 1/-1;
}
.billing-payment__label[b-978oihle7d] {
  font-size: 12px;
  font-weight: 600;
  color: var(--text-prim);
}
.billing-payment__input[b-978oihle7d] {
  padding: 8px 12px;
  border: 1px solid var(--stroke);
  border-radius: 8px;
  background: var(--surface-section);
  color: var(--text-prim);
  font-size: 13px;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.billing-payment__input:focus[b-978oihle7d] {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px var(--primary-color-alpha);
}
.billing-payment__input[b-978oihle7d]::placeholder {
  color: var(--text-sec);
}
.billing-payment__input-icon-wrap[b-978oihle7d] {
  position: relative;
}
.billing-payment__input-icon-wrap .billing-payment__input[b-978oihle7d] {
  padding-right: 36px;
}
.billing-payment__input-icon[b-978oihle7d] {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: var(--text-sec);
  pointer-events: none;
}
.billing-payment__billing-preview[b-978oihle7d] {
  background: var(--primary-color-alpha);
  border-radius: 8px;
  padding: 12px 16px;
}
.billing-payment__billing-preview-title[b-978oihle7d] {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 600;
  color: var(--primary-color);
  margin: 0 0 4px;
}
.billing-payment__billing-preview-title .material-icons[b-978oihle7d] {
  font-size: 16px;
}
.billing-payment__billing-preview-detail[b-978oihle7d] {
  font-size: 13px;
  color: var(--text-prim);
  margin: 0;
}
.billing-payment__checkbox-label[b-978oihle7d] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--text-prim);
  cursor: pointer;
}
.billing-payment__checkbox-label input[type=checkbox][b-978oihle7d] {
  width: 16px;
  height: 16px;
  cursor: pointer;
  accent-color: var(--primary-color);
}
.billing-payment__security-banner[b-978oihle7d] {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 12px;
  color: #1e40af;
}
.billing-payment__security-banner .material-icons[b-978oihle7d] {
  font-size: 16px;
  flex-shrink: 0;
}
.billing-payment__form-actions[b-978oihle7d] {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.billing-payment__stripe-banner[b-978oihle7d] {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 13px;
  color: #1e40af;
}
.billing-payment__stripe-banner .material-icons[b-978oihle7d] {
  font-size: 20px;
  flex-shrink: 0;
}
.billing-payment__amber-banner[b-978oihle7d] {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #fffbeb;
  border: 1px solid #fcd34d;
  border-radius: 10px;
  padding: 16px 20px;
  color: #92400e;
}
.billing-payment__amber-banner .material-icons[b-978oihle7d] {
  font-size: 22px;
  flex-shrink: 0;
  color: #d97706;
}
.billing-payment__amber-banner--sm[b-978oihle7d] {
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 12px;
}
.billing-payment__amber-banner--sm .material-icons[b-978oihle7d] {
  font-size: 16px;
}
.billing-payment__amber-banner-title[b-978oihle7d] {
  font-size: 14px;
  font-weight: 700;
  color: #92400e;
  margin: 0 0 5px;
}
.billing-payment__amber-banner-desc[b-978oihle7d] {
  font-size: 13px;
  color: #92400e;
  margin: 0;
}
.billing-payment__btn[b-978oihle7d] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: auto;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  box-shadow: none;
  transition: opacity 0.15s, background 0.15s;
}
.billing-payment__btn .material-icons[b-978oihle7d] {
  font-size: 16px;
}
.billing-payment__btn--primary[b-978oihle7d] {
  background: var(--primary-color);
  color: #fff;
}
.billing-payment__btn--primary:hover[b-978oihle7d] {
  opacity: 0.85;
}
.billing-payment__btn--secondary[b-978oihle7d] {
  background: var(--surface-background);
  color: var(--text-prim);
  border: 1px solid var(--stroke);
}
.billing-payment__btn--secondary:hover[b-978oihle7d] {
  background: var(--surface-nav-1);
}
.billing-payment__btn--outline[b-978oihle7d] {
  background: transparent;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.billing-payment__btn--outline:hover[b-978oihle7d] {
  background: var(--primary-color-alpha);
}
.billing-payment__btn--sm[b-978oihle7d] {
  padding: 3px 10px;
  font-size: 11px;
}
.billing-payment__btn--sm .material-icons[b-978oihle7d] {
  font-size: 13px;
}
.billing-payment__btn-icon[b-978oihle7d] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border-radius: 6px;
  background: transparent;
  border: 1px solid var(--stroke);
  box-shadow: none;
  cursor: pointer;
  color: var(--text-sec);
  transition: background 0.15s, color 0.15s;
}
.billing-payment__btn-icon .material-icons[b-978oihle7d] {
  font-size: 17px;
}
.billing-payment__btn-icon--danger[b-978oihle7d] {
  border: none;
  background: transparent;
}
.billing-payment__btn-icon--danger:hover[b-978oihle7d] {
  background: var(--red-surface-dimmed);
  color: var(--red-text);
}
/* /Components/Pages/Organisation/Workspace/Tabs/BillingPlans.razor.rz.scp.css */
.org-summary-banner[b-2f8ni7559v] {
  display: flex;
  align-items: stretch;
  border: 1px solid var(--stroke);
  border-radius: 10px;
  overflow: hidden;
  background: var(--surface-section);
  flex-shrink: 0;
}
.org-summary-banner__cell[b-2f8ni7559v] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 20px;
  border-right: 1px solid var(--stroke);
}
.org-summary-banner__cell:last-child[b-2f8ni7559v] {
  border-right: none;
}
.org-summary-banner__cell--highlight[b-2f8ni7559v] {
  background: var(--primary-color-alpha);
}
.org-summary-banner__label[b-2f8ni7559v] {
  font-size: 11px;
  color: var(--text-sec);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.org-summary-banner__value[b-2f8ni7559v] {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-prim);
  white-space: nowrap;
}
.org-summary-banner__value span[b-2f8ni7559v] {
  font-size: 12px;
  font-weight: 400;
  color: var(--text-sec);
}
.org-summary-banner__value--primary[b-2f8ni7559v] {
  color: var(--primary-color);
}

.billing-plans[b-2f8ni7559v] {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 24px;
  max-width: 1100px;
}
.billing-plans__header[b-2f8ni7559v] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.billing-plans__header-text[b-2f8ni7559v] {
  flex: 1;
}
.billing-plans__title[b-2f8ni7559v] {
  font-size: 24px;
  font-weight: 700;
  color: var(--text-prim);
  margin: 0 0 4px;
}
.billing-plans__subtitle[b-2f8ni7559v] {
  font-size: 14px;
  color: var(--text-sec);
  margin: 0;
}
.billing-plans__credit-card[b-2f8ni7559v] {
  background: var(--primary-color-alpha);
  border: 1px solid var(--primary-color);
  border-radius: 12px;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.billing-plans__credit-card-title[b-2f8ni7559v] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  color: var(--primary-color);
  margin: 0;
}
.billing-plans__credit-card-title .material-icons[b-2f8ni7559v] {
  font-size: 18px;
}
.billing-plans__credit-grid[b-2f8ni7559v] {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 0;
}
@media (max-width: 700px) {
  .billing-plans__credit-grid[b-2f8ni7559v] {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.billing-plans__credit-col[b-2f8ni7559v] {
  padding: 0 24px;
  border-right: 1px solid color-mix(in srgb, var(--primary-color) 25%, transparent);
}
.billing-plans__credit-col:first-child[b-2f8ni7559v] {
  padding-left: 0;
}
.billing-plans__credit-col:last-child[b-2f8ni7559v] {
  border-right: none;
}
.billing-plans__credit-col--main[b-2f8ni7559v] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.billing-plans__credit-main-nums[b-2f8ni7559v] {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin: 0;
}
.billing-plans__credit-used[b-2f8ni7559v] {
  font-size: 26px;
  font-weight: 700;
  color: var(--text-prim);
}
.billing-plans__credit-sep[b-2f8ni7559v] {
  font-size: 18px;
  color: var(--text-sec);
}
.billing-plans__credit-total[b-2f8ni7559v] {
  font-size: 14px;
  color: var(--text-sec);
}
.billing-plans__credit-link[b-2f8ni7559v] {
  font-size: 12px;
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 500;
}
.billing-plans__credit-link:hover[b-2f8ni7559v] {
  text-decoration: underline;
}
.billing-plans__credit-stat-num[b-2f8ni7559v] {
  font-size: 22px;
  font-weight: 700;
  color: var(--text-prim);
  margin: 0 0 4px;
}
.billing-plans__credit-stat-label[b-2f8ni7559v] {
  font-size: 12px;
  color: var(--text-sec);
  margin: 0;
}
.billing-plans__progress-track[b-2f8ni7559v] {
  height: 10px;
  background: var(--stroke);
  border-radius: 3px;
  overflow: hidden;
}
.billing-plans__progress-fill[b-2f8ni7559v] {
  height: 100%;
  background: var(--primary-color);
  border-radius: 3px;
  transition: width 0.3s ease;
}
.billing-plans__amber-banner[b-2f8ni7559v] {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #fffbeb;
  border: 1px solid #fcd34d;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 13px;
  color: #92400e;
}
.billing-plans__amber-banner .material-icons[b-2f8ni7559v] {
  font-size: 18px;
  flex-shrink: 0;
  color: #d97706;
}
.billing-plans__toggle-row[b-2f8ni7559v] {
  display: flex;
  justify-content: center;
}
.billing-plans__toggle[b-2f8ni7559v] {
  display: flex;
  background: var(--surface-background);
  border: 1px solid var(--stroke);
  border-radius: 10px;
  padding: 4px;
  gap: 4px;
}
.billing-plans__toggle-btn[b-2f8ni7559v] {
  display: flex;
  align-items: center;
  gap: 6px;
  height: auto;
  padding: 7px 20px;
  border-radius: 7px;
  border: none;
  box-shadow: none;
  background: transparent;
  color: var(--text-sec);
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}
.billing-plans__toggle-btn--active[b-2f8ni7559v] {
  background: var(--surface-section);
  color: var(--text-prim);
  font-weight: 600;
  box-shadow: 0 1px 3px var(--ui-shadow);
}
.billing-plans__toggle-btn:hover:not(.billing-plans__toggle-btn--active)[b-2f8ni7559v] {
  background: var(--surface-nav-1);
}
.billing-plans__toggle-badge[b-2f8ni7559v] {
  background: var(--green);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 10px;
}
.billing-plans__pricing-grid[b-2f8ni7559v] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 900px) {
  .billing-plans__pricing-grid[b-2f8ni7559v] {
    grid-template-columns: 1fr;
  }
}
.billing-plans__plan-card[b-2f8ni7559v] {
  position: relative;
  background: var(--surface-section);
  border: 1px solid var(--stroke);
  border-radius: 14px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: box-shadow 0.15s;
}
.billing-plans__plan-card:hover[b-2f8ni7559v] {
  box-shadow: 0 4px 16px var(--ui-shadow);
}
.billing-plans__plan-card--current[b-2f8ni7559v] {
  border: 2px solid var(--primary-color);
}
.billing-plans__plan-current-badge[b-2f8ni7559v] {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--primary-color);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 16px;
  border-radius: 20px;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.billing-plans__plan-header[b-2f8ni7559v] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.billing-plans__plan-desc[b-2f8ni7559v] {
  font-size: 13px;
  color: var(--text-sec);
  margin: 0;
  line-height: 1.5;
}
.billing-plans__plan-org-box[b-2f8ni7559v] {
  background: var(--surface-background);
  border: 1px solid var(--stroke);
  border-radius: 8px;
  padding: 10px 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.billing-plans__plan-org-box--current[b-2f8ni7559v] {
  background: var(--primary-color-alpha);
  border-color: var(--primary-color);
}
.billing-plans__plan-org-box--current .billing-plans__plan-org-divider[b-2f8ni7559v] {
  background: color-mix(in srgb, var(--primary-color) 30%, transparent);
}
.billing-plans__plan-org-label[b-2f8ni7559v] {
  font-size: 11px;
  color: var(--primary-color);
  font-weight: 600;
  margin: 0;
}
.billing-plans__plan-org-row[b-2f8ni7559v] {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: var(--text-sec);
}
.billing-plans__plan-org-divider[b-2f8ni7559v] {
  height: 1px;
  background: var(--stroke);
}
.billing-plans__plan-org-total-row[b-2f8ni7559v] {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 700;
  color: var(--text-prim);
}
.billing-plans__plan-org-total-row strong[b-2f8ni7559v] {
  color: var(--primary-color);
}
.billing-plans__plan-icon[b-2f8ni7559v] {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.billing-plans__plan-icon .material-icons[b-2f8ni7559v] {
  font-size: 22px;
}
.billing-plans__plan-icon--neutral[b-2f8ni7559v] {
  background: var(--surface-background);
}
.billing-plans__plan-icon--neutral .material-icons[b-2f8ni7559v] {
  color: var(--text-sec);
}
.billing-plans__plan-icon--primary[b-2f8ni7559v] {
  background: var(--primary-color-alpha);
}
.billing-plans__plan-icon--primary .material-icons[b-2f8ni7559v] {
  color: var(--primary-color);
}
.billing-plans__plan-icon--gold[b-2f8ni7559v] {
  background: #fef9c3;
}
.billing-plans__plan-icon--gold .material-icons[b-2f8ni7559v] {
  color: #b45309;
}
.billing-plans__plan-name[b-2f8ni7559v] {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-prim);
  margin: 0;
}
.billing-plans__plan-price[b-2f8ni7559v] {
  font-size: 28px;
  font-weight: 700;
  color: var(--primary-color);
  margin: 0;
}
.billing-plans__plan-price span[b-2f8ni7559v] {
  font-size: 13px;
  color: var(--text-sec);
  font-weight: 400;
}
.billing-plans__plan-org-total[b-2f8ni7559v] {
  font-size: 12px;
  color: var(--text-sec);
  margin: 0;
  padding: 6px 10px;
  background: var(--surface-background);
  border-radius: 6px;
}
.billing-plans__plan-features[b-2f8ni7559v] {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.billing-plans__plan-feature[b-2f8ni7559v] {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
}
.billing-plans__plan-feature .material-icons[b-2f8ni7559v] {
  font-size: 16px;
}
.billing-plans__plan-feature--included[b-2f8ni7559v] {
  color: var(--text-prim);
}
.billing-plans__plan-feature--included .material-icons[b-2f8ni7559v] {
  color: var(--green);
}
.billing-plans__plan-feature--excluded[b-2f8ni7559v] {
  color: var(--text-sec);
}
.billing-plans__plan-feature--excluded .material-icons[b-2f8ni7559v] {
  color: var(--text-sec);
}
.billing-plans__plan-feature--excluded span:not(.material-icons)[b-2f8ni7559v] {
  text-decoration: line-through;
}
.billing-plans__section[b-2f8ni7559v] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.billing-plans__section-header[b-2f8ni7559v] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.billing-plans__section-title[b-2f8ni7559v] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 600;
  color: var(--text-prim);
  margin: 0;
}
.billing-plans__section-title .material-icons[b-2f8ni7559v] {
  font-size: 20px;
  color: var(--primary-color);
}
.billing-plans__checkout-card[b-2f8ni7559v] {
  background: var(--surface-section);
  border: 1px solid var(--stroke);
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.billing-plans__checkout-order-header[b-2f8ni7559v] {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-prim);
}
.billing-plans__checkout-order-header .material-icons[b-2f8ni7559v] {
  color: var(--primary-color);
}
.billing-plans__checkout-order-header h3[b-2f8ni7559v] {
  margin: 0;
}
.billing-plans__checkout-table[b-2f8ni7559v] {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.billing-plans__checkout-table th[b-2f8ni7559v] {
  text-align: left;
  padding: 8px 12px;
  background: var(--surface-background);
  color: var(--text-sec);
  font-weight: 600;
  border-bottom: 1px solid var(--stroke);
}
.billing-plans__checkout-table td[b-2f8ni7559v] {
  padding: 12px;
  border-bottom: 1px solid var(--stroke);
  color: var(--text-prim);
}
.billing-plans__checkout-row--highlight td[b-2f8ni7559v] {
  background: var(--primary-color-alpha);
}
.billing-plans__checkout-actions[b-2f8ni7559v] {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.billing-plans__success-banner[b-2f8ni7559v] {
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--green-surface-dimmed);
  border: 1px solid var(--green);
  border-radius: 12px;
  padding: 20px 24px;
  flex-wrap: wrap;
}
.billing-plans__success-banner .material-icons[b-2f8ni7559v] {
  font-size: 32px;
  color: var(--green);
  flex-shrink: 0;
}
.billing-plans__success-banner > div[b-2f8ni7559v] {
  flex: 1;
}
.billing-plans__success-title[b-2f8ni7559v] {
  font-size: 16px;
  font-weight: 700;
  color: var(--green-text);
  margin: 0 0 4px;
}
.billing-plans__success-msg[b-2f8ni7559v] {
  font-size: 13px;
  color: var(--green-text);
  margin: 0;
}
.billing-plans__comparison-table-wrap[b-2f8ni7559v] {
  overflow-x: auto;
}
.billing-plans__comparison-table[b-2f8ni7559v] {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.billing-plans__comparison-table th[b-2f8ni7559v] {
  padding: 12px 16px;
  background: var(--surface-background);
  color: var(--text-sec);
  font-weight: 600;
  border-bottom: 2px solid var(--stroke);
  text-align: center;
}
.billing-plans__comparison-table th:first-child[b-2f8ni7559v] {
  text-align: left;
}
.billing-plans__comparison-table td[b-2f8ni7559v] {
  padding: 10px 16px;
  border-bottom: 1px solid var(--stroke);
  text-align: center;
  color: var(--text-prim);
}
.billing-plans__comparison-table td:first-child[b-2f8ni7559v] {
  text-align: left;
  font-weight: 500;
}
.billing-plans__comparison-table tr:hover td[b-2f8ni7559v] {
  background: var(--surface-background);
}
.billing-plans__comparison-table-feature-col[b-2f8ni7559v] {
  width: 200px;
}
.billing-plans__comparison-table-current-col[b-2f8ni7559v] {
  background: var(--primary-color-alpha) !important;
  color: var(--primary-color) !important;
  font-weight: 600 !important;
}
.billing-plans__comparison-current-badge[b-2f8ni7559v] {
  display: block;
  font-size: 10px;
  font-weight: 700;
  background: var(--primary-color);
  color: #fff;
  padding: 1px 6px;
  border-radius: 10px;
  margin-top: 4px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.billing-plans__cmp-yes[b-2f8ni7559v] {
  font-size: 16px !important;
  color: var(--green) !important;
}
.billing-plans__cmp-yes-text[b-2f8ni7559v] {
  color: var(--green);
  font-weight: 600;
}
.billing-plans__cmp-no[b-2f8ni7559v] {
  font-size: 16px !important;
  color: var(--red-critical) !important;
}
.billing-plans__credits-grid[b-2f8ni7559v] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media (max-width: 700px) {
  .billing-plans__credits-grid[b-2f8ni7559v] {
    grid-template-columns: 1fr;
  }
}
.billing-plans__credit-pkg[b-2f8ni7559v] {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px solid var(--stroke);
  background: var(--surface-section);
}
.billing-plans__credit-pkg-icon[b-2f8ni7559v] {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.billing-plans__credit-pkg-icon .material-icons[b-2f8ni7559v] {
  font-size: 20px;
}
.billing-plans__credit-pkg--blue .billing-plans__credit-pkg-icon[b-2f8ni7559v] {
  background: #dbeafe;
}
.billing-plans__credit-pkg--blue .billing-plans__credit-pkg-icon .material-icons[b-2f8ni7559v] {
  color: #1d4ed8;
}
.billing-plans__credit-pkg--green .billing-plans__credit-pkg-icon[b-2f8ni7559v] {
  background: var(--green-surface-dimmed);
}
.billing-plans__credit-pkg--green .billing-plans__credit-pkg-icon .material-icons[b-2f8ni7559v] {
  color: var(--green-text);
}
.billing-plans__credit-pkg--purple .billing-plans__credit-pkg-icon[b-2f8ni7559v] {
  background: var(--purple-surface-dimmed);
}
.billing-plans__credit-pkg--purple .billing-plans__credit-pkg-icon .material-icons[b-2f8ni7559v] {
  color: var(--purple-text);
}
.billing-plans__credit-pkg--orange .billing-plans__credit-pkg-icon[b-2f8ni7559v] {
  background: var(--orange-surface-dimmed);
}
.billing-plans__credit-pkg--orange .billing-plans__credit-pkg-icon .material-icons[b-2f8ni7559v] {
  color: var(--orange-text);
}
.billing-plans__credit-pkg--teal .billing-plans__credit-pkg-icon[b-2f8ni7559v] {
  background: #ccfbf1;
}
.billing-plans__credit-pkg--teal .billing-plans__credit-pkg-icon .material-icons[b-2f8ni7559v] {
  color: #0d9488;
}
.billing-plans__credit-pkg--red .billing-plans__credit-pkg-icon[b-2f8ni7559v] {
  background: var(--red-surface-dimmed);
}
.billing-plans__credit-pkg--red .billing-plans__credit-pkg-icon .material-icons[b-2f8ni7559v] {
  color: var(--red-text);
}
.billing-plans__credit-pkg-info[b-2f8ni7559v] {
  flex: 1;
}
.billing-plans__credit-pkg-name[b-2f8ni7559v] {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-prim);
  margin: 0 0 2px;
}
.billing-plans__credit-pkg-amount[b-2f8ni7559v] {
  font-size: 12px;
  color: var(--text-sec);
  margin: 0;
}
.billing-plans__credit-pkg-right[b-2f8ni7559v] {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.billing-plans__credit-pkg-price[b-2f8ni7559v] {
  font-size: 15px;
  font-weight: 700;
  color: var(--text-prim);
  margin: 0;
}
.billing-plans__btn[b-2f8ni7559v] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: opacity 0.15s, background 0.15s;
}
.billing-plans__btn .material-icons[b-2f8ni7559v] {
  font-size: 16px;
}
.billing-plans__btn:disabled[b-2f8ni7559v] {
  opacity: 0.55;
  cursor: not-allowed;
}
.billing-plans__btn--primary[b-2f8ni7559v] {
  background: var(--primary-color);
  color: #fff;
}
.billing-plans__btn--primary:hover:not(:disabled)[b-2f8ni7559v] {
  opacity: 0.85;
}
.billing-plans__btn--secondary[b-2f8ni7559v] {
  background: var(--surface-background);
  color: var(--text-prim);
  border: 1px solid var(--stroke);
}
.billing-plans__btn--secondary:hover:not(:disabled)[b-2f8ni7559v] {
  background: var(--surface-nav-1);
}
.billing-plans__btn--outline[b-2f8ni7559v] {
  background: transparent;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.billing-plans__btn--outline:hover:not(:disabled)[b-2f8ni7559v] {
  background: var(--primary-color-alpha);
}
.billing-plans__btn--ghost[b-2f8ni7559v] {
  background: transparent;
  color: var(--text-sec);
  border: 1px solid var(--stroke);
}
.billing-plans__btn--ghost:hover:not(:disabled)[b-2f8ni7559v] {
  color: var(--text-prim);
  background: var(--surface-background);
}
.billing-plans__btn--full[b-2f8ni7559v] {
  width: 100%;
  justify-content: center;
}
.billing-plans__btn--sm[b-2f8ni7559v] {
  padding: 5px 12px;
  font-size: 12px;
}
/* /Components/Pages/Organisation/Workspace/Tabs/BillingSettings.razor.rz.scp.css */
.org-summary-banner[b-u44j2ivpwn] {
  display: flex;
  align-items: stretch;
  border: 1px solid var(--stroke);
  border-radius: 10px;
  overflow: hidden;
  background: var(--surface-section);
  flex-shrink: 0;
}
.org-summary-banner__cell[b-u44j2ivpwn] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 20px;
  border-right: 1px solid var(--stroke);
}
.org-summary-banner__cell:last-child[b-u44j2ivpwn] {
  border-right: none;
}
.org-summary-banner__cell--highlight[b-u44j2ivpwn] {
  background: var(--primary-color-alpha);
}
.org-summary-banner__label[b-u44j2ivpwn] {
  font-size: 11px;
  color: var(--text-sec);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.org-summary-banner__value[b-u44j2ivpwn] {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-prim);
  white-space: nowrap;
}
.org-summary-banner__value span[b-u44j2ivpwn] {
  font-size: 12px;
  font-weight: 400;
  color: var(--text-sec);
}
.org-summary-banner__value--primary[b-u44j2ivpwn] {
  color: var(--primary-color);
}

.billing-settings[b-u44j2ivpwn] {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  padding-bottom: 100px;
}
.billing-settings__header[b-u44j2ivpwn] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.billing-settings__header-text[b-u44j2ivpwn] {
  flex: 1;
}
.billing-settings__title[b-u44j2ivpwn] {
  font-size: 24px;
  font-weight: 700;
  color: var(--text-prim);
  margin: 0 0 4px;
}
.billing-settings__subtitle[b-u44j2ivpwn] {
  font-size: 14px;
  color: var(--text-sec);
  margin: 0;
}
.billing-settings__context-banner[b-u44j2ivpwn] {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: var(--primary-color-alpha);
  border: 1px solid var(--primary-color);
  border-radius: 10px;
  padding: 14px 18px;
  font-size: 13px;
  color: var(--text-prim);
}
.billing-settings__context-banner .material-icons[b-u44j2ivpwn] {
  font-size: 18px;
  color: var(--primary-color);
  flex-shrink: 0;
  margin-top: 1px;
}
.billing-settings__form-wrap[b-u44j2ivpwn] {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.billing-settings__section[b-u44j2ivpwn] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.billing-settings__section-title[b-u44j2ivpwn] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-prim);
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--stroke);
}
.billing-settings__section-title .material-icons[b-u44j2ivpwn] {
  font-size: 18px;
  color: var(--primary-color);
}
.billing-settings__form-grid[b-u44j2ivpwn] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (max-width: 600px) {
  .billing-settings__form-grid[b-u44j2ivpwn] {
    grid-template-columns: 1fr;
  }
}
.billing-settings__form-group[b-u44j2ivpwn] {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.billing-settings__form-group--full[b-u44j2ivpwn] {
  grid-column: 1/-1;
}
.billing-settings__label[b-u44j2ivpwn] {
  font-size: 12px;
  font-weight: 600;
  color: var(--text-prim);
  display: flex;
  align-items: center;
  gap: 5px;
}
.billing-settings__optional[b-u44j2ivpwn] {
  font-size: 11px;
  font-weight: 400;
  color: var(--text-sec);
}
.billing-settings__input[b-u44j2ivpwn] {
  padding: 8px 12px;
  border: 1px solid var(--stroke);
  border-radius: 8px;
  background: var(--surface-section);
  color: var(--text-prim);
  font-size: 13px;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.billing-settings__input:focus[b-u44j2ivpwn] {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px var(--primary-color-alpha);
}
.billing-settings__input[b-u44j2ivpwn]::placeholder {
  color: var(--text-sec);
}
.billing-settings__hint[b-u44j2ivpwn] {
  font-size: 11px;
  color: var(--text-sec);
  margin: 0;
  line-height: 1.4;
}
.billing-settings__cost-summary[b-u44j2ivpwn] {
  background: var(--primary-color-alpha);
  border: 1px solid var(--primary-color);
  border-radius: 10px;
  overflow: hidden;
}
.billing-settings__cost-summary-header[b-u44j2ivpwn] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: var(--primary-color);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}
.billing-settings__cost-summary-header .material-icons[b-u44j2ivpwn] {
  font-size: 16px;
}
.billing-settings__cost-table[b-u44j2ivpwn] {
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.billing-settings__cost-row[b-u44j2ivpwn] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
}
.billing-settings__cost-row--total[b-u44j2ivpwn] {
  font-weight: 700;
}
.billing-settings__cost-label[b-u44j2ivpwn] {
  color: var(--text-sec);
}
.billing-settings__cost-value[b-u44j2ivpwn] {
  color: var(--text-prim);
  font-weight: 500;
}
.billing-settings__cost-value--total[b-u44j2ivpwn] {
  color: var(--primary-color);
  font-size: 16px;
}
.billing-settings__cost-divider[b-u44j2ivpwn] {
  height: 1px;
  background: var(--stroke);
  margin: 2px 0;
}
.billing-settings__cost-note[b-u44j2ivpwn] {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  font-size: 11px;
  color: var(--text-sec);
  padding: 8px 16px 12px;
  margin: 0;
}
.billing-settings__cost-note .material-icons[b-u44j2ivpwn] {
  font-size: 13px;
  flex-shrink: 0;
  margin-top: 1px;
}
.billing-settings__delivery-prefs[b-u44j2ivpwn] {
  background: var(--surface-background);
  border: 1px solid var(--stroke);
  border-radius: 10px;
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.billing-settings__delivery-prefs-title[b-u44j2ivpwn] {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-prim);
  margin: 0 0 12px;
}
.billing-settings__toggle-row[b-u44j2ivpwn] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 0;
  border-bottom: 1px solid var(--stroke);
}
.billing-settings__toggle-row:last-child[b-u44j2ivpwn] {
  border-bottom: none;
  padding-bottom: 0;
}
.billing-settings__toggle-row:first-of-type[b-u44j2ivpwn] {
  padding-top: 0;
}
.billing-settings__toggle-info[b-u44j2ivpwn] {
  flex: 1;
}
.billing-settings__toggle-label[b-u44j2ivpwn] {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-prim);
  margin: 0 0 2px;
}
.billing-settings__toggle-desc[b-u44j2ivpwn] {
  font-size: 12px;
  color: var(--text-sec);
  margin: 0;
}
.billing-settings__toggle[b-u44j2ivpwn] {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  flex-shrink: 0;
}
.billing-settings__toggle input[type=checkbox][b-u44j2ivpwn] {
  display: none;
}
.billing-settings__toggle input:checked ~ .billing-settings__toggle-track[b-u44j2ivpwn] {
  background: var(--primary-color);
}
.billing-settings__toggle input:checked ~ .billing-settings__toggle-track .billing-settings__toggle-thumb[b-u44j2ivpwn] {
  transform: translateX(18px);
}
.billing-settings__toggle-track[b-u44j2ivpwn] {
  width: 40px;
  height: 22px;
  background: var(--stroke);
  border-radius: 11px;
  position: relative;
  transition: background 0.2s;
  display: block;
}
.billing-settings__toggle-thumb[b-u44j2ivpwn] {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.2s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.billing-settings__sticky-actions[b-u44j2ivpwn] {
  position: sticky;
  bottom: 0;
  background: var(--surface-section);
  padding: 14px 24px;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin: 0 -24px -24px;
  z-index: 10;
}
.billing-settings__btn[b-u44j2ivpwn] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 20px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: opacity 0.15s, background 0.15s;
}
.billing-settings__btn .material-icons[b-u44j2ivpwn] {
  font-size: 16px;
}
.billing-settings__btn--primary[b-u44j2ivpwn] {
  background: var(--primary-color);
  color: #fff;
}
.billing-settings__btn--primary:hover[b-u44j2ivpwn] {
  opacity: 0.85;
}
.billing-settings__btn--secondary[b-u44j2ivpwn] {
  background: var(--surface-background);
  color: var(--text-prim);
  border: 1px solid var(--stroke);
}
.billing-settings__btn--secondary:hover[b-u44j2ivpwn] {
  background: var(--surface-nav-1);
}
/* /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;
  height: 66.6666666667vh;
  overflow: hidden;
}

/* ── 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);
  min-height: 0;
  overflow-y: auto;
}

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

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

.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;
  min-height: 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;
}

@keyframes pcl-fadein-b-5vas0uthpk {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pcl-shimmer-b-5vas0uthpk {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}
@keyframes pcl-dots-b-5vas0uthpk {
  0% {
    content: ".";
  }
  33% {
    content: "..";
  }
  66% {
    content: "...";
  }
  100% {
    content: ".";
  }
}
@keyframes pcl-pulse-b-5vas0uthpk {
  0%, 100% {
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.05);
    opacity: 1;
  }
}
.pcl-sk[b-5vas0uthpk] {
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex: 1;
  padding: 24px 0;
  animation: pcl-fadein-b-5vas0uthpk 0.3s ease;
}

.pcl-sk-h2[b-5vas0uthpk] {
  height: 32px;
  width: 90px;
  border-radius: 6px;
  margin: 0 32px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 0%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 40%, color-mix(in srgb, var(--stroke) 80%, var(--surface-section)) 50%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 60%, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 100%);
  background-size: 300% 100%;
  animation: pcl-shimmer-b-5vas0uthpk 1.8s ease-in-out infinite;
  animation-delay: 0s;
}

.pcl-sk-form[b-5vas0uthpk] {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 0 32px;
}

.pcl-sk-row[b-5vas0uthpk] {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 24px;
}
.pcl-sk-row--half > .pcl-sk-field[b-5vas0uthpk] {
  max-width: calc(50% - 12px);
}

.pcl-sk-field[b-5vas0uthpk] {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.pcl-sk-label[b-5vas0uthpk] {
  height: 12px;
  width: 48%;
  border-radius: 4px;
  margin-left: 8px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 0%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 40%, color-mix(in srgb, var(--stroke) 80%, var(--surface-section)) 50%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 60%, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 100%);
  background-size: 300% 100%;
  animation: pcl-shimmer-b-5vas0uthpk 1.8s ease-in-out infinite;
  animation-delay: 0.05s;
}

.pcl-sk-input[b-5vas0uthpk] {
  height: 40px;
  border-radius: 6px;
  width: 100%;
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 0%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 40%, color-mix(in srgb, var(--stroke) 80%, var(--surface-section)) 50%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 60%, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 100%);
  background-size: 300% 100%;
  animation: pcl-shimmer-b-5vas0uthpk 1.8s ease-in-out infinite;
  animation-delay: 0.1s;
}

.pcl-sk-status[b-5vas0uthpk] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 32px;
  margin-top: auto;
}

.pcl-sk-status-dot[b-5vas0uthpk] {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--ui-prim-01) 20%, var(--surface-section));
  flex-shrink: 0;
  animation: pcl-pulse-b-5vas0uthpk 1.6s ease-in-out infinite;
}

.pcl-sk-status-text[b-5vas0uthpk] {
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: var(--text-sec);
}

.pcl-sk-dots[b-5vas0uthpk]::after {
  content: ".";
  animation: pcl-dots-b-5vas0uthpk 1.4s steps(4, end) infinite;
}
/* /Components/Pages/Project/Configuration/Tabs/FileListTab.razor.rz.scp.css */
.file-list-editor[b-i85e8y7y5u] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.file-list-editor__textarea[b-i85e8y7y5u] {
  box-sizing: border-box;
  width: 100%;
  min-height: 200px;
  padding: 12px 16px;
  background: var(--ui-surface-sec-generic-cta);
  border: 1px solid var(--stroke);
  border-radius: 6px;
  color: var(--text-prim);
  font-family: "JetBrains Mono", "Fira Mono", "Consolas", monospace;
  font-size: 13px;
  line-height: 1.6;
  resize: vertical;
  outline: none;
  transition: border-color 0.15s ease;
}
.file-list-editor__textarea[b-i85e8y7y5u]::placeholder {
  color: var(--text-suggestion);
}
.file-list-editor__textarea:focus[b-i85e8y7y5u] {
  border-color: var(--primary-color);
}
.file-list-editor__actions[b-i85e8y7y5u] {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}
.file-list-editor__preview[b-i85e8y7y5u] {
  box-sizing: border-box;
  width: 100%;
  padding: 12px 16px;
  margin: 0 0 12px;
  background: var(--ui-surface-sec-generic-cta);
  border: 1px solid var(--stroke);
  border-radius: 6px;
  color: var(--text-sec);
  font-family: "JetBrains Mono", "Fira Mono", "Consolas", monospace;
  font-size: 13px;
  line-height: 1.6;
  white-space: pre-wrap;
  word-break: break-all;
}

.config-tab__section button.secondary .label[b-i85e8y7y5u],
.config-tab__section button.secondary span.label[b-i85e8y7y5u] {
  color: var(--ui-text-sec-cta) !important;
}
/* /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;
}

.config-tab__field[b-w895klr80q] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.config-tab__field label[b-w895klr80q] {
  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);
}

.config-tab__input[b-w895klr80q] {
  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-w895klr80q]::placeholder {
  color: var(--text-suggestion);
}
.config-tab__input:focus[b-w895klr80q] {
  border-color: var(--primary-color);
}

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

.config-tab__select[b-w895klr80q] {
  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-w895klr80q] {
  color: var(--text-prim);
  background: var(--ui-surface-sec-generic-cta);
}
.config-tab__select:focus[b-w895klr80q] {
  border-color: var(--primary-color);
}

.config-tab__select-arrow[b-w895klr80q] {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: var(--text-sec) !important;
  pointer-events: none;
}
/* /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;
}

.config-tab__field[b-gsijhdo1v9] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.config-tab__field label[b-gsijhdo1v9] {
  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);
}

.config-tab__input[b-gsijhdo1v9] {
  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-gsijhdo1v9]::placeholder {
  color: var(--text-suggestion);
}
.config-tab__input:focus[b-gsijhdo1v9] {
  border-color: var(--primary-color);
}

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

.config-tab__select[b-gsijhdo1v9] {
  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-gsijhdo1v9] {
  color: var(--text-prim);
  background: var(--ui-surface-sec-generic-cta);
}
.config-tab__select:focus[b-gsijhdo1v9] {
  border-color: var(--primary-color);
}

.config-tab__select-arrow[b-gsijhdo1v9] {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: var(--text-sec) !important;
  pointer-events: none;
}
/* /Components/Pages/Project/DomainContexts/ProjectDomainContexts.razor.rz.scp.css */
@charset "UTF-8";
.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;
}

/* Loading state while screenshot is being generated */
.dc-card__loading[b-szk4vg98br] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.dc-card__spinner[b-szk4vg98br] {
  display: inline-block;
  width: 28px;
  height: 28px;
  border: 3px solid var(--border-color, #e2e8f0);
  border-top-color: var(--primary-color, #6366f1);
  border-radius: 50%;
  animation: dc-spin-b-szk4vg98br 0.8s linear infinite;
}

@keyframes dc-spin-b-szk4vg98br {
  to {
    transform: rotate(360deg);
  }
}
/* 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;
}

/* ── Pagination ─────────────────────────────────────────── */
.dc-pg[b-szk4vg98br] {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  user-select: none;
}

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

/* Page number */
.dc-pg__page[b-szk4vg98br] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: var(--text-prim);
  background: var(--ui-surface-sec-generic-cta);
  border: 1px solid var(--stroke);
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.dc-pg__page:hover[b-szk4vg98br] {
  background: var(--primary-color-alpha);
  border-color: var(--primary-color);
}

/* Active page — primary color, works in both light and dark modes */
.dc-pg__page--active[b-szk4vg98br] {
  background: var(--primary-color);
  color: #ffffff;
  border-color: var(--primary-color);
  font-weight: 600;
  cursor: default;
  pointer-events: none;
}
.dc-pg__page--active:hover[b-szk4vg98br] {
  background: var(--primary-color);
  border-color: var(--primary-color);
}

/* Prev / Next arrows */
.dc-pg__arrow[b-szk4vg98br] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 6px;
  cursor: pointer;
  color: var(--text-sec);
  transition: color 0.15s ease, background 0.15s ease;
}
.dc-pg__arrow .material-icons[b-szk4vg98br] {
  font-size: 18px;
  line-height: 1;
}
.dc-pg__arrow:hover[b-szk4vg98br] {
  color: var(--text-prim);
  background: var(--primary-color-alpha);
}

.dc-pg__arrow--disabled[b-szk4vg98br] {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}

/* Ellipsis */
.dc-pg__ellipsis[b-szk4vg98br] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  font-size: 11px;
  color: var(--text-sec);
  pointer-events: none;
}
/* /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;
}

@keyframes proj-fadein-b-7wcccb0dxu {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes proj-shimmer-b-7wcccb0dxu {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}
@keyframes proj-dots-b-7wcccb0dxu {
  0% {
    content: ".";
  }
  33% {
    content: "..";
  }
  66% {
    content: "...";
  }
  100% {
    content: ".";
  }
}
@keyframes proj-pulse-b-7wcccb0dxu {
  0%, 100% {
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.05);
    opacity: 1;
  }
}
.proj-sk[b-7wcccb0dxu] {
  display: flex;
  flex-direction: column;
  gap: 32px;
  animation: proj-fadein-b-7wcccb0dxu 0.4s ease both;
}

.proj-sk-block[b-7wcccb0dxu] {
  background: var(--surface-section);
  border: 1px solid var(--stroke-alpha);
  border-radius: 12px;
  box-shadow: 0 4px 24px -4px var(--ui-shadow);
}

.proj-sk-hero[b-7wcccb0dxu] {
  padding: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.proj-sk-hero-inner[b-7wcccb0dxu] {
  width: 100%;
  max-width: 896px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.proj-sk-hero-h1[b-7wcccb0dxu] {
  height: 40px;
  width: 55%;
  border-radius: 8px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 0%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 40%, color-mix(in srgb, var(--stroke) 80%, var(--surface-section)) 50%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 60%, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 100%);
  background-size: 300% 100%;
  animation: proj-shimmer-b-7wcccb0dxu 1.8s ease-in-out infinite;
  animation-delay: 0s;
}

.proj-sk-hero-sub[b-7wcccb0dxu] {
  height: 16px;
  width: 42%;
  border-radius: 6px;
  margin-top: 12px;
  margin-bottom: 32px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 0%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 40%, color-mix(in srgb, var(--stroke) 80%, var(--surface-section)) 50%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 60%, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 100%);
  background-size: 300% 100%;
  animation: proj-shimmer-b-7wcccb0dxu 1.8s ease-in-out infinite;
  animation-delay: 0.05s;
}

.proj-sk-hero-input[b-7wcccb0dxu] {
  width: 100%;
  height: 56px;
  border-radius: 12px;
  border: 1px solid color-mix(in srgb, var(--stroke) 40%, var(--surface-section));
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 0%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 40%, color-mix(in srgb, var(--stroke) 80%, var(--surface-section)) 50%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 60%, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 100%);
  background-size: 300% 100%;
  animation: proj-shimmer-b-7wcccb0dxu 1.8s ease-in-out infinite;
  animation-delay: 0.1s;
}

.proj-sk-hero-panels[b-7wcccb0dxu] {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-top: 32px;
}

.proj-sk-panel-updates[b-7wcccb0dxu] {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.proj-sk-panel-suggestions[b-7wcccb0dxu] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.proj-sk-panel-label[b-7wcccb0dxu] {
  height: 20px;
  width: 80px;
  border-radius: 6px;
  margin-bottom: 4px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 0%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 40%, color-mix(in srgb, var(--stroke) 80%, var(--surface-section)) 50%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 60%, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 100%);
  background-size: 300% 100%;
  animation: proj-shimmer-b-7wcccb0dxu 1.8s ease-in-out infinite;
  animation-delay: 0s;
}

.proj-sk-panel-grid[b-7wcccb0dxu] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.proj-sk-panel-card[b-7wcccb0dxu] {
  height: 80px;
  border-radius: 8px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 0%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 40%, color-mix(in srgb, var(--stroke) 80%, var(--surface-section)) 50%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 60%, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 100%);
  background-size: 300% 100%;
  animation: proj-shimmer-b-7wcccb0dxu 1.8s ease-in-out infinite;
  animation-delay: 0.08s;
}
.proj-sk-panel-card:nth-child(2)[b-7wcccb0dxu] {
  animation-delay: 0.12s;
}
.proj-sk-panel-card:nth-child(3)[b-7wcccb0dxu] {
  animation-delay: 0.16s;
}
.proj-sk-panel-card:nth-child(4)[b-7wcccb0dxu] {
  animation-delay: 0.2s;
}

.proj-sk-contexts[b-7wcccb0dxu] {
  background: var(--surface-section);
  border: 1px solid var(--stroke-alpha);
  box-shadow: 0 4px 24px -4px var(--ui-shadow);
  border-radius: 18px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.proj-sk-contexts-hd[b-7wcccb0dxu] {
  display: flex;
  align-items: center;
}

.proj-sk-contexts-title[b-7wcccb0dxu] {
  flex: 1;
  height: 32px;
  border-radius: 6px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 0%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 40%, color-mix(in srgb, var(--stroke) 80%, var(--surface-section)) 50%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 60%, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 100%);
  background-size: 300% 100%;
  animation: proj-shimmer-b-7wcccb0dxu 1.8s ease-in-out infinite;
  animation-delay: 0s;
}

.proj-sk-contexts-btn[b-7wcccb0dxu] {
  width: 200px;
  height: 40px;
  border-radius: 8px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 0%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 40%, color-mix(in srgb, var(--stroke) 80%, var(--surface-section)) 50%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 60%, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 100%);
  background-size: 300% 100%;
  animation: proj-shimmer-b-7wcccb0dxu 1.8s ease-in-out infinite;
  animation-delay: 0.1s;
}

.proj-sk-dc-grid[b-7wcccb0dxu] {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  width: 100%;
}

.proj-sk-dc-card[b-7wcccb0dxu] {
  width: calc((100% - 48px) / 3);
  min-height: 316px;
  border-radius: 12px;
  border: 1px solid color-mix(in srgb, var(--stroke) 40%, var(--surface-section));
  background: var(--ui-surface-card);
  display: flex;
  flex-direction: column;
  padding: 8px 8px 16px;
  gap: 16px;
}
.proj-sk-dc-card:nth-child(2) .proj-sk-dc-preview[b-7wcccb0dxu] {
  animation-delay: 0.06s;
}
.proj-sk-dc-card:nth-child(3) .proj-sk-dc-preview[b-7wcccb0dxu] {
  animation-delay: 0.12s;
}

.proj-sk-dc-preview[b-7wcccb0dxu] {
  height: 208px;
  border-radius: 8px;
  width: 100%;
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 0%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 40%, color-mix(in srgb, var(--stroke) 80%, var(--surface-section)) 50%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 60%, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 100%);
  background-size: 300% 100%;
  animation: proj-shimmer-b-7wcccb0dxu 1.8s ease-in-out infinite;
  animation-delay: 0s;
}

.proj-sk-dc-heading[b-7wcccb0dxu] {
  padding: 0 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.proj-sk-dc-title-row[b-7wcccb0dxu] {
  display: flex;
  align-items: center;
  gap: 4px;
}

.proj-sk-dc-type[b-7wcccb0dxu] {
  width: 50px;
  height: 16px;
  border-radius: 4px;
  flex-shrink: 0;
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 0%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 40%, color-mix(in srgb, var(--stroke) 80%, var(--surface-section)) 50%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 60%, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 100%);
  background-size: 300% 100%;
  animation: proj-shimmer-b-7wcccb0dxu 1.8s ease-in-out infinite;
  animation-delay: 0.08s;
}

.proj-sk-dc-name[b-7wcccb0dxu] {
  flex: 1;
  height: 16px;
  border-radius: 4px;
  margin-left: 4px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 0%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 40%, color-mix(in srgb, var(--stroke) 80%, var(--surface-section)) 50%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 60%, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 100%);
  background-size: 300% 100%;
  animation: proj-shimmer-b-7wcccb0dxu 1.8s ease-in-out infinite;
  animation-delay: 0.12s;
}

.proj-sk-dc-actions[b-7wcccb0dxu] {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}

.proj-sk-dc-action-btn[b-7wcccb0dxu] {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 0%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 40%, color-mix(in srgb, var(--stroke) 80%, var(--surface-section)) 50%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 60%, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 100%);
  background-size: 300% 100%;
  animation: proj-shimmer-b-7wcccb0dxu 1.8s ease-in-out infinite;
  animation-delay: 0.14s;
}

.proj-sk-dc-meta[b-7wcccb0dxu] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.proj-sk-dc-meta-row[b-7wcccb0dxu] {
  display: flex;
  gap: 16px;
}
.proj-sk-dc-meta-row > div[b-7wcccb0dxu] {
  height: 12px;
  width: 60px;
  border-radius: 4px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 0%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 40%, color-mix(in srgb, var(--stroke) 80%, var(--surface-section)) 50%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 60%, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 100%);
  background-size: 300% 100%;
  animation: proj-shimmer-b-7wcccb0dxu 1.8s ease-in-out infinite;
  animation-delay: 0.16s;
}
.proj-sk-dc-meta-row > div:nth-child(2)[b-7wcccb0dxu] {
  width: 45px;
  animation-delay: 0.18s;
}
.proj-sk-dc-meta-row > div:nth-child(3)[b-7wcccb0dxu] {
  width: 55px;
  animation-delay: 0.2s;
}

.proj-sk-stats[b-7wcccb0dxu] {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.proj-sk-stats-hd[b-7wcccb0dxu] {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 24px;
}

.proj-sk-stats-title[b-7wcccb0dxu] {
  flex: 1;
  height: 32px;
  border-radius: 6px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 0%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 40%, color-mix(in srgb, var(--stroke) 80%, var(--surface-section)) 50%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 60%, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 100%);
  background-size: 300% 100%;
  animation: proj-shimmer-b-7wcccb0dxu 1.8s ease-in-out infinite;
  animation-delay: 0s;
}

.proj-sk-stats-tabs[b-7wcccb0dxu] {
  display: flex;
  gap: 8px;
}
.proj-sk-stats-tabs > div[b-7wcccb0dxu] {
  width: 130px;
  height: 32px;
  border-radius: 6px;
  border: 1px solid color-mix(in srgb, var(--stroke) 40%, var(--surface-section));
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 0%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 40%, color-mix(in srgb, var(--stroke) 80%, var(--surface-section)) 50%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 60%, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 100%);
  background-size: 300% 100%;
  animation: proj-shimmer-b-7wcccb0dxu 1.8s ease-in-out infinite;
  animation-delay: 0.08s;
}
.proj-sk-stats-tabs > div:nth-child(2)[b-7wcccb0dxu] {
  animation-delay: 0.12s;
}
.proj-sk-stats-tabs > div:nth-child(3)[b-7wcccb0dxu] {
  animation-delay: 0.16s;
}

.proj-sk-stats-body[b-7wcccb0dxu] {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start;
}

.proj-sk-stats-kpi-col[b-7wcccb0dxu] {
  width: 32%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.proj-sk-kpi[b-7wcccb0dxu] {
  padding: 24px;
  border-radius: 12px;
  border: 1px solid color-mix(in srgb, var(--stroke) 40%, var(--surface-section));
  background: var(--ui-surface-card);
  box-shadow: 0 4px 24px -4px var(--ui-shadow);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.proj-sk-kpi-label[b-7wcccb0dxu] {
  height: 16px;
  width: 65%;
  border-radius: 4px;
  margin-bottom: 8px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 0%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 40%, color-mix(in srgb, var(--stroke) 80%, var(--surface-section)) 50%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 60%, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 100%);
  background-size: 300% 100%;
  animation: proj-shimmer-b-7wcccb0dxu 1.8s ease-in-out infinite;
  animation-delay: 0s;
}

.proj-sk-kpi-value[b-7wcccb0dxu] {
  height: 36px;
  width: 45%;
  border-radius: 6px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 0%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 40%, color-mix(in srgb, var(--stroke) 80%, var(--surface-section)) 50%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 60%, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 100%);
  background-size: 300% 100%;
  animation: proj-shimmer-b-7wcccb0dxu 1.8s ease-in-out infinite;
  animation-delay: 0.08s;
}

.proj-sk-kpi-bar[b-7wcccb0dxu] {
  height: 6px;
  width: 100%;
  border-radius: 9999px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 0%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 40%, color-mix(in srgb, var(--stroke) 80%, var(--surface-section)) 50%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 60%, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 100%);
  background-size: 300% 100%;
  animation: proj-shimmer-b-7wcccb0dxu 1.8s ease-in-out infinite;
  animation-delay: 0.12s;
}

.proj-sk-chart[b-7wcccb0dxu] {
  flex: 1;
  padding: 32px;
  border-radius: 12px;
  border: 1px solid color-mix(in srgb, var(--stroke) 40%, var(--surface-section));
  background: var(--ui-surface-card);
  box-shadow: 0 4px 24px -4px var(--ui-shadow);
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.proj-sk-chart-hd[b-7wcccb0dxu] {
  display: flex;
  align-items: flex-end;
  width: 100%;
}

.proj-sk-chart-hd-info[b-7wcccb0dxu] {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}

.proj-sk-chart-title[b-7wcccb0dxu] {
  height: 32px;
  width: 200px;
  border-radius: 6px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 0%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 40%, color-mix(in srgb, var(--stroke) 80%, var(--surface-section)) 50%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 60%, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 100%);
  background-size: 300% 100%;
  animation: proj-shimmer-b-7wcccb0dxu 1.8s ease-in-out infinite;
  animation-delay: 0s;
}

.proj-sk-chart-sub[b-7wcccb0dxu] {
  height: 16px;
  width: 260px;
  border-radius: 4px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 0%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 40%, color-mix(in srgb, var(--stroke) 80%, var(--surface-section)) 50%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 60%, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 100%);
  background-size: 300% 100%;
  animation: proj-shimmer-b-7wcccb0dxu 1.8s ease-in-out infinite;
  animation-delay: 0.08s;
}

.proj-sk-chart-toggles[b-7wcccb0dxu] {
  display: flex;
  gap: 4px;
  padding: 4px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--stroke) 40%, var(--surface-section));
}
.proj-sk-chart-toggles > div[b-7wcccb0dxu] {
  width: 32px;
  height: 24px;
  border-radius: 8px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 0%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 40%, color-mix(in srgb, var(--stroke) 80%, var(--surface-section)) 50%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 60%, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 100%);
  background-size: 300% 100%;
  animation: proj-shimmer-b-7wcccb0dxu 1.8s ease-in-out infinite;
  animation-delay: 0.1s;
}

.proj-sk-chart-canvas[b-7wcccb0dxu] {
  height: 296px;
  border-radius: 8px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 0%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 40%, color-mix(in srgb, var(--stroke) 80%, var(--surface-section)) 50%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 60%, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 100%);
  background-size: 300% 100%;
  animation: proj-shimmer-b-7wcccb0dxu 1.8s ease-in-out infinite;
  animation-delay: 0.04s;
}

.proj-sk-chart-legend[b-7wcccb0dxu] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid color-mix(in srgb, var(--stroke) 40%, var(--surface-section));
  padding-top: 12px;
  min-height: 49px;
}

.proj-sk-chart-legend-items[b-7wcccb0dxu] {
  display: flex;
  gap: 24px;
}
.proj-sk-chart-legend-items > div[b-7wcccb0dxu] {
  height: 12px;
  width: 95px;
  border-radius: 4px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 0%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 40%, color-mix(in srgb, var(--stroke) 80%, var(--surface-section)) 50%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 60%, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 100%);
  background-size: 300% 100%;
  animation: proj-shimmer-b-7wcccb0dxu 1.8s ease-in-out infinite;
  animation-delay: 0.12s;
}

.proj-sk-chart-legend-status[b-7wcccb0dxu] {
  height: 28px;
  width: 120px;
  border-radius: 4px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 0%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 40%, color-mix(in srgb, var(--stroke) 80%, var(--surface-section)) 50%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 60%, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 100%);
  background-size: 300% 100%;
  animation: proj-shimmer-b-7wcccb0dxu 1.8s ease-in-out infinite;
  animation-delay: 0.16s;
}

.proj-sk-members[b-7wcccb0dxu] {
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.proj-sk-members-hd[b-7wcccb0dxu] {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.proj-sk-members-title[b-7wcccb0dxu] {
  flex: 1;
  height: 32px;
  border-radius: 6px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 0%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 40%, color-mix(in srgb, var(--stroke) 80%, var(--surface-section)) 50%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 60%, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 100%);
  background-size: 300% 100%;
  animation: proj-shimmer-b-7wcccb0dxu 1.8s ease-in-out infinite;
  animation-delay: 0s;
}

.proj-sk-members-actions[b-7wcccb0dxu] {
  display: flex;
  gap: 8px;
}
.proj-sk-members-actions > div[b-7wcccb0dxu] {
  height: 40px;
  border-radius: 8px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 0%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 40%, color-mix(in srgb, var(--stroke) 80%, var(--surface-section)) 50%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 60%, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 100%);
  background-size: 300% 100%;
  animation: proj-shimmer-b-7wcccb0dxu 1.8s ease-in-out infinite;
  animation-delay: 0.1s;
}
.proj-sk-members-actions > div:first-child[b-7wcccb0dxu] {
  width: 150px;
}
.proj-sk-members-actions > div:last-child[b-7wcccb0dxu] {
  width: 130px;
}

.proj-sk-members-table[b-7wcccb0dxu] {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.proj-sk-members-table-hd[b-7wcccb0dxu] {
  height: 40px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 0%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 40%, color-mix(in srgb, var(--stroke) 80%, var(--surface-section)) 50%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 60%, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 100%);
  background-size: 300% 100%;
  animation: proj-shimmer-b-7wcccb0dxu 1.8s ease-in-out infinite;
  animation-delay: 0s;
}

.proj-sk-members-body[b-7wcccb0dxu] {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-bottom: 4px;
}

.proj-sk-mrow[b-7wcccb0dxu] {
  height: 64px;
  background: var(--ui-surface-card);
  border: 1px solid color-mix(in srgb, var(--stroke) 40%, var(--surface-section));
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 16px 8px 8px;
  gap: 8px;
  box-sizing: border-box;
}

.proj-sk-mrow-avatar[b-7wcccb0dxu] {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  flex-shrink: 0;
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 0%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 40%, color-mix(in srgb, var(--stroke) 80%, var(--surface-section)) 50%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 60%, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 100%);
  background-size: 300% 100%;
  animation: proj-shimmer-b-7wcccb0dxu 1.8s ease-in-out infinite;
  animation-delay: 0s;
}

.proj-sk-mrow-name[b-7wcccb0dxu] {
  width: 220px;
  height: 14px;
  border-radius: 4px;
  flex-shrink: 0;
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 0%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 40%, color-mix(in srgb, var(--stroke) 80%, var(--surface-section)) 50%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 60%, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 100%);
  background-size: 300% 100%;
  animation: proj-shimmer-b-7wcccb0dxu 1.8s ease-in-out infinite;
  animation-delay: 0.06s;
}

.proj-sk-mrow-project[b-7wcccb0dxu] {
  width: 180px;
  height: 14px;
  border-radius: 4px;
  flex-shrink: 0;
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 0%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 40%, color-mix(in srgb, var(--stroke) 80%, var(--surface-section)) 50%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 60%, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 100%);
  background-size: 300% 100%;
  animation: proj-shimmer-b-7wcccb0dxu 1.8s ease-in-out infinite;
  animation-delay: 0.1s;
}

.proj-sk-mrow-email[b-7wcccb0dxu] {
  flex: 1;
  height: 14px;
  border-radius: 4px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 0%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 40%, color-mix(in srgb, var(--stroke) 80%, var(--surface-section)) 50%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 60%, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 100%);
  background-size: 300% 100%;
  animation: proj-shimmer-b-7wcccb0dxu 1.8s ease-in-out infinite;
  animation-delay: 0.14s;
}

.proj-sk-mrow-roles[b-7wcccb0dxu] {
  width: 130px;
  height: 14px;
  border-radius: 4px;
  flex-shrink: 0;
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 0%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 40%, color-mix(in srgb, var(--stroke) 80%, var(--surface-section)) 50%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 60%, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 100%);
  background-size: 300% 100%;
  animation: proj-shimmer-b-7wcccb0dxu 1.8s ease-in-out infinite;
  animation-delay: 0.18s;
}

.proj-sk-config[b-7wcccb0dxu] {
  background: var(--surface-section);
  border: 1px solid var(--stroke-alpha);
  border-radius: 12px;
  box-shadow: 0 4px 24px -4px var(--ui-shadow);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.proj-sk-config-title[b-7wcccb0dxu] {
  height: 32px;
  width: 28%;
  border-radius: 6px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 0%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 40%, color-mix(in srgb, var(--stroke) 80%, var(--surface-section)) 50%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 60%, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 100%);
  background-size: 300% 100%;
  animation: proj-shimmer-b-7wcccb0dxu 1.8s ease-in-out infinite;
  animation-delay: 0s;
}

.proj-sk-config-row[b-7wcccb0dxu] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.proj-sk-config-field[b-7wcccb0dxu] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.proj-sk-config-label[b-7wcccb0dxu] {
  height: 12px;
  width: 35%;
  border-radius: 4px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 0%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 40%, color-mix(in srgb, var(--stroke) 80%, var(--surface-section)) 50%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 60%, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 100%);
  background-size: 300% 100%;
  animation: proj-shimmer-b-7wcccb0dxu 1.8s ease-in-out infinite;
  animation-delay: 0s;
}

.proj-sk-config-input[b-7wcccb0dxu] {
  height: 40px;
  border-radius: 8px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 0%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 40%, color-mix(in srgb, var(--stroke) 80%, var(--surface-section)) 50%, color-mix(in srgb, var(--stroke) 60%, var(--surface-section)) 60%, color-mix(in srgb, var(--stroke) 40%, var(--surface-section)) 100%);
  background-size: 300% 100%;
  animation: proj-shimmer-b-7wcccb0dxu 1.8s ease-in-out infinite;
  animation-delay: 0.08s;
}

.proj-sk-status[b-7wcccb0dxu] {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  padding: 8px 0;
}

.proj-sk-status-dot[b-7wcccb0dxu] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--ui-prim-01) 20%, var(--surface-section));
  animation: proj-pulse-b-7wcccb0dxu 1.4s ease-in-out infinite;
}

.proj-sk-status-text[b-7wcccb0dxu] {
  font-size: 12px;
  color: color-mix(in srgb, var(--on-surface) 50%, transparent);
  font-family: var(--font-mono, monospace);
  letter-spacing: 0.02em;
}

.proj-sk-dots[b-7wcccb0dxu]::after {
  content: ".";
  animation: proj-dots-b-7wcccb0dxu 1.4s steps(4, end) infinite;
}
/* /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/TestAllFonctions/TestAllFonctions.razor.rz.scp.css */
@charset "UTF-8";
.taf-layout[b-ipphg2gc1p] {
  display: flex;
  height: 100vh;
  font-family: "Courier New", "Monaco", monospace;
  font-size: 13px;
  background: #fff;
  overflow: hidden;
}

.taf-tree[b-ipphg2gc1p] {
  width: 380px;
  min-width: 280px;
  overflow-y: auto;
  padding: 16px 12px;
  border-right: 1px solid #e0e0e0;
  background: #fafafa;
  flex-shrink: 0;
}

.taf-title[b-ipphg2gc1p] {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 14px 0;
  color: #1a1a2e;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  padding-bottom: 8px;
  border-bottom: 2px solid #e0e0e0;
}

.taf-node[b-ipphg2gc1p] {
  margin-bottom: 6px;
}
.taf-node--nested[b-ipphg2gc1p] {
  margin-left: 16px;
  padding-left: 10px;
  border-left: 2px solid #dee2e6;
  margin-top: 6px;
}

.taf-node__label[b-ipphg2gc1p] {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 5px 4px;
  font-weight: 600;
  color: #343a40;
  font-size: 12px;
}
.taf-node__label--root[b-ipphg2gc1p] {
  color: #1a1a2e;
  font-size: 13px;
}

.taf-node__icon[b-ipphg2gc1p] {
  font-size: 14px;
}

.taf-node__selector[b-ipphg2gc1p] {
  margin: 4px 0 6px 20px;
}
.taf-node__selector select[b-ipphg2gc1p] {
  width: 100%;
  padding: 4px 6px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  font-size: 12px;
  font-family: inherit;
  background: #fff;
  color: #333;
  cursor: pointer;
}
.taf-node__selector select:focus[b-ipphg2gc1p] {
  outline: none;
  border-color: #4361ee;
  box-shadow: 0 0 0 2px rgba(67, 97, 238, 0.15);
}

.taf-node__children[b-ipphg2gc1p] {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.taf-loading-inline[b-ipphg2gc1p] {
  font-size: 11px;
  color: #6c757d;
  font-style: italic;
  padding: 4px 6px;
  font-family: system-ui, sans-serif;
}

.taf-fn-group-label[b-ipphg2gc1p] {
  margin-top: 6px;
  margin-bottom: 2px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #6c757d;
  letter-spacing: 0.5px;
  padding-left: 2px;
}

.taf-fn[b-ipphg2gc1p] {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 3px 6px;
  background: none;
  border: none;
  color: #1a56db;
  cursor: pointer;
  font-size: 12px;
  font-family: inherit;
  text-align: left;
  border-radius: 3px;
  transition: background 0.1s;
  line-height: 1.6;
}
.taf-fn[b-ipphg2gc1p]::before {
  content: "⟶ ";
  color: #adb5bd;
  flex-shrink: 0;
}
.taf-fn:hover[b-ipphg2gc1p] {
  background: #e7f1ff;
  color: #0a3aaa;
}
.taf-fn:active[b-ipphg2gc1p] {
  background: #cce0ff;
}

.taf-badge[b-ipphg2gc1p] {
  display: inline-flex;
  align-items: center;
  padding: 1px 6px;
  border-radius: 10px;
  font-size: 10px;
  font-weight: 600;
  font-family: system-ui, sans-serif;
  background: #e9ecef;
  color: #495057;
}
.taf-badge--filled[b-ipphg2gc1p] {
  background: #4361ee;
  color: #fff;
}
.taf-badge--success[b-ipphg2gc1p] {
  background: #d1e7dd;
  color: #0f5132;
}
.taf-badge--error[b-ipphg2gc1p] {
  background: #f8d7da;
  color: #842029;
}

.taf-result[b-ipphg2gc1p] {
  flex: 1;
  overflow-y: auto;
  padding: 20px 24px;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.taf-result__header[b-ipphg2gc1p] {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e9ecef;
  flex-wrap: wrap;
}

.taf-result__fn-name[b-ipphg2gc1p] {
  font-size: 14px;
  font-weight: 700;
  color: #1a1a2e;
  font-family: "Courier New", monospace;
}

.taf-result__size[b-ipphg2gc1p] {
  font-size: 11px;
  color: #adb5bd;
  margin-left: auto;
}

.taf-result__json[b-ipphg2gc1p] {
  flex: 1;
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 6px;
  padding: 16px;
  overflow: auto;
  font-size: 12px;
  line-height: 1.6;
  white-space: pre-wrap;
  word-break: break-word;
  color: #212529;
  margin: 0;
}

.taf-result__state[b-ipphg2gc1p] {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #6c757d;
}
.taf-result__state--empty[b-ipphg2gc1p] {
  opacity: 0.7;
}

.taf-result__hint[b-ipphg2gc1p] {
  font-size: 13px;
  font-family: system-ui, sans-serif;
  max-width: 400px;
  text-align: center;
  line-height: 1.6;
}

.taf-result__spinner[b-ipphg2gc1p] {
  width: 32px;
  height: 32px;
  border: 3px solid #dee2e6;
  border-top-color: #4361ee;
  border-radius: 50%;
  animation: taf-spin-b-ipphg2gc1p 0.7s linear infinite;
}

@keyframes taf-spin-b-ipphg2gc1p {
  to {
    transform: rotate(360deg);
  }
}
.taf-result__missing[b-ipphg2gc1p] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 24px;
}

.taf-result__missing-title[b-ipphg2gc1p] {
  font-size: 13px;
  font-weight: 700;
  color: #842029;
  margin-bottom: 6px;
}

.taf-result__missing-row[b-ipphg2gc1p] {
  display: flex;
  align-items: center;
  gap: 10px;
}

.taf-result__missing-label[b-ipphg2gc1p] {
  min-width: 160px;
  font-size: 12px;
  font-family: "Courier New", monospace;
  color: #495057;
}

.taf-result__missing-input[b-ipphg2gc1p] {
  flex: 1;
  max-width: 400px;
  padding: 6px 10px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  font-size: 12px;
  font-family: "Courier New", monospace;
}
.taf-result__missing-input:focus[b-ipphg2gc1p] {
  outline: none;
  border-color: #4361ee;
  box-shadow: 0 0 0 2px rgba(67, 97, 238, 0.15);
}

.taf-result__retry-btn[b-ipphg2gc1p] {
  align-self: flex-start;
  margin-top: 6px;
  padding: 7px 20px;
  background: #4361ee;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 12px;
  font-family: system-ui, sans-serif;
  cursor: pointer;
  transition: background 0.1s;
}
.taf-result__retry-btn:hover[b-ipphg2gc1p] {
  background: #3451d1;
}
/* /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/AiFloating/AiFloating.razor.rz.scp.css */
.ai-floating-root[b-pmfzcby865] {
  position: fixed;
  left: 24px;
  bottom: 24px;
  z-index: 10;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 8px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.ai-floating-root.is-visible[b-pmfzcby865] {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.ai-copilot-panel[b-pmfzcby865] {
  width: 380px;
  background: #111211;
  border: 1px solid #2d2f2e;
  border-radius: 16px;
  margin-left: 12px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  animation: ai-copilot-open-b-pmfzcby865 0.35s cubic-bezier(0.16, 1, 0.3, 1) both;
}
[data-theme=light] .ai-copilot-panel[b-pmfzcby865] {
  background: #ffffff;
  border-color: #e2e8f0;
}
.ai-copilot-panel__header[b-pmfzcby865] {
  padding: 20px 20px 16px;
}
.ai-copilot-panel__header span[b-pmfzcby865] {
  color: #e63c11;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
.ai-copilot-panel__body[b-pmfzcby865] {
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-height: 380px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: #2d2f2e transparent;
}
[data-theme=light] .ai-copilot-panel__body[b-pmfzcby865] {
  scrollbar-color: #e2e8f0 transparent;
}
.ai-copilot-panel__footer[b-pmfzcby865] {
  padding: 12px 16px 16px;
}

.ai-copilot-section[b-pmfzcby865] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ai-copilot-section__label[b-pmfzcby865] {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}
[data-theme=light] .ai-copilot-section__label[b-pmfzcby865] {
  color: #0f172b;
}

.ai-copilot-card[b-pmfzcby865] {
  background: #1a1c1b;
  border: 1px solid #2d2f2e;
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.45;
  cursor: pointer;
  transition: background 0.15s ease;
}
[data-theme=light] .ai-copilot-card[b-pmfzcby865] {
  background: #f5f7fa;
  border-color: #e2e8f0;
  color: #45556c;
}
.ai-copilot-card:hover[b-pmfzcby865] {
  background: #222422;
}
[data-theme=light] .ai-copilot-card:hover[b-pmfzcby865] {
  background: #eef1f6;
}

.ai-copilot-footer-bar[b-pmfzcby865] {
  border: 1px solid transparent;
  background: linear-gradient(#111211, #111211) padding-box, linear-gradient(90deg, #e63c11 0%, #2d2f2e 60%) border-box;
  border-radius: 12px;
  padding: 12px 12px 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
[data-theme=light] .ai-copilot-footer-bar[b-pmfzcby865] {
  border: 1px solid transparent;
  background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(90deg, #e63c11 0%, #e2e8f0 60%) border-box;
}
.ai-copilot-footer-bar__top[b-pmfzcby865] {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.ai-copilot-footer-bar__logo[b-pmfzcby865] {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}
.ai-copilot-footer-bar__input[b-pmfzcby865] {
  flex: 1;
  min-width: 0;
  background: transparent;
  border: none;
  outline: none;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  resize: none;
  line-height: 1.4;
}
[data-theme=light] .ai-copilot-footer-bar__input[b-pmfzcby865] {
  color: #0f172b;
}
.ai-copilot-footer-bar__input[b-pmfzcby865]::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme=light] .ai-copilot-footer-bar__input[b-pmfzcby865]::placeholder {
  color: rgba(15, 23, 43, 0.35);
}
.ai-copilot-footer-bar__actions[b-pmfzcby865] {
  display: flex;
  justify-content: flex-end;
  gap: 6px;
}
.ai-copilot-footer-bar__expand[b-pmfzcby865], .ai-copilot-footer-bar__send[b-pmfzcby865] {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border-radius: 6px;
  border: 1px solid #2d2f2e;
  background: #1e201f;
  color: #ffffff;
  cursor: pointer;
  transition: background 0.15s ease;
}
[data-theme=light] .ai-copilot-footer-bar__expand[b-pmfzcby865], [data-theme=light] .ai-copilot-footer-bar__send[b-pmfzcby865] {
  background: #f5f7fa;
  border-color: #e2e8f0;
  color: #0f172b;
}
.ai-copilot-footer-bar__expand .material-icons[b-pmfzcby865], .ai-copilot-footer-bar__send .material-icons[b-pmfzcby865] {
  font-size: 14px;
  color: inherit;
}
.ai-copilot-footer-bar__expand:hover[b-pmfzcby865], .ai-copilot-footer-bar__send:hover[b-pmfzcby865] {
  background: #2d2f2e;
}
[data-theme=light] .ai-copilot-footer-bar__expand:hover[b-pmfzcby865], [data-theme=light] .ai-copilot-footer-bar__send:hover[b-pmfzcby865] {
  background: #e2e8f0;
}

@keyframes ai-copilot-open-b-pmfzcby865 {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.floating-ai-prompt[b-pmfzcby865] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.floating-ai-prompt__button[b-pmfzcby865] {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: none;
  cursor: pointer;
  width: 56px;
  height: 56px;
  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, box-shadow 0.2s ease;
}
.floating-ai-prompt__button img[b-pmfzcby865] {
  width: 28px;
  height: 28px;
  filter: brightness(0) invert(1);
}
.floating-ai-prompt__button:hover[b-pmfzcby865] {
  opacity: 0.9;
}
.floating-ai-prompt__button.is-active[b-pmfzcby865] {
  box-shadow: 0px 10px 16px -4px rgba(69, 85, 108, 0.25), 0px 0px 0px 3px rgba(230, 60, 17, 0.3);
}
.floating-ai-prompt__panel-wrapper[b-pmfzcby865] {
  width: 380px;
  box-sizing: border-box;
  padding: 12px;
  margin-left: 12px;
  background: #111211;
  border: 1px solid #222222;
  border-radius: 14px;
  box-shadow: 0px 10px 16px -4px rgba(69, 85, 108, 0.2), 0px 4px 8px -4px rgba(69, 85, 108, 0.15);
  animation: ai-panel-open-b-pmfzcby865 0.3s cubic-bezier(0.16, 1, 0.3, 1) both;
}
[data-theme=light] .floating-ai-prompt__panel-wrapper[b-pmfzcby865] {
  background: #ffffff;
  border-color: #e2e8f0;
}
.floating-ai-prompt__panel[b-pmfzcby865] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 10px 12px 14px;
  height: 45px;
  border: 1px solid transparent;
  background: linear-gradient(#0c0c0c, #0c0c0c) padding-box, linear-gradient(90deg, #e63c11 0%, #2d2f2e 60%) border-box;
  border-radius: 10px;
}
[data-theme=light] .floating-ai-prompt__panel[b-pmfzcby865] {
  border: 1px solid transparent;
  background: linear-gradient(#f5f7fa, #f5f7fa) padding-box, linear-gradient(90deg, #e63c11 0%, #e2e8f0 60%) border-box;
}
.floating-ai-prompt__panel-logo[b-pmfzcby865] {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  display: block;
}
.floating-ai-prompt__panel-input[b-pmfzcby865] {
  flex: 1;
  min-width: 0;
  background: transparent;
  border: none;
  outline: none;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.4;
}
[data-theme=light] .floating-ai-prompt__panel-input[b-pmfzcby865] {
  color: #0f172b;
}
.floating-ai-prompt__panel-input[b-pmfzcby865]::placeholder {
  color: rgba(255, 255, 255, 0.35);
}
[data-theme=light] .floating-ai-prompt__panel-input[b-pmfzcby865]::placeholder {
  color: rgba(15, 23, 43, 0.35);
}
.floating-ai-prompt__panel-send[b-pmfzcby865] {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 8px;
  border: 1px solid #2d2f2e;
  cursor: pointer;
  background: #1e201f;
  color: #ffffff;
  transition: background 0.15s ease;
}
[data-theme=light] .floating-ai-prompt__panel-send[b-pmfzcby865] {
  background: #f5f7fa;
  border-color: #e2e8f0;
  color: #0f172b;
}
.floating-ai-prompt__panel-send .material-icons[b-pmfzcby865] {
  font-size: 16px;
  color: inherit;
}
.floating-ai-prompt__panel-send:hover[b-pmfzcby865] {
  background: #2d2f2e;
}
[data-theme=light] .floating-ai-prompt__panel-send:hover[b-pmfzcby865] {
  background: #e2e8f0;
}

@keyframes ai-panel-open-b-pmfzcby865 {
  from {
    opacity: 0;
    clip-path: inset(0 100% 0 0 round 12px);
  }
  to {
    opacity: 1;
    clip-path: inset(0 0% 0 0 round 12px);
  }
}
/* /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 */
@charset "UTF-8";
.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: 12px;
}
.main-header .apps .apps-menu > div:first-of-type[b-5cammpiaqa] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-content: start;
  gap: 4px;
}
.main-header .apps .apps-menu > div:first-of-type > a[b-5cammpiaqa] {
  position: relative;
}
.main-header .apps .apps-menu > div:first-of-type > a .app-tooltip[b-5cammpiaqa] {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  width: 260px;
  background-color: var(--surface-background);
  border: 1px solid var(--stroke);
  border-radius: 8px;
  box-shadow: 0 4px 12px 0 var(--ui-shadow);
  padding: 12px;
  font-size: 12px;
  line-height: 1.5;
  color: var(--text-prim);
  font-weight: 400;
  text-align: left;
  z-index: 1002;
  pointer-events: none;
}
.main-header .apps .apps-menu > div:first-of-type > a:hover .app-tooltip[b-5cammpiaqa] {
  display: block;
}
.main-header .apps .apps-menu > div:first-of-type button[b-5cammpiaqa] {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 16px 8px;
  gap: 0;
}
.main-header .apps .apps-menu > div:first-of-type 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-of-type button .icon svg[b-5cammpiaqa] {
  width: 20px;
  height: 18px;
}
.main-header .apps .apps-menu > div:first-of-type button p[b-5cammpiaqa],
.main-header .apps .apps-menu > div:first-of-type button h4[b-5cammpiaqa] {
  margin: 0;
}
.main-header .apps .apps-menu > div:first-of-type button h4[b-5cammpiaqa] {
  margin-top: 8px;
}
.main-header .apps .apps-menu > div:first-of-type button:disabled[b-5cammpiaqa] {
  background-color: var(--surface-disabled, #f0f0f0);
}
.main-header .apps .apps-menu > div:first-of-type button:disabled h4[b-5cammpiaqa], .main-header .apps .apps-menu > div:first-of-type button:disabled p[b-5cammpiaqa] {
  color: var(--text-disabled, #aaa);
}
.main-header .apps .apps-menu > div:last-of-type[b-5cammpiaqa] {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 0;
}
.main-header .apps .apps-menu > div:last-of-type > *[b-5cammpiaqa] {
  margin: 0;
}
.main-header .apps .apps-menu > div:last-of-type > p[b-5cammpiaqa] {
  flex: 1;
  min-height: 0;
  overflow: visible;
}
.main-header .apps .apps-menu > div:last-of-type .apps-menu__actions[b-5cammpiaqa] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-shrink: 0;
}
.main-header .apps .apps-menu > div:last-of-type .apps-menu__actions > 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);
  z-index: 1000;
}
.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);
}

/* ── Install Forge Modal ──────────────────────────────────── */
.forge-install-overlay[b-5cammpiaqa] {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.forge-install-modal[b-5cammpiaqa] {
  position: relative;
  width: 100%;
  max-width: 400px;
  max-height: 90vh;
  overflow-y: auto;
  background: #0D0E0F;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 32px 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.12) transparent;
}
[data-theme=light] .forge-install-modal[b-5cammpiaqa] {
  background: #ffffff;
  border-color: var(--stroke);
  scrollbar-color: rgba(0, 0, 0, 0.12) transparent;
}

.forge-install-modal__close[b-5cammpiaqa] {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
  background: rgba(255, 255, 255, 0.06) !important;
  border: none !important;
  border-radius: 8px !important;
  width: 30px !important;
  height: 30px !important;
  min-width: unset !important;
  padding: 0 !important;
  box-shadow: none !important;
  cursor: pointer;
}
.forge-install-modal__close span[b-5cammpiaqa] {
  font-size: 16px !important;
  color: rgba(255, 255, 255, 0.5) !important;
  line-height: 1 !important;
}
.forge-install-modal__close:hover[b-5cammpiaqa] {
  background: rgba(255, 255, 255, 0.12) !important;
}
[data-theme=light] .forge-install-modal__close[b-5cammpiaqa] {
  background: rgba(0, 0, 0, 0.05) !important;
}
[data-theme=light] .forge-install-modal__close span[b-5cammpiaqa] {
  color: rgba(0, 0, 0, 0.45) !important;
}
[data-theme=light] .forge-install-modal__close:hover[b-5cammpiaqa] {
  background: rgba(0, 0, 0, 0.1) !important;
}

.forge-install-modal__head[b-5cammpiaqa] {
  text-align: center;
  padding: 16px 16px 8px;
}
.forge-install-modal__head h2[b-5cammpiaqa] {
  margin: 0 0 10px;
  font-size: 19px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
  letter-spacing: -0.3px;
}
.forge-install-modal__head p[b-5cammpiaqa] {
  margin: 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.45;
}
[data-theme=light] .forge-install-modal__head h2[b-5cammpiaqa] {
  color: var(--text-prim);
}
[data-theme=light] .forge-install-modal__head p[b-5cammpiaqa] {
  color: var(--text-sec);
}

.forge-install-modal__list[b-5cammpiaqa] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.forge-install-ide[b-5cammpiaqa] {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 11px 14px;
  background: #111214;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  transition: border-color 0.15s ease;
}
.forge-install-ide:hover[b-5cammpiaqa] {
  border-color: rgba(255, 255, 255, 0.14);
}
.forge-install-ide a[b-5cammpiaqa] {
  text-decoration: none;
}
[data-theme=light] .forge-install-ide[b-5cammpiaqa] {
  background: var(--ui-surface-card);
  border-color: var(--stroke);
}
[data-theme=light] .forge-install-ide:hover[b-5cammpiaqa] {
  border-color: rgba(0, 0, 0, 0.2);
}

.forge-install-ide__icon[b-5cammpiaqa] {
  width: 38px;
  height: 38px;
  border-radius: 9px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.forge-install-ide__name[b-5cammpiaqa] {
  flex: 1;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
}
[data-theme=light] .forge-install-ide__name[b-5cammpiaqa] {
  color: var(--text-prim);
}

.forge-install-ide__btn[b-5cammpiaqa] {
  background: #F7762C !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 8px !important;
  height: 32px !important;
  padding: 0 18px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  box-shadow: none !important;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
}
.forge-install-ide__btn span[b-5cammpiaqa] {
  color: #ffffff !important;
}

.forge-install-modal__sep[b-5cammpiaqa] {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 0 2px;
}
.forge-install-modal__sep[b-5cammpiaqa]::before, .forge-install-modal__sep[b-5cammpiaqa]::after {
  content: "";
  flex: 1;
  border-top: 1px dashed rgba(255, 255, 255, 0.12);
}
.forge-install-modal__sep span[b-5cammpiaqa] {
  font-size: 11px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.35);
  white-space: nowrap;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
[data-theme=light] .forge-install-modal__sep[b-5cammpiaqa]::before, [data-theme=light] .forge-install-modal__sep[b-5cammpiaqa]::after {
  border-top-color: rgba(0, 0, 0, 0.12);
}
[data-theme=light] .forge-install-modal__sep span[b-5cammpiaqa] {
  color: var(--text-suggestion);
}

.forge-install-modal__roadmap[b-5cammpiaqa] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}

.forge-install-roadmap-item[b-5cammpiaqa] {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  background: #111214;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.forge-install-roadmap-item .forge-install-roadmap-item__icon[b-5cammpiaqa] {
  width: 28px;
  height: 28px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.07);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.forge-install-roadmap-item .forge-install-roadmap-item__icon span[b-5cammpiaqa] {
  font-size: 15px !important;
  color: rgba(255, 255, 255, 0.3) !important;
}
.forge-install-roadmap-item > span:last-child[b-5cammpiaqa] {
  font-size: 11px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.2;
}
[data-theme=light] .forge-install-roadmap-item[b-5cammpiaqa] {
  background: var(--ui-surface-card);
  border-color: var(--stroke);
}
[data-theme=light] .forge-install-roadmap-item .forge-install-roadmap-item__icon[b-5cammpiaqa] {
  background: rgba(0, 0, 0, 0.06);
}
[data-theme=light] .forge-install-roadmap-item .forge-install-roadmap-item__icon span[b-5cammpiaqa] {
  color: rgba(0, 0, 0, 0.3) !important;
}
[data-theme=light] .forge-install-roadmap-item > span:last-child[b-5cammpiaqa] {
  color: var(--text-sec);
}
/* /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: calc(64px + var(--tabs-bar-offset, 0px));
  z-index: 50;
  transition: transform 0.3s ease;
}
html.nav-hidden .top-bar[b-jizvtumrxp] {
  transform: translateY(calc(-1 * (var(--tabs-bar-offset, 0px) + 68px)));
}

.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 ── */
.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);
}

/* Separator between All Projects and the project list */
.top-bar__dropdown-separator[b-jizvtumrxp] {
  height: 1px;
  margin: 4px 8px;
  background: var(--stroke, #E2E8F0);
}

/* 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: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  gap: 8px;
}

.top-bar__create-icon[b-jizvtumrxp] {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  display: block;
}
[data-theme=dark] .top-bar__create-icon[b-jizvtumrxp] {
  filter: invert(1);
}

.top-bar__create-button[b-jizvtumrxp] {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 16px;
  gap: 8px;
  height: 40px;
  background: var(--ui-surface-sec-generic-cta, #FFFFFF) !important;
  color: var(--text-prim, #0F172B);
  border: 1px solid var(--stroke, #E2E8F0) !important;
  border-radius: 6px;
  box-shadow: none !important;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.top-bar__create-button span[b-jizvtumrxp] {
  color: var(--text-prim, #0F172B) !important;
}
.top-bar__create-button svg[b-jizvtumrxp] {
  color: var(--text-prim, #0F172B);
  flex-shrink: 0;
}
.top-bar__create-button:hover[b-jizvtumrxp] {
  border-color: var(--primary-color, #4f39f6) !important;
  background: var(--primary-color-alpha, rgba(79, 57, 246, 0.06)) !important;
}

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

.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/Modals/CreateOrganisationModal.razor.rz.scp.css */
.icon-upload-zone[b-0205q6gl95] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 80px;
  height: 80px;
  border: 2px dashed var(--stroke, #D1D5DB);
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background: var(--bg-secondary, #F9FAFB);
  transition: border-color 0.2s, background 0.2s;
  flex-shrink: 0;
}
.icon-upload-zone:hover:not(.icon-upload-zone--disabled)[b-0205q6gl95] {
  border-color: var(--primary-color, #7C3AED);
  background: var(--bg-hover, #F3F0FF);
}
.icon-upload-zone--has-file[b-0205q6gl95] {
  border-style: solid;
  border-color: var(--primary-color, #7C3AED);
}
.icon-upload-zone--disabled[b-0205q6gl95] {
  opacity: 0.5;
  cursor: not-allowed;
}
.icon-upload-zone[b-0205q6gl95]  input[type=file] {
  position: absolute;
  inset: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.icon-upload-zone__icon[b-0205q6gl95] {
  font-size: 26px;
  color: var(--text-sec, #9CA3AF);
  pointer-events: none;
}
.icon-upload-zone__text[b-0205q6gl95] {
  font-size: 10px;
  font-weight: 500;
  color: var(--text-sec, #9CA3AF);
  pointer-events: none;
}
.icon-upload-zone__preview[b-0205q6gl95] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10px;
}
.icon-upload-zone__replace[b-0205q6gl95] {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  padding: 3px 0;
  pointer-events: none;
}

.create-org-overlay[b-0205q6gl95] {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 200;
}

.create-org-modal[b-0205q6gl95] {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 201;
  display: flex;
  flex-direction: column;
  width: 520px;
  max-width: calc(100vw - 32px);
  max-height: calc(100vh - 64px);
  background: var(--ui-surface-card);
  border: 1px solid var(--stroke);
  border-radius: 16px;
  box-shadow: 0 24px 64px -12px rgba(0, 0, 0, 0.6);
  overflow: hidden;
}
.create-org-modal__header[b-0205q6gl95] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px 16px;
  border-bottom: 1px solid var(--stroke);
}
.create-org-modal__header h2[b-0205q6gl95] {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: var(--text-prim);
}
.create-org-modal__close[b-0205q6gl95] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  background: transparent !important;
  border: none;
  box-shadow: none !important;
  cursor: pointer;
  border-radius: 8px;
}
.create-org-modal__close .material-icons[b-0205q6gl95] {
  color: var(--text-sec) !important;
}
.create-org-modal__close:hover[b-0205q6gl95] {
  background: var(--stroke) !important;
}
.create-org-modal__close:hover .material-icons[b-0205q6gl95] {
  color: var(--text-prim) !important;
}
.create-org-modal__body[b-0205q6gl95] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px 24px;
  overflow-y: auto;
}
.create-org-modal__section-title[b-0205q6gl95] {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-sec);
  padding-bottom: 4px;
  border-bottom: 1px solid var(--stroke);
}
.create-org-modal__row[b-0205q6gl95] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.create-org-modal__field[b-0205q6gl95] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.create-org-modal__label[b-0205q6gl95] {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--text-prim);
}
.create-org-modal__hint[b-0205q6gl95] {
  font-size: 11px;
  color: var(--text-sec);
}
.create-org-modal__required[b-0205q6gl95] {
  color: #ef4444;
}
.create-org-modal__input[b-0205q6gl95], .create-org-modal__textarea[b-0205q6gl95] {
  width: 100%;
  box-sizing: border-box;
  padding: 8px 12px;
  background: var(--surface-section);
  border: 1px solid var(--stroke);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--text-prim);
  outline: none;
  resize: vertical;
}
.create-org-modal__input[b-0205q6gl95]::placeholder, .create-org-modal__textarea[b-0205q6gl95]::placeholder {
  color: var(--text-sec);
}
.create-org-modal__input:focus[b-0205q6gl95], .create-org-modal__textarea:focus[b-0205q6gl95] {
  border-color: var(--primary-color);
}
.create-org-modal__input:disabled[b-0205q6gl95], .create-org-modal__textarea:disabled[b-0205q6gl95] {
  opacity: 0.5;
  cursor: not-allowed;
}
.create-org-modal__textarea[b-0205q6gl95] {
  min-height: 80px;
}
.create-org-modal__error[b-0205q6gl95] {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.3);
  border-radius: 8px;
  font-size: 13px;
  color: #ef4444;
}
.create-org-modal__error .material-icons[b-0205q6gl95] {
  color: #ef4444 !important;
}
.create-org-modal__footer[b-0205q6gl95] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding: 16px 24px 20px;
  border-top: 1px solid var(--stroke);
}
.create-org-modal__spinner[b-0205q6gl95] {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: com-spin-b-0205q6gl95 0.7s linear infinite;
}
@keyframes com-spin-b-0205q6gl95 {
  to {
    transform: rotate(360deg);
  }
}
/* /Components/Ui/Modals/CreateProjectModal.razor.rz.scp.css */
.icon-upload-zone[b-ns366d4l7n] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 80px;
  height: 80px;
  border: 2px dashed var(--stroke, #D1D5DB);
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background: var(--bg-secondary, #F9FAFB);
  transition: border-color 0.2s, background 0.2s;
  flex-shrink: 0;
}
.icon-upload-zone:hover:not(.icon-upload-zone--disabled)[b-ns366d4l7n] {
  border-color: var(--primary-color, #7C3AED);
  background: var(--bg-hover, #F3F0FF);
}
.icon-upload-zone--has-file[b-ns366d4l7n] {
  border-style: solid;
  border-color: var(--primary-color, #7C3AED);
}
.icon-upload-zone--disabled[b-ns366d4l7n] {
  opacity: 0.5;
  cursor: not-allowed;
}
.icon-upload-zone[b-ns366d4l7n]  input[type=file] {
  position: absolute;
  inset: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.icon-upload-zone__icon[b-ns366d4l7n] {
  font-size: 26px;
  color: var(--text-sec, #9CA3AF);
  pointer-events: none;
}
.icon-upload-zone__text[b-ns366d4l7n] {
  font-size: 10px;
  font-weight: 500;
  color: var(--text-sec, #9CA3AF);
  pointer-events: none;
}
.icon-upload-zone__preview[b-ns366d4l7n] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10px;
}
.icon-upload-zone__replace[b-ns366d4l7n] {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  padding: 3px 0;
  pointer-events: none;
}

.create-project-overlay[b-ns366d4l7n] {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 200;
}

.create-project-modal[b-ns366d4l7n] {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 201;
  display: flex;
  flex-direction: column;
  width: 480px;
  max-width: calc(100vw - 32px);
  max-height: calc(100vh - 64px);
  background: var(--ui-surface-card);
  border: 1px solid var(--stroke);
  border-radius: 16px;
  box-shadow: 0 24px 64px -12px rgba(0, 0, 0, 0.6);
  overflow: hidden;
}
.create-project-modal__header[b-ns366d4l7n] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px 16px;
  border-bottom: 1px solid var(--stroke);
}
.create-project-modal__header h2[b-ns366d4l7n] {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: var(--text-prim);
}
.create-project-modal__header-left[b-ns366d4l7n] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.create-project-modal__steps[b-ns366d4l7n] {
  display: flex;
  align-items: center;
  gap: 6px;
}
.create-project-modal__step[b-ns366d4l7n] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
  background: var(--stroke);
  color: var(--text-sec);
}
.create-project-modal__step.active[b-ns366d4l7n] {
  background: var(--primary-color);
  color: #fff;
}
.create-project-modal__step-line[b-ns366d4l7n] {
  width: 32px;
  height: 2px;
  background: var(--stroke);
  border-radius: 2px;
}
.create-project-modal__close[b-ns366d4l7n] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  background: transparent !important;
  border: none;
  box-shadow: none !important;
  cursor: pointer;
  color: var(--text-sec);
  border-radius: 8px;
}
.create-project-modal__close .material-icons[b-ns366d4l7n] {
  color: var(--text-sec) !important;
}
.create-project-modal__close:hover[b-ns366d4l7n] {
  background: var(--stroke) !important;
}
.create-project-modal__close:hover .material-icons[b-ns366d4l7n] {
  color: var(--text-prim) !important;
}
.create-project-modal__body[b-ns366d4l7n] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px 24px;
  overflow-y: auto;
}
.create-project-modal__field[b-ns366d4l7n] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.create-project-modal__label[b-ns366d4l7n] {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--text-prim);
}
.create-project-modal__required[b-ns366d4l7n] {
  color: #ef4444;
}
.create-project-modal__input[b-ns366d4l7n], .create-project-modal__textarea[b-ns366d4l7n] {
  width: 100%;
  box-sizing: border-box;
  padding: 8px 12px;
  background: var(--surface-section);
  border: 1px solid var(--stroke);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--text-prim);
  outline: none;
  resize: vertical;
}
.create-project-modal__input[b-ns366d4l7n]::placeholder, .create-project-modal__textarea[b-ns366d4l7n]::placeholder {
  color: var(--text-sec);
}
.create-project-modal__input:focus[b-ns366d4l7n], .create-project-modal__textarea:focus[b-ns366d4l7n] {
  border-color: var(--primary-color);
}
.create-project-modal__input:disabled[b-ns366d4l7n], .create-project-modal__textarea:disabled[b-ns366d4l7n] {
  opacity: 0.5;
  cursor: not-allowed;
}
.create-project-modal__textarea[b-ns366d4l7n] {
  min-height: 80px;
}
.create-project-modal__error[b-ns366d4l7n] {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.3);
  border-radius: 8px;
  font-size: 13px;
  color: #ef4444;
}
.create-project-modal__error .material-icons[b-ns366d4l7n] {
  color: #ef4444 !important;
}
.create-project-modal__teams[b-ns366d4l7n] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.create-project-modal__team-card[b-ns366d4l7n] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid var(--stroke);
  border-radius: 10px;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s;
}
.create-project-modal__team-card:hover[b-ns366d4l7n] {
  background: var(--primary-color-alpha);
  border-color: var(--primary-color);
}
.create-project-modal__team-card.selected[b-ns366d4l7n] {
  border-color: var(--primary-color);
  background: var(--primary-color-alpha);
}
.create-project-modal__team-icon[b-ns366d4l7n] {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.create-project-modal__team-icon.small[b-ns366d4l7n] {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  font-size: 12px;
}
.create-project-modal__team-info[b-ns366d4l7n] {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
  min-width: 0;
}
.create-project-modal__team-name[b-ns366d4l7n] {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-prim);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.create-project-modal__team-desc[b-ns366d4l7n] {
  font-size: 12px;
  font-weight: 400;
  color: var(--text-sec);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.create-project-modal__team-members[b-ns366d4l7n] {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: var(--text-sec);
}
.create-project-modal__team-members .material-icons[b-ns366d4l7n] {
  color: var(--text-sec) !important;
}
.create-project-modal__team-check[b-ns366d4l7n] {
  font-size: 20px;
  color: var(--primary-color);
  flex-shrink: 0;
}
.create-project-modal__selected-team[b-ns366d4l7n] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: var(--primary-color-alpha);
  border: 1px solid var(--primary-color);
  border-radius: 8px;
}
.create-project-modal__selected-team .create-project-modal__team-name[b-ns366d4l7n] {
  font-size: 13px;
  font-weight: 600;
}
.create-project-modal__empty[b-ns366d4l7n] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 32px 0;
  color: var(--text-sec);
}
.create-project-modal__empty .material-icons[b-ns366d4l7n] {
  font-size: 40px;
  color: var(--text-sec) !important;
}
.create-project-modal__empty p[b-ns366d4l7n] {
  margin: 0;
  font-size: 14px;
}
.create-project-modal__footer[b-ns366d4l7n] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding: 16px 24px 20px;
  border-top: 1px solid var(--stroke);
}
.create-project-modal__spinner[b-ns366d4l7n] {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: cpm-spin-b-ns366d4l7n 0.7s linear infinite;
}
@keyframes cpm-spin-b-ns366d4l7n {
  to {
    transform: rotate(360deg);
  }
}
/* /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;
  transition: transform 0.3s ease;
}
html.nav-hidden .tabs-bar[b-3gx62a9ihk] {
  transform: translateY(-56px);
}

/* No-shadow variant */
.tabs-bar--no-shadow .tabs-bar__home[b-3gx62a9ihk],
.tabs-bar--no-shadow .tabs-bar__tab[b-3gx62a9ihk] {
  box-shadow: none;
}

/* 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;
}
.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;
}

/* Clickable link area inside each tab (icon + label only) */
.tabs-bar__tab-link[b-3gx62a9ihk] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  flex: 1;
  min-width: 0;
  text-decoration: none;
  color: inherit;
}

/* 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;
}
