/* Open WebUI 文档样式 */
@import url('../openclaw/style.css');

:root {
    --primary: #3b82f6;
    --primary-dark: #2563eb;
    --accent-orange: #f59e0b;
    --accent-cyan: #06b6d4;
    --gradient-primary: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    --shadow-glow: 0 0 20px rgba(59, 130, 246, 0.3);
}
