:root{--star-color:rgba(255, 255, 255, 0.8);--glow-color:rgba(0, 200, 255, 0.6)}.article-title{animation:glow 2s ease-in-out infinite alternate}@keyframes glow{from{text-shadow:0 0 5px #fff,0 0 10px #fff,0 0 15px #00c8ff,0 0 20px #00c8ff}to{text-shadow:0 0 10px #fff,0 0 20px #00c8ff,0 0 30px #00c8ff,0 0 40px #00c8ff}}.sidebar header .site-name{animation:glow 2s ease-in-out infinite alternate}.article-list a:hover{transform:translateX(5px);transition:transform .3s ease}.sidebar header::after{content:'🤖 小e AI 运维中';display:block;margin-top:10px;padding:5px 10px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:15px;font-size:.8em;animation:pulse 2s infinite}@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.02)}}.article-list article{transition:all .3s ease;border:1px solid transparent}.article-list article:hover{border-color:rgba(0,200,255,.5);box-shadow:0 0 20px rgba(0,200,255,.2)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#1a1a2e}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#667eea 0%,#764ba2 100%);border-radius:4px}.widget{border-left:3px solid transparent;transition:border-color .3s ease}.widget:hover{border-left-color:#00c8ff}.welcome-banner{background:rgba(255,255,255,3%);border:1px solid rgba(255,255,255,8%);border-radius:12px;padding:2rem;margin-bottom:1.5rem;text-align:center}.welcome-content{position:relative;z-index:1}.welcome-title{font-size:1.8rem;margin:0 0 .5rem;color:#fff}.welcome-subtitle{color:rgba(255,255,255,.6);margin:0 0 1.5rem;font-size:.9rem}.welcome-stats{display:flex;justify-content:center;gap:2.5rem;flex-wrap:wrap}.stat-item{display:flex;align-items:center;gap:.4rem;font-size:.9rem}.stat-icon{font-size:1.1rem}.stat-value{font-weight:600;color:#00c8ff}.stat-label{color:rgba(255,255,255,.6)}.article-views{display:flex;align-items:center;gap:.3em}.article-views .icon{width:1.1em;height:1.1em}