/* preset-govsc.css — Fase B (CGE/SC). Mesma arquitetura; troca só a camada 0 + canvas.
 * Valores: DESIGN.md (18/08/2026) e tokens.css do DS Lab 0.1 (CGE). Tema escuro = calibração óptica do PAA. */
@layer nexaya.preset {
  [data-nx-preset="govsc"] {
    --nx-brand-primary: #A1C84D;
    --nx-brand-primary-strong: #55701F;
    --nx-brand-primary-soft: #E4EFC4;
    --nx-brand-ink: #292929;
    --nx-brand-neutral: #303032;
    --nx-brand-danger: #ED1C24;           /* só crítico */
    --nx-brand-success: #5FB157;
    --nx-brand-warning: #FCEE21;
    --nx-brand-info: #4C7FBF;
    --nx-brand-accent-dark: #A1C84D;      /* o escuro do GOV SC não muda a matiz */
    --nx-brand-font-display: "Outfit", "Urbanist", "Lexend", system-ui, sans-serif; /* fonte do sistema; não trocar por preset */
    --nx-brand-font-body: "Outfit", "DM Sans", system-ui, sans-serif;
    /* canvas GOV SC: fora #AEB5C0 → #96AE84 a 145°, folha #F7F7F5 com deriva #EDF3DC no canto inferior direito */
    --nx-pr-outer: #AEB5C0;
    --nx-color-canvas: radial-gradient(60% 60% at 100% 100%, #EDF3DC 0%, transparent 100%), linear-gradient(145deg, #F7F7F5 0%, #F7F7F5 60%, #F2F5EA 100%);
    --nx-color-canvas-mobile: radial-gradient(70% 45% at 100% 60%, #EDF3DC 0%, transparent 100%), linear-gradient(180deg, #F7F7F5 0%, #F4F6EE 100%);
    --nx-pr-canvas-m-bot: #F5F7F1;
    --nx-color-surface: #FFFFFF;
    --nx-color-folder: #ECF1DE;
    --nx-color-divider: #EAEAE6;
    --nx-color-weekend: #676B65;          /* vermelho é só crítico: fim de semana vira cinza */
    --nx-data-neutral: #E4E4E0;
    --nx-data-progress: #C7DE9A;          /* rampa ordinal: #E4E4E0 → #C7DE9A → #A1C84D */
    --nx-data-critical: #ED1C24;
    --nx-data-critical-text: #C81018;
    --nx-data-hatch-accent-bg: #F2F7E5; --nx-data-hatch-accent-line: #C7DE9A;
    --nx-pr-status-lime: #E4EFC4; --nx-pr-status-lime-ink: #55701F;
    --nx-color-photo-a:#C9D2BE; --nx-color-photo-b:#292929;
  }
  [data-nx-preset="govsc"][data-nx-theme="dark"], [data-nx-preset="govsc"] [data-nx-theme="dark"] {   /* descendente: o quadro escuro dentro da folha govsc */
    --nx-color-canvas: linear-gradient(145deg, #161A1C 0%, #1B2418 100%);
    --nx-color-canvas-mobile: var(--nx-color-canvas);
    --nx-pr-canvas-m-bot: #191F1A;
    --nx-color-sheet: #14191A;
    --nx-color-surface: #1D2426;
    --nx-color-surface-opaque: #232B2C;
    --nx-color-folder: #0E1213;
    --nx-color-strong: #0E1213;
    --nx-color-strong-well: #333C3B;
    --nx-color-on-strong: #E9EFE9;
    --nx-color-accent: #A1C84D;
    --nx-color-on-accent: #0E1213;
    --nx-color-text: #E9EFE9;
    --nx-color-text-on-surface: #E9EFE9;
    --nx-color-text-muted: #98A69F;
    --nx-color-text-faint: #93A199;
    --nx-color-border: #2A3234; --nx-color-divider: #2A3234;
    --nx-color-control: #232B2C; --nx-color-control-soft: #1F2A19; --nx-color-input: #232B2C;
    --nx-color-cell: #232B2C; --nx-color-on-cell: #E9EFE9;
    --nx-pr-status-gray: #2A3234; --nx-pr-status-gray-ink: #C5CFC8;
    --nx-color-on-control: #E9EFE9; --nx-color-on-control-muted: #98A69F;
    --nx-chevron-img: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%23E9EFE9' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
    --nx-color-selected: #A1C84D; --nx-color-selected-read: #2C3A1E;
    --nx-color-weekend: #98A69F;          /* cinza claro sobre o cartão escuro (o claro usa #676B65) */
    --nx-data-primary: #A1C84D;
    --nx-data-reference: #333C3B;
    --nx-data-neutral: #47554A; --nx-data-on-neutral: #E9EFE9; --nx-data-progress: #72A365; --nx-data-positive-strong: #B7DA69;
    --nx-data-track: #2A3234; --nx-data-tick: #3A4446; --nx-data-dot-off: #333C3B;
    --nx-data-map-sea: #14191A; --nx-data-map-land: #2A3234; --nx-data-map-data: #47554A; --nx-data-map-leader: #72A365; --nx-data-map-current: #A1C84D;
    --nx-data-hatch-bg: #232B2C; --nx-data-hatch-line: #3A4446;
    --nx-data-hatch-area-bg: #1D2426; --nx-data-hatch-area-line: #2A3234;
    --nx-data-hatch-cal-bg: #1D2426; --nx-data-hatch-cal-line: #2A3234;
    --nx-data-critical-text: #FF8A8F;
    --nx-color-photo-a:#3A4A3A; --nx-color-photo-b:#0E1213;
    --nx-shadow-card: 0 16px 38px rgba(0,0,0,.22); --nx-shadow-control: 0 4px 18px rgba(0,0,0,.18); --nx-shadow-shell: 0 28px 84px rgba(0,0,0,.48);
  }
}
