/* KMSoft Portal – Nature Tech (alapértelmezett) */
:root {
    --p-primary:        #7BBA40;
    --p-primary-dark:   #5a9a1f;
    --p-primary-light:  rgba(123, 186, 64, 0.08);
    --p-secondary:      #323D37;
    --p-surface:        #ffffff;
    --p-surface-alt:    #f8faf6;
    --p-border:         rgba(50, 61, 55, 0.12);
    --p-text:           #1a1f1c;
    --p-text-muted:     #5c6860;
    --p-danger:         #e74c3c;
    --p-success:        #28ca41;
    --p-warning:        #f0a500;
    --p-sidebar-bg:     #323D37;
    --p-sidebar-text:   rgba(255, 255, 255, 0.65);
    --p-sidebar-active: rgba(123, 186, 64, 0.18);
    --p-sidebar-hover:  rgba(255, 255, 255, 0.06);
}
