/* src/styles.css */
/*! tailwindcss v4.3.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, components, utilities;
@layer theme {
  :root,
  :host {
    --font-sans:
      "Jost",
      system-ui,
      -apple-system,
      sans-serif;
    --font-mono:
      "JetBrains Mono",
      "Fira Code",
      "Courier New",
      monospace;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --shadow-xs: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --color-navy: #0b1f3a;
    --color-gold: #c4a46b;
    --color-line: #e5e4df;
    --font-display:
      "Cormorant Garamond",
      Georgia,
      "Times New Roman",
      serif;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .container {
    width: 100%;
  }
  @media (width >= 40rem) {
    .container {
      max-width: 40rem;
    }
  }
  @media (width >= 48rem) {
    .container {
      max-width: 48rem;
    }
  }
  @media (width >= 64rem) {
    .container {
      max-width: 64rem;
    }
  }
  @media (width >= 80rem) {
    .container {
      max-width: 80rem;
    }
  }
  @media (width >= 96rem) {
    .container {
      max-width: 96rem;
    }
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .list-item {
    display: list-item;
  }
  .table {
    display: table;
  }
  .w-full {
    width: 100%;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .shrink {
    flex-shrink: 1;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-1 {
    gap: var(--spacing);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-line {
    border-color: var(--color-line);
  }
  .bg-navy {
    background-color: var(--color-navy);
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .font-display {
    font-family: var(--font-display);
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-gold {
    color: var(--color-gold);
  }
  .text-navy {
    color: var(--color-navy);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property:
      color,
      background-color,
      border-color,
      outline-color,
      text-decoration-color,
      fill,
      stroke,
      --tw-gradient-from,
      --tw-gradient-via,
      --tw-gradient-to,
      opacity,
      box-shadow,
      transform,
      translate,
      scale,
      rotate,
      filter,
      -webkit-backdrop-filter,
      backdrop-filter,
      display,
      content-visibility,
      overlay,
      pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
:root {
  --navy: #0B1F3A;
  --navy-darker: #06142A;
  --navy-lighter: #1A3454;
  --black: #04070F;
  --gold: #C4A46B;
  --gold-darker: #A88848;
  --gold-lighter: #D9BC85;
  --text: #1F2937;
  --text-muted: #6B7280;
  --text-subtle: #9CA3AF;
  --surface: #FFFFFF;
  --surface-alt: #F5F4F0;
  --surface-cool: #F9FAFB;
  --border: #E5E4DF;
  --border-strong: #D1D0CC;
  --status-open: #1E5C8B;
  --status-open-bg: #E6F0F7;
  --status-caution: #B58E2D;
  --status-caution-bg: #F8F0DC;
  --status-escalation: #8B2D2D;
  --status-escalation-bg: #F7E6E6;
  --status-complete: #2D6A4F;
  --status-complete-bg: #E1F0E8;
  --status-neutral: #6B7280;
  --status-neutral-bg: #F3F4F6;
  --font-display:
    "Cormorant Garamond",
    Georgia,
    "Times New Roman",
    serif;
  --font-sans:
    "Jost",
    system-ui,
    -apple-system,
    sans-serif;
  --font-mono:
    "JetBrains Mono",
    "Fira Code",
    "Courier New",
    monospace;
  --radius-sm: 3px;
  --radius: 4px;
  --radius-md: 6px;
  --radius-lg: 8px;
  --shadow-xs: 0 1px 2px rgba(11, 31, 58, 0.04);
  --shadow-sm: 0 1px 3px rgba(11, 31, 58, 0.06), 0 1px 2px rgba(11, 31, 58, 0.04);
  --shadow-md: 0 4px 12px rgba(11, 31, 58, 0.08), 0 2px 4px rgba(11, 31, 58, 0.04);
  --shadow-lg: 0 12px 24px rgba(11, 31, 58, 0.10), 0 4px 8px rgba(11, 31, 58, 0.06);
  --sidebar-width: 248px;
  --topbar-height: 64px;
  --max-content: 1440px;
  --transition-fast: 120ms ease;
  --transition: 200ms ease;
}
body {
  font-family: var(--font-sans);
  font-size: 14px;
  line-height: 1.55;
  color: var(--text);
  background: var(--surface-alt);
  min-height: 100vh;
  font-weight: 400;
}
a {
  color: var(--navy);
  text-decoration: none;
  transition: color var(--transition-fast);
}
a:hover {
  color: var(--gold-darker);
}
.display {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: 0.005em;
  line-height: 1.2;
}
.display-xl {
  font-size: 38px;
}
.display-lg {
  font-size: 30px;
}
.display-md {
  font-size: 24px;
}
.display-sm {
  font-size: 20px;
}
.mono {
  font-family: var(--font-mono);
  letter-spacing: -0.01em;
}
.eyebrow {
  font-family: var(--font-sans);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 11px;
  font-weight: 500;
  color: var(--text-muted);
}
.text-xs {
  font-size: 11px;
}
.text-sm {
  font-size: 12px;
}
.text-base {
  font-size: 14px;
}
.text-md {
  font-size: 15px;
}
.text-lg {
  font-size: 17px;
}
.text-muted {
  color: var(--text-muted);
}
.text-subtle {
  color: var(--text-subtle);
}
.text-navy {
  color: var(--navy);
}
.text-gold {
  color: var(--gold);
}
.text-gold-dark {
  color: var(--gold-darker);
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.app-shell {
  display: grid;
  grid-template-columns: var(--sidebar-width) 1fr;
  min-height: 100vh;
}
.sidebar {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.78);
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow-y: auto;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}
.sidebar-brand {
  padding: 22px 24px 20px;
  border-bottom: 1px solid rgba(196, 164, 107, 0.18);
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.sidebar-brand-name {
  font-family: var(--font-display);
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
.sidebar-brand-subtitle {
  font-family: var(--font-mono);
  font-size: 9.5px;
  color: var(--gold);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-top: 2px;
}
.sidebar-nav {
  flex: 1;
  padding: 18px 0 24px;
  overflow-y: auto;
}
.sidebar-cluster {
  margin-bottom: 20px;
}
.sidebar-cluster-label {
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(196, 164, 107, 0.85);
  padding: 0 24px 8px;
}
.sidebar-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 24px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 400;
  border-left: 2px solid transparent;
  transition: all var(--transition-fast);
}
.sidebar-link:hover {
  background: rgba(255, 255, 255, 0.04);
  color: #FFFFFF;
  border-left-color: rgba(196, 164, 107, 0.4);
}
.sidebar-link.active {
  background: rgba(196, 164, 107, 0.08);
  color: #FFFFFF;
  border-left-color: var(--gold);
  font-weight: 500;
}
.sidebar-link-icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  opacity: 0.7;
}
.sidebar-link-icon svg {
  width: 14px;
  height: 14px;
}
.sidebar-link.active .sidebar-link-icon {
  opacity: 1;
}
.sidebar-footer {
  padding: 16px 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 10.5px;
  color: rgba(255, 255, 255, 0.45);
  font-family: var(--font-mono);
  letter-spacing: 0.04em;
}
.sidebar-footer-entity {
  font-family: var(--font-sans);
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 4px;
}
.main-column {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: var(--surface-alt);
  min-width: 0;
}
.topbar {
  height: var(--topbar-height);
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  padding: 0 32px;
  gap: 24px;
  position: sticky;
  top: 0;
  z-index: 30;
}
.topbar-toggle {
  display: none;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--surface);
  color: var(--text-muted);
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all var(--transition-fast);
}
.topbar-toggle:hover {
  border-color: var(--navy);
  color: var(--navy);
}
.topbar-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--text-muted);
}
.topbar-breadcrumb a {
  color: var(--text-muted);
}
.topbar-breadcrumb a:hover {
  color: var(--navy);
}
.topbar-breadcrumb .sep {
  color: var(--text-subtle);
}
.topbar-breadcrumb-current {
  color: var(--text);
  font-weight: 500;
}
.topbar-search {
  flex: 1;
  max-width: 480px;
  position: relative;
}
.topbar-search input {
  width: 100%;
  height: 36px;
  padding: 0 14px 0 36px;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--surface-cool);
  font-family: var(--font-sans);
  font-size: 13px;
  color: var(--text);
  transition: all var(--transition-fast);
}
.topbar-search input:focus {
  outline: none;
  border-color: var(--navy);
  background: var(--surface);
  box-shadow: 0 0 0 3px rgba(11, 31, 58, 0.06);
}
.topbar-search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  color: var(--text-subtle);
}
.topbar-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: auto;
}
.topbar-icon-btn {
  width: 36px;
  height: 36px;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--surface);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  transition: all var(--transition-fast);
  color: var(--text-muted);
}
.topbar-icon-btn:hover {
  border-color: var(--navy);
  color: var(--navy);
}
.topbar-icon-btn .badge-count {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  background: var(--status-escalation);
  color: #FFFFFF;
  border-radius: 8px;
  font-size: 10px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topbar-user {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 12px 6px 6px;
  border: 1px solid var(--border);
  border-radius: 20px;
  cursor: pointer;
  transition: all var(--transition-fast);
  background: var(--surface);
}
.topbar-user:hover {
  border-color: var(--navy);
}
.topbar-user-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--navy);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.topbar-user-name {
  font-size: 12.5px;
  font-weight: 500;
  color: var(--text);
}
.topbar-user-role {
  font-size: 10.5px;
  color: var(--text-muted);
  font-family: var(--font-mono);
  letter-spacing: 0.04em;
}
.topbar-user-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.topbar-user-wrapper {
  position: relative;
}
.topbar-user-chevron {
  color: var(--text-subtle);
  transition: transform var(--transition-fast);
  flex-shrink: 0;
}
.topbar-user-wrapper.open .topbar-user-chevron {
  transform: rotate(180deg);
}
.topbar-user-wrapper.open .topbar-user {
  border-color: var(--navy);
}
.topbar-dropdown-backdrop {
  position: fixed;
  inset: 0;
  z-index: 199;
}
.topbar-dropdown {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  min-width: 172px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.10), 0 1px 4px rgba(0, 0, 0, 0.06);
  z-index: 200;
  padding: 4px 0;
}
.topbar-dropdown-item {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 9px 14px;
  font-size: 13px;
  color: var(--text);
  font-family: var(--font-sans);
  text-decoration: none;
  background: none;
  border: none;
  cursor: pointer;
  transition: background var(--transition-fast), color var(--transition-fast);
  text-align: left;
  white-space: nowrap;
}
.topbar-dropdown-item:hover {
  background: var(--surface-alt);
  color: var(--navy);
}
.topbar-dropdown-item--danger {
  color: #dc2626;
}
.topbar-dropdown-item--danger:hover {
  background: rgba(254, 242, 242, 0.6);
  color: #b91c1c;
}
.topbar-dropdown-divider {
  height: 1px;
  background: var(--border);
  margin: 3px 0;
}
.sidebar-overlay {
  display: none;
}
.content {
  flex: 1;
  padding: 28px 32px 48px;
  max-width: var(--max-content);
  width: 100%;
  min-width: 0;
  margin-inline: auto;
}
.page-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--border);
  gap: 24px;
  flex-wrap: wrap;
}
.page-header-text {
  flex: 1;
  min-width: 300px;
}
.page-header-eyebrow {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--gold-darker);
  margin-bottom: 6px;
}
.page-header-title {
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 400;
  color: var(--navy);
  line-height: 1.15;
  letter-spacing: 0.005em;
  margin-bottom: 4px;
}
.page-header-subtitle {
  font-size: 13.5px;
  color: var(--text-muted);
  line-height: 1.5;
  max-width: 760px;
}
.page-header-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 18px;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.01em;
  border-radius: var(--radius-md);
  cursor: pointer;
  border: 1px solid transparent;
  transition: all var(--transition-fast);
  white-space: nowrap;
  text-decoration: none;
  line-height: 1.4;
}
.btn-primary {
  background: var(--navy);
  color: #FFFFFF;
  border-color: var(--navy);
}
.btn-primary:hover {
  background: var(--navy-darker);
  border-color: var(--navy-darker);
  color: #FFFFFF;
}
.btn-secondary {
  background: var(--surface);
  color: var(--navy);
  border-color: var(--border-strong);
}
.btn-secondary:hover {
  border-color: var(--navy);
  color: var(--navy);
}
.btn-ghost {
  background: transparent;
  color: var(--text-muted);
  border-color: transparent;
}
.btn-ghost:hover {
  background: var(--surface);
  color: var(--navy);
}
.btn-gold {
  background: var(--gold);
  color: var(--navy);
  border-color: var(--gold);
}
.btn-gold:hover {
  background: var(--gold-darker);
  border-color: var(--gold-darker);
  color: #FFFFFF;
}
.btn-sm {
  padding: 6px 12px;
  font-size: 12px;
}
.btn-lg {
  padding: 11px 22px;
  font-size: 14px;
}
.btn-icon {
  padding: 9px;
  width: 36px;
  height: 36px;
  justify-content: center;
}
.card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-xs);
}
.card-header {
  padding: 18px 22px 16px;
  border-bottom: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}
.card-title {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 500;
  color: var(--navy);
  line-height: 1.3;
}
.card-subtitle {
  font-size: 12px;
  color: var(--text-muted);
  margin-top: 2px;
}
.card-body {
  padding: 20px 22px;
}
.card-body-tight {
  padding: 14px 22px;
}
.card-footer {
  padding: 14px 22px;
  border-top: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--surface-cool);
  border-radius: 0 0 var(--radius-md) var(--radius-md);
  font-size: 12px;
  color: var(--text-muted);
}
.card-link {
  font-size: 12px;
  font-weight: 500;
  color: var(--gold-darker);
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.card-link:hover {
  color: var(--navy);
}
.card-link::after {
  content: "\2192";
  transition: transform var(--transition-fast);
}
.card-link:hover::after {
  transform: translateX(2px);
}
.card-surface-navy {
  background: var(--navy);
  color: #FFFFFF;
  border-color: var(--navy);
}
.card-surface-navy .card-title {
  color: #FFFFFF;
}
.card-surface-navy .card-subtitle {
  color: rgba(255, 255, 255, 0.65);
}
.card-surface-alt {
  background: var(--surface-alt);
}
.grid {
  display: grid;
  gap: 20px;
}
.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
.grid-6 {
  grid-template-columns: repeat(6, 1fr);
}
.grid-dashboard {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.grid-2-1 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 24px;
}
.grid-3-2 {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 24px;
}
.span-2 {
  grid-column: span 2;
}
.span-3 {
  grid-column: span 3;
}
.span-full {
  grid-column: 1 / -1;
}
@media (max-width: 1279px) {
  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1023px) {
  .grid-3,
  .grid-6,
  .grid-dashboard {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-2-1,
  .grid-3-2 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 599px) {
  .grid-2,
  .grid-3,
  .grid-4,
  .grid-6,
  .grid-dashboard {
    grid-template-columns: 1fr;
  }
}
.stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.stat-label {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-muted);
}
.stat-value {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 400;
  color: var(--navy);
  line-height: 1.1;
  letter-spacing: 0.005em;
}
.stat-value-sm {
  font-size: 22px;
}
.stat-value .unit {
  font-family: var(--font-sans);
  font-size: 13px;
  color: var(--text-muted);
  margin-left: 4px;
  font-weight: 400;
}
.stat-meta {
  font-size: 11px;
  color: var(--text-muted);
  font-family: var(--font-mono);
  letter-spacing: 0.02em;
}
.stat-delta {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-size: 11px;
  font-weight: 500;
}
.stat-delta-up {
  color: var(--status-complete);
}
.stat-delta-down {
  color: var(--status-escalation);
}
.stat-delta-flat {
  color: var(--text-muted);
}
.stat-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
  overflow: hidden;
}
.stat-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  height: 64px;
  background:
    radial-gradient(
      circle at top right,
      rgba(196, 164, 107, 0.08),
      transparent 70%);
  pointer-events: none;
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 9px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.02em;
  border-radius: 10px;
  background: var(--status-neutral-bg);
  color: var(--status-neutral);
  line-height: 1.4;
}
.badge-open {
  background: var(--status-open-bg);
  color: var(--status-open);
}
.badge-caution {
  background: var(--status-caution-bg);
  color: var(--status-caution);
}
.badge-escalation {
  background: var(--status-escalation-bg);
  color: var(--status-escalation);
}
.badge-complete {
  background: var(--status-complete-bg);
  color: var(--status-complete);
}
.badge-gold {
  background: rgba(196, 164, 107, 0.15);
  color: var(--gold-darker);
}
.badge-navy {
  background: rgba(11, 31, 58, 0.08);
  color: var(--navy);
}
.badge-dot::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  display: inline-block;
  margin-right: 2px;
}
.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
}
.status-dot-open {
  background: var(--status-open);
}
.status-dot-caution {
  background: var(--status-caution);
}
.status-dot-escalation {
  background: var(--status-escalation);
}
.status-dot-complete {
  background: var(--status-complete);
}
.status-dot-neutral {
  background: var(--status-neutral);
}
.table-wrap {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
table.data {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  background: var(--surface);
}
table.data thead {
  background: var(--surface-cool);
}
table.data th {
  text-align: left;
  padding: 11px 16px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-muted);
  border-bottom: 1px solid var(--border);
  white-space: nowrap;
}
table.data td {
  padding: 13px 16px;
  border-bottom: 1px solid var(--border);
  color: var(--text);
  vertical-align: middle;
}
table.data tr:last-child td {
  border-bottom: none;
}
table.data tbody tr {
  transition: background var(--transition-fast);
}
table.data tbody tr:hover {
  background: var(--surface-cool);
  cursor: pointer;
}
table.data .cell-mono {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: -0.01em;
}
table.data .cell-strong {
  font-weight: 500;
  color: var(--navy);
}
table.data .cell-numeric {
  text-align: right;
  font-family: var(--font-mono);
  font-size: 12.5px;
  letter-spacing: -0.01em;
}
table.data .cell-muted {
  color: var(--text-muted);
}
table.data .cell-action {
  text-align: right;
  white-space: nowrap;
}
.list-clean {
  list-style: none;
  display: flex;
  flex-direction: column;
}
.list-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
}
.list-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.list-item:first-child {
  padding-top: 0;
}
.list-item-marker {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--surface-cool);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  color: var(--navy);
  letter-spacing: 0.02em;
}
.list-item-marker svg {
  width: 14px;
  height: 14px;
}
.list-item-content {
  flex: 1;
  min-width: 0;
}
.list-item-title {
  font-size: 13.5px;
  font-weight: 500;
  color: var(--text);
  margin-bottom: 2px;
}
.list-item-meta {
  font-size: 11.5px;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.list-item-meta .dot {
  width: 3px;
  height: 3px;
  background: var(--text-subtle);
  border-radius: 50%;
}
.pipeline {
  display: grid;
  grid-template-columns: repeat(10, minmax(220px, 1fr));
  gap: 14px;
  overflow-x: auto;
  padding-bottom: 8px;
}
.pipeline-column {
  background: var(--surface-cool);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  display: flex;
  flex-direction: column;
  min-height: 400px;
  max-height: 75vh;
}
.pipeline-column-header {
  padding: 12px 14px 10px;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.pipeline-column-title {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--navy);
}
.pipeline-column-count {
  font-family: var(--font-mono);
  font-size: 10.5px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 1px 8px;
  color: var(--text-muted);
}
.pipeline-column-body {
  padding: 10px;
  flex: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pipeline-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 11px 12px;
  cursor: grab;
  transition: all var(--transition-fast);
  box-shadow: var(--shadow-xs);
}
.pipeline-card:hover {
  border-color: var(--navy);
  box-shadow: var(--shadow-sm);
  transform: translateY(-1px);
}
.pipeline-card-product {
  font-size: 9.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--gold-darker);
  margin-bottom: 4px;
}
.pipeline-card-name {
  font-size: 13px;
  font-weight: 500;
  color: var(--text);
  margin-bottom: 6px;
  line-height: 1.3;
}
.pipeline-card-value {
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--navy);
  font-weight: 500;
  letter-spacing: -0.01em;
  margin-bottom: 8px;
}
.pipeline-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 10.5px;
  color: var(--text-muted);
  gap: 6px;
}
.pipeline-card-avatar {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--navy);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8.5px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.pipeline-card.cdk-drag {
  touch-action: none;
}
.cdk-drag-preview {
  cursor: grabbing;
  box-shadow: var(--shadow-lg);
  border-color: var(--navy) !important;
  transform: rotate(1.5deg);
}
.pipeline-card-placeholder {
  min-height: 88px;
  border: 1px dashed var(--gold);
  border-radius: var(--radius);
  background: rgba(196, 164, 107, 0.07);
}
.cdk-drag-animating {
  transition: transform var(--transition) cubic-bezier(0, 0, 0.2, 1);
}
.pipeline-column-body.cdk-drop-list-dragging .pipeline-card:not(.cdk-drag-placeholder) {
  transition: transform var(--transition) cubic-bezier(0, 0, 0.2, 1);
}
.pipeline-column-body.cdk-drop-list-receiving {
  background: rgba(11, 31, 58, 0.025);
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
}
.form-label {
  font-size: 12px;
  font-weight: 500;
  color: var(--text);
  letter-spacing: 0.005em;
}
.form-label .required {
  color: var(--status-escalation);
  margin-left: 2px;
}
.form-hint {
  font-size: 11px;
  color: var(--text-muted);
  line-height: 1.4;
}
.form-input,
.form-select,
.form-textarea {
  width: 100%;
  padding: 9px 12px;
  border: 1px solid var(--border-strong);
  border-radius: var(--radius);
  background: var(--surface);
  font-family: var(--font-sans);
  font-size: 13px;
  color: var(--text);
  transition: all var(--transition-fast);
}
.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  outline: none;
  border-color: var(--navy);
  box-shadow: 0 0 0 3px rgba(11, 31, 58, 0.08);
}
.form-textarea {
  min-height: 80px;
  font-family: var(--font-sans);
  line-height: 1.5;
  resize: vertical;
}
.form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.form-row-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.alert-strip {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  border-radius: var(--radius);
  margin-bottom: 16px;
  border: 1px solid;
  font-size: 12.5px;
  line-height: 1.4;
}
.alert-strip-info {
  background: var(--status-open-bg);
  border-color: rgba(30, 92, 139, 0.2);
  color: var(--status-open);
}
.alert-strip-caution {
  background: var(--status-caution-bg);
  border-color: rgba(181, 142, 45, 0.25);
  color: var(--status-caution);
}
.alert-strip-escalation {
  background: var(--status-escalation-bg);
  border-color: rgba(139, 45, 45, 0.25);
  color: var(--status-escalation);
}
.alert-strip-icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}
.alert-strip-text {
  flex: 1;
}
.alert-strip-text strong {
  font-weight: 600;
}
.alert-strip-action {
  font-size: 11.5px;
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
}
.section-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 14px;
  padding-top: 8px;
}
.section-heading-title {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 500;
  color: var(--navy);
  line-height: 1.25;
}
.section-heading-meta {
  font-size: 12px;
  color: var(--text-muted);
}
.tabs {
  display: flex;
  gap: 4px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 20px;
  overflow-x: auto;
}
.tab {
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 500;
  color: var(--text-muted);
  cursor: pointer;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  transition: all var(--transition-fast);
  white-space: nowrap;
}
.tab:hover {
  color: var(--navy);
}
.tab.active {
  color: var(--navy);
  border-bottom-color: var(--gold);
}
.flex {
  display: flex;
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-end {
  justify-content: flex-end;
}
.gap-1 {
  gap: 4px;
}
.gap-2 {
  gap: 8px;
}
.gap-3 {
  gap: 12px;
}
.gap-4 {
  gap: 16px;
}
.gap-5 {
  gap: 20px;
}
.gap-6 {
  gap: 24px;
}
.mt-2 {
  margin-top: 8px;
}
.mt-3 {
  margin-top: 12px;
}
.mt-4 {
  margin-top: 16px;
}
.mt-5 {
  margin-top: 20px;
}
.mt-6 {
  margin-top: 24px;
}
.mt-8 {
  margin-top: 32px;
}
.mb-2 {
  margin-bottom: 8px;
}
.mb-3 {
  margin-bottom: 12px;
}
.mb-4 {
  margin-bottom: 16px;
}
.mb-5 {
  margin-bottom: 20px;
}
.mb-6 {
  margin-bottom: 24px;
}
.mb-8 {
  margin-bottom: 32px;
}
.w-full {
  width: 100%;
}
.hidden {
  display: none;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.divider {
  height: 1px;
  background: var(--border);
  margin: 24px 0;
}
.divider-thick {
  height: 2px;
  background: var(--gold);
  width: 32px;
  margin: 14px 0;
}
.product-family-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 24px;
  position: relative;
  overflow: hidden;
  transition: all var(--transition);
  cursor: pointer;
  text-decoration: none;
  display: block;
  color: inherit;
}
.product-family-card:hover {
  border-color: var(--navy);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}
.product-family-card-mono {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--gold-darker);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.product-family-card-name {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 500;
  color: var(--navy);
  margin-bottom: 8px;
  line-height: 1.2;
}
.product-family-card-desc {
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 16px;
  line-height: 1.55;
}
.product-family-card-meta {
  display: flex;
  gap: 16px;
  font-size: 11.5px;
  color: var(--text-muted);
  padding-top: 14px;
  border-top: 1px solid var(--border);
}
.product-family-card-meta-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.product-family-card-meta-label {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-subtle);
}
.product-family-card-meta-value {
  font-family: var(--font-mono);
  color: var(--navy);
  font-weight: 500;
  font-size: 12px;
}
.product-hero {
  background:
    linear-gradient(
      180deg,
      var(--navy) 0%,
      var(--navy-darker) 100%);
  color: #FFFFFF;
  border-radius: var(--radius-md);
  padding: 28px 32px;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}
.product-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 100%;
  background:
    radial-gradient(
      ellipse at right,
      rgba(196, 164, 107, 0.12),
      transparent 70%);
  pointer-events: none;
}
.product-hero-eyebrow {
  font-family: var(--font-mono);
  font-size: 10.5px;
  color: var(--gold);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.product-hero-title {
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.15;
  margin-bottom: 6px;
}
.product-hero-subtitle {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.55;
  max-width: 720px;
}
.product-hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.product-hero-stat-label {
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 4px;
}
.product-hero-stat-value {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.2;
}
.product-hero-stat-value .unit {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.55);
  margin-left: 3px;
  font-family: var(--font-sans);
}
@media (max-width: 720px) {
  .product-hero-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}
.param-list {
  display: flex;
  flex-direction: column;
}
.param-row {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 16px;
  padding: 11px 0;
  border-bottom: 1px solid var(--border);
  align-items: baseline;
}
.param-row:last-child {
  border-bottom: none;
}
.param-label {
  font-size: 12px;
  color: var(--text-muted);
  font-weight: 500;
}
.param-value {
  font-size: 13.5px;
  color: var(--text);
}
.param-value.mono {
  font-family: var(--font-mono);
  font-size: 12.5px;
}
@media (max-width: 600px) {
  .param-row {
    grid-template-columns: 1fr;
    gap: 2px;
  }
}
.wording-block {
  border: 1px solid var(--border);
  border-left: 3px solid var(--status-caution);
  background: var(--surface);
  border-radius: var(--radius);
  padding: 14px 18px;
  margin-bottom: 12px;
}
.wording-block-title {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: var(--status-caution);
  margin-bottom: 6px;
}
.wording-restricted {
  font-size: 13px;
  color: var(--text);
  text-decoration: line-through;
  text-decoration-color: rgba(139, 45, 45, 0.5);
  margin-bottom: 4px;
}
.wording-approved {
  font-size: 13px;
  color: var(--text);
  font-weight: 500;
}
.wording-approved::before {
  content: "\2713  ";
  color: var(--status-complete);
  font-weight: 700;
}
.wording-feedback {
  margin-top: 6px;
  font-size: 11.5px;
  line-height: 1.4;
}
.wording-feedback .flag-blocking {
  color: var(--status-escalation);
  margin-bottom: 3px;
}
.wording-feedback .flag-product {
  color: var(--status-caution);
  margin-bottom: 3px;
}
.wording-feedback .flag-warning {
  color: var(--text-muted);
  margin-bottom: 3px;
}
.script-block {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 18px 20px;
  margin-bottom: 16px;
}
.script-block-context {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: var(--gold-darker);
  margin-bottom: 8px;
}
.script-block-text {
  font-size: 14px;
  color: var(--text);
  line-height: 1.6;
  font-style: italic;
}
.script-block-text::before {
  content: "\201c";
  font-family: var(--font-display);
  font-size: 24px;
  color: var(--gold);
  line-height: 0;
  margin-right: 4px;
}
.script-block-text::after {
  content: "\201d";
  font-family: var(--font-display);
  font-size: 24px;
  color: var(--gold);
  line-height: 0;
  margin-left: 4px;
}
.skeleton {
  background:
    linear-gradient(
      90deg,
      var(--surface-cool) 25%,
      var(--border) 50%,
      var(--surface-cool) 75%);
  background-size: 200% 100%;
  animation: skeleton-shimmer 1.6s linear infinite;
  border-radius: var(--radius);
}
@keyframes skeleton-shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
@media (max-width: 1023px) {
  .app-shell {
    grid-template-columns: 1fr;
  }
  .sidebar {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: var(--sidebar-width);
    height: auto;
    z-index: 50;
    transform: translateX(-100%);
    transition: transform var(--transition);
  }
  .sidebar.open {
    transform: translateX(0);
    box-shadow: var(--shadow-lg);
  }
  .sidebar-overlay.open {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(4, 7, 15, 0.45);
    z-index: 40;
  }
  body.sidebar-locked {
    overflow: hidden;
  }
  .topbar-toggle {
    display: inline-flex;
  }
  .topbar {
    padding: 0 16px;
    gap: 16px;
  }
  .topbar-search {
    display: none;
  }
  .content {
    padding: 22px 20px 36px;
  }
}
@media (max-width: 900px) {
  .form-row-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 680px) {
  .form-row,
  .form-row-3 {
    grid-template-columns: 1fr;
  }
  .topbar-breadcrumb a,
  .topbar-breadcrumb .sep {
    display: none;
  }
  .topbar-breadcrumb-current {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 599px) {
  .page-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  .page-header-title {
    font-size: 26px;
  }
  .page-header-subtitle {
    font-size: 13px;
  }
  .page-header-actions {
    width: 100%;
  }
  .stat-value {
    font-size: 24px;
  }
  .content {
    padding: 18px 14px 32px;
  }
  .topbar {
    gap: 10px;
    padding: 0 12px;
  }
  .topbar-user {
    padding: 0;
    border: none;
    background: transparent;
  }
  .topbar-user-text {
    display: none;
  }
  .topbar-user-chevron {
    display: none;
  }
  .topbar-user-avatar {
    width: 36px;
    height: 36px;
    font-size: 12px;
  }
  .product-hero {
    padding: 22px 18px;
  }
  .card-header {
    padding: 16px 16px 14px;
  }
  .card-body {
    padding: 16px;
  }
}
@media (pointer: coarse) {
  .sidebar-link {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .tab {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .btn-sm {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}
@media print {
  .sidebar,
  .topbar,
  .btn {
    display: none;
  }
  body {
    background: white;
  }
  .content {
    padding: 0;
    max-width: none;
  }
}
:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
  border-radius: 2px;
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    transition-duration: 0.001ms !important;
  }
}
@property --tw-border-style { syntax: "*"; inherits: false; initial-value: solid; }
@property --tw-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-shadow-color { syntax: "*"; inherits: false; }
@property --tw-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
@property --tw-inset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-inset-shadow-color { syntax: "*"; inherits: false; }
@property --tw-inset-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
@property --tw-ring-color { syntax: "*"; inherits: false; }
@property --tw-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-inset-ring-color { syntax: "*"; inherits: false; }
@property --tw-inset-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-ring-inset { syntax: "*"; inherits: false; }
@property --tw-ring-offset-width { syntax: "<length>"; inherits: false; initial-value: 0px; }
@property --tw-ring-offset-color { syntax: "*"; inherits: false; initial-value: #fff; }
@property --tw-ring-offset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-outline-style { syntax: "*"; inherits: false; initial-value: solid; }
@property --tw-blur { syntax: "*"; inherits: false; }
@property --tw-brightness { syntax: "*"; inherits: false; }
@property --tw-contrast { syntax: "*"; inherits: false; }
@property --tw-grayscale { syntax: "*"; inherits: false; }
@property --tw-hue-rotate { syntax: "*"; inherits: false; }
@property --tw-invert { syntax: "*"; inherits: false; }
@property --tw-opacity { syntax: "*"; inherits: false; }
@property --tw-saturate { syntax: "*"; inherits: false; }
@property --tw-sepia { syntax: "*"; inherits: false; }
@property --tw-drop-shadow { syntax: "*"; inherits: false; }
@property --tw-drop-shadow-color { syntax: "*"; inherits: false; }
@property --tw-drop-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
@property --tw-drop-shadow-size { syntax: "*"; inherits: false; }
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *,
    ::before,
    ::after,
    ::backdrop {
      --tw-border-style: solid;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}

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