/* src/styles/swik-brand-tokens.css */
:root {
  --swik-teal: #00A6A0;
  --swik-ink: #0E1B24;
  --swik-linen: #F4F1EA;
  --swik-lime: #D6F25E;
  --swik-rule: #D8D2C4;
  --swik-slate: #3B4C5A;
  --font-display:
    "Figtree",
    system-ui,
    sans-serif;
  --font-ui:
    "Figtree",
    system-ui,
    sans-serif;
  --font-body:
    "Figtree",
    system-ui,
    sans-serif;
  --font-longform:
    "Hanken Grotesk",
    system-ui,
    sans-serif;
  --font-mono:
    "JetBrains Mono",
    ui-monospace,
    monospace;
  --tracking-display: -0.035em;
  --tracking-headline: -0.025em;
  --radius-pill: 999px;
  --radius-card-l: 16px;
  --radius-card-m: 12px;
  --radius-card-s: 6px;
  --paper: var(--swik-linen);
  --surface: #ffffff;
  --surface-muted: #faf9f6;
  --wash: #faf9f6;
  --ink: var(--swik-ink);
  --muted: var(--swik-slate);
  --accent: var(--swik-teal);
  --accent-deep: var(--swik-ink);
  --line: var(--swik-rule);
  --card: #ffffff;
  --danger: #b42318;
  --warn: #b54708;
  --ok: #027a48;
  --radius: var(--radius-card-l);
  --nav-h: 4.25rem;
  --shadow-glass-sm: 0 10px 30px rgba(62, 48, 30, 0.045);
  --shadow-glass: 0 14px 40px rgba(62, 48, 30, 0.055);
  --shadow-glass-lg: 0 20px 50px rgba(62, 48, 30, 0.06);
  --shadow-modal: 0 24px 60px rgba(62, 48, 30, 0.08);
  --shadow: var(--shadow-glass);
  --primary-50: #faf9f6;
  --primary-100: #efebe3;
  --primary-400: var(--swik-teal);
  --primary-500: var(--swik-teal);
  --primary-600: var(--swik-teal);
  --primary-700: var(--swik-ink);
  --page-bg: var(--swik-linen);
  --text-primary: var(--swik-ink);
  --text-secondary: var(--swik-slate);
  --text-muted: #6a7380;
  --border: var(--swik-rule);
}
h1,
.display {
  font-family: var(--font-display);
  font-weight: 900;
  letter-spacing: var(--tracking-display);
  line-height: 1.1;
  color: var(--swik-ink);
}
h2,
h3,
.section-title,
.page-header h1 {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: var(--tracking-headline);
  line-height: 1.15;
  color: var(--swik-ink);
}
.prose,
.longform,
.report,
.consent,
.invoice,
.care-instructions {
  font-family: var(--font-longform);
  font-size: 16px;
  line-height: 1.6;
  color: var(--swik-ink);
}
.swik-section-label {
  margin: 0 0 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--swik-rule);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--swik-slate);
}
.swik-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-family: var(--font-display);
  font-weight: 900;
  letter-spacing: var(--tracking-display);
  color: var(--swik-ink);
  text-decoration: none;
}
.swik-brand img,
.swik-brand__logo {
  display: block;
  height: 28px;
  width: auto;
}
.swik-brand-mark {
  width: 1.1rem;
  height: 1.1rem;
  flex-shrink: 0;
  background: url(/brand/svg/symbol-teal.svg) center / contain no-repeat;
}
.swik-symbol-tile {
  width: 40px;
  height: 40px;
  border-radius: 9px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: var(--shadow-glass-sm);
  border: 1px solid var(--swik-rule);
}
.swik-symbol-tile img {
  width: 22px;
  height: 22px;
  display: block;
}
.chip-eta,
.eta-badge,
.swik-lime,
.swik-hivis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.7rem;
  border-radius: var(--radius-pill);
  background: var(--swik-lime);
  color: var(--swik-ink);
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
}
.swik-hivis--ghost {
  background: transparent;
  color: var(--swik-lime);
  padding: 0;
  border-radius: 0;
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 500;
}
.swik-status {
  font-family: var(--font-ui);
  font-weight: 500;
  letter-spacing: var(--tracking-display);
  color: var(--swik-slate);
}
.swik-service-title {
  font-family: var(--font-ui);
  font-weight: 700;
  letter-spacing: var(--tracking-display);
  color: var(--swik-ink);
}
.swik-field-ink {
  background: var(--swik-ink);
  color: #fff;
}
.swik-field-teal {
  background: var(--swik-teal);
  color: #fff;
}

/* src/styles.css */
:root {
  --danger-light: #fef2f2;
  --sidebar-width: 248px;
  --shell-gap: 16px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-butter: cubic-bezier(0.22, 1, 0.36, 1);
  --radius-card: 16px;
  --space-section: 22px;
  --space-card: 18px;
  --shadow-glass-sm: 0 10px 30px rgba(62, 48, 30, 0.045);
  --shadow-glass: 0 14px 40px rgba(62, 48, 30, 0.055);
  --shadow-glass-lg: 0 20px 50px rgba(62, 48, 30, 0.06);
  --shadow-modal: 0 24px 60px rgba(62, 48, 30, 0.08);
  --glass-bg: #fffcf7;
  --glass-border: rgba(216, 210, 196, 0.35);
  --surface: #fffcf7;
  --surface-border: rgba(216, 210, 196, 0.32);
}
* {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  min-height: 100%;
}
body {
  font-family: var(--font-ui);
  font-size: 14.5px;
  line-height: 1.5;
  color: var(--text-primary);
  background: var(--swik-linen);
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
a.link-id,
.data-table a:not(.btn) {
  color: var(--swik-ink);
  text-decoration: none;
  text-underline-offset: 3px;
  text-decoration-thickness: 1.5px;
  transition: color 0.15s ease, text-decoration-color 0.15s ease;
}
a.link-id:hover,
a.link-id:focus-visible,
.data-table a:not(.btn):hover,
.data-table a:not(.btn):focus-visible {
  color: var(--swik-teal);
  text-decoration: underline;
  text-decoration-color: color-mix(in srgb, var(--swik-teal) 65%, transparent);
}
.link-quiet {
  font-size: 13.5px;
  font-weight: 650;
  color: var(--swik-teal);
  text-decoration: none;
  text-underline-offset: 3px;
  text-decoration-thickness: 1.5px;
  transition: color 0.15s ease, text-decoration-color 0.15s ease;
}
.link-quiet:hover,
.link-quiet:focus-visible {
  color: color-mix(in srgb, var(--swik-teal) 80%, var(--swik-ink));
  text-decoration: underline;
  text-decoration-color: color-mix(in srgb, var(--swik-teal) 70%, transparent);
}
a.muted {
  transition: color 0.15s ease;
}
a.muted:hover,
a.muted:focus-visible {
  color: var(--swik-teal);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.admin-shell {
  position: relative;
  display: flex;
  min-height: 100vh;
  height: 100vh;
  max-height: 100vh;
  padding: var(--shell-gap);
  gap: var(--shell-gap);
  background:
    radial-gradient(
      900px 520px at 12% -8%,
      rgba(255, 255, 255, 0.9) 0%,
      transparent 55%),
    var(--swik-linen);
  isolation: isolate;
  overflow: hidden;
}
.admin-shell::before,
.admin-shell::after {
  content: none;
}
.admin-main {
  position: relative;
  z-index: 1;
  flex: 1;
  min-width: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  height: calc(100vh - (var(--shell-gap) * 2));
  max-height: calc(100vh - (var(--shell-gap) * 2));
  margin-left: calc(var(--sidebar-width) + var(--shell-gap));
  overflow: hidden;
}
.admin-content {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 4px 8px 32px;
  max-width: 1400px;
  width: 100%;
}
.sidebar {
  position: fixed;
  top: var(--shell-gap);
  left: var(--shell-gap);
  z-index: 100;
  width: var(--sidebar-width);
  height: calc(100vh - (var(--shell-gap) * 2));
  max-height: calc(100vh - (var(--shell-gap) * 2));
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  background: var(--surface);
  border: 1px solid var(--surface-border);
  box-shadow: var(--shadow-glass);
  overflow: hidden;
}
.sidebar__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 12px;
  padding: 22px 16px 18px;
  background:
    radial-gradient(
      ellipse 90% 100% at 50% 0%,
      rgba(0, 166, 160, 0.22) 0%,
      transparent 55%),
    linear-gradient(
      165deg,
      #15232e 0%,
      var(--swik-ink) 60%,
      #0a141c 100%);
  position: relative;
  overflow: hidden;
}
.sidebar__brand app-swik-logo {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
  z-index: 1;
}
.sidebar__brand .swik-logo {
  display: block;
  height: 48px !important;
  width: auto;
  max-width: min(200px, 88%);
  margin: 0 auto;
  position: relative;
  z-index: 1;
  object-fit: contain;
  object-position: center center;
}
.sidebar__role {
  margin: 0;
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-self: center;
  padding: 5px 12px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-family: var(--font-ui);
  font-size: 11px;
  letter-spacing: 0.02em;
  text-transform: none;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 600;
}
.sidebar__nav {
  flex: 1;
  min-height: 0;
  padding: 8px 8px 10px;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
}
.sidebar__section {
  margin-bottom: 6px;
}
.sidebar__section-label,
.sidebar__section-toggle {
  margin: 8px 6px 5px;
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
  font-weight: 500;
}
.sidebar__section-toggle {
  width: calc(100% - 12px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 7px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
  text-align: left;
  color: var(--text-muted);
}
.sidebar__section-toggle:hover {
  background: rgba(255, 255, 255, 0.7);
  color: var(--swik-ink);
}
.sidebar__chev {
  font-size: 12px;
  line-height: 1;
  color: var(--text-muted);
}
.sidebar__section-items {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.sidebar__link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 9px;
  border-radius: 8px;
  color: var(--text-secondary);
  font-family: var(--font-ui);
  font-size: 13.5px;
  font-weight: 650;
  letter-spacing: -0.015em;
  transition: background 0.15s ease, color 0.15s ease;
  border: 1px solid transparent;
}
.sidebar__link:hover {
  background: rgba(255, 255, 255, 0.75);
  color: var(--swik-ink);
}
.sidebar__link--active {
  background: color-mix(in srgb, var(--swik-linen) 55%, white);
  color: var(--swik-ink);
  border-color: transparent;
  box-shadow: none;
}
.sidebar__link--active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  bottom: 7px;
  width: 2px;
  border-radius: 0 2px 2px 0;
  background: var(--swik-teal);
}
.sidebar__link-icon {
  width: 24px;
  height: 24px;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.65);
  color: var(--text-secondary);
  flex-shrink: 0;
  border: 1px solid rgba(216, 210, 196, 0.5);
}
.sidebar__link--active .sidebar__link-icon {
  background: color-mix(in srgb, var(--swik-teal) 10%, white);
  color: var(--swik-teal);
  border-color: color-mix(in srgb, var(--swik-teal) 22%, white);
}
.sidebar__link-label {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sidebar__footer {
  flex-shrink: 0;
  padding: 8px 8px 10px;
  border-top: 1px solid rgba(216, 210, 196, 0.65);
  background: rgba(255, 255, 255, 0.4);
}
.sidebar__logout {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 8px 9px;
  border: 1px solid transparent;
  background: transparent;
  border-radius: 8px;
  color: var(--danger);
  font-family: var(--font-ui);
  font-size: 13.5px;
  font-weight: 650;
  cursor: pointer;
}
.sidebar__logout:hover {
  background: var(--danger-light);
  border-color: rgba(180, 35, 24, 0.1);
}
.top-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 14px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: var(--surface);
  border: 1px solid var(--surface-border);
  box-shadow: var(--shadow-glass-sm);
  position: relative;
  flex-shrink: 0;
  z-index: 50;
}
.top-header__search {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  background: color-mix(in srgb, var(--swik-linen) 40%, white);
  border: 1px solid var(--surface-border);
  border-radius: 10px;
  padding: 7px 11px;
  min-width: 220px;
  color: var(--text-muted);
  box-shadow: none;
}
.top-header__search:focus-within {
  border-color: color-mix(in srgb, var(--swik-teal) 40%, white);
  box-shadow: 0 0 0 3px rgba(0, 166, 160, 0.12);
}
.top-header__search input {
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
  font-size: 14px;
  color: var(--text-primary);
}
.top-header__actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.btn-primary,
.btn.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 0;
  border-radius: 999px;
  padding: 8px 14px;
  font-weight: 700;
  cursor: pointer;
  color: #fff;
  background: var(--swik-teal);
  box-shadow: 0 10px 28px rgba(0, 166, 160, 0.16);
  font-family: var(--font-ui);
  font-size: 13.5px;
  letter-spacing: -0.015em;
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease,
    background 0.15s ease;
}
.btn-primary:hover,
.btn.btn-primary:hover {
  transform: translateY(-1px);
  background: #00b5ae;
  box-shadow: 0 14px 32px rgba(0, 166, 160, 0.2);
}
.btn-swik {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  appearance: none;
  cursor: pointer;
  border-radius: 999px;
  padding: 8px 16px;
  font-family: var(--font-ui);
  font-weight: 700;
  font-size: 13.5px;
  letter-spacing: -0.015em;
  color: #fff;
  background: var(--swik-teal);
  border: 0;
  box-shadow: 0 10px 28px rgba(0, 166, 160, 0.16);
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease,
    background 0.15s ease;
}
.btn-swik:hover {
  transform: translateY(-1px);
  background: #00b5ae;
  box-shadow: 0 14px 32px rgba(0, 166, 160, 0.2);
}
.btn-swik:active {
  transform: scale(0.98);
}
.btn-swik:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
}
.top-header__add-btn {
  white-space: nowrap;
}
.top-header__icon-btn {
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 9px;
  border: 1px solid var(--surface-border);
  background: var(--surface);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--text-secondary);
  box-shadow: none;
  transition: color 0.15s ease, background 0.15s ease;
}
.top-header__icon-btn:hover {
  color: var(--swik-teal);
  background: var(--swik-linen);
}
.badge-dot {
  position: absolute;
  top: 6px;
  right: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--swik-lime);
  box-shadow: 0 0 0 1.5px #fff;
}
.top-header__user-wrap {
  position: relative;
}
.top-header__user {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 2px 8px 2px 2px;
  border-radius: 10px;
  background: transparent;
  border: 1px solid var(--surface-border);
  cursor: pointer;
  font: inherit;
  color: inherit;
  transition: border-color 0.15s ease;
}
.top-header__user:hover,
.top-header__user-wrap--open .top-header__user {
  border-color: color-mix(in srgb, var(--swik-teal) 40%, var(--surface-border));
}
.top-header__user-avatar {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--swik-ink);
  color: #fff;
  font-weight: 800;
  font-size: 10px;
  font-family: var(--font-ui);
}
.top-header__user-info {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  gap: 1px;
  text-align: left;
}
.top-header__user-info strong {
  font-size: 13.5px;
  font-family: var(--font-ui);
  font-weight: 700;
  letter-spacing: -0.01em;
}
.top-header__user-info span {
  font-size: 11.5px;
  color: var(--swik-teal);
  font-weight: 600;
  font-family: var(--font-ui);
  letter-spacing: 0.01em;
  text-transform: none;
}
.top-header__menu {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  min-width: 180px;
  padding: 6px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid var(--surface-border);
  box-shadow: var(--shadow-glass);
  z-index: 40;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.top-header__menu button {
  display: block;
  width: 100%;
  text-align: left;
  border: 0;
  background: transparent;
  padding: 10px 12px;
  border-radius: 8px;
  font: inherit;
  font-size: 13.5px;
  font-weight: 650;
  color: var(--swik-ink);
  cursor: pointer;
}
.top-header__menu button:hover {
  background: color-mix(in srgb, var(--swik-linen) 55%, white);
  color: var(--swik-teal);
}
.top-header__menu-danger:hover {
  background: var(--danger-light);
  color: var(--danger);
}
.page {
  max-width: 1280px;
}
.vos-crumbs {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  font-weight: 500;
}
.vos-crumbs__here {
  color: var(--text-secondary);
}
.page-header p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 0.92rem;
  font-weight: 500;
  max-width: 36rem;
}
.section-title,
.page-header h1 {
  margin: 0 0 4px;
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--swik-ink);
}
.muted {
  color: var(--text-secondary);
}
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
@media (max-width: 1100px) {
  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 900px) {
  .grid-2 {
    grid-template-columns: 1fr;
  }
}
.card,
.glass-card {
  background: var(--surface);
  border: 1px solid var(--surface-border);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-glass-sm);
  padding: var(--space-card);
}
.chip {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  background: #fff;
  color: var(--swik-ink);
  border: 1px solid rgba(216, 210, 196, 0.9);
}
.chip-ok {
  background: #ecfdf3;
  color: var(--ok);
  border-color: transparent;
}
.chip-warn {
  background: #fffbeb;
  color: var(--warn);
  border-color: transparent;
}
.chip-danger {
  background: var(--danger-light);
  color: var(--danger);
  border-color: transparent;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  border: 0;
  border-radius: 9px;
  padding: 0.55rem 0.85rem;
  font-weight: 700;
  cursor: pointer;
  font-family: var(--font-ui);
  font-size: 13.5px;
  letter-spacing: -0.015em;
}
.btn-secondary {
  background: #fff;
  color: var(--swik-ink);
  border: 1px solid var(--swik-rule);
}
.btn-secondary:hover {
  border-color: var(--swik-teal);
  color: var(--swik-teal);
}
.btn-ghost {
  background: transparent;
  border: 1px solid var(--swik-rule);
  color: var(--swik-ink);
}
.btn-danger {
  background: var(--danger-light);
  color: var(--danger);
}
.btn-block {
  width: 100%;
}
.btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
  margin-bottom: 0;
}
.field + .field {
  margin-top: 0.7rem;
}
.grid-2 > .field {
  margin-top: 0;
}
.field label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  font-family: var(--font-mono);
}
.field input,
.field select,
.field textarea {
  border: 1px solid rgba(216, 210, 196, 0.95);
  border-radius: 8px;
  padding: 0.55rem 0.7rem;
  background: #fff;
  color: var(--swik-ink);
  font-size: 14.5px;
  width: 100%;
  min-height: 40px;
  line-height: 1.35;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.field textarea {
  min-height: 72px;
  resize: vertical;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: color-mix(in srgb, var(--swik-teal) 55%, var(--swik-rule));
  box-shadow: 0 0 0 3px rgba(0, 166, 160, 0.12);
}
.empty {
  text-align: center;
  padding: 1.5rem 1rem;
  color: var(--text-muted);
  border: 1px dashed rgba(216, 210, 196, 0.95);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.4);
  font-size: 0.9rem;
}
.data-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}
.data-table th {
  text-align: left;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
  padding: 0.5rem 0.4rem;
  border-bottom: 1px solid var(--swik-rule);
  font-family: var(--font-mono);
  font-weight: 500;
}
.data-table td {
  padding: 0.65rem 0.4rem;
  border-bottom: 1px solid rgba(216, 210, 196, 0.6);
  color: var(--swik-ink);
}
@media (max-width: 900px) {
  .admin-shell {
    height: auto;
    max-height: none;
    overflow: auto;
    flex-direction: column;
  }
  .sidebar {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    max-height: none;
  }
  .admin-main {
    margin-left: 0;
    height: auto;
    max-height: none;
  }
  .top-header {
    flex-wrap: wrap;
  }
  .top-header__search {
    min-width: 0;
    width: 100%;
  }
}

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