[data-theme="dark"] {
    --pi-primary: #35d07f;
    --pi-primary-hover: #5ade99;
    --pi-primary-active: #20b86b;
    --pi-primary-soft: rgba(53, 208, 127, .14);
    --pi-primary-contrast: #041411;

    --pi-bg: #07110f;
    --pi-bg-secondary: #0b1714;
    --pi-surface: #101d1a;
    --pi-surface-secondary: #14231f;
    --pi-surface-elevated: #182a25;
    --pi-surface-interactive: #1d332d;

    --pi-text: #eef7f3;
    --pi-text-secondary: #bfd0ca;
    --pi-text-muted: #8da39b;
    --pi-text-inverse: #07110f;

    --pi-border: #274139;
    --pi-border-soft: #1d332d;
    --pi-border-strong: #3b5f54;

    --pi-success: #35d07f;
    --pi-success-soft: rgba(53, 208, 127, .14);
    --pi-danger: #ff7b7b;
    --pi-danger-soft: rgba(255, 123, 123, .14);
    --pi-warning: #f0bf54;
    --pi-warning-soft: rgba(240, 191, 84, .15);
    --pi-info: #86b7ff;
    --pi-info-soft: rgba(134, 183, 255, .14);

    --pi-shadow-xs: 0 1px 2px rgba(0, 0, 0, .18);
    --pi-shadow-sm: 0 12px 24px rgba(0, 0, 0, .22);
    --pi-shadow-md: 0 18px 44px rgba(0, 0, 0, .30);
    --pi-shadow-lg: 0 24px 60px rgba(0, 0, 0, .36);
    --pi-overlay: rgba(0, 0, 0, .62);
    --pi-chart-grid: #2e4a42;
    --pi-chart-tooltip-bg: #eaf7f1;
    --pi-chart-tooltip-text: #07110f;
}
