/* K.AI - Tokens y Variables Globales */
:root {
    --bg-base: #000000;
    --bg-elevated: #0a0a0a;
    --bg-overlay: rgba(255, 255, 255, 0.03);
    --border-color: rgba(255, 255, 255, 0.08);
    --border-highlight: rgba(255, 255, 255, 0.15);

    --text-primary: #ededed;
    --text-secondary: #888888;
    --text-tertiary: #555555;

    --brand-accent: #ffffff;
    --success-color: #2ecca6;
    --error-color: #ff4a4a;

    --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    --font-mono: 'JetBrains Mono', monospace;

    --bezier-smooth: cubic-bezier(0.16, 1, 0.3, 1);
}