/* client/global.css */
@font-face {
  font-family: TTNorms;
  font-weight: bold;
  font-display: fallback;
  src:
    url("./TTNormsProBd-R42QQ3EW.woff2") format("woff2"),
    url("./TTNormsProBd-BZ4LE3QP.woff") format("woff"),
    url("./TTNormsProBd-FCA67RE6.ttf") format("truetype");
}
@font-face {
  font-family: TTNorms;
  font-weight: normal;
  font-display: fallback;
  src:
    url("./TTNormsProRg-PURETJVR.woff2") format("woff2"),
    url("./TTNormsProRg-6ATABX3A.woff") format("woff"),
    url("./TTNormsProRg-BJRDZDNK.ttf") format("truetype");
}
:root {
  --bg-color: #ffffff;
  --sidebar-bg: #707487;
  --sidebar-active-bg: rgba(255, 255, 255, 0.1);
  --text-primary: #1C1C1C;
  --text-secondary: #999BA8;
  --brand-color: #84C840;
  --border-color: #F0F0F0;
  --font-heading: TTNorms, sans-serif;
  --font-body: TTNorms, sans-serif;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: var(--font-body);
  background: var(--bg-color);
  color: var(--text-primary);
  -webkit-font-smoothing: antialiased;
}
.page-content {
  flex: 1;
  overflow-y: auto;
  padding: 32px 40px;
}
main {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.desktop-only {
  display: initial;
}
.mobile-only {
  display: none;
}
.green-link {
  color: #84C840;
  margin-bottom: 16px;
  cursor: pointer;
}
.green-link i {
  margin-left: 6px;
}
.green-link:hover {
  color: #9CD366;
}
@media (max-width: 1024px) {
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: initial;
  }
  .page-content {
    padding: 20px 16px;
  }
}

/* client/icons.css */
@font-face {
  font-family: DeskMeIcons2;
  font-weight: normal;
  font-display: block;
  font-style: normal;
  src:
    url("./DeskMeIcons2-BX7JIMWR.woff2") format("woff2"),
    url("./DeskMeIcons2-Q66TGERV.woff") format("woff"),
    url("./DeskMeIcons2-L4CDP26Q.ttf") format("truetype");
}
.icon {
  font-family: "DeskMeIcons2" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-user-s:before {
  content: "\f000";
}
.icon-user-m:before {
  content: "\f001";
}
.icon-table-s:before {
  content: "\f002";
}
.icon-table-m:before {
  content: "\f003";
}
.icon-sun-s:before {
  content: "\f004";
}
.icon-sun-m:before {
  content: "\f005";
}
.icon-sort-asc-s:before {
  content: "\f006";
}
.icon-sort-asc-m:before {
  content: "\f007";
}
.icon-settings-s:before {
  content: "\f008";
}
.icon-settings-m:before {
  content: "\f009";
}
.icon-search-s:before {
  content: "\f00a";
}
.icon-search-m:before {
  content: "\f00b";
}
.icon-refresh-s:before {
  content: "\f00c";
}
.icon-refresh-m:before {
  content: "\f00d";
}
.icon-question-s:before {
  content: "\f00e";
}
.icon-question-m:before {
  content: "\f00f";
}
.icon-previous-s:before {
  content: "\f010";
}
.icon-previous-m:before {
  content: "\f011";
}
.icon-chart-s:before {
  content: "\f012";
}
.icon-chart-m:before {
  content: "\f013";
}
.icon-plus-circle-s:before {
  content: "\f014";
}
.icon-plus-circle-m:before {
  content: "\f015";
}
.icon-plus-s:before {
  content: "\f016";
}
.icon-plus-m:before {
  content: "\f017";
}
.icon-place-s:before {
  content: "\f018";
}
.icon-place-m:before {
  content: "\f019";
}
.icon-office-s:before {
  content: "\f01a";
}
.icon-office-m:before {
  content: "\f01b";
}
.icon-notification-s:before {
  content: "\f01c";
}
.icon-notification-m:before {
  content: "\f01d";
}
.icon-notification-new-s:before {
  content: "\f01e";
}
.icon-notification-new-m:before {
  content: "\f01f";
}
.icon-next-s:before {
  content: "\f020";
}
.icon-next-m:before {
  content: "\f021";
}
.icon-more-s:before {
  content: "\f022";
}
.icon-more-m:before {
  content: "\f023";
}
.icon-menu-s:before {
  content: "\f024";
}
.icon-menu-m:before {
  content: "\f025";
}
.icon-logo-s:before {
  content: "\f026";
}
.icon-logo-m:before {
  content: "\f027";
}
.icon-lock-s:before {
  content: "\f028";
}
.icon-lock-m:before {
  content: "\f029";
}
.icon-group-s:before {
  content: "\f02a";
}
.icon-group-m:before {
  content: "\f02b";
}
.icon-forward-s:before {
  content: "\f02c";
}
.icon-forward-m:before {
  content: "\f02d";
}
.icon-floor-s:before {
  content: "\f02e";
}
.icon-floor-m:before {
  content: "\f02f";
}
.icon-first-aid-s:before {
  content: "\f030";
}
.icon-first-aid-m:before {
  content: "\f031";
}
.icon-filter-s:before {
  content: "\f032";
}
.icon-filter-m:before {
  content: "\f033";
}
.icon-external-link-s:before {
  content: "\f034";
}
.icon-external-link-m:before {
  content: "\f035";
}
.icon-export-s:before {
  content: "\f036";
}
.icon-export-m:before {
  content: "\f037";
}
.icon-envelope-s:before {
  content: "\f038";
}
.icon-envelope-m:before {
  content: "\f039";
}
.icon-edit-s:before {
  content: "\f03a";
}
.icon-edit-m:before {
  content: "\f03b";
}
.icon-disable-s:before {
  content: "\f03c";
}
.icon-disable-m:before {
  content: "\f03d";
}
.icon-delete-s:before {
  content: "\f03e";
}
.icon-delete-m:before {
  content: "\f03f";
}
.icon-cross-s:before {
  content: "\f040";
}
.icon-cross-m:before {
  content: "\f041";
}
.icon-copy-s:before {
  content: "\f042";
}
.icon-copy-m:before {
  content: "\f043";
}
.icon-cookie-s:before {
  content: "\f044";
}
.icon-cookie-m:before {
  content: "\f045";
}
.icon-coffee-s:before {
  content: "\f046";
}
.icon-coffee-m:before {
  content: "\f047";
}
.icon-chevron-up-s:before {
  content: "\f048";
}
.icon-chevron-up-m:before {
  content: "\f049";
}
.icon-chevron-down-s:before {
  content: "\f04a";
}
.icon-chevron-down-m:before {
  content: "\f04b";
}
.icon-check-s:before {
  content: "\f04c";
}
.icon-check-m:before {
  content: "\f04d";
}
.icon-calendar-s:before {
  content: "\f04e";
}
.icon-calendar-m:before {
  content: "\f04f";
}
.icon-cake-s:before {
  content: "\f050";
}
.icon-cake-m:before {
  content: "\f051";
}
.icon-button-s:before {
  content: "\f052";
}
.icon-button-m:before {
  content: "\f053";
}
.icon-back-s:before {
  content: "\f054";
}
.icon-back-m:before {
  content: "\f055";
}
.icon-back2-s:before {
  content: "\f056";
}
.icon-back2-m:before {
  content: "\f057";
}
.icon-dropdown-s:before {
  content: "\f058";
}
.icon-dropdown-m:before {
  content: "\f059";
}
.icon-sort-s:before {
  content: "\f05a";
}
.icon-sort-m:before {
  content: "\f05b";
}
.icon-right-s:before {
  content: "\f05c";
}
.icon-right-m:before {
  content: "\f05d";
}
.icon-left-s:before {
  content: "\f05e";
}
.icon-left-m:before {
  content: "\f05f";
}
.icon-add-s:before {
  content: "\f060";
}
.icon-add-m:before {
  content: "\f061";
}

/* client/app-container.css */
.app-container {
  display: flex;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .app-container::after {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
    z-index: 999;
  }
  .app-container.menu-open::after {
    opacity: 1;
    pointer-events: auto;
  }
}

/* ../../node_modules/@deskme/ui-vue3/components/sidebar.css */
.sidebar {
  width: 260px;
  background: var(--sidebar-bg);
  color: white;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  transition: transform 0.3s;
}
.sidebar-header {
  padding: 30px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sidebar .logo {
  display: flex;
  align-items: center;
  gap: 12px;
}
.sidebar .logo img {
  height: 40px;
}
.sidebar .logo span {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: -0.5px;
}
.sidebar .close-btn {
  color: #c6c7cf;
  appearance: none;
  background: transparent;
  border: none;
  margin-bottom: 4px;
  font-size: 16px;
  cursor: pointer;
}
.sidebar nav {
  padding: 0 12px;
}
.sidebar nav a {
  color: #c6c7cf;
  text-decoration: none;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  border-radius: 12px;
  margin-bottom: 4px;
  font-weight: 500;
  position: relative;
  transition: all 0.2s;
}
.sidebar nav a i {
  font-size: 18px;
  width: 20px;
  text-align: center;
  opacity: 0.7;
}
.sidebar nav a.active {
  background: var(--sidebar-active-bg);
  color: white;
}
.sidebar nav a.active::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 18px;
  background: var(--brand-color);
  border-radius: 0 4px 4px 0;
}
.sidebar nav a.active i {
  opacity: 1;
}
.sidebar-footer {
  margin-top: auto;
  padding: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.sidebar-footer a {
  color: #c6c7cf;
  text-decoration: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 1024px) {
  .sidebar {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
    transform: translateX(-100%);
  }
  .sidebar.is-open {
    transform: translateX(0);
  }
}

/* ../../node_modules/@deskme/ui-vue3/components/topbar.css */
.top-bar {
  display: none;
  height: 64px;
  background: var(--sidebar-bg);
  color: white;
  padding: 0 16px;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}
.top-bar .menu-toggle {
  background: none;
  border: none;
  color: white;
  font-size: 20px;
  cursor: pointer;
  padding: 8px;
}
.top-bar .logo {
  display: flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.top-bar .logo img {
  height: 32px;
}
.top-bar .logo span {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: -0.5px;
}
.top-bar .top-bar-right {
  width: 44px;
}
@media (max-width: 1024px) {
  .top-bar {
    display: flex;
  }
}

/* ../../node_modules/@deskme/ui-vue3/components/mobile-cards.css */
.cards-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0;
}
.card {
  background: white;
  border: 1px solid var(--border-color);
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}
.card-title-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.card-name {
  font-size: 18px;
}
.card .card-name {
  font-weight: bold;
  color: var(--text-primary);
  display: flex;
  align-items: center;
  gap: 8px;
}
.card-subtitle {
  font-size: 14px;
  color: var(--text-secondary);
}
.card-action {
  color: var(--text-secondary);
  cursor: pointer;
  padding: 4px;
  font-size: 18px;
}
.card-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.card-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 15px;
  line-height: 1.4;
}
.card-label {
  color: var(--text-secondary);
  flex-shrink: 0;
  width: 120px;
}
.card-value {
  font-weight: 500;
  color: var(--text-primary);
  text-align: right;
  word-break: break-word;
}
.card-divider {
  height: 1px;
  background: #F5F5F7;
  margin: 8px 0;
}

/* ../../node_modules/@deskme/ui-vue3/components/data-table.css */
.data-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.data-table th {
  text-align: left;
  padding: 14px 0px 14px 32px;
  color: #6B6F81;
  background: #FAFBFC;
  font-size: 20px;
  font-weight: bold;
  text-transform: none;
  border-bottom: 1px solid #EFF2F5;
}
.data-table th.clickable {
  cursor: pointer;
}
.data-table td {
  padding: 12px 0px 12px 32px;
  vertical-align: middle;
  border-bottom: 1px solid #EFF2F5;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #20222C;
}
.sort-indicator {
  font-size: 0.7em;
  display: inline-block;
  vertical-align: middle;
  padding-left: 4px;
  color: #bbb;
}
.flag {
  padding-right: 4px;
}
.badge {
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.badge-orange {
  background: #FFF4E5;
  color: #B45B00;
}
.badge-green {
  background: #E6F7F0;
  color: #00875A;
}
.badge-blue {
  background: #EBF1F5;
  color: #40739E;
}
.badge-magenta {
  background: #F0EBF5;
  color: #6C5CE7;
}
.badge-red {
  background: #FBEAEA;
  color: #C44569;
}
.user-agent {
  font-size: 0.8em;
  color: gray;
}
