/* src/styles.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  background: #f0f2f5;
  color: #1a1a2e;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}
a {
  color: #0077b6;
}
.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;
}
.completion-badge {
  display: inline-flex;
  align-items: center;
  border: 1px solid #0c7a43;
  border-radius: 999px;
  background: #eaf7ef;
  color: #0c7a43;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding: 0.1rem 0.45rem;
  white-space: nowrap;
}
.allocation-surface--paused {
  border-color: #d8d8d8;
  background: #f6f6f5;
}
.category-badge {
  display: inline-flex;
  align-items: center;
  border: 1px solid #1e6fa8;
  border-radius: 999px;
  background: #e8f4fd;
  color: #1e6fa8;
  font-weight: 600;
  padding: 0.1rem 0.45rem;
}
.category-badge--personal {
  border-color: #6d28d9;
  background: #f3e8ff;
  color: #6d28d9;
}
.allocation-reorder-button {
  border: 1px solid #d3dbe6;
  border-radius: 6px;
  background: #f8fafc;
  color: #334155;
  width: 1.7rem;
  height: 1.7rem;
  line-height: 1;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  padding: 0;
}
.allocation-reorder-button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.allocation-move-button {
  border-color: #c7d2fe;
  color: #1e3a8a;
  background: #eef2ff;
}

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