@charset "UTF-8";

/* node_modules/leaflet/dist/leaflet.css */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}
.leaflet-container {
  overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
.leaflet-tile::selection {
  background: transparent;
}
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}
.leaflet-container .leaflet-overlay-pane svg {
  max-width: none !important;
  max-height: none !important;
}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
  width: auto;
  padding: 0;
}
.leaflet-container img.leaflet-tile {
  mix-blend-mode: plus-lighter;
}
.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  touch-action: none;
  touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}
.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}
.leaflet-tile-loaded {
  visibility: inherit;
}
.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}
.leaflet-pane {
  z-index: 400;
}
.leaflet-tile-pane {
  z-index: 200;
}
.leaflet-overlay-pane {
  z-index: 400;
}
.leaflet-shadow-pane {
  z-index: 500;
}
.leaflet-marker-pane {
  z-index: 600;
}
.leaflet-tooltip-pane {
  z-index: 650;
}
.leaflet-popup-pane {
  z-index: 700;
}
.leaflet-map-pane canvas {
  z-index: 100;
}
.leaflet-map-pane svg {
  z-index: 200;
}
.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}
.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}
.leaflet-top {
  top: 0;
}
.leaflet-right {
  right: 0;
}
.leaflet-bottom {
  bottom: 0;
}
.leaflet-left {
  left: 0;
}
.leaflet-control {
  float: left;
  clear: both;
}
.leaflet-right .leaflet-control {
  float: right;
}
.leaflet-top .leaflet-control {
  margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
  margin-left: 10px;
}
.leaflet-right .leaflet-control {
  margin-right: 10px;
}
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}
.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
svg.leaflet-zoom-animated {
  will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}
.leaflet-interactive {
  cursor: pointer;
}
.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  pointer-events: auto;
}
.leaflet-container {
  background: #ddd;
  outline-offset: 1px;
}
.leaflet-container a {
  color: #0078A8;
}
.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}
.leaflet-container {
  font-family:
    "Helvetica Neue",
    Arial,
    Helvetica,
    sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}
.leaflet-bar a {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
  background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}
.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font:
    bold 18px "Lucida Console",
    Monaco,
    monospace;
  text-indent: 1px;
}
.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}
.leaflet-control-layers-toggle {
  background-image: url("./media/layers-55W3Q4RM.png");
  width: 36px;
  height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url("./media/layers-2x-TBM42ERR.png");
  background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}
.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}
.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}
.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}
.leaflet-control-layers label {
  display: block;
  font-size: 13px;
  font-size: 1.08333em;
}
.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}
.leaflet-default-icon-path {
  background-image: url("./media/marker-icon-2V3QKKVC.png");
}
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
  line-height: 1.4;
}
.leaflet-control-attribution a {
  text-decoration: none;
}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
  text-decoration: underline;
}
.leaflet-attribution-flag {
  display: inline !important;
  vertical-align: baseline !important;
  width: 1em;
  height: 0.6669em;
}
.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}
.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px #fff;
}
.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}
.leaflet-popup-content {
  margin: 13px 24px 13px 20px;
  line-height: 1.3;
  font-size: 13px;
  font-size: 1.08333em;
  min-height: 1px;
}
.leaflet-popup-content p {
  margin: 17px 0;
  margin: 1.3em 0;
}
.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-top: -1px;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}
.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  pointer-events: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}
.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  text-align: center;
  width: 24px;
  height: 24px;
  font:
    16px/24px Tahoma,
    Verdana,
    sans-serif;
  color: #757575;
  text-decoration: none;
  background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
  color: #585858;
}
.leaflet-popup-scrolled {
  overflow: auto;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.leaflet-tooltip.leaflet-interactive {
  cursor: pointer;
  pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}
.leaflet-tooltip-bottom {
  margin-top: 6px;
}
.leaflet-tooltip-top {
  margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}
.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}
.leaflet-tooltip-left {
  margin-left: -6px;
}
.leaflet-tooltip-right {
  margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}
.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}
.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}
@media print {
  .leaflet-control {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}

/* src/styles.scss */
*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.m-0 {
  margin: 0px;
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.\!mb-1 {
  margin-bottom: 0.25rem !important;
}
.\!mb-2 {
  margin-bottom: 0.5rem !important;
}
.\!mt-0 {
  margin-top: 0px !important;
}
.\!mt-0\.5 {
  margin-top: 0.125rem !important;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-auto {
  margin-left: auto;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.\!h-10 {
  height: 2.5rem !important;
}
.\!h-8 {
  height: 2rem !important;
}
.\!h-9 {
  height: 2.25rem !important;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-28 {
  height: 7rem;
}
.h-full {
  height: 100%;
}
.max-h-48 {
  max-height: 12rem;
}
.w-full {
  width: 100%;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[12rem\] {
  min-width: 12rem;
}
.min-w-\[16rem\] {
  min-width: 16rem;
}
.\!max-w-2xl {
  max-width: 42rem !important;
}
.\!max-w-lg {
  max-width: 32rem !important;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.list-none {
  list-style-type: none;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.\!gap-1\.5 {
  gap: 0.375rem !important;
}
.gap-0\.5 {
  gap: 0.125rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.\!rounded-none {
  border-radius: 0px !important;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.\!border-0 {
  border-width: 0px !important;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.\!border-brand-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(21 101 255 / var(--tw-border-opacity, 1)) !important;
}
.\!border-rose-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 228 230 / var(--tw-border-opacity, 1)) !important;
}
.border-slate-100 {
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
}
.\!bg-brand-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-rose-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-slate-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1)) !important;
}
.bg-amber-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity, 1));
}
.bg-brand-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 101 255 / var(--tw-bg-opacity, 1));
}
.bg-rose-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity, 1));
}
.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}
.\!p-0 {
  padding: 0px !important;
}
.\!p-3 {
  padding: 0.75rem !important;
}
.\!p-3\.5 {
  padding: 0.875rem !important;
}
.p-0 {
  padding: 0px;
}
.p-3 {
  padding: 0.75rem;
}
.\!px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.\!px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.\!py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
.\!py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.\!py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.\!text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}
.\!text-\[1\.85rem\] {
  font-size: 1.85rem !important;
}
.\!text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.\!text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.\!text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}
.\!text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[9px\] {
  font-size: 9px;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.leading-none {
  line-height: 1;
}
.leading-relaxed {
  line-height: 1.625;
}
.tracking-\[0\.12em\] {
  letter-spacing: 0.12em;
}
.tracking-\[0\.14em\] {
  letter-spacing: 0.14em;
}
.tracking-\[0\.16em\] {
  letter-spacing: 0.16em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.\!text-rose-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(190 18 60 / var(--tw-text-opacity, 1)) !important;
}
.text-brand-500 {
  --tw-text-opacity: 1;
  color: rgb(21 101 255 / var(--tw-text-opacity, 1));
}
.text-brand-700 {
  --tw-text-opacity: 1;
  color: rgb(7 28 64 / var(--tw-text-opacity, 1));
}
.text-rose-700 {
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity, 1));
}
.text-rose-800 {
  --tw-text-opacity: 1;
  color: rgb(159 18 57 / var(--tw-text-opacity, 1));
}
.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.underline-offset-2 {
  text-underline-offset: 2px;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-40 {
  opacity: 0.4;
}
.outline {
  outline-style: solid;
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke,
    opacity,
    box-shadow,
    transform,
    filter,
    backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
:root {
  --st-navy: #071c40;
  --st-navy-soft: #0a274f;
  --st-primary: #1565ff;
  --st-primary-hover: #0f4fd0;
  --st-primary-soft: rgba(21, 101, 255, 0.12);
  --st-accent: #1dd0c5;
  --st-accent-soft: rgba(29, 208, 197, 0.14);
  --st-sky: #2ea9ff;
  --st-bg: #eef2f8;
  --st-surface: #ffffff;
  --st-surface-muted: #f1f5f9;
  --st-border: #d8e0ec;
  --st-border-strong: #b8c4d6;
  --st-text: #0f172a;
  --st-text-secondary: #475569;
  --st-text-muted: #64748b;
  --st-text-inverse: #f1f5f9;
  --st-success-bg: #d1fae5;
  --st-success-fg: #065f46;
  --st-warn-bg: #fef3c7;
  --st-warn-fg: #92400e;
  --st-danger-bg: #fee2e2;
  --st-danger-fg: #991b1b;
  --st-info-bg: #dbeafe;
  --st-info-fg: #1e40af;
  --st-radius-sm: 8px;
  --st-radius: 10px;
  --st-radius-lg: 12px;
  --st-radius-xl: 16px;
  --st-shadow-xs: 0 1px 2px rgba(7, 28, 64, 0.04);
  --st-shadow-sm: 0 1px 2px rgba(7, 28, 64, 0.05), 0 4px 16px rgba(7, 28, 64, 0.04);
  --st-shadow-md: 0 8px 28px rgba(7, 28, 64, 0.08);
  --st-shadow-lg: 0 20px 48px rgba(7, 28, 64, 0.18);
  --st-space-1: 0.25rem;
  --st-space-2: 0.5rem;
  --st-space-3: 0.75rem;
  --st-space-4: 1rem;
  --st-space-5: 1.25rem;
  --st-space-6: 1.5rem;
  --st-space-8: 2rem;
  --st-nav-width: 272px;
  --st-content-max: 1320px;
  --st-control-h: 2.625rem;
  --st-transition: 160ms ease;
  --st-font:
    "JetBrains Mono",
    ui-monospace,
    monospace;
}
body.dark-theme {
  --st-bg: #0b1220;
  --st-surface: #111827;
  --st-surface-muted: #1a2332;
  --st-border: #243044;
  --st-border-strong: #334155;
  --st-text: #e8eef7;
  --st-text-secondary: #94a3b8;
  --st-text-muted: #7c8ba1;
  --st-primary-soft: rgba(21, 101, 255, 0.22);
  --st-accent-soft: rgba(29, 208, 197, 0.16);
  --st-success-bg: rgba(16, 185, 129, 0.18);
  --st-success-fg: #6ee7b7;
  --st-warn-bg: rgba(245, 158, 11, 0.18);
  --st-warn-fg: #fcd34d;
  --st-danger-bg: rgba(239, 68, 68, 0.18);
  --st-danger-fg: #fca5a5;
  --st-info-bg: rgba(59, 130, 246, 0.18);
  --st-info-fg: #93c5fd;
  --st-shadow-xs: none;
  --st-shadow-sm: none;
  --st-shadow-md: none;
  --st-shadow-lg: 0 20px 48px rgba(0, 0, 0, 0.45);
}
html {
  --mat-sys-background: #fcf8fd;
  --mat-sys-error: #ba1a1a;
  --mat-sys-error-container: #ffdad6;
  --mat-sys-inverse-on-surface: #f3eff4;
  --mat-sys-inverse-primary: #bec2ff;
  --mat-sys-inverse-surface: #303034;
  --mat-sys-on-background: #1b1b1f;
  --mat-sys-on-error: #ffffff;
  --mat-sys-on-error-container: #93000a;
  --mat-sys-on-primary: #ffffff;
  --mat-sys-on-primary-container: #0000ef;
  --mat-sys-on-primary-fixed: #00006e;
  --mat-sys-on-primary-fixed-variant: #0000ef;
  --mat-sys-on-secondary: #ffffff;
  --mat-sys-on-secondary-container: #444559;
  --mat-sys-on-secondary-fixed: #191a2c;
  --mat-sys-on-secondary-fixed-variant: #444559;
  --mat-sys-on-surface: #1b1b1f;
  --mat-sys-on-surface-variant: #46464f;
  --mat-sys-on-tertiary: #ffffff;
  --mat-sys-on-tertiary-container: #0000ef;
  --mat-sys-on-tertiary-fixed: #00006e;
  --mat-sys-on-tertiary-fixed-variant: #0000ef;
  --mat-sys-outline: #777680;
  --mat-sys-outline-variant: #c7c5d0;
  --mat-sys-primary: #343dff;
  --mat-sys-primary-container: #e0e0ff;
  --mat-sys-primary-fixed: #e0e0ff;
  --mat-sys-primary-fixed-dim: #bec2ff;
  --mat-sys-scrim: #000000;
  --mat-sys-secondary: #5c5d72;
  --mat-sys-secondary-container: #e1e0f9;
  --mat-sys-secondary-fixed: #e1e0f9;
  --mat-sys-secondary-fixed-dim: #c5c4dd;
  --mat-sys-shadow: #000000;
  --mat-sys-surface: #fcf8fd;
  --mat-sys-surface-bright: #fcf8fd;
  --mat-sys-surface-container: #f0edf1;
  --mat-sys-surface-container-high: #ebe7eb;
  --mat-sys-surface-container-highest: #e5e1e6;
  --mat-sys-surface-container-low: #f6f2f7;
  --mat-sys-surface-container-lowest: #ffffff;
  --mat-sys-surface-dim: #dcd9dd;
  --mat-sys-surface-tint: #343dff;
  --mat-sys-surface-variant: #e4e1ec;
  --mat-sys-tertiary: #343dff;
  --mat-sys-tertiary-container: #e0e0ff;
  --mat-sys-tertiary-fixed: #e0e0ff;
  --mat-sys-tertiary-fixed-dim: #bec2ff;
  --mat-sys-neutral-variant20: #303038;
  --mat-sys-neutral10: #1b1b1f;
  --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);
  --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);
  --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);
  --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);
  --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);
  --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);
  --mat-sys-body-large:
    400 1rem / 1.5rem "JetBrains Mono",
    ui-monospace,
    monospace;
  --mat-sys-body-large-font:
    "JetBrains Mono",
    ui-monospace,
    monospace;
  --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 "JetBrains Mono",
    ui-monospace,
    monospace;
  --mat-sys-body-medium-font:
    "JetBrains Mono",
    ui-monospace,
    monospace;
  --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 "JetBrains Mono",
    ui-monospace,
    monospace;
  --mat-sys-body-small-font:
    "JetBrains Mono",
    ui-monospace,
    monospace;
  --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 "JetBrains Mono",
    ui-monospace,
    monospace;
  --mat-sys-display-large-font:
    "JetBrains Mono",
    ui-monospace,
    monospace;
  --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 "JetBrains Mono",
    ui-monospace,
    monospace;
  --mat-sys-display-medium-font:
    "JetBrains Mono",
    ui-monospace,
    monospace;
  --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 "JetBrains Mono",
    ui-monospace,
    monospace;
  --mat-sys-display-small-font:
    "JetBrains Mono",
    ui-monospace,
    monospace;
  --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 "JetBrains Mono",
    ui-monospace,
    monospace;
  --mat-sys-headline-large-font:
    "JetBrains Mono",
    ui-monospace,
    monospace;
  --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 "JetBrains Mono",
    ui-monospace,
    monospace;
  --mat-sys-headline-medium-font:
    "JetBrains Mono",
    ui-monospace,
    monospace;
  --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 "JetBrains Mono",
    ui-monospace,
    monospace;
  --mat-sys-headline-small-font:
    "JetBrains Mono",
    ui-monospace,
    monospace;
  --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 "JetBrains Mono",
    ui-monospace,
    monospace;
  --mat-sys-label-large-font:
    "JetBrains Mono",
    ui-monospace,
    monospace;
  --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 "JetBrains Mono",
    ui-monospace,
    monospace;
  --mat-sys-label-medium-font:
    "JetBrains Mono",
    ui-monospace,
    monospace;
  --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 "JetBrains Mono",
    ui-monospace,
    monospace;
  --mat-sys-label-small-font:
    "JetBrains Mono",
    ui-monospace,
    monospace;
  --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 "JetBrains Mono",
    ui-monospace,
    monospace;
  --mat-sys-title-large-font:
    "JetBrains Mono",
    ui-monospace,
    monospace;
  --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 "JetBrains Mono",
    ui-monospace,
    monospace;
  --mat-sys-title-medium-font:
    "JetBrains Mono",
    ui-monospace,
    monospace;
  --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 "JetBrains Mono",
    ui-monospace,
    monospace;
  --mat-sys-title-small-font:
    "JetBrains Mono",
    ui-monospace,
    monospace;
  --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;
  --mat-checkbox-touch-target-display: block;
  --mat-checkbox-state-layer-size: 36px;
  --mat-chip-container-height: 28px;
  --mat-expansion-header-collapsed-state-height: 44px;
  --mat-expansion-header-expanded-state-height: 60px;
  --mat-fab-small-touch-target-display: ;
  --mat-fab-touch-target-display: block;
  --mat-button-filled-touch-target-display: block;
  --mat-button-filled-container-height: 36px;
  --mat-button-outlined-container-height: 36px;
  --mat-button-outlined-touch-target-display: block;
  --mat-button-protected-touch-target-display: block;
  --mat-button-protected-container-height: 36px;
  --mat-button-text-touch-target-display: block;
  --mat-button-text-container-height: 36px;
  --mat-button-tonal-container-height: 36px;
  --mat-button-tonal-touch-target-display: block;
  --mat-form-field-container-height: 52px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 14px;
  --mat-form-field-filled-with-label-container-padding-top: 22px;
  --mat-form-field-filled-with-label-container-padding-bottom: 6px;
  --mat-icon-button-touch-target-display: block;
  --mat-icon-button-state-layer-size: 36px;
  --mat-list-list-item-leading-icon-start-space: 12px;
  --mat-list-list-item-leading-icon-end-space: 12px;
  --mat-list-list-item-one-line-container-height: 44px;
  --mat-list-list-item-two-line-container-height: 60px;
  --mat-list-list-item-three-line-container-height: 84px;
  --mat-paginator-container-size: 52px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
  --mat-radio-touch-target-display: block;
  --mat-radio-state-layer-size: 36px;
  --mat-tab-container-height: 44px;
  --mat-select-arrow-transform: translateY(-8px);
  --mat-button-toggle-height: 40px;
  --mat-stepper-header-height: 68px;
  --mat-table-header-container-height: 52px;
  --mat-table-footer-container-height: 48px;
  --mat-table-row-item-container-height: 48px;
  --mat-toolbar-standard-height: 60px;
  --mat-toolbar-mobile-height: 52px;
  --mat-tree-node-min-height: 44px;
  --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;
  --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;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  margin: 0;
  font-family: var(--st-font);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  background: var(--st-bg);
  color: var(--st-text);
  line-height: 1.5;
}
body.dark-theme {
  color-scheme: dark;
}
img,
svg {
  display: block;
  max-width: 100%;
}
button,
input,
select,
textarea {
  font: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
.material-symbols-outlined {
  font-variation-settings:
    "FILL" 0,
    "wght" 450,
    "GRAD" 0,
    "opsz" 20;
  font-size: 1.25rem;
  line-height: 1;
  -webkit-user-select: none;
  user-select: none;
  flex-shrink: 0;
}
.admin-shell {
  display: grid;
  grid-template-columns: var(--st-nav-width) 1fr;
  height: 100vh;
  max-height: 100vh;
  overflow: hidden;
}
@media (max-width: 900px) {
  .admin-shell {
    grid-template-columns: 1fr;
    height: auto;
    max-height: none;
    overflow: visible;
  }
  .admin-nav {
    position: sticky;
    top: 0;
    z-index: 30;
    height: auto;
    max-height: none;
    overflow: visible;
    border-right: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 0.85rem 0.85rem 0.65rem !important;
  }
  .admin-nav__brand-block {
    margin-bottom: 0.75rem !important;
  }
  .admin-nav__brand-kicker {
    display: none;
  }
  .admin-nav__links {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
    gap: 0.35rem !important;
    padding-bottom: 0.35rem;
  }
  .admin-nav__links a {
    flex: 0 0 auto;
    flex-direction: row !important;
    align-items: center !important;
    gap: 0.4rem !important;
    padding: 0.5rem 0.7rem !important;
  }
  .admin-nav__links a .nav-link__hint {
    display: none !important;
  }
  .admin-nav__section {
    display: none;
  }
}
.admin-nav {
  background:
    linear-gradient(
      175deg,
      var(--st-navy) 0%,
      var(--st-navy-soft) 52%,
      #0f172a 100%);
  color: var(--st-text-inverse);
  padding: 1.35rem 0.9rem 1.5rem;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: inset -1px 0 0 rgba(29, 208, 197, 0.2);
  height: 100vh;
  max-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
}
.admin-nav__brand-block {
  margin-bottom: 1.5rem;
  padding: 0 0.45rem;
}
.admin-nav__logo {
  display: block;
  height: 2.25rem;
  width: auto;
  max-width: 100%;
  margin-bottom: 0.65rem;
  object-fit: contain;
  background: transparent;
}
.admin-nav__brand-kicker {
  margin: 0;
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--st-accent);
  opacity: 0.85;
  font-weight: 600;
}
.admin-nav__links {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.admin-nav__links a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.12rem;
  padding: 0.65rem 0.75rem 0.65rem 0.85rem;
  border-radius: var(--st-radius);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25;
  transition:
    background var(--st-transition),
    color var(--st-transition),
    box-shadow var(--st-transition);
}
.admin-nav__links a:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
}
.admin-nav__links a.active {
  background: rgba(21, 101, 255, 0.28);
  color: #fff;
  box-shadow: inset 3px 0 0 var(--st-accent);
}
.admin-nav__links a .nav-link__row {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  width: 100%;
}
.admin-nav__links a .nav-link__icon {
  color: rgba(255, 255, 255, 0.55);
  transition: color var(--st-transition);
}
.admin-nav__links a:hover .nav-link__icon,
.admin-nav__links a.active .nav-link__icon {
  color: var(--st-accent);
}
.admin-nav__links a .nav-link__label {
  flex: 1;
  min-width: 0;
}
.admin-nav__links a .nav-link__hint {
  font-size: 0.68rem;
  font-weight: 500;
  opacity: 0.58;
  line-height: 1.3;
  padding-left: 1.8rem;
}
@media (max-width: 1100px) and (min-width: 901px) {
  .admin-nav__links a .nav-link__hint {
    display: none;
  }
}
.admin-nav__section {
  margin: 1.15rem 0.75rem 0.4rem;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.38);
}
.nav-badge {
  margin-left: auto;
  min-width: 1.35rem;
  height: 1.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.68rem;
  font-weight: 700;
  padding: 0 0.4rem;
  border-radius: 999px;
  background: #fbbf24;
  color: #422006;
}
.admin-main {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
  height: 100vh;
  max-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  background:
    radial-gradient(
      ellipse 80% 50% at 100% -10%,
      rgba(21, 101, 255, 0.08),
      transparent 55%),
    radial-gradient(
      ellipse 60% 40% at -10% 30%,
      rgba(29, 208, 197, 0.07),
      transparent 50%),
    var(--st-bg);
}
@media (max-width: 900px) {
  .admin-main {
    height: auto;
    max-height: none;
    overflow: visible;
  }
}
.admin-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 1.5rem;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--st-border);
  box-shadow: 0 1px 0 rgba(29, 208, 197, 0.35);
  position: sticky;
  top: 0;
  z-index: 20;
}
body.dark-theme .admin-topbar {
  background: rgba(11, 18, 32, 0.92);
  box-shadow: 0 1px 0 rgba(29, 208, 197, 0.25);
}
.admin-topbar__user {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}
.admin-topbar__avatar {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(
      135deg,
      var(--st-primary),
      var(--st-sky));
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  flex-shrink: 0;
}
.admin-topbar__meta {
  min-width: 0;
}
.admin-topbar__meta .session-label {
  margin: 0;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--st-text-muted);
}
.admin-topbar__meta .session-name {
  margin: 0.1rem 0 0;
  font-size: 0.92rem;
  font-weight: 650;
  color: var(--st-text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 14rem;
}
.admin-topbar__actions {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-shrink: 0;
}
.admin-topbar__actions .btn-ghost {
  gap: 0.4rem;
  height: 2.35rem;
  padding: 0 0.85rem;
  font-size: 0.82rem;
}
.admin-content {
  padding: 1.75rem 1.75rem 2.25rem;
  max-width: var(--st-content-max);
  width: 100%;
  flex: 1;
}
@media (max-width: 640px) {
  .admin-content {
    padding: 1rem 0.9rem 1.5rem;
  }
  .admin-topbar {
    padding: 0.7rem 0.9rem;
  }
  .admin-topbar__meta .session-name {
    max-width: 8rem;
  }
}
.admin-page-footer {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 1.5rem 1.1rem;
  border-top: 1px solid var(--st-border);
  color: var(--st-text-muted);
  font-size: 0.75rem;
  background: var(--st-surface);
}
.admin-page-footer img {
  height: 28px;
  width: auto;
  background: transparent;
}
.page-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 0.55rem;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  background: var(--st-primary-soft);
  border: 1px solid rgba(21, 101, 255, 0.22);
  color: var(--st-primary);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.page-eyebrow .material-symbols-outlined {
  font-size: 0.95rem;
  color: var(--st-accent);
}
.page-title {
  margin: 0;
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.08;
  color: var(--st-navy);
}
body.dark-theme .page-title {
  color: var(--st-text);
}
.page-subtitle {
  margin: 0.5rem 0 0;
  color: var(--st-text-secondary);
  font-size: 0.92rem;
  line-height: 1.55;
  max-width: 40rem;
  font-weight: 450;
}
.page-header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 0.5rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid var(--st-border);
}
@media (min-width: 768px) {
  .page-header {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
  }
}
.callout {
  border-radius: var(--st-radius-lg);
  border: 1px solid rgba(21, 101, 255, 0.18);
  background:
    linear-gradient(
      135deg,
      #eff4ff 0%,
      #f8fafc 100%);
  padding: 0.95rem 1.1rem;
  color: var(--st-text-secondary);
  font-size: 0.875rem;
  line-height: 1.5;
}
.callout strong {
  color: var(--st-navy);
  font-weight: 650;
}
body.dark-theme .callout {
  border-color: var(--st-border);
  background: var(--st-surface-muted);
  color: var(--st-text-secondary);
}
body.dark-theme .callout strong {
  color: var(--st-text);
}
.empty-state {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.55rem;
  padding: 1.75rem 1.35rem;
  border-radius: var(--st-radius-lg);
  border: 1px dashed var(--st-border-strong);
  background: var(--st-surface-muted);
}
.empty-state__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.85rem;
  background: var(--st-primary-soft);
  color: var(--st-primary);
  margin-bottom: 0.15rem;
}
.empty-state__icon .material-symbols-outlined {
  font-size: 1.45rem;
}
.empty-state__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: var(--st-navy);
}
.empty-state__text {
  margin: 0;
  max-width: 36rem;
  color: var(--st-text-muted);
  font-size: 0.875rem;
  line-height: 1.5;
}
body.dark-theme .empty-state__title {
  color: var(--st-text);
}
.forms-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .forms-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.form-tile {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  padding: 1.15rem 1.2rem 1.1rem;
  border-radius: var(--st-radius-xl);
  background: var(--st-surface);
  border: 1px solid var(--st-border);
  box-shadow: var(--st-shadow-sm);
  transition:
    border-color var(--st-transition),
    box-shadow var(--st-transition),
    transform var(--st-transition);
}
.form-tile:hover {
  border-color: var(--st-border-strong);
  box-shadow: var(--st-shadow-md);
  transform: translateY(-1px);
}
.form-tile--off {
  opacity: 0.78;
}
.form-tile__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}
.form-tile__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.8rem;
  background:
    linear-gradient(
      145deg,
      var(--st-primary-soft),
      var(--st-surface-muted));
  color: var(--st-primary);
}
.form-tile__icon .material-symbols-outlined {
  font-size: 1.35rem;
}
.form-tile__title {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.35;
  color: var(--st-navy);
}
body.dark-theme .form-tile__title {
  color: var(--st-text);
}
.form-tile__desc {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.45;
  color: var(--st-text-muted);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.55rem;
}
.form-tile__desc--muted {
  font-style: italic;
  opacity: 0.75;
}
.form-tile__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem 0.75rem;
  margin-top: 0.15rem;
}
.form-tile__chip {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
}
.form-tile__chip .material-symbols-outlined {
  font-size: 0.95rem;
}
.form-tile__chip--ok {
  background: rgba(16, 185, 129, 0.12);
  color: #047857;
}
.form-tile__chip--warn {
  background: rgba(245, 158, 11, 0.14);
  color: #b45309;
}
body.dark-theme .form-tile__chip--ok {
  color: #6ee7b7;
}
body.dark-theme .form-tile__chip--warn {
  color: #fcd34d;
}
.form-tile__date {
  font-size: 0.75rem;
  color: var(--st-text-muted);
}
.form-tile__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: auto;
  padding-top: 0.55rem;
  border-top: 1px solid var(--st-border);
}
.modal-panel--sm {
  width: min(480px, 100%);
}
.result-count {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--st-text-muted);
  letter-spacing: 0.01em;
}
.panel-card {
  border-radius: var(--st-radius-xl);
  background: var(--st-surface);
  border: 1px solid var(--st-border);
  box-shadow: var(--st-shadow-sm);
  padding: 1.2rem 1.25rem;
}
.panel-card h2,
.panel-title {
  margin: 0 0 0.85rem;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--st-navy);
}
body.dark-theme .panel-card h2,
body.dark-theme .panel-title {
  color: var(--st-text);
}
.filter-toolbar {
  padding: 0 !important;
  overflow: hidden;
}
.filter-toolbar__head {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.75rem 1.2rem;
  background:
    linear-gradient(
      90deg,
      rgba(7, 28, 64, 0.04),
      rgba(21, 101, 255, 0.06));
  border-bottom: 1px solid var(--st-border);
  color: var(--st-navy);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
body.dark-theme .filter-toolbar__head {
  background: rgba(21, 101, 255, 0.1);
  color: var(--st-text);
}
.filter-toolbar__head .material-symbols-outlined {
  color: var(--st-primary);
  font-size: 1.15rem;
}
.filter-toolbar__body {
  padding: 1.15rem 1.2rem 1.25rem;
}
.filter-bar {
  display: grid;
  gap: 1rem;
  align-items: end;
}
@media (min-width: 768px) {
  .filter-bar {
    grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  }
}
.filter-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}
.table-panel {
  padding: 0 !important;
  overflow: hidden;
}
.table-panel__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.85rem 1.15rem;
  border-bottom: 1px solid var(--st-border);
  background: var(--st-surface);
}
.table-panel__toolbar .result-count {
  margin: 0;
}
.ref-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.55rem;
  border-radius: 6px;
  background: var(--st-surface-muted);
  border: 1px solid var(--st-border);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--st-navy);
}
body.dark-theme .ref-chip {
  color: var(--st-text);
}
.btn-link {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  height: auto;
  padding: 0.35rem 0.45rem;
  border: none;
  background: transparent;
  color: var(--st-primary);
  font-weight: 650;
  font-size: 0.82rem;
  cursor: pointer;
  border-radius: 6px;
  transition: background var(--st-transition), color var(--st-transition);
}
.btn-link:hover {
  background: var(--st-primary-soft);
  color: var(--st-primary-hover);
}
.btn-link .material-symbols-outlined {
  font-size: 1.05rem;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.field > span:first-child,
.field > span:not(.field-hint):not(.field-error) {
  font-size: 0.75rem;
  font-weight: 650;
  color: var(--st-text-secondary);
  letter-spacing: 0.01em;
}
.field-hint {
  font-size: 0.7rem;
  font-weight: 500;
  color: var(--st-text-muted);
  letter-spacing: 0;
  line-height: 1.35;
}
.field-error {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--st-danger-fg, #ef4444);
  letter-spacing: 0;
  line-height: 1.35;
}
.password-field {
  position: relative;
}
.password-field input {
  width: 100%;
  padding-right: 2.85rem;
}
.password-field__toggle {
  position: absolute;
  top: 50%;
  right: 0.3rem;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border: none;
  border-radius: 8px;
  background: transparent;
  color: var(--st-text-muted);
  cursor: pointer;
  transition: color var(--st-transition), background var(--st-transition);
}
.password-field__toggle:hover {
  color: var(--st-primary);
  background: var(--st-primary-soft);
}
.password-field__toggle .material-symbols-outlined {
  font-size: 1.25rem;
}
.field input,
.field select,
.field textarea {
  height: var(--st-control-h);
  border-radius: var(--st-radius);
  border: 1px solid var(--st-border);
  padding: 0 0.85rem;
  background: var(--st-surface-muted);
  color: var(--st-text);
  outline: none;
  transition:
    border-color var(--st-transition),
    box-shadow var(--st-transition),
    background var(--st-transition);
}
.field textarea {
  height: auto;
  min-height: 5rem;
  padding: 0.7rem 0.85rem;
  resize: vertical;
}
.field input:hover,
.field select:hover,
.field textarea:hover {
  border-color: var(--st-border-strong);
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--st-primary);
  background: var(--st-surface);
  box-shadow: 0 0 0 3px var(--st-primary-soft);
}
.field input:disabled,
.field select:disabled,
.field textarea:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.table-wrap {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
.data-table {
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 0.875rem;
}
.data-table th {
  text-align: left;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #5b6b82;
  padding: 0.75rem 0.7rem;
  border-bottom: 1px solid var(--st-border);
  background:
    linear-gradient(
      180deg,
      #f4f7fc 0%,
      #eaf0f8 100%);
  white-space: normal;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
  line-height: 1.25;
}
body.dark-theme .data-table th {
  background: var(--st-surface-muted);
  color: var(--st-text-muted);
}
.data-table td {
  padding: 0.85rem 0.7rem;
  border-bottom: 1px solid var(--st-border);
  vertical-align: middle;
  color: var(--st-text);
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.data-table tr:last-child td {
  border-bottom: none;
}
.data-table tbody tr {
  transition: background var(--st-transition);
}
.data-table tbody tr:nth-child(even) td {
  background: rgba(7, 28, 64, 0.015);
}
body.dark-theme .data-table tbody tr:nth-child(even) td {
  background: rgba(255, 255, 255, 0.02);
}
.data-table tbody tr:hover td {
  background: rgba(21, 101, 255, 0.06);
}
.data-table tbody tr:hover td:first-child {
  box-shadow: inset 3px 0 0 var(--st-accent);
}
.data-table th.col-actions,
.data-table td.col-actions,
.data-table th:last-child,
.data-table td:last-child {
  text-align: right;
  white-space: nowrap;
}
.data-table .table-actions--end {
  display: inline-flex;
  justify-content: flex-end;
  width: 100%;
}
.form-name-cell {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
  color: var(--st-navy);
  cursor: default;
}
body.dark-theme .form-name-cell {
  color: var(--st-text);
}
.data-table .btn-ghost,
.data-table .btn-primary,
.data-table .btn-danger {
  height: 2.15rem;
  padding: 0 0.75rem;
  font-size: 0.78rem;
}
.panel-card .mat-mdc-table {
  background: transparent;
}
.panel-card .mat-mdc-header-cell {
  font-size: 0.68rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--st-text-muted) !important;
}
.panel-card .mat-mdc-cell,
.panel-card .mat-mdc-header-cell {
  padding: 0.85rem 1rem !important;
  border-bottom-color: var(--st-border) !important;
}
.panel-card .mat-mdc-row:hover .mat-mdc-cell {
  background: var(--st-surface-muted);
}
.btn-primary,
.btn-ghost,
.btn-danger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  height: var(--st-control-h);
  padding: 0 1.15rem;
  border-radius: var(--st-radius);
  font-weight: 650;
  font-size: 0.875rem;
  cursor: pointer;
  transition:
    background var(--st-transition),
    border-color var(--st-transition),
    color var(--st-transition),
    box-shadow var(--st-transition),
    transform 100ms ease;
}
.btn-primary:active:not(:disabled),
.btn-ghost:active:not(:disabled),
.btn-danger:active:not(:disabled) {
  transform: translateY(1px);
}
.btn-primary:focus-visible,
.btn-ghost:focus-visible,
.btn-danger:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px var(--st-primary-soft);
}
.btn-primary {
  border: 1px solid transparent;
  background:
    linear-gradient(
      135deg,
      #1565ff 0%,
      #0f4fd0 100%);
  color: #fff;
  box-shadow: 0 2px 8px rgba(21, 101, 255, 0.28);
}
.btn-primary:hover:not(:disabled) {
  background:
    linear-gradient(
      135deg,
      #0f4fd0 0%,
      #071c40 100%);
  box-shadow: 0 4px 14px rgba(7, 28, 64, 0.22);
}
.btn-primary:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  box-shadow: none;
}
.btn-ghost {
  border: 1px solid var(--st-border);
  background: var(--st-surface);
  color: var(--st-navy);
  box-shadow: var(--st-shadow-xs);
}
body.dark-theme .btn-ghost {
  color: var(--st-text);
  background: var(--st-surface);
}
.btn-ghost:hover:not(:disabled) {
  background: var(--st-surface-muted);
  border-color: var(--st-border-strong);
}
.btn-ghost:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn-danger {
  border: 1px solid #fecaca;
  background: var(--st-surface);
  color: #b91c1c;
}
body.dark-theme .btn-danger {
  border-color: rgba(239, 68, 68, 0.35);
  color: var(--st-danger-fg);
}
.btn-danger:hover:not(:disabled) {
  background: #fef2f2;
  border-color: #f87171;
}
body.dark-theme .btn-danger:hover:not(:disabled) {
  background: var(--st-danger-bg);
}
.table-actions {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  flex-wrap: wrap;
}
.btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  border-radius: var(--st-radius);
  border: 1px solid var(--st-border);
  background: var(--st-surface);
  color: var(--st-navy);
  box-shadow: var(--st-shadow-xs);
  cursor: pointer;
  text-decoration: none;
  transition:
    background var(--st-transition),
    border-color var(--st-transition),
    color var(--st-transition),
    box-shadow var(--st-transition),
    transform 100ms ease;
}
.btn-icon .material-symbols-outlined {
  font-size: 1.2rem;
  line-height: 1;
}
.btn-icon:hover:not(:disabled) {
  background: var(--st-surface-muted);
  border-color: var(--st-border-strong);
}
.btn-icon:active:not(:disabled) {
  transform: translateY(1px);
}
.btn-icon:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px var(--st-primary-soft);
}
.btn-icon:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.btn-icon--primary {
  border-color: transparent;
  background:
    linear-gradient(
      135deg,
      #1565ff 0%,
      #0f4fd0 100%);
  color: #fff;
  box-shadow: 0 2px 8px rgba(21, 101, 255, 0.28);
}
.btn-icon--primary:hover:not(:disabled) {
  background:
    linear-gradient(
      135deg,
      #0f4fd0 0%,
      #071c40 100%);
  color: #fff;
}
.btn-icon--danger {
  border-color: #fecaca;
  color: #b91c1c;
}
.btn-icon--danger:hover:not(:disabled) {
  background: #fef2f2;
  border-color: #f87171;
  color: #991b1b;
}
.btn-icon--warn {
  border-color: #fde68a;
  color: #b45309;
}
.btn-icon--warn:hover:not(:disabled) {
  background: #fffbeb;
  border-color: #fbbf24;
}
.btn-danger:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.3;
}
.status-pill--ok {
  background: var(--st-success-bg);
  color: var(--st-success-fg);
}
.status-pill--danger {
  background: var(--st-danger-bg);
  color: var(--st-danger-fg);
}
.status-pill--warn {
  background: var(--st-warn-bg);
  color: var(--st-warn-fg);
}
.status-pill--off {
  background: var(--st-danger-bg);
  color: var(--st-danger-fg);
}
.status-pill--info {
  background: var(--st-info-bg);
  color: var(--st-info-fg);
}
.chip-muted {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.65rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 600;
  background: var(--st-surface-muted);
  color: var(--st-text-muted);
  border: 1px solid var(--st-border);
}
.pending-panel {
  border-color: rgba(245, 158, 11, 0.35) !important;
  background:
    linear-gradient(
      135deg,
      #fffbeb 0%,
      var(--st-surface) 70%) !important;
}
body.dark-theme .pending-panel {
  border-color: rgba(245, 158, 11, 0.28) !important;
  background: var(--st-surface-muted) !important;
}
.pending-card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1rem;
  border-radius: var(--st-radius-lg);
  background: var(--st-surface);
  border: 1px solid rgba(245, 158, 11, 0.22);
}
.stratio-actions-menu .mat-mdc-menu-item {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 42px;
  font-size: 0.9rem;
}
.stratio-actions-menu .material-symbols-outlined {
  font-size: 1.15rem;
  opacity: 0.85;
}
.stratio-actions-menu .menu-item--danger {
  color: var(--st-danger-fg);
}
.app-toast.mat-mdc-snack-bar-container,
.mat-mdc-snack-bar-container {
  --mdc-snackbar-container-color: #0b1f3a;
  --mdc-snackbar-supporting-text-color: #f8fafc;
  --mat-snack-bar-button-color: #93c5fd;
  margin-top: 1rem !important;
}
.app-toast .mdc-snackbar__surface,
.mat-mdc-snack-bar-container .mdc-snackbar__surface {
  border-radius: 12px !important;
  box-shadow: 0 12px 32px rgba(7, 28, 64, 0.28) !important;
  min-width: min(420px, 100vw - 2rem);
}
.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 50;
  background: rgba(7, 28, 64, 0.48);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 1rem;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
@media (min-width: 768px) {
  .modal-backdrop {
    align-items: center;
  }
}
.modal-panel {
  width: min(720px, 100%);
  max-height: min(90vh, 880px);
  overflow: auto;
  background: var(--st-surface);
  border-radius: var(--st-radius-xl);
  box-shadow: var(--st-shadow-lg);
  border: 1px solid var(--st-border);
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.25rem 0.95rem;
  border-bottom: 1px solid var(--st-border);
  position: sticky;
  top: 0;
  background: inherit;
  z-index: 1;
}
.modal-body {
  padding: 1.15rem 1.25rem 1.4rem;
}
.answers-section {
  margin-top: 0.35rem;
}
.answers-section__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}
.answers-section__title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--st-navy);
}
body.dark-theme .answers-section__title {
  color: var(--st-text);
}
.answers-section__count {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  background: var(--st-primary-soft);
  border: 1px solid rgba(21, 101, 255, 0.2);
  color: var(--st-primary);
  font-size: 0.72rem;
  font-weight: 700;
}
.answers-list {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  max-height: min(48vh, 420px);
  overflow: auto;
  padding-right: 0.15rem;
}
.answer-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  align-items: start;
  padding: 0.9rem 1rem;
  border-radius: var(--st-radius-lg);
  background: var(--st-surface);
  border: 1px solid var(--st-border);
  box-shadow: var(--st-shadow-xs);
  transition: border-color var(--st-transition), box-shadow var(--st-transition);
}
.answer-card:hover {
  border-color: rgba(21, 101, 255, 0.35);
  box-shadow: var(--st-shadow-sm);
}
.answer-card__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 8px;
  background:
    linear-gradient(
      135deg,
      rgba(21, 101, 255, 0.12),
      rgba(29, 208, 197, 0.14));
  color: var(--st-navy);
  font-size: 0.78rem;
  font-weight: 700;
  flex-shrink: 0;
}
body.dark-theme .answer-card__index {
  color: var(--st-text);
}
.answer-card__body {
  min-width: 0;
}
.answer-card__label {
  margin: 0 0 0.3rem;
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.02em;
  color: var(--st-text-muted);
  line-height: 1.35;
}
.answer-card__value {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 600;
  color: var(--st-navy);
  line-height: 1.45;
  word-break: break-word;
}
body.dark-theme .answer-card__value {
  color: var(--st-text);
}
.tech-details {
  margin-top: 1.15rem;
  border-radius: var(--st-radius);
  border: 1px dashed var(--st-border);
  background: var(--st-surface-muted);
  padding: 0.65rem 0.9rem;
}
.tech-details summary {
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 650;
  color: var(--st-text-muted);
  list-style: none;
}
.tech-details summary::-webkit-details-marker {
  display: none;
}
.tech-details__body {
  margin-top: 0.65rem;
  display: grid;
  gap: 0.4rem;
}
.tech-details__body p {
  margin: 0;
  display: grid;
  gap: 0.15rem;
  font-size: 0.75rem;
  color: var(--st-text-secondary);
  word-break: break-all;
}
.tech-details__body span {
  display: block;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--st-text-muted);
}
.answer-row {
  display: grid;
  gap: 0.2rem;
  padding: 0.8rem 0;
  border-bottom: 1px solid var(--st-border);
}
.answer-row:last-child {
  border-bottom: none;
}
.answer-row__label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--st-text-muted);
}
.answer-row__value {
  font-size: 0.925rem;
  font-weight: 500;
  color: var(--st-text);
  line-height: 1.45;
  word-break: break-word;
}
.meta-grid {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  margin-bottom: 1.15rem;
}
.meta-item {
  background: var(--st-surface-muted);
  border-radius: var(--st-radius);
  padding: 0.7rem 0.85rem;
  border: 1px solid var(--st-border);
}
.meta-item__label {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--st-text-muted);
  margin-bottom: 0.25rem;
}
.meta-item > span:last-child {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--st-navy);
  word-break: break-word;
}
body.dark-theme .meta-item > span:last-child {
  color: var(--st-text);
}
.question-card {
  border: 1px solid var(--st-border);
  border-radius: var(--st-radius-lg);
  background: var(--st-surface);
  overflow: hidden;
  transition: border-color var(--st-transition), box-shadow var(--st-transition);
}
.question-card:hover {
  border-color: var(--st-border-strong);
}
.question-card--open {
  border-color: var(--st-primary);
  box-shadow: 0 0 0 3px var(--st-primary-soft);
}
.question-card__summary {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.95rem 1.05rem;
  border: none;
  background: transparent;
  cursor: pointer;
  text-align: left;
  font: inherit;
  color: inherit;
  transition: background var(--st-transition);
}
.question-card__summary:hover {
  background: var(--st-surface-muted);
}
.question-card__body {
  padding: 0 1.05rem 1.05rem;
  border-top: 1px solid var(--st-border);
}
.gform-qnum {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: var(--st-primary-soft);
  color: var(--st-navy);
  font-size: 0.85rem;
  font-weight: 700;
}
body.dark-theme .gform-qnum {
  color: var(--st-text);
}
.gform-option-row {
  padding: 0.35rem 0;
}
.gform-option-dot {
  width: 1rem;
  height: 1rem;
  border-radius: 999px;
  border: 2px solid var(--st-border-strong);
  flex-shrink: 0;
}
.gform-option-input {
  flex: 1;
  min-width: 10rem;
  border: none;
  border-bottom: 1px solid var(--st-border);
  border-radius: 0;
  background: transparent;
  padding: 0.45rem 0.15rem;
  font: inherit;
  color: inherit;
}
.gform-option-input:focus {
  outline: none;
  border-bottom-color: var(--st-primary);
}
.gform-add-question {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.85rem 1rem;
  border: 1px dashed var(--st-border-strong);
  border-radius: var(--st-radius-lg);
  background: var(--st-surface-muted);
  color: var(--st-navy);
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  transition: background var(--st-transition), border-color var(--st-transition);
}
.gform-add-question:hover {
  background: var(--st-primary-soft);
  border-color: var(--st-primary);
}
body.dark-theme .gform-add-question {
  color: var(--st-text);
}
.create-form-card .field input {
  font-size: 1.05rem;
}
.version-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  border: 1px solid var(--st-border);
  background: var(--st-surface);
  font-weight: 600;
  font-size: 0.82rem;
  cursor: pointer;
  color: inherit;
  transition: border-color var(--st-transition), background var(--st-transition);
}
.version-chip:hover {
  border-color: var(--st-border-strong);
}
.version-chip--active {
  border-color: var(--st-primary);
  background: var(--st-primary-soft);
  color: var(--st-navy);
}
body.dark-theme .version-chip--active {
  color: var(--st-text);
}
.version-chip--draft {
  border-style: dashed;
}
.sticky-actions {
  position: sticky;
  bottom: 0;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  padding: 0.85rem 0;
  background:
    linear-gradient(
      180deg,
      transparent,
      var(--st-bg) 35%);
}
.mat-mdc-form-field {
  width: 100%;
  --mdc-outlined-text-field-container-shape: 10px;
}
.stratio-tooltip {
  --mdc-plain-tooltip-container-shape: 8px;
  font-family: var(--st-font) !important;
}
.stratio-tooltip .mdc-tooltip__surface {
  max-width: 280px !important;
  padding: 0.55rem 0.75rem !important;
  background: var(--st-navy) !important;
  color: #f1f5f9 !important;
  font-size: 0.75rem !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  letter-spacing: 0.01em !important;
  border: 1px solid rgba(29, 208, 197, 0.4) !important;
  box-shadow: var(--st-shadow-md) !important;
}
.stratio-tooltip--warn .mdc-tooltip__surface {
  background: #422006 !important;
  border-color: rgba(245, 158, 11, 0.55) !important;
  color: #fef3c7 !important;
}
body.dark-theme .stratio-tooltip .mdc-tooltip__surface {
  background: #0f172a !important;
  border-color: rgba(46, 169, 255, 0.4) !important;
}
.mat-mdc-unelevated-button,
.mat-mdc-outlined-button,
.mat-mdc-button {
  border-radius: var(--st-radius) !important;
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
@media (min-width: 640px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:flex-row {
    flex-direction: row;
  }
  .sm\:items-center {
    align-items: center;
  }
  .sm\:justify-between {
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .md\:w-auto {
    width: auto;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-\[1fr_auto\] {
    grid-template-columns: 1fr auto;
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:items-end {
    align-items: flex-end;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:p-4 {
    padding: 1rem;
  }
}
@media (min-width: 1024px) {
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .xl\:grid-cols-\[1fr_1\.05fr\] {
    grid-template-columns: 1fr 1.05fr;
  }
}

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