.daily-update-section{overflow:hidden}.daily-tabs{display:flex;align-items:center;gap:8px;margin:0 0 2px;padding:3px;border:1px solid #e5ebf4;border-radius:12px;background:#f5f8fc;width:max-content;max-width:100%;overflow-x:auto}.daily-tab{min-width:72px;border:0;border-radius:8px;background:transparent;color:#71819a;padding:8px 16px;font:700 13px "Noto Sans SC","Microsoft YaHei",sans-serif;cursor:pointer;transition:background .18s ease,color .18s ease,box-shadow .18s ease}.daily-tab:hover{color:#2863eb}.daily-tab.is-active{color:#fff;background:#2863eb;box-shadow:0 3px 8px rgba(40,99,235,.25)}.daily-panel{display:none}.daily-panel.is-active{display:block;animation:daily-panel-in .2s ease}.daily-empty{padding:43px 12px 25px;text-align:center;color:#8b99ad;font-size:13px}.daily-update-section .update-list>a{transition:padding .18s ease,background .18s ease}.daily-update-section .update-list>a:hover{padding-left:10px;background:#f8fbff}.daily-update-section .update-list>a:hover b{color:#2863eb}@keyframes daily-panel-in{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media(max-width:800px){.daily-tabs{width:100%;gap:3px}.daily-tab{min-width:0;flex:1;padding:8px 7px;font-size:12px}.daily-update-section .update-list>a{padding:15px 2px}}
