@charset "UTF-8";

/* src/custom-theme.scss */
html {
  color-scheme: light dark;
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
}
html {
  --mat-sys-background: light-dark(#faf9fd, #121316);
  --mat-sys-error: light-dark(#ba1a1a, #ffb4ab);
  --mat-sys-error-container: light-dark(#ffdad6, #93000a);
  --mat-sys-inverse-on-surface: light-dark(#f2f0f4, #2f3033);
  --mat-sys-inverse-primary: light-dark(#abc7ff, #005cbb);
  --mat-sys-inverse-surface: light-dark(#2f3033, #e3e2e6);
  --mat-sys-on-background: light-dark(#1a1b1f, #e3e2e6);
  --mat-sys-on-error: light-dark(#ffffff, #690005);
  --mat-sys-on-error-container: light-dark(#93000a, #ffdad6);
  --mat-sys-on-primary: light-dark(#ffffff, #002f65);
  --mat-sys-on-primary-container: light-dark(#00458f, #d7e3ff);
  --mat-sys-on-primary-fixed: light-dark(#001b3f, #001b3f);
  --mat-sys-on-primary-fixed-variant: light-dark(#00458f, #00458f);
  --mat-sys-on-secondary: light-dark(#ffffff, #283041);
  --mat-sys-on-secondary-container: light-dark(#3e4759, #dae2f9);
  --mat-sys-on-secondary-fixed: light-dark(#131c2b, #131c2b);
  --mat-sys-on-secondary-fixed-variant: light-dark(#3e4759, #3e4759);
  --mat-sys-on-surface: light-dark(#1a1b1f, #e3e2e6);
  --mat-sys-on-surface-variant: light-dark(#44474e, #e0e2ec);
  --mat-sys-on-tertiary: light-dark(#ffffff, #42008a);
  --mat-sys-on-tertiary-container: light-dark(#5f00c0, #ecdcff);
  --mat-sys-on-tertiary-fixed: light-dark(#270057, #270057);
  --mat-sys-on-tertiary-fixed-variant: light-dark(#5f00c0, #5f00c0);
  --mat-sys-outline: light-dark(#74777f, #8e9099);
  --mat-sys-outline-variant: light-dark(#c4c6d0, #44474e);
  --mat-sys-primary: light-dark(#005cbb, #abc7ff);
  --mat-sys-primary-container: light-dark(#d7e3ff, #00458f);
  --mat-sys-primary-fixed: light-dark(#d7e3ff, #d7e3ff);
  --mat-sys-primary-fixed-dim: light-dark(#abc7ff, #abc7ff);
  --mat-sys-scrim: light-dark(#000000, #000000);
  --mat-sys-secondary: light-dark(#565e71, #bec6dc);
  --mat-sys-secondary-container: light-dark(#dae2f9, #3e4759);
  --mat-sys-secondary-fixed: light-dark(#dae2f9, #dae2f9);
  --mat-sys-secondary-fixed-dim: light-dark(#bec6dc, #bec6dc);
  --mat-sys-shadow: light-dark(#000000, #000000);
  --mat-sys-surface: light-dark(#faf9fd, #121316);
  --mat-sys-surface-bright: light-dark(#faf9fd, #38393c);
  --mat-sys-surface-container: light-dark(#efedf0, #1f2022);
  --mat-sys-surface-container-high: light-dark(#e9e7eb, #292a2c);
  --mat-sys-surface-container-highest: light-dark(#e3e2e6, #343537);
  --mat-sys-surface-container-low: light-dark(#f4f3f6, #1a1b1f);
  --mat-sys-surface-container-lowest: light-dark(#ffffff, #0d0e11);
  --mat-sys-surface-dim: light-dark(#dbd9dd, #121316);
  --mat-sys-surface-tint: light-dark(#005cbb, #abc7ff);
  --mat-sys-surface-variant: light-dark(#e0e2ec, #44474e);
  --mat-sys-tertiary: light-dark(#7d00fa, #d5baff);
  --mat-sys-tertiary-container: light-dark(#ecdcff, #5f00c0);
  --mat-sys-tertiary-fixed: light-dark(#ecdcff, #ecdcff);
  --mat-sys-tertiary-fixed-dim: light-dark(#d5baff, #d5baff);
  --mat-sys-neutral-variant20: #2d3038;
  --mat-sys-neutral10: #1a1b1f;
}
html {
  --mat-sys-level0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-sys-level1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-sys-level2:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-sys-level3:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-sys-level4:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-sys-level5:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
html {
  --mat-sys-body-large: 400 1rem / 1.5rem Roboto;
  --mat-sys-body-large-font: Roboto;
  --mat-sys-body-large-line-height: 1.5rem;
  --mat-sys-body-large-size: 1rem;
  --mat-sys-body-large-tracking: 0.031rem;
  --mat-sys-body-large-weight: 400;
  --mat-sys-body-medium: 400 0.875rem / 1.25rem Roboto;
  --mat-sys-body-medium-font: Roboto;
  --mat-sys-body-medium-line-height: 1.25rem;
  --mat-sys-body-medium-size: 0.875rem;
  --mat-sys-body-medium-tracking: 0.016rem;
  --mat-sys-body-medium-weight: 400;
  --mat-sys-body-small: 400 0.75rem / 1rem Roboto;
  --mat-sys-body-small-font: Roboto;
  --mat-sys-body-small-line-height: 1rem;
  --mat-sys-body-small-size: 0.75rem;
  --mat-sys-body-small-tracking: 0.025rem;
  --mat-sys-body-small-weight: 400;
  --mat-sys-display-large: 400 3.562rem / 4rem Roboto;
  --mat-sys-display-large-font: Roboto;
  --mat-sys-display-large-line-height: 4rem;
  --mat-sys-display-large-size: 3.562rem;
  --mat-sys-display-large-tracking: -0.016rem;
  --mat-sys-display-large-weight: 400;
  --mat-sys-display-medium: 400 2.812rem / 3.25rem Roboto;
  --mat-sys-display-medium-font: Roboto;
  --mat-sys-display-medium-line-height: 3.25rem;
  --mat-sys-display-medium-size: 2.812rem;
  --mat-sys-display-medium-tracking: 0;
  --mat-sys-display-medium-weight: 400;
  --mat-sys-display-small: 400 2.25rem / 2.75rem Roboto;
  --mat-sys-display-small-font: Roboto;
  --mat-sys-display-small-line-height: 2.75rem;
  --mat-sys-display-small-size: 2.25rem;
  --mat-sys-display-small-tracking: 0;
  --mat-sys-display-small-weight: 400;
  --mat-sys-headline-large: 400 2rem / 2.5rem Roboto;
  --mat-sys-headline-large-font: Roboto;
  --mat-sys-headline-large-line-height: 2.5rem;
  --mat-sys-headline-large-size: 2rem;
  --mat-sys-headline-large-tracking: 0;
  --mat-sys-headline-large-weight: 400;
  --mat-sys-headline-medium: 400 1.75rem / 2.25rem Roboto;
  --mat-sys-headline-medium-font: Roboto;
  --mat-sys-headline-medium-line-height: 2.25rem;
  --mat-sys-headline-medium-size: 1.75rem;
  --mat-sys-headline-medium-tracking: 0;
  --mat-sys-headline-medium-weight: 400;
  --mat-sys-headline-small: 400 1.5rem / 2rem Roboto;
  --mat-sys-headline-small-font: Roboto;
  --mat-sys-headline-small-line-height: 2rem;
  --mat-sys-headline-small-size: 1.5rem;
  --mat-sys-headline-small-tracking: 0;
  --mat-sys-headline-small-weight: 400;
  --mat-sys-label-large: 500 0.875rem / 1.25rem Roboto;
  --mat-sys-label-large-font: Roboto;
  --mat-sys-label-large-line-height: 1.25rem;
  --mat-sys-label-large-size: 0.875rem;
  --mat-sys-label-large-tracking: 0.006rem;
  --mat-sys-label-large-weight: 500;
  --mat-sys-label-large-weight-prominent: 700;
  --mat-sys-label-medium: 500 0.75rem / 1rem Roboto;
  --mat-sys-label-medium-font: Roboto;
  --mat-sys-label-medium-line-height: 1rem;
  --mat-sys-label-medium-size: 0.75rem;
  --mat-sys-label-medium-tracking: 0.031rem;
  --mat-sys-label-medium-weight: 500;
  --mat-sys-label-medium-weight-prominent: 700;
  --mat-sys-label-small: 500 0.688rem / 1rem Roboto;
  --mat-sys-label-small-font: Roboto;
  --mat-sys-label-small-line-height: 1rem;
  --mat-sys-label-small-size: 0.688rem;
  --mat-sys-label-small-tracking: 0.031rem;
  --mat-sys-label-small-weight: 500;
  --mat-sys-title-large: 400 1.375rem / 1.75rem Roboto;
  --mat-sys-title-large-font: Roboto;
  --mat-sys-title-large-line-height: 1.75rem;
  --mat-sys-title-large-size: 1.375rem;
  --mat-sys-title-large-tracking: 0;
  --mat-sys-title-large-weight: 400;
  --mat-sys-title-medium: 500 1rem / 1.5rem Roboto;
  --mat-sys-title-medium-font: Roboto;
  --mat-sys-title-medium-line-height: 1.5rem;
  --mat-sys-title-medium-size: 1rem;
  --mat-sys-title-medium-tracking: 0.009rem;
  --mat-sys-title-medium-weight: 500;
  --mat-sys-title-small: 500 0.875rem / 1.25rem Roboto;
  --mat-sys-title-small-font: Roboto;
  --mat-sys-title-small-line-height: 1.25rem;
  --mat-sys-title-small-size: 0.875rem;
  --mat-sys-title-small-tracking: 0.006rem;
  --mat-sys-title-small-weight: 500;
}
html {
  --mat-sys-corner-extra-large: 28px;
  --mat-sys-corner-extra-large-top: 28px 28px 0 0;
  --mat-sys-corner-extra-small: 4px;
  --mat-sys-corner-extra-small-top: 4px 4px 0 0;
  --mat-sys-corner-full: 9999px;
  --mat-sys-corner-large: 16px;
  --mat-sys-corner-large-end: 0 16px 16px 0;
  --mat-sys-corner-large-start: 16px 0 0 16px;
  --mat-sys-corner-large-top: 16px 16px 0 0;
  --mat-sys-corner-medium: 12px;
  --mat-sys-corner-none: 0;
  --mat-sys-corner-small: 8px;
}
html {
  --mat-sys-dragged-state-layer-opacity: 0.16;
  --mat-sys-focus-state-layer-opacity: 0.12;
  --mat-sys-hover-state-layer-opacity: 0.08;
  --mat-sys-pressed-state-layer-opacity: 0.12;
}
html.theme-light {
  color-scheme: light;
}
html.theme-dark {
  color-scheme: dark;
}
body {
  font: var(--mat-sys-body-medium);
  margin: 0;
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* src/styles.scss */
html,
body {
  height: 100%;
  margin: 0;
}
:root,
html.theme-light {
  --beehive-navy: #161d31;
  --beehive-primary: #7367f0;
  --beehive-primary-strong: #655bd3;
  --beehive-primary-soft: rgba(115, 103, 240, 0.16);
  --beehive-cyan: #00cfe8;
  --beehive-cyan-soft: rgba(0, 207, 232, 0.16);
  --beehive-purple: #7367f0;
  --beehive-purple-soft: rgba(115, 103, 240, 0.16);
  --beehive-warn: #ff9f43;
  --beehive-red: #ea5455;
  --beehive-accent-warning: #ff9f43;
  --beehive-admin-accent: #00cfe8;
  --beehive-admin-accent-soft: rgba(0, 207, 232, 0.16);
  --beehive-page-bg: #f8f8f8;
  --beehive-sidebar-bg: #ffffff;
  --beehive-toolbar-bg: #ffffff;
  --beehive-card-bg: #ffffff;
  --beehive-outline: #ebe9f1;
  --beehive-outline-muted: #f3f2f7;
  --beehive-accent: #5e5873;
  --beehive-accent-text: #5e5873;
  --beehive-text: #6e6b7b;
  --beehive-text-muted: #b9b9c3;
  --beehive-nav-section: #999999;
  --beehive-surface: #ffffff;
  --beehive-surface-elevated: #f8f8f8;
  --beehive-surface-muted: #f4f5fa;
  --beehive-shadow-card: 0 4px 24px 0 rgba(34, 41, 47, 0.1);
  --beehive-shadow-drawer: 0 4px 24px 0 rgba(34, 41, 47, 0.1);
}
html.theme-dark {
  --beehive-navy: #050816;
  --beehive-primary: #7367f0;
  --beehive-primary-strong: #857aff;
  --beehive-primary-soft: rgba(115, 103, 240, 0.16);
  --beehive-cyan: #00cfe8;
  --beehive-cyan-soft: rgba(0, 207, 232, 0.16);
  --beehive-purple: #7367f0;
  --beehive-purple-soft: rgba(115, 103, 240, 0.16);
  --beehive-warn: #ff9f43;
  --beehive-red: #ea5455;
  --beehive-accent-warning: #ff9f43;
  --beehive-admin-accent: #00cfe8;
  --beehive-admin-accent-soft: rgba(0, 207, 232, 0.16);
  --beehive-page-bg: #161d31;
  --beehive-sidebar-bg: #283046;
  --beehive-toolbar-bg: #283046;
  --beehive-card-bg: #283046;
  --beehive-outline: #3b4253;
  --beehive-outline-muted: #3b4253;
  --beehive-accent: #d0d2d6;
  --beehive-accent-text: #d0d2d6;
  --beehive-text: #b4b7bd;
  --beehive-text-muted: #676d7d;
  --beehive-nav-section: #676d7d;
  --beehive-surface: #283046;
  --beehive-surface-elevated: #161d31;
  --beehive-surface-muted: #343d55;
  --beehive-shadow-card: 0 4px 24px 0 rgba(0, 0, 0, 0.25);
  --beehive-shadow-drawer: 0 4px 24px 0 rgba(0, 0, 0, 0.25);
}
body {
  font-family: "Public Sans", sans-serif;
  background-color: var(--beehive-page-bg);
  color: var(--beehive-text);
  -webkit-font-smoothing: antialiased;
}
.shell-frame {
  min-height: 100vh;
  height: 100vh;
  background: var(--beehive-page-bg);
}
.shell-frame .mat-drawer-container {
  background: transparent;
}
.shell-drawer {
  width: min(100vw - 3rem, 260px);
  border: none !important;
  box-shadow: var(--beehive-shadow-drawer) !important;
  background: var(--beehive-sidebar-bg) !important;
}
.shell-drawer .mat-drawer-inner-container {
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}
.shell-sidebar {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem 0.75rem 1.25rem;
  min-height: 100%;
  box-sizing: border-box;
}
.shell-sidebar__panel {
  padding: 0 0.5rem;
}
.workspace-brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.75rem 0.85rem 1rem;
  margin-bottom: 0.25rem;
  border-bottom: 1px solid var(--beehive-outline-muted);
}
.workspace-brand__mark {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.55rem;
  display: grid;
  place-items: center;
  background:
    linear-gradient(
      145deg,
      var(--beehive-primary) 0%,
      var(--beehive-navy) 100%);
  color: #fff;
}
.workspace-brand__mark mat-icon {
  font-size: 1.65rem;
  width: 1.65rem;
  height: 1.65rem;
}
.workspace-brand__text {
  line-height: 1.05;
}
.workspace-brand__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--beehive-accent-text);
}
.workspace-brand__subtitle {
  margin: 0.15rem 0 0;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--beehive-primary);
}
.shell-nav__section + .shell-nav__section {
  margin-top: 0.75rem;
}
.shell-nav__title {
  margin: 1.5rem 0 0.5rem 1rem;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--beehive-nav-section);
}
.shell-nav__title--with-icon {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-wrap: wrap;
}
.shell-nav__title-icon {
  font-size: 1rem !important;
  width: 1rem !important;
  height: 1rem !important;
  color: var(--beehive-nav-section);
}
.shell-nav--admin .shell-nav__item {
  align-items: flex-start;
}
.shell-nav--admin .shell-nav__item mat-icon {
  margin-top: 0.1rem;
  flex-shrink: 0;
}
.shell-nav--admin .shell-nav__label {
  line-height: 1.35;
}
.shell-nav__list {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.shell-nav__item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0.15rem 1rem;
  padding: 0.55rem 1rem;
  border: none;
  border-radius: 0.375rem;
  background: transparent;
  color: var(--beehive-text);
  font: inherit;
  font-size: 0.9375rem;
  font-weight: 500;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
  box-sizing: border-box;
}
.shell-nav__item mat-icon {
  font-size: 1.35rem;
  width: 1.35rem;
  height: 1.35rem;
  color: inherit;
}
.shell-nav__item:hover:not(.is-disabled):not(.is-active) {
  background: var(--beehive-surface-muted);
  color: var(--beehive-accent-text);
}
.shell-nav__item.is-active {
  background:
    linear-gradient(
      118deg,
      var(--beehive-primary),
      rgba(115, 103, 240, 0.7));
  color: #fff;
  font-weight: 500;
  box-shadow: 0 2px 4px 0 rgba(115, 103, 240, 0.4);
}
.shell-nav__item.is-disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.shell-nav__label {
  flex: 1;
  min-width: 0;
}
.shell-nav__suffix {
  flex-shrink: 0;
  min-width: 1.35rem;
  height: 1.35rem;
  padding: 0 0.35rem;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  font-size: 0.6875rem;
  font-weight: 700;
  background: rgba(239, 68, 68, 0.12);
  color: var(--beehive-warn);
}
.workspace-sidenav-acc {
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.workspace-sidenav-acc .mat-expansion-panel-spacing {
  margin: 0 !important;
}
.workspace-sidenav-acc .mat-expansion-panel-header {
  padding: 0 0.65rem !important;
  height: 44px !important;
  border-radius: 0.65rem !important;
  font-size: 0.875rem !important;
  font-weight: 500;
}
.workspace-sidenav-acc.mat-expanded > .mat-expansion-panel-header {
  background: var(--beehive-surface-elevated);
}
.workspace-sidenav-acc .mat-expansion-panel-body {
  padding: 0 0.35rem 0.35rem !important;
}
.workspace-sidenav-acc .workspace-nested-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.65rem 0.45rem 2.25rem;
  border-radius: 0.5rem;
  color: var(--beehive-text-muted);
  font-size: 0.8125rem;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
}
.workspace-sidenav-acc .workspace-nested-link:hover {
  background: var(--beehive-surface-elevated);
  color: var(--beehive-accent-text);
}
.workspace-sidenav-acc .workspace-nested-link.is-active {
  background: var(--beehive-primary-soft);
  color: var(--beehive-primary-strong);
  font-weight: 600;
}
.shell-main {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-width: 0;
  background: var(--beehive-page-bg);
}
.shell-toolbar {
  position: sticky;
  top: 0;
  z-index: 4;
  min-height: 56px !important;
  padding: 0 0.5rem 0 0.25rem !important;
  background: var(--beehive-toolbar-bg) !important;
  border-bottom: 1px solid var(--beehive-outline-muted);
  box-shadow: none !important;
}
.shell-toolbar__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: var(--beehive-accent-text);
}
.shell-toolbar__spacer {
  flex: 1;
}
.shell-mobile-toggle {
  margin-right: 0.25rem;
}
.shell-toolbar__actions {
  display: flex;
  align-items: center;
  gap: 0.15rem;
}
.shell-user-menu-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  max-width: 11rem;
  padding: 0.15rem 0.35rem 0.15rem 0.15rem !important;
  border-radius: 999px !important;
  font-size: 0.875rem !important;
  font-weight: 600;
  color: var(--beehive-accent-text) !important;
}
.shell-user-menu-trigger .shell-user-chip__avatar {
  margin: 0;
}
.workspace-body,
.platform-page.admin-content {
  flex: 1;
  padding: clamp(1rem, 2vw, 1.75rem);
  box-sizing: border-box;
  max-width: 120rem;
  margin-inline: auto;
  width: 100%;
}
.shell-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: var(--beehive-toolbar-bg);
  border-bottom: 1px solid var(--beehive-outline-muted);
  position: sticky;
  top: 0;
  z-index: 3;
}
.shell-topbar__group {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
}
.shell-topbar__title {
  margin: 0.15rem 0 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--beehive-accent-text);
}
.shell-topbar__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: flex-end;
}
.shell-user-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: var(--beehive-surface-elevated);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--beehive-accent-text);
}
.shell-user-chip__avatar {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--beehive-admin-accent);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
}
.workspace-shell .shell-user-chip__avatar {
  background: var(--beehive-primary);
}
.platform-eyebrow {
  margin: 0 0 0.25rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--beehive-text-muted);
}
.platform-page {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.platform-page__header .platform-title {
  margin: 0 0 0.35rem;
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  font-weight: 800;
  color: var(--beehive-accent-text);
}
.platform-subtitle {
  margin: 0;
  color: var(--beehive-text-muted);
  max-width: 52rem;
  line-height: 1.5;
}
.surface-card {
  border-radius: 0.375rem !important;
  border: none !important;
  box-shadow: var(--beehive-shadow-card) !important;
  background: var(--beehive-card-bg) !important;
}
.platform-primary-button {
  --mdc-filled-button-container-color: var(--beehive-primary) !important;
  --mdc-filled-button-label-text-color: #fff !important;
  border-radius: 0.375rem !important;
  box-shadow: 0 2px 4px 0 rgba(115, 103, 240, 0.4) !important;
}
.platform-secondary-button {
  border-color: var(--beehive-outline) !important;
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem 1.25rem;
}
.form-field--full {
  grid-column: 1/-1;
}
@media (max-width: 720px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
}
.section-caption {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.section-caption__icon {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.75rem;
  display: grid;
  place-items: center;
  background: var(--beehive-primary-soft);
  color: var(--beehive-primary-strong);
  flex-shrink: 0;
}
.admin-content .section-caption__icon {
  background: var(--beehive-admin-accent-soft);
  color: var(--beehive-admin-accent);
}
.section-caption h3 {
  margin: 0 0 0.25rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--beehive-accent-text);
}
.section-caption p {
  margin: 0;
  font-size: 0.875rem;
  color: var(--beehive-text-muted);
  line-height: 1.45;
}
.info-banner {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 0.85rem;
  border-radius: 0.65rem;
  font-size: 0.875rem;
  font-weight: 500;
}
.info-banner--error {
  background: rgba(239, 68, 68, 0.08);
  color: #b91c1c;
  border: 1px solid rgba(239, 68, 68, 0.28);
}
.info-banner--success {
  background: rgba(46, 125, 50, 0.08);
  color: #2e7d32;
  border: 1px solid rgba(46, 125, 50, 0.22);
}
.metric-grid {
  display: grid;
  gap: 1rem;
}
.metric-card mat-card-content {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto auto;
  column-gap: 1rem;
  row-gap: 0.35rem;
  padding: 1.15rem !important;
}
.metric-card__icon {
  grid-row: span 3;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.75rem;
  display: grid;
  place-items: center;
  background: var(--beehive-surface-muted);
  color: var(--beehive-primary);
}
.metric-card__icon--danger {
  background: rgba(239, 68, 68, 0.1);
  color: var(--beehive-red);
}
.metric-card__icon--warning {
  background: var(--beehive-purple-soft);
  color: var(--beehive-purple);
}
.metric-card__icon--success {
  background: rgba(46, 125, 50, 0.12);
  color: #2e7d32;
}
.metric-card__icon--info {
  background: var(--beehive-primary-soft);
  color: var(--beehive-primary-strong);
}
.metric-card__label {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--beehive-text-muted);
}
.metric-card__value {
  margin: 0;
  font-size: 1.65rem;
  font-weight: 800;
  color: var(--beehive-accent-text);
}
.metric-card__meta {
  margin: 0;
  grid-column: 2;
  font-size: 0.8rem;
  color: var(--beehive-text-muted);
}
.metric-card__trend {
  margin: 0;
  grid-column: 2;
  font-size: 0.78rem;
  font-weight: 600;
}
.metric-card__trend--danger {
  color: var(--beehive-red);
}
.metric-card__trend--warning {
  color: var(--beehive-accent-warning);
}
.metric-card__trend--success {
  color: #2e7d32;
}
.progress-track {
  height: 0.5rem;
  border-radius: 999px;
  background: var(--beehive-surface-muted);
  overflow: hidden;
}
.progress-track__value {
  height: 100%;
  border-radius: inherit;
  background:
    linear-gradient(
      90deg,
      var(--beehive-primary),
      var(--beehive-primary-strong));
}
.mat-step-header .mat-step-icon-selected {
  background-color: var(--beehive-primary) !important;
}
.workspace-shell .workspace-drawer {
  border-right: 1px solid var(--beehive-outline-muted) !important;
}
.workspace-shell .workspace-sidebar.shell-sidebar {
  padding: 0.75rem 0.65rem 1.5rem;
  gap: 0;
}
.workspace-shell .workspace-brand {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 0.85rem 1rem;
  margin-bottom: 0.25rem;
  border-bottom: 1px solid var(--beehive-outline-muted);
}
.workspace-shell .workspace-brand__title {
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--beehive-primary);
  text-decoration: none;
}
.workspace-shell .workspace-brand__version {
  font-size: 0.65rem;
  font-weight: 700;
  padding: 0.15rem 0.45rem;
  border-radius: 6px;
  background: rgba(34, 197, 94, 0.15);
  color: #16a34a;
}
.workspace-shell .workspace-user-row {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1rem 0.85rem 1.1rem;
  margin-bottom: 0.35rem;
  border-bottom: 1px solid var(--beehive-outline-muted);
}
.workspace-shell .workspace-user-row__avatar {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  background:
    linear-gradient(
      145deg,
      var(--beehive-primary) 0%,
      #0369a1 100%);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
}
.workspace-shell .workspace-user-row__name {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--beehive-accent-text);
}
.workspace-shell .workspace-user-row__role {
  margin: 0.2rem 0 0;
  font-size: 0.75rem;
  color: var(--beehive-text-muted);
}
.workspace-shell .workspace-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 3.5rem;
  padding: 0.5rem 1rem 0.5rem 0.35rem;
  background: var(--beehive-toolbar-bg);
  border-bottom: 1px solid var(--beehive-outline-muted);
  position: sticky;
  top: 0;
  z-index: 4;
}
.workspace-shell .workspace-topbar__left {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  flex: 1;
  min-width: 0;
}
.workspace-shell .workspace-topbar__search {
  flex: 1;
  max-width: 28rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.85rem;
  border-radius: 10px;
  border: 1px solid var(--beehive-outline);
  background: var(--beehive-surface-elevated);
}
.workspace-shell .workspace-topbar__search-input {
  flex: 1;
  border: none;
  background: transparent;
  color: var(--beehive-accent-text);
  outline: none;
}
.workspace-shell .workspace-topbar__right {
  display: flex;
  align-items: center;
  gap: 0.1rem;
}
.workspace-shell .shell-nav__item.shell-nav__item--able.is-active {
  position: relative;
  border-radius: 0 10px 10px 0;
  padding-left: 0.85rem;
  background: rgba(14, 165, 233, 0.1);
  color: var(--beehive-primary-strong);
  font-weight: 600;
}
.workspace-shell .shell-nav__item.shell-nav__item--able.is-active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35rem;
  bottom: 0.35rem;
  width: 3px;
  border-radius: 0 3px 3px 0;
  background: var(--beehive-primary);
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
