/* 主題三：全淺色（對齊目前桌面 App 淺色主題）— 白底 + 藍色主色 */
:root {
    --bg: #f8fafc;
    --text: #1e293b;
    --muted: #64748b;
    --border: #e2e8f0;

    --accent: #3b82f6;
    --accent-soft: rgba(59,130,246,.10);

    --cta: linear-gradient(135deg, #3b82f6, #2563eb);
    --cta-text: #ffffff;
    --cta-shadow: rgba(37,99,235,.28);

    --ghost-bg: #ffffff;
    --ghost-text: #1e293b;
    --ghost-border: #cbd5e1;
    --ghost-hover: #f1f5f9;

    --nav-bg: rgba(255,255,255,.85);
    --nav-border: #e2e8f0;
    --nav-text: #1e293b;

    --hero-bg: linear-gradient(180deg, #eef2f8 0%, #f8fafc 100%);
    --hero-text: #0f172a;
    --hero-sub: #475569;
    --hero-pattern: linear-gradient(rgba(59,130,246,.10) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(59,130,246,.10) 1px, transparent 1px);
    --hero-pattern-opacity: .5;
    --hero-glow: rgba(59,130,246,.16);
    --hero-badge-bg: rgba(59,130,246,.10);
    --hero-badge-text: #2563eb;
    --hero-badge-border: rgba(59,130,246,.25);

    --surface: #ffffff;
    --card-shadow: rgba(15,23,42,.08);

    --disc-bg: #f1f5f9;
    --cta-band-bg: linear-gradient(135deg, #2563eb, #3b82f6);
    --cta-band-text: #ffffff;
    --cta-band-sub: rgba(255,255,255,.85);

    --footer-bg: #ffffff;
    --footer-text: #1e293b;
    --footer-border: #e2e8f0;
}
