*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:#f8fafc;color:#1f2329;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{height:100%}.app-root{display:flex;flex-direction:column;min-height:100vh}.site-header{background:#fffffff2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(0,0,0,.06);position:sticky;top:0;z-index:100}.header-content{max-width:1280px;margin:0 auto;padding:0 2rem;height:80px;display:flex;align-items:center;justify-content:space-between}.logo{text-decoration:none;display:flex;align-items:center;gap:10px;flex-shrink:0}.logo-icon{display:block;height:64px;width:auto;object-fit:contain}.footer-logo-img{height:48px;width:auto;object-fit:contain}.desktop-nav{display:flex;align-items:center;gap:.25rem}.nav-link{color:#475569;text-decoration:none;font-size:.9rem;font-weight:500;padding:8px 14px;border-radius:8px;transition:all .2s}.nav-link:hover{color:#6366f1;background:#6366f10f}.nav-link.router-link-exact-active{color:#6366f1;font-weight:600}.nav-cta{margin-left:8px;padding:8px 20px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff!important;text-decoration:none;border-radius:8px;font-size:.9rem;font-weight:600;transition:all .2s;box-shadow:0 2px 8px #6366f14d}.nav-cta:hover{transform:translateY(-1px);box-shadow:0 4px 12px #6366f166}.nav-dropdown{position:relative}.nav-dropdown-trigger{color:#475569;font-size:.9rem;font-weight:500;cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;align-items:center;gap:4px;padding:8px 14px;border-radius:8px;transition:all .2s}.nav-dropdown-trigger:hover{color:#6366f1;background:#6366f10f}.nav-dropdown-menu{display:none;position:absolute;top:calc(100% + 4px);left:50%;transform:translate(-50%);background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 20px 40px -8px #0000001f,0 0 0 1px #0000000a;min-width:240px;padding:12px;z-index:200}.nav-dropdown-menu:before{content:"";position:absolute;top:-12px;left:0;width:100%;height:12px}.nav-dropdown:hover .nav-dropdown-menu{display:block}.dropdown-section{display:flex;flex-direction:column}.dropdown-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;padding:6px 12px;margin-bottom:2px}.dropdown-divider{height:1px;background:#f1f5f9;margin:8px 0}.nav-dropdown-menu a{display:block;padding:8px 12px;color:#475569;text-decoration:none;font-size:.9rem;border-radius:8px;transition:all .15s}.nav-dropdown-menu a:hover{background:#f1f5f9;color:#6366f1}.main-content{flex:1;width:100%}.site-footer{background:linear-gradient(180deg,#0f172a,#1e293b);color:#94a3b8;padding:4rem 2rem 2rem;margin-top:auto}.footer-inner{max-width:1280px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-brand{max-width:280px}.footer-logo{display:flex;align-items:center;gap:10px;font-weight:700;font-size:1.1rem;color:#e2e8f0;margin-bottom:1rem}.footer-desc{font-size:.9rem;line-height:1.7;color:#64748b;margin-bottom:1.5rem}.footer-qr{display:flex;flex-direction:column;align-items:center;gap:8px;width:fit-content}.qr-img{width:128px;height:128px;border-radius:8px;border:2px solid #334155;background:#fff;padding:4px}.qr-label{font-size:.9rem;line-height:1.5;color:#64748b}.footer-col h4{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#e2e8f0;margin:0 0 1rem}.footer-col a{display:block;color:#64748b;text-decoration:none;font-size:.9rem;padding:4px 0;transition:color .2s}.footer-col a:hover{color:#a5b4fc}.footer-bottom{border-top:1px solid #1e293b;padding-top:2rem;text-align:center}.footer-bottom .copyright{font-size:.85rem;color:#475569;margin-bottom:.75rem}.footer-bottom .disclaimer{font-size:.75rem;color:#475569;line-height:1.6;max-width:640px;margin:0 auto}.footer-bottom .disclaimer strong{color:#64748b}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;color:#475569;padding:8px;border-radius:8px;transition:background .2s}.mobile-menu-btn:hover{background:#f1f5f9}.mobile-nav{display:none;flex-direction:column;background:#fff;border-top:1px solid #e2e8f0;padding:8px 0;max-height:80vh;overflow-y:auto}.mobile-section-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8;padding:12px 24px 4px}.mobile-link{display:block;padding:10px 24px;color:#475569;text-decoration:none;font-size:.95rem;transition:all .15s}.mobile-link.sub{padding-left:40px;font-size:.9rem;color:#64748b}.mobile-link:hover{background:#f8fafc;color:#6366f1}.slide-enter-active,.slide-leave-active{transition:max-height .3s ease,opacity .3s ease;overflow:hidden}.slide-enter-from,.slide-leave-to{max-height:0;opacity:0}.slide-enter-to,.slide-leave-from{max-height:800px;opacity:1}@media (max-width: 768px){.desktop-nav{display:none}.mobile-menu-btn{display:block}.mobile-nav{display:flex}.header-content{padding:0 1rem;height:60px}.logo-icon{height:44px}.mobile-nav{max-height:70vh;-webkit-overflow-scrolling:touch}.mobile-link{padding:12px 20px;font-size:.95rem;border-bottom:1px solid #f1f5f9}.mobile-link.sub{padding-left:36px;font-size:.9rem}.mobile-section-label{padding:14px 20px 6px;font-size:.7rem}.footer-grid{grid-template-columns:1fr 1fr;gap:1.5rem}.footer-brand{grid-column:1 / -1;max-width:100%;text-align:center}.footer-qr{align-items:center;margin:0 auto}.site-footer{padding:2.5rem 1.25rem 1.25rem}.footer-col h4{margin-bottom:.75rem}.footer-col a{font-size:.85rem;padding:3px 0}.qr-img{width:96px;height:96px}.footer-bottom .copyright{font-size:.8rem}.footer-bottom .disclaimer{font-size:.7rem}}@media (max-width: 480px){.header-content{height:56px;padding:0 .75rem}.logo-icon{height:38px}.footer-grid{grid-template-columns:1fr;gap:1.25rem}.footer-brand{text-align:center}.footer-logo{justify-content:center}.footer-desc{font-size:.85rem}.qr-img{width:88px;height:88px}}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans SC,PingFang SC,Microsoft YaHei,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f7f8fa;color:#1f2329;line-height:1.5}a{color:inherit;text-decoration:none}button{font-family:inherit}img{max-width:100%;height:auto}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-thumb{background:#00000026;border-radius:3px}@supports (padding-bottom: env(safe-area-inset-bottom)){body{padding-bottom:env(safe-area-inset-bottom)}}
