@charset "UTF-8";

/* src/styles.scss */
@font-face {
  font-family: "Refac";
  src: url(/fonts/DMSans-Thin.woff2) format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Refac";
  src: url(/fonts/DMSans-Light.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Refac";
  src: url(/fonts/DMSans-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Refac";
  src: url(/fonts/DMSans-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Refac";
  src: url(/fonts/DMSans-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Refac";
  src: url(/fonts/DMSans-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Refac";
  src: url(/fonts/DMSans-Black.woff2) format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
:root {
  --refac-gray-95: #eff1f2;
  --refac-gray-90: #e0e2e5;
  --refac-gray-85: #d0d4d8;
  --refac-gray-80: #c1c7cc;
  --refac-gray-70: #a4abb3;
  --refac-gray-60: #8a9097;
  --refac-gray-50: #71767c;
  --refac-gray-45: #656a6f;
  --refac-gray-40: #595e62;
  --refac-gray-30: #43464a;
  --refac-gray-20: #2e3033;
  --refac-gray-15: #232628;
  --refac-gray-10: #1a1c1d;
  --refac-blue-95: #e8f1ff;
  --refac-blue-90: #d1e4ff;
  --refac-blue-80: #9dc9ff;
  --refac-blue-65: #00a4fd;
  --refac-blue-55: #0088d4;
  --refac-blue-45: #006ead;
  --refac-blue-35: #005587;
  --refac-blue-30: #2e5086;
  --refac-blue-25: #003e64;
  --refac-blue-15: #002742;
  --refac-purple-40: #9e2896;
  --refac-turquoise-50: #18837e;
  --refac-green-95: #e2f5e7;
  --refac-green-50: #00884a;
  --refac-green-40: #006c3a;
  --refac-red-95: #ffecec;
  --refac-red-50: #ed0007;
  --refac-red-40: #be0004;
  --refac-yellow-95: #ffefd1;
  --refac-yellow-85: #ffcf00;
  --refac-yellow-50: #8f7300;
  --refac-yellow-40: #725b00;
  --refac-brand-red: #ea0016;
  --refac-brand-fuchsia: #b90276;
  --refac-brand-violet: #50237f;
  --refac-brand-dark-blue: #005691;
  --refac-brand-light-blue: #008ecf;
  --refac-brand-turquoise: #00a8b0;
  --refac-brand-light-green: #78be20;
  --refac-brand-dark-green: #006249;
  --color-container-01: #8a4c9b;
  --color-container-02: #ffe600;
  --color-container-03: #79b4d9;
  --color-container-04: #57c37d;
  --color-container-01-dark: #5f2b6d;
  --color-container-02-dark: #dbb600;
  --color-container-03-dark: #4e8bb5;
  --color-container-04-dark: #3f9e64;
  --color-bg: var(--refac-gray-95);
  --color-surface: #ffffff;
  --color-surface-alt: #f8f9fa;
  --color-border: var(--refac-gray-90);
  --color-border-strong: var(--refac-gray-80);
  --color-text: var(--refac-gray-15);
  --color-text-muted: var(--refac-gray-45);
  --color-text-inverse: #ffffff;
  --color-primary: var(--refac-blue-30);
  --color-primary-hover: #24406b;
  --color-primary-active: var(--refac-blue-25);
  --color-primary-soft: rgba(46, 80, 134, 0.1);
  --color-primary-soft-hover: rgba(46, 80, 134, 0.18);
  --color-accent: var(--refac-blue-65);
  --color-accent-soft: rgba(0, 164, 253, 0.14);
  --color-success: var(--refac-green-50);
  --color-success-soft: rgba(0, 136, 74, 0.12);
  --color-warning: var(--refac-yellow-50);
  --color-warning-soft: rgba(255, 207, 0, 0.24);
  --color-danger: var(--refac-red-50);
  --color-danger-soft: rgba(237, 0, 7, 0.1);
  --color-info: var(--refac-blue-45);
  --color-info-soft: rgba(0, 164, 253, 0.14);
  --color-neutral-soft: rgba(113, 118, 124, 0.14);
  --accent-blue: rgba(46, 80, 134, 0.12);
  --accent-sky: rgba(0, 164, 253, 0.14);
  --accent-turquoise: rgba(24, 131, 126, 0.12);
  --accent-green: rgba(0, 136, 74, 0.14);
  --accent-purple: rgba(158, 40, 150, 0.12);
  --accent-yellow: rgba(255, 207, 0, 0.24);
  --accent-red: rgba(237, 0, 7, 0.1);
  --color-sidebar: var(--refac-blue-30);
  --color-sidebar-text: rgba(255, 255, 255, 0.78);
  --color-sidebar-muted: rgba(255, 255, 255, 0.45);
  --color-sidebar-hover: rgba(255, 255, 255, 0.12);
  --color-sidebar-active: var(--refac-blue-65);
  --color-sidebar-border: rgba(255, 255, 255, 0.12);
  --font:
    "Refac",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji";
  --font-mono:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Consolas,
    monospace;
  --fw-thin: 100;
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
  --fw-black: 900;
  --fs-display-lg: 3rem;
  --fs-display-md: 2.625rem;
  --fs-display-sm: 2.25rem;
  --fs-headline-lg: 2rem;
  --fs-headline-md: 1.75rem;
  --fs-headline-sm: 1.5rem;
  --fs-title-lg: 1.375rem;
  --fs-title-md: 1.125rem;
  --fs-title-sm: 1rem;
  --fs-body-lg: 1rem;
  --fs-body-md: 0.875rem;
  --fs-body-sm: 0.75rem;
  --fs-label-lg: 0.875rem;
  --fs-label-md: 0.75rem;
  --fs-label-sm: 0.6875rem;
  --lh-tight: 1.2;
  --lh-body: 1.4;
  --radius-xs: 6px;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 20px;
  --radius-pill: 999px;
  --radius: var(--radius-md);
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --shadow-sm: 0 1px 2px rgba(46, 80, 134, 0.08);
  --shadow-md: 0 4px 16px rgba(46, 80, 134, 0.12);
  --shadow-lg: 0 12px 32px rgba(46, 80, 134, 0.18);
  --motion-fast: 120ms;
  --motion: 180ms;
  --motion-slow: 280ms;
  --ease: cubic-bezier(0.2, 0, 0, 1);
  --sidebar-width: 248px;
  --topbar-height: 64px;
  --content-pad: var(--space-6);
  --z-sidebar: 800;
  --z-modal: 900;
  --z-toast: 1000;
}
.text-display-lg {
  font-size: var(--fs-display-lg);
  font-weight: var(--fw-black);
  letter-spacing: -1.2px;
  line-height: var(--lh-tight);
}
.text-display-md {
  font-size: var(--fs-display-md);
  font-weight: var(--fw-bold);
  letter-spacing: -0.8px;
  line-height: var(--lh-tight);
}
.text-display-sm {
  font-size: var(--fs-display-sm);
  font-weight: var(--fw-bold);
  letter-spacing: -0.6px;
  line-height: var(--lh-tight);
}
.text-headline-lg {
  font-size: var(--fs-headline-lg);
  font-weight: var(--fw-semibold);
  letter-spacing: 0;
  line-height: var(--lh-tight);
}
.text-headline-md {
  font-size: var(--fs-headline-md);
  font-weight: var(--fw-semibold);
  letter-spacing: 0;
  line-height: var(--lh-tight);
}
.text-headline-sm {
  font-size: var(--fs-headline-sm);
  font-weight: var(--fw-regular);
  letter-spacing: 0;
  line-height: var(--lh-tight);
}
.text-title-lg {
  font-size: var(--fs-title-lg);
  font-weight: var(--fw-semibold);
  letter-spacing: 0.15px;
  line-height: var(--lh-tight);
}
.text-title-md {
  font-size: var(--fs-title-md);
  font-weight: var(--fw-regular);
  letter-spacing: 0.15px;
  line-height: var(--lh-tight);
}
.text-title-sm {
  font-size: var(--fs-title-sm);
  font-weight: var(--fw-regular);
  letter-spacing: 0.1px;
  line-height: var(--lh-tight);
}
.text-body-lg {
  font-size: var(--fs-body-lg);
  font-weight: var(--fw-regular);
  letter-spacing: 0.15px;
  line-height: var(--lh-body);
}
.text-body-md {
  font-size: var(--fs-body-md);
  font-weight: var(--fw-light);
  letter-spacing: 0.2px;
  line-height: var(--lh-body);
}
.text-body-sm {
  font-size: var(--fs-body-sm);
  font-weight: var(--fw-light);
  letter-spacing: 0.4px;
  line-height: var(--lh-body);
}
.text-label-lg {
  font-size: var(--fs-label-lg);
  font-weight: var(--fw-semibold);
  letter-spacing: 0.2px;
  line-height: var(--lh-tight);
}
.text-label-md {
  font-size: var(--fs-label-md);
  font-weight: var(--fw-regular);
  letter-spacing: 0.5px;
  line-height: var(--lh-tight);
}
.text-label-sm {
  font-size: var(--fs-label-sm);
  font-weight: var(--fw-thin);
  letter-spacing: 0.5px;
  line-height: var(--lh-tight);
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  margin: 0;
}
body {
  font-family: var(--font);
  font-size: var(--fs-body-md);
  font-weight: var(--fw-regular);
  line-height: var(--lh-body);
  letter-spacing: 0.2px;
  color: var(--color-text);
  background: var(--color-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
h1 {
  margin: 0;
  font-size: var(--fs-headline-sm);
  font-weight: var(--fw-regular);
  letter-spacing: 0;
  line-height: var(--lh-tight);
  font-weight: var(--fw-semibold);
}
h2 {
  margin: 0;
  font-size: var(--fs-title-lg);
  font-weight: var(--fw-semibold);
  letter-spacing: 0.15px;
  line-height: var(--lh-tight);
}
h3 {
  margin: 0;
  font-size: var(--fs-title-md);
  font-weight: var(--fw-regular);
  letter-spacing: 0.15px;
  line-height: var(--lh-tight);
  font-weight: var(--fw-semibold);
}
h4 {
  margin: 0;
  font-size: var(--fs-title-sm);
  font-weight: var(--fw-regular);
  letter-spacing: 0.1px;
  line-height: var(--lh-tight);
  font-weight: var(--fw-semibold);
}
p {
  margin: 0 0 var(--space-3);
}
a {
  color: var(--color-primary);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
img {
  max-width: 100%;
}
:where(a, button, input, select, textarea, [tabindex]):focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
  border-radius: var(--radius-xs);
}
* {
  scrollbar-color: var(--refac-gray-80) transparent;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-thumb {
  background: var(--refac-gray-80);
  border: 3px solid transparent;
  background-clip: content-box;
  border-radius: var(--radius-pill);
}
::-webkit-scrollbar-thumb:hover {
  background: var(--refac-gray-70);
  background-clip: content-box;
}
::-webkit-scrollbar-track {
  background: transparent;
}
@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;
  }
}
@media (max-width: 899.98px) {
  :root {
    --content-pad: var(--space-4);
  }
}
@media (max-width: 639.98px) {
  :root {
    --content-pad: var(--space-3);
  }
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-1);
  padding: 0.55rem var(--space-4);
  min-height: 38px;
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  background: var(--color-surface);
  color: var(--color-text);
  font-family: inherit;
  font-size: var(--fs-label-lg);
  font-weight: var(--fw-semibold);
  letter-spacing: 0.2px;
  line-height: var(--lh-tight);
  cursor: pointer;
  transition:
    background var(--motion-fast) var(--ease),
    border-color var(--motion-fast) var(--ease),
    opacity var(--motion-fast) var(--ease);
  text-decoration: none;
  white-space: nowrap;
}
.btn:hover {
  text-decoration: none;
}
.btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
@media (hover: none) and (pointer: coarse) {
  .btn {
    min-height: 42px;
  }
}
.btn--primary {
  background: var(--color-primary);
  color: var(--color-text-inverse);
}
.btn--primary:hover:not(:disabled) {
  background: var(--color-primary-hover);
}
.btn--primary:active:not(:disabled) {
  background: var(--color-primary-active);
}
.btn--secondary {
  border-color: var(--color-border);
}
.btn--secondary:hover:not(:disabled) {
  background: var(--color-bg);
  border-color: var(--color-border-strong);
}
.btn--danger {
  background: var(--color-danger);
  color: var(--color-text-inverse);
}
.btn--danger:hover:not(:disabled) {
  background: var(--refac-red-40);
}
.btn--success {
  background: var(--color-success);
  color: var(--color-text-inverse);
}
.btn--success:hover:not(:disabled) {
  background: var(--refac-green-40);
}
.btn--warning {
  background: var(--color-warning-soft);
  color: var(--refac-yellow-40);
}
.btn--warning:hover:not(:disabled) {
  background: rgba(255, 207, 0, 0.4);
}
.btn--ghost {
  background: transparent;
  color: var(--color-primary);
}
.btn--ghost:hover:not(:disabled) {
  background: var(--color-primary-soft);
}
.btn--sm {
  padding: 0.3rem var(--space-3);
  min-height: 30px;
  font-size: var(--fs-label-md);
  font-weight: var(--fw-regular);
  letter-spacing: 0.5px;
  line-height: var(--lh-tight);
  font-weight: var(--fw-semibold);
}
@media (hover: none) and (pointer: coarse) {
  .btn--sm {
    min-height: 34px;
  }
}
.badge {
  display: inline-block;
  padding: 0.2rem 0.6rem;
  border-radius: var(--radius-pill);
  font-size: var(--fs-label-md);
  font-weight: var(--fw-regular);
  letter-spacing: 0.5px;
  line-height: var(--lh-tight);
  font-weight: var(--fw-semibold);
  white-space: nowrap;
}
.badge--success {
  background: var(--color-success-soft);
  color: var(--color-success);
}
.badge--warning {
  background: var(--color-warning-soft);
  color: var(--refac-yellow-40);
}
.badge--danger {
  background: var(--color-danger-soft);
  color: var(--color-danger);
}
.badge--info {
  background: var(--color-info-soft);
  color: var(--color-info);
}
.badge--neutral {
  background: var(--color-neutral-soft);
  color: var(--color-text-muted);
}
.badge--active {
  background: var(--color-success-soft);
  color: var(--color-success);
}
.badge--inactive {
  background: var(--color-danger-soft);
  color: var(--color-danger);
}
.badge--pending {
  background: var(--color-warning-soft);
  color: var(--refac-yellow-40);
}
.panel {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  padding: var(--space-5);
}
.panel + .panel {
  margin-top: var(--space-5);
}
@media (max-width: 639.98px) {
  .panel {
    padding: var(--space-4);
    border-radius: var(--radius-sm);
  }
}
.panel__title {
  font-size: var(--fs-title-sm);
  font-weight: var(--fw-regular);
  letter-spacing: 0.1px;
  line-height: var(--lh-tight);
  font-weight: var(--fw-semibold);
  margin-bottom: var(--space-4);
}
.panel__empty {
  color: var(--color-text-muted);
  font-size: var(--fs-body-md);
  font-weight: var(--fw-light);
  letter-spacing: 0.2px;
  line-height: var(--lh-body);
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: var(--space-4);
  margin-bottom: var(--space-6);
}
@media (max-width: 639.98px) {
  .stats-grid {
    grid-template-columns: 1fr;
    gap: var(--space-3);
  }
}
.grid-2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr));
  gap: var(--space-5);
}
.table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}
.table {
  width: 100%;
  border-collapse: collapse;
  font-size: var(--fs-body-md);
  font-weight: var(--fw-light);
  letter-spacing: 0.2px;
  line-height: var(--lh-body);
  font-weight: var(--fw-regular);
}
.table th,
.table td {
  padding: var(--space-3) var(--space-4);
  text-align: left;
  border-bottom: 1px solid var(--color-border);
  vertical-align: middle;
}
.table th {
  color: var(--color-text-muted);
  font-size: var(--fs-label-md);
  font-weight: var(--fw-regular);
  letter-spacing: 0.5px;
  line-height: var(--lh-tight);
  font-weight: var(--fw-semibold);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  white-space: nowrap;
  background: var(--color-surface-alt);
}
.table tbody tr:hover {
  background: var(--color-bg);
}
.table tbody tr:last-child td {
  border-bottom: none;
}
@media (max-width: 639.98px) {
  .table th,
  .table td {
    padding: var(--space-2) var(--space-3);
  }
}
@media (max-width: 899.98px) {
  .table-wrapper .table {
    min-width: 640px;
  }
}
.table__empty {
  text-align: center;
  color: var(--color-text-muted);
  padding: var(--space-8) !important;
}
.table tr.is-clickable {
  cursor: pointer;
}
.field {
  display: flex;
  flex-direction: column;
  gap: var(--space-1);
  margin-bottom: var(--space-4);
  min-width: 0;
}
.field > label {
  font-size: var(--fs-label-md);
  font-weight: var(--fw-regular);
  letter-spacing: 0.5px;
  line-height: var(--lh-tight);
  font-weight: var(--fw-semibold);
  color: var(--color-text-muted);
}
input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=number],
input[type=date],
input[type=datetime-local],
input[type=tel],
input[type=url],
select,
textarea {
  font-family: inherit;
  font-size: var(--fs-body-md);
  font-weight: var(--fw-light);
  letter-spacing: 0.2px;
  line-height: var(--lh-body);
  font-weight: var(--fw-regular);
  color: var(--color-text);
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  padding: 0.55rem var(--space-3);
  min-height: 38px;
  width: 100%;
  outline: none;
  transition: border-color var(--motion-fast) var(--ease), box-shadow var(--motion-fast) var(--ease);
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=tel]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px var(--color-primary-soft);
}
input[type=text]:disabled,
input[type=email]:disabled,
input[type=password]:disabled,
input[type=search]:disabled,
input[type=number]:disabled,
input[type=date]:disabled,
input[type=datetime-local]:disabled,
input[type=tel]:disabled,
input[type=url]:disabled,
select:disabled,
textarea:disabled {
  background: var(--color-bg);
  color: var(--color-text-muted);
}
@media (max-width: 639.98px) {
  input[type=text],
  input[type=email],
  input[type=password],
  input[type=search],
  input[type=number],
  input[type=date],
  input[type=datetime-local],
  input[type=tel],
  input[type=url],
  select,
  textarea {
    font-size: max(16px, var(--fs-body-md));
  }
}
textarea {
  resize: vertical;
  min-height: 90px;
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(220px, 100%), 1fr));
  gap: 0 var(--space-4);
}
.form-actions {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin-top: var(--space-2);
}
@media (max-width: 639.98px) {
  .form-actions .btn {
    flex: 1 1 140px;
  }
}
.checkbox-field {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  margin-bottom: var(--space-4);
  font-size: var(--fs-body-md);
  font-weight: var(--fw-light);
  letter-spacing: 0.2px;
  line-height: var(--lh-body);
  font-weight: var(--fw-regular);
}
.checkbox-field input {
  width: 16px;
  height: 16px;
  min-height: 0;
  accent-color: var(--color-primary);
}
.filters {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: var(--space-3);
  margin-bottom: var(--space-4);
}
.filters .field {
  margin-bottom: 0;
  flex: 1 1 200px;
  max-width: 320px;
}
@media (max-width: 639.98px) {
  .filters .field {
    flex: 1 1 100%;
    max-width: none;
  }
  .filters > .btn {
    width: 100%;
  }
}
.tabs {
  display: flex;
  gap: var(--space-1);
  border-bottom: 1px solid var(--color-border);
  margin-bottom: var(--space-5);
  overflow-x: auto;
  scrollbar-width: none;
}
.tabs::-webkit-scrollbar {
  display: none;
}
.tab {
  padding: var(--space-3) var(--space-4);
  border: none;
  background: none;
  font-family: inherit;
  font-size: var(--fs-label-lg);
  font-weight: var(--fw-semibold);
  letter-spacing: 0.2px;
  line-height: var(--lh-tight);
  color: var(--color-text-muted);
  cursor: pointer;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  text-decoration: none;
  white-space: nowrap;
  transition: color var(--motion-fast) var(--ease);
}
.tab:hover {
  color: var(--color-text);
}
.tab.is-active {
  color: var(--color-primary);
  border-bottom-color: var(--color-primary);
}
.dl {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: var(--space-2) var(--space-5);
  margin: 0;
  font-size: var(--fs-body-md);
  font-weight: var(--fw-light);
  letter-spacing: 0.2px;
  line-height: var(--lh-body);
  font-weight: var(--fw-regular);
}
.dl dt {
  color: var(--color-text-muted);
  font-weight: var(--fw-semibold);
}
.dl dd {
  margin: 0;
  word-break: break-word;
}
@media (max-width: 639.98px) {
  .dl {
    grid-template-columns: 1fr;
    gap: var(--space-1);
  }
  .dl dt {
    margin-top: var(--space-2);
  }
}
.timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 6px;
  bottom: 6px;
  width: 2px;
  background: var(--color-border);
}
.timeline li {
  position: relative;
  padding: 0 0 1.1rem 1.75rem;
}
.timeline li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--color-surface);
  border: 3px solid var(--color-primary);
}
.timeline__title {
  font-size: var(--fs-label-lg);
  font-weight: var(--fw-semibold);
  letter-spacing: 0.2px;
  line-height: var(--lh-tight);
}
.timeline__meta {
  color: var(--color-text-muted);
  font-size: var(--fs-body-sm);
  font-weight: var(--fw-light);
  letter-spacing: 0.4px;
  line-height: var(--lh-body);
}
.loading {
  padding: var(--space-10);
  text-align: center;
  color: var(--color-text-muted);
  font-size: var(--fs-body-md);
  font-weight: var(--fw-light);
  letter-spacing: 0.2px;
  line-height: var(--lh-body);
}
.empty-state {
  padding: var(--space-10);
  text-align: center;
  color: var(--color-text-muted);
}
.empty-state .empty-state__icon {
  font-size: 2rem;
  display: block;
  margin-bottom: var(--space-2);
}
.thumb {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: var(--radius-sm);
  border: 1px solid var(--color-border);
  background: var(--color-bg);
}
.doc-card {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-3);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  background: var(--color-surface);
}
.muted {
  color: var(--color-text-muted);
}
.small {
  font-size: var(--fs-body-sm);
  font-weight: var(--fw-light);
  letter-spacing: 0.4px;
  line-height: var(--lh-body);
}
.mono {
  font-family: var(--font-mono);
  font-size: 0.82em;
}
.capitalize {
  text-transform: capitalize;
}
.text-right {
  text-align: right;
}
.nowrap {
  white-space: nowrap;
}
.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  flex-wrap: wrap;
}
.actions-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-1);
}
.mt-1 {
  margin-top: var(--space-4);
}
.mb-1 {
  margin-bottom: var(--space-4);
}
@media (max-width: 639.98px) {
  .hide-sm {
    display: none !important;
  }
}
@media (max-width: 899.98px) {
  .hide-md {
    display: none !important;
  }
}
.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;
}

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