:root{--color-hk:#e53935;--color-cn:#f6c40e;--color-ca:#003d7a;--color-bg:#f5f5f5;--color-surface:#fff;--color-text:#212121;--color-text-secondary:#757575;--color-border:#e0e0e0;--radius:8px;--font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background:var(--color-bg);color:var(--color-text);min-height:100dvh;display:flex;flex-direction:column}