@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Roboto+Mono:wght@400;500;600&display=swap");
:root{
  --font-primary:"Manrope",Arial,sans-serif;--font-mono:"Roboto Mono",monospace;
  --background-primary:#080b09;--background-secondary:#0d120e;--background-panel:#121913;--background-raised:#182119;
  --text-primary:#edf1e8;--text-secondary:#b9c5b2;--text-muted:#758271;
  --gold:#b59648;--gold-soft:#d1ba77;--sage:#aeba9f;--red:#ff4c42;--green:#64d68f;
  --border-color:rgba(185,199,173,.14);--border-strong:rgba(185,199,173,.34);
  --status-new:#4da3ff;--status-contacted:#8a7dff;--status-awaiting:#e6ad3c;--status-booked:#43b97f;--status-editing:#d077ff;--status-completed:#8b98a5;--status-archived:#5a626b;
  --radius-small:8px;--radius-medium:14px;--radius-large:22px;--shadow-panel:0 18px 50px rgba(0,0,0,.28);
  --sidebar-width:252px;--header-height:96px
}
