/* Theme variables scoped to the tool */
:root {
    --primary: #6366f1;
    --primary-hover: #4f46e5;
    --secondary: #334155;
    --secondary-hover: #475569;
    --success: #10b981;
    --error: #ef4444;

    --bg-main: #0f172a;
    --bg-card: #1e293b;
    --bg-input: #0f172a;

    --text-main: #f8fafc;
    --text-muted: #94a3b8;

    --border-color: #334155;

    --radius-sm: 0.375rem;
    --radius-md: 0.5rem;
    --radius-lg: 0.75rem;
}
