/* Light — 모던 라이트 테마 */
:root {
    --bg-color: #f4f6fb;
    --bg-2: #ffffff;
    --card-bg: #ffffff;
    --surface-2: #eef1f6;
    --surface-3: #e3e8f0;
    --border: rgba(20, 30, 60, 0.08);
    --text-main: #1a1d24;
    --text-sub: #5b6472;
    --accent: #2f6bff;
    --accent-2: #4f8bff;
    --on-accent: #ffffff;
    --danger: #ff4d5e;
    --shadow: 0 8px 24px rgba(20, 30, 60, 0.08);
}
