:root {
    /* 배경 */
    --bg-primary: #0f0f1a;
    --bg-secondary: #161625;
    --bg-tertiary: #1e1e32;
    --bg-elevated: #252540;
    --bg-input: #1a1a2e;
    --bg-hover: #2a2a45;

    /* 텍스트 */
    --text-primary: #e8e8f0;
    --text-secondary: #a0a0b8;
    --text-muted: #6b6b80;
    --text-inverse: #0f0f1a;

    /* 액센트 */
    --accent: #e94560;
    --accent-hover: #ff6b81;
    --accent-muted: rgba(233, 69, 96, 0.15);

    /* 채팅 버블 */
    --user-bubble: #2a3f5f;
    --ai-bubble: #1e1e32;

    /* 상태 */
    --success: #10b981;
    --warning: #f59e0b;
    --error: #ef4444;
    --info: #3b82f6;

    /* 테두리 */
    --border: #2a2a40;
    --border-light: #353550;

    /* 그림자 */
    --shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.4);

    /* 레이아웃 */
    --sidebar-w: 260px;
    --header-h: 56px;
    --radius: 8px;
    --radius-lg: 12px;
    --transition: 0.2s ease;

    /* 폰트 */
    --font: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans KR', sans-serif;
    --font-mono: 'SF Mono', 'Fira Code', monospace;
}
