@charset "UTF-8";

/* node_modules/ngx-toastr/toastr.css */
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.toast-container * {
  box-sizing: border-box;
}
.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}
.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
.toast-info {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+);
}
.toast-error {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+);
}
.toast-success {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==);
}
.toast-warning {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==);
}
.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

/* node_modules/ngx-spinner/animations/ball-scale-multiple.css */
/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-scale-multiple,
.la-ball-scale-multiple > div {
  position: relative;
  box-sizing: border-box;
}
.la-ball-scale-multiple {
  display: block;
  font-size: 0;
  color: #fff;
}
.la-ball-scale-multiple.la-dark {
  color: #333;
}
.la-ball-scale-multiple > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}
.la-ball-scale-multiple {
  width: 32px;
  height: 32px;
}
.la-ball-scale-multiple > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  opacity: 0;
  animation: ball-scale-multiple 1s 0s linear infinite;
}
.la-ball-scale-multiple > div:nth-child(2) {
  animation-delay: 0.2s;
}
.la-ball-scale-multiple > div:nth-child(3) {
  animation-delay: 0.4s;
}
.la-ball-scale-multiple.la-sm {
  width: 16px;
  height: 16px;
}
.la-ball-scale-multiple.la-sm > div {
  width: 16px;
  height: 16px;
}
.la-ball-scale-multiple.la-2x {
  width: 64px;
  height: 64px;
}
.la-ball-scale-multiple.la-2x > div {
  width: 64px;
  height: 64px;
}
.la-ball-scale-multiple.la-3x {
  width: 96px;
  height: 96px;
}
.la-ball-scale-multiple.la-3x > div {
  width: 96px;
  height: 96px;
}
@keyframes ball-scale-multiple {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  5% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}

/* src/styles.scss */
@media (min-width: 992px) {
  body.sidebar-collapsed :is(.app-sidebar, .app-sidebar .main-sidebar-header) {
    min-width: 4.25rem !important;
    width: 4.25rem !important;
  }
  body.sidebar-collapsed .app-header {
    padding-inline-start: 4.25rem !important;
  }
  body.sidebar-collapsed .app-content {
    margin-inline-start: 4.25rem !important;
  }
  body.sidebar-collapsed .app-sidebar :is(.desktop-logo, .desktop-dark, .toggle-dark, .side-menu__label, .side-menu__label1, .slide__category, .side-menu__angle, .slide-menu) {
    display: none !important;
  }
  body.sidebar-collapsed .app-sidebar .toggle-logo {
    display: block !important;
  }
  body.sidebar-collapsed .app-sidebar :is(.main-menu, .main-menu-container) {
    padding-inline: 0 !important;
  }
  body.sidebar-collapsed .app-sidebar .side-menu__item {
    justify-content: center !important;
    padding-inline: 0 !important;
  }
  body.sidebar-collapsed .app-sidebar .side-menu__icon {
    margin-inline-end: 0 !important;
  }
  body.sidebar-collapsed .app-sidebar {
    overflow: visible !important;
  }
  body.sidebar-collapsed .app-sidebar :is(.main-sidebar, .main-menu-container, .simplebar-wrapper, .simplebar-mask, .simplebar-offset, .simplebar-content-wrapper, .simplebar-content) {
    overflow-x: hidden !important;
  }
  body.sidebar-collapsed .app-sidebar :is(.main-sidebar, .simplebar-content-wrapper) {
    max-height: calc(100dvh - 4.5rem) !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
  }
  body.sidebar-collapsed .app-sidebar {
    z-index: 1200 !important;
  }
  body.sidebar-collapsed .app-sidebar :is(.simplebar-mask, .simplebar-offset) {
    position: static !important;
  }
  body.sidebar-collapsed .app-sidebar .simplebar-placeholder {
    height: auto !important;
  }
  body.sidebar-collapsed .app-sidebar .main-menu > .has-sub {
    position: static;
  }
  body.sidebar-collapsed .app-sidebar .main-menu > .has-sub:hover > .slide-menu {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 8px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.16);
    display: block !important;
    inset-block-start: var(--sidebar-submenu-top, 4.75rem) !important;
    inset-inline-start: 4.65rem !important;
    max-height: calc(100dvh - var(--sidebar-submenu-top, 4.75rem) - 0.75rem);
    min-width: 14rem;
    overflow-y: auto;
    padding: 0.4rem;
    position: fixed;
    z-index: 1300;
  }
  body.sidebar-collapsed .app-sidebar .main-menu > .has-sub:hover > .slide-menu .side-menu__item {
    justify-content: flex-start !important;
    padding: 0.65rem 0.85rem !important;
    white-space: nowrap;
  }
}
@media (max-width: 991.98px) {
  html[data-toggled=close] .main-content.app-content {
    padding: 0.75rem 0.75rem 0 !important;
  }
  html[data-toggled=close] .main-content.app-content > *:not(router-outlet) > .main-content,
  html[data-toggled=close] .main-content.app-content > *:not(router-outlet) > .main-content > .container-fluid {
    margin-top: 0 !important;
    padding-inline: 0 !important;
    padding-top: 0 !important;
  }
  html[data-toggled=close] .main-content.app-content > *:not(router-outlet) > .main-content > .container-fluid[style*=margin-top] {
    margin-top: 0 !important;
  }
  html[data-toggled=close] .main-content.app-content :is(.page-header-shell, .page-header-breadcrumb, .camera-header) {
    margin-top: 0 !important;
    margin-bottom: 0.75rem !important;
  }
  html[data-toggled=close] :is(.app-sidebar, .app-sidebar .main-sidebar-header) {
    min-width: 4rem !important;
    transform: translateX(0) !important;
    width: 4rem !important;
  }
  html[data-toggled=close] .app-header {
    padding-inline-start: 4rem !important;
  }
  html[data-toggled=close] :is(.app-content, .footer) {
    margin-inline-start: 4rem !important;
  }
  html[data-toggled=close] .app-sidebar {
    overflow: visible !important;
  }
  html[data-toggled=close] .app-sidebar :is(.main-sidebar, .main-menu-container, .simplebar-wrapper, .simplebar-mask, .simplebar-offset, .simplebar-content-wrapper, .simplebar-content) {
    overflow-x: hidden !important;
  }
  html[data-toggled=close] .app-sidebar .main-sidebar-header {
    align-items: center !important;
    display: flex !important;
    height: 3.5rem !important;
    justify-content: center !important;
    min-height: 3.5rem !important;
    padding: 0 !important;
  }
  html[data-toggled=close] .app-sidebar .main-sidebar-header .header-logo {
    align-items: center !important;
    display: inline-flex !important;
    height: 2.9rem !important;
    justify-content: center !important;
    width: 2.9rem !important;
  }
  html[data-toggled=close] .app-sidebar .main-sidebar-header .toggle-logo {
    height: 2.45rem !important;
    max-width: 2.45rem !important;
    object-fit: contain !important;
    width: 2.45rem !important;
  }
  html[data-toggled=close] .app-sidebar :is(.main-sidebar, .simplebar-content-wrapper) {
    max-height: calc(100dvh - 3.5rem) !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
  }
  html[data-toggled=close] .app-sidebar {
    z-index: 1200 !important;
  }
  html[data-toggled=close] .app-sidebar :is(.simplebar-mask, .simplebar-offset) {
    position: static !important;
  }
  html[data-toggled=close] .app-sidebar .simplebar-placeholder {
    height: auto !important;
  }
  html[data-toggled=close] .app-sidebar :is(.desktop-logo, .desktop-dark, .toggle-dark, .side-menu__label, .side-menu__label1, .slide__category, .side-menu__angle, .slide-menu) {
    display: none !important;
  }
  html[data-toggled=close] .app-sidebar .toggle-logo {
    display: block !important;
  }
  html[data-toggled=close] .app-sidebar :is(.main-menu, .main-menu-container) {
    padding-inline: 0 !important;
  }
  html[data-toggled=close] .app-sidebar .main-menu > .has-sub {
    position: static;
  }
  html[data-toggled=close] .app-sidebar .side-menu__item {
    justify-content: center !important;
    padding-inline: 0 !important;
  }
  html[data-toggled=close] .app-sidebar .side-menu__icon {
    font-size: 1.2rem !important;
    margin-inline-end: 0 !important;
  }
  html[data-toggled=close] .app-sidebar .has-sub.open > .slide-menu {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 8px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.16);
    display: block !important;
    inset-block-start: var(--sidebar-submenu-top, 4.75rem) !important;
    inset-inline-start: 4.35rem !important;
    max-height: calc(100dvh - var(--sidebar-submenu-top, 4.75rem) - 0.75rem);
    min-width: 14rem;
    overflow-y: auto;
    padding: 0.4rem;
    position: fixed;
    z-index: 1300;
  }
  html[data-toggled=close] .app-sidebar .has-sub.open > .slide-menu .side-menu__item {
    justify-content: flex-start !important;
    padding: 0.65rem 0.85rem !important;
    white-space: nowrap;
  }
}
.authentication .authentication-brand {
  height: auto !important;
  max-width: min(13rem, 72vw);
  object-fit: contain;
}
.authentication-cover-column {
  display: none !important;
}
.authentication .desktop-dark {
  display: none !important;
}
.btn-primary {
  background-color: #F8B519 !important;
  border-color: #F8B519 !important;
  color: #111 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #d99a0d !important;
  border-color: #d99a0d !important;
  color: #111 !important;
}
.btn-primary:disabled {
  background-color: #F8B519 !important;
  border-color: #F8B519 !important;
  opacity: 0.65;
}
.text-primary {
  color: #F8B519 !important;
}
a.text-primary:hover {
  color: #d99a0d !important;
}
.btn-outline-primary {
  color: #F8B519 !important;
  border-color: #F8B519 !important;
}
.btn-outline-primary:hover {
  background-color: #F8B519 !important;
  color: #111 !important;
}
.authentication .authentication-cover {
  min-height: 100dvh;
  overflow: hidden;
}
.auth-cover-bg {
  background-image: url(/images/bg-auth.jpg) !important;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
}
.auth-cover-bg::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: rgba(0, 0, 0, 0.55) !important;
  background-image: none !important;
  z-index: 0;
}
.auth-cover-bg > div {
  position: relative;
  z-index: 1;
}
.authentication-cover-image,
.confirm-cover-content {
  align-items: center;
  aspect-ratio: 1;
  display: grid;
  justify-items: center;
  max-width: min(26rem, 58vw);
  width: min(26rem, 58vw);
}
.authentication-cover-image img,
.confirm-cover-content img {
  display: block;
  height: auto !important;
  max-height: min(24rem, 52vw);
  max-width: min(24rem, 52vw);
  object-fit: contain;
  width: min(24rem, 52vw) !important;
}
@media (min-width: 1200px) {
  .authentication-cover-column {
    display: block !important;
  }
}
:root {
  --pn-primary: #000000;
  --pn-primary-dark: #1a1a1a;
  --pn-primary-light: #F8B519;
  --pn-secondary: #F8B519;
  --pn-secondary-dark: #d99a0d;
  --pn-dark: #0F172A;
  --pn-dark-2: #1E293B;
  --pn-green: #22C55E;
  --pn-text: #334155;
  --pn-muted: #64748B;
  --pn-border: rgba(15, 23, 42, 0.08);
  --pn-radius: 10px;
  --pn-radius-lg: 16px;
  --pn-navbar-h: 64px;
  --bs-primary: #F8B519;
  --bs-primary-rgb:
    248,
    181,
    25;
  --bs-btn-bg: #F8B519;
  --bs-btn-border-color: #F8B519;
  --bs-btn-hover-bg: #d99a0d;
  --bs-btn-hover-border-color: #d99a0d;
  --bs-btn-color: #111;
  --bs-btn-hover-color: #111;
  --bs-btn-active-bg: #d99a0d;
  --bs-btn-active-color: #111;
  --bs-link-color: #F8B519;
  --bs-link-hover-color: #d99a0d;
}
.pn-btn-primary {
  background: var(--pn-secondary);
  border: none;
  border-radius: 8px;
  color: #111 !important;
  cursor: pointer;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0.65rem 1.4rem;
  text-decoration: none !important;
  transition: background 0.18s, transform 0.12s;
}
.pn-btn-primary:hover {
  background: var(--pn-secondary-dark);
  transform: translateY(-1px);
}
.pn-btn-sm {
  font-size: 0.82rem;
  padding: 0.45rem 1rem;
}
.pn-btn-ghost {
  background: transparent;
  border: 1.5px solid rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0.6rem 1.4rem;
  text-decoration: none !important;
  transition: all 0.18s;
}
.pn-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
}
.pn-btn-ghost-dark {
  background: transparent;
  border: 1.5px solid var(--pn-primary);
  border-radius: 8px;
  color: var(--pn-primary) !important;
  cursor: pointer;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0.6rem 1.4rem;
  text-decoration: none !important;
  transition: all 0.18s;
}
.pn-btn-ghost-dark:hover {
  background: var(--pn-primary);
  color: #fff !important;
}
.pn-navbar {
  background: rgba(15, 23, 42, 0.96);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  height: var(--pn-navbar-h);
  left: 0;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.pn-navbar__container {
  align-items: center;
  display: flex;
  gap: 2rem;
  height: 100%;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 1.5rem;
}
.pn-navbar__brand {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  text-decoration: none;
}
.pn-navbar__logo {
  height: 32px;
  object-fit: contain;
  width: auto;
}
.pn-navbar__brand-text {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: -0.01em;
}
.pn-navbar__brand-text strong {
  font-weight: 700;
  color: var(--pn-primary-light);
}
.pn-navbar__nav {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  margin-left: auto;
}
.pn-navbar__link {
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.75) !important;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 0.4rem 0.75rem;
  text-decoration: none !important;
  transition: color 0.15s;
}
.pn-navbar__link:hover,
.pn-navbar__link.active {
  color: #fff !important;
}
.pn-navbar__toggle {
  background: none;
  border: none;
  cursor: pointer;
  display: none;
  flex-direction: column;
  gap: 5px;
  margin-left: auto;
  padding: 0.5rem;
}
.pn-navbar__toggle span {
  background: #fff;
  border-radius: 2px;
  display: block;
  height: 2px;
  width: 22px;
}
.pn-navbar__mobile {
  background: var(--pn-dark);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  display: none;
  flex-direction: column;
  padding: 1rem 1.5rem;
}
.pn-navbar__mobile.open {
  display: flex;
}
.pn-navbar__mobile hr {
  border-color: rgba(255, 255, 255, 0.1);
  margin: 0.5rem 0;
}
.pn-navbar__mobile-link {
  color: rgba(255, 255, 255, 0.75) !important;
  padding: 0.6rem 0;
  text-decoration: none !important;
  font-size: 0.95rem;
}
.pn-navbar__mobile-link:hover {
  color: #fff !important;
}
@media (max-width: 767px) {
  .pn-navbar__nav {
    display: none;
  }
  .pn-navbar__toggle {
    display: flex;
  }
}
.pn-public-main {
  min-height: calc(100dvh - var(--pn-navbar-h));
}
.pn-footer {
  background: var(--pn-dark);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.6);
  padding: 3rem 1.5rem 0;
}
.pn-footer__container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin: 0 auto;
  max-width: 1200px;
  padding-bottom: 2.5rem;
}
.pn-footer__brand {
  flex: 1;
  min-width: 200px;
}
.pn-footer__logo-text {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1.15rem;
  font-weight: 300;
}
.pn-footer__logo-text strong {
  font-weight: 700;
  color: var(--pn-primary-light);
}
.pn-footer__tagline {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.85rem;
  margin-top: 0.5rem;
}
.pn-footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
}
.pn-footer__col {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  min-width: 120px;
}
.pn-footer__col h6 {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 0.4rem;
  text-transform: uppercase;
}
.pn-footer__col a {
  color: rgba(255, 255, 255, 0.65) !important;
  font-size: 0.875rem;
  text-decoration: none !important;
  transition: color 0.15s;
}
.pn-footer__col a:hover {
  color: #fff !important;
}
.pn-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.8rem;
  padding: 1.25rem 0;
  text-align: center;
}
.pn-gradient-text {
  background:
    linear-gradient(
      135deg,
      var(--pn-primary-light) 0%,
      var(--pn-green) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pn-section {
  padding: 5rem 1.5rem;
}
.pn-section--dark {
  background: var(--pn-dark);
  color: #fff;
}
.pn-section--gray {
  background: #F8FAFC;
}
.pn-section__inner {
  margin: 0 auto;
  max-width: 1200px;
}
.pn-eyebrow {
  color: var(--pn-primary);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.pn-section-title {
  color: var(--pn-dark);
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.pn-section-title--light {
  color: #fff;
}
.pn-section-subtitle {
  color: var(--pn-muted);
  font-size: 1.05rem;
  line-height: 1.65;
  max-width: 560px;
}
.pn-section-subtitle--light {
  color: rgba(255, 255, 255, 0.65);
}
.pn-nav-user {
  position: relative;
}
.pn-nav-user__trigger {
  align-items: center;
  background: transparent;
  border: none;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.82);
  cursor: pointer;
  display: flex;
  gap: 0.4rem;
  padding: 0.4rem 0.6rem;
  transition: color 0.15s, background 0.15s;
}
.pn-nav-user__trigger:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}
.pn-nav-user__avatar {
  border-radius: 50%;
  height: 28px;
  object-fit: cover;
  width: 28px;
}
.pn-nav-user__name {
  font-size: 0.85rem;
  font-weight: 500;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pn-nav-user__chevron {
  display: inline-block;
  font-size: 1rem;
  font-style: normal;
  line-height: 1;
  margin-left: 2px;
  transition: transform 0.2s;
}
.pn-nav-user__chevron.open {
  transform: rotate(180deg);
}
.pn-nav-user__menu {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 12px;
  box-shadow: 0 16px 48px rgba(15, 23, 42, 0.18);
  display: none;
  min-width: 200px;
  padding: 0.4rem;
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  z-index: 2000;
}
.pn-nav-user__menu.show {
  display: block;
}
.pn-nav-user__item {
  align-items: center;
  border-radius: 8px;
  color: #334155 !important;
  cursor: pointer;
  display: flex;
  font-size: 0.875rem;
  font-weight: 500;
  gap: 0.65rem;
  padding: 0.6rem 0.85rem;
  text-decoration: none !important;
  transition: background 0.12s;
}
.pn-nav-user__item svg {
  flex-shrink: 0;
  height: 16px;
  width: 16px;
}
.pn-nav-user__item:hover {
  background: #F1F5F9;
}
.pn-nav-user__item--danger {
  color: #DC2626 !important;
}
.pn-nav-user__item--danger:hover {
  background: #FEF2F2;
}
.pn-nav-user__divider {
  background: rgba(15, 23, 42, 0.06);
  height: 1px;
  margin: 0.3rem 0.5rem;
}
.pn-navbar__mobile-link--danger {
  color: #DC2626 !important;
}
.pn-auth-page {
  min-height: calc(100dvh - var(--pn-navbar-h) - 80px);
  padding: 2.5rem 0 4rem;
}
.pn-container {
  margin-inline: auto;
  max-width: 1200px;
  padding-inline: 1.5rem;
  width: 100%;
}
.pn-container--narrow {
  max-width: 920px;
}
.pn-grid-bg {
  background-color: var(--pn-dark);
  position: relative;
  overflow: hidden;
}
.pn-grid-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(248, 181, 25, 0.07) 1px, transparent 1px),
    linear-gradient(
      90deg,
      rgba(248, 181, 25, 0.07) 1px,
      transparent 1px);
  background-size: 56px 56px;
  z-index: 0;
  -webkit-mask-image:
    radial-gradient(
      ellipse 100% 80% at 50% 0%,
      #000 35%,
      transparent 78%);
  mask-image:
    radial-gradient(
      ellipse 100% 80% at 50% 0%,
      #000 35%,
      transparent 78%);
}
.pn-grid-bg::after {
  content: "";
  position: absolute;
  top: -30%;
  left: 50%;
  width: 60rem;
  height: 32rem;
  transform: translateX(-50%);
  background:
    radial-gradient(
      circle,
      rgba(248, 181, 25, 0.18) 0%,
      transparent 62%);
  filter: blur(20px);
  z-index: 0;
  pointer-events: none;
}
.pn-grid-bg > * {
  position: relative;
  z-index: 1;
}
.pn-app-page {
  background: #f6f8fb;
  min-height: calc(100dvh - var(--pn-navbar-h));
  padding-bottom: 4rem;
}
.pn-page-hero {
  color: #fff;
  padding: 2.75rem 0 4.5rem;
}
.pn-page-hero__inner {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  justify-content: space-between;
}
.pn-page-hero__kicker {
  color: var(--pn-secondary);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin: 0 0 0.5rem;
  text-transform: uppercase;
}
.pn-page-hero__title {
  color: #fff;
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 0.5rem;
}
.pn-page-hero__subtitle {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.98rem;
  margin: 0;
  max-width: 44rem;
}
.pn-page-body {
  margin-top: -3rem;
  position: relative;
  z-index: 2;
}
.pn-card {
  background: #fff;
  border: 1px solid var(--pn-border);
  border-radius: 16px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 12px 32px rgba(15, 23, 42, 0.06);
  padding: 1.5rem;
}
.pn-card--flush {
  padding: 0;
}
.pn-card__title {
  color: var(--pn-dark);
  font-size: 1.05rem;
  font-weight: 800;
  margin: 0;
}
.pn-card__eyebrow {
  color: var(--pn-muted);
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.pn-chip {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.74rem;
  font-weight: 800;
  gap: 0.35rem;
  letter-spacing: 0.02em;
  padding: 0.28rem 0.7rem;
}
.pn-chip--success {
  background: rgba(34, 197, 94, 0.14);
  color: #15803d;
}
.pn-chip--warning {
  background: rgba(245, 158, 11, 0.16);
  color: #a16207;
}
.pn-chip--danger {
  background: rgba(244, 63, 94, 0.14);
  color: #be123c;
}
.pn-chip--info {
  background: rgba(248, 181, 25, 0.18);
  color: #92600a;
}
.pn-chip {
}
.pn-page-hero .pn-chip {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}
.pn-btn {
  align-items: center;
  border: 1.5px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 700;
  gap: 0.45rem;
  justify-content: center;
  padding: 0.6rem 1.2rem;
  text-decoration: none !important;
  transition:
    transform 0.12s ease,
    background 0.15s ease,
    box-shadow 0.15s ease;
}
.pn-btn:hover {
  transform: translateY(-1px);
}
.pn-btn:disabled {
  cursor: not-allowed;
  opacity: 0.6;
  transform: none;
}
.pn-btn--primary {
  background: var(--pn-secondary);
  color: #111 !important;
}
.pn-btn--primary:hover {
  background: var(--pn-secondary-dark);
}
.pn-btn--outline {
  background: transparent;
  border-color: var(--pn-border);
  color: var(--pn-dark) !important;
}
.pn-btn--outline:hover {
  border-color: var(--pn-secondary);
  color: var(--pn-secondary-dark) !important;
}
.pn-btn--danger {
  background: transparent;
  border-color: rgba(244, 63, 94, 0.4);
  color: #be123c !important;
}
.pn-btn--danger:hover {
  background: rgba(244, 63, 94, 0.08);
}
@media (max-width: 575.98px) {
  .pn-page-hero {
    padding-bottom: 4rem;
  }
  .pn-card {
    padding: 1.15rem;
  }
}
@keyframes pn-rise {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pn-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.pn-animate-rise {
  animation: pn-rise 0.6s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.pn-animate-fade {
  animation: pn-fade 0.8s ease both;
}
.pn-delay-1 {
  animation-delay: 0.08s;
}
.pn-delay-2 {
  animation-delay: 0.16s;
}
.pn-delay-3 {
  animation-delay: 0.24s;
}
.pn-delay-4 {
  animation-delay: 0.32s;
}
@media (prefers-reduced-motion: reduce) {
  .pn-animate-rise,
  .pn-animate-fade {
    animation: none;
  }
}

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