﻿:root {
    /* ========================================================
       Brand
       ======================================================== */

    --nh-brand-50: #f0fdfa;
    --nh-brand-100: #ccfbf1;
    --nh-brand-200: #99f6e4;
    --nh-brand-300: #5eead4;
    --nh-brand-400: #2dd4bf;
    --nh-brand-500: #14b8a6;
    --nh-brand-600: #0d9488;
    --nh-brand-700: #0f766e;
    --nh-brand-800: #115e59;
    --nh-brand-900: #134e4a;
    --nh-accent: var(--nh-brand-700);
    --nh-accent-hover: var(--nh-brand-600);
    --nh-accent-bright: var(--nh-brand-400);
    /* ========================================================
       Backgrounds
       ======================================================== */

    --nh-bg: #0b0f10;
    --nh-bg-elevated: #0e1314;
    --nh-surface: #111819;
    --nh-surface-raised: #151d1e;
    --nh-surface-hover: #192223;
    --nh-surface-active: #1d2829;
    /* ========================================================
       Borders
       ======================================================== */

    --nh-border: rgba(255, 255, 255, 0.07);
    --nh-border-hover: rgba(255, 255, 255, 0.12);
    --nh-border-active: rgba(20, 184, 166, 0.45);
    /* ========================================================
       Text
       ======================================================== */

    --nh-text: #f3f4f6;
    --nh-text-secondary: #d1d5db;
    --nh-text-muted: #9ca3af;
    --nh-text-subtle: #6b7280;
    --nh-text-disabled: #4b5563;
    /* ========================================================
       Semantic Colors
       ======================================================== */

    --nh-success: #22c55e;
    --nh-warning: #f59e0b;
    --nh-error: #ef4444;
    --nh-info: #3b82f6;
    /* Used for potential / suggestion states */
    --nh-potential: #818cf8;

    /* Semantic surfaces */
    --nh-success-surface: rgba(34, 197, 94, 0.10);
    --nh-warning-surface: rgba(245, 158, 11, 0.10);
    --nh-error-surface: rgba(239, 68, 68, 0.10);
    --nh-info-surface: rgba(59, 130, 246, 0.10);
    --nh-potential-surface: rgba(129, 140, 248, 0.10);

    /* Semantic borders */

--nh-success-border: rgba(34, 197, 94, 0.25);
--nh-warning-border: rgba(245, 158, 11, 0.25);
--nh-error-border: rgba(239, 68, 68, 0.25);
--nh-info-border: rgba(59, 130, 246, 0.25);
--nh-potential-border: rgba(129, 140, 248, 0.25);
    /* ========================================================
       Typography
       ======================================================== */

    --nh-font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --nh-font-size-xs: 0.75rem;
    --nh-font-size-sm: 0.875rem;
    --nh-font-size-md: 1rem;
    --nh-font-size-lg: 1.125rem;
    --nh-font-size-xl: 1.375rem;
    --nh-font-size-2xl: 1.75rem;
    --nh-font-size-3xl: 2.25rem;
    --nh-font-size-4xl: 3rem;
    --nh-line-height-tight: 1.15;
    --nh-line-height-normal: 1.5;
    --nh-line-height-relaxed: 1.7;
    /* ========================================================
       Spacing
       ======================================================== */

    --nh-space-1: 4px;
    --nh-space-2: 8px;
    --nh-space-3: 12px;
    --nh-space-4: 16px;
    --nh-space-5: 20px;
    --nh-space-6: 24px;
    --nh-space-8: 32px;
    --nh-space-10: 40px;
    --nh-space-12: 48px;
    --nh-space-16: 64px;
    /* ========================================================
       Border Radius
       ======================================================== */

    --nh-radius-sm: 6px;
    --nh-radius-md: 9px;
    --nh-radius-lg: 12px;
    --nh-radius-xl: 16px;
    --nh-radius-2xl: 20px;
    --nh-radius-round: 999px;
    /* ========================================================
       Layout
       ======================================================== */

    --nh-header-height: 68px;
    --nh-content-width: 1440px;
    --nh-content-padding: 32px;
    /* ========================================================
       Shadows
       ======================================================== */

    --nh-shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.18);
    --nh-shadow-md: 0 8px 24px rgba(0, 0, 0, 0.25);
    --nh-shadow-lg: 0 16px 40px rgba(0, 0, 0, 0.35);
    /* ========================================================
       Transitions
       ======================================================== */

    --nh-transition-fast: 120ms ease;
    --nh-transition-normal: 180ms ease;
    --nh-transition-slow: 250ms ease;
}
