/* src/tailwind.css */
/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root,
  :host {
    --font-sans:
      -apple-system,
      BlinkMacSystemFont,
      "Segoe UI",
      Roboto,
      "Helvetica Neue",
      "Noto Sans",
      Arial,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji";
    --font-mono:
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html,
  :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit,
  ::-webkit-datetime-edit-year-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field,
  ::-webkit-datetime-edit-second-field,
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type=button], [type=reset], [type=submit]),
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden=until-found])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .container {
    width: 100%;
  }
  @media (width >= 40rem) {
    .container {
      max-width: 40rem;
    }
  }
  @media (width >= 48rem) {
    .container {
      max-width: 48rem;
    }
  }
  @media (width >= 64rem) {
    .container {
      max-width: 64rem;
    }
  }
  @media (width >= 80rem) {
    .container {
      max-width: 80rem;
    }
  }
  @media (width >= 96rem) {
    .container {
      max-width: 96rem;
    }
  }
  .m-1 {
    margin: var(--spacing);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .table {
    display: table;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .items-center {
    align-items: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-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,);
  }
}
@keyframes enter {
  from {
    opacity: var(--p-enter-opacity, 1);
    transform: translate3d(var(--p-enter-translate-x, 0), var(--p-enter-translate-y, 0), 0) scale3d(var(--p-enter-scale, 1), var(--p-enter-scale, 1), var(--p-enter-scale, 1)) rotate(var(--p-enter-rotate, 0));
  }
}
@keyframes leave {
  to {
    opacity: var(--p-leave-opacity, 1);
    transform: translate3d(var(--p-leave-translate-x, 0), var(--p-leave-translate-y, 0), 0) scale3d(var(--p-leave-scale, 1), var(--p-leave-scale, 1), var(--p-leave-scale, 1)) rotate(var(--p-leave-rotate, 0));
  }
}
@property --tw-rotate-x { syntax: "*"; inherits: false; }
@property --tw-rotate-y { syntax: "*"; inherits: false; }
@property --tw-rotate-z { syntax: "*"; inherits: false; }
@property --tw-skew-x { syntax: "*"; inherits: false; }
@property --tw-skew-y { syntax: "*"; inherits: false; }
@property --tw-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-shadow-color { syntax: "*"; inherits: false; }
@property --tw-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
@property --tw-inset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-inset-shadow-color { syntax: "*"; inherits: false; }
@property --tw-inset-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
@property --tw-ring-color { syntax: "*"; inherits: false; }
@property --tw-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-inset-ring-color { syntax: "*"; inherits: false; }
@property --tw-inset-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-ring-inset { syntax: "*"; inherits: false; }
@property --tw-ring-offset-width { syntax: "<length>"; inherits: false; initial-value: 0px; }
@property --tw-ring-offset-color { syntax: "*"; inherits: false; initial-value: #fff; }
@property --tw-ring-offset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-blur { syntax: "*"; inherits: false; }
@property --tw-brightness { syntax: "*"; inherits: false; }
@property --tw-contrast { syntax: "*"; inherits: false; }
@property --tw-grayscale { syntax: "*"; inherits: false; }
@property --tw-hue-rotate { syntax: "*"; inherits: false; }
@property --tw-invert { syntax: "*"; inherits: false; }
@property --tw-opacity { syntax: "*"; inherits: false; }
@property --tw-saturate { syntax: "*"; inherits: false; }
@property --tw-sepia { syntax: "*"; inherits: false; }
@property --tw-drop-shadow { syntax: "*"; inherits: false; }
@property --tw-drop-shadow-color { syntax: "*"; inherits: false; }
@property --tw-drop-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
@property --tw-drop-shadow-size { syntax: "*"; inherits: false; }
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *,
    ::before,
    ::after,
    ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}

/* ../../node_modules/primeicons/primeicons.css */
@font-face {
  font-family: "primeicons";
  font-display: block;
  src: url("./media/primeicons-RSSEDYLY.eot");
  src:
    url("./media/primeicons-RSSEDYLY.eot?#iefix") format("embedded-opentype"),
    url("./media/primeicons-4GST5W3O.woff2") format("woff2"),
    url("./media/primeicons-P53SE5CV.woff") format("woff"),
    url("./media/primeicons-GEFHGEHP.ttf") format("truetype"),
    url("./media/primeicons-DHQU4SEP.svg?#primeicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.pi {
  font-family: "primeicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pi:before {
  --webkit-backface-visibility:hidden;
  backface-visibility: hidden;
}
.pi-fw {
  width: 1.28571429em;
  text-align: center;
}
.pi-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@media (prefers-reduced-motion: reduce) {
  .pi-spin {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.pi-folder-plus:before {
  content: "\ea05";
}
.pi-receipt:before {
  content: "\ea06";
}
.pi-asterisk:before {
  content: "\ea07";
}
.pi-face-smile:before {
  content: "\ea08";
}
.pi-pinterest:before {
  content: "\ea09";
}
.pi-expand:before {
  content: "\ea0a";
}
.pi-pen-to-square:before {
  content: "\ea0b";
}
.pi-wave-pulse:before {
  content: "\ea0c";
}
.pi-turkish-lira:before {
  content: "\ea0d";
}
.pi-spinner-dotted:before {
  content: "\ea0e";
}
.pi-crown:before {
  content: "\ea0f";
}
.pi-pause-circle:before {
  content: "\ea10";
}
.pi-warehouse:before {
  content: "\ea11";
}
.pi-objects-column:before {
  content: "\ea12";
}
.pi-clipboard:before {
  content: "\ea13";
}
.pi-play-circle:before {
  content: "\ea14";
}
.pi-venus:before {
  content: "\ea15";
}
.pi-cart-minus:before {
  content: "\ea16";
}
.pi-file-plus:before {
  content: "\ea17";
}
.pi-microchip:before {
  content: "\ea18";
}
.pi-twitch:before {
  content: "\ea19";
}
.pi-building-columns:before {
  content: "\ea1a";
}
.pi-file-check:before {
  content: "\ea1b";
}
.pi-microchip-ai:before {
  content: "\ea1c";
}
.pi-trophy:before {
  content: "\ea1d";
}
.pi-barcode:before {
  content: "\ea1e";
}
.pi-file-arrow-up:before {
  content: "\ea1f";
}
.pi-mars:before {
  content: "\ea20";
}
.pi-tiktok:before {
  content: "\ea21";
}
.pi-arrow-up-right-and-arrow-down-left-from-center:before {
  content: "\ea22";
}
.pi-ethereum:before {
  content: "\ea23";
}
.pi-list-check:before {
  content: "\ea24";
}
.pi-thumbtack:before {
  content: "\ea25";
}
.pi-arrow-down-left-and-arrow-up-right-to-center:before {
  content: "\ea26";
}
.pi-equals:before {
  content: "\ea27";
}
.pi-lightbulb:before {
  content: "\ea28";
}
.pi-star-half:before {
  content: "\ea29";
}
.pi-address-book:before {
  content: "\ea2a";
}
.pi-chart-scatter:before {
  content: "\ea2b";
}
.pi-indian-rupee:before {
  content: "\ea2c";
}
.pi-star-half-fill:before {
  content: "\ea2d";
}
.pi-cart-arrow-down:before {
  content: "\ea2e";
}
.pi-calendar-clock:before {
  content: "\ea2f";
}
.pi-sort-up-fill:before {
  content: "\ea30";
}
.pi-sparkles:before {
  content: "\ea31";
}
.pi-bullseye:before {
  content: "\ea32";
}
.pi-sort-down-fill:before {
  content: "\ea33";
}
.pi-graduation-cap:before {
  content: "\ea34";
}
.pi-hammer:before {
  content: "\ea35";
}
.pi-bell-slash:before {
  content: "\ea36";
}
.pi-gauge:before {
  content: "\ea37";
}
.pi-shop:before {
  content: "\ea38";
}
.pi-headphones:before {
  content: "\ea39";
}
.pi-eraser:before {
  content: "\ea04";
}
.pi-stopwatch:before {
  content: "\ea01";
}
.pi-verified:before {
  content: "\ea02";
}
.pi-delete-left:before {
  content: "\ea03";
}
.pi-hourglass:before {
  content: "\e9fe";
}
.pi-truck:before {
  content: "\ea00";
}
.pi-wrench:before {
  content: "\e9ff";
}
.pi-microphone:before {
  content: "\e9fa";
}
.pi-megaphone:before {
  content: "\e9fb";
}
.pi-arrow-right-arrow-left:before {
  content: "\e9fc";
}
.pi-bitcoin:before {
  content: "\e9fd";
}
.pi-file-edit:before {
  content: "\e9f6";
}
.pi-language:before {
  content: "\e9f7";
}
.pi-file-export:before {
  content: "\e9f8";
}
.pi-file-import:before {
  content: "\e9f9";
}
.pi-file-word:before {
  content: "\e9f1";
}
.pi-gift:before {
  content: "\e9f2";
}
.pi-cart-plus:before {
  content: "\e9f3";
}
.pi-thumbs-down-fill:before {
  content: "\e9f4";
}
.pi-thumbs-up-fill:before {
  content: "\e9f5";
}
.pi-arrows-alt:before {
  content: "\e9f0";
}
.pi-calculator:before {
  content: "\e9ef";
}
.pi-sort-alt-slash:before {
  content: "\e9ee";
}
.pi-arrows-h:before {
  content: "\e9ec";
}
.pi-arrows-v:before {
  content: "\e9ed";
}
.pi-pound:before {
  content: "\e9eb";
}
.pi-prime:before {
  content: "\e9ea";
}
.pi-chart-pie:before {
  content: "\e9e9";
}
.pi-reddit:before {
  content: "\e9e8";
}
.pi-code:before {
  content: "\e9e7";
}
.pi-sync:before {
  content: "\e9e6";
}
.pi-shopping-bag:before {
  content: "\e9e5";
}
.pi-server:before {
  content: "\e9e4";
}
.pi-database:before {
  content: "\e9e3";
}
.pi-hashtag:before {
  content: "\e9e2";
}
.pi-bookmark-fill:before {
  content: "\e9df";
}
.pi-filter-fill:before {
  content: "\e9e0";
}
.pi-heart-fill:before {
  content: "\e9e1";
}
.pi-flag-fill:before {
  content: "\e9de";
}
.pi-circle:before {
  content: "\e9dc";
}
.pi-circle-fill:before {
  content: "\e9dd";
}
.pi-bolt:before {
  content: "\e9db";
}
.pi-history:before {
  content: "\e9da";
}
.pi-box:before {
  content: "\e9d9";
}
.pi-at:before {
  content: "\e9d8";
}
.pi-arrow-up-right:before {
  content: "\e9d4";
}
.pi-arrow-up-left:before {
  content: "\e9d5";
}
.pi-arrow-down-left:before {
  content: "\e9d6";
}
.pi-arrow-down-right:before {
  content: "\e9d7";
}
.pi-telegram:before {
  content: "\e9d3";
}
.pi-stop-circle:before {
  content: "\e9d2";
}
.pi-stop:before {
  content: "\e9d1";
}
.pi-whatsapp:before {
  content: "\e9d0";
}
.pi-building:before {
  content: "\e9cf";
}
.pi-qrcode:before {
  content: "\e9ce";
}
.pi-car:before {
  content: "\e9cd";
}
.pi-instagram:before {
  content: "\e9cc";
}
.pi-linkedin:before {
  content: "\e9cb";
}
.pi-send:before {
  content: "\e9ca";
}
.pi-slack:before {
  content: "\e9c9";
}
.pi-sun:before {
  content: "\e9c8";
}
.pi-moon:before {
  content: "\e9c7";
}
.pi-vimeo:before {
  content: "\e9c6";
}
.pi-youtube:before {
  content: "\e9c5";
}
.pi-flag:before {
  content: "\e9c4";
}
.pi-wallet:before {
  content: "\e9c3";
}
.pi-map:before {
  content: "\e9c2";
}
.pi-link:before {
  content: "\e9c1";
}
.pi-credit-card:before {
  content: "\e9bf";
}
.pi-discord:before {
  content: "\e9c0";
}
.pi-percentage:before {
  content: "\e9be";
}
.pi-euro:before {
  content: "\e9bd";
}
.pi-book:before {
  content: "\e9ba";
}
.pi-shield:before {
  content: "\e9b9";
}
.pi-paypal:before {
  content: "\e9bb";
}
.pi-amazon:before {
  content: "\e9bc";
}
.pi-phone:before {
  content: "\e9b8";
}
.pi-filter-slash:before {
  content: "\e9b7";
}
.pi-facebook:before {
  content: "\e9b4";
}
.pi-github:before {
  content: "\e9b5";
}
.pi-twitter:before {
  content: "\e9b6";
}
.pi-step-backward-alt:before {
  content: "\e9ac";
}
.pi-step-forward-alt:before {
  content: "\e9ad";
}
.pi-forward:before {
  content: "\e9ae";
}
.pi-backward:before {
  content: "\e9af";
}
.pi-fast-backward:before {
  content: "\e9b0";
}
.pi-fast-forward:before {
  content: "\e9b1";
}
.pi-pause:before {
  content: "\e9b2";
}
.pi-play:before {
  content: "\e9b3";
}
.pi-compass:before {
  content: "\e9ab";
}
.pi-id-card:before {
  content: "\e9aa";
}
.pi-ticket:before {
  content: "\e9a9";
}
.pi-file-o:before {
  content: "\e9a8";
}
.pi-reply:before {
  content: "\e9a7";
}
.pi-directions-alt:before {
  content: "\e9a5";
}
.pi-directions:before {
  content: "\e9a6";
}
.pi-thumbs-up:before {
  content: "\e9a3";
}
.pi-thumbs-down:before {
  content: "\e9a4";
}
.pi-sort-numeric-down-alt:before {
  content: "\e996";
}
.pi-sort-numeric-up-alt:before {
  content: "\e997";
}
.pi-sort-alpha-down-alt:before {
  content: "\e998";
}
.pi-sort-alpha-up-alt:before {
  content: "\e999";
}
.pi-sort-numeric-down:before {
  content: "\e99a";
}
.pi-sort-numeric-up:before {
  content: "\e99b";
}
.pi-sort-alpha-down:before {
  content: "\e99c";
}
.pi-sort-alpha-up:before {
  content: "\e99d";
}
.pi-sort-alt:before {
  content: "\e99e";
}
.pi-sort-amount-up:before {
  content: "\e99f";
}
.pi-sort-amount-down:before {
  content: "\e9a0";
}
.pi-sort-amount-down-alt:before {
  content: "\e9a1";
}
.pi-sort-amount-up-alt:before {
  content: "\e9a2";
}
.pi-palette:before {
  content: "\e995";
}
.pi-undo:before {
  content: "\e994";
}
.pi-desktop:before {
  content: "\e993";
}
.pi-sliders-v:before {
  content: "\e991";
}
.pi-sliders-h:before {
  content: "\e992";
}
.pi-search-plus:before {
  content: "\e98f";
}
.pi-search-minus:before {
  content: "\e990";
}
.pi-file-excel:before {
  content: "\e98e";
}
.pi-file-pdf:before {
  content: "\e98d";
}
.pi-check-square:before {
  content: "\e98c";
}
.pi-chart-line:before {
  content: "\e98b";
}
.pi-user-edit:before {
  content: "\e98a";
}
.pi-exclamation-circle:before {
  content: "\e989";
}
.pi-android:before {
  content: "\e985";
}
.pi-google:before {
  content: "\e986";
}
.pi-apple:before {
  content: "\e987";
}
.pi-microsoft:before {
  content: "\e988";
}
.pi-heart:before {
  content: "\e984";
}
.pi-mobile:before {
  content: "\e982";
}
.pi-tablet:before {
  content: "\e983";
}
.pi-key:before {
  content: "\e981";
}
.pi-shopping-cart:before {
  content: "\e980";
}
.pi-comments:before {
  content: "\e97e";
}
.pi-comment:before {
  content: "\e97f";
}
.pi-briefcase:before {
  content: "\e97d";
}
.pi-bell:before {
  content: "\e97c";
}
.pi-paperclip:before {
  content: "\e97b";
}
.pi-share-alt:before {
  content: "\e97a";
}
.pi-envelope:before {
  content: "\e979";
}
.pi-volume-down:before {
  content: "\e976";
}
.pi-volume-up:before {
  content: "\e977";
}
.pi-volume-off:before {
  content: "\e978";
}
.pi-eject:before {
  content: "\e975";
}
.pi-money-bill:before {
  content: "\e974";
}
.pi-images:before {
  content: "\e973";
}
.pi-image:before {
  content: "\e972";
}
.pi-sign-in:before {
  content: "\e970";
}
.pi-sign-out:before {
  content: "\e971";
}
.pi-wifi:before {
  content: "\e96f";
}
.pi-sitemap:before {
  content: "\e96e";
}
.pi-chart-bar:before {
  content: "\e96d";
}
.pi-camera:before {
  content: "\e96c";
}
.pi-dollar:before {
  content: "\e96b";
}
.pi-lock-open:before {
  content: "\e96a";
}
.pi-table:before {
  content: "\e969";
}
.pi-map-marker:before {
  content: "\e968";
}
.pi-list:before {
  content: "\e967";
}
.pi-eye-slash:before {
  content: "\e965";
}
.pi-eye:before {
  content: "\e966";
}
.pi-folder-open:before {
  content: "\e964";
}
.pi-folder:before {
  content: "\e963";
}
.pi-video:before {
  content: "\e962";
}
.pi-inbox:before {
  content: "\e961";
}
.pi-lock:before {
  content: "\e95f";
}
.pi-unlock:before {
  content: "\e960";
}
.pi-tags:before {
  content: "\e95d";
}
.pi-tag:before {
  content: "\e95e";
}
.pi-power-off:before {
  content: "\e95c";
}
.pi-save:before {
  content: "\e95b";
}
.pi-question-circle:before {
  content: "\e959";
}
.pi-question:before {
  content: "\e95a";
}
.pi-copy:before {
  content: "\e957";
}
.pi-file:before {
  content: "\e958";
}
.pi-clone:before {
  content: "\e955";
}
.pi-calendar-times:before {
  content: "\e952";
}
.pi-calendar-minus:before {
  content: "\e953";
}
.pi-calendar-plus:before {
  content: "\e954";
}
.pi-ellipsis-v:before {
  content: "\e950";
}
.pi-ellipsis-h:before {
  content: "\e951";
}
.pi-bookmark:before {
  content: "\e94e";
}
.pi-globe:before {
  content: "\e94f";
}
.pi-replay:before {
  content: "\e94d";
}
.pi-filter:before {
  content: "\e94c";
}
.pi-print:before {
  content: "\e94b";
}
.pi-align-right:before {
  content: "\e946";
}
.pi-align-left:before {
  content: "\e947";
}
.pi-align-center:before {
  content: "\e948";
}
.pi-align-justify:before {
  content: "\e949";
}
.pi-cog:before {
  content: "\e94a";
}
.pi-cloud-download:before {
  content: "\e943";
}
.pi-cloud-upload:before {
  content: "\e944";
}
.pi-cloud:before {
  content: "\e945";
}
.pi-pencil:before {
  content: "\e942";
}
.pi-users:before {
  content: "\e941";
}
.pi-clock:before {
  content: "\e940";
}
.pi-user-minus:before {
  content: "\e93e";
}
.pi-user-plus:before {
  content: "\e93f";
}
.pi-trash:before {
  content: "\e93d";
}
.pi-external-link:before {
  content: "\e93c";
}
.pi-window-maximize:before {
  content: "\e93b";
}
.pi-window-minimize:before {
  content: "\e93a";
}
.pi-refresh:before {
  content: "\e938";
}
.pi-user:before {
  content: "\e939";
}
.pi-exclamation-triangle:before {
  content: "\e922";
}
.pi-calendar:before {
  content: "\e927";
}
.pi-chevron-circle-left:before {
  content: "\e928";
}
.pi-chevron-circle-down:before {
  content: "\e929";
}
.pi-chevron-circle-right:before {
  content: "\e92a";
}
.pi-chevron-circle-up:before {
  content: "\e92b";
}
.pi-angle-double-down:before {
  content: "\e92c";
}
.pi-angle-double-left:before {
  content: "\e92d";
}
.pi-angle-double-right:before {
  content: "\e92e";
}
.pi-angle-double-up:before {
  content: "\e92f";
}
.pi-angle-down:before {
  content: "\e930";
}
.pi-angle-left:before {
  content: "\e931";
}
.pi-angle-right:before {
  content: "\e932";
}
.pi-angle-up:before {
  content: "\e933";
}
.pi-upload:before {
  content: "\e934";
}
.pi-download:before {
  content: "\e956";
}
.pi-ban:before {
  content: "\e935";
}
.pi-star-fill:before {
  content: "\e936";
}
.pi-star:before {
  content: "\e937";
}
.pi-chevron-left:before {
  content: "\e900";
}
.pi-chevron-right:before {
  content: "\e901";
}
.pi-chevron-down:before {
  content: "\e902";
}
.pi-chevron-up:before {
  content: "\e903";
}
.pi-caret-left:before {
  content: "\e904";
}
.pi-caret-right:before {
  content: "\e905";
}
.pi-caret-down:before {
  content: "\e906";
}
.pi-caret-up:before {
  content: "\e907";
}
.pi-search:before {
  content: "\e908";
}
.pi-check:before {
  content: "\e909";
}
.pi-check-circle:before {
  content: "\e90a";
}
.pi-times:before {
  content: "\e90b";
}
.pi-times-circle:before {
  content: "\e90c";
}
.pi-plus:before {
  content: "\e90d";
}
.pi-plus-circle:before {
  content: "\e90e";
}
.pi-minus:before {
  content: "\e90f";
}
.pi-minus-circle:before {
  content: "\e910";
}
.pi-circle-on:before {
  content: "\e911";
}
.pi-circle-off:before {
  content: "\e912";
}
.pi-sort-down:before {
  content: "\e913";
}
.pi-sort-up:before {
  content: "\e914";
}
.pi-sort:before {
  content: "\e915";
}
.pi-step-backward:before {
  content: "\e916";
}
.pi-step-forward:before {
  content: "\e917";
}
.pi-th-large:before {
  content: "\e918";
}
.pi-arrow-down:before {
  content: "\e919";
}
.pi-arrow-left:before {
  content: "\e91a";
}
.pi-arrow-right:before {
  content: "\e91b";
}
.pi-arrow-up:before {
  content: "\e91c";
}
.pi-bars:before {
  content: "\e91d";
}
.pi-arrow-circle-down:before {
  content: "\e91e";
}
.pi-arrow-circle-left:before {
  content: "\e91f";
}
.pi-arrow-circle-right:before {
  content: "\e920";
}
.pi-arrow-circle-up:before {
  content: "\e921";
}
.pi-info:before {
  content: "\e923";
}
.pi-info-circle:before {
  content: "\e924";
}
.pi-home:before {
  content: "\e925";
}
.pi-spinner:before {
  content: "\e926";
}

/* src/styles/main.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  margin: 0;
}
img,
svg {
  display: block;
  max-width: 100%;
}
button,
input,
select,
textarea {
  font: inherit;
}
a {
  color: inherit;
}
body {
  font-family:
    "Inter",
    -apple-system,
    blinkmacsystemfont,
    sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #151e35;
  background-color: #fbfcfe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #151e35;
}
h1,
.text-hero {
  font-size: 30px;
}
@media (min-width: 768px) {
  h1,
  .text-hero {
    font-size: 36px;
  }
}
@media (min-width: 1280px) {
  h1,
  .text-hero {
    font-size: 52px;
  }
}
h1,
.text-hero {
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
}
h2,
.text-display {
  font-size: 22px;
}
@media (min-width: 768px) {
  h2,
  .text-display {
    font-size: 24px;
  }
}
@media (min-width: 1280px) {
  h2,
  .text-display {
    font-size: 44px;
  }
}
h2,
.text-display {
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
}
h3 {
  font-size: 22px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 24px;
  }
}
@media (min-width: 1280px) {
  h3 {
    font-size: 28px;
  }
}
h3 {
  font-weight: 700;
}
h4 {
  font-size: 19px;
}
@media (min-width: 768px) {
  h4 {
    font-size: 19px;
  }
}
@media (min-width: 1280px) {
  h4 {
    font-size: 19px;
  }
}
h4 {
  font-weight: 700;
}
p {
  margin: 0;
}
.text-body {
  font-size: 15px;
  line-height: 1.5;
}
.text-caption {
  font-size: 12px;
  line-height: 1.6;
  color: #505868;
}
.text-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #848994;
}
.text-mono {
  font-family:
    "IBM Plex Mono",
    ui-monospace,
    "SF Mono",
    monospace;
}
.text-muted {
  color: #505868;
}
.text-subtle {
  color: #848994;
}
:root {
  --sweet-primary-color: #0083d3;
  --sweet-success-color: #3fa362;
  --sweet-error-color: #d94543;
}
::selection {
  background-color: #0083d3;
  color: #ffffff;
}
.page-container {
  width: 100%;
  margin-inline: auto;
  padding-inline: 16px;
}
@media (min-width: 768px) {
  .page-container {
    padding-inline: 32px;
  }
}
@media (min-width: 1280px) {
  .page-container {
    padding-inline: 64px;
  }
}
@media (min-width: 1280px) {
  .page-container {
    max-width: 1120px;
  }
}
@media (min-width: 1536px) {
  .page-container {
    max-width: 1200px;
  }
}
.page-container-fluid {
  width: 100%;
}
.shell-section-stack {
  display: flex;
  flex-direction: column;
  gap: 28px;
  width: 100%;
  min-width: 0;
}
.section-stack {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .section-stack {
    gap: 32px;
  }
}
@media (min-width: 1280px) {
  .section-stack {
    gap: 48px;
  }
}
.stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-to-content {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 1200;
  padding: 8px 16px;
  border-radius: 12px;
  background-color: #ffffff;
  color: #151e35;
  box-shadow: 0 8px 24px rgba(24, 37, 67, 0.08), 0 2px 6px rgba(24, 37, 67, 0.05);
  transform: translateY(-200%);
}
.skip-to-content:focus {
  transform: translateY(0);
}
@media (max-width: 479px) {
  .button-full-width {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.sweet-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 20px;
  border: none;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  transition:
    background-color 180ms cubic-bezier(0.4, 0, 0.2, 1),
    color 180ms cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 180ms cubic-bezier(0.4, 0, 0.2, 1);
}
.sweet-button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px #d7efff;
}
.sweet-button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.sweet-button-primary {
  background-color: #0083d3;
  color: #ffffff;
}
.sweet-button-primary:hover:not(:disabled) {
  background-color: #0057a1;
}
.sweet-button-secondary {
  background-color: #f5f6f9;
  color: #151e35;
}
.sweet-button-secondary:hover:not(:disabled) {
  background-color: #dfe1e7;
}
.sweet-button-ghost {
  background-color: transparent;
  color: #505868;
}
.sweet-button-ghost:hover:not(:disabled) {
  background-color: #f5f6f9;
  color: #151e35;
}
.sweet-button-tinted {
  background-color: #d7efff;
  color: #0057a1;
}
.sweet-button-tinted:hover:not(:disabled) {
  background-color: #c8e8ff;
}
.sweet-button-destructive {
  background-color: #d94543;
  color: #ffffff;
}
.sweet-button-destructive:hover:not(:disabled) {
  background-color: #c73a38;
}
.sweet-button-icon {
  width: 38px;
  height: 38px;
  padding: 0;
  border-radius: 12px;
  background-color: #f5f6f9;
  color: #505868;
}
@media (max-width: 767px) {
  .sweet-button-icon {
    min-height: 44px;
    min-width: 44px;
  }
}
.sweet-button-icon:hover:not(:disabled) {
  background-color: #dfe1e7;
  color: #151e35;
}
.sweet-form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sweet-form-label {
  font-size: 12px;
  font-weight: 600;
  color: #151e35;
}
.sweet-input {
  width: 100%;
  padding: 11px 14px;
  border: 1px solid #dfe1e7;
  border-radius: 12px;
  background-color: #ffffff;
  color: #151e35;
  font-size: 14px;
  transition: border-color 180ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 180ms cubic-bezier(0.4, 0, 0.2, 1);
}
.sweet-input::placeholder {
  color: #848994;
}
.sweet-input:hover:not(:disabled) {
  border-color: #c6cbd4;
}
.sweet-input:focus {
  outline: none;
  border-color: #0083d3;
  box-shadow: 0 0 0 3px #d7efff;
}
.sweet-input:disabled {
  background-color: #f5f6f9;
  color: #848994;
  cursor: not-allowed;
}
.sweet-form-layout {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 767px) {
  .sweet-form-layout .sweet-input,
  .sweet-form-layout .p-inputtext,
  .sweet-form-layout .p-select,
  .sweet-form-layout .p-password {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .sweet-form-layout-stacked .sweet-form-field {
    width: 100%;
  }
}
.sweet-field-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
}
.sweet-field-header-link {
  font-size: 12px;
  font-weight: 600;
  color: #0083d3;
  text-decoration: none;
}
.sweet-field-header-link:hover {
  text-decoration: underline;
}
.sweet-field-header-link:focus-visible {
  outline: 2px solid #0083d3;
  outline-offset: 2px;
  border-radius: 8px;
}
button.sweet-field-header-link {
  padding: 0;
  border: none;
  background: none;
  font-family: inherit;
  cursor: pointer;
}
.sweet-password-field {
  position: relative;
  display: flex;
  align-items: center;
}
.sweet-password-field .sweet-input {
  padding-right: 40px;
}
.sweet-password-toggle {
  position: absolute;
  top: 50%;
  right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  border-radius: 8px;
  background: transparent;
  color: #848994;
  cursor: pointer;
  transform: translateY(-50%);
  transition: color 180ms cubic-bezier(0.4, 0, 0.2, 1);
}
.sweet-password-toggle:hover {
  color: #505868;
}
.sweet-password-toggle:focus-visible {
  outline: 2px solid #0083d3;
  outline-offset: 2px;
}
.sweet-card {
  background-color: #ffffff;
  border: 1px solid #dfe1e7;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(24, 37, 67, 0.08), 0 2px 6px rgba(24, 37, 67, 0.05);
  overflow: hidden;
}
.sweet-card-body {
  padding: 24px;
}
@media (min-width: 768px) {
  .sweet-card-body {
    padding: 32px;
  }
}
.sweet-card-header {
  padding: 16px 24px;
  border-bottom: 1px solid #dfe1e7;
  background-color: #ffffff;
}
.sweet-card-footer {
  padding: 16px 24px;
  border-top: 1px solid #dfe1e7;
  background-color: #f5f6f9;
}
.sweet-card-footer:empty {
  display: none;
  padding: 0;
  border: 0;
}
.sweet-card-title {
  font-size: 19px;
  font-weight: 700;
  color: #151e35;
}
.sweet-card-subtitle {
  font-size: 12px;
  color: #505868;
  margin-top: 4px;
}
@media (max-width: 479px) {
  .sweet-card {
    border-radius: 16px;
  }
}
.sweet-table-wrapper {
  width: 100%;
  overflow-x: auto;
  border: 1px solid #dfe1e7;
  border-radius: 16px;
  background-color: #ffffff;
}
.sweet-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  font-size: 14px;
}
.sweet-table th {
  padding: 8px 16px;
  background-color: #f5f6f9;
  border-bottom: 1px solid #dfe1e7;
  font-size: 12px;
  font-weight: 600;
  color: #505868;
  text-align: left;
  white-space: nowrap;
}
.sweet-table td {
  padding: 16px;
  border-bottom: 1px solid #dfe1e7;
  color: #151e35;
}
.sweet-table tr:last-child td {
  border-bottom: none;
}
.sweet-table tbody tr:hover td {
  background-color: #f5f6f9;
}
@media (max-width: 767px) {
  .sweet-table-wrapper {
    border-radius: 12px;
  }
  .sweet-table th,
  .sweet-table td {
    padding: 8px;
  }
}
.sweet-sidebar {
  display: none;
  flex: none;
  width: 76px;
  height: 100dvh;
  position: sticky;
  top: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 12px 24px;
  border-right: 1px solid #dfe1e7;
  background-color: #ffffff;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .sweet-sidebar {
    display: flex;
  }
}
@media (min-width: 960px) {
  .sweet-sidebar {
    width: 264px;
    padding: 0 16px 24px;
  }
}
.sweet-sidebar-panel {
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 100%;
  min-width: 0;
}
.sweet-sidebar-brand {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  height: 84px;
  min-height: 84px;
  margin-inline: -12px;
  padding-inline: 12px;
  border-bottom: 1px solid #dfe1e7;
  overflow: visible;
}
@media (min-width: 768px) and (max-width: 959px) {
  .sweet-sidebar-brand {
    align-items: center;
    padding-inline: 12px;
  }
}
@media (min-width: 960px) {
  .sweet-sidebar-brand {
    margin-inline: -16px;
    padding-inline: 16px;
  }
}
.sweet-sidebar-logo {
  display: block;
  width: 68px;
  height: 20px;
  object-fit: contain;
  object-position: left center;
  flex-shrink: 0;
}
@media (min-width: 768px) and (max-width: 959px) {
  .sweet-sidebar-logo {
    display: none;
  }
}
.sweet-sidebar-logo-mark {
  display: none;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background:
    linear-gradient(
      135deg,
      #0083d3,
      #7265be);
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.02em;
  flex-shrink: 0;
}
@media (min-width: 768px) and (max-width: 959px) {
  .sweet-sidebar-logo-mark {
    display: flex;
  }
}
.sweet-sidebar-workspace {
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #848994;
  white-space: nowrap;
}
@media (min-width: 768px) and (max-width: 959px) {
  .sweet-sidebar-workspace {
    display: none;
  }
}
.sweet-sidebar-workspace-button {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 8px;
  width: fit-content;
  max-width: 100%;
  padding: 2px 4px 2px 2px;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  cursor: pointer;
  border-radius: 8px;
}
.sweet-sidebar-workspace-button:hover,
.sweet-sidebar-workspace-button[aria-expanded=true] {
  color: #151e35;
  background: #f5f6f9;
}
.sweet-sidebar-workspace-button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px #d7efff;
}
.sweet-sidebar-workspace-avatar {
  display: inline-flex;
  flex: none;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 6px;
  background: #d7efff;
  color: #0083d3;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.sweet-sidebar-workspace-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sweet-sidebar-workspace-chevron {
  flex: none;
  font-size: 10px;
  transition: transform 180ms cubic-bezier(0.4, 0, 0.2, 1);
}
.sweet-sidebar-workspace-chevron.is-open {
  transform: rotate(180deg);
}
.sweet-sidebar-nav {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 2px;
  font-size: 13.5px;
}
.sweet-sidebar-nav-primary,
.sweet-sidebar-nav-secondary {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.sweet-sidebar-nav-secondary {
  margin-top: auto;
}
.sweet-sidebar-nav-divider {
  height: 1px;
  margin: 12px 6px;
  background-color: #dfe1e7;
}
@media (min-width: 768px) and (max-width: 959px) {
  .sweet-sidebar-nav-divider {
    margin-inline: 8px;
  }
}
.sweet-nav-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 10px;
  border-radius: 12px;
  font-size: 13.5px;
  font-weight: 600;
  color: #505868;
  text-decoration: none;
  transition: background-color 180ms cubic-bezier(0.4, 0, 0.2, 1), color 180ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 767px) {
  .sweet-nav-item {
    min-height: 44px;
    min-width: 44px;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .sweet-nav-item {
    justify-content: center;
    gap: 0;
    padding: 10px;
  }
}
.sweet-nav-item:hover {
  background-color: #f5f6f9;
  color: #151e35;
}
.sweet-nav-item:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px #d7efff;
}
.sweet-nav-item.is-active {
  background-color: #d7efff;
  color: #0057a1;
  font-weight: 700;
}
.sweet-nav-item i {
  flex: none;
  font-size: 14px;
}
.sweet-nav-item-label {
  white-space: nowrap;
}
@media (min-width: 768px) and (max-width: 959px) {
  .sweet-nav-item-label {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .sweet-sidebar-collapsible .sweet-sidebar-brand {
    align-items: center;
  }
  .sweet-sidebar-collapsible .sweet-nav-item i {
    font-size: 17px;
  }
}
.sweet-sidebar-drawer {
  width: min(280px, 85vw);
}
.sweet-header {
  position: sticky;
  top: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
  min-height: 56px;
  padding: 20px 16px;
  border-bottom: 1px solid #dfe1e7;
  background-color: #fbfcfe;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .sweet-header {
    height: 84px;
    min-height: 84px;
    padding: 20px 40px;
    flex-wrap: nowrap;
  }
}
@media (min-width: 768px) {
  .sweet-header-menu-button {
    display: none;
  }
}
.sweet-header-content {
  flex: 1;
  min-width: 0;
}
.sweet-header-greeting,
.sweet-header-page {
  min-width: 0;
}
.sweet-header-title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  color: #151e35;
  letter-spacing: -0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sweet-header-subtitle {
  margin: 2px 0 0;
  font-size: 12px;
  line-height: 1.25;
  color: #848994;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sweet-header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: none;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .sweet-header-actions {
    gap: 16px;
  }
}
.sweet-header-create-button {
  padding: 10px 16px;
  font-size: 13.5px;
  font-weight: 700;
}
.sweet-header-search {
  display: none;
  align-items: center;
  gap: 10px;
  width: 260px;
  max-width: 40vw;
  padding: 9px 13px;
  border: 1px solid #dfe1e7;
  border-radius: 12px;
  background-color: #f5f6f9;
}
@media (min-width: 768px) {
  .sweet-header-search {
    display: flex;
  }
}
.sweet-header-search-icon {
  flex: none;
  color: #848994;
  font-size: 12px;
}
.sweet-header-search-input {
  width: 100%;
  border: none;
  background: transparent;
  padding: 0;
  font-size: 13.5px;
  color: #151e35;
  box-shadow: none;
}
.sweet-header-search-input:focus {
  outline: none;
  box-shadow: none;
}
.sweet-header-search-shortcut {
  flex: none;
  padding: 2px 6px;
  border: 1px solid #dfe1e7;
  border-radius: 6px;
  background-color: #ffffff;
  font-family:
    "IBM Plex Mono",
    ui-monospace,
    "SF Mono",
    monospace;
  font-size: 11px;
  color: #848994;
}
.sweet-header-icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 12px;
  background-color: #f5f6f9;
}
.sweet-header-avatar-button {
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  border-radius: 999px;
}
.sweet-header-avatar-button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px #d7efff;
}
.sweet-header-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background:
    linear-gradient(
      135deg,
      #0083d3,
      #7265be);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
}
.sweet-app-shell {
  display: flex;
  min-height: 100dvh;
  background-color: #fbfcfe;
}
.sweet-app-shell-main {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
}
.sweet-app-shell-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
}
.sweet-page-content {
  display: flex;
  flex-direction: column;
  gap: 28px;
  width: 100%;
  min-width: 0;
  padding: 32px 16px 64px;
}
@media (min-width: 768px) {
  .sweet-page-content {
    padding: 32px 40px 64px;
  }
}
.sweet-popup-menu {
  display: flex;
  flex-direction: column;
  min-width: 14rem;
}
.sweet-popup-menu-item {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 8px 12px;
  border: 0;
  border-radius: 0.375rem;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}
.sweet-popup-menu-item:hover:not(:disabled) {
  background: color-mix(in srgb, currentColor 8%, transparent);
}
.sweet-popup-menu-item.is-active,
.sweet-popup-menu-item:disabled {
  opacity: 0.6;
  cursor: default;
}
.sweet-popup-menu-meta {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  padding: 8px 12px;
}
.sweet-popup-menu-name {
  color: #151e35;
  font-size: 14px;
  font-weight: 600;
}
.sweet-popup-menu-email {
  color: #505868;
  font-size: 12px;
}
@keyframes sweet-auth-float-y {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes sweet-auth-float-y-alt {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
}
@keyframes sweet-auth-pulse-glow {
  0%, 100% {
    opacity: 0.55;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.06);
  }
}
@keyframes sweet-auth-pulse-dot {
  0%, 100% {
    box-shadow: 0 0 0 4px rgba(114, 101, 190, 0.25);
  }
  50% {
    box-shadow: 0 0 0 7px rgba(114, 101, 190, 0.12);
  }
}
@keyframes sweet-auth-ring-spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes sweet-auth-ring-spin-reverse {
  to {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes sweet-auth-hub-spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes sweet-auth-dash-flow {
  to {
    stroke-dashoffset: -200;
  }
}
@keyframes sweet-auth-twinkle {
  0%, 100% {
    opacity: 0.25;
  }
  50% {
    opacity: 0.9;
  }
}
@keyframes sweet-auth-typing-dot {
  0%, 60%, 100% {
    opacity: 0.25;
    transform: translateY(0);
  }
  30% {
    opacity: 1;
    transform: translateY(-2px);
  }
}
@keyframes sweet-auth-node-float {
  0%, 100% {
    transform: translate(-50%, -50%) translateY(0);
  }
  50% {
    transform: translate(-50%, -50%) translateY(-8px);
  }
}
@keyframes sweet-auth-node-float-alt {
  0%, 100% {
    transform: translate(-50%, -50%) translateY(0);
  }
  50% {
    transform: translate(-50%, -50%) translateY(-12px);
  }
}
.sweet-auth-layout {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  padding: clamp(16px, 3vw, 32px);
  overflow-x: hidden;
  background-color: #fbfcfe;
}
.sweet-auth-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  width: 100%;
  max-width: min(100%, 480px);
  margin-inline: auto;
  overflow: hidden;
  border: 1px solid #dfe1e7;
  border-radius: 28px;
  background-color: #ffffff;
  box-shadow: 0 24px 64px rgba(24, 37, 67, 0.16), 0 8px 20px rgba(24, 37, 67, 0.08);
}
@media (min-width: 768px) {
  .sweet-auth-shell {
    grid-template-columns: 48fr 52fr;
    max-width: min(100%, 1160px);
    min-height: 580px;
    transition: height 240ms cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@media (min-width: 1280px) {
  .sweet-auth-shell {
    min-height: 620px;
  }
}
@media (min-width: 1536px) {
  .sweet-auth-shell {
    max-width: min(100%, 1320px);
    min-height: 720px;
  }
}
@media (min-width: 768px) {
  .sweet-auth-shell-has-explicit-height {
    min-height: 0;
  }
}
.sweet-auth-shell-form {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: clamp(32px, 5vw, 40px) clamp(24px, 4vw, 32px);
}
@media (min-width: 768px) {
  .sweet-auth-shell-form {
    align-items: center;
    align-self: stretch;
    height: 100%;
    padding: clamp(24px, 4vw, 48px);
  }
}
@media (min-width: 1280px) {
  .sweet-auth-shell-form {
    padding: clamp(24px, 3vw, 40px);
  }
}
@media (min-width: 1536px) {
  .sweet-auth-shell-form {
    padding: clamp(32px, 5vw, 80px);
  }
}
.sweet-auth-shell-form-inner {
  width: 100%;
  max-width: 440px;
}
@media (min-width: 768px) {
  .sweet-auth-shell-form-inner {
    display: flex;
    flex-direction: column;
  }
}
.sweet-auth-form-stage-outer {
  width: 100%;
  overflow: hidden;
}
.sweet-auth-shell-illustration {
  display: none;
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #0e1730;
}
@media (min-width: 768px) {
  .sweet-auth-shell-illustration {
    display: block;
    align-self: stretch;
    min-height: 0;
    height: 100%;
  }
}
.sweet-auth-shell-illustration-inner {
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .sweet-auth-shell-illustration-inner {
    transition: height 240ms cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 40ms;
  }
}
.sweet-auth-shell-illustration-inner auth-illustration {
  display: block;
  height: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .sweet-auth-shell {
    transition: none !important;
  }
  .sweet-auth-shell-illustration-inner {
    transition: none !important;
    transition-delay: 0ms !important;
  }
}
.sweet-auth-brand {
  display: block;
  width: auto;
  height: clamp(44px, 5.5vw, 56px);
  max-width: 100%;
  margin: 0 0 32px;
  object-fit: contain;
  object-position: left center;
}
.sweet-auth-heading {
  margin: 0 0 10px;
  font-size: clamp(22px, 2.2vw, 26px);
  font-weight: 700;
  color: #151e35;
  letter-spacing: -0.02em;
}
.sweet-auth-heading:focus {
  outline: none;
}
.sweet-auth-heading:focus-visible {
  outline: 2px solid #0083d3;
  outline-offset: 2px;
  border-radius: 8px;
}
.sweet-auth-subheading {
  margin: 0 0 clamp(32px, 4vw, 40px);
  font-size: 15px;
  line-height: 1.5;
  color: #505868;
}
.sweet-auth-form {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.sweet-auth-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 44px;
  margin-top: 10px;
}
.sweet-auth-footer {
  margin: 32px 0 0;
  font-size: 15px;
  color: #505868;
  text-align: left;
}
.sweet-auth-footer a,
.sweet-auth-footer button {
  color: #0083d3;
  font-weight: 600;
  text-decoration: none;
}
.sweet-auth-footer a:hover,
.sweet-auth-footer button:hover {
  text-decoration: underline;
}
.sweet-auth-footer a:focus-visible,
.sweet-auth-footer button:focus-visible {
  outline: 2px solid #0083d3;
  outline-offset: 2px;
  border-radius: 8px;
}
.sweet-auth-footer button {
  padding: 0;
  border: none;
  background: none;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
}
@media (min-width: 768px) and (max-height: 820px) {
  .sweet-auth-layout {
    padding: 16px;
  }
  .sweet-auth-shell-form {
    padding: 24px;
  }
  .sweet-auth-brand {
    height: 40px;
    margin-bottom: 24px;
  }
  .sweet-auth-subheading {
    margin-bottom: 24px;
  }
  .sweet-auth-form {
    gap: 18px;
  }
  .sweet-auth-submit {
    margin-top: 6px;
  }
  .sweet-auth-footer {
    margin-top: 24px;
  }
}
.sweet-illustration {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: inherit;
  overflow: hidden;
  color: rgba(126, 200, 232, 0.55);
  background:
    radial-gradient(
      130% 100% at 50% 0%,
      #24345c 0%,
      #182543 38%,
      #0e1730 100%);
}
.sweet-illustration-glow {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}
.sweet-illustration-glow-top-left {
  top: -8%;
  left: -6%;
  width: 52%;
  height: 52%;
  background:
    radial-gradient(
      circle,
      rgba(62, 163, 200, 0.26),
      transparent 70%);
  filter: blur(2px);
}
.sweet-illustration-glow-bottom-right {
  right: -8%;
  bottom: -10%;
  width: 56%;
  height: 56%;
  background:
    radial-gradient(
      circle,
      rgba(114, 101, 190, 0.24),
      transparent 70%);
}
.sweet-illustration-glow-mid-right {
  top: 32%;
  right: 10%;
  width: 36%;
  height: 36%;
  background:
    radial-gradient(
      circle,
      rgba(0, 131, 211, 0.22),
      transparent 70%);
}
.sweet-illustration-horizon-grid {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  opacity: 0.4;
  color: rgba(126, 200, 232, 0.45);
}
.sweet-illustration-particle {
  position: absolute;
  border-radius: 999px;
  background-color: #ffffff;
  animation: sweet-auth-twinkle 3.2s ease-in-out infinite;
}
@media (prefers-reduced-motion: reduce) {
  .sweet-illustration-particle {
    animation: none;
    opacity: 0.45;
  }
}
.sweet-illustration-particle-1 {
  top: 12%;
  left: 20%;
  width: 3px;
  height: 3px;
}
.sweet-illustration-particle-2 {
  top: 18%;
  left: 74%;
  width: 2px;
  height: 2px;
  animation-delay: 0.4s;
}
.sweet-illustration-particle-3 {
  top: 60%;
  left: 10%;
  width: 2.5px;
  height: 2.5px;
  animation-delay: 0.8s;
}
.sweet-illustration-particle-4 {
  top: 55%;
  left: 88%;
  width: 2px;
  height: 2px;
  animation-delay: 1.1s;
}
.sweet-illustration-particle-5 {
  top: 36%;
  left: 6%;
  width: 3px;
  height: 3px;
  animation-delay: 0.2s;
}
.sweet-illustration-particle-6 {
  top: 80%;
  left: 50%;
  width: 2px;
  height: 2px;
  animation-delay: 0.6s;
}
.sweet-illustration-stage {
  position: absolute;
  inset: 0;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .sweet-illustration-stage {
    transform: scale(0.92);
    transform-origin: center center;
  }
}
.sweet-illustration-eyebrow {
  position: absolute;
  top: clamp(32px, 4vw, 40px);
  left: clamp(24px, 4vw, 40px);
  display: flex;
  align-items: center;
  gap: 9px;
  z-index: 2;
}
.sweet-illustration-eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background-color: #7265be;
  box-shadow: 0 0 0 4px rgba(114, 101, 190, 0.25);
  animation: sweet-auth-pulse-dot 2.4s ease-in-out infinite;
}
@media (prefers-reduced-motion: reduce) {
  .sweet-illustration-eyebrow-dot {
    animation: none;
  }
}
.sweet-illustration-eyebrow-label {
  font-family:
    "IBM Plex Mono",
    ui-monospace,
    "SF Mono",
    monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
}
.sweet-illustration-rays {
  position: absolute;
  top: 46%;
  left: 50%;
  width: min(72%, 380px);
  height: min(72%, 380px);
  border-radius: 999px;
  background:
    conic-gradient(
      from 0deg,
      transparent 0deg,
      rgba(0, 131, 211, 0.1) 8deg,
      transparent 26deg,
      transparent 160deg,
      rgba(114, 101, 190, 0.09) 178deg,
      transparent 200deg,
      transparent 340deg,
      rgba(0, 131, 211, 0.08) 356deg,
      transparent 360deg);
  transform: translate(-50%, -50%);
  animation: sweet-auth-ring-spin 70s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .sweet-illustration-rays {
    animation: none;
  }
}
.sweet-illustration-ring {
  position: absolute;
  top: 46%;
  left: 50%;
  border-radius: 999px;
  transform: translate(-50%, -50%);
}
.sweet-illustration-ring-solid-1 {
  width: min(36%, 150px);
  height: min(36%, 150px);
  border: 1px solid rgba(255, 255, 255, 0.28);
}
.sweet-illustration-ring-dashed-1 {
  width: min(58%, 240px);
  height: min(58%, 240px);
  border: 1px dashed rgba(255, 255, 255, 0.2);
  animation: sweet-auth-ring-spin 90s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .sweet-illustration-ring-dashed-1 {
    animation: none;
  }
}
.sweet-illustration-ring-solid-2 {
  width: min(80%, 330px);
  height: min(80%, 330px);
  border: 1px solid rgba(255, 255, 255, 0.13);
}
.sweet-illustration-ring-dashed-2 {
  width: min(98%, 410px);
  height: min(98%, 410px);
  border: 1px dashed rgba(255, 255, 255, 0.09);
  animation: sweet-auth-ring-spin-reverse 130s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .sweet-illustration-ring-dashed-2 {
    animation: none;
  }
}
.sweet-illustration-dot-grid {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  color: rgba(190, 226, 255, 0.45);
}
.sweet-illustration-connections {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.sweet-illustration-path-flow {
  animation: sweet-auth-dash-flow 4s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .sweet-illustration-path-flow {
    animation: none;
  }
}
.sweet-illustration-path-flow-soft {
  animation: sweet-auth-dash-flow 3.4s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .sweet-illustration-path-flow-soft {
    animation: none;
  }
}
.sweet-illustration-path-delay-1 {
  animation-delay: 0.4s;
}
.sweet-illustration-path-delay-2 {
  animation-delay: 0.8s;
}
.sweet-illustration-path-delay-3 {
  animation-delay: 1.2s;
}
.sweet-illustration-path-delay-4 {
  animation-delay: 1.6s;
}
.sweet-illustration-path-delay-5 {
  animation-delay: 2.1s;
}
.sweet-illustration-node {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background-color: rgba(36, 52, 92, 0.85);
  box-shadow: 0 0 0 6px rgba(0, 131, 211, 0.1), 0 6px 16px rgba(6, 10, 20, 0.35);
  transform: translate(-50%, -50%);
}
.sweet-illustration-node .pi {
  font-size: 13px;
  color: rgba(200, 228, 248, 0.95);
}
.sweet-illustration-node-small {
  width: 26px;
  height: 26px;
}
.sweet-illustration-node-small .pi {
  font-size: 11px;
}
.sweet-illustration-node-top {
  top: 26%;
  left: 50%;
  width: 32px;
  height: 32px;
  animation: sweet-auth-node-float 5.2s ease-in-out infinite;
}
@media (prefers-reduced-motion: reduce) {
  .sweet-illustration-node-top {
    animation: none;
  }
}
.sweet-illustration-node-left {
  top: 46%;
  left: 18%;
  width: 32px;
  height: 32px;
  animation: sweet-auth-node-float-alt 6.4s ease-in-out infinite 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .sweet-illustration-node-left {
    animation: none;
  }
}
.sweet-illustration-node-right {
  top: 46%;
  left: 82%;
  width: 32px;
  height: 32px;
  animation: sweet-auth-node-float 6.9s ease-in-out infinite 0.15s;
}
@media (prefers-reduced-motion: reduce) {
  .sweet-illustration-node-right {
    animation: none;
  }
}
.sweet-illustration-node-bottom-left {
  top: 69%;
  left: 41%;
  animation: sweet-auth-node-float 6.1s ease-in-out infinite 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .sweet-illustration-node-bottom-left {
    animation: none;
  }
}
.sweet-illustration-node-bottom {
  top: 72%;
  left: 50%;
  width: 32px;
  height: 32px;
  animation: sweet-auth-node-float-alt 5.6s ease-in-out infinite 0.45s;
}
@media (prefers-reduced-motion: reduce) {
  .sweet-illustration-node-bottom {
    animation: none;
  }
}
.sweet-illustration-node-bottom-right {
  top: 69%;
  left: 59%;
  animation: sweet-auth-node-float-alt 5.4s ease-in-out infinite 0.2s;
}
@media (prefers-reduced-motion: reduce) {
  .sweet-illustration-node-bottom-right {
    animation: none;
  }
}
.sweet-illustration-hub-wrap {
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.sweet-illustration-hub-rings {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(52vw, 200px);
  height: min(52vw, 200px);
  color: rgba(255, 255, 255, 0.28);
  transform: translate(-50%, -50%);
  animation: sweet-auth-hub-spin 46s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .sweet-illustration-hub-rings {
    animation: none;
  }
}
.sweet-illustration-hub-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(36vw, 142px);
  height: min(36vw, 142px);
  border-radius: 999px;
  background:
    radial-gradient(
      circle,
      rgba(0, 131, 211, 0.38),
      transparent 70%);
  transform: translate(-50%, -50%);
  animation: sweet-auth-pulse-glow 3s ease-in-out infinite;
}
@media (prefers-reduced-motion: reduce) {
  .sweet-illustration-hub-glow {
    animation: none;
    opacity: 0.75;
  }
}
.sweet-illustration-hub {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  border-radius: 999px;
  background:
    linear-gradient(
      135deg,
      #0083d3 0%,
      #2a9ee8 100%);
  box-shadow: 0 0 0 9px rgba(0, 131, 211, 0.14), 0 14px 34px rgba(0, 131, 211, 0.55);
}
.sweet-illustration-hub-mark {
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.03em;
}
.sweet-illustration-card {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.07);
  box-shadow: 0 20px 40px rgba(6, 10, 20, 0.35);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
@media (prefers-reduced-motion: reduce) {
  .sweet-illustration-card {
    animation: none !important;
  }
}
.sweet-illustration-float-a {
  animation: sweet-auth-float-y 5.8s ease-in-out infinite;
}
.sweet-illustration-float-b {
  animation: sweet-auth-float-y-alt 6.2s ease-in-out infinite 0.2s;
}
.sweet-illustration-float-c {
  animation: sweet-auth-float-y 6.6s ease-in-out infinite 0.5s;
}
.sweet-illustration-float-d {
  animation: sweet-auth-float-y 7s ease-in-out infinite 0.15s;
}
.sweet-illustration-card-signal {
  top: clamp(72px, 14%, 120px);
  left: clamp(24px, 8%, 64px);
  width: min(42%, 150px);
}
.sweet-illustration-card-insight {
  top: clamp(72px, 14%, 120px);
  right: clamp(24px, 8%, 64px);
  width: min(46%, 168px);
}
.sweet-illustration-card-activity {
  bottom: clamp(120px, 22%, 190px);
  left: clamp(20px, 7%, 58px);
  width: min(44%, 164px);
}
.sweet-illustration-card-revenue {
  right: clamp(20px, 7%, 58px);
  bottom: clamp(120px, 22%, 190px);
  width: min(42%, 156px);
}
.sweet-illustration-card-header {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.72);
}
.sweet-illustration-card-header .pi {
  font-size: 13px;
  color: rgba(200, 228, 248, 0.95);
}
.sweet-illustration-card-badge {
  width: 14px;
  height: 14px;
  border-radius: 5px;
  background:
    linear-gradient(
      135deg,
      #0083d3 0%,
      #2a9ee8 100%);
}
.sweet-illustration-card-eyebrow {
  font-family:
    "IBM Plex Mono",
    ui-monospace,
    "SF Mono",
    monospace;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}
.sweet-illustration-card-text {
  margin: 0;
  font-size: 11.5px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.92);
}
.sweet-illustration-card-title {
  font-size: 11px;
  font-weight: 700;
  color: #ffffff;
}
.sweet-illustration-card-subtitle {
  font-size: 9.5px;
  color: rgba(255, 255, 255, 0.52);
}
.sweet-illustration-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background:
    linear-gradient(
      135deg,
      #0083d3 0%,
      #2a9ee8 100%);
  font-size: 9px;
  font-weight: 700;
  color: #ffffff;
}
.sweet-illustration-divider {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.12);
}
.sweet-illustration-stat-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 10.5px;
  color: rgba(255, 255, 255, 0.52);
}
.sweet-illustration-stat-value {
  font-family:
    "IBM Plex Mono",
    ui-monospace,
    "SF Mono",
    monospace;
  font-weight: 600;
  color: #ffffff;
}
.sweet-illustration-kpi-row {
  display: flex;
  align-items: baseline;
  gap: 6px;
}
.sweet-illustration-kpi-value {
  font-family:
    "IBM Plex Mono",
    ui-monospace,
    "SF Mono",
    monospace;
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
}
.sweet-illustration-kpi-delta {
  font-size: 10.5px;
  font-weight: 700;
  color: #3fa362;
}
.sweet-illustration-sparkline {
  width: 100%;
  height: 22px;
  margin-top: 6px;
}
.sweet-illustration-sparkline path {
  fill: none;
  stroke: rgba(104, 196, 232, 0.95);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.sweet-illustration-typing {
  display: flex;
  gap: 4px;
  margin-top: 8px;
}
.sweet-illustration-typing span {
  width: 4.5px;
  height: 4.5px;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.52);
  animation: sweet-auth-typing-dot 1.3s ease-in-out infinite;
}
@media (prefers-reduced-motion: reduce) {
  .sweet-illustration-typing span {
    animation: none;
    opacity: 0.6;
  }
}
.sweet-illustration-typing span:nth-child(2) {
  animation-delay: 0.15s;
}
.sweet-illustration-typing span:nth-child(3) {
  animation-delay: 0.3s;
}
.sweet-illustration-caption {
  position: absolute;
  right: clamp(20px, 5%, 40px);
  bottom: clamp(20px, 4%, 30px);
  left: clamp(20px, 5%, 40px);
  z-index: 2;
  text-align: center;
}
.sweet-illustration-caption-title {
  margin: 0;
  font-size: clamp(14px, 2vw, 19px);
  font-weight: 600;
  line-height: 1.4;
  color: #ffffff;
  letter-spacing: -0.02em;
}
@media (prefers-reduced-motion: reduce) {
  .sweet-illustration-travelers {
    display: none;
  }
}
.sweet-illustration-caption-subtitle {
  max-width: 320px;
  margin: 7px auto 0;
  font-size: 12.5px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.52);
}
.sweet-kpi-block {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: stretch;
}
@media (min-width: 620px) {
  .sweet-kpi-block {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1180px) {
  .sweet-kpi-block {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.sweet-metric-card {
  display: flex;
  flex: 1;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 22px;
  border: 1px solid #dfe1e7;
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 0 2px 6px rgba(24, 37, 67, 0.06), 0 1px 2px rgba(24, 37, 67, 0.04);
}
.sweet-metric-card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 12px;
}
.sweet-metric-card-label {
  font-size: 13px;
  font-weight: 700;
  color: #151e35;
}
.sweet-metric-card-action {
  flex: none;
  padding: 0;
  border: none;
  background: transparent;
  font-family: inherit;
  font-size: 12.5px;
  font-weight: 600;
  color: #0057a1;
  cursor: pointer;
}
.sweet-metric-card-action:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px #d7efff;
}
.sweet-metric-card-value-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}
.sweet-metric-card-value {
  font-family:
    "IBM Plex Mono",
    ui-monospace,
    "SF Mono",
    monospace;
  font-size: 24px;
  font-weight: 700;
  color: #151e35;
  letter-spacing: -0.02em;
}
.sweet-metric-card-delta {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  font-size: 12px;
  font-weight: 600;
}
.sweet-metric-card-delta.is-positive {
  color: #3fa362;
}
.sweet-metric-card-delta.is-negative {
  color: #d94543;
}
.sweet-metric-card-delta.is-neutral {
  color: #848994;
}
.sweet-filter-bar {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .sweet-filter-bar {
    flex-flow: row wrap;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .sweet-filter-bar-scroll {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
  }
}
.sweet-ai-insight-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  border: 1px solid #dfe1e7;
  border-radius: 16px;
  background-color: #d7efff;
}
.sweet-ai-insight-card-title {
  font-size: 14px;
  font-weight: 600;
  color: #0057a1;
}
.sweet-ai-insight-card-body {
  font-size: 14px;
  color: #151e35;
  line-height: 1.6;
}
.sweet-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .sweet-section {
    gap: 32px;
  }
}
@media (min-width: 1280px) {
  .sweet-section {
    gap: 48px;
  }
}
.sweet-section-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sweet-section-title {
  font-size: 22px;
}
@media (min-width: 768px) {
  .sweet-section-title {
    font-size: 24px;
  }
}
@media (min-width: 1280px) {
  .sweet-section-title {
    font-size: 28px;
  }
}
.sweet-section-title {
  font-weight: 700;
  color: #151e35;
}
.sweet-section-description {
  font-size: 14px;
  color: #505868;
  line-height: 1.6;
}
.sweet-data-table-wrapper {
  border: 1px solid #dfe1e7;
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: 0 8px 24px rgba(24, 37, 67, 0.08), 0 2px 6px rgba(24, 37, 67, 0.05);
  overflow: hidden;
}
.sweet-data-table-wrapper-body {
  overflow-x: auto;
}
.sweet-content-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: start;
}
@media (min-width: 1024px) {
  .sweet-content-grid {
    grid-template-columns: minmax(0, 1fr) 380px;
  }
}
.sweet-content-grid-main,
.sweet-content-grid-aside {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}
html.sweet-density-compact .sweet-header {
  padding-block: 10px;
}
html.sweet-density-compact .sweet-app-shell-content {
  padding: 12px 16px;
}
html.sweet-density-compact .sweet-settings-card {
  padding: 16px;
}
html.sweet-density-compact .sweet-metric-card {
  padding: 12px;
}
html.sweet-density-compact .sweet-integration-card {
  padding: 12px;
}
html.sweet-density-compact .sweet-data-table-wrapper-body .p-datatable .p-datatable-thead > tr > th,
html.sweet-density-compact .sweet-data-table-wrapper-body .p-datatable .p-datatable-tbody > tr > td {
  padding-block: 8px;
}
.sweet-settings-card {
  padding: 28px;
  border: 1px solid #dfe1e7;
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 0 2px 6px rgba(24, 37, 67, 0.06), 0 1px 2px rgba(24, 37, 67, 0.04);
}
.sweet-settings-card.sweet-settings-card-table {
  padding: 0;
  overflow: hidden;
}
.sweet-settings-card.sweet-settings-card-coming-soon {
  padding: 40px;
  text-align: center;
}
.sweet-settings-card-title {
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: 700;
  color: #151e35;
}
.sweet-settings-input {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #c6cbd4;
  border-radius: 12px;
  background-color: #ffffff;
  font-family: inherit;
  font-size: 13.5px;
  color: #151e35;
  outline: none;
}
.sweet-settings-input.is-disabled,
.sweet-settings-input:disabled {
  border-color: #dfe1e7;
  background-color: #f5f6f9;
  color: #848994;
  cursor: not-allowed;
}
.sweet-settings-input:focus:not(:disabled) {
  border-color: #0083d3;
  box-shadow: 0 0 0 3px #d7efff;
}
.sweet-settings-primary-button {
  padding: 10px 20px;
  border: none;
  border-radius: 12px;
  background-color: #0083d3;
  color: #ffffff;
  font-family: inherit;
  font-size: 13.5px;
  font-weight: 700;
  cursor: pointer;
}
.sweet-settings-primary-button.is-compact {
  padding: 8px 14px;
  font-size: 13px;
}
.sweet-settings-primary-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.sweet-settings-secondary-button {
  padding: 8px 14px;
  border: 1px solid #c6cbd4;
  border-radius: 12px;
  background-color: #ffffff;
  color: #151e35;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}
.sweet-settings-secondary-button.is-compact {
  padding: 6px 10px;
  font-size: 12.5px;
}
.p-datatable .p-datatable-thead > tr > th {
  padding: 8px 16px;
  background-color: #f5f6f9;
  border-color: #dfe1e7;
  font-size: 12px;
  font-weight: 600;
  color: #505868;
}
.p-datatable .p-datatable-tbody > tr > td {
  padding: 16px;
  border-color: #dfe1e7;
  font-size: 14px;
  color: #151e35;
}
.p-datatable .p-datatable-tbody > tr:hover {
  background-color: #f5f6f9;
}
.p-dialog {
  border-radius: 20px;
  box-shadow: 0 16px 40px rgba(24, 37, 67, 0.1), 0 4px 12px rgba(24, 37, 67, 0.06);
}
@media (max-width: 767px) {
  .p-dialog {
    width: calc(100% - 32px) !important;
    max-height: 90vh;
  }
}
.p-dialog .p-dialog-header {
  padding: 24px;
}
.p-dialog .p-dialog-content {
  padding: 0 24px 24px;
}
.p-dialog.sweet-reports-create-dialog .p-dialog-content,
.p-dialog.sweet-reports-cadence-dialog .p-dialog-content {
  padding: 0;
}
.p-dialog.sweet-confirm-dialog .p-dialog-header {
  padding-bottom: 8px;
}
.p-dialog.sweet-confirm-dialog .p-dialog-content {
  padding-top: 0;
}
.p-dialog.sweet-experiments-create-dialog .p-dialog-content {
  padding: 0;
}
.p-drawer .p-drawer-header {
  padding: 24px 16px;
  border-bottom: 1px solid #dfe1e7;
}
.p-drawer .p-drawer-content {
  padding: 16px;
}
@media (max-width: 767px) {
  .p-toast {
    width: calc(100% - 32px);
    max-width: none;
    left: 16px !important;
    right: 16px !important;
  }
}
.p-toast .p-toast-message {
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(24, 37, 67, 0.08), 0 2px 6px rgba(24, 37, 67, 0.05);
}
.p-toast .p-toast-message-content {
  align-items: center;
  gap: 8px;
}
@media (max-width: 767px) {
  .p-tabs .p-tablist {
    overflow-x: auto;
    flex-wrap: nowrap;
  }
}
.p-paginator {
  padding: 8px 16px;
  border-color: #dfe1e7;
  background-color: #ffffff;
}
@media (max-width: 479px) {
  .p-paginator .p-paginator-pages {
    display: none;
  }
}
.p-card {
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(24, 37, 67, 0.08), 0 2px 6px rgba(24, 37, 67, 0.05);
  border: 1px solid #dfe1e7;
}
.p-card .p-card-body {
  padding: 24px;
}
.p-card .p-card-title {
  font-size: 19px;
  font-weight: 700;
}
.p-tooltip .p-tooltip-text {
  background-color: #182543;
  border-radius: 8px;
  font-size: 12px;
  padding: 8px 16px;
}
.p-button {
  font-weight: 600;
  border-radius: 12px;
}
.p-button:focus-visible {
  box-shadow: 0 0 0 3px #d7efff;
}
.p-inputtext,
.p-password input {
  border-radius: 12px;
  padding: 11px 14px;
  font-size: 14px;
}
.p-inputtext:focus,
.p-password input:focus {
  box-shadow: 0 0 0 3px #d7efff;
}
@media (max-width: 767px) {
  .sweet-form-layout .p-inputtext,
  .sweet-form-layout .p-select,
  .sweet-form-layout .p-password,
  .sweet-form-layout .p-inputwrapper {
    width: 100%;
  }
}
.sweet-data-table-wrapper-body .p-datatable-table {
  min-width: 640px;
}
.sweet-header .p-button.sweet-header-menu-button,
.sweet-header .p-button.sweet-header-avatar-button {
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
}
.sweet-header .p-inputtext.sweet-header-search-input {
  border: none;
  background: transparent;
  box-shadow: none;
  padding: 0;
}
.sweet-header .p-inputtext.sweet-header-search-input:focus {
  box-shadow: none;
}
.p-popover.sweet-header-date-menu {
  min-width: 0;
  max-width: min(54rem, 100vw - 1.5rem);
  padding: 0;
}
@media (min-width: 768px) {
  .p-popover.sweet-header-date-menu {
    min-width: 44rem;
  }
}
.p-popover.sweet-integration-card-menu-panel {
  min-width: 9rem;
  padding: 4px;
}
.p-popover.sweet-integration-card-menu-panel .sweet-integration-card-menu-item {
  display: block;
  width: 100%;
  padding: 8px 12px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #151e35;
  font: inherit;
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
}
.p-popover.sweet-integration-card-menu-panel .sweet-integration-card-menu-item:hover {
  background: #f5f6f9;
}
.p-popover.sweet-header-user-menu {
  min-width: 14rem;
}
.p-popover.sweet-header-user-menu .p-divider {
  margin: 8px 0;
}
.p-drawer.sweet-ai-history-drawer {
  width: min(20rem, 100vw);
}
.p-drawer.sweet-ai-history-drawer .p-drawer-content {
  padding: 0;
  height: 100%;
}
.sweet-reports-skill-aside .p-select,
.sweet-reports-cadence-modal .p-select {
  width: 100%;
  border-radius: 16px;
  background-color: #f5f6f9;
  padding: 0;
  font-size: 13px;
}
.sweet-reports-skill-aside .p-select .p-select-label,
.sweet-reports-cadence-modal .p-select .p-select-label {
  padding: 10px 12px;
  font-size: 13px;
  line-height: 1.5;
}
.sweet-reports-skill-aside .p-select .p-select-dropdown,
.sweet-reports-cadence-modal .p-select .p-select-dropdown {
  width: 2rem;
}
.p-select-overlay.sweet-reports-skill-aside-select-overlay .p-select-option {
  font-size: 13px;
}
.p-select-overlay.sweet-reports-timezone-overlay {
  max-width: min(24rem, 100vw - 2rem);
}
.p-select-overlay.sweet-reports-timezone-overlay .p-select-filter {
  font-size: 13px;
}
.p-popover.sweet-sidebar-client-search-popover {
  min-width: 18.5rem;
  padding: 8px;
}
.p-popover.sweet-sidebar-client-search-popover .sweet-sidebar-client-search-field {
  width: 100%;
}
.p-popover.sweet-sidebar-client-search-popover .p-inputtext.sweet-sidebar-client-search-input {
  width: 100%;
  padding-block: 0.45rem;
  padding-inline-start: 2.25rem;
  padding-inline-end: 2rem;
  font-size: 12px;
}

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