.pagination-wrap { background: #fff; border-radius: 12px; padding: 20px 16px; box-shadow: 0 2px 12px rgba(0,0,0,0.06); max-width: 400px; margin: 0 auto; }
.page-info { text-align: center; font-size: 14px; color: #666; margin-bottom: 16px; font-weight: 500; }
.page-controls { display: flex; align-items: center; justify-content: center; gap: 8px; }
.page-btn { height: 40px; display: flex; align-items: center; justify-content: center; border-radius: 8px; background: #f5f5f5; color: #333; font-size: 13px; font-weight: 500; text-decoration: none; transition: all 0.2s; padding: 0 12px; white-space: nowrap; }
.page-btn:active { transform: scale(0.96); background: #e8e8e8; }
.page-btn.primary { background: #a5d9ff; color: #fff; }
.page-btn.primary:active { background: #0056d6; }
.page-btn.disabled { opacity: 0.35; pointer-events: none; color: #999; cursor: default; }
.page-input { width: 50px; height: 40px; border: 1px solid #e0e0e0; border-radius: 8px; text-align: center; font-size: 14px; outline: none; }
.page-input:focus { border-color: #007AFF; }


.article-list { max-width: 600px; margin: auto 10px; }
.article-item { display: flex; background: #fff; border-radius: 12px; margin-bottom: 12px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.04); }
.article-thumb { width: 90px; flex-shrink: 0; object-fit: cover; background: #e0e0e0; }
.article-content { flex: 1; padding: 12px; display: flex; flex-direction: column; justify-content: space-between; min-width: 0; }
.article-title { font-size: 15px; font-weight: 600; color: #1a1a1a; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; margin-bottom: 6px; }
.article-meta { font-size: 12px; color: #999; margin-bottom: 6px; }
.article-desc { font-size: 13px; color: #666; line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }


.s-wrap{max-width:480px;margin:20px auto;padding:0 16px;}
.s-box{position:relative;display:flex;align-items:center;background:#f5f5f5;border-radius:24px;padding:10px 16px;transition:all .2s;}
.s-box:focus-within{background:#fff;box-shadow:0 2px 8px rgba(0,0,0,0.1);}
.s-icon{width:18px;height:18px;color:#999;flex-shrink:0;}
.s-input{flex:1;border:none;background:transparent;outline:none;font-size:14px;color:#333;padding:0 10px;}
.s-input::placeholder{color:#999;}
.s-btn{flex-shrink:0;padding:6px 14px;background:#6cbaf3;color:#fff;border:none;border-radius:16px;font-size:13px;cursor:pointer;}
.s-btn:active{opacity:.8;}
 
 