* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html.has-top-progress-pending {
    --top-progress-value: 0.34;
}
body {
    margin: 0;
    font-family: 'Manrope', 'Segoe UI', 'PingFang SC', 'Microsoft YaHei', sans-serif;
    color: var(--ink);
    background:
        radial-gradient(circle at top left, rgba(245,158,11,0.14), transparent 28%),
        radial-gradient(circle at 80% 10%, rgba(37,99,235,0.14), transparent 24%),
        linear-gradient(180deg, #fbfdff 0%, var(--bg) 58%, #eef3fb 100%);
}
a { color: inherit; text-decoration: none; }
p { line-height: 1.7; }
img { max-width: 100%; }
