/* Platform 88.2.1 — Autos design tokens */
.ahp8821 {
    --auto-primary: #dc2626;
    --auto-primary-dark: #b91c1c;
    --auto-accent: #f59e0b;
    --auto-accent-steel: #94a3b8;
    --auto-surface: #18181b;
    --auto-surface-raised: #27272a;
    --auto-surface-metal: linear-gradient(145deg, #3f3f46 0%, #27272a 50%, #18181b 100%);
    --auto-text: #fafafa;
    --auto-text-muted: #d4d4d8;
    --auto-text-subtle: #a1a1aa;
    --auto-border: rgba(161, 161, 170, 0.25);
    --auto-border-strong: #52525b;
    --auto-success: #22c55e;
    --auto-radius: 0.5rem;
    --auto-radius-lg: 1rem;
    --auto-shadow: 0 6px 24px rgba(0, 0, 0, 0.35);
    --auto-font-display: "Segoe UI", system-ui, sans-serif;
    --auto-space-section: clamp(2.5rem, 6vw, 4.5rem);
    --auto-space-block: clamp(1rem, 3vw, 1.75rem);
}
