@charset "UTF-8";

/* src/styles.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}
:root {
  --font-sans: "Inter", sans-serif;
  --text-sm: 0.75rem;
  --text-md: 0.875rem;
  --spacing-height-min: 1.375rem;
  --spacing-height-sm: 1.625rem;
  --spacing-height-md: 1.875rem;
  --spacing-height-lg: 2.25rem;
  --spacing-height-max: 2.75rem;
  --spacing-margin-xs: 1rem;
  --spacing-margin-sm: 1.875rem;
  --spacing-margin-md: 3.75rem;
  --spacing-margin-lg: 14.375rem;
  --spacing-spacing-min: 0.25rem;
  --spacing-spacing-xs: 0.5rem;
  --spacing-spacing-sm: 0.75rem;
  --spacing-spacing-md: 1rem;
  --spacing-spacing-lg: 1.5rem;
  --spacing-spacing-xl: 2rem;
  --spacing-spacing-max: 3rem;
}
body {
  margin: 0;
  background-color: #f6f7f9;
  color: #111827;
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.35;
}
h1 {
  font-weight: 600;
  font-size: 2.5rem;
  margin: 0;
}
h2 {
  font-weight: 600;
  font-size: 2rem;
  margin: 0;
}
h3 {
  font-weight: 600;
  font-size: 1.5rem;
  margin: 0;
}
h4 {
  font-weight: 600;
  font-size: 1.25rem;
  margin: 0;
}
h5 {
  font-weight: 400;
  font-size: 1rem;
  margin: 0;
}
.rounded-min {
  border-radius: 0.25rem;
}
.rounded-mid {
  border-radius: 0.625rem;
}
.rounded-mid-2 {
  border-radius: 1.25rem;
}
.rounded-max {
  border-radius: 9999px;
}
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: 0;
  border-radius: 999px;
  padding: 0.65rem 1rem;
  font-weight: 600;
  background: #2563eb;
  color: #ffffff;
  cursor: pointer;
}
.btn-primary:hover {
  background: #1d4ed8;
}
.btn-primary:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  border-radius: 999px;
  padding: 0.65rem 1rem;
  font-weight: 700;
  cursor: pointer;
  color: #374151;
}
.btn-ghost:hover {
  background: #f3f4f6;
}
.btn-danger {
  border: 1px solid #fecaca;
  background: #fef2f2;
  border-radius: 999px;
  padding: 0.65rem 1rem;
  font-weight: 800;
  cursor: pointer;
  color: #b91c1c;
}
.btn-danger:hover {
  background: #fee2e2;
}
.btn-icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
}
.btn-icon svg {
  width: 18px;
  height: 18px;
}
.icon-btn {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  color: #374151;
  cursor: pointer;
}
.icon-btn:hover {
  background: #f3f4f6;
}
.icon-btn svg {
  width: 18px;
  height: 18px;
}
.icon-btn.danger {
  color: #b91c1c;
  border-color: #fecaca;
}
.icon-btn.danger:hover {
  background: #fef2f2;
}
.report-page {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.report-page .report-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.report-page .breadcrumb {
  color: #9ca3af;
  font-weight: 700;
}
.report-page .breadcrumb span {
  margin: 0 0.35rem;
}
.report-page .breadcrumb strong {
  color: #111827;
}
.report-page .search-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: flex-end;
  width: 100%;
  justify-content: center;
}
.report-page .assets {
  position: relative;
  width: 25%;
}
.report-page .label {
  display: block;
  color: #6b7280;
  font-weight: 700;
  margin-bottom: 0.35rem;
}
.report-page .assets-input {
  min-height: 40px;
  border: 1px solid #e5e7eb;
  background: #f3f4f6;
  border-radius: 0.75rem;
  padding: 0.35rem 0.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  width: 100%;
}
.report-page .assets-input.disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}
.report-page .chips {
  display: flex;
  gap: 0.4rem;
  flex-wrap: wrap;
  align-items: center;
  min-width: 0;
  max-width: 370px;
}
.report-page .chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border-radius: 0.6rem;
  padding: 0.35rem 0.55rem;
  font-weight: 900;
  font-size: 0.8rem;
  color: #ffffff;
}
.report-page .chip-more {
  background: #e5e7eb;
  color: #374151;
  cursor: default;
}
.report-page .chip-x {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 0;
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.report-page .chip-x svg {
  width: 12px;
  height: 12px;
}
.report-page .placeholder {
  color: #9ca3af;
  font-weight: 700;
  padding: 0.2rem 0.1rem;
}
.report-page .caret {
  width: 18px;
  height: 18px;
  display: inline-flex;
  opacity: 0.7;
  color: #6b7280;
}
.report-page .caret svg {
  width: 18px;
  height: 18px;
}
.report-page .dropdown-backdrop {
  position: fixed;
  inset: 0;
  background: transparent;
  z-index: 70;
}
.report-page .dropdown {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 0.35rem);
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  z-index: 71;
  padding: 0.5rem;
  max-height: 240px;
  overflow: auto;
}
.report-page .dropdown-search {
  padding: 0.25rem 0.35rem 0.5rem;
}
.report-page .dropdown-search input {
  width: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 0.6rem;
  padding: 0.4rem 0.6rem;
  font-size: 0.85rem;
  background: #f9fafb;
  color: #111827;
}
.report-page .opt {
  width: 100%;
  border: 0;
  background: transparent;
  border-radius: 0.6rem;
  padding: 0.55rem 0.6rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  text-align: left;
}
.report-page .opt:hover {
  background: #f3f4f6;
}
.report-page .opt.select-all {
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 0.25rem;
}
.report-page .opt.checkbox {
  gap: 0.5rem;
  cursor: pointer;
}
.report-page .opt.checkbox input {
  width: 16px;
  height: 16px;
}
.report-page .check {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: transparent;
  background: #e5e7eb;
}
.report-page .check.on {
  background: #dcfce7;
  color: #16a34a;
}
.report-page .check svg {
  width: 14px;
  height: 14px;
}
.report-page .opt-label {
  font-weight: 800;
  color: #111827;
  font-size: 0.9rem;
}
.report-page .actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex: 0 0 auto;
  min-width: auto;
}
.report-page .filter-mode {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.report-page .mode-toggle {
  display: inline-flex;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  height: 37px;
  overflow: hidden;
  background: #f3f4f6;
}
.report-page .mode-toggle button {
  border: 0;
  background: transparent;
  padding: 0.45rem 0.85rem;
  font-weight: 700;
  cursor: pointer;
  color: #6b7280;
}
.report-page .mode-toggle button.active {
  background: #2563eb;
  color: #ffffff;
}
.report-page .status-filter {
  display: flex;
  flex-direction: column;
  width: 25%;
}
.report-page .status-filter select {
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  padding: 0.35rem 2.2rem 0.35rem 0.6rem;
  min-height: 40px;
  outline: none;
  background: #f3f4f6;
  min-width: 180px;
  width: 100%;
  color: #111827;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.6rem center;
  background-size: 14px;
}
.report-page .styled-select {
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  padding: 0.35rem 2.2rem 0.35rem 0.6rem;
  min-height: 40px;
  outline: none;
  background: #f3f4f6;
  width: 100%;
  color: #111827;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.6rem center;
  background-size: 14px;
}
.report-page .download-wrapper {
  position: relative;
  display: inline-flex;
}
.report-page .download-backdrop {
  position: fixed;
  inset: 0;
  background: transparent;
  z-index: 70;
}
.report-page .download-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 0.35rem);
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  z-index: 71;
  padding: 0.35rem;
  min-width: 220px;
}
.report-page .download-option {
  width: 100%;
  border: 0;
  background: transparent;
  border-radius: 0.6rem;
  padding: 0.55rem 0.7rem;
  cursor: pointer;
  text-align: left;
  font-weight: 700;
  color: #111827;
}
.report-page .download-option:hover {
  background: #f3f4f6;
}
.report-page .status-filter select:focus {
  border-color: #93c5fd;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.12);
}
.report-page .tabs {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 0.25rem;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 0.25rem;
}
.report-page .view-toggle {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  margin-top: 0.25rem;
}
.report-page .view-btn {
  border: 1px solid #e5e7eb;
  background: #ffffff;
  border-radius: 999px;
  padding: 0.45rem 0.9rem;
  font-weight: 700;
  cursor: pointer;
  color: #374151;
}
.report-page .view-btn.active {
  background: #2563eb;
  border-color: #2563eb;
  color: #ffffff;
}
.report-page .tab {
  border: 0;
  background: transparent;
  color: #6b7280;
  font-weight: 900;
  cursor: pointer;
  padding: 0.25rem 0;
  border-bottom: 2px solid transparent;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  white-space: nowrap;
  flex: 0 0 auto;
}
.report-page .tab-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  display: inline-block;
}
.report-page .tab.active {
  color: var(--tab-color, #2f8ef1);
  border-color: var(--tab-color, #2f8ef1);
}
.report-page .tab.add {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.report-page .tabs::-webkit-scrollbar {
  height: 8px;
}
.report-page .tabs::-webkit-scrollbar-thumb {
  background: #e5e7eb;
  border-radius: 999px;
}
.report-page .tabs::-webkit-scrollbar-track {
  background: transparent;
}
.report-page .table-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  overflow: hidden;
}
.report-page .table-scroll {
  overflow: auto;
  max-height: 65vh;
}
.report-page .report-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 1400px;
}
.report-page.detailed .report-table {
  min-width: 720px;
}
.report-page .report-table thead th {
  background: #3f3f46;
  color: #f9fafb;
  text-align: left;
  font-weight: 800;
  padding: 0.85rem 0.85rem;
  font-size: 0.9rem;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.report-page .sort-btn {
  border: 0;
  background: transparent;
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  cursor: pointer;
}
.report-page .sort-btn span {
  font-size: 0.75rem;
  opacity: 0.75;
}
.report-page .filter-row th {
  background: #f8fafc;
  padding: 0.4rem 0.5rem;
}
.report-page .filter-input {
  width: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 0.4rem;
  padding: 0.3rem 0.45rem;
  font-size: 0.8rem;
  background: #ffffff;
  color: #111827;
}
.report-page .filter-select {
  width: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 0.4rem;
  padding: 0.3rem 1.8rem 0.3rem 0.45rem;
  font-size: 0.8rem;
  background: #ffffff;
  color: #111827;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.45rem center;
  background-size: 12px;
}
.report-page .filter-empty {
  background: #f8fafc;
}
.report-page .report-table thead th.group {
  text-align: center;
}
.report-page .report-table thead th.group.cold,
.report-page .report-table thead th.cold {
  background: #22b7df;
}
.report-page .report-table thead th.group.hot,
.report-page .report-table thead th.hot {
  background: #fb923c;
}
.report-page .report-table tbody td {
  padding: 0.85rem 0.85rem;
  border-bottom: 1px solid #f3f4f6;
  color: #374151;
}
.report-page .report-table tbody tr:nth-child(even) td {
  background: #fafafa;
}
.report-page .report-table .highlight-col {
  font-weight: 900;
  border-left: 3px solid rgba(15, 23, 42, 0.2);
  border-right: 3px solid rgba(15, 23, 42, 0.2);
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.08);
}
.report-page .report-table .highlight-cold {
  background: #d8f6ff;
  border-color: rgba(14, 165, 233, 0.55);
}
.report-page .report-table .highlight-hot {
  background: #ffe7d1;
  border-color: rgba(249, 115, 22, 0.55);
}
.report-page .report-table tbody td.highlight-cold {
  background: #d8f6ff;
}
.report-page .report-table tbody td.highlight-hot {
  background: #ffe7d1;
}
.report-page .report-table tbody tr:nth-child(even) td.highlight-cold {
  background: #d8f6ff;
}
.report-page .report-table tbody tr:nth-child(even) td.highlight-hot {
  background: #ffe7d1;
}
.report-page .mono {
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
}
.report-page .name {
  font-weight: 700;
  color: #111827;
}
.report-page .red {
  color: #dc2626;
  font-weight: 900;
}
.report-page .status {
  display: inline-flex;
  align-items: center;
  border-radius: 0.4rem;
  padding: 0.25rem 0.5rem;
  font-weight: 900;
  font-size: 0.8rem;
  background: #eef2f7;
  color: #374151;
}
.report-page .status.fail {
  background: #fee2e2;
  color: #dc2626;
}
.report-page .table-footer {
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid #e5e7eb;
  color: #6b7280;
  font-size: 0.9rem;
}
.report-page .report-actions {
  display: flex;
  justify-content: flex-end;
}
.report-page .footer-controls {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.report-page .page-size {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.report-page .page-size select {
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  padding: 0.35rem 0.5rem;
  background: #ffffff;
}
.report-page .pager {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.report-page .pager-btn {
  width: 34px;
  height: 34px;
  border-radius: 0.5rem;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  cursor: pointer;
}
.report-page .pager-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.report-page .report-error {
  color: #dc2626;
  font-weight: 800;
}
@media (max-width: 1100px) {
  .report-page .search-bar {
    align-items: stretch;
  }
  .report-page .actions {
    margin-left: 0;
    flex-wrap: wrap;
  }
}
.page-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  padding: 1.25rem 1.5rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}
.page-title {
  margin: 0 0 0.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.page-subtitle {
  margin: 0;
  color: #4b5563;
}

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