/* Zevor 公共基础样式 - 毛玻璃 iOS 渐变 */
:root{
  --c1:#4361EE; --c2:#7C3AED; --c3:#EC4899;
  --bg1:#F4F6FC; --bg2:#E9EDF9; --bg3:#F1EFFB;
  --glass:rgba(255,255,255,.72);
  --glass-strong:rgba(255,255,255,.88);
  --glass-border:rgba(255,255,255,.6);
  --ink:#1E2433; --sub:#8A93A6; --line:rgba(30,36,51,.07);
  --shadow:0 10px 34px rgba(31,45,120,.12);
  --shadow-soft:0 4px 18px rgba(31,45,120,.07);
  --r-lg:22px; --r-md:16px; --r-sm:12px;
  --trans:.28s cubic-bezier(.4,0,.2,1);
}
*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}
html{scroll-behavior:smooth}
body{
  font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","PingFang SC","Microsoft YaHei",sans-serif;
  background:linear-gradient(165deg,var(--bg1) 0%,var(--bg2) 50%,var(--bg3) 100%);
  background-attachment:fixed;
  color:var(--ink);font-size:14px;line-height:1.6;
  padding-bottom:116px;
  -webkit-font-smoothing:antialiased;
}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
