*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background-color:#f0f2f5;color:#333;line-height:1.6}.container{max-width:1400px;margin:0 auto;padding:0 40px}.app{min-height:100vh;display:flex;flex-direction:column}.header{background:#fff;box-shadow:0 2px 8px #00000014;position:sticky;top:0;z-index:100}.header-top{padding:16px 0;border-bottom:1px solid #f0f0f0}.header-content{display:flex;align-items:center;justify-content:space-between;gap:40px}.header-left{flex-shrink:0}.logo{display:flex;align-items:center;gap:10px;text-decoration:none;color:#333}.logo-icon{font-size:32px}.logo-text{font-size:28px;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.header-center{flex:1;max-width:600px}.search-box{display:flex;background:#f5f5f5;border-radius:30px;overflow:hidden;border:2px solid transparent;transition:all .3s}.search-box:focus-within{border-color:#667eea;background:#fff}.search-box input{flex:1;padding:14px 24px;border:none;background:transparent;font-size:15px;outline:none}.search-box button{padding:14px 24px;background:linear-gradient(135deg,#667eea,#764ba2);border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .3s}.search-box button:hover{opacity:.9}.header-right{flex-shrink:0}.nav{display:flex;gap:8px;align-items:center}.nav a{display:flex;align-items:center;gap:8px;color:#666;text-decoration:none;padding:12px 20px;border-radius:12px;transition:all .3s;font-size:15px;font-weight:500}.nav a:hover{background:#f5f5f5;color:#333}.nav a.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.badge{background:#ff4757;color:#fff;font-size:12px;padding:2px 8px;border-radius:10px;margin-left:4px;font-weight:600}.user-menu{position:relative;display:flex;align-items:center;gap:8px;padding:8px 16px;border-radius:12px;cursor:pointer;transition:background .3s}.user-menu:hover{background:#f5f5f5}.user-avatar{width:32px;height:32px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px}.user-name{font-size:14px;color:#333;font-weight:500}.dropdown-menu{position:absolute;top:100%;right:0;margin-top:8px;background:#fff;border-radius:12px;box-shadow:0 8px 24px #00000026;min-width:200px;padding:8px 0;z-index:1000}.dropdown-item{display:flex;align-items:center;gap:10px;padding:12px 16px;color:#333;text-decoration:none;font-size:14px;transition:background .3s;width:100%;border:none;background:none;cursor:pointer;text-align:left}.dropdown-item:hover{background:#f5f5f5}.dropdown-item.user-info{flex-direction:column;align-items:flex-start;gap:4px}.dropdown-item.user-info strong{font-size:15px}.dropdown-item.user-info span{font-size:12px;color:#999}.dropdown-item.logout{color:#e74c3c}.dropdown-divider{height:1px;background:#f0f0f0;margin:8px 0}.main{flex:1;padding:40px 0}.footer{background:#1a1a2e;color:#a0a0a0;padding:60px 0 0;margin-top:auto}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr;gap:60px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.1)}.footer-brand .logo-icon{font-size:28px}.footer-brand .logo-text{font-size:24px;margin-left:8px}.footer-brand p{margin-top:16px;font-size:14px}.footer-links h4,.footer-contact h4{color:#fff;font-size:16px;margin-bottom:20px;font-weight:600}.footer-links a{display:block;color:#a0a0a0;text-decoration:none;padding:8px 0;font-size:14px;transition:color .3s}.footer-links a:hover{color:#fff}.footer-contact p{font-size:14px;padding:4px 0}.footer-bottom{padding:24px 0;text-align:center;font-size:14px}.footer-bottom p{margin-bottom:12px}.icp-info{display:flex;justify-content:center;align-items:center;gap:12px;flex-wrap:wrap}.icp-info a{color:#666;text-decoration:none;display:inline-flex;align-items:center;gap:4px;transition:color .3s}.icp-info a:hover{color:#fff}.icp-info .divider{color:#444}.gongan-icon{width:16px;height:16px}@media (max-width: 1024px){.container{padding:0 24px}.header-content{gap:24px}.nav a span,.user-name{display:none}.footer-content{grid-template-columns:1fr 1fr;gap:40px}}
