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

.main-header[b-xhbuf4fshs] {
  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-xhbuf4fshs] {
  font-size: 20px;
  color: var(--ui-text-sec-cta);
}

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

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

.tab-header[b-xhbuf4fshs] {
  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-xhbuf4fshs] {
  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-xhbuf4fshs] {
  background-color: var(--primary-color-alpha);
}
.tab-header > a.active > p[b-xhbuf4fshs] {
  color: var(--text-primary);
}
.tab-header > a > p[b-xhbuf4fshs] {
  margin: 0 16px 0 8px;
  color: var(--text-sec);
}
.tab-header > a > span[b-xhbuf4fshs] {
  color: var(--text-primary);
}
.tab-header > a > .options[b-xhbuf4fshs] {
  margin-right: 8px;
}

.organization-header[b-xhbuf4fshs] {
  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-0tfkycd6wa] {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
}

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

#blazor-error-ui[b-0tfkycd6wa] {
  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-0tfkycd6wa] {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-j7qjuphrkg],
.components-reconnect-repeated-attempt-visible[b-j7qjuphrkg],
.components-reconnect-failed-visible[b-j7qjuphrkg],
.components-pause-visible[b-j7qjuphrkg],
.components-resume-failed-visible[b-j7qjuphrkg],
.components-rejoining-animation[b-j7qjuphrkg] {
  display: none;
}

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

#components-reconnect-modal[b-j7qjuphrkg] {
  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-j7qjuphrkg 0.5s both;
}
#components-reconnect-modal[open][b-j7qjuphrkg] {
  animation: components-reconnect-modal-slideUp-b-j7qjuphrkg 1.5s cubic-bezier(0.05, 0.89, 0.25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-j7qjuphrkg 0.5s ease-in-out 0.3s;
  animation-fill-mode: both;
}
#components-reconnect-modal[b-j7qjuphrkg]::backdrop {
  background-color: rgba(0, 0, 0, 0.4);
  animation: components-reconnect-modal-fadeInOpacity-b-j7qjuphrkg 0.5s ease-in-out;
  opacity: 1;
}
#components-reconnect-modal p[b-j7qjuphrkg] {
  margin: 0;
  text-align: center;
}
#components-reconnect-modal button[b-j7qjuphrkg] {
  border: 0;
  background-color: #6b9ed2;
  color: white;
  padding: 4px 24px;
  border-radius: 4px;
}
#components-reconnect-modal button:hover[b-j7qjuphrkg] {
  background-color: #3b6ea2;
}

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

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

@keyframes components-rejoining-animation-b-j7qjuphrkg {
  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-8t6c4kl04j] {
  width: 100%;
  max-width: 1280px;
  margin: var(--tabs-bar-offset, 0px) auto 0;
  padding: 32px 16px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.community-page__section[b-8t6c4kl04j] {
  padding: 24px 32px;
  outline: none;
}
.community-page > div[b-8t6c4kl04j] {
  outline: none;
}

@keyframes org-fadein-b-8t6c4kl04j {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes org-shimmer-b-8t6c4kl04j {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}
.org-sk-block[b-8t6c4kl04j] {
  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-8t6c4kl04j] {
  padding: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

.org-sk-hero-h1[b-8t6c4kl04j] {
  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-8t6c4kl04j 1.8s ease-in-out infinite;
  animation-delay: 0s;
}

.org-sk-hero-sub[b-8t6c4kl04j] {
  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-8t6c4kl04j 1.8s ease-in-out infinite;
  animation-delay: 0.05s;
}

.org-sk-hero-input[b-8t6c4kl04j] {
  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-8t6c4kl04j 1.8s ease-in-out infinite;
  animation-delay: 0.1s;
}

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

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

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

.org-sk-panel-label[b-8t6c4kl04j] {
  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-8t6c4kl04j 1.8s ease-in-out infinite;
  animation-delay: 0s;
}

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

.org-sk-panel-card[b-8t6c4kl04j] {
  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-8t6c4kl04j 1.8s ease-in-out infinite;
  animation-delay: 0.08s;
}
.org-sk-panel-card:nth-child(2)[b-8t6c4kl04j] {
  animation-delay: 0.12s;
}
.org-sk-panel-card:nth-child(3)[b-8t6c4kl04j] {
  animation-delay: 0.16s;
}
.org-sk-panel-card:nth-child(4)[b-8t6c4kl04j] {
  animation-delay: 0.2s;
}

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

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

.org-sk-projects-title[b-8t6c4kl04j] {
  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-8t6c4kl04j 1.8s ease-in-out infinite;
  animation-delay: 0s;
}

.org-sk-projects-sort[b-8t6c4kl04j] {
  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-8t6c4kl04j 1.8s ease-in-out infinite;
  animation-delay: 0.1s;
}

.org-sk-projects-btn[b-8t6c4kl04j] {
  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-8t6c4kl04j 1.8s ease-in-out infinite;
  animation-delay: 0.15s;
}

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

.org-sk-prow[b-8t6c4kl04j] {
  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-8t6c4kl04j] {
  animation-delay: 0.04s;
}
.org-sk-prow:nth-child(3) .org-sk-prow-thumb[b-8t6c4kl04j] {
  animation-delay: 0.08s;
}

.org-sk-prow-thumb[b-8t6c4kl04j] {
  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-8t6c4kl04j 1.8s ease-in-out infinite;
  animation-delay: 0s;
}

.org-sk-prow-body[b-8t6c4kl04j] {
  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-8t6c4kl04j] {
  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-8t6c4kl04j 1.8s ease-in-out infinite;
  animation-delay: 0.06s;
}

.org-sk-prow-desc[b-8t6c4kl04j] {
  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-8t6c4kl04j 1.8s ease-in-out infinite;
  animation-delay: 0.1s;
}

.org-sk-prow-meta[b-8t6c4kl04j] {
  display: flex;
  gap: 16px;
}
.org-sk-prow-meta > div[b-8t6c4kl04j] {
  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-8t6c4kl04j 1.8s ease-in-out infinite;
  animation-delay: 0.14s;
}
.org-sk-prow-meta > div:nth-child(1)[b-8t6c4kl04j] {
  width: 80px;
}
.org-sk-prow-meta > div:nth-child(2)[b-8t6c4kl04j] {
  width: 55px;
}
.org-sk-prow-meta > div:nth-child(3)[b-8t6c4kl04j] {
  width: 70px;
}

.org-sk-prow-actions[b-8t6c4kl04j] {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  padding-top: 6px;
  flex-shrink: 0;
}
.org-sk-prow-actions > div[b-8t6c4kl04j] {
  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-8t6c4kl04j 1.8s ease-in-out infinite;
  animation-delay: 0.1s;
}
/* /Components/Pages/Feature/DetailPanel/FeatureDetailPanel.razor.rz.scp.css */
@charset "UTF-8";
/* ══════════════════════════════════════════════
   Feature Detail Panel — Figma "Statistics panel"
   ══════════════════════════════════════════════ */
/* Panel container */
.feature-detail[b-6pq1pzyn36] {
  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-6pq1pzyn36] {
  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-6pq1pzyn36] {
  font-size: 16px;
  color: var(--ui-text-prim-cta, #000000) !important;
}

/* ── Alert/error header (gradient bg) ── */
.feature-detail__alert[b-6pq1pzyn36] {
  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-6pq1pzyn36] {
  background: radial-gradient(100% 100% at 0% 0%, #6E2521 0%, var(--surface-section, #0C0D0D) 100%);
}

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

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

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

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

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

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

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

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

.feature-detail__alert-label[b-6pq1pzyn36] {
  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-6pq1pzyn36] {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  margin: 0;
  max-height: 144px;
  overflow-y: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ── Info section (title, meta, actions) ── */
.feature-detail__info[b-6pq1pzyn36] {
  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-6pq1pzyn36] {
  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-6pq1pzyn36] {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
}
.feature-detail__meta span[b-6pq1pzyn36] {
  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-6pq1pzyn36] {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
}

.feature-detail__action-btn[b-6pq1pzyn36] {
  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-6pq1pzyn36] {
  font-size: 16px;
  color: var(--text-prim, #E6E6E6) !important;
}
.feature-detail__action-btn span:not(.material-icons)[b-6pq1pzyn36] {
  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-6pq1pzyn36] {
  width: 32px;
  padding: 0 !important;
}

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

/* ── Tabs (Statistics / Properties) ── */
.feature-detail__tabs-wrap[b-6pq1pzyn36] {
  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-6pq1pzyn36] {
  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-6pq1pzyn36] {
  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-6pq1pzyn36] {
  font-size: 20px;
  color: var(--text-prim, #E6E6E6) !important;
}
.feature-detail__tab span:not(.material-icons)[b-6pq1pzyn36] {
  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-6pq1pzyn36] {
  background: var(--ui-surface-sec-generic-cta, #0F0F0F);
  border-color: var(--primary-color, #4F39F6);
}
.feature-detail__tab--active span:not(.material-icons)[b-6pq1pzyn36] {
  color: var(--text-prim, #E6E6E6) !important;
}

/* ── Stat sections (Design, Implementation, Build, Run) ── */
.feature-detail__sections[b-6pq1pzyn36] {
  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-6pq1pzyn36] {
  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-6pq1pzyn36] {
  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-6pq1pzyn36] {
  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-6pq1pzyn36] {
  color: var(--text-sec, #8C8E8D) !important;
}

.feature-detail__section-header .material-icons[b-6pq1pzyn36] {
  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-6pq1pzyn36] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  width: 100%;
}

/* ── Stat row (alert panel element) ── */
.feature-detail__stat-row[b-6pq1pzyn36] {
  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-6pq1pzyn36] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}

.feature-detail__stat-dot[b-6pq1pzyn36] {
  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-6pq1pzyn36] {
  background: var(--alert-blocker-highlight, #FB2C2F);
  color: #FFFFFF;
}

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

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

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

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

.feature-detail__stat-value[b-6pq1pzyn36] {
  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-6pq1pzyn36] {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: var(--text-prim, #E6E6E6);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.feature-detail__req-badge--optional[b-6pq1pzyn36] {
  color: #2B9CC6;
}

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

.feature-detail__ctx-meta-chip[b-6pq1pzyn36] {
  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-6pq1pzyn36] {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: var(--text-sec, #8C8E8D);
}

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

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

.feature-detail__ctx-stat-box[b-6pq1pzyn36] {
  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-6pq1pzyn36] {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: var(--text-sec);
}

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

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

/* ── Group card ── */
.feature-detail__ctx-group[b-6pq1pzyn36] {
  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-6pq1pzyn36] {
  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-6pq1pzyn36] {
  color: var(--text-prim) !important;
}
.feature-detail__ctx-group-header .feature-detail__ctx-group-sub[b-6pq1pzyn36] {
  color: var(--text-sec) !important;
}
.feature-detail__ctx-group-header .feature-detail__ctx-group-count[b-6pq1pzyn36] {
  color: var(--text-prim) !important;
}
.feature-detail__ctx-group-header .feature-detail__ctx-group-chevron[b-6pq1pzyn36] {
  color: var(--text-sec) !important;
}
.feature-detail__ctx-group-header .material-icons[b-6pq1pzyn36] {
  color: var(--text-sec) !important;
}

/* ── Icon wrap inside group header ── */
.feature-detail__ctx-group-icon-wrap[b-6pq1pzyn36] {
  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-6pq1pzyn36] {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-prim) !important;
  flex: 1;
  text-align: left;
}

.feature-detail__ctx-group-name-wrap[b-6pq1pzyn36] {
  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-6pq1pzyn36] {
  flex: none;
}

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

/* ── Group count pill ── */
.feature-detail__ctx-group-count[b-6pq1pzyn36] {
  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-6pq1pzyn36] {
  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-6pq1pzyn36] {
  transform: rotate(180deg);
}

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

/* ── Card (findings / connector detail) ── */
.feature-detail__ctx-card[b-6pq1pzyn36] {
  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-6pq1pzyn36] {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.feature-detail__ctx-card-row--meta[b-6pq1pzyn36] {
  color: var(--text-sec, #8C8E8D);
}

.feature-detail__ctx-card-spacer[b-6pq1pzyn36] {
  flex: 1;
}

/* ── Badges ── */
.feature-detail__ctx-badge[b-6pq1pzyn36] {
  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-6pq1pzyn36] {
  background: rgba(251, 44, 47, 0.15);
  color: #FB2C2F;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.feature-detail__ctx-stat-count[b-6pq1pzyn36] {
  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-6pq1pzyn36] {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 6px 0;
  border-top: 1px solid var(--stroke, #2D2F2E);
}

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

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

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

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

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

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

/* ── Empty state ── */
.feature-detail__ctx-empty[b-6pq1pzyn36] {
  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-6pq1pzyn36] {
  font-size: 32px;
}

/* ── Section divider (between Context and Connectors blocks) ── */
.feature-detail__ctx-section-divider[b-6pq1pzyn36] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0 4px;
  width: 100%;
}
.feature-detail__ctx-section-divider span[b-6pq1pzyn36] {
  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-6pq1pzyn36]::before, .feature-detail__ctx-section-divider[b-6pq1pzyn36]::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--stroke, #2D2F2E);
}

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

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

.feature-detail__prop-field-label[b-6pq1pzyn36] {
  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-6pq1pzyn36] {
  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-6pq1pzyn36] {
  outline: none;
  border-color: var(--primary-color, #4F39F6);
}

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

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

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

.feature-detail__prop-select[b-6pq1pzyn36] {
  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-6pq1pzyn36] {
  outline: none;
  border-color: var(--primary-color, #4F39F6);
}

/* Color picker wrapper */
.feature-detail__prop-color-wrap[b-6pq1pzyn36] {
  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-6pq1pzyn36] {
  font-size: 16px;
  color: var(--text-sec, #8C8E8D) !important;
  margin-left: auto;
}

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

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

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

.feature-detail__prop-add-btn[b-6pq1pzyn36] {
  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-6pq1pzyn36] {
  font-size: 18px;
}
.feature-detail__prop-add-btn--primary[b-6pq1pzyn36] {
  background: var(--green-color, #00C950) !important;
  border: none !important;
}
.feature-detail__prop-add-btn--primary .material-icons[b-6pq1pzyn36] {
  color: #ffffff !important;
}
.feature-detail__prop-add-btn--primary span:not(.material-icons)[b-6pq1pzyn36] {
  color: #ffffff !important;
}
.feature-detail__prop-add-btn--secondary[b-6pq1pzyn36] {
  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-6pq1pzyn36] {
  color: var(--text-prim, #E6E6E6) !important;
}
.feature-detail__prop-add-btn--secondary span:not(.material-icons)[b-6pq1pzyn36] {
  color: var(--text-prim, #E6E6E6) !important;
}

/* Save button — full-width, appears when HasChanges */
.feature-detail__prop-save-btn[b-6pq1pzyn36] {
  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-6pq1pzyn36 0.18s ease;
}
.feature-detail__prop-save-btn .material-icons[b-6pq1pzyn36] {
  font-size: 18px;
  color: #ffffff !important;
}
.feature-detail__prop-save-btn span:not(.material-icons)[b-6pq1pzyn36] {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff !important;
}
.feature-detail__prop-save-btn:hover[b-6pq1pzyn36] {
  opacity: 0.88;
}

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

.feature-detail__sk-row[b-6pq1pzyn36], .feature-detail__sk-group[b-6pq1pzyn36], .feature-detail__sk-box[b-6pq1pzyn36], .feature-detail__sk-chip[b-6pq1pzyn36] {
  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-6pq1pzyn36 1.4s ease-in-out infinite;
}

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

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

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

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

.feature-detail__sk-group[b-6pq1pzyn36] {
  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-6pq1pzyn36] {
  height: 12px;
  border-radius: 4px;
  width: 100%;
}
.feature-detail__sk-row--wide[b-6pq1pzyn36] {
  width: 85%;
}
.feature-detail__sk-row--short[b-6pq1pzyn36] {
  width: 55%;
}

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

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

.fdl-sk-conn-label[b-6pq1pzyn36] {
  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-6pq1pzyn36 1.5s ease-in-out infinite 0s;
}
.fdl-sk-conn-label--narrow[b-6pq1pzyn36] {
  width: 20%;
  background-size: 1600px 100%;
  animation: fdl-sk-shimmer-b-6pq1pzyn36 1.5s ease-in-out infinite 0.12s;
}

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

.fdl-sk-group-hd[b-6pq1pzyn36] {
  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-6pq1pzyn36 1.5s ease-in-out infinite 0s;
}
.fdl-sk-group-hd--mid[b-6pq1pzyn36] {
  background-size: 1600px 100%;
  animation: fdl-sk-shimmer-b-6pq1pzyn36 1.5s ease-in-out infinite 0.1s;
}
.fdl-sk-group-hd--short[b-6pq1pzyn36] {
  background-size: 1600px 100%;
  animation: fdl-sk-shimmer-b-6pq1pzyn36 1.5s ease-in-out infinite 0.2s;
}

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

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

.fdl-sk-pill[b-6pq1pzyn36] {
  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-6pq1pzyn36 1.5s ease-in-out infinite 0.05s;
}
.fdl-sk-pill--alt[b-6pq1pzyn36] {
  background-size: 1600px 100%;
  animation: fdl-sk-shimmer-b-6pq1pzyn36 1.5s ease-in-out infinite 0.1s;
}
.fdl-sk-pill--third[b-6pq1pzyn36] {
  background-size: 1600px 100%;
  animation: fdl-sk-shimmer-b-6pq1pzyn36 1.5s ease-in-out infinite 0.15s;
}

.fdl-sk-type-name[b-6pq1pzyn36] {
  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-6pq1pzyn36 1.5s ease-in-out infinite 0.08s;
}
.fdl-sk-type-name--short[b-6pq1pzyn36] {
  width: 50px;
  background-size: 1600px 100%;
  animation: fdl-sk-shimmer-b-6pq1pzyn36 1.5s ease-in-out infinite 0.12s;
}
.fdl-sk-type-name--mid[b-6pq1pzyn36] {
  width: 90px;
  background-size: 1600px 100%;
  animation: fdl-sk-shimmer-b-6pq1pzyn36 1.5s ease-in-out infinite 0.14s;
}
.fdl-sk-type-name--wide[b-6pq1pzyn36] {
  flex: 1;
  background-size: 1600px 100%;
  animation: fdl-sk-shimmer-b-6pq1pzyn36 1.5s ease-in-out infinite 0.16s;
}

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

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

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

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

.fdl-sk-dots[b-6pq1pzyn36]::after {
  content: "";
  display: inline-block;
  animation: fdl-sk-dots-b-6pq1pzyn36 1.4s steps(4, end) infinite;
}

/* Drill-down back button */
.feature-detail__drill-back-btn[b-6pq1pzyn36] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  flex-shrink: 0;
  background: var(--surface-nav-1);
  border: 1px solid var(--stroke);
  font-size: 14px;
  font-weight: 700;
  color: var(--text-prim);
  line-height: 1;
  cursor: pointer;
  padding-bottom: 6px;
}
/* /Components/Pages/Feature/FeaturePage.razor.rz.scp.css */
@charset "UTF-8";
/* ══════════════════════════════════════════════
   Feature Page
   ══════════════════════════════════════════════ */
/* Container — black bg, left-padded for sidebar */
.feature-page[b-fbtcd0u3uj] {
  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-fbtcd0u3uj] {
  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-fbtcd0u3uj] {
  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-fbtcd0u3uj] {
  border-radius: 18px 18px 0 0;
}

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

.floating-ai-prompt__button[b-fbtcd0u3uj] {
  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-fbtcd0u3uj] {
  width: 32px;
  height: 32px;
  filter: brightness(0) invert(1);
}
.floating-ai-prompt__button:hover[b-fbtcd0u3uj] {
  opacity: 0.9;
}

/* ── Placeholder views (Graph, Kanban, Gantt) ── */
.feature-placeholder-view[b-fbtcd0u3uj] {
  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-fbtcd0u3uj] {
  font-size: 48px;
  opacity: 0.4;
}

/* ── Filter no-results (graph view, active filters return empty) ── */
.filter-no-results[b-fbtcd0u3uj] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: 16px;
  color: var(--text-sec);
}
.filter-no-results .material-icons[b-fbtcd0u3uj] {
  font-size: 48px;
  opacity: 0.35;
}
.filter-no-results p[b-fbtcd0u3uj] {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  text-align: center;
}

/* ══════════════════════════════════════════════
   Feature Info Bar — Navigation 2 (Figma)
   Uses theme CSS variables for light/dark
   ══════════════════════════════════════════════ */
.feature-info-bar[b-fbtcd0u3uj] {
  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-fbtcd0u3uj] {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 48px;
  gap: 16px;
}

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

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

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

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

.feature-info-bar__selector-btn[b-fbtcd0u3uj] {
  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-fbtcd0u3uj] {
  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-fbtcd0u3uj] {
  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-fbtcd0u3uj] {
  font-size: 16px;
  color: var(--text-prim) !important;
  transition: transform 0.2s ease;
}
.feature-info-bar__chevron.open[b-fbtcd0u3uj] {
  transform: rotate(180deg);
}

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

/* Feature dropdown panel */
.feature-info-bar__dropdown[b-fbtcd0u3uj] {
  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-fbtcd0u3uj] {
  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-fbtcd0u3uj] {
  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-fbtcd0u3uj] {
  background: var(--ui-surface-sec-generic-cta-hover, rgba(79, 57, 246, 0.1));
}
.feature-info-bar__dropdown-item.active[b-fbtcd0u3uj] {
  background: var(--primary-color-alpha, rgba(79, 57, 246, 0.15));
}

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

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

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

.feature-info-bar__dropdown-item-name[b-fbtcd0u3uj] {
  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-fbtcd0u3uj] {
  color: var(--primary-color, #4f39f6);
}

.feature-info-bar__dropdown-item-sub[b-fbtcd0u3uj] {
  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-fbtcd0u3uj] {
  font-size: 20px;
  color: var(--primary-color, #4f39f6);
  flex: none;
}

/* Meta line */
.feature-info-bar__meta[b-fbtcd0u3uj] {
  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-fbtcd0u3uj] {
  color: var(--text-prim);
}

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

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

.feature-info-bar__toggles[b-fbtcd0u3uj] {
  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-fbtcd0u3uj] {
  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-fbtcd0u3uj] {
  font-size: 20px;
  color: var(--text-prim) !important;
}
.feature-info-bar__toggle span:not(.material-icons)[b-fbtcd0u3uj] {
  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-fbtcd0u3uj] {
  background: var(--ui-surface-sec-generic-cta-hover);
}
.feature-info-bar__toggle--active[b-fbtcd0u3uj] {
  background: var(--ui-surface-sec-generic-cta);
  border-color: var(--primary-color);
}
.feature-info-bar__toggle--active span:not(.material-icons)[b-fbtcd0u3uj] {
  color: var(--text-prim) !important;
}

.feature-info-bar__icon-btn[b-fbtcd0u3uj] {
  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-fbtcd0u3uj] {
  font-size: 20px;
  color: var(--text-prim) !important;
}
.feature-info-bar__icon-btn:hover[b-fbtcd0u3uj] {
  background: var(--ui-surface-sec-generic-cta-hover);
}
.feature-info-bar__icon-btn--active[b-fbtcd0u3uj] {
  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-fbtcd0u3uj] {
  color: var(--primary-color, #4F39F6) !important;
}
.feature-info-bar__icon-btn--active:hover[b-fbtcd0u3uj] {
  background: var(--primary-color-alpha, rgba(79, 57, 246, 0.2));
}

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

.feature-config-modal[b-fbtcd0u3uj] {
  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-fbtcd0u3uj] {
  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-fbtcd0u3uj] {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: var(--text-prim);
  margin: 0;
}
.feature-config-modal__close[b-fbtcd0u3uj] {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  cursor: pointer;
}
.feature-config-modal__close .material-icons[b-fbtcd0u3uj] {
  font-size: 20px;
  color: var(--text-prim) !important;
}
.feature-config-modal__body[b-fbtcd0u3uj] {
  flex: 1;
  overflow: auto;
  min-height: 0;
}

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

.feature-info-bar__share-btn[b-fbtcd0u3uj] {
  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-fbtcd0u3uj] {
  font-size: 20px;
  color: var(--ui-text-prim-cta) !important;
}
.feature-info-bar__share-btn span:not(.material-icons)[b-fbtcd0u3uj] {
  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-fbtcd0u3uj] {
  background: var(--ui-surface-prim-generic-cta-hover);
}

/* ── Config modal close button ── */
.feature-config-modal__close[b-fbtcd0u3uj] {
  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-fbtcd0u3uj] {
  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-fbtcd0u3uj] {
  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-fbtcd0u3uj] {
  opacity: 1;
  transform: scale(1.05);
}
.feature-config-modal__close:active[b-fbtcd0u3uj] {
  transform: scale(0.96);
}
.feature-config-modal__close:focus-visible[b-fbtcd0u3uj] {
  outline: 2px solid var(--primary-color, #4F39F6);
  outline-offset: 2px;
}

@keyframes fp-fadein-b-fbtcd0u3uj {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fp-dots-b-fbtcd0u3uj {
  0% {
    content: "";
  }
  25% {
    content: ".";
  }
  50% {
    content: "..";
  }
  75% {
    content: "...";
  }
}
@keyframes fp-bar-b-fbtcd0u3uj {
  0% {
    left: -45%;
    width: 45%;
  }
  60% {
    left: 60%;
    width: 45%;
  }
  100% {
    left: 110%;
    width: 45%;
  }
}
@keyframes fp-shimmer-b-fbtcd0u3uj {
  0% {
    background-position: -1200px 0;
  }
  100% {
    background-position: 1200px 0;
  }
}
@keyframes fp-halo-b-fbtcd0u3uj {
  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-fbtcd0u3uj] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  width: 100%;
  padding: 4px 0;
  animation: fp-fadein-b-fbtcd0u3uj 0.3s ease;
}

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

.fp-loader__icon-halo[b-fbtcd0u3uj] {
  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-fbtcd0u3uj 2.4s ease-in-out infinite;
}

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

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

.fp-loader__brand-title[b-fbtcd0u3uj] {
  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-fbtcd0u3uj] {
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: var(--text-sec, #8c8e8d);
}

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

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

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

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

.fp-loader__sk-row[b-fbtcd0u3uj] {
  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-fbtcd0u3uj 1.8s ease-in-out infinite;
}
.fp-loader__sk-row--full[b-fbtcd0u3uj] {
  width: 100%;
}
.fp-loader__sk-row--wide[b-fbtcd0u3uj] {
  width: 76%;
  animation-delay: 0.08s;
}
.fp-loader__sk-row--mid[b-fbtcd0u3uj] {
  width: 52%;
  animation-delay: 0.16s;
}
.fp-loader__sk-row--narrow[b-fbtcd0u3uj] {
  width: 36%;
  animation-delay: 0.24s;
}
/* /Components/Pages/Feature/SettingsPanel/FeatureSettingsPanel.razor.rz.scp.css */
@charset "UTF-8";
/* ══════════════════════════════════════════════
   Feature Settings Panel
   ══════════════════════════════════════════════ */
.feature-settings[b-6p7iazdtto] {
  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-6p7iazdtto] {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px 20px 20px 24px;
  gap: 10px;
  flex-shrink: 0;
}

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

.feature-settings__header-title[b-6p7iazdtto] {
  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-6p7iazdtto] {
  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-6p7iazdtto] {
  width: calc(100% - 48px);
  height: 1px;
  background: var(--stroke, #2D2F2E);
  align-self: center;
  flex-shrink: 0;
}

/* ── Section label ── */
.feature-settings__section-label[b-6p7iazdtto] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 24px 8px;
  flex-shrink: 0;
}
.feature-settings__section-label span:not(.material-icons)[b-6p7iazdtto] {
  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-6p7iazdtto] {
  font-size: 14px;
  color: var(--text-sec) !important;
  text-transform: none;
}

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

/* ── Empty state ── */
.feature-settings__empty[b-6p7iazdtto] {
  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-6p7iazdtto] {
  font-size: 32px;
  opacity: 0.35;
  color: var(--text-sec);
}

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

.feature-settings__group-header[b-6p7iazdtto] {
  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-6p7iazdtto] {
  background: var(--ui-surface-sec-generic-cta-hover, rgba(255, 255, 255, 0.04)) !important;
}
.feature-settings__group-header .feature-settings__group-name[b-6p7iazdtto] {
  color: var(--text-prim) !important;
}
.feature-settings__group-header .feature-settings__group-count[b-6p7iazdtto] {
  color: var(--text-sec) !important;
}
.feature-settings__group-header .feature-settings__group-chevron[b-6p7iazdtto] {
  color: var(--text-sec) !important;
}

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

.feature-settings__group-name[b-6p7iazdtto] {
  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-6p7iazdtto] {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: var(--text-sec) !important;
  flex-shrink: 0;
}

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

/* ── Connection card ── */
.feature-settings__card[b-6p7iazdtto] {
  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-6p7iazdtto] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  width: 100%;
}

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

.feature-settings__card-spacer[b-6p7iazdtto] {
  flex: 1;
}

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

/* ── Status badges ── */
.feature-settings__badge[b-6p7iazdtto] {
  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-6p7iazdtto] {
  font-size: 11px !important;
}
.feature-settings__badge--active[b-6p7iazdtto] {
  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-6p7iazdtto] {
  color: #00C950 !important;
}
.feature-settings__badge--awaiting[b-6p7iazdtto] {
  background: transparent;
  border: 1px solid var(--stroke);
  color: var(--text-sec) !important;
}
.feature-settings__badge--awaiting span[b-6p7iazdtto] {
  color: var(--text-sec) !important;
}

/* ── Icon buttons ── */
.feature-settings__icon-btn[b-6p7iazdtto] {
  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-6p7iazdtto] {
  font-size: 16px;
  color: var(--text-sec) !important;
}
.feature-settings__icon-btn:hover[b-6p7iazdtto] {
  background: var(--ui-surface-sec-generic-cta-hover) !important;
}
.feature-settings__icon-btn--play[b-6p7iazdtto] {
  background: var(--ui-surface-prim-generic-cta) !important;
}
.feature-settings__icon-btn--play .material-icons[b-6p7iazdtto] {
  color: var(--ui-text-prim-cta) !important;
}
.feature-settings__icon-btn--play:hover[b-6p7iazdtto] {
  background: var(--ui-surface-prim-generic-cta-hover) !important;
}

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

.feature-settings__toggle-slider[b-6p7iazdtto] {
  position: absolute;
  inset: 0;
  background: var(--stroke, #2D2F2E);
  border-radius: 999px;
  transition: background 0.2s ease;
}
.feature-settings__toggle-slider[b-6p7iazdtto]::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-6p7iazdtto] {
  background: var(--primary-color, #4F39F6);
}
.feature-settings__toggle-slider--on[b-6p7iazdtto]::before {
  transform: translateX(18px);
  background: #FFFFFF;
}

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

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

/* ── Metric dropdown row ── */
.feature-settings__card-dropdown[b-6p7iazdtto] {
  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-6p7iazdtto] {
  font-size: 16px;
  color: var(--text-sec, #8C8E8D) !important;
  flex-shrink: 0;
}

.feature-settings__select[b-6p7iazdtto] {
  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-6p7iazdtto] {
  background: var(--surface-section, #0C0D0D);
  color: var(--text-prim, #E6E6E6);
}

.feature-settings__dropdown-chevron[b-6p7iazdtto] {
  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-6p7iazdtto] {
  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-6p7iazdtto] {
  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-6p7iazdtto] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px 16px;
}

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

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

.feature-settings__legend-label[b-6p7iazdtto] {
  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-ht8jqxlebh] {
  position: relative;
  isolation: isolate; /* confines loader overlay z-index so it can't cover fixed panels outside */
  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-ht8jqxlebh] {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

/* ── Loading overlay ── */
.fgv-loader-overlay[b-ht8jqxlebh] {
  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-ht8jqxlebh 0.15s ease;
}
[data-theme=dark] .fgv-loader-overlay[b-ht8jqxlebh] {
  background: rgba(0, 0, 0, 0.75);
}

@keyframes fgv-fadein-b-ht8jqxlebh {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fgv-loader[b-ht8jqxlebh] {
  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-ht8jqxlebh] {
  width: 36px;
  height: 36px;
  border: 3px solid var(--stroke, #e0e0e0);
  border-top-color: #6366f1;
  border-radius: 50%;
  animation: fgv-spin-b-ht8jqxlebh 0.7s linear infinite;
}

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

/* ── Keyboard shortcuts hint bar ── */
.fgv-hints[b-ht8jqxlebh] {
  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-ht8jqxlebh] {
  font-size: 11px;
  color: var(--text-suggestion, #90a1b9);
}
.fgv-hint kbd[b-ht8jqxlebh] {
  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-rsiddrmgoq] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  width: 100%;
  height: 100%;
}

/* ── Scroll wrapper: owns the scrollbar so header + rows share the same width ── */
.feature-table__scroll[b-rsiddrmgoq] {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  width: 100%;
}

/* ── Header row ── */
.feature-table__header[b-rsiddrmgoq] {
  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;
  position: sticky;
  top: 0;
  z-index: 1;
}

.feature-table__hcell[b-rsiddrmgoq] {
  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-rsiddrmgoq] {
  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-rsiddrmgoq] {
  flex: 2 1 140px;
  min-width: 100px;
}

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

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

.feature-table__hcell--statistics[b-rsiddrmgoq] {
  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-rsiddrmgoq] {
  flex: 1.2 1 100px;
  min-width: 70px;
}

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

.feature-table__hcell--actions[b-rsiddrmgoq] {
  flex: 0 0 40px;
  min-width: 40px;
}

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

/* Sort button (only on Statistics) */
.feature-table__sort-btn[b-rsiddrmgoq] {
  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-rsiddrmgoq] {
  font-family: "Material Icons" !important;
  font-size: 16px;
  color: var(--text-prim) !important;
}

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

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

/* ── Row (card) ── */
.feature-table__row[b-rsiddrmgoq] {
  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-rsiddrmgoq] {
  border-color: var(--stroke, #2D2F2E);
}

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

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

/* ── Cells ── */
.feature-table__cell[b-rsiddrmgoq] {
  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-rsiddrmgoq] {
  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-rsiddrmgoq] {
  flex: 1 1 90px;
  min-width: 70px;
}

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

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

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

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

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

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

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

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

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

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

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

/* Statistics label */
.feature-table__stat-label[b-rsiddrmgoq] {
  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-rsiddrmgoq] {
  color: var(--alert-blocker-text, #F2C9CE);
}

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

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

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

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

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

/* Delete button */
.feature-table__delete-btn[b-rsiddrmgoq] {
  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-rsiddrmgoq] {
  font-family: "Material Icons" !important;
  font-size: 16px;
  color: var(--alert-blocker-text, #F2C9CE);
}
.feature-table__delete-btn:hover[b-rsiddrmgoq] {
  background: rgba(251, 44, 47, 0.15);
}

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

/* Color swatch */
.feature-table__color-swatch[b-rsiddrmgoq] {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 2px;
}

/* Mini loading spinner for async stat entries */
.feature-table__mini-loader[b-rsiddrmgoq] {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 2px solid var(--text-sec, #888);
  border-top-color: transparent;
  border-radius: 50%;
  animation: ft-spin-b-rsiddrmgoq 0.7s linear infinite;
  vertical-align: middle;
}

@keyframes ft-spin-b-rsiddrmgoq {
  to {
    transform: rotate(360deg);
  }
}
/* /Components/Pages/Fusion.razor.rz.scp.css */
.section[b-jro3c368dh] {
  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-jro3c368dh] {
  padding: 48px;
}
.section.center > div[b-jro3c368dh] {
  margin: auto;
  width: 100%;
  max-width: 864px;
}
/* /Components/Pages/GraphEditor/GraphEditor.razor.rz.scp.css */
.main-graph-editor-container[b-femw59ermb] {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
}
.main-graph-editor-container > div:first-child[b-femw59ermb] {
  padding: 0 40px;
  height: 72px;
  border-bottom: 1px solid var(--stroke-alpha);
  background-color: var(--surface-nav-2);
}

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

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

.center-panel[b-femw59ermb] {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
}
/* /Components/Pages/Home/Home.razor.rz.scp.css */
#home-page[b-64ya2pcghh] {
  display: flex;
  height: 100vh;
  width: 100vw;
  flex-direction: column;
  background-color: var(--surface-background);
}
#home-page .background-glow[b-64ya2pcghh] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#home-page .background-glow[b-64ya2pcghh]::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-64ya2pcghh]::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-64ya2pcghh] {
  overflow: auto;
  flex: 1;
  z-index: 1;
  padding: 32px;
}
#home-page > .content > .main-content[b-64ya2pcghh] {
  margin: 32px auto 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 32px;
}
#home-page > .content > .main-content > div[b-64ya2pcghh] {
  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-64ya2pcghh] {
  margin: auto;
  width: 100%;
  max-width: 700px;
}
#home-page > .content > .main-content > div.left > div > p.description[b-64ya2pcghh] {
  margin-top: 16px;
  margin-bottom: 32px;
}
#home-page > .content > .main-content > div.left > div .samples[b-64ya2pcghh] {
  margin-top: 32px;
}
#home-page > .content > .main-content > div.left > div .samples > div[b-64ya2pcghh] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
#home-page > .content > .main-content > div.left > div .samples > div > div.sample[b-64ya2pcghh] {
  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-64ya2pcghh] {
  margin: 0;
}
#home-page > .content > .main-content > div.left > div .samples > div > div.more[b-64ya2pcghh] {
  display: flex;
  justify-content: flex-end;
}
#home-page > .content > .main-content > div.left > div .samples > div > div.more button[b-64ya2pcghh] {
  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-64ya2pcghh] {
  flex: inherit;
  width: 320px;
}
#home-page > .content > .main-content > div.right > h2[b-64ya2pcghh] {
  text-align: center;
  margin-bottom: 48px;
}
#home-page > .content > .main-content > div.right button[b-64ya2pcghh] {
  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-64ya2pcghh] {
  height: 44px;
}
#home-page > .content > .main-content > div.right button p[b-64ya2pcghh] {
  margin: 0;
  color: var(--text-prim-cta);
  font-weight: 600;
}
/* /Components/Pages/Marketplace/Marketplace.razor.rz.scp.css */
#marketplace-page[b-ns6v2q73yh] {
  display: flex;
  height: 100vh;
  width: 100vw;
  flex-direction: column;
  background-color: var(--surface-background);
}
#marketplace-page .background-glow[b-ns6v2q73yh] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#marketplace-page .background-glow[b-ns6v2q73yh]::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-ns6v2q73yh]::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-ns6v2q73yh] {
  overflow: auto;
  flex: 1;
  z-index: 1;
  padding: 32px;
}
#marketplace-page > .content > .main-content[b-ns6v2q73yh] {
  margin: 32px auto 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 32px;
}
#marketplace-page > .content > .main-content > div[b-ns6v2q73yh] {
  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-ns6v2q73yh] {
  margin: auto;
  width: 100%;
  max-width: 700px;
}
#marketplace-page > .content > .main-content > div.left > div > p.description[b-ns6v2q73yh] {
  margin-top: 16px;
  margin-bottom: 32px;
}
#marketplace-page > .content > .main-content > div.left > div .samples[b-ns6v2q73yh] {
  margin-top: 32px;
}
#marketplace-page > .content > .main-content > div.left > div .samples > div[b-ns6v2q73yh] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
#marketplace-page > .content > .main-content > div.left > div .samples > div > div.sample[b-ns6v2q73yh] {
  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-ns6v2q73yh] {
  margin: 0;
}
#marketplace-page > .content > .main-content > div.left > div .samples > div > div.more[b-ns6v2q73yh] {
  display: flex;
  justify-content: flex-end;
}
#marketplace-page > .content > .main-content > div.left > div .samples > div > div.more button[b-ns6v2q73yh] {
  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-ns6v2q73yh] {
  flex: inherit;
  width: 320px;
}
#marketplace-page > .content > .main-content > div.right > h2[b-ns6v2q73yh] {
  text-align: center;
  margin-bottom: 48px;
}
#marketplace-page > .content > .main-content > div.right button[b-ns6v2q73yh] {
  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-ns6v2q73yh] {
  height: 44px;
}
#marketplace-page > .content > .main-content > div.right button p[b-ns6v2q73yh] {
  margin: 0;
  color: var(--text-prim-cta);
  font-weight: 600;
}
/* /Components/Pages/NewEditor/NewEditor.razor.rz.scp.css */
.new-editor-container[b-9vwniqpz0c] {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}

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

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

.center-panel[b-9vwniqpz0c] {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
}
/* /Components/Pages/Organisation/Hero/HeroSection.razor.rz.scp.css */
.organisation-hero[b-7isa5rt13u] {
  padding: 48px;
}
.organisation-hero h1[b-7isa5rt13u] {
  outline: none;
}
.organisation-hero > div[b-7isa5rt13u] {
  margin: auto;
  width: 100%;
  max-width: 896px;
}
.organisation-hero .hero-subtitle[b-7isa5rt13u] {
  margin-bottom: 32px;
}
.organisation-hero .hero-panels[b-7isa5rt13u] {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-top: 32px;
  width: 100%;
}
.organisation-hero .hero-panel--updates[b-7isa5rt13u] {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.organisation-hero .hero-panel--updates h3[b-7isa5rt13u] {
  margin-bottom: 4px;
}
.organisation-hero .hero-panel--updates .hero-panel__items[b-7isa5rt13u] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.organisation-hero .hero-panel--suggestions[b-7isa5rt13u] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.organisation-hero .hero-panel--suggestions h3[b-7isa5rt13u] {
  margin-bottom: 4px;
}
.organisation-hero .hero-panel__items[b-7isa5rt13u] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.organisation-hero .hero-panel__card-click[b-7isa5rt13u] {
  cursor: pointer;
}
.organisation-hero .hero-panel__card-click .ui-card[b-7isa5rt13u] {
  transition: background-color 0.2s ease;
}
.organisation-hero .hero-panel__card-click:hover .ui-card[b-7isa5rt13u] {
  background-color: var(--primary-color-alpha);
}
.organisation-hero .hero-panel__items .ui-card[b-7isa5rt13u] {
  display: flex;
  align-items: center;
  padding: 28px 16px;
  gap: 12px;
  border-radius: 8px;
}
.organisation-hero .hero-panel__items .ui-card p[b-7isa5rt13u] {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: var(--text-prim);
}
.organisation-hero .hero-panel__more[b-7isa5rt13u] {
  display: flex;
  justify-content: flex-end;
  margin-top: 4px;
}
/* /Components/Pages/Organisation/Hero/HeroSectionDisconnected.razor.rz.scp.css */
.hero-disconnected[b-ij1rpc6pej] {
  padding: 48px 0;
}
.hero-disconnected__content[b-ij1rpc6pej] {
  margin: auto;
  width: 100%;
  max-width: 896px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.hero-disconnected__heading[b-ij1rpc6pej] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.hero-disconnected__heading h1[b-ij1rpc6pej] {
  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-ij1rpc6pej] {
  background: linear-gradient(90deg, #E63C11 0%, #F05D38 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-disconnected__subtitle[b-ij1rpc6pej] {
  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-ij1rpc6pej] {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hero-disconnected__roles-section h2[b-ij1rpc6pej] {
  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-ij1rpc6pej] {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 0;
}
.hero-disconnected__filter-btn[b-ij1rpc6pej] {
  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-ij1rpc6pej] {
  color: var(--text-prim) !important;
}
.hero-disconnected__filter-btn .label[b-ij1rpc6pej] {
  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-ij1rpc6pej] {
  background: var(--primary-color-alpha);
}
.hero-disconnected__filter-btn.active[b-ij1rpc6pej] {
  background: var(--primary-color-alpha);
  border-color: var(--primary-color);
}
.hero-disconnected__role-desc[b-ij1rpc6pej] {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  padding: 8px 0;
}
.hero-disconnected__role-icon[b-ij1rpc6pej] {
  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-ij1rpc6pej] {
  font-size: 24px;
  color: var(--text-prim) !important;
}
.hero-disconnected__role-info[b-ij1rpc6pej] {
  display: flex;
  flex-direction: column;
}
.hero-disconnected__role-info h3[b-ij1rpc6pej] {
  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-ij1rpc6pej] {
  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-ij1rpc6pej] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
}
.hero-disconnected__suggestion-card[b-ij1rpc6pej] {
  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-ij1rpc6pej] {
  background-color: var(--primary-color-alpha);
}
.hero-disconnected__suggestion-card p[b-ij1rpc6pej] {
  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-ij1rpc6pej] {
  display: flex;
  justify-content: flex-end;
  width: calc(33.333% - 6px);
}
.hero-disconnected__more-btn[b-ij1rpc6pej] {
  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-ij1rpc6pej] {
  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-ij1rpc6pej] {
  color: var(--text-prim) !important;
}
/* /Components/Pages/Organisation/Members/OrganisationMembers.razor.rz.scp.css */
.organisation-members[b-6utc9ot8ty] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px;
  gap: 32px;
}
.organisation-members .members-heading[b-6utc9ot8ty] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.organisation-members .members-heading h2[b-6utc9ot8ty] {
  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-6utc9ot8ty] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.organisation-members .members-heading__chevron[b-6utc9ot8ty] {
  color: var(--text-sec);
  font-size: 18px;
  line-height: 1;
  opacity: 0.5;
}
.organisation-members .team-back-btn[b-6utc9ot8ty] {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-sec);
  background: none;
  border: none;
  box-shadow: none;
  padding: 4px 8px;
  cursor: pointer;
}
.organisation-members .team-back-btn:hover[b-6utc9ot8ty] {
  color: var(--text-prim);
}
.organisation-members .teams-delete-error[b-6utc9ot8ty] {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 10px 16px;
  border-radius: 8px;
  background: rgba(239, 68, 68, 0.08);
  border: 1px solid rgba(239, 68, 68, 0.3);
  color: var(--error-color, #ef4444);
  font-size: 14px;
  font-weight: 500;
  box-sizing: border-box;
}
.organisation-members .teams-delete-error .material-icons[b-6utc9ot8ty] {
  font-size: 18px;
  flex-shrink: 0;
}
.organisation-members .teams-list[b-6utc9ot8ty] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.organisation-members .teams-list__empty[b-6utc9ot8ty] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 48px 0;
  color: var(--text-sec);
}
.organisation-members .teams-list__empty .material-icons[b-6utc9ot8ty] {
  font-size: 48px;
  opacity: 0.4;
}
.organisation-members .teams-list__empty p[b-6utc9ot8ty] {
  margin: 0;
  font-size: 14px;
  text-align: center;
}
.organisation-members .team-card[b-6utc9ot8ty] {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px 16px 12px 12px;
  gap: 12px;
  background: var(--ui-surface-card);
  border: 1px solid var(--stroke);
  border-radius: 10px;
  cursor: pointer;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.organisation-members .team-card:hover[b-6utc9ot8ty] {
  border-color: var(--primary-color);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.organisation-members .team-card:hover .team-card__chevron[b-6utc9ot8ty] {
  opacity: 1;
  transform: translateX(2px);
}
.organisation-members .team-card__icon[b-6utc9ot8ty] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 10px;
}
.organisation-members .team-card__icon .material-icons[b-6utc9ot8ty] {
  font-size: 22px;
}
.organisation-members .team-card__body[b-6utc9ot8ty] {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
  min-width: 0;
}
.organisation-members .team-card__name[b-6utc9ot8ty] {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.2px;
  color: var(--text-prim);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.organisation-members .team-card__desc[b-6utc9ot8ty] {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: var(--text-sec);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.organisation-members .team-card__meta[b-6utc9ot8ty] {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.organisation-members .team-card__count[b-6utc9ot8ty] {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  font-weight: 500;
  color: var(--text-sec);
}
.organisation-members .team-card__count .material-icons[b-6utc9ot8ty] {
  color: var(--text-sec);
}
.organisation-members .team-card__actions[b-6utc9ot8ty] {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}
.organisation-members .team-card__actions button[b-6utc9ot8ty] {
  width: 32px;
  height: 32px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 6px;
  opacity: 0.45;
  transition: opacity 0.15s, background 0.15s;
}
.organisation-members .team-card__actions button .material-icons[b-6utc9ot8ty] {
  font-size: 18px;
  color: var(--text-sec);
}
.organisation-members .team-card__actions button.danger .material-icons[b-6utc9ot8ty] {
  color: var(--error-color, #ef4444);
}
.organisation-members .team-card__actions button:hover[b-6utc9ot8ty] {
  background: var(--ui-surface-hover, rgba(0, 0, 0, 0.08));
  opacity: 1;
}
.organisation-members .team-card:hover .team-card__actions button[b-6utc9ot8ty] {
  opacity: 1;
}
.organisation-members .team-card__chevron[b-6utc9ot8ty] {
  font-size: 20px;
  color: var(--text-sec);
  opacity: 0.4;
  transition: opacity 0.15s, transform 0.15s;
  flex-shrink: 0;
}
.organisation-members .team-card .members-table[b-6utc9ot8ty] {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.organisation-members .team-card .members-table__header[b-6utc9ot8ty] {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  height: 40px;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.organisation-members .team-card .members-table__col[b-6utc9ot8ty] {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 0 16px;
  height: 40px;
}
.organisation-members .team-card .members-table__col span:not(.material-icons):not(.material-symbols-outlined)[b-6utc9ot8ty] {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.15px;
  color: var(--text-sec);
}
.organisation-members .team-card .members-table__col[b-6utc9ot8ty] {
  background: #F1F5F9;
}
[data-theme=dark] .organisation-members .team-card .members-table__col[b-6utc9ot8ty] {
  background: #000000;
}
.organisation-members .team-card .members-table__col--name[b-6utc9ot8ty] {
  width: 360px;
  flex-shrink: 0;
}
.organisation-members .team-card .members-table__col--project[b-6utc9ot8ty] {
  width: 405px;
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--primary-color-alpha);
}
.organisation-members .team-card .members-table__col--project span:not(.material-icons):not(.material-symbols-outlined)[b-6utc9ot8ty] {
  color: var(--text-prim) !important;
}
.organisation-members .team-card .members-table__col--c3[b-6utc9ot8ty] {
  width: 201px;
  flex-shrink: 0;
}
.organisation-members .team-card .members-table__col--c4[b-6utc9ot8ty] {
  flex: 1;
}
.organisation-members .team-card .members-table__sort-btn[b-6utc9ot8ty] {
  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 .team-card .members-table__sort-btn .material-icons[b-6utc9ot8ty],
.organisation-members .team-card .members-table__sort-btn .material-symbols-outlined[b-6utc9ot8ty] {
  color: var(--text-prim) !important;
}
.organisation-members .team-card .members-table__body[b-6utc9ot8ty] {
  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 .team-card .members-table__body[b-6utc9ot8ty] {
  background: rgba(12, 13, 12, 0.7);
}
.organisation-members .team-card .member-card[b-6utc9ot8ty] {
  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 .team-card .member-card__avatar[b-6utc9ot8ty] {
  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 .team-card .member-card__avatar[b-6utc9ot8ty] {
  background: rgba(12, 13, 12, 0.7);
}
.organisation-members .team-card .member-card__avatar .material-icons[b-6utc9ot8ty] {
  color: var(--text-prim);
}
.organisation-members .team-card .member-card__content[b-6utc9ot8ty] {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 0 8px 8px;
  gap: 4px;
  flex: 1;
  height: 48px;
}
.organisation-members .team-card .member-card__name[b-6utc9ot8ty] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  width: 300px;
  flex-shrink: 0;
}
.organisation-members .team-card .member-card__lastname[b-6utc9ot8ty] {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.15px;
  color: var(--text-prim);
}
.organisation-members .team-card .member-card__firstname[b-6utc9ot8ty] {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
  color: var(--text-sec);
}
.organisation-members .team-card .member-card__project[b-6utc9ot8ty] {
  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 .team-card .member-card__col-secondary[b-6utc9ot8ty] {
  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 .team-card .member-card__col-grow[b-6utc9ot8ty] {
  width: auto;
  flex: 1;
}
.organisation-members .team-card .member-card__settings[b-6utc9ot8ty] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
}
.organisation-members .team-card .member-card__settings button[b-6utc9ot8ty] {
  width: 32px;
  height: 32px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  border: none;
  box-shadow: none;
}
.organisation-members .team-card .member-card__settings button .material-icons[b-6utc9ot8ty] {
  color: var(--text-sec) !important;
}
/* /Components/Pages/Organisation/Organisation.razor.rz.scp.css */
.organisation-page[b-ly50d0j7ze] {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 32px 16px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.organisation-page__section[b-ly50d0j7ze] {
  padding: 24px 32px;
  outline: none;
}
.organisation-page > div[b-ly50d0j7ze] {
  outline: none;
}

.ai-floating-root[b-ly50d0j7ze] {
  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-ly50d0j7ze] {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.ai-copilot-panel[b-ly50d0j7ze] {
  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-ly50d0j7ze 0.35s cubic-bezier(0.16, 1, 0.3, 1) both;
}
[data-theme=light] .ai-copilot-panel[b-ly50d0j7ze] {
  background: #ffffff;
  border-color: #e2e8f0;
}
.ai-copilot-panel__header[b-ly50d0j7ze] {
  padding: 20px 20px 16px;
}
.ai-copilot-panel__header span[b-ly50d0j7ze] {
  color: #e63c11;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
.ai-copilot-panel__body[b-ly50d0j7ze] {
  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-ly50d0j7ze] {
  scrollbar-color: #e2e8f0 transparent;
}
.ai-copilot-panel__footer[b-ly50d0j7ze] {
  padding: 12px 16px 16px;
}

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

.ai-copilot-card[b-ly50d0j7ze] {
  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-ly50d0j7ze] {
  background: #f5f7fa;
  border-color: #e2e8f0;
  color: #45556c;
}
.ai-copilot-card:hover[b-ly50d0j7ze] {
  background: #222422;
}
[data-theme=light] .ai-copilot-card:hover[b-ly50d0j7ze] {
  background: #eef1f6;
}

.ai-copilot-footer-bar[b-ly50d0j7ze] {
  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-ly50d0j7ze] {
  background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(90deg, #e63c11 0%, #e2e8f0 60%) border-box;
}
.ai-copilot-footer-bar__top[b-ly50d0j7ze] {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.ai-copilot-footer-bar__logo[b-ly50d0j7ze] {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}
.ai-copilot-footer-bar__input[b-ly50d0j7ze] {
  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-ly50d0j7ze] {
  color: #0f172b;
}
.ai-copilot-footer-bar__input[b-ly50d0j7ze]::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme=light] .ai-copilot-footer-bar__input[b-ly50d0j7ze]::placeholder {
  color: rgba(15, 23, 43, 0.35);
}
.ai-copilot-footer-bar__actions[b-ly50d0j7ze] {
  display: flex;
  justify-content: flex-end;
  gap: 6px;
}
.ai-copilot-footer-bar__expand[b-ly50d0j7ze], .ai-copilot-footer-bar__send[b-ly50d0j7ze] {
  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-ly50d0j7ze], [data-theme=light] .ai-copilot-footer-bar__send[b-ly50d0j7ze] {
  background: #f5f7fa;
  border-color: #e2e8f0;
  color: #0f172b;
}
.ai-copilot-footer-bar__expand .material-icons[b-ly50d0j7ze], .ai-copilot-footer-bar__send .material-icons[b-ly50d0j7ze] {
  font-size: 14px;
  color: inherit;
}
.ai-copilot-footer-bar__expand:hover[b-ly50d0j7ze], .ai-copilot-footer-bar__send:hover[b-ly50d0j7ze] {
  background: #2d2f2e;
}
[data-theme=light] .ai-copilot-footer-bar__expand:hover[b-ly50d0j7ze], [data-theme=light] .ai-copilot-footer-bar__send:hover[b-ly50d0j7ze] {
  background: #e2e8f0;
}

@keyframes ai-copilot-open-b-ly50d0j7ze {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.floating-ai-prompt[b-ly50d0j7ze] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.floating-ai-prompt__button[b-ly50d0j7ze] {
  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-ly50d0j7ze] {
  width: 28px;
  height: 28px;
  filter: brightness(0) invert(1);
}
.floating-ai-prompt__button:hover[b-ly50d0j7ze] {
  opacity: 0.9;
}
.floating-ai-prompt__button.is-active[b-ly50d0j7ze] {
  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-ly50d0j7ze] {
  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-ly50d0j7ze 0.3s cubic-bezier(0.16, 1, 0.3, 1) both;
}
[data-theme=light] .floating-ai-prompt__panel-wrapper[b-ly50d0j7ze] {
  background: #ffffff;
  border-color: #e2e8f0;
}
.floating-ai-prompt__panel[b-ly50d0j7ze] {
  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-ly50d0j7ze] {
  background: linear-gradient(#f5f7fa, #f5f7fa) padding-box, linear-gradient(90deg, #e63c11 0%, #e2e8f0 60%) border-box;
}
.floating-ai-prompt__panel-logo[b-ly50d0j7ze] {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  display: block;
}
.floating-ai-prompt__panel-input[b-ly50d0j7ze] {
  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-ly50d0j7ze] {
  color: #0f172b;
}
.floating-ai-prompt__panel-input[b-ly50d0j7ze]::placeholder {
  color: rgba(255, 255, 255, 0.35);
}
[data-theme=light] .floating-ai-prompt__panel-input[b-ly50d0j7ze]::placeholder {
  color: rgba(15, 23, 43, 0.35);
}
.floating-ai-prompt__panel-send[b-ly50d0j7ze] {
  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-ly50d0j7ze] {
  background: #f5f7fa;
  border-color: #e2e8f0;
  color: #0f172b;
}
.floating-ai-prompt__panel-send .material-icons[b-ly50d0j7ze] {
  font-size: 16px;
  color: inherit;
}
.floating-ai-prompt__panel-send:hover[b-ly50d0j7ze] {
  background: #2d2f2e;
}
[data-theme=light] .floating-ai-prompt__panel-send:hover[b-ly50d0j7ze] {
  background: #e2e8f0;
}

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

.org-sk-block[b-ly50d0j7ze] {
  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-ly50d0j7ze] {
  padding: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

.org-sk-hero-h1[b-ly50d0j7ze] {
  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-ly50d0j7ze 1.8s ease-in-out infinite;
  animation-delay: 0s;
}

.org-sk-hero-sub[b-ly50d0j7ze] {
  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-ly50d0j7ze 1.8s ease-in-out infinite;
  animation-delay: 0.05s;
}

.org-sk-hero-input[b-ly50d0j7ze] {
  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-ly50d0j7ze 1.8s ease-in-out infinite;
  animation-delay: 0.1s;
}

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

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

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

.org-sk-panel-label[b-ly50d0j7ze] {
  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-ly50d0j7ze 1.8s ease-in-out infinite;
  animation-delay: 0s;
}

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

.org-sk-panel-card[b-ly50d0j7ze] {
  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-ly50d0j7ze 1.8s ease-in-out infinite;
  animation-delay: 0.08s;
}
.org-sk-panel-card:nth-child(2)[b-ly50d0j7ze] {
  animation-delay: 0.12s;
}
.org-sk-panel-card:nth-child(3)[b-ly50d0j7ze] {
  animation-delay: 0.16s;
}
.org-sk-panel-card:nth-child(4)[b-ly50d0j7ze] {
  animation-delay: 0.2s;
}

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

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

.org-sk-projects-title[b-ly50d0j7ze] {
  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-ly50d0j7ze 1.8s ease-in-out infinite;
  animation-delay: 0s;
}

.org-sk-projects-sort[b-ly50d0j7ze] {
  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-ly50d0j7ze 1.8s ease-in-out infinite;
  animation-delay: 0.1s;
}

.org-sk-projects-btn[b-ly50d0j7ze] {
  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-ly50d0j7ze 1.8s ease-in-out infinite;
  animation-delay: 0.15s;
}

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

.org-sk-prow[b-ly50d0j7ze] {
  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-ly50d0j7ze] {
  animation-delay: 0.04s;
}
.org-sk-prow:nth-child(3) .org-sk-prow-thumb[b-ly50d0j7ze] {
  animation-delay: 0.08s;
}

.org-sk-prow-thumb[b-ly50d0j7ze] {
  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-ly50d0j7ze 1.8s ease-in-out infinite;
  animation-delay: 0s;
}

.org-sk-prow-body[b-ly50d0j7ze] {
  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-ly50d0j7ze] {
  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-ly50d0j7ze 1.8s ease-in-out infinite;
  animation-delay: 0.06s;
}

.org-sk-prow-desc[b-ly50d0j7ze] {
  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-ly50d0j7ze 1.8s ease-in-out infinite;
  animation-delay: 0.1s;
}

.org-sk-prow-meta[b-ly50d0j7ze] {
  display: flex;
  gap: 16px;
}
.org-sk-prow-meta > div[b-ly50d0j7ze] {
  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-ly50d0j7ze 1.8s ease-in-out infinite;
  animation-delay: 0.14s;
}
.org-sk-prow-meta > div:nth-child(1)[b-ly50d0j7ze] {
  width: 80px;
}
.org-sk-prow-meta > div:nth-child(2)[b-ly50d0j7ze] {
  width: 55px;
}
.org-sk-prow-meta > div:nth-child(3)[b-ly50d0j7ze] {
  width: 70px;
}

.org-sk-prow-actions[b-ly50d0j7ze] {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  padding-top: 6px;
  flex-shrink: 0;
}
.org-sk-prow-actions > div[b-ly50d0j7ze] {
  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-ly50d0j7ze 1.8s ease-in-out infinite;
  animation-delay: 0.1s;
}

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

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

.org-sk-stats-title[b-ly50d0j7ze] {
  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-ly50d0j7ze 1.8s ease-in-out infinite;
  animation-delay: 0s;
}

.org-sk-stats-tabs[b-ly50d0j7ze] {
  display: flex;
  gap: 8px;
}
.org-sk-stats-tabs > div[b-ly50d0j7ze] {
  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-ly50d0j7ze 1.8s ease-in-out infinite;
  animation-delay: 0.08s;
}
.org-sk-stats-tabs > div:nth-child(2)[b-ly50d0j7ze] {
  animation-delay: 0.12s;
}
.org-sk-stats-tabs > div:nth-child(3)[b-ly50d0j7ze] {
  animation-delay: 0.16s;
}

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

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

.org-sk-kpi[b-ly50d0j7ze] {
  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-ly50d0j7ze] {
  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-ly50d0j7ze 1.8s ease-in-out infinite;
  animation-delay: 0s;
}

.org-sk-kpi-value[b-ly50d0j7ze] {
  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-ly50d0j7ze 1.8s ease-in-out infinite;
  animation-delay: 0.08s;
}

.org-sk-kpi-bar[b-ly50d0j7ze] {
  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-ly50d0j7ze 1.8s ease-in-out infinite;
  animation-delay: 0.12s;
}

.org-sk-chart[b-ly50d0j7ze] {
  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-ly50d0j7ze] {
  display: flex;
  align-items: flex-end;
  width: 100%;
}

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

.org-sk-chart-title[b-ly50d0j7ze] {
  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-ly50d0j7ze 1.8s ease-in-out infinite;
  animation-delay: 0s;
}

.org-sk-chart-sub[b-ly50d0j7ze] {
  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-ly50d0j7ze 1.8s ease-in-out infinite;
  animation-delay: 0.08s;
}

.org-sk-chart-toggles[b-ly50d0j7ze] {
  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-ly50d0j7ze] {
  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-ly50d0j7ze 1.8s ease-in-out infinite;
  animation-delay: 0.1s;
}

.org-sk-chart-canvas[b-ly50d0j7ze] {
  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-ly50d0j7ze 1.8s ease-in-out infinite;
  animation-delay: 0.04s;
}

.org-sk-chart-legend[b-ly50d0j7ze] {
  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-ly50d0j7ze] {
  display: flex;
  gap: 24px;
}
.org-sk-chart-legend-items > div[b-ly50d0j7ze] {
  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-ly50d0j7ze 1.8s ease-in-out infinite;
  animation-delay: 0.12s;
}

.org-sk-chart-legend-status[b-ly50d0j7ze] {
  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-ly50d0j7ze 1.8s ease-in-out infinite;
  animation-delay: 0.16s;
}

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

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

.org-sk-members-title[b-ly50d0j7ze] {
  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-ly50d0j7ze 1.8s ease-in-out infinite;
  animation-delay: 0s;
}

.org-sk-members-actions[b-ly50d0j7ze] {
  display: flex;
  gap: 8px;
}
.org-sk-members-actions > div[b-ly50d0j7ze] {
  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-ly50d0j7ze 1.8s ease-in-out infinite;
  animation-delay: 0.1s;
}
.org-sk-members-actions > div:first-child[b-ly50d0j7ze] {
  width: 150px;
}
.org-sk-members-actions > div:last-child[b-ly50d0j7ze] {
  width: 130px;
}

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

.org-sk-members-table-hd[b-ly50d0j7ze] {
  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-ly50d0j7ze 1.8s ease-in-out infinite;
  animation-delay: 0s;
}

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

.org-sk-mrow[b-ly50d0j7ze] {
  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-ly50d0j7ze] {
  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-ly50d0j7ze 1.8s ease-in-out infinite;
  animation-delay: 0s;
}

.org-sk-mrow-name[b-ly50d0j7ze] {
  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-ly50d0j7ze 1.8s ease-in-out infinite;
  animation-delay: 0.06s;
}

.org-sk-mrow-project[b-ly50d0j7ze] {
  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-ly50d0j7ze 1.8s ease-in-out infinite;
  animation-delay: 0.1s;
}

.org-sk-mrow-email[b-ly50d0j7ze] {
  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-ly50d0j7ze 1.8s ease-in-out infinite;
  animation-delay: 0.14s;
}

.org-sk-mrow-roles[b-ly50d0j7ze] {
  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-ly50d0j7ze 1.8s ease-in-out infinite;
  animation-delay: 0.18s;
}

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

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

.org-sk-status-text[b-ly50d0j7ze] {
  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-ly50d0j7ze]::after {
  content: ".";
  animation: org-dots-b-ly50d0j7ze 1.4s steps(4, end) infinite;
}
/* /Components/Pages/Organisation/Projects/OrganisationProjects.razor.rz.scp.css */
.card-menu__overlay[b-qq6i6qb8e2] {
  position: fixed;
  inset: 0;
  z-index: 50;
}

.card-menu[b-qq6i6qb8e2] {
  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-qq6i6qb8e2] {
  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-qq6i6qb8e2] {
  color: var(--text-prim) !important;
}
.card-menu__item:hover[b-qq6i6qb8e2] {
  background: var(--stroke) !important;
}
.card-menu__item.destructive-item[b-qq6i6qb8e2] {
  color: var(--red) !important;
}
.card-menu__item.destructive-item span[b-qq6i6qb8e2] {
  color: var(--red) !important;
}
.card-menu__item.destructive-item:hover[b-qq6i6qb8e2] {
  background: rgba(214, 63, 63, 0.1) !important;
}

.delete-confirm-modal[b-qq6i6qb8e2] {
  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-qq6i6qb8e2] {
  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-qq6i6qb8e2] {
  font-size: 28px;
  color: var(--red);
}
.delete-confirm-modal h3[b-qq6i6qb8e2] {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: var(--text-prim);
}
.delete-confirm-modal p[b-qq6i6qb8e2] {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--text-sec);
}
.delete-confirm-modal p strong[b-qq6i6qb8e2] {
  color: var(--text-prim);
  font-weight: 600;
}
.delete-confirm-modal__footer[b-qq6i6qb8e2] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin-top: 8px;
}

.organisation-projects[b-qq6i6qb8e2] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px;
  gap: 34px;
}
.organisation-projects .projects-heading[b-qq6i6qb8e2] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.organisation-projects .projects-heading h2[b-qq6i6qb8e2] {
  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-qq6i6qb8e2] {
  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-qq6i6qb8e2] {
  border-color: var(--primary);
}
.organisation-projects .projects-heading__search-icon[b-qq6i6qb8e2] {
  font-size: 18px;
  color: var(--text-sec);
  flex-shrink: 0;
}
.organisation-projects .projects-heading__search-input[b-qq6i6qb8e2] {
  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-qq6i6qb8e2]::placeholder {
  color: var(--text-sec);
}
.organisation-projects .projects-heading__search-clear[b-qq6i6qb8e2] {
  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-qq6i6qb8e2] {
  color: var(--text-sec) !important;
  font-size: 16px;
}
.organisation-projects .projects-heading__search-clear:hover[b-qq6i6qb8e2] {
  background: var(--stroke) !important;
}
.organisation-projects .projects-heading__search-clear:hover .material-icons[b-qq6i6qb8e2] {
  color: var(--text-prim) !important;
}
.organisation-projects .projects-heading__search-spinner[b-qq6i6qb8e2] {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  border: 2px solid var(--stroke);
  border-top-color: var(--primary);
  border-radius: 50%;
  animation: search-spin-b-qq6i6qb8e2 0.7s linear infinite;
}
@keyframes search-spin-b-qq6i6qb8e2 {
  to {
    transform: rotate(360deg);
  }
}
.organisation-projects .projects-heading__actions[b-qq6i6qb8e2] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.organisation-projects .projects-heading__sort-label[b-qq6i6qb8e2] {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.35px;
  color: var(--text-sec);
}
.organisation-projects .projects-heading__sort-wrapper[b-qq6i6qb8e2] {
  position: relative;
}
.organisation-projects .projects-heading__overlay[b-qq6i6qb8e2] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9;
}
.organisation-projects .projects-heading__sort-field[b-qq6i6qb8e2] {
  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-qq6i6qb8e2] {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
}
.organisation-projects .projects-heading__sort-field-inner span:first-child[b-qq6i6qb8e2] {
  color: var(--text-prim);
}
.organisation-projects .projects-heading__sort-field-inner span:last-child[b-qq6i6qb8e2] {
  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-qq6i6qb8e2] {
  color: var(--text-prim);
}
.organisation-projects .projects-heading__sort-popover[b-qq6i6qb8e2] {
  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-qq6i6qb8e2] {
  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-qq6i6qb8e2] {
  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-qq6i6qb8e2] {
  background: rgba(255, 255, 255, 0.08);
}
.organisation-projects .projects-heading__separator[b-qq6i6qb8e2] {
  width: 1px;
  height: 24px;
  background: var(--stroke);
}
.organisation-projects .projects-cards[b-qq6i6qb8e2] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.organisation-projects .project-card[b-qq6i6qb8e2] {
  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-qq6i6qb8e2] {
  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-qq6i6qb8e2] {
  background: rgba(12, 13, 12, 0.7);
}
.organisation-projects .project-card__thumbnail[b-qq6i6qb8e2] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
}
.organisation-projects .project-card__thumbnail > .material-icons[b-qq6i6qb8e2] {
  color: #0F172B;
}
[data-theme=dark] .organisation-projects .project-card__thumbnail > .material-icons[b-qq6i6qb8e2] {
  color: #E6E6E6;
}
.organisation-projects .project-card__thumbnail img[b-qq6i6qb8e2] {
  width: 32px;
  height: 32px;
  border-radius: 6px;
}
[data-theme=dark] .organisation-projects .project-card__thumbnail img[b-qq6i6qb8e2] {
  filter: invert(0.9);
}
.organisation-projects .project-card__lock[b-qq6i6qb8e2] {
  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-qq6i6qb8e2] {
  background: #000000;
}
.organisation-projects .project-card__lock .material-icons[b-qq6i6qb8e2] {
  color: #0F172B;
}
[data-theme=dark] .organisation-projects .project-card__lock .material-icons[b-qq6i6qb8e2] {
  color: #E6E6E6;
}
.organisation-projects .project-card__heading[b-qq6i6qb8e2] {
  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-qq6i6qb8e2] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
  min-width: 0;
  overflow: hidden;
}
.organisation-projects .project-card__titles[b-qq6i6qb8e2] {
  display: flex;
  flex-direction: column;
}
.organisation-projects .project-card__titles h4[b-qq6i6qb8e2] {
  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-qq6i6qb8e2] {
  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-qq6i6qb8e2] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.organisation-projects .project-card__meta-item[b-qq6i6qb8e2] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}
.organisation-projects .project-card__meta-label[b-qq6i6qb8e2] {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: var(--text-sec);
}
.organisation-projects .project-card__meta-value[b-qq6i6qb8e2] {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: var(--text-prim);
}
.organisation-projects .project-card__lang-dot[b-qq6i6qb8e2] {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  flex-shrink: 0;
}
.organisation-projects .project-card__container[b-qq6i6qb8e2] {
  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-qq6i6qb8e2] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.organisation-projects .project-card__action-col[b-qq6i6qb8e2] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.organisation-projects .project-card__action-col button[b-qq6i6qb8e2] {
  height: 32px;
}
.organisation-projects .project-card__stat[b-qq6i6qb8e2] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}
.organisation-projects .project-card__stat .material-icons[b-qq6i6qb8e2] {
  font-size: 16px;
  color: var(--text-prim);
}
.organisation-projects .project-card__stat span:last-child[b-qq6i6qb8e2] {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: var(--text-prim);
}
.organisation-projects .project-card__icon-svg[b-qq6i6qb8e2] {
  width: 16px;
  height: 16px;
  object-fit: contain;
}
[data-theme=dark] .organisation-projects .project-card__icon-svg[b-qq6i6qb8e2] {
  filter: invert(0.9);
}
[data-theme=dark] button .organisation-projects .project-card__icon-svg[b-qq6i6qb8e2] {
  filter: none;
}
.organisation-projects .project-card__more[b-qq6i6qb8e2] {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.organisation-projects .project-card__more button[b-qq6i6qb8e2] {
  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-cikrp021qe] {
  overflow: hidden;
}
.organisation-workspace .workspace-layout[b-cikrp021qe] {
  display: flex;
  gap: 0;
  align-items: stretch;
  height: 66.6666666667vh;
  overflow: hidden;
}
.organisation-workspace .workspace-sidebar[b-cikrp021qe] {
  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-cikrp021qe] {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 0;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
}
.organisation-workspace .workspace-sidebar__title[b-cikrp021qe] {
  font-size: 20px;
  font-weight: 800;
  color: var(--text-prim);
  letter-spacing: 0.5px;
  margin: 0 0 24px;
}
.organisation-workspace .workspace-sidebar__nav[b-cikrp021qe] {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 20px;
}
.organisation-workspace .workspace-sidebar__item[b-cikrp021qe] {
  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-cikrp021qe] {
  font-size: 17px;
  color: var(--text-sec);
  transition: color 0.15s ease;
}
.organisation-workspace .workspace-sidebar__item:hover[b-cikrp021qe] {
  background-color: rgba(0, 0, 0, 0.05);
}
.organisation-workspace .workspace-sidebar__item--active[b-cikrp021qe] {
  background-color: var(--primary-color-alpha);
  color: var(--primary-color);
  font-weight: 600;
}
.organisation-workspace .workspace-sidebar__item--active span.material-icons[b-cikrp021qe] {
  color: var(--primary-color);
}
.organisation-workspace .workspace-sidebar__org-card[b-cikrp021qe] {
  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-cikrp021qe] {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
}
.organisation-workspace .workspace-sidebar__org-card-header span.material-icons[b-cikrp021qe] {
  font-size: 14px;
  color: var(--primary-color);
}
.organisation-workspace .workspace-sidebar__org-label[b-cikrp021qe] {
  font-size: 11px;
  font-weight: 700;
  color: var(--text-sec);
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.organisation-workspace .workspace-sidebar__org-count[b-cikrp021qe] {
  font-size: 36px;
  font-weight: 800;
  color: var(--text-prim);
  line-height: 1;
  margin: 0 0 4px;
}
.organisation-workspace .workspace-sidebar__org-hint[b-cikrp021qe] {
  font-size: 11px;
  color: var(--text-sec);
  margin: 0 0 10px;
}
.organisation-workspace .workspace-sidebar__org-cost[b-cikrp021qe] {
  border-top: 1px solid var(--stroke);
  padding-top: 10px;
}
.organisation-workspace .workspace-sidebar__org-cost-label[b-cikrp021qe] {
  font-size: 11px;
  color: var(--text-sec);
  margin: 0;
}
.organisation-workspace .workspace-sidebar__org-cost-amount[b-cikrp021qe] {
  font-size: 18px;
  font-weight: 800;
  color: var(--primary-color);
  margin: 2px 0;
}
.organisation-workspace .workspace-sidebar__org-cost-amount span[b-cikrp021qe] {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-sec);
}
.organisation-workspace .workspace-sidebar__org-cost-calc[b-cikrp021qe] {
  font-size: 11px;
  color: var(--text-sec);
  margin: 0;
}
.organisation-workspace .workspace-sidebar__org-link[b-cikrp021qe] {
  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-cikrp021qe] {
  text-decoration: underline;
}
.organisation-workspace .workspace-sidebar__date-card[b-cikrp021qe] {
  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-cikrp021qe] {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px;
}
.organisation-workspace .workspace-sidebar__date-card-header span.material-icons[b-cikrp021qe] {
  font-size: 14px;
  color: var(--text-sec);
}
.organisation-workspace .workspace-sidebar__date-card-header span:not(.material-icons)[b-cikrp021qe] {
  font-size: 11px;
  color: var(--text-sec);
  font-weight: 500;
}
.organisation-workspace .workspace-sidebar__date-value[b-cikrp021qe] {
  font-size: 13px;
  font-weight: 700;
  color: var(--text-prim);
  margin: 0;
}
.organisation-workspace .workspace-sidebar__footer[b-cikrp021qe] {
  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-cikrp021qe] {
  font-size: 11px;
  color: var(--text-sec);
  margin: 0;
}
.organisation-workspace .workspace-sidebar__stripe-icon[b-cikrp021qe] {
  font-size: 22px;
  color: #635BFF;
}
.organisation-workspace .workspace-content[b-cikrp021qe] {
  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-cuqppoa6i9] {
  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-cuqppoa6i9] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 20px;
  border-right: 1px solid var(--stroke);
}
.org-summary-banner__cell:last-child[b-cuqppoa6i9] {
  border-right: none;
}
.org-summary-banner__cell--highlight[b-cuqppoa6i9] {
  background: var(--primary-color-alpha);
}
.org-summary-banner__label[b-cuqppoa6i9] {
  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-cuqppoa6i9] {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-prim);
  white-space: nowrap;
}
.org-summary-banner__value span[b-cuqppoa6i9] {
  font-size: 12px;
  font-weight: 400;
  color: var(--text-sec);
}
.org-summary-banner__value--primary[b-cuqppoa6i9] {
  color: var(--primary-color);
}

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

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

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

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

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

.billing-settings[b-7y8j0iudg1] {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  padding-bottom: 100px;
}
.billing-settings__header[b-7y8j0iudg1] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.billing-settings__header-text[b-7y8j0iudg1] {
  flex: 1;
}
.billing-settings__title[b-7y8j0iudg1] {
  font-size: 24px;
  font-weight: 700;
  color: var(--text-prim);
  margin: 0 0 4px;
}
.billing-settings__subtitle[b-7y8j0iudg1] {
  font-size: 14px;
  color: var(--text-sec);
  margin: 0;
}
.billing-settings__context-banner[b-7y8j0iudg1] {
  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-7y8j0iudg1] {
  font-size: 18px;
  color: var(--primary-color);
  flex-shrink: 0;
  margin-top: 1px;
}
.billing-settings__form-wrap[b-7y8j0iudg1] {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.billing-settings__section[b-7y8j0iudg1] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.billing-settings__section-title[b-7y8j0iudg1] {
  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-7y8j0iudg1] {
  font-size: 18px;
  color: var(--primary-color);
}
.billing-settings__form-grid[b-7y8j0iudg1] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (max-width: 600px) {
  .billing-settings__form-grid[b-7y8j0iudg1] {
    grid-template-columns: 1fr;
  }
}
.billing-settings__form-group[b-7y8j0iudg1] {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.billing-settings__form-group--full[b-7y8j0iudg1] {
  grid-column: 1/-1;
}
.billing-settings__label[b-7y8j0iudg1] {
  font-size: 12px;
  font-weight: 600;
  color: var(--text-prim);
  display: flex;
  align-items: center;
  gap: 5px;
}
.billing-settings__optional[b-7y8j0iudg1] {
  font-size: 11px;
  font-weight: 400;
  color: var(--text-sec);
}
.billing-settings__input[b-7y8j0iudg1] {
  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-7y8j0iudg1] {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px var(--primary-color-alpha);
}
.billing-settings__input[b-7y8j0iudg1]::placeholder {
  color: var(--text-sec);
}
.billing-settings__hint[b-7y8j0iudg1] {
  font-size: 11px;
  color: var(--text-sec);
  margin: 0;
  line-height: 1.4;
}
.billing-settings__cost-summary[b-7y8j0iudg1] {
  background: var(--primary-color-alpha);
  border: 1px solid var(--primary-color);
  border-radius: 10px;
  overflow: hidden;
}
.billing-settings__cost-summary-header[b-7y8j0iudg1] {
  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-7y8j0iudg1] {
  font-size: 16px;
}
.billing-settings__cost-table[b-7y8j0iudg1] {
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.billing-settings__cost-row[b-7y8j0iudg1] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
}
.billing-settings__cost-row--total[b-7y8j0iudg1] {
  font-weight: 700;
}
.billing-settings__cost-label[b-7y8j0iudg1] {
  color: var(--text-sec);
}
.billing-settings__cost-value[b-7y8j0iudg1] {
  color: var(--text-prim);
  font-weight: 500;
}
.billing-settings__cost-value--total[b-7y8j0iudg1] {
  color: var(--primary-color);
  font-size: 16px;
}
.billing-settings__cost-divider[b-7y8j0iudg1] {
  height: 1px;
  background: var(--stroke);
  margin: 2px 0;
}
.billing-settings__cost-note[b-7y8j0iudg1] {
  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-7y8j0iudg1] {
  font-size: 13px;
  flex-shrink: 0;
  margin-top: 1px;
}
.billing-settings__delivery-prefs[b-7y8j0iudg1] {
  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-7y8j0iudg1] {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-prim);
  margin: 0 0 12px;
}
.billing-settings__toggle-row[b-7y8j0iudg1] {
  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-7y8j0iudg1] {
  border-bottom: none;
  padding-bottom: 0;
}
.billing-settings__toggle-row:first-of-type[b-7y8j0iudg1] {
  padding-top: 0;
}
.billing-settings__toggle-info[b-7y8j0iudg1] {
  flex: 1;
}
.billing-settings__toggle-label[b-7y8j0iudg1] {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-prim);
  margin: 0 0 2px;
}
.billing-settings__toggle-desc[b-7y8j0iudg1] {
  font-size: 12px;
  color: var(--text-sec);
  margin: 0;
}
.billing-settings__toggle[b-7y8j0iudg1] {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  flex-shrink: 0;
}
.billing-settings__toggle input[type=checkbox][b-7y8j0iudg1] {
  display: none;
}
.billing-settings__toggle input:checked ~ .billing-settings__toggle-track[b-7y8j0iudg1] {
  background: var(--primary-color);
}
.billing-settings__toggle input:checked ~ .billing-settings__toggle-track .billing-settings__toggle-thumb[b-7y8j0iudg1] {
  transform: translateX(18px);
}
.billing-settings__toggle-track[b-7y8j0iudg1] {
  width: 40px;
  height: 22px;
  background: var(--stroke);
  border-radius: 11px;
  position: relative;
  transition: background 0.2s;
  display: block;
}
.billing-settings__toggle-thumb[b-7y8j0iudg1] {
  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-7y8j0iudg1] {
  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-7y8j0iudg1] {
  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-7y8j0iudg1] {
  font-size: 16px;
}
.billing-settings__btn--primary[b-7y8j0iudg1] {
  background: var(--primary-color);
  color: #fff;
}
.billing-settings__btn--primary:hover[b-7y8j0iudg1] {
  opacity: 0.85;
}
.billing-settings__btn--secondary[b-7y8j0iudg1] {
  background: var(--surface-background);
  color: var(--text-prim);
  border: 1px solid var(--stroke);
}
.billing-settings__btn--secondary:hover[b-7y8j0iudg1] {
  background: var(--surface-nav-1);
}
/* /Components/Pages/PersonalAccessToken/PersonalAccessToken.razor.rz.scp.css */
@charset "UTF-8";
.pat-page[b-bsbcbup0cf] {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  margin-top: var(--tabs-bar-offset, 0px);
  padding: 24px 16px 48px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  background: var(--surface-background);
  min-height: calc(100vh - (140px + var(--tabs-bar-offset, 0px)));
}

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

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

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

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

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

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

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

/* ── Filters panel ── */
.pat-filters[b-bsbcbup0cf] {
  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-bsbcbup0cf] {
  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-bsbcbup0cf] {
  font-size: 22px;
  color: var(--fusion-color);
}

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

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

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

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

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

/* ── Table ── */
.pat-table-section[b-bsbcbup0cf] {
  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-bsbcbup0cf] {
  margin: 0;
}

.pat-table[b-bsbcbup0cf] {
  margin: 0;
  font-size: 14px;
  color: var(--text-prim);
}
.pat-table thead th[b-bsbcbup0cf] {
  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-bsbcbup0cf] {
  padding: 14px 16px;
  vertical-align: middle;
  border-color: var(--stroke);
}
.pat-table tbody tr:hover[b-bsbcbup0cf] {
  background: var(--ui-surface-card);
}
.pat-table--tokens[b-bsbcbup0cf] {
  min-width: 1080px;
}
.pat-table--tokens .pat-table__th-actions[b-bsbcbup0cf] {
  text-align: right;
  width: 1%;
}

.pat-avatar[b-bsbcbup0cf] {
  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-bsbcbup0cf] {
  width: 32px;
  height: 32px;
  font-size: 11px;
  border-radius: 6px;
}

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

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

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

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

.pat-token-mask[b-bsbcbup0cf] {
  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-bsbcbup0cf] {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

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

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

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

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

.pat-scope-pill[b-bsbcbup0cf] {
  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-bsbcbup0cf] {
  font-size: 16px;
}

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

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

.pat-tag[b-bsbcbup0cf] {
  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-bsbcbup0cf] {
  background: var(--ui-surface-zebra);
  color: var(--text-sec);
}

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

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

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

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

.pat-actions[b-bsbcbup0cf] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 6px;
  flex-wrap: nowrap;
}

.pat-spinner[b-bsbcbup0cf] {
  color: var(--text-sec);
  animation: pat-spin-b-bsbcbup0cf 1s linear infinite;
}

@keyframes pat-spin-b-bsbcbup0cf {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.pat-action-btn[b-bsbcbup0cf] {
  min-width: 40px;
  padding: 0 10px;
}
.pat-action-btn .material-icons[b-bsbcbup0cf] {
  font-size: 20px;
}
.pat-action-btn--danger:not(:disabled)[b-bsbcbup0cf] {
  border: 1px solid var(--red-surface);
  color: var(--red-text);
}
.pat-action-btn--danger:not(:disabled) .material-icons[b-bsbcbup0cf] {
  color: var(--red-text) !important;
}
.pat-action-btn--danger:not(:disabled):hover[b-bsbcbup0cf] {
  background: var(--red-surface-dimmed);
}

.pat-badge[b-bsbcbup0cf] {
  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-bsbcbup0cf] {
  background: var(--green-surface-dimmed);
  color: var(--green-text);
}

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

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

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

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

.pat-empty__text[b-bsbcbup0cf] {
  margin: 0 0 24px;
}

/* ── Edit form (pat-new-* styles scoped here) ── */
.pat-new-alert[b-bsbcbup0cf] {
  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-bsbcbup0cf] {
  font-size: 20px;
}

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

.pat-new-config[b-bsbcbup0cf] {
  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-bsbcbup0cf] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 980px) {
  .pat-new-grid[b-bsbcbup0cf] {
    grid-template-columns: 1fr;
  }
}

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

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

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

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

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

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

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

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

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

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

.pat-new-tag[b-bsbcbup0cf] {
  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;
  cursor: pointer;
}
.pat-new-tag .material-icons[b-bsbcbup0cf] {
  font-size: 16px;
  color: var(--text-suggestion);
}

.pat-new-perms[b-bsbcbup0cf] {
  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-bsbcbup0cf] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

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

.pat-new-perms__quick[b-bsbcbup0cf] {
  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-bsbcbup0cf] {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.pat-new-selected-pill[b-bsbcbup0cf] {
  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-bsbcbup0cf] {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

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

.pat-new-group__summary[b-bsbcbup0cf] {
  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-bsbcbup0cf]::-webkit-details-marker {
  display: none;
}

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

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

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

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

.pat-new-perm[b-bsbcbup0cf] {
  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-bsbcbup0cf] {
  font-weight: 700;
  font-size: 14px;
}

.pat-new-actions[b-bsbcbup0cf] {
  margin-top: 16px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
/* /Components/Pages/PersonalAccessTokenNew/PersonalAccessTokenNew.razor.rz.scp.css */
@charset "UTF-8";
/* Create PAT page — layout close to provided mock */
.pat-new-page[b-evprjwhprr] {
  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-evprjwhprr] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

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

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

.pat-new-alert[b-evprjwhprr] {
  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-evprjwhprr] {
  font-size: 20px;
}

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

.pat-new-config[b-evprjwhprr] {
  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-evprjwhprr] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 980px) {
  .pat-new-grid[b-evprjwhprr] {
    grid-template-columns: 1fr;
  }
}

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

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

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

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

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

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

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

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

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

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

.pat-new-tag[b-evprjwhprr] {
  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-evprjwhprr] {
  font-size: 16px;
  color: var(--text-suggestion);
}

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

.pat-new-suggestion[b-evprjwhprr] {
  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-evprjwhprr] {
  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-evprjwhprr] {
  font-size: 20px;
  color: var(--blue-surface);
}

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

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

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

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

.pat-new-scope__tab[b-evprjwhprr] {
  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-evprjwhprr] {
  font-size: 18px;
}
.pat-new-scope__tab.is-active[b-evprjwhprr] {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--ui-text-invert);
}
.pat-new-scope__tab.is-active .material-icons[b-evprjwhprr] {
  color: var(--ui-text-invert) !important;
}

.pat-new-scope__summary[b-evprjwhprr] {
  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-evprjwhprr] {
  font-size: 18px;
  color: var(--green);
  margin-top: 1px;
}

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

.pat-new-perms[b-evprjwhprr] {
  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-evprjwhprr] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

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

.pat-new-perms__quick[b-evprjwhprr] {
  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-evprjwhprr] {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.pat-new-selected-pill[b-evprjwhprr] {
  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-evprjwhprr] {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

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

.pat-new-group__summary[b-evprjwhprr] {
  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-evprjwhprr]::-webkit-details-marker {
  display: none;
}

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

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

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

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

.pat-new-perm[b-evprjwhprr] {
  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-evprjwhprr] {
  font-weight: 700;
  font-size: 14px;
}

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

.pat-new-success[b-evprjwhprr] {
  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-evprjwhprr] {
  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-evprjwhprr] {
  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-6l41zldt77] {
  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-6l41zldt77] {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  height: 66.6666666667vh;
  overflow: hidden;
}

/* ── Left sidebar ── */
.project-config__nav[b-6l41zldt77] {
  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-6l41zldt77] {
  margin: 0;
}

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

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

.project-config__menu-item[b-6l41zldt77] {
  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-6l41zldt77] {
  font-size: 20px;
  color: var(--text-sec);
}

.project-config__menu-item span:last-child[b-6l41zldt77] {
  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-6l41zldt77] {
  background: var(--primary-color-alpha);
}

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

.project-config__menu-heading[b-6l41zldt77] {
  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-6l41zldt77] {
  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-6l41zldt77] {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0 32px;
  min-height: 0;
}

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

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

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

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

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

.project-config__field label[b-6l41zldt77] {
  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-6l41zldt77] {
  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-6l41zldt77] {
  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-6l41zldt77] {
  color: var(--text-prim);
}

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

.project-config__input--clickable[b-6l41zldt77] {
  cursor: pointer;
}

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

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

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

.project-config__env-dropdown[b-6l41zldt77] {
  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-6l41zldt77] {
  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-6l41zldt77] {
  background: var(--ui-surface-sec-generic-cta-hover);
}

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

/* Environment pills */
.project-config__env-pill[b-6l41zldt77] {
  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-6l41zldt77] {
  background: #F0FDF4;
  color: #166534;
}

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

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

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

/* Footer with save button */
.project-config__footer[b-6l41zldt77] {
  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-6l41zldt77] {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 500;
}

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

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

/* Save button — white bg, black text per Figma */
.save-config-btn[b-6l41zldt77] {
  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-6l41zldt77] {
  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-6l41zldt77] {
  background: #F0F0F0 !important;
}

/* ── Danger Zone ── */
.project-config__danger-zone[b-6l41zldt77] {
  margin: 0 32px;
  border: 1px solid rgba(239, 68, 68, 0.35) !important;
  border-radius: 12px;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: transparent;
}

.project-config__danger-header[b-6l41zldt77] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.project-config__danger-header .material-icons[b-6l41zldt77] {
  font-size: 20px !important;
  color: #ef4444 !important;
}
.project-config__danger-header h3[b-6l41zldt77] {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #ef4444;
}

.project-config__danger-row[b-6l41zldt77] {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.project-config__danger-info[b-6l41zldt77] {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}
.project-config__danger-info strong[b-6l41zldt77] {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-prim);
}
.project-config__danger-info p[b-6l41zldt77] {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: var(--text-sec);
}

.project-config__danger-btn[b-6l41zldt77] {
  all: unset !important;
  box-sizing: border-box !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 8px 16px !important;
  border-radius: 6px !important;
  border: 1px solid #ef4444 !important;
  background: transparent !important;
  font-family: "Inter", sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #ef4444 !important;
  white-space: nowrap !important;
  transition: background 0.15s, color 0.15s !important;
  flex-shrink: 0;
  box-shadow: none !important;
  min-height: 36px !important;
}
.project-config__danger-btn:hover:not(:disabled)[b-6l41zldt77] {
  background: rgba(239, 68, 68, 0.1) !important;
}
.project-config__danger-btn:disabled[b-6l41zldt77] {
  opacity: 0.4 !important;
  cursor: not-allowed !important;
}

.project-config__danger-confirm[b-6l41zldt77] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px;
  background: rgba(239, 68, 68, 0.04);
  border-radius: 8px;
  border: 1px solid rgba(239, 68, 68, 0.15);
}
.project-config__danger-confirm p[b-6l41zldt77] {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  color: var(--text-sec);
}
.project-config__danger-confirm p strong[b-6l41zldt77] {
  color: var(--text-prim);
}

.project-config__danger-input[b-6l41zldt77] {
  width: 100%;
  box-sizing: border-box;
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid rgba(239, 68, 68, 0.4);
  background: var(--surface-background);
  color: var(--text-prim);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  outline: none;
  transition: border-color 0.15s;
}
.project-config__danger-input:focus[b-6l41zldt77] {
  border-color: #ef4444;
}

.project-config__danger-actions[b-6l41zldt77] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

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

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

.sc-header__text[b-6l41zldt77] {
  flex: 1;
}

.sc-header__text h2[b-6l41zldt77] {
  margin: 0;
  padding: 0;
}

.sc-header__text p[b-6l41zldt77] {
  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-6l41zldt77] {
  flex: none;
}

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

.sc-card[b-6l41zldt77] {
  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-6l41zldt77] {
  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-6l41zldt77] {
  max-height: 40px;
  max-width: 120px;
  object-fit: contain;
}

.sc-card__logo-text[b-6l41zldt77] {
  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-6l41zldt77] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px 16px 16px;
}

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

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

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

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

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

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

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

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

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

.sc-empty[b-6l41zldt77] {
  color: var(--text-sec);
  font-size: 14px;
}

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

.pcl-sk-h2[b-6l41zldt77] {
  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-6l41zldt77 1.8s ease-in-out infinite;
  animation-delay: 0s;
}

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

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

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

.pcl-sk-label[b-6l41zldt77] {
  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-6l41zldt77 1.8s ease-in-out infinite;
  animation-delay: 0.05s;
}

.pcl-sk-input[b-6l41zldt77] {
  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-6l41zldt77 1.8s ease-in-out infinite;
  animation-delay: 0.1s;
}

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

.pcl-sk-status-dot[b-6l41zldt77] {
  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-6l41zldt77 1.6s ease-in-out infinite;
}

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

.pcl-sk-dots[b-6l41zldt77]::after {
  content: ".";
  animation: pcl-dots-b-6l41zldt77 1.4s steps(4, end) infinite;
}
/* /Components/Pages/Project/Configuration/Tabs/FileListTab.razor.rz.scp.css */
.file-list-editor[b-qbbe9oca04] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.file-list-editor__textarea[b-qbbe9oca04] {
  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-qbbe9oca04]::placeholder {
  color: var(--text-suggestion);
}
.file-list-editor__textarea:focus[b-qbbe9oca04] {
  border-color: var(--primary-color);
}
.file-list-editor__actions[b-qbbe9oca04] {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}
.file-list-editor__preview[b-qbbe9oca04] {
  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-qbbe9oca04],
.config-tab__section button.secondary span.label[b-qbbe9oca04] {
  color: var(--ui-text-sec-cta) !important;
}
/* /Components/Pages/Project/Configuration/Tabs/GeneralSettingsTab.razor.rz.scp.css */
.config-tab__section[b-w4s6yl02f9] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.config-tab__section h3[b-w4s6yl02f9] {
  margin: 0;
  color: var(--text-prim);
}

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

.config-tab__sub-text[b-w4s6yl02f9] {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: var(--text-sec);
}
.config-tab__sub-text strong[b-w4s6yl02f9] {
  font-weight: 600;
  color: var(--text-prim);
}
.config-tab__sub-text code[b-w4s6yl02f9] {
  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-w4s6yl02f9] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.config-tab__radio-item[b-w4s6yl02f9] {
  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-w4s6yl02f9] {
  background: var(--primary-color-alpha);
}
.config-tab__radio-item input[type=radio][b-w4s6yl02f9] {
  margin-top: 3px;
  accent-color: var(--primary-color);
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

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

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

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

.config-tab__select-arrow[b-w4s6yl02f9] {
  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-w4s6yl02f9] {
  max-width: 200px;
}

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

.config-tab__field[b-w4s6yl02f9] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.config-tab__field label[b-w4s6yl02f9] {
  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-w4s6yl02f9] {
  font-size: 16px !important;
}

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

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

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

.indexing-results[b-c82o95bd4i] {
  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-c82o95bd4i] {
  display: flex;
  gap: 12px;
  font-size: 14px;
  line-height: 20px;
}
.indexing-result-row strong[b-c82o95bd4i] {
  min-width: 220px;
  color: var(--text-prim);
}
.indexing-result-row span[b-c82o95bd4i] {
  color: var(--text-sec) !important;
}

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

.indexing-warning[b-c82o95bd4i] {
  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-c82o95bd4i] {
  font-size: 20px;
  color: var(--alert-medium-major-highlight) !important;
}
.indexing-warning span:last-child[b-c82o95bd4i] {
  color: var(--alert-medium-major-text) !important;
}
/* /Components/Pages/Project/Configuration/Tabs/IndexingStrategyTab.razor.rz.scp.css */
.strategy-list[b-gb8vkeggmm] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.strategy-item[b-gb8vkeggmm] {
  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-gb8vkeggmm] {
  background: var(--primary-color-alpha);
}

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

.strategy-toggle[b-gb8vkeggmm] {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
  flex-shrink: 0;
}
.strategy-toggle input[b-gb8vkeggmm] {
  opacity: 0;
  width: 0;
  height: 0;
}
.strategy-toggle__slider[b-gb8vkeggmm] {
  position: absolute;
  cursor: pointer;
  inset: 0;
  background: var(--stroke);
  border-radius: 22px;
  transition: background 0.2s ease;
}
.strategy-toggle__slider[b-gb8vkeggmm]::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-gb8vkeggmm] {
  background: var(--primary-color);
}
input:checked + .strategy-toggle__slider[b-gb8vkeggmm]::before {
  transform: translateX(18px);
}
/* /Components/Pages/Project/Configuration/Tabs/ModelSettingsTab.razor.rz.scp.css */
.model-list[b-97xw3a1sd5] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

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

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

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

.model-add-form[b-97xw3a1sd5] {
  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-97xw3a1sd5] {
  display: flex;
  justify-content: flex-end;
  padding-top: 8px;
}

.config-tab__section button.secondary .label[b-97xw3a1sd5],
.config-tab__section button.secondary span.label[b-97xw3a1sd5] {
  color: var(--ui-text-sec-cta) !important;
}

.config-tab__field[b-97xw3a1sd5] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.config-tab__field label[b-97xw3a1sd5] {
  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-97xw3a1sd5] {
  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-97xw3a1sd5]::placeholder {
  color: var(--text-suggestion);
}
.config-tab__input:focus[b-97xw3a1sd5] {
  border-color: var(--primary-color);
}

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

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

.config-tab__select-arrow[b-97xw3a1sd5] {
  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-y08n79r4z1] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

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

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

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

.model-add-form[b-y08n79r4z1] {
  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-y08n79r4z1] {
  display: flex;
  justify-content: flex-end;
  padding-top: 8px;
}

.config-tab__checkbox-label[b-y08n79r4z1] {
  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-y08n79r4z1] {
  accent-color: var(--primary-color);
  width: 16px;
  height: 16px;
}
.config-tab__checkbox-label span[b-y08n79r4z1] {
  color: var(--text-prim) !important;
}

.config-tab__section button.secondary .label[b-y08n79r4z1],
.config-tab__section button.secondary span.label[b-y08n79r4z1] {
  color: var(--ui-text-sec-cta) !important;
}

.config-tab__field[b-y08n79r4z1] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.config-tab__field label[b-y08n79r4z1] {
  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-y08n79r4z1] {
  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-y08n79r4z1]::placeholder {
  color: var(--text-suggestion);
}
.config-tab__input:focus[b-y08n79r4z1] {
  border-color: var(--primary-color);
}

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

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

.config-tab__select-arrow[b-y08n79r4z1] {
  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-zyxxjpiz43] {
  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-zyxxjpiz43] {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}

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

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

/* Cards grid: 3 columns */
.domain-contexts__grid[b-zyxxjpiz43] {
  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-zyxxjpiz43] {
  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-zyxxjpiz43] {
  position: relative;
  width: 100%;
  height: 208px;
  background: var(--surface-background);
  border-radius: 8px;
  overflow: hidden;
}

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

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

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

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

.dc-card__spinner[b-zyxxjpiz43] {
  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-zyxxjpiz43 0.8s linear infinite;
}

@keyframes dc-spin-b-zyxxjpiz43 {
  to {
    transform: rotate(360deg);
  }
}
/* Skeleton pulse on the icon while preview is generating */
.dc-card__skeleton-icon[b-zyxxjpiz43] {
  font-size: 48px;
  color: var(--border-color, #cbd5e1);
  animation: dc-skeleton-pulse-b-zyxxjpiz43 1.4s ease-in-out infinite;
}

@keyframes dc-skeleton-pulse-b-zyxxjpiz43 {
  0%, 100% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.85;
  }
}
/* Version pill */
.dc-card__pill[b-zyxxjpiz43] {
  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-zyxxjpiz43] {
  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-zyxxjpiz43] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  width: 100%;
}

.dc-card__type[b-zyxxjpiz43] {
  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-zyxxjpiz43] {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-sec);
  flex: none;
}

.dc-card__name[b-zyxxjpiz43] {
  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-zyxxjpiz43] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  flex: none;
}

.dc-card__actions button[b-zyxxjpiz43] {
  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-zyxxjpiz43] {
  color: var(--text-prim) !important;
  font-size: 20px;
}

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

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

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

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

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

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

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

.dc-card__menu[b-zyxxjpiz43] {
  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-zyxxjpiz43] {
  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-zyxxjpiz43] {
  background: var(--ui-surface-sec-generic-cta-hover);
}

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

.dc-card__menu-item > span:not(.material-icons)[b-zyxxjpiz43] {
  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-zyxxjpiz43] {
  font-size: 24px;
  color: var(--text-prim);
  flex: none;
}

.dc-card__menu-item--danger > .material-icons[b-zyxxjpiz43],
.dc-card__menu-item--danger > span:not(.material-icons)[b-zyxxjpiz43] {
  color: var(--alert-blocker-highlight) !important;
}

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

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

/* Page number */
.dc-pg__page[b-zyxxjpiz43] {
  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-zyxxjpiz43] {
  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-zyxxjpiz43] {
  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-zyxxjpiz43] {
  background: var(--primary-color);
  border-color: var(--primary-color);
}

/* Prev / Next arrows */
.dc-pg__arrow[b-zyxxjpiz43] {
  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-zyxxjpiz43] {
  font-size: 18px;
  line-height: 1;
}
.dc-pg__arrow:hover[b-zyxxjpiz43] {
  color: var(--text-prim);
  background: var(--primary-color-alpha);
}

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

/* Ellipsis */
.dc-pg__ellipsis[b-zyxxjpiz43] {
  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-yoozu8q3wq] {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 32px 16px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

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

.project-page > div[b-yoozu8q3wq] {
  outline: none;
  scroll-margin-top: calc(148px + var(--tabs-bar-offset, 0px));
}

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

.proj-sk-block[b-yoozu8q3wq] {
  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-yoozu8q3wq] {
  padding: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

.proj-sk-hero-h1[b-yoozu8q3wq] {
  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-yoozu8q3wq 1.8s ease-in-out infinite;
  animation-delay: 0s;
}

.proj-sk-hero-sub[b-yoozu8q3wq] {
  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-yoozu8q3wq 1.8s ease-in-out infinite;
  animation-delay: 0.05s;
}

.proj-sk-hero-input[b-yoozu8q3wq] {
  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-yoozu8q3wq 1.8s ease-in-out infinite;
  animation-delay: 0.1s;
}

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

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

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

.proj-sk-panel-label[b-yoozu8q3wq] {
  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-yoozu8q3wq 1.8s ease-in-out infinite;
  animation-delay: 0s;
}

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

.proj-sk-panel-card[b-yoozu8q3wq] {
  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-yoozu8q3wq 1.8s ease-in-out infinite;
  animation-delay: 0.08s;
}
.proj-sk-panel-card:nth-child(2)[b-yoozu8q3wq] {
  animation-delay: 0.12s;
}
.proj-sk-panel-card:nth-child(3)[b-yoozu8q3wq] {
  animation-delay: 0.16s;
}
.proj-sk-panel-card:nth-child(4)[b-yoozu8q3wq] {
  animation-delay: 0.2s;
}

.proj-sk-contexts[b-yoozu8q3wq] {
  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-yoozu8q3wq] {
  display: flex;
  align-items: center;
}

.proj-sk-contexts-title[b-yoozu8q3wq] {
  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-yoozu8q3wq 1.8s ease-in-out infinite;
  animation-delay: 0s;
}

.proj-sk-contexts-btn[b-yoozu8q3wq] {
  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-yoozu8q3wq 1.8s ease-in-out infinite;
  animation-delay: 0.1s;
}

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

.proj-sk-dc-card[b-yoozu8q3wq] {
  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-yoozu8q3wq] {
  animation-delay: 0.06s;
}
.proj-sk-dc-card:nth-child(3) .proj-sk-dc-preview[b-yoozu8q3wq] {
  animation-delay: 0.12s;
}

.proj-sk-dc-preview[b-yoozu8q3wq] {
  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-yoozu8q3wq 1.8s ease-in-out infinite;
  animation-delay: 0s;
}

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

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

.proj-sk-dc-type[b-yoozu8q3wq] {
  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-yoozu8q3wq 1.8s ease-in-out infinite;
  animation-delay: 0.08s;
}

.proj-sk-dc-name[b-yoozu8q3wq] {
  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-yoozu8q3wq 1.8s ease-in-out infinite;
  animation-delay: 0.12s;
}

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

.proj-sk-dc-action-btn[b-yoozu8q3wq] {
  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-yoozu8q3wq 1.8s ease-in-out infinite;
  animation-delay: 0.14s;
}

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

.proj-sk-dc-meta-row[b-yoozu8q3wq] {
  display: flex;
  gap: 16px;
}
.proj-sk-dc-meta-row > div[b-yoozu8q3wq] {
  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-yoozu8q3wq 1.8s ease-in-out infinite;
  animation-delay: 0.16s;
}
.proj-sk-dc-meta-row > div:nth-child(2)[b-yoozu8q3wq] {
  width: 45px;
  animation-delay: 0.18s;
}
.proj-sk-dc-meta-row > div:nth-child(3)[b-yoozu8q3wq] {
  width: 55px;
  animation-delay: 0.2s;
}

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

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

.proj-sk-stats-title[b-yoozu8q3wq] {
  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-yoozu8q3wq 1.8s ease-in-out infinite;
  animation-delay: 0s;
}

.proj-sk-stats-tabs[b-yoozu8q3wq] {
  display: flex;
  gap: 8px;
}
.proj-sk-stats-tabs > div[b-yoozu8q3wq] {
  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-yoozu8q3wq 1.8s ease-in-out infinite;
  animation-delay: 0.08s;
}
.proj-sk-stats-tabs > div:nth-child(2)[b-yoozu8q3wq] {
  animation-delay: 0.12s;
}
.proj-sk-stats-tabs > div:nth-child(3)[b-yoozu8q3wq] {
  animation-delay: 0.16s;
}

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

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

.proj-sk-kpi[b-yoozu8q3wq] {
  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-yoozu8q3wq] {
  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-yoozu8q3wq 1.8s ease-in-out infinite;
  animation-delay: 0s;
}

.proj-sk-kpi-value[b-yoozu8q3wq] {
  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-yoozu8q3wq 1.8s ease-in-out infinite;
  animation-delay: 0.08s;
}

.proj-sk-kpi-bar[b-yoozu8q3wq] {
  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-yoozu8q3wq 1.8s ease-in-out infinite;
  animation-delay: 0.12s;
}

.proj-sk-chart[b-yoozu8q3wq] {
  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-yoozu8q3wq] {
  display: flex;
  align-items: flex-end;
  width: 100%;
}

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

.proj-sk-chart-title[b-yoozu8q3wq] {
  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-yoozu8q3wq 1.8s ease-in-out infinite;
  animation-delay: 0s;
}

.proj-sk-chart-sub[b-yoozu8q3wq] {
  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-yoozu8q3wq 1.8s ease-in-out infinite;
  animation-delay: 0.08s;
}

.proj-sk-chart-toggles[b-yoozu8q3wq] {
  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-yoozu8q3wq] {
  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-yoozu8q3wq 1.8s ease-in-out infinite;
  animation-delay: 0.1s;
}

.proj-sk-chart-canvas[b-yoozu8q3wq] {
  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-yoozu8q3wq 1.8s ease-in-out infinite;
  animation-delay: 0.04s;
}

.proj-sk-chart-legend[b-yoozu8q3wq] {
  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-yoozu8q3wq] {
  display: flex;
  gap: 24px;
}
.proj-sk-chart-legend-items > div[b-yoozu8q3wq] {
  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-yoozu8q3wq 1.8s ease-in-out infinite;
  animation-delay: 0.12s;
}

.proj-sk-chart-legend-status[b-yoozu8q3wq] {
  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-yoozu8q3wq 1.8s ease-in-out infinite;
  animation-delay: 0.16s;
}

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

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

.proj-sk-members-title[b-yoozu8q3wq] {
  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-yoozu8q3wq 1.8s ease-in-out infinite;
  animation-delay: 0s;
}

.proj-sk-members-actions[b-yoozu8q3wq] {
  display: flex;
  gap: 8px;
}
.proj-sk-members-actions > div[b-yoozu8q3wq] {
  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-yoozu8q3wq 1.8s ease-in-out infinite;
  animation-delay: 0.1s;
}
.proj-sk-members-actions > div:first-child[b-yoozu8q3wq] {
  width: 150px;
}
.proj-sk-members-actions > div:last-child[b-yoozu8q3wq] {
  width: 130px;
}

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

.proj-sk-members-table-hd[b-yoozu8q3wq] {
  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-yoozu8q3wq 1.8s ease-in-out infinite;
  animation-delay: 0s;
}

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

.proj-sk-mrow[b-yoozu8q3wq] {
  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-yoozu8q3wq] {
  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-yoozu8q3wq 1.8s ease-in-out infinite;
  animation-delay: 0s;
}

.proj-sk-mrow-name[b-yoozu8q3wq] {
  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-yoozu8q3wq 1.8s ease-in-out infinite;
  animation-delay: 0.06s;
}

.proj-sk-mrow-project[b-yoozu8q3wq] {
  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-yoozu8q3wq 1.8s ease-in-out infinite;
  animation-delay: 0.1s;
}

.proj-sk-mrow-email[b-yoozu8q3wq] {
  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-yoozu8q3wq 1.8s ease-in-out infinite;
  animation-delay: 0.14s;
}

.proj-sk-mrow-roles[b-yoozu8q3wq] {
  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-yoozu8q3wq 1.8s ease-in-out infinite;
  animation-delay: 0.18s;
}

.proj-sk-config[b-yoozu8q3wq] {
  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-yoozu8q3wq] {
  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-yoozu8q3wq 1.8s ease-in-out infinite;
  animation-delay: 0s;
}

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

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

.proj-sk-config-label[b-yoozu8q3wq] {
  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-yoozu8q3wq 1.8s ease-in-out infinite;
  animation-delay: 0s;
}

.proj-sk-config-input[b-yoozu8q3wq] {
  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-yoozu8q3wq 1.8s ease-in-out infinite;
  animation-delay: 0.08s;
}

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

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

.proj-sk-status-text[b-yoozu8q3wq] {
  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-yoozu8q3wq]::after {
  content: ".";
  animation: proj-dots-b-yoozu8q3wq 1.4s steps(4, end) infinite;
}
/* /Components/Pages/Project/ServiceConnections/ProjectServiceConnections.razor.rz.scp.css */
@charset "UTF-8";
.project-service-connections[b-0ot075ukx8] {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}

/* ── Loading ── */
.psc__loading[b-0ot075ukx8] {
  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-0ot075ukx8] {
  animation: psc-spin-b-0ot075ukx8 1s linear infinite;
  font-size: 20px;
}

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

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

.psc__header-text h2[b-0ot075ukx8] {
  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-0ot075ukx8] {
  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-0ot075ukx8] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  gap: 24px;
}

/* ── Card ── */
.psc__card[b-0ot075ukx8] {
  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-0ot075ukx8] {
  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-0ot075ukx8] {
  max-height: 56px;
  max-width: 176px;
  object-fit: contain;
}

.psc__card-logo-text[b-0ot075ukx8] {
  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-0ot075ukx8] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 8px;
  width: 100%;
  box-sizing: border-box;
}

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

.psc__card-name[b-0ot075ukx8] {
  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-0ot075ukx8] {
  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-0ot075ukx8] {
  color: var(--text-sec);
}

.psc__card-desc[b-0ot075ukx8] {
  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-0ot075ukx8] {
  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-0ot075ukx8] {
  background: var(--primary-color, #4F39F6);
  justify-content: flex-end;
}

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

.psc__toggle--disabled[b-0ot075ukx8] {
  cursor: not-allowed;
  opacity: 0.4;
  pointer-events: none;
}

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

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

.psc__schema-card[b-0ot075ukx8] {
  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-0ot075ukx8] {
  border-color: var(--primary-color, #4F39F6);
}

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

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

.psc__schema-logo[b-0ot075ukx8] {
  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-0ot075ukx8] {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0 8px;
}

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

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

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

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

/* ── Two-panel add content ── */
.psc__add-content[b-0ot075ukx8] {
  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-0ot075ukx8] {
  display: flex;
  flex-direction: column;
  padding: 32px 48px;
  gap: 32px;
  width: 40%;
  background: var(--surface-background);
  flex-shrink: 0;
}

.psc__add-left h3[b-0ot075ukx8] {
  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-0ot075ukx8] {
  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-0ot075ukx8] {
  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-0ot075ukx8] {
  color: var(--text-sec);
}

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

.psc__add-right h3[b-0ot075ukx8] {
  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-0ot075ukx8] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

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

.psc__form-field label[b-0ot075ukx8] {
  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-0ot075ukx8],
.psc__form-field textarea[b-0ot075ukx8] {
  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-0ot075ukx8] {
  height: auto;
  resize: vertical;
}

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

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

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

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

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

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

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

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

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

.psc__card-actions[b-0ot075ukx8] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  align-self: flex-end;
  padding: 0 4px;
}

.psc__icon-btn[b-0ot075ukx8] {
  all: unset;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-sec);
  border-radius: 6px;
  padding: 4px;
  transition: color 0.15s, background 0.15s;
}
.psc__icon-btn:hover[b-0ot075ukx8] {
  color: var(--text-primary);
  background: var(--surface-nav-2);
}
.psc__icon-btn .material-icons[b-0ot075ukx8] {
  font-size: 18px;
}

.psc__icon-btn--danger:hover[b-0ot075ukx8] {
  color: #ef4444;
  background: rgba(239, 68, 68, 0.1);
}

/* ── Secret field with show/hide toggle ── */
.psc__secret-wrap[b-0ot075ukx8] {
  position: relative;
  display: flex;
  align-items: center;
}
.psc__secret-wrap input[b-0ot075ukx8] {
  flex: 1;
  padding-right: 40px;
}

.psc__secret-toggle[b-0ot075ukx8] {
  all: unset;
  position: absolute;
  right: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-sec);
  border-radius: 4px;
  padding: 2px;
  transition: color 0.15s;
}
.psc__secret-toggle:hover[b-0ot075ukx8] {
  color: var(--text-prim);
}
.psc__secret-toggle .material-icons[b-0ot075ukx8] {
  font-size: 18px;
}

/* ── Additional fields (extra key-value rows) ── */
.psc__form-field--extra[b-0ot075ukx8] {
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.psc__form-field--extra .psc__extra-key[b-0ot075ukx8] {
  flex: 1;
  min-width: 0;
}
.psc__form-field--extra .psc__extra-value[b-0ot075ukx8] {
  flex: 2;
  min-width: 0;
}

.psc__form-field--separator[b-0ot075ukx8] {
  margin-top: 8px;
  border-top: 1px solid var(--stroke, #2D2F2E);
  padding-top: 12px;
}

.psc__label-section[b-0ot075ukx8] {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: var(--text-sec);
}

.psc__add-field-btn[b-0ot075ukx8] {
  align-self: flex-start;
}

/* ── Dark mode overrides ── */
[data-theme=dark] .psc__card-preview[b-0ot075ukx8],
[data-theme=dark] .psc__schema-preview[b-0ot075ukx8] {
  background: var(--surface-background);
}
/* /Components/Pages/Project/Statistics/DocumentsTable.razor.rz.scp.css */
@keyframes docs-shimmer-b-zx3tebpevv {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}
.docs-section[b-zx3tebpevv] {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 493px;
}

.docs-table-wrapper[b-zx3tebpevv] {
  width: 100%;
  overflow-x: auto;
  padding: 8px 0 0;
  flex: 1;
}

.docs-table[b-zx3tebpevv] {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  color: var(--text-prim);
}
.docs-table thead tr[b-zx3tebpevv] {
  border-bottom: 1px solid var(--stroke-alpha);
}
.docs-table th[b-zx3tebpevv] {
  text-align: left;
  padding: 8px 12px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-sec, #94a3b8);
  white-space: nowrap;
}
.docs-table__row[b-zx3tebpevv] {
  border-bottom: 1px solid var(--stroke-alpha);
  transition: background 0.15s;
}
.docs-table__row:hover[b-zx3tebpevv] {
  background: rgba(99, 102, 241, 0.06);
}
.docs-table__cell[b-zx3tebpevv] {
  padding: 10px 12px;
  vertical-align: middle;
}
.docs-table__cell--icon[b-zx3tebpevv] {
  width: 40px;
}
.docs-table__cell--name[b-zx3tebpevv] {
  font-weight: 500;
  color: var(--text-prim);
}
.docs-table__cell--date[b-zx3tebpevv] {
  white-space: nowrap;
  color: var(--text-sec, #94a3b8);
  font-size: 12px;
}
.docs-table__cell--scope[b-zx3tebpevv] {
  color: var(--text-sec, #94a3b8);
  font-size: 12px;
}
.docs-table__cell--action[b-zx3tebpevv] {
  width: 48px;
  text-align: center;
}

.docs-file-icon[b-zx3tebpevv] {
  font-size: 20px;
  color: var(--text-sec, #94a3b8);
}

.docs-ext-badge[b-zx3tebpevv] {
  display: inline-block;
  padding: 2px 7px;
  border-radius: 4px;
  background: var(--surface-section, #f1f5f9);
  border: 1px solid var(--stroke-alpha);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--text-sec, #64748b);
}

.docs-status-badge[b-zx3tebpevv] {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 10px;
  border-radius: 100px;
  font-size: 11px;
  font-weight: 600;
}
.docs-status-badge--indexed[b-zx3tebpevv], .docs-status-badge--completed[b-zx3tebpevv] {
  background: color-mix(in srgb, #10b981 12%, transparent);
  color: #059669;
}
.docs-status-badge--processing[b-zx3tebpevv], .docs-status-badge--pending[b-zx3tebpevv], .docs-status-badge--in-progress[b-zx3tebpevv] {
  background: color-mix(in srgb, #f59e0b 12%, transparent);
  color: #d97706;
  border: 1px solid color-mix(in srgb, #f59e0b 30%, transparent);
}
.docs-status-badge--failed[b-zx3tebpevv], .docs-status-badge--error[b-zx3tebpevv] {
  background: color-mix(in srgb, #ef4444 12%, transparent);
  color: #dc2626;
  border: 1px solid color-mix(in srgb, #ef4444 30%, transparent);
}
.docs-status-badge--not-indexed[b-zx3tebpevv], .docs-status-badge--unindexed[b-zx3tebpevv] {
  background: var(--surface-section, #f1f5f9);
  color: var(--text-muted, #94a3b8);
}

.docs-delete-btn[b-zx3tebpevv] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  box-shadow: none;
  background: transparent;
  cursor: pointer;
  color: var(--text-sec, #94a3b8);
  transition: color 0.15s;
}
.docs-delete-btn .material-icons[b-zx3tebpevv] {
  font-size: 18px;
}
.docs-delete-btn:hover[b-zx3tebpevv] {
  color: #ef4444;
}

.docs-empty[b-zx3tebpevv] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 48px 24px;
  color: var(--text-sec, #94a3b8);
  font-size: 14px;
  text-align: center;
}
.docs-empty__icon[b-zx3tebpevv] {
  font-size: 40px;
  opacity: 0.5;
}

.docs-pagination[b-zx3tebpevv] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 12px 0 4px;
  border-top: 1px solid var(--stroke-alpha);
  margin-top: auto;
}
.docs-pagination__info[b-zx3tebpevv] {
  font-size: 12px;
  color: var(--text-sec, #94a3b8);
}
.docs-pagination__controls[b-zx3tebpevv] {
  display: flex;
  align-items: center;
  gap: 2px;
}
.docs-pagination__btn[b-zx3tebpevv] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  padding: 0 6px;
  border: 1px solid transparent;
  border-radius: 6px;
  background: transparent;
  color: var(--text-sec, #94a3b8);
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.docs-pagination__btn .material-icons[b-zx3tebpevv] {
  font-size: 18px;
}
.docs-pagination__btn:hover:not(:disabled)[b-zx3tebpevv] {
  background: var(--stroke-alpha);
  color: var(--text-prim);
}
.docs-pagination__btn--active[b-zx3tebpevv] {
  border-color: var(--primary-color);
  background: var(--primary-color-alpha);
  color: var(--primary-color);
  font-weight: 600;
}
.docs-pagination__btn:disabled[b-zx3tebpevv] {
  opacity: 0.35;
  cursor: not-allowed;
}

.docs-skeleton[b-zx3tebpevv] {
  padding: 8px 0 16px;
}

.docs-sk-row[b-zx3tebpevv] {
  display: grid;
  grid-template-columns: 40px 1fr 80px 110px 130px 100px 48px;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-bottom: 1px solid var(--stroke-alpha);
}
.docs-sk-row.docs-sk-header[b-zx3tebpevv] {
  border-bottom: 1px solid var(--stroke-alpha);
  padding-bottom: 12px;
}

.docs-sk-cell[b-zx3tebpevv] {
  height: 14px;
  border-radius: 4px;
}
.docs-sk-cell--icon[b-zx3tebpevv] {
  width: 20px;
  height: 20px;
  border-radius: 4px;
}
.docs-sk-cell--name[b-zx3tebpevv] {
  width: 100%;
}
.docs-sk-cell--ext[b-zx3tebpevv] {
  width: 50px;
}
.docs-sk-cell--date[b-zx3tebpevv] {
  width: 90px;
}
.docs-sk-cell--status[b-zx3tebpevv] {
  width: 100px;
  border-radius: 100px;
}
.docs-sk-cell--scope[b-zx3tebpevv] {
  width: 70px;
}
.docs-sk-cell--action[b-zx3tebpevv] {
  width: 24px;
  height: 24px;
  border-radius: 6px;
}

.docs-sk-shimmer[b-zx3tebpevv] {
  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: docs-shimmer-b-zx3tebpevv 1.8s ease-in-out infinite;
}
/* /Components/Pages/Project/Statistics/ProjectStatistics.razor.rz.scp.css */
.upload-doc-btn[b-lzsnrs2xim] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 12px;
  height: 28px;
  border: none;
  border-radius: 6px;
  background: var(--primary-color);
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 12px;
  cursor: pointer;
  white-space: nowrap;
  transition: opacity 0.15s, box-shadow 0.15s;
}
.upload-doc-btn .material-icons[b-lzsnrs2xim] {
  font-size: 16px;
}
.upload-doc-btn:hover[b-lzsnrs2xim] {
  opacity: 0.88;
  box-shadow: 0 4px 12px color-mix(in srgb, var(--primary-color) 35%, transparent);
}
.upload-doc-btn:active[b-lzsnrs2xim] {
  opacity: 0.75;
}
/* /Components/Pages/Project/Statistics/UploadDocumentModal.razor.rz.scp.css */
.upload-modal-overlay[b-6xzb6yre65] {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(2px);
  z-index: 1000;
}

.upload-modal[b-6xzb6yre65] {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
  background: var(--ui-surface-card, #fff);
  border: 1px solid var(--stroke);
  border-radius: 16px;
  box-shadow: 0 20px 60px -10px rgba(0, 0, 0, 0.25);
  width: 480px;
  max-width: calc(100vw - 32px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.upload-modal__header[b-6xzb6yre65] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px 16px;
  border-bottom: 1px solid var(--stroke-alpha);
}
.upload-modal__title[b-6xzb6yre65] {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-prim);
}
.upload-modal__close[b-6xzb6yre65] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 8px;
  background: transparent;
  color: var(--text-sec);
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}
.upload-modal__close .material-icons[b-6xzb6yre65] {
  font-size: 20px;
}
.upload-modal__close:hover[b-6xzb6yre65] {
  background: var(--stroke-alpha);
  color: var(--text-prim);
}
.upload-modal__body[b-6xzb6yre65] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px 24px;
}
.upload-modal__field[b-6xzb6yre65] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.upload-modal__label[b-6xzb6yre65] {
  font-size: 12px;
  font-weight: 600;
  color: var(--text-sec);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.upload-modal__select[b-6xzb6yre65] {
  width: 100%;
  height: 38px;
  padding: 0 12px;
  border: 1px solid var(--stroke);
  border-radius: 8px;
  background: var(--surface-section, #f8fafc);
  color: var(--text-prim);
  font-size: 14px;
  cursor: pointer;
  outline: none;
}
.upload-modal__select:focus[b-6xzb6yre65] {
  border-color: var(--primary-color);
}
.upload-modal__dropzone[b-6xzb6yre65] {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 28px 20px;
  border: 2px dashed var(--stroke);
  border-radius: 12px;
  background: var(--surface-section, #f8fafc);
  cursor: pointer;
  text-align: center;
  user-select: none;
  transition: border-color 0.15s, background 0.15s;
}
.upload-modal__dropzone:hover[b-6xzb6yre65] {
  border-color: var(--primary-color);
  background: color-mix(in srgb, var(--primary-color) 5%, var(--surface-section, #f8fafc));
}
.upload-modal__dropzone-icon[b-6xzb6yre65] {
  font-size: 36px;
  color: var(--primary-color);
  opacity: 0.65;
}
.upload-modal__dropzone-text[b-6xzb6yre65] {
  font-size: 13px;
  color: var(--text-sec);
  line-height: 1.4;
}
.upload-modal__dropzone-text strong[b-6xzb6yre65] {
  color: var(--primary-color);
  font-weight: 600;
}
.upload-modal__dropzone-hint[b-6xzb6yre65] {
  font-size: 11px;
  color: var(--text-muted, #94a3b8);
}
.upload-modal__file-list[b-6xzb6yre65] {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-height: 160px;
  overflow-y: auto;
}
.upload-modal__file-item[b-6xzb6yre65] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 6px;
  background: var(--surface-section, #f1f5f9);
  font-size: 13px;
  color: var(--text-prim);
}
.upload-modal__file-item .material-icons[b-6xzb6yre65] {
  font-size: 16px;
  color: var(--text-sec);
  flex-shrink: 0;
}
.upload-modal__file-name[b-6xzb6yre65] {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.upload-modal__file-size[b-6xzb6yre65] {
  font-size: 11px;
  color: var(--text-sec);
  flex-shrink: 0;
}
.upload-modal__error[b-6xzb6yre65] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 8px;
  background: color-mix(in srgb, #ef4444 10%, transparent);
  border: 1px solid color-mix(in srgb, #ef4444 30%, transparent);
  color: #dc2626;
  font-size: 13px;
}
.upload-modal__error .material-icons[b-6xzb6yre65] {
  font-size: 18px;
  flex-shrink: 0;
}
.upload-modal__success[b-6xzb6yre65] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 8px;
  background: color-mix(in srgb, #10b981 10%, transparent);
  border: 1px solid color-mix(in srgb, #10b981 30%, transparent);
  color: #059669;
  font-size: 13px;
}
.upload-modal__success .material-icons[b-6xzb6yre65] {
  font-size: 18px;
  flex-shrink: 0;
}
.upload-modal__footer[b-6xzb6yre65] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding: 16px 24px 20px;
  border-top: 1px solid var(--stroke-alpha);
}
.upload-modal__btn[b-6xzb6yre65] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 16px;
  height: 36px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.15s, background 0.15s;
}
.upload-modal__btn .material-icons[b-6xzb6yre65] {
  font-size: 18px;
}
.upload-modal__btn:disabled[b-6xzb6yre65] {
  opacity: 0.45;
  cursor: not-allowed;
}
.upload-modal__btn--cancel[b-6xzb6yre65] {
  border: 1px solid var(--stroke);
  background: transparent;
  color: var(--text-sec);
}
.upload-modal__btn--cancel:hover:not(:disabled)[b-6xzb6yre65] {
  background: var(--stroke-alpha);
  color: var(--text-prim);
}
.upload-modal__btn--submit[b-6xzb6yre65] {
  border: none;
  background: var(--primary-color);
  color: #fff;
}
.upload-modal__btn--submit:hover:not(:disabled)[b-6xzb6yre65] {
  opacity: 0.88;
}
.upload-modal__spinner[b-6xzb6yre65] {
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #fff;
  border-radius: 50%;
  animation: modal-spin-b-6xzb6yre65 0.7s linear infinite;
}

@keyframes modal-spin-b-6xzb6yre65 {
  to {
    transform: rotate(360deg);
  }
}
/* /Components/Pages/TestAllFonctions/TestAllFonctions.razor.rz.scp.css */
@charset "UTF-8";
.taf-layout[b-qneuo5blt9] {
  display: flex;
  height: 100vh;
  font-family: "Courier New", "Monaco", monospace;
  font-size: 13px;
  background: #fff;
  overflow: hidden;
}

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

.taf-title[b-qneuo5blt9] {
  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-qneuo5blt9] {
  margin-bottom: 6px;
}
.taf-node--nested[b-qneuo5blt9] {
  margin-left: 16px;
  padding-left: 10px;
  border-left: 2px solid #dee2e6;
  margin-top: 6px;
}

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

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

.taf-node__selector[b-qneuo5blt9] {
  margin: 4px 0 6px 20px;
}
.taf-node__selector select[b-qneuo5blt9] {
  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-qneuo5blt9] {
  outline: none;
  border-color: #4361ee;
  box-shadow: 0 0 0 2px rgba(67, 97, 238, 0.15);
}

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

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

.taf-fn-group-label[b-qneuo5blt9] {
  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-qneuo5blt9] {
  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-qneuo5blt9]::before {
  content: "⟶ ";
  color: #adb5bd;
  flex-shrink: 0;
}
.taf-fn:hover[b-qneuo5blt9] {
  background: #e7f1ff;
  color: #0a3aaa;
}
.taf-fn:active[b-qneuo5blt9] {
  background: #cce0ff;
}

.taf-badge[b-qneuo5blt9] {
  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-qneuo5blt9] {
  background: #4361ee;
  color: #fff;
}
.taf-badge--success[b-qneuo5blt9] {
  background: #d1e7dd;
  color: #0f5132;
}
.taf-badge--error[b-qneuo5blt9] {
  background: #f8d7da;
  color: #842029;
}

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

.taf-result__header[b-qneuo5blt9] {
  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-qneuo5blt9] {
  font-size: 14px;
  font-weight: 700;
  color: #1a1a2e;
  font-family: "Courier New", monospace;
}

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

.taf-result__json[b-qneuo5blt9] {
  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-qneuo5blt9] {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #6c757d;
}
.taf-result__state--empty[b-qneuo5blt9] {
  opacity: 0.7;
}

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

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

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

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

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

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

.taf-result__missing-input[b-qneuo5blt9] {
  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-qneuo5blt9] {
  outline: none;
  border-color: #4361ee;
  box-shadow: 0 0 0 2px rgba(67, 97, 238, 0.15);
}

.taf-result__retry-btn[b-qneuo5blt9] {
  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-qneuo5blt9] {
  background: #3451d1;
}
/* /Components/Pages/UiKit.razor.rz.scp.css */
div.container[b-si1nbre9j3] {
  display: flex;
  width: 100%;
}

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

.container-light[b-si1nbre9j3] {
  background-color: var(--surface-background);
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
  padding: 16px;
}
/* /Components/Ui/AccessDeniedView.razor.rz.scp.css */
.access-denied-view[b-ppsnyun5iz] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: 16px;
  padding: 80px 24px;
  color: var(--text-sec);
}
.access-denied-view__icon[b-ppsnyun5iz] {
  font-size: 56px;
  opacity: 0.3;
}
.access-denied-view__body[b-ppsnyun5iz] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  max-width: 440px;
}
.access-denied-view__title[b-ppsnyun5iz] {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--text-pri);
  margin: 0;
}
.access-denied-view__desc[b-ppsnyun5iz] {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  line-height: 1.6;
}
/* /Components/Ui/Ads/MarketingPreview.razor.rz.scp.css */
.marketing-preview[b-5ndxlce1uv] {
  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-5ndxlce1uv] {
  margin: 0;
}
/* /Components/Ui/AiFloating/AiFloating.razor.rz.scp.css */
.ai-floating-root[b-ogf4zv62ug] {
  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-ogf4zv62ug] {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.ai-copilot-panel[b-ogf4zv62ug] {
  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-ogf4zv62ug 0.35s cubic-bezier(0.16, 1, 0.3, 1) both;
}
[data-theme=light] .ai-copilot-panel[b-ogf4zv62ug] {
  background: #ffffff;
  border-color: #e2e8f0;
}
.ai-copilot-panel__header[b-ogf4zv62ug] {
  padding: 20px 20px 16px;
}
.ai-copilot-panel__header span[b-ogf4zv62ug] {
  color: #e63c11;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
.ai-copilot-panel__body[b-ogf4zv62ug] {
  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-ogf4zv62ug] {
  scrollbar-color: #e2e8f0 transparent;
}
.ai-copilot-panel__footer[b-ogf4zv62ug] {
  padding: 12px 16px 16px;
}

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

.ai-copilot-card[b-ogf4zv62ug] {
  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-ogf4zv62ug] {
  background: #f5f7fa;
  border-color: #e2e8f0;
  color: #45556c;
}
.ai-copilot-card:hover[b-ogf4zv62ug] {
  background: #222422;
}
[data-theme=light] .ai-copilot-card:hover[b-ogf4zv62ug] {
  background: #eef1f6;
}

.ai-copilot-footer-bar[b-ogf4zv62ug] {
  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-ogf4zv62ug] {
  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-ogf4zv62ug] {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.ai-copilot-footer-bar__logo[b-ogf4zv62ug] {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}
.ai-copilot-footer-bar__input[b-ogf4zv62ug] {
  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-ogf4zv62ug] {
  color: #0f172b;
}
.ai-copilot-footer-bar__input[b-ogf4zv62ug]::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme=light] .ai-copilot-footer-bar__input[b-ogf4zv62ug]::placeholder {
  color: rgba(15, 23, 43, 0.35);
}
.ai-copilot-footer-bar__actions[b-ogf4zv62ug] {
  display: flex;
  justify-content: flex-end;
  gap: 6px;
}
.ai-copilot-footer-bar__expand[b-ogf4zv62ug], .ai-copilot-footer-bar__send[b-ogf4zv62ug] {
  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-ogf4zv62ug], [data-theme=light] .ai-copilot-footer-bar__send[b-ogf4zv62ug] {
  background: #f5f7fa;
  border-color: #e2e8f0;
  color: #0f172b;
}
.ai-copilot-footer-bar__expand .material-icons[b-ogf4zv62ug], .ai-copilot-footer-bar__send .material-icons[b-ogf4zv62ug] {
  font-size: 14px;
  color: inherit;
}
.ai-copilot-footer-bar__expand:hover[b-ogf4zv62ug], .ai-copilot-footer-bar__send:hover[b-ogf4zv62ug] {
  background: #2d2f2e;
}
[data-theme=light] .ai-copilot-footer-bar__expand:hover[b-ogf4zv62ug], [data-theme=light] .ai-copilot-footer-bar__send:hover[b-ogf4zv62ug] {
  background: #e2e8f0;
}

@keyframes ai-copilot-open-b-ogf4zv62ug {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.floating-ai-prompt[b-ogf4zv62ug] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.floating-ai-prompt__button[b-ogf4zv62ug] {
  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-ogf4zv62ug] {
  width: 28px;
  height: 28px;
  filter: brightness(0) invert(1);
}
.floating-ai-prompt__button:hover[b-ogf4zv62ug] {
  opacity: 0.9;
}
.floating-ai-prompt__button.is-active[b-ogf4zv62ug] {
  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-ogf4zv62ug] {
  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-ogf4zv62ug 0.3s cubic-bezier(0.16, 1, 0.3, 1) both;
}
[data-theme=light] .floating-ai-prompt__panel-wrapper[b-ogf4zv62ug] {
  background: #ffffff;
  border-color: #e2e8f0;
}
.floating-ai-prompt__panel[b-ogf4zv62ug] {
  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-ogf4zv62ug] {
  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-ogf4zv62ug] {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  display: block;
}
.floating-ai-prompt__panel-input[b-ogf4zv62ug] {
  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-ogf4zv62ug] {
  color: #0f172b;
}
.floating-ai-prompt__panel-input[b-ogf4zv62ug]::placeholder {
  color: rgba(255, 255, 255, 0.35);
}
[data-theme=light] .floating-ai-prompt__panel-input[b-ogf4zv62ug]::placeholder {
  color: rgba(15, 23, 43, 0.35);
}
.floating-ai-prompt__panel-send[b-ogf4zv62ug] {
  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-ogf4zv62ug] {
  background: #f5f7fa;
  border-color: #e2e8f0;
  color: #0f172b;
}
.floating-ai-prompt__panel-send .material-icons[b-ogf4zv62ug] {
  font-size: 16px;
  color: inherit;
}
.floating-ai-prompt__panel-send:hover[b-ogf4zv62ug] {
  background: #2d2f2e;
}
[data-theme=light] .floating-ai-prompt__panel-send:hover[b-ogf4zv62ug] {
  background: #e2e8f0;
}

@keyframes ai-panel-open-b-ogf4zv62ug {
  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-21pxbrt7nv] {
  border-radius: 12px;
  padding: 16px;
}
.ui-card--default[b-21pxbrt7nv] {
  background-color: var(--surface-section);
  border: 1px solid var(--stroke-alpha);
  box-shadow: 0 4px 24px -4px var(--ui-shadow);
}
.ui-card--outline[b-21pxbrt7nv] {
  background-color: var(--ui-surface-card);
  border: 1px solid var(--stroke);
}
.ui-card--filled[b-21pxbrt7nv] {
  background-color: var(--ui-surface-card);
  border: none;
}
/* /Components/Ui/Form/Textarea.razor.rz.scp.css */
.textarea-container[b-f0fktaiiya] {
  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-f0fktaiiya] {
  width: 100%;
  height: 108px;
  border: none;
  outline: none;
  background: transparent;
  resize: none;
  flex: 1;
}

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

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

.send-button[b-f0fktaiiya] {
  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-f0fktaiiya] {
  font-size: 16px;
  color: #ffffff !important;
}
[data-theme=light] .send-button[b-f0fktaiiya] {
  background: #ffffff;
  border: 1px solid #e2e8f0;
}
[data-theme=light] .send-button .material-icons[b-f0fktaiiya] {
  color: #0f172b !important;
}

.share-icon[b-f0fktaiiya] {
  width: 32px;
  height: 32px;
  padding: 8.5px;
  box-sizing: border-box;
  cursor: pointer;
  align-self: flex-end;
}
[data-theme=dark] .share-icon[b-f0fktaiiya] {
  filter: brightness(0) invert(1);
}
[data-theme=light] .share-icon[b-f0fktaiiya] {
  filter: brightness(0);
}
/* /Components/Ui/Header/HeaderConnected.razor.rz.scp.css */
@charset "UTF-8";
.main-header[b-pvv9qpja1q] {
  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-pvv9qpja1q] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.main-header .logo img[b-pvv9qpja1q] {
  background-color: white;
  border-radius: 8px;
  padding: 6px;
  border: 2px solid var(--red);
  height: 36px;
}
.main-header .logo p[b-pvv9qpja1q] {
  margin: 0;
}
.main-header span[b-pvv9qpja1q] {
  font-size: 20px;
  color: var(--ui-text-sec-cta);
}
.main-header .separator[b-pvv9qpja1q] {
  width: 1px;
  height: 24px;
  background-color: var(--stroke);
}
.main-header .apps[b-pvv9qpja1q] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-header .apps > span[b-pvv9qpja1q] {
  cursor: pointer;
}
.main-header .apps .apps-menu[b-pvv9qpja1q] {
  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-pvv9qpja1q] {
  padding: 12px;
}
.main-header .apps .apps-menu > div:first-of-type[b-pvv9qpja1q] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-content: start;
  gap: 4px;
}
.main-header .apps .apps-menu > div:first-of-type > a[b-pvv9qpja1q] {
  position: relative;
}
.main-header .apps .apps-menu > div:first-of-type > a .app-tooltip[b-pvv9qpja1q] {
  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-pvv9qpja1q] {
  display: block;
}
.main-header .apps .apps-menu > div:first-of-type button[b-pvv9qpja1q] {
  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-pvv9qpja1q] {
  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-pvv9qpja1q] {
  width: 20px;
  height: 18px;
}
.main-header .apps .apps-menu > div:first-of-type button p[b-pvv9qpja1q],
.main-header .apps .apps-menu > div:first-of-type button h4[b-pvv9qpja1q] {
  margin: 0;
}
.main-header .apps .apps-menu > div:first-of-type button h4[b-pvv9qpja1q] {
  margin-top: 8px;
}
.main-header .apps .apps-menu > div:first-of-type button:disabled[b-pvv9qpja1q] {
  background-color: var(--surface-disabled, #f0f0f0);
}
.main-header .apps .apps-menu > div:first-of-type button:disabled h4[b-pvv9qpja1q], .main-header .apps .apps-menu > div:first-of-type button:disabled p[b-pvv9qpja1q] {
  color: var(--text-disabled, #aaa);
}
.main-header .apps .apps-menu > div:last-of-type[b-pvv9qpja1q] {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 0;
}
.main-header .apps .apps-menu > div:last-of-type > *[b-pvv9qpja1q] {
  margin: 0;
}
.main-header .apps .apps-menu > div:last-of-type > p[b-pvv9qpja1q] {
  flex: 1;
  min-height: 0;
  overflow: visible;
}
.main-header .apps .apps-menu > div:last-of-type .apps-menu__actions[b-pvv9qpja1q] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-shrink: 0;
}
.main-header .apps .apps-menu > div:last-of-type .apps-menu__actions > button[b-pvv9qpja1q] {
  align-self: flex-start;
}
.main-header .notifications[b-pvv9qpja1q] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-header .notifications > span.material-icons[b-pvv9qpja1q] {
  cursor: pointer;
}
.main-header .notifications span.pin[b-pvv9qpja1q] {
  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-pvv9qpja1q] {
  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-pvv9qpja1q] {
  position: relative;
  min-width: 230px;
}
.main-header .profil > button[b-pvv9qpja1q] {
  width: 100%;
}
.main-header .profil > button > p[b-pvv9qpja1q] {
  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-pvv9qpja1q] {
  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-pvv9qpja1q] {
  margin-left: 8px;
}
.main-header .profil .profil-menu[b-pvv9qpja1q] {
  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-pvv9qpja1q] {
  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-pvv9qpja1q] {
  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-pvv9qpja1q] {
  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-pvv9qpja1q] {
  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-pvv9qpja1q],
.main-header .profil .profil-menu > form[b-pvv9qpja1q] {
  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-pvv9qpja1q],
.main-header .profil .profil-menu > form span[b-pvv9qpja1q] {
  color: var(--text-sec) !important;
}
.main-header .profil .profil-menu > a button[b-pvv9qpja1q],
.main-header .profil .profil-menu > form button[b-pvv9qpja1q] {
  background: none;
  padding: 0;
  box-shadow: none;
  color: var(--text-prim);
}

/* ── Install Forge Modal ──────────────────────────────────── */
.forge-install-overlay[b-pvv9qpja1q] {
  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-pvv9qpja1q] {
  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-pvv9qpja1q] {
  background: #ffffff;
  border-color: var(--stroke);
  scrollbar-color: rgba(0, 0, 0, 0.12) transparent;
}

.forge-install-modal__close[b-pvv9qpja1q] {
  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-pvv9qpja1q] {
  font-size: 16px !important;
  color: rgba(255, 255, 255, 0.5) !important;
  line-height: 1 !important;
}
.forge-install-modal__close:hover[b-pvv9qpja1q] {
  background: rgba(255, 255, 255, 0.12) !important;
}
[data-theme=light] .forge-install-modal__close[b-pvv9qpja1q] {
  background: rgba(0, 0, 0, 0.05) !important;
}
[data-theme=light] .forge-install-modal__close span[b-pvv9qpja1q] {
  color: rgba(0, 0, 0, 0.45) !important;
}
[data-theme=light] .forge-install-modal__close:hover[b-pvv9qpja1q] {
  background: rgba(0, 0, 0, 0.1) !important;
}

.forge-install-modal__head[b-pvv9qpja1q] {
  text-align: center;
  padding: 16px 16px 8px;
}
.forge-install-modal__head h2[b-pvv9qpja1q] {
  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-pvv9qpja1q] {
  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-pvv9qpja1q] {
  color: var(--text-prim);
}
[data-theme=light] .forge-install-modal__head p[b-pvv9qpja1q] {
  color: var(--text-sec);
}

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

.forge-install-ide[b-pvv9qpja1q] {
  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-pvv9qpja1q] {
  border-color: rgba(255, 255, 255, 0.14);
}
.forge-install-ide a[b-pvv9qpja1q] {
  text-decoration: none;
}
[data-theme=light] .forge-install-ide[b-pvv9qpja1q] {
  background: var(--ui-surface-card);
  border-color: var(--stroke);
}
[data-theme=light] .forge-install-ide:hover[b-pvv9qpja1q] {
  border-color: rgba(0, 0, 0, 0.2);
}

.forge-install-ide__icon[b-pvv9qpja1q] {
  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-pvv9qpja1q] {
  flex: 1;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
}
[data-theme=light] .forge-install-ide__name[b-pvv9qpja1q] {
  color: var(--text-prim);
}

.forge-install-ide__btn[b-pvv9qpja1q] {
  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-pvv9qpja1q] {
  color: #ffffff !important;
}

.forge-install-modal__sep[b-pvv9qpja1q] {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 0 2px;
}
.forge-install-modal__sep[b-pvv9qpja1q]::before, .forge-install-modal__sep[b-pvv9qpja1q]::after {
  content: "";
  flex: 1;
  border-top: 1px dashed rgba(255, 255, 255, 0.12);
}
.forge-install-modal__sep span[b-pvv9qpja1q] {
  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-pvv9qpja1q]::before, [data-theme=light] .forge-install-modal__sep[b-pvv9qpja1q]::after {
  border-top-color: rgba(0, 0, 0, 0.12);
}
[data-theme=light] .forge-install-modal__sep span[b-pvv9qpja1q] {
  color: var(--text-suggestion);
}

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

.forge-install-roadmap-item[b-pvv9qpja1q] {
  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-pvv9qpja1q] {
  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-pvv9qpja1q] {
  font-size: 15px !important;
  color: rgba(255, 255, 255, 0.3) !important;
}
.forge-install-roadmap-item > span:last-child[b-pvv9qpja1q] {
  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-pvv9qpja1q] {
  background: var(--ui-surface-card);
  border-color: var(--stroke);
}
[data-theme=light] .forge-install-roadmap-item .forge-install-roadmap-item__icon[b-pvv9qpja1q] {
  background: rgba(0, 0, 0, 0.06);
}
[data-theme=light] .forge-install-roadmap-item .forge-install-roadmap-item__icon span[b-pvv9qpja1q] {
  color: rgba(0, 0, 0, 0.3) !important;
}
[data-theme=light] .forge-install-roadmap-item > span:last-child[b-pvv9qpja1q] {
  color: var(--text-sec);
}
/* /Components/Ui/Header/HeaderPreview.razor.rz.scp.css */
.header-preview[b-7usuy2be8d] {
  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-7usuy2be8d] {
  height: 100%;
}
/* /Components/Ui/Header/HeaderTab.razor.rz.scp.css */
.tab-header[b-gg13zeutao] {
  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-gg13zeutao] {
  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-gg13zeutao] {
  background-color: var(--primary-color-alpha);
}
.tab-header > a.active > p[b-gg13zeutao] {
  color: var(--text-prim);
}
.tab-header > a > p[b-gg13zeutao] {
  margin: 0 16px 0 8px;
  color: var(--text-sec);
}
.tab-header > a > span[b-gg13zeutao] {
  color: var(--text-prim);
}
.tab-header > a > span.new[b-gg13zeutao] {
  color: var(--text-prim);
  font-size: 9px;
  font-weight: 500;
}
.tab-header > a > .options[b-gg13zeutao] {
  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-mxudfu12wi] {
  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-mxudfu12wi] {
  transform: translateY(calc(-1 * (var(--tabs-bar-offset, 0px) + 68px)));
}

.top-bar__content[b-mxudfu12wi] {
  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-mxudfu12wi] {
  position: relative;
}

.top-bar__org-button[b-mxudfu12wi] {
  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-mxudfu12wi] {
  border-color: var(--primary-color, #4f39f6) !important;
}

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

/* Leading icon (lock) */
.top-bar__org-leading-icon[b-mxudfu12wi] {
  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-mxudfu12wi] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  gap: 4px;
  flex: 1;
  min-width: 0;
}

.top-bar__org-label[b-mxudfu12wi] {
  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-mxudfu12wi] {
  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-mxudfu12wi] {
  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-mxudfu12wi] {
  transform: rotate(180deg);
}

/* ── Dropdown ── */
.top-bar__dropdown[b-mxudfu12wi] {
  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-mxudfu12wi] {
  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-mxudfu12wi] {
  background: var(--ui-surface-sec-generic-cta-hover, rgba(79, 57, 246, 0.1));
}

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

/* Leading icon in dropdown item */
.top-bar__dropdown-item-icon[b-mxudfu12wi] {
  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-mxudfu12wi] {
  color: var(--primary-color, #4f39f6);
}

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

.top-bar__dropdown-item-name[b-mxudfu12wi] {
  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-mxudfu12wi] {
  color: var(--primary-color, #4f39f6);
}

.top-bar__dropdown-item-sub[b-mxudfu12wi] {
  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-mxudfu12wi] {
  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-mxudfu12wi] {
  height: 1px;
  margin: 4px 8px;
  background: var(--stroke, #E2E8F0);
}

/* Empty state */
.top-bar__dropdown-empty[b-mxudfu12wi] {
  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-mxudfu12wi] {
  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-mxudfu12wi] {
  position: relative;
}

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

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

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

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

/* ── Status pill ── */
.top-bar__status-badge[b-mxudfu12wi] {
  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-mxudfu12wi] {
  flex: 1;
}

/* ── Actions (right side) ── */
.top-bar__actions[b-mxudfu12wi] {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  gap: 8px;
}

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

.top-bar__create-button[b-mxudfu12wi] {
  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-mxudfu12wi] {
  color: var(--text-prim, #0F172B) !important;
}
.top-bar__create-button svg[b-mxudfu12wi] {
  color: var(--text-prim, #0F172B);
  flex-shrink: 0;
}
.top-bar__create-button:hover[b-mxudfu12wi] {
  border-color: var(--primary-color, #4f39f6) !important;
  background: var(--primary-color-alpha, rgba(79, 57, 246, 0.06)) !important;
}

.top-bar__create-label[b-mxudfu12wi] {
  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-mxudfu12wi] {
  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-mxudfu12wi] {
  background: var(--ui-surface-prim-generic-cta-hover, #4f39f6);
}

.top-bar__share-label[b-mxudfu12wi] {
  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-8h8ntt2z9v] {
  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-8h8ntt2z9v] {
  background: rgba(12, 13, 12, 0.7);
  border-right-color: var(--stroke);
}
.left-toolbar__btn[b-8h8ntt2z9v] {
  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-8h8ntt2z9v] {
  box-shadow: 0px 4px 24px -4px var(--ui-shadow);
}
.left-toolbar__btn-container[b-8h8ntt2z9v] {
  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-8h8ntt2z9v] {
  background: var(--text-white);
  border-color: transparent;
}
.left-toolbar__btn-container .material-symbols-outlined[b-8h8ntt2z9v],
.left-toolbar__btn-container .material-icons[b-8h8ntt2z9v] {
  font-size: 32px;
  color: var(--text-black) !important;
}
.left-toolbar__btn-container--ai[b-8h8ntt2z9v] {
  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-8h8ntt2z9v] {
  width: 32px;
  height: 32px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.left-toolbar__btn--active .left-toolbar__btn-container[b-8h8ntt2z9v] {
  outline: 2px solid var(--primary-color);
  outline-offset: 2px;
}
.left-toolbar__spacer[b-8h8ntt2z9v] {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  width: 56px;
  flex: none;
  flex-grow: 1;
}

.filter-panel__backdrop[b-8h8ntt2z9v] {
  position: fixed;
  top: 0;
  left: 104px;
  right: 0;
  bottom: 0;
  z-index: 19;
  background: transparent;
  cursor: default;
}

.filter-panel[b-8h8ntt2z9v] {
  position: fixed;
  left: 104px;
  z-index: 20;
  display: flex;
  flex-direction: row;
  pointer-events: auto;
}
.filter-panel__main[b-8h8ntt2z9v], .filter-panel__sub[b-8h8ntt2z9v] {
  box-sizing: border-box;
  width: 336px;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 24px 16px;
  gap: 8px;
  background: var(--surface-nav-1, rgba(14, 15, 14, 0.97));
  border-right: 1px solid var(--stroke, rgba(45, 47, 46, 0.4));
  overflow-y: auto;
}
[data-theme=dark] .filter-panel__main[b-8h8ntt2z9v], [data-theme=dark] .filter-panel__sub[b-8h8ntt2z9v] {
  background: rgba(12, 13, 12, 0.97);
  border-right-color: rgba(45, 47, 46, 0.5);
}
.filter-panel__title[b-8h8ntt2z9v] {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.3px;
  color: var(--text-prim, #e6e6e6);
  margin: 0 0 12px;
  padding: 0 8px;
}
.filter-panel__list[b-8h8ntt2z9v] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.filter-panel__item[b-8h8ntt2z9v] {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--ui-surface-sec-generic-cta, rgba(255, 255, 255, 0.04));
  border: 1px solid transparent;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease;
  user-select: none;
}
.filter-panel__item:hover[b-8h8ntt2z9v] {
  background: var(--ui-surface-sec-generic-cta-hover, rgba(79, 57, 246, 0.08));
}
.filter-panel__item--active[b-8h8ntt2z9v] {
  background: color-mix(in srgb, var(--primary-color, #4f39f6) 10%, transparent);
  border-color: var(--primary-color, #4f39f6);
}
.filter-panel__item-name[b-8h8ntt2z9v] {
  flex: 1;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: var(--text-prim, #e6e6e6);
}
.filter-panel__item-arrow[b-8h8ntt2z9v] {
  font-size: 20px !important;
  color: var(--text-sec, #8c8e8d) !important;
  transition: color 0.15s ease;
}
.filter-panel__item--active .filter-panel__item-arrow[b-8h8ntt2z9v] {
  color: var(--primary-color, #4f39f6) !important;
}
.filter-panel__value-item[b-8h8ntt2z9v] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding: 6px 8px;
  user-select: none;
}
.filter-panel__value-name[b-8h8ntt2z9v] {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--text-prim, #e6e6e6);
}

.connections-panel[b-8h8ntt2z9v] {
  position: fixed;
  left: 104px;
  z-index: 20;
  box-sizing: border-box;
  width: 336px;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 24px 16px;
  gap: 8px;
  background: var(--surface-nav-1, rgba(14, 15, 14, 0.97));
  border-right: 1px solid var(--stroke, rgba(45, 47, 46, 0.4));
  overflow-y: auto;
  pointer-events: auto;
}
[data-theme=dark] .connections-panel[b-8h8ntt2z9v] {
  background: rgba(12, 13, 12, 0.97);
  border-right-color: rgba(45, 47, 46, 0.5);
}
.connections-panel__loading[b-8h8ntt2z9v] {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 8px;
  color: var(--text-sec, #8c8e8d);
  font-size: 14px;
}
.connections-panel__spinner[b-8h8ntt2z9v] {
  animation: spin-b-8h8ntt2z9v 1s linear infinite;
  font-size: 20px !important;
  color: var(--text-sec, #8c8e8d) !important;
}
.connections-panel__empty[b-8h8ntt2z9v] {
  padding: 12px 8px;
  font-size: 14px;
  color: var(--text-sec, #8c8e8d);
}
.connections-panel__row[b-8h8ntt2z9v] {
  border-radius: 10px;
  background: var(--ui-surface-sec-generic-cta, rgba(255, 255, 255, 0.04));
  padding: 10px 14px;
  transition: background 0.15s ease;
}
.connections-panel__row:hover[b-8h8ntt2z9v] {
  background: var(--ui-surface-sec-generic-cta-hover, rgba(79, 57, 246, 0.08));
}
.connections-panel__info[b-8h8ntt2z9v] {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
  min-width: 0;
}
.connections-panel__desc[b-8h8ntt2z9v] {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: var(--text-sec, #8c8e8d);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.filter-toggle--busy[b-8h8ntt2z9v] {
  opacity: 0.5;
  pointer-events: none;
}

@keyframes spin-b-8h8ntt2z9v {
  to {
    transform: rotate(360deg);
  }
}
.filter-toggle[b-8h8ntt2z9v] {
  position: relative;
  width: 44px;
  height: 26px;
  flex-shrink: 0;
  cursor: pointer;
}
.filter-toggle__track[b-8h8ntt2z9v] {
  display: block;
  width: 44px;
  height: 26px;
  background: var(--stroke, #3a3c3b);
  border-radius: 26px;
  position: relative;
  transition: background 0.2s ease;
}
.filter-toggle__thumb[b-8h8ntt2z9v] {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border-radius: 50%;
  top: 3px;
  left: 3px;
  transition: transform 0.2s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.filter-toggle--on .filter-toggle__track[b-8h8ntt2z9v] {
  background: var(--primary-color, #4f39f6);
}
.filter-toggle--on .filter-toggle__thumb[b-8h8ntt2z9v] {
  transform: translateX(18px);
}
/* /Components/Ui/Members/MembersList.razor.rz.scp.css */
.members-list[b-8chg4orjks] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px;
  width: 100%;
  gap: 32px;
}

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

.members-list .members-heading h2[b-8chg4orjks] {
  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-8chg4orjks] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

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

.members-list .members-table__header[b-8chg4orjks] {
  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-8chg4orjks] {
  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-8chg4orjks] {
  background: #000000;
}

.members-list .members-table__col span:not(.material-icons):not(.material-symbols-outlined)[b-8chg4orjks] {
  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-8chg4orjks] {
  width: 300px;
  flex-shrink: 0;
}

.members-list .members-table__col--project[b-8chg4orjks] {
  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-8chg4orjks] {
  color: var(--text-prim) !important;
}

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

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

.members-list .members-table__sort-btn[b-8chg4orjks] {
  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-8chg4orjks],
.members-list .members-table__sort-btn .material-symbols-outlined[b-8chg4orjks] {
  color: var(--text-prim) !important;
}

.members-list .members-table__body[b-8chg4orjks] {
  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-8chg4orjks] {
  background: rgba(12, 13, 12, 0.7);
}

.members-list .member-card[b-8chg4orjks] {
  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-8chg4orjks] {
  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-8chg4orjks] {
  background: rgba(12, 13, 12, 0.7);
}

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

.members-list .member-card__content[b-8chg4orjks] {
  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-8chg4orjks] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  width: 300px;
  flex-shrink: 0;
  min-width: 0;
}

.members-list .member-card__lastname[b-8chg4orjks] {
  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-8chg4orjks] {
  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-8chg4orjks] {
  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-8chg4orjks] {
  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-8chg4orjks] {
  width: auto;
  flex: 1;
  min-width: 0;
}

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

.members-list .member-card__settings button[b-8chg4orjks] {
  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-8chg4orjks] {
  color: var(--text-sec) !important;
}
/* /Components/Ui/Modals/ConfirmDeleteModal.razor.rz.scp.css */
.cdm-overlay[b-2e7osqnzvw] {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 200;
}

.cdm-modal[b-2e7osqnzvw] {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 201;
  display: flex;
  flex-direction: column;
  width: 400px;
  max-width: calc(100vw - 32px);
  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;
}
.cdm-modal__header[b-2e7osqnzvw] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px 0;
}
.cdm-modal__icon[b-2e7osqnzvw] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(239, 68, 68, 0.12);
}
.cdm-modal__icon .material-icons[b-2e7osqnzvw] {
  font-size: 22px;
  color: #ef4444;
}
.cdm-modal__close[b-2e7osqnzvw] {
  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;
}
.cdm-modal__close .material-icons[b-2e7osqnzvw] {
  color: var(--text-sec) !important;
  font-size: 20px;
}
.cdm-modal__close:hover[b-2e7osqnzvw] {
  background: var(--stroke) !important;
}
.cdm-modal__close:hover .material-icons[b-2e7osqnzvw] {
  color: var(--text-prim) !important;
}
.cdm-modal__body[b-2e7osqnzvw] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 24px 20px;
}
.cdm-modal__title[b-2e7osqnzvw] {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: var(--text-prim);
}
.cdm-modal__message[b-2e7osqnzvw] {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: var(--text-sec);
}
.cdm-modal__footer[b-2e7osqnzvw] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding: 16px 24px 20px;
  border-top: 1px solid var(--stroke);
}
.cdm-modal__footer .destructive[b-2e7osqnzvw] {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #ef4444 !important;
  border-color: #ef4444 !important;
  color: #fff !important;
}
.cdm-modal__footer .destructive .material-icons[b-2e7osqnzvw] {
  color: #fff !important;
  font-size: 18px;
}
.cdm-modal__footer .destructive:hover:not(:disabled)[b-2e7osqnzvw] {
  background: #dc2626 !important;
  border-color: #dc2626 !important;
}
.cdm-modal__footer .destructive:disabled[b-2e7osqnzvw] {
  opacity: 0.6;
  cursor: not-allowed;
}

.cdm-spinner[b-2e7osqnzvw] {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #fff;
  border-radius: 50%;
  animation: cdm-spin-b-2e7osqnzvw 0.7s linear infinite;
  flex-shrink: 0;
}

@keyframes cdm-spin-b-2e7osqnzvw {
  to {
    transform: rotate(360deg);
  }
}
/* /Components/Ui/Modals/CreateDomainContextModal.razor.rz.scp.css */
.icon-upload-zone[b-x422dmok25] {
  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-x422dmok25] {
  border-color: var(--primary-color, #7C3AED);
  background: var(--bg-hover, #F3F0FF);
}
.icon-upload-zone--has-file[b-x422dmok25] {
  border-style: solid;
  border-color: var(--primary-color, #7C3AED);
}
.icon-upload-zone--disabled[b-x422dmok25] {
  opacity: 0.5;
  cursor: not-allowed;
}
.icon-upload-zone[b-x422dmok25]  input[type=file] {
  position: absolute;
  inset: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.icon-upload-zone__icon[b-x422dmok25] {
  font-size: 26px;
  color: var(--text-sec, #9CA3AF);
  pointer-events: none;
}
.icon-upload-zone__text[b-x422dmok25] {
  font-size: 10px;
  font-weight: 500;
  color: var(--text-sec, #9CA3AF);
  pointer-events: none;
}
.icon-upload-zone__preview[b-x422dmok25] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10px;
}
.icon-upload-zone__replace[b-x422dmok25] {
  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-x422dmok25] {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 200;
}

.create-project-modal[b-x422dmok25] {
  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-x422dmok25] {
  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-x422dmok25] {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: var(--text-prim);
}
.create-project-modal__header-left[b-x422dmok25] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.create-project-modal__close[b-x422dmok25] {
  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-x422dmok25] {
  color: var(--text-sec) !important;
}
.create-project-modal__close:hover[b-x422dmok25] {
  background: var(--stroke) !important;
}
.create-project-modal__close:hover .material-icons[b-x422dmok25] {
  color: var(--text-prim) !important;
}
.create-project-modal__body[b-x422dmok25] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px 24px;
  overflow-y: auto;
}
.create-project-modal__field[b-x422dmok25] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.create-project-modal__label[b-x422dmok25] {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--text-prim);
}
.create-project-modal__required[b-x422dmok25] {
  color: #ef4444;
}
.create-project-modal__input[b-x422dmok25], .create-project-modal__textarea[b-x422dmok25] {
  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-x422dmok25]::placeholder, .create-project-modal__textarea[b-x422dmok25]::placeholder {
  color: var(--text-sec);
}
.create-project-modal__input:focus[b-x422dmok25], .create-project-modal__textarea:focus[b-x422dmok25] {
  border-color: var(--primary-color);
}
.create-project-modal__input:disabled[b-x422dmok25], .create-project-modal__textarea:disabled[b-x422dmok25] {
  opacity: 0.5;
  cursor: not-allowed;
}
.create-project-modal__textarea[b-x422dmok25] {
  min-height: 80px;
}
.create-project-modal__error[b-x422dmok25] {
  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-x422dmok25] {
  color: #ef4444 !important;
}
.create-project-modal__footer[b-x422dmok25] {
  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-x422dmok25] {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: cpm-spin-b-x422dmok25 0.7s linear infinite;
}
@keyframes cpm-spin-b-x422dmok25 {
  to {
    transform: rotate(360deg);
  }
}
/* /Components/Ui/Modals/CreateEditTeamModal.razor.rz.scp.css */
.create-team-overlay[b-d5vec1jbqy] {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 200;
}

.create-team-modal[b-d5vec1jbqy] {
  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-team-modal__header[b-d5vec1jbqy] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px 16px;
  border-bottom: 1px solid var(--stroke);
}
.create-team-modal__header h2[b-d5vec1jbqy] {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: var(--text-prim);
}
.create-team-modal__close[b-d5vec1jbqy] {
  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-team-modal__close .material-icons[b-d5vec1jbqy] {
  color: var(--text-sec) !important;
}
.create-team-modal__close:hover[b-d5vec1jbqy] {
  background: var(--stroke) !important;
}
.create-team-modal__close:hover .material-icons[b-d5vec1jbqy] {
  color: var(--text-prim) !important;
}
.create-team-modal__body[b-d5vec1jbqy] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px 24px;
  overflow-y: auto;
}
.create-team-modal__field[b-d5vec1jbqy] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.create-team-modal__label[b-d5vec1jbqy] {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--text-prim);
}
.create-team-modal__required[b-d5vec1jbqy] {
  color: #ef4444;
}
.create-team-modal__input[b-d5vec1jbqy], .create-team-modal__textarea[b-d5vec1jbqy] {
  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-team-modal__input[b-d5vec1jbqy]::placeholder, .create-team-modal__textarea[b-d5vec1jbqy]::placeholder {
  color: var(--text-sec);
}
.create-team-modal__input:focus[b-d5vec1jbqy], .create-team-modal__textarea:focus[b-d5vec1jbqy] {
  border-color: var(--primary-color);
}
.create-team-modal__input:disabled[b-d5vec1jbqy], .create-team-modal__textarea:disabled[b-d5vec1jbqy] {
  opacity: 0.5;
  cursor: not-allowed;
}
.create-team-modal__textarea[b-d5vec1jbqy] {
  min-height: 80px;
}
.create-team-modal__error[b-d5vec1jbqy] {
  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-team-modal__error .material-icons[b-d5vec1jbqy] {
  color: #ef4444 !important;
}
.create-team-modal__footer[b-d5vec1jbqy] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding: 16px 24px 20px;
  border-top: 1px solid var(--stroke);
}
.create-team-modal__spinner[b-d5vec1jbqy] {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: ctm-spin-b-d5vec1jbqy 0.7s linear infinite;
}
@keyframes ctm-spin-b-d5vec1jbqy {
  to {
    transform: rotate(360deg);
  }
}
/* /Components/Ui/Modals/CreateOrganisationModal.razor.rz.scp.css */
.icon-upload-zone[b-en5p8pkaql] {
  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-en5p8pkaql] {
  border-color: var(--primary-color, #7C3AED);
  background: var(--bg-hover, #F3F0FF);
}
.icon-upload-zone--has-file[b-en5p8pkaql] {
  border-style: solid;
  border-color: var(--primary-color, #7C3AED);
}
.icon-upload-zone--disabled[b-en5p8pkaql] {
  opacity: 0.5;
  cursor: not-allowed;
}
.icon-upload-zone[b-en5p8pkaql]  input[type=file] {
  position: absolute;
  inset: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.icon-upload-zone__icon[b-en5p8pkaql] {
  font-size: 26px;
  color: var(--text-sec, #9CA3AF);
  pointer-events: none;
}
.icon-upload-zone__text[b-en5p8pkaql] {
  font-size: 10px;
  font-weight: 500;
  color: var(--text-sec, #9CA3AF);
  pointer-events: none;
}
.icon-upload-zone__preview[b-en5p8pkaql] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10px;
}
.icon-upload-zone__replace[b-en5p8pkaql] {
  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-en5p8pkaql] {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 200;
}

.create-org-modal[b-en5p8pkaql] {
  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-en5p8pkaql] {
  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-en5p8pkaql] {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: var(--text-prim);
}
.create-org-modal__close[b-en5p8pkaql] {
  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-en5p8pkaql] {
  color: var(--text-sec) !important;
}
.create-org-modal__close:hover[b-en5p8pkaql] {
  background: var(--stroke) !important;
}
.create-org-modal__close:hover .material-icons[b-en5p8pkaql] {
  color: var(--text-prim) !important;
}
.create-org-modal__body[b-en5p8pkaql] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px 24px;
  overflow-y: auto;
}
.create-org-modal__section-title[b-en5p8pkaql] {
  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-en5p8pkaql] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.create-org-modal__field[b-en5p8pkaql] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.create-org-modal__label[b-en5p8pkaql] {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--text-prim);
}
.create-org-modal__hint[b-en5p8pkaql] {
  font-size: 11px;
  color: var(--text-sec);
}
.create-org-modal__required[b-en5p8pkaql] {
  color: #ef4444;
}
.create-org-modal__input[b-en5p8pkaql], .create-org-modal__textarea[b-en5p8pkaql] {
  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-en5p8pkaql]::placeholder, .create-org-modal__textarea[b-en5p8pkaql]::placeholder {
  color: var(--text-sec);
}
.create-org-modal__input:focus[b-en5p8pkaql], .create-org-modal__textarea:focus[b-en5p8pkaql] {
  border-color: var(--primary-color);
}
.create-org-modal__input:disabled[b-en5p8pkaql], .create-org-modal__textarea:disabled[b-en5p8pkaql] {
  opacity: 0.5;
  cursor: not-allowed;
}
.create-org-modal__textarea[b-en5p8pkaql] {
  min-height: 80px;
}
.create-org-modal__error[b-en5p8pkaql] {
  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-en5p8pkaql] {
  color: #ef4444 !important;
}
.create-org-modal__footer[b-en5p8pkaql] {
  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-en5p8pkaql] {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: com-spin-b-en5p8pkaql 0.7s linear infinite;
}
@keyframes com-spin-b-en5p8pkaql {
  to {
    transform: rotate(360deg);
  }
}
/* /Components/Ui/Modals/CreateProjectModal.razor.rz.scp.css */
.icon-upload-zone[b-exqikmllp7] {
  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-exqikmllp7] {
  border-color: var(--primary-color, #7C3AED);
  background: var(--bg-hover, #F3F0FF);
}
.icon-upload-zone--has-file[b-exqikmllp7] {
  border-style: solid;
  border-color: var(--primary-color, #7C3AED);
}
.icon-upload-zone--disabled[b-exqikmllp7] {
  opacity: 0.5;
  cursor: not-allowed;
}
.icon-upload-zone[b-exqikmllp7]  input[type=file] {
  position: absolute;
  inset: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.icon-upload-zone__icon[b-exqikmllp7] {
  font-size: 26px;
  color: var(--text-sec, #9CA3AF);
  pointer-events: none;
}
.icon-upload-zone__text[b-exqikmllp7] {
  font-size: 10px;
  font-weight: 500;
  color: var(--text-sec, #9CA3AF);
  pointer-events: none;
}
.icon-upload-zone__preview[b-exqikmllp7] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10px;
}
.icon-upload-zone__replace[b-exqikmllp7] {
  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-exqikmllp7] {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 200;
}

.create-project-modal[b-exqikmllp7] {
  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-exqikmllp7] {
  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-exqikmllp7] {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: var(--text-prim);
}
.create-project-modal__header-left[b-exqikmllp7] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.create-project-modal__steps[b-exqikmllp7] {
  display: flex;
  align-items: center;
  gap: 6px;
}
.create-project-modal__step[b-exqikmllp7] {
  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-exqikmllp7] {
  background: var(--primary-color);
  color: #fff;
}
.create-project-modal__step-line[b-exqikmllp7] {
  width: 32px;
  height: 2px;
  background: var(--stroke);
  border-radius: 2px;
}
.create-project-modal__close[b-exqikmllp7] {
  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-exqikmllp7] {
  color: var(--text-sec) !important;
}
.create-project-modal__close:hover[b-exqikmllp7] {
  background: var(--stroke) !important;
}
.create-project-modal__close:hover .material-icons[b-exqikmllp7] {
  color: var(--text-prim) !important;
}
.create-project-modal__body[b-exqikmllp7] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px 24px;
  overflow-y: auto;
}
.create-project-modal__field[b-exqikmllp7] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.create-project-modal__label[b-exqikmllp7] {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--text-prim);
}
.create-project-modal__required[b-exqikmllp7] {
  color: #ef4444;
}
.create-project-modal__input[b-exqikmllp7], .create-project-modal__textarea[b-exqikmllp7] {
  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-exqikmllp7]::placeholder, .create-project-modal__textarea[b-exqikmllp7]::placeholder {
  color: var(--text-sec);
}
.create-project-modal__input:focus[b-exqikmllp7], .create-project-modal__textarea:focus[b-exqikmllp7] {
  border-color: var(--primary-color);
}
.create-project-modal__input:disabled[b-exqikmllp7], .create-project-modal__textarea:disabled[b-exqikmllp7] {
  opacity: 0.5;
  cursor: not-allowed;
}
.create-project-modal__textarea[b-exqikmllp7] {
  min-height: 80px;
}
.create-project-modal__error[b-exqikmllp7] {
  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-exqikmllp7] {
  color: #ef4444 !important;
}
.create-project-modal__teams[b-exqikmllp7] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.create-project-modal__team-card[b-exqikmllp7] {
  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-exqikmllp7] {
  background: var(--primary-color-alpha);
  border-color: var(--primary-color);
}
.create-project-modal__team-card.selected[b-exqikmllp7] {
  border-color: var(--primary-color);
  background: var(--primary-color-alpha);
}
.create-project-modal__team-icon[b-exqikmllp7] {
  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-exqikmllp7] {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  font-size: 12px;
}
.create-project-modal__team-info[b-exqikmllp7] {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
  min-width: 0;
}
.create-project-modal__team-name[b-exqikmllp7] {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-prim);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.create-project-modal__team-desc[b-exqikmllp7] {
  font-size: 12px;
  font-weight: 400;
  color: var(--text-sec);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.create-project-modal__team-members[b-exqikmllp7] {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: var(--text-sec);
}
.create-project-modal__team-members .material-icons[b-exqikmllp7] {
  color: var(--text-sec) !important;
}
.create-project-modal__team-check[b-exqikmllp7] {
  font-size: 20px;
  color: var(--primary-color);
  flex-shrink: 0;
}
.create-project-modal__selected-team[b-exqikmllp7] {
  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-exqikmllp7] {
  font-size: 13px;
  font-weight: 600;
}
.create-project-modal__empty[b-exqikmllp7] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 32px 0;
  color: var(--text-sec);
}
.create-project-modal__empty .material-icons[b-exqikmllp7] {
  font-size: 40px;
  color: var(--text-sec) !important;
}
.create-project-modal__empty p[b-exqikmllp7] {
  margin: 0;
  font-size: 14px;
}
.create-project-modal__footer[b-exqikmllp7] {
  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-exqikmllp7] {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: cpm-spin-b-exqikmllp7 0.7s linear infinite;
}
@keyframes cpm-spin-b-exqikmllp7 {
  to {
    transform: rotate(360deg);
  }
}
/* /Components/Ui/Modals/EditDomainContextModal.razor.rz.scp.css */
.icon-upload-zone[b-3ow8il6t3e] {
  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-3ow8il6t3e] {
  border-color: var(--primary-color, #7C3AED);
  background: var(--bg-hover, #F3F0FF);
}
.icon-upload-zone--has-file[b-3ow8il6t3e] {
  border-style: solid;
  border-color: var(--primary-color, #7C3AED);
}
.icon-upload-zone--disabled[b-3ow8il6t3e] {
  opacity: 0.5;
  cursor: not-allowed;
}
.icon-upload-zone[b-3ow8il6t3e]  input[type=file] {
  position: absolute;
  inset: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.icon-upload-zone__icon[b-3ow8il6t3e] {
  font-size: 26px;
  color: var(--text-sec, #9CA3AF);
  pointer-events: none;
}
.icon-upload-zone__text[b-3ow8il6t3e] {
  font-size: 10px;
  font-weight: 500;
  color: var(--text-sec, #9CA3AF);
  pointer-events: none;
}
.icon-upload-zone__preview[b-3ow8il6t3e] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10px;
}
.icon-upload-zone__replace[b-3ow8il6t3e] {
  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-3ow8il6t3e] {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 200;
}

.create-project-modal[b-3ow8il6t3e] {
  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-3ow8il6t3e] {
  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-3ow8il6t3e] {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: var(--text-prim);
}
.create-project-modal__header-left[b-3ow8il6t3e] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.create-project-modal__close[b-3ow8il6t3e] {
  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-3ow8il6t3e] {
  color: var(--text-sec) !important;
}
.create-project-modal__close:hover[b-3ow8il6t3e] {
  background: var(--stroke) !important;
}
.create-project-modal__close:hover .material-icons[b-3ow8il6t3e] {
  color: var(--text-prim) !important;
}
.create-project-modal__body[b-3ow8il6t3e] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px 24px;
  overflow-y: auto;
}
.create-project-modal__field[b-3ow8il6t3e] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.create-project-modal__label[b-3ow8il6t3e] {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--text-prim);
}
.create-project-modal__required[b-3ow8il6t3e] {
  color: #ef4444;
}
.create-project-modal__input[b-3ow8il6t3e], .create-project-modal__textarea[b-3ow8il6t3e] {
  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-3ow8il6t3e]::placeholder, .create-project-modal__textarea[b-3ow8il6t3e]::placeholder {
  color: var(--text-sec);
}
.create-project-modal__input:focus[b-3ow8il6t3e], .create-project-modal__textarea:focus[b-3ow8il6t3e] {
  border-color: var(--primary-color);
}
.create-project-modal__input:disabled[b-3ow8il6t3e], .create-project-modal__textarea:disabled[b-3ow8il6t3e] {
  opacity: 0.5;
  cursor: not-allowed;
}
.create-project-modal__textarea[b-3ow8il6t3e] {
  min-height: 80px;
}
.create-project-modal__error[b-3ow8il6t3e] {
  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-3ow8il6t3e] {
  color: #ef4444 !important;
}
.create-project-modal__footer[b-3ow8il6t3e] {
  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-3ow8il6t3e] {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: cpm-spin-b-3ow8il6t3e 0.7s linear infinite;
}
@keyframes cpm-spin-b-3ow8il6t3e {
  to {
    transform: rotate(360deg);
  }
}
/* /Components/Ui/Modals/InviteMemberModal.razor.rz.scp.css */
.invite-modal-overlay[b-froo9vda0h] {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 200;
}

.invite-modal[b-froo9vda0h] {
  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);
  height: 66.6666666667vh;
  max-height: calc(100vh - 48px);
  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;
}
.invite-modal__header[b-froo9vda0h] {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px 16px;
  border-bottom: 1px solid var(--stroke);
}
.invite-modal__header h2[b-froo9vda0h] {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: var(--text-prim);
}
.invite-modal__close[b-froo9vda0h] {
  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;
}
.invite-modal__close .material-icons[b-froo9vda0h] {
  color: var(--text-sec) !important;
}
.invite-modal__close:hover[b-froo9vda0h] {
  background: var(--stroke) !important;
}
.invite-modal__close:hover .material-icons[b-froo9vda0h] {
  color: var(--text-prim) !important;
}
.invite-modal__body[b-froo9vda0h] {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px 24px;
  overflow-y: auto;
  min-height: 0;
}
.invite-modal__field[b-froo9vda0h] {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.invite-modal__label[b-froo9vda0h] {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--text-prim);
}
.invite-modal__required[b-froo9vda0h] {
  color: #ef4444;
}
.invite-modal__input[b-froo9vda0h] {
  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;
}
.invite-modal__input[b-froo9vda0h]::placeholder {
  color: var(--text-sec);
}
.invite-modal__input:focus[b-froo9vda0h] {
  border-color: var(--primary-color);
}
.invite-modal__input:disabled[b-froo9vda0h] {
  opacity: 0.5;
  cursor: not-allowed;
}
.invite-modal__roles[b-froo9vda0h] {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  overflow-y: auto;
  padding: 4px 2px;
  border: 1px solid var(--stroke);
  border-radius: 8px;
  background: var(--surface-section);
  min-height: 0;
}
.invite-modal__role-group[b-froo9vda0h] {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.invite-modal__role-group + .invite-modal__role-group[b-froo9vda0h] {
  margin-top: 4px;
  padding-top: 8px;
  border-top: 1px solid var(--stroke);
}
.invite-modal__role-group-label[b-froo9vda0h] {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-sec);
  padding: 4px 10px 2px;
  opacity: 0.7;
}
.invite-modal__role-item[b-froo9vda0h] {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 5px 10px;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.12s;
}
.invite-modal__role-item:hover[b-froo9vda0h] {
  background: var(--stroke);
}
.invite-modal__role-item input[type=checkbox][b-froo9vda0h] {
  cursor: pointer;
  flex-shrink: 0;
  margin-top: 2px;
  accent-color: var(--primary-color);
}
.invite-modal__role-name[b-froo9vda0h] {
  font-size: 13px;
  font-weight: 500;
  color: var(--text-prim);
}
.invite-modal__role-desc[b-froo9vda0h] {
  font-size: 12px;
  color: var(--text-sec);
}
.invite-modal__toast[b-froo9vda0h] {
  position: absolute;
  top: 76px;
  left: 16px;
  right: 16px;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 10px 10px 14px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 500;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  animation: im-toast-in-b-froo9vda0h 0.18s ease;
}
.invite-modal__toast--error[b-froo9vda0h] {
  background: var(--red-surface-dimmed);
  border: 1px solid var(--red-surface);
  color: var(--red-text);
}
.invite-modal__toast--error .material-icons[b-froo9vda0h] {
  color: var(--red-surface) !important;
  flex-shrink: 0;
}
.invite-modal__toast--success[b-froo9vda0h] {
  background: var(--green-surface-dimmed);
  border: 1px solid var(--green-surface);
  color: var(--green-text);
}
.invite-modal__toast--success .material-icons[b-froo9vda0h] {
  color: var(--green-surface-hover) !important;
  flex-shrink: 0;
}
.invite-modal__toast-msg[b-froo9vda0h] {
  flex: 1;
}
.invite-modal__toast-close[b-froo9vda0h] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  padding: 0;
  background: transparent !important;
  border: none;
  box-shadow: none !important;
  border-radius: 6px;
  cursor: pointer;
  opacity: 0.6;
  color: inherit;
}
.invite-modal__toast-close .material-icons[b-froo9vda0h] {
  color: inherit !important;
}
.invite-modal__toast-close:hover[b-froo9vda0h] {
  opacity: 1;
  background: rgba(0, 0, 0, 0.08) !important;
}
@keyframes im-toast-in-b-froo9vda0h {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.invite-modal__loading[b-froo9vda0h] {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--text-sec);
  font-size: 14px;
}
.invite-modal__empty[b-froo9vda0h] {
  font-size: 13px;
  color: var(--text-sec);
}
.invite-modal__warn[b-froo9vda0h] {
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  gap: 6px;
  padding: 8px 12px;
  background: var(--orange-surface-dimmed);
  border: 1px solid var(--orange-surface);
  border-radius: 8px;
  font-size: 13px;
  color: var(--orange-text);
}
.invite-modal__warn .material-icons[b-froo9vda0h] {
  color: var(--orange-surface) !important;
  flex-shrink: 0;
}
.invite-modal__footer[b-froo9vda0h] {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding: 16px 24px 20px;
  border-top: 1px solid var(--stroke);
}
.invite-modal__spinner[b-froo9vda0h] {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: im-spin-b-froo9vda0h 0.7s linear infinite;
  flex-shrink: 0;
}
@keyframes im-spin-b-froo9vda0h {
  to {
    transform: rotate(360deg);
  }
}
/* /Components/Ui/ReactFlow/ReactFlowWrapper.razor.rz.scp.css */
.react-flow-container[b-oje8fhk9wk] {
  width: 100%;
  flex: 1;
  min-height: 0;
  position: relative;
}

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

.react-flow-top-header[b-oje8fhk9wk] {
  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-oje8fhk9wk] {
  width: 1px;
  height: 24px;
  margin: 12px 0;
  background-color: var(--stroke);
}

.react-flow-right-header[b-oje8fhk9wk] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.react-flow-right-header > div[b-oje8fhk9wk] {
  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-oje8fhk9wk] {
  width: 24px;
  height: 1px;
  margin: 0 12px;
  background-color: var(--stroke);
}
/* /Components/Ui/Sidebar/Sidebar.razor.rz.scp.css */
.sidebar[b-w9gl2fffts] {
  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-w9gl2fffts] {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  width: 48px;
  height: 48px;
  position: relative;
  text-decoration: none;
}
.sidebar__item-inner[b-w9gl2fffts] {
  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-w9gl2fffts] {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
[data-theme=dark] .sidebar__item img[b-w9gl2fffts] {
  filter: invert(0.9);
}
.sidebar__item .material-icons[b-w9gl2fffts],
.sidebar__item .material-symbols-outlined[b-w9gl2fffts] {
  font-size: 24px;
  color: var(--text-prim);
}
.sidebar__item:hover .sidebar__item-inner[b-w9gl2fffts] {
  background: var(--primary-color-alpha);
}
.sidebar__item--active .sidebar__item-inner[b-w9gl2fffts] {
  background: var(--primary-color-alpha);
}
.sidebar__item--active[b-w9gl2fffts]::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-ajg3nhoxgv] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  gap: 24px;
}
.statistics-panel .section-header[b-ajg3nhoxgv] {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid var(--stroke-alpha);
  padding: 16px 0 0;
}
.statistics-panel .section-header__tabs[b-ajg3nhoxgv] {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 0;
}
.statistics-panel .section-header__action[b-ajg3nhoxgv] {
  display: flex;
  align-items: center;
  padding-bottom: 8px;
}
.statistics-panel .stat-tab[b-ajg3nhoxgv] {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0 16px 12px;
  border: none;
  background: transparent;
  color: var(--text-sec);
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  transition: color 0.2s ease;
  box-shadow: none;
}
.statistics-panel .stat-tab[b-ajg3nhoxgv]::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  border-radius: 2px 2px 0 0;
  background: transparent;
  transition: background 0.2s ease;
}
.statistics-panel .stat-tab:hover[b-ajg3nhoxgv] {
  color: var(--text-prim);
}
.statistics-panel .stat-tab--active[b-ajg3nhoxgv] {
  color: var(--text-prim);
  font-weight: 600;
}
.statistics-panel .stat-tab--active[b-ajg3nhoxgv]::after {
  background: var(--primary-color);
}
.statistics-panel .statistics-content[b-ajg3nhoxgv] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
}
.statistics-panel .statistics-cards[b-ajg3nhoxgv] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex-shrink: 0;
  width: 32%;
}
.statistics-panel .stat-card[b-ajg3nhoxgv] {
  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-ajg3nhoxgv] {
  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-ajg3nhoxgv] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.statistics-panel .stat-card__value[b-ajg3nhoxgv] {
  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-ajg3nhoxgv] {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: var(--text-sec);
}
.statistics-panel .stat-pill[b-ajg3nhoxgv] {
  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-ajg3nhoxgv] {
  background: rgba(255, 255, 255, 0.2);
}
.statistics-panel .stat-progress[b-ajg3nhoxgv] {
  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-ajg3nhoxgv] {
  height: 100%;
  background: #10B981;
  border-radius: 9999px;
  transition: width 0.3s ease;
}
.statistics-panel .stat-chart[b-ajg3nhoxgv] {
  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-ajg3nhoxgv] {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  width: 100%;
}
.statistics-panel .stat-chart__header-info[b-ajg3nhoxgv] {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}
.statistics-panel .stat-chart__title-row[b-ajg3nhoxgv] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.statistics-panel .stat-chart__title-row h2[b-ajg3nhoxgv] {
  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-ajg3nhoxgv] {
  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-ajg3nhoxgv] {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 4px;
  border-radius: 12px;
  background: var(--primary-color-alpha);
}
.statistics-panel .stat-chart__canvas[b-ajg3nhoxgv] {
  width: 100%;
  height: 296px;
  position: relative;
}
.statistics-panel .stat-chart__legend[b-ajg3nhoxgv] {
  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-ajg3nhoxgv] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
}
.statistics-panel .stat-chart__legend-status[b-ajg3nhoxgv] {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0;
}
.statistics-panel .stat-chart-pill[b-ajg3nhoxgv] {
  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-ajg3nhoxgv] {
  color: #1D4F33;
}
.statistics-panel .stat-toggle[b-ajg3nhoxgv] {
  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-ajg3nhoxgv] {
  border: 1px solid var(--primary-color);
  background: var(--surface-section);
  color: var(--text-prim);
}
.statistics-panel .legend-item[b-ajg3nhoxgv] {
  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-ajg3nhoxgv] {
  width: 12px;
  height: 12px;
  border-radius: 9999px;
}
.statistics-panel .legend-dot--healthy[b-ajg3nhoxgv] {
  background-color: #00C950;
}
.statistics-panel .legend-dot--warning[b-ajg3nhoxgv] {
  background-color: #FFD54F;
}
.statistics-panel .legend-dot--critical[b-ajg3nhoxgv] {
  background-color: #FB2C36;
}
.statistics-panel .legend-status__label[b-ajg3nhoxgv] {
  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-ajg3nhoxgv] {
  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-6m0ddjf1l1] {
  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-6m0ddjf1l1] {
  transform: translateY(-56px);
}

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

/* Home button */
.tabs-bar__home[b-6m0ddjf1l1] {
  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-6m0ddjf1l1] {
  background: var(--ui-surface-sec-generic-cta-hover);
}
.tabs-bar__home .material-icons[b-6m0ddjf1l1] {
  font-size: 24px;
  color: var(--text-prim) !important;
}

/* Tab — inactive */
.tabs-bar__tab[b-6m0ddjf1l1] {
  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-6m0ddjf1l1] {
  background: var(--ui-surface-sec-generic-cta-hover);
}
.tabs-bar__tab[b-6m0ddjf1l1] {
  /* Tab — active */
}
.tabs-bar__tab--active[b-6m0ddjf1l1] {
  background: var(--primary-color-alpha);
  border-color: transparent;
  box-shadow: none;
}
.tabs-bar__tab--active .tabs-bar__tab-label[b-6m0ddjf1l1] {
  color: var(--text-prim) !important;
}

/* Clickable link area inside each tab (icon + label only) */
.tabs-bar__tab-link[b-6m0ddjf1l1] {
  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-6m0ddjf1l1] {
  font-size: 24px;
  color: var(--text-prim) !important;
  flex: none;
}

/* Tab label */
.tabs-bar__tab-label[b-6m0ddjf1l1] {
  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-6m0ddjf1l1] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}

.tabs-bar__tab-btn[b-6m0ddjf1l1] {
  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-6m0ddjf1l1] {
  font-size: 16px;
  color: var(--text-prim) !important;
}
.tabs-bar__tab-btn:hover[b-6m0ddjf1l1] {
  background: rgba(255, 255, 255, 0.1) !important;
}
