/**
 * Kompresor zdjęć — default theme fallback.
 *
 * Provides baseline colors when no portal-specific theme file exists.
 * Portal themes (e.g. techna-pologne.css) override these via their own
 * CSS custom properties.
 */

.pbn-tool-kompresor-zdjec {
    --primary: #3b82f6;
    --primary-hover: #2563eb;
    --success: #16a34a;
    --danger: #dc2626;
    --border-color: #e5e7eb;
    --surface: #ffffff;
    --surface-alt: #f9fafb;
    --surface-hover: #eff6ff;
    --heading-color: #111827;
    --text-primary: #1f2937;
    --text-secondary: #6b7280;
    --radius-md: 8px;
    --radius-lg: 12px;
}
