/* src/styles.css */
/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root,
  :host {
    --font-sans:
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji";
    --font-mono:
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html,
  :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit,
  ::-webkit-datetime-edit-year-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field,
  ::-webkit-datetime-edit-second-field,
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type=button], [type=reset], [type=submit]),
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden=until-found])) {
    display: none !important;
  }
}
@layer utilities {
  .static {
    position: static;
  }
}
:root {
  --navy: #071d49;
  --navy-2: #0a2660;
  --lime: #c4d600;
  --lime-d: #9eab00;
  --blue: #24567f;
  --line: #d8e2ef;
  --muted: #708199;
  --bg: #f8fafc;
  --soft: #e8f2fb;
  --red: #eb2c2f;
  --green: #16a34a;
  --amber: #b45309;
  --danger: #b42318;
  --gray-50: #f8fafc;
  --gray-100: #f1f5f9;
  --gray-200: #e2e8f0;
  --gray-700: #374151;
  --gray-900: #111827;
  --shadow: 0 18px 42px rgba(7, 29, 73, 0.16);
}
* {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
  color: var(--gray-900);
  background: var(--bg);
  font-family:
    "Segoe UI",
    system-ui,
    -apple-system,
    sans-serif;
  min-width: 0;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
button,
input,
select,
textarea {
  font: inherit;
  max-width: 100%;
}
img {
  max-width: 100%;
}
.brand-logo {
  display: block;
  object-fit: contain;
}
.header-logo {
  height: 42px;
  width: auto;
}
.header-detektor {
  height: 24px;
  width: auto;
}
.vertical-rule {
  width: 1px;
  height: 42px;
  background: var(--gray-200);
  flex-shrink: 0;
}
.powered {
  font-size: 11px;
  color: #94a3b8;
  font-style: italic;
  letter-spacing: 0.3px;
  white-space: nowrap;
}
.btn {
  min-height: 40px;
  border: 1px solid transparent;
  border-radius: 7px;
  padding: 0 18px;
  cursor: pointer;
  font-weight: 700;
  transition:
    background 0.15s,
    color 0.15s,
    border-color 0.15s;
}
.btn-primary {
  color: #fff;
  background: var(--navy);
  box-shadow: 0 8px 18px rgba(7, 29, 73, 0.2);
}
.btn-primary:hover:not(:disabled) {
  background: var(--lime);
  color: var(--navy);
}
.btn-primary:disabled {
  opacity: 0.55;
  box-shadow: none;
  cursor: not-allowed;
}
.btn-light {
  color: #334155;
  background: #fff;
  border-color: #c9d5e4;
}
.btn-light:hover {
  background: var(--gray-100);
}
.topbar {
  min-height: 75px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px;
  border-top: 6px solid #231f20;
  border-bottom: 4px solid var(--lime);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
.topbar-left,
.topbar-right,
.actions,
.modal-actions {
  display: flex;
  align-items: center;
}
.topbar-left,
.topbar-right {
  gap: 14px;
}
.topbar h2 {
  margin: 0;
  color: var(--navy);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.2px;
}
.topbar p,
.user span {
  margin: 3px 0 0;
  color: #64748b;
  font-size: 12px;
}
.avatar {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--lime);
  background: var(--navy);
  border-radius: 50%;
  font-weight: 800;
  font-size: 14px;
  flex-shrink: 0;
}
.user {
  display: grid;
  gap: 1px;
  font-size: 12px;
}
.user strong {
  color: var(--navy);
}
.icon-btn {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  border: 1px solid var(--gray-200);
  background: #fff;
  cursor: pointer;
  transition: all 0.15s;
}
.icon-btn:hover {
  background: var(--gray-100);
}
.app-manager-btn {
  color: #fff;
  background: var(--red);
  border-color: var(--red);
  font-size: 18px;
}
.app-manager-btn:hover {
  background: #c81e21;
}
.hamburger-btn {
  font-size: 20px;
  line-height: 1;
}
.module-layout {
  display: grid;
  grid-template-columns: 252px minmax(0, 1fr);
  min-width: 0;
  max-width: 100%;
  min-height: calc(100vh - 75px);
}
.module-layout.sidebar-collapsed {
  grid-template-columns: minmax(0, 1fr);
}
.module-layout.sidebar-collapsed .module-sidebar {
  display: none;
}
.module-sidebar {
  position: sticky;
  top: 0;
  align-self: start;
  min-height: calc(100vh - 75px);
  display: flex;
  flex-direction: column;
  color: #dce5f1;
  background: var(--navy);
  box-shadow: 6px 0 18px rgba(7, 29, 73, 0.13);
}
.module-sidebar nav {
  flex: 1;
  padding: 12px 0;
}
.menu-group {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin: 12px 0 4px;
  padding: 8px 18px;
  border: 0;
  background: transparent;
  color: var(--lime);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: left;
  cursor: pointer;
}
.menu-group::after {
  content: "\25be";
  font-size: 11px;
  transition: transform 0.18s ease;
}
.menu-section:not(.is-open) .menu-group::after {
  transform: rotate(-90deg);
}
.menu-group:hover {
  color: #fff;
}
.menu-section:not(.is-open) .menu-items {
  display: none;
}
.nav-node:not(.is-open) > .nav-children {
  display: none;
}
.module-sidebar .tab {
  width: 100%;
  min-width: 0;
  min-height: 43px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 0;
  border-left: 3px solid transparent;
  background: transparent;
  padding: 0 18px;
  color: #d1daea;
  text-align: left;
  font-size: 13px;
  cursor: pointer;
  text-decoration: none;
}
.module-sidebar .tab span {
  width: 18px;
  text-align: center;
  font-size: 16px;
}
.module-sidebar .tab.has-children::after {
  content: "\25be";
  margin-left: auto;
  font-size: 10px;
  transition: transform 0.18s ease;
}
.nav-node:not(.is-open) > .tab.has-children::after {
  transform: rotate(-90deg);
}
.module-sidebar .tab:hover,
.module-sidebar .tab.is-active {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-left-color: var(--lime);
}
.module-sidebar .tab.is-disabled {
  color: #6b7a90;
  cursor: not-allowed;
}
.module-sidebar .tab.is-disabled:hover {
  color: #6b7a90;
  background: transparent;
  border-left-color: transparent;
}
.module-sidebar .menu-level-2 {
  padding-left: 36px;
}
.module-sidebar .menu-level-3 {
  padding-left: 54px;
}
.module-sidebar .menu-level-4 {
  padding-left: 72px;
}
.soon-pill {
  margin-left: auto;
  padding: 2px 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #91a0b4;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  white-space: nowrap;
}
.sidebar-manager {
  min-height: 52px;
  display: flex;
  align-items: center;
  gap: 11px;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  color: #fff;
  background: var(--navy-2);
  padding: 0 20px;
  cursor: pointer;
  font-weight: 800;
  text-align: left;
}
.sidebar-manager span {
  color: var(--lime);
  font-size: 20px;
}
.workspace {
  min-height: calc(100vh - 75px);
  width: 100%;
  min-width: 0;
  max-width: 100%;
}
.content-area {
  padding: 24px;
  min-width: 0;
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
}
.view-header {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 18px;
  margin-bottom: 18px;
  width: 100%;
}
.view-header > div:first-child {
  flex: 1 1 auto;
  min-width: 320px;
}
.view-header > .btn {
  flex: 0 0 auto;
}
.view-header h1 {
  margin: 0;
  color: var(--navy);
  font-size: 24px;
}
.view-header p {
  margin: 5px 0 0;
  color: var(--muted);
}
.metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(150px, 1fr));
  gap: 14px;
  margin-bottom: 18px;
  width: 100%;
}
.metric {
  background: #dcecf8;
  border: 1px solid #b8cbe0;
  border-bottom: 3px solid var(--blue);
  border-radius: 8px;
  padding: 18px;
  text-align: center;
}
.metric span {
  color: #4e5e70;
  font-weight: 700;
}
.metric strong {
  display: block;
  color: var(--blue);
  font-size: 28px;
  margin-top: 8px;
}
.metric.soon {
  opacity: 0.62;
}
.metric small {
  display: block;
  margin-top: 6px;
  color: #6b7a90;
  font-size: 11px;
}
.screen-filters {
  min-height: 82px;
  display: flex;
  align-items: end;
  gap: 12px;
  padding: 14px;
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: 8px;
  margin-bottom: 18px;
  width: 100%;
  flex-wrap: wrap;
}
label {
  display: grid;
  gap: 6px;
  color: var(--gray-700);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
input,
select {
  min-height: 37px;
  border: 1px solid var(--gray-200);
  border-radius: 7px;
  background: var(--gray-50);
  padding: 0 12px;
  color: var(--gray-900);
  outline: none;
}
input:focus,
select:focus {
  border-color: var(--navy);
  box-shadow: 0 0 0 3px rgba(196, 214, 0, 0.25);
}
input:read-only {
  color: var(--muted);
}
.search-field input {
  width: 280px;
}
.data-panel {
  background: #fff;
  border: 1px solid #c4d0df;
  border-radius: 8px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
  overflow: auto;
  width: 100%;
}
.data-panel table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
}
.data-panel th,
.data-panel td {
  padding: 14px 12px;
  border-bottom: 1px solid #cfdae8;
  text-align: left;
  font-size: 13px;
  white-space: nowrap;
}
.data-panel th {
  background: #dcecf8;
  color: #4b5b6c;
  font-weight: 800;
}
.data-panel td {
  color: #354256;
}
.data-panel tr:hover td {
  background: rgba(196, 214, 0, 0.06);
}
.data-panel tr:last-child td {
  border-bottom: 0;
}
.badge {
  display: inline-flex;
  min-width: 70px;
  justify-content: center;
  border-radius: 999px;
  padding: 4px 9px;
  font-size: 12px;
  font-weight: 800;
}
.badge.success {
  color: #14532d;
  background: #dcfce7;
}
.badge.warn {
  color: #854d0e;
  background: #fef3c7;
}
.badge.danger {
  color: #991b1b;
  background: #fee2e2;
}
.link-btn {
  color: var(--blue);
  background: transparent;
  border: 0;
  cursor: pointer;
  font-weight: 800;
}
.link-btn:hover {
  text-decoration: underline;
}
.table-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.danger-link {
  color: var(--danger);
}
.empty-cell {
  text-align: center;
  color: #66768a;
}
.info-tip {
  display: inline-grid;
  place-items: center;
  width: 15px;
  height: 15px;
  color: var(--blue);
  font-size: 12px;
  cursor: help;
}
.warning-box {
  color: #7a4a00;
  background: #fff8e6;
  border: 1px solid #f2d18a;
  border-radius: 7px;
  padding: 12px;
  font-size: 13px;
  line-height: 1.4;
}
.view > .warning-box {
  margin-top: 18px;
}
.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  background: rgba(7, 29, 73, 0.46);
  padding: 16px;
}
.modal-box {
  width: min(520px, 92vw);
  max-height: calc(100dvh - 32px);
  overflow-y: auto;
  background: #fff;
  border-top: 4px solid var(--lime);
  border-radius: 10px;
  box-shadow: var(--shadow);
}
.modal-box.wide {
  width: min(900px, 92vw);
}
.modal-body {
  padding: 24px;
  display: grid;
  gap: 14px;
}
.modal-body h2 {
  color: var(--navy);
  margin: 0;
  font-size: 24px;
  font-weight: 700;
}
.modal-copy {
  margin: 0;
  color: #617187;
}
.modal-body label {
  font-size: 12px;
  letter-spacing: 0.2px;
  text-transform: none;
}
.modal-actions {
  justify-content: flex-end;
  gap: 10px;
}
.edit-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}
.edit-grid .config-panel {
  display: grid;
  gap: 14px;
}
.field-row {
  display: flex;
  gap: 12px;
}
.field-row label {
  flex: 1;
  min-width: 0;
}
.map-placeholder {
  min-height: 280px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  border: 1px dashed #b7c8da;
  border-radius: 6px;
  background: #eaf3fb;
  color: #4e5e70;
  text-align: center;
  padding: 20px;
  font-size: 13px;
}
.map-placeholder strong {
  color: var(--navy);
}
.sidebar-backdrop {
  display: none;
}
@media (max-width: 1023px) {
  .module-layout {
    grid-template-columns: minmax(0, 1fr);
  }
  .module-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 264px;
    min-height: 100dvh;
    z-index: 50;
    overflow-y: auto;
    box-shadow: 12px 0 32px rgba(7, 29, 73, 0.35);
  }
  .sidebar-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 40;
    background: rgba(7, 29, 73, 0.45);
  }
}
@media (max-width: 1100px) {
  .metrics-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 820px) {
  .metrics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  .metrics-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (max-width: 900px) {
  .topbar {
    padding: 0 14px;
  }
  .topbar-left,
  .topbar-right {
    gap: 10px;
  }
  .powered,
  .header-detektor,
  .topbar .user,
  .topbar-right .vertical-rule {
    display: none;
  }
}
@media (max-width: 600px) {
  .topbar p {
    display: none;
  }
  .topbar-left .vertical-rule {
    display: none;
  }
  .header-logo {
    height: 32px;
  }
  .content-area {
    padding: 14px;
  }
  .view-header {
    flex-direction: column;
    align-items: stretch;
  }
  .view-header > div:first-child {
    min-width: 0;
  }
  .view-header > .btn {
    width: 100%;
  }
  .screen-filters {
    flex-direction: column;
    align-items: stretch;
  }
  .screen-filters label {
    width: 100%;
  }
  .screen-filters .btn {
    width: 100%;
  }
  .search-field input {
    width: 100%;
  }
  .field-row {
    flex-direction: column;
  }
  .modal-body {
    padding: 16px;
  }
  .modal-actions {
    flex-wrap: wrap;
  }
  .modal-actions .btn {
    flex: 1 1 auto;
  }
}
@media (max-width: 860px) {
  .edit-grid {
    grid-template-columns: 1fr;
  }
  .map-placeholder {
    min-height: 180px;
  }
}

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