:root{--color-bg: #fff;--color-card: #fff;--color-shadow: 0 1px 6px rgba(0,0,0,.04);--radius: 12px;--color-title: #111;--color-text: #666;--color-sub: #999;--color-price: #fa2c2c;--color-primary: #007aff;--color-border: #eee}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--color-bg);color:var(--color-title)}#app{min-height:100vh;padding-bottom:60px}.nav{position:fixed;bottom:0;left:0;right:0;height:58px;background:#fff;display:flex;align-items:center;justify-content:space-around;border-top:1px solid #f0f0f0;z-index:100;box-shadow:0 -2px 12px #0000000a}.nav-link{text-decoration:none;color:#bfbfbf;font-size:10px;display:flex;flex-direction:column;align-items:center;gap:3px;padding:6px 14px;position:relative;transition:all .25s ease}.nav-link.router-link-active{color:#ff4d4f}.nav-link.router-link-active .nav-icon{stroke:#ff4d4f}.nav-link.router-link-active:after{content:"";position:absolute;top:-1px;left:50%;transform:translate(-50%);width:22px;height:2.5px;background:linear-gradient(90deg,#ff7875,#ff4d4f,#cf1322);border-radius:0 0 2px 2px}.nav-icon{width:23px;height:23px;stroke:#bfbfbf;transition:stroke .25s ease,transform .2s}.nav-text{font-size:10px;font-weight:500;letter-spacing:.5px;transition:color .25s ease}.nav-link:active .nav-icon{transform:scale(.88)}.site-footer{background:#f8f9fa;border-top:1px solid #eee;padding:24px 16px 12px;margin-top:40px}.footer-inner{max-width:800px;margin:0 auto;text-align:center}.footer-brand{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:12px}.footer-logo{font-size:15px;font-weight:600;color:#333}.footer-slogan{font-size:12px;color:#999}.footer-links{display:flex;justify-content:center;align-items:center;gap:4px;margin-bottom:12px;flex-wrap:wrap}.footer-links a{color:#007aff;text-decoration:none;font-size:13px;padding:2px 4px}.footer-links a:hover{text-decoration:underline}.footer-links .sep{color:#ddd;font-size:12px}.footer-copy{font-size:12px;color:#bbb;margin-bottom:4px}.footer-icp{font-size:12px;color:#bbb}.footer-icp a{color:#999;text-decoration:none}.footer-icp a:hover{color:#007aff;text-decoration:underline}
