:root{--navy:#071a3d;--deep-navy:#031026;--red:#d71920;--dark-red:#a80f18;--white:#fff;--light-gray:#f5f7fa;--border-gray:#e3e7ef;--text-dark:#172033;--text-muted:#667085;--max-content:1180px}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;scroll-behavior:smooth}body{min-height:100vh;background:var(--white);color:var(--text-dark);font-family:PingFang SC,Microsoft YaHei,Noto Sans CJK SC,Hiragino Sans GB,sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}::selection{background:rgba(215,25,32,.18);color:var(--deep-navy)}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;animation-duration:1ms!important;animation-iteration-count:1!important;transition-duration:1ms!important}}