*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;font-size:14px;color:#333;background:#f5f7fa;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:#2f6cef;text-decoration:none}a:hover{color:#1a4fc9}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.app-header{display:flex!important;justify-content:space-between;align-items:center;padding:0 24px!important;height:56px!important;background:#fff!important;border-bottom:1px solid #e8e8e8;box-shadow:0 1px 4px rgba(0,0,0,.04);position:-webkit-sticky;position:sticky;top:0;z-index:100;line-height:56px!important}.header-left{gap:32px}.header-left,.logo{display:flex;align-items:center}.logo{gap:8px;cursor:pointer}.logo-icon{width:32px;height:32px;border-radius:8px;background:linear-gradient(135deg,#2f6cef,#5b8def);display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;color:#fff}.logo-text{font-size:16px;font-weight:600;color:#1a1a2e}.nav-links{display:flex;gap:4px}.nav-item{color:#666!important;font-size:14px;border-radius:6px;height:36px}.nav-item.active,.nav-item:hover{color:#2f6cef!important;background:#f0f5ff!important}.nav-item.active{font-weight:500}.header-right,.user-avatar-wrap{display:flex;align-items:center}.user-avatar-wrap{gap:8px;cursor:pointer;padding:4px 8px;border-radius:20px;transition:background .2s}.user-avatar-wrap:hover{background:#f5f5f5}.user-name{font-size:13px;color:#333;max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-content{max-width:1400px;width:100%;margin:0 auto;padding:24px;min-height:calc(100vh - 56px - 48px)}.app-footer{text-align:center;padding:14px 0;color:#999;font-size:12px;background:transparent}.app-footer a{color:#2f6cef}.footer-separator{margin:0 8px}@media (max-width:768px){.app-header{padding:0 12px}.nav-links{gap:0}.logo-text,.nav-item span{display:none}.app-content{padding:16px}}