﻿/* pulse360-theme.css - Fortis brand tokens.
   Client-owned file. pulse360.css is common code: take it wholesale from main.
   Values carried over from this branch previous pulse360.css. */

:root {
    --p-primary: #F2A900;   /* client */
    --p-primary-hover: #FFC762;   /* client */
    --p-primary-muted: rgba(242, 169, 0, 0.12);   /* client */
    --p-primary-glow: rgba(242, 169, 0, 0.30);   /* client */
    --p-secondary: #DB8A14;   /* client */
    --p-secondary-hover: #F2A900;   /* client */
    --p-secondary-muted: rgba(219, 138, 20, 0.10);   /* client */
    --p-gradient1-start: #20180D;   /* client */
    --p-gradient1-end: #CF8314;   /* client */
    --p-gradient2-start: #EFAE1E;   /* client */
    --p-gradient2-end: #CF8314;   /* client */
    --p-sidebar-bg: #0d0d0d;   /* client */
    --p-sidebar-text: #a09a9e;   /* client */
    --p-sidebar-active: rgba(242, 169, 0, 0.15);   /* client */
    --p-sidebar-active-txt: #F2A900;   /* client */
    --p-sidebar-brand: #ffffff;
    --p-font: 'Inter', -apple-system, BlinkMacSystemFont, 'SF Pro Text', system-ui, 'Segoe UI', sans-serif;   /* client */
    --p-mono: 'Inter', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;   /* client */
    --p-font-heading: 'Inter', -apple-system, BlinkMacSystemFont, 'SF Pro Display', system-ui, 'Segoe UI', sans-serif;   /* client */
    --p-code: 'JetBrains Mono', 'SF Mono', 'Menlo', 'Consolas', monospace;   /* client */
    --p-chart-submitted: rgba(227,153,39, 0.6);   /* client */
    --p-chart-submitted-border: rgba(255,153,0, 1);   /* client */
    --p-chart-submitted-current: rgba(255,189,89, 0.3);   /* client */
    --p-chart-issued: rgba(76, 175, 80, 0.2);
    --p-chart-issued-border: rgba(76, 175, 80, 1);
    --kyra-accent: #B77413;   /* client: mapped from old --kyra-select-border */
    --kyra-msg-user-bg: #3b82f6;   /* client */
    --kyra-fab-gradient: linear-gradient(135deg, #F2A900, #CF8314);   /* client */
}

[data-theme="dark"] {
    --p-primary: #f5f4f0;
    --p-primary-muted: rgba(242, 169, 0, 0.18);   /* client */
    --p-secondary-muted: rgba(219, 138, 20, 0.15);   /* client */
    --p-sidebar-bg: #080808;   /* client */
    --p-sidebar-text: #6a6468;   /* client */
    --p-sidebar-active: rgba(242, 169, 0, 0.18);   /* client */
    --p-sidebar-brand: #f0ecee;
    --p-chart-submitted: rgba(227,153,39, 0.6);   /* client */
    --p-chart-submitted-border: rgba(255,153,0, 1);   /* client */
    --p-chart-submitted-current: rgba(255,189,89, 0.3);   /* client */
    --p-chart-issued: rgba(76, 175, 80, 0.2);
    --p-chart-issued-border: rgba(76, 175, 80, 1);
    --kyra-accent: #F2A900;   /* client: mapped from old gold Kyra chrome */
    --kyra-msg-user-bg: #2563eb;   /* client */
    --kyra-fab-gradient: linear-gradient(135deg, #F2A900, #CF8314);   /* client */
}

