*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;background:#f5f5f5;color:#333;line-height:1.6}.app{max-width:800px;margin:0 auto;min-height:100vh;display:flex;flex-direction:column;background:#fff}.header{background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;padding:20px 16px;box-shadow:0 2px 8px #00000026}.header-inner{display:flex;align-items:center;justify-content:space-between}.title{font-size:20px;font-weight:700;display:flex;align-items:center;gap:8px}.title-icon{font-size:24px}.update-time{font-size:12px;color:#ffffffb3}.tabs{display:flex;border-bottom:1px solid #e8e8e8;background:#fff;overflow-x:auto}.tab{flex:1;padding:12px 8px;border:none;background:none;cursor:pointer;font-size:14px;font-weight:500;color:#666;border-bottom:3px solid transparent;display:flex;align-items:center;justify-content:center;gap:6px;white-space:nowrap;transition:all .2s}.tab:active{background:#f5f5f5}.tab-active{font-weight:600}.tab-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.tab-count{font-size:11px;background:#f0f0f0;color:#666;padding:1px 6px;border-radius:10px;font-weight:400}.main{flex:1;padding:16px}.loading{text-align:center;padding:40px;color:#999}.spinner{width:32px;height:32px;border:3px solid #e8e8e8;border-top-color:#333;border-radius:50%;margin:0 auto 12px;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error{text-align:center;padding:20px;color:#e74c3c;background:#ffeaea;border-radius:8px}.brand-section{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.brand-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-left:4px solid;background:#fafafa;border-radius:0 8px 8px 0;margin-bottom:12px}.brand-name{font-size:18px;font-weight:600}.news-count{font-size:13px;color:#999}.empty{text-align:center;padding:40px;color:#999}.news-list{list-style:none}.news-item{padding:12px 0;border-bottom:1px solid #f0f0f0}.news-item:last-child{border-bottom:none}.news-title{display:block;font-size:15px;color:#333;text-decoration:none;line-height:1.5;margin-bottom:6px;transition:color .2s}.news-title:hover{color:var(--brand-color)}.news-meta{display:flex;align-items:center;gap:12px;font-size:12px}.news-source{font-weight:500}.news-date{color:#999}.footer{text-align:center;padding:16px;color:#999;font-size:12px;border-top:1px solid #f0f0f0}@media(max-width:480px){.header{padding:16px 12px}.title{font-size:18px}.tab{font-size:13px;padding:10px 4px}.main{padding:12px}}
