:root {
    --primary: #1a1a2e;
    --primary-dark: #16213e;
    --primary-light: #4a4a6a;
    --bg: #ffffff;
    --bg-card: #ffffff;
    --bg-nav: rgba(255,255,255,0.95);
    --text: #111;
    --text-light: #666;
    --border: #e8e8e8;
    --success: #2ecc71;
    --error: #e74c3c;
    --shadow: 0 1px 3px rgba(0,0,0,0.06);
    --radius: 6px;
    --font: 'Inter', 'Noto Sans TC', system-ui, sans-serif;
}
