:root{--brand-primary:#ff4500;--brand-light:#ffe4d6;--brand-hover:#e63e00;--bg-white:#fff;--bg-gray:#f8f9fa;--bg-light:#f0f2f5;--text-primary:#333;--text-secondary:#666;--text-light:#999;--text-light-red:#d55729;--border-color:#e5e5e5}*{box-sizing:border-box;margin:0;padding:0}body{color:#333;color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;line-height:1.6}.home{background:#fff;background:var(--bg-white);display:flex;flex-direction:column;min-height:100vh;min-width:375px}.container{margin:0 auto;max-width:800px;width:80%}.header-wrapper{background:#fff;background:var(--bg-white);padding:180px 0 25px;text-align:center}.logo-section{margin-bottom:10px}.site-logo{height:80px;width:auto}.search-box{border:2px solid #ff4500;border:2px solid var(--brand-primary);border-radius:4px;display:flex;overflow:hidden;width:100%}.search-input{border:none;flex:1 1;font-size:14px;height:44px;outline:none;padding:0 15px}.search-button{align-items:center;background:#ff4500;background:var(--brand-primary);border:none;cursor:pointer;display:flex;height:44px;justify-content:center;transition:background-color .3s ease;width:80px}.search-button:hover{background:#e63e00;background:var(--brand-hover)}.search-icon{color:#fff;font-size:18px}.search-stats{color:#d55729;color:var(--text-light-red);font-size:14px;font-weight:700;line-height:1.5;margin:10px auto;text-align:center}.hot-resources-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(4,1fr);margin-bottom:20px;margin-top:20px;width:100%}.hot-resource-button{background:#0000;border:1px solid #e5e5e5;border:1px solid var(--border-color);border-radius:4px;color:#333;color:var(--text-primary);cursor:pointer;font-size:13px;overflow:hidden;padding:8px 12px;text-align:center;text-overflow:ellipsis;transition:all .3s ease;white-space:nowrap}.hot-resource-button:hover{border-color:#ff4500;border-color:var(--brand-primary);color:#ff4500;color:var(--brand-primary)}.site-footer{background-color:#f0f2f5;background-color:var(--bg-light);border-top:1px solid #eee;color:#666;color:var(--text-secondary);font-size:12px;margin-top:auto;padding:20px 0;text-align:center}.footer-content{display:flex;flex-direction:column;margin:0 auto;max-width:80%}.highlight-number{color:#ff6b6b;font-weight:700}@media (max-width:768px){.container{width:90%}.header-wrapper{padding:80px 0 25px}.hot-resources-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:480px){.hot-resources-grid{grid-template-columns:repeat(2,1fr)}}.no-results{background:#fff;background:var(--bg-white);border-radius:4px;box-shadow:0 2px 8px #0000000d;padding:40px 20px;text-align:center}.no-results h2{font-size:20px}.no-results p{font-size:14px;margin-bottom:20px}.back-button{background:#ff4500;background:var(--brand-primary);border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;padding:8px 24px;transition:background-color .3s}.back-button:hover{background:#e63e00;background:var(--brand-hover)}.results-list{padding:20px 0}.result-item{border:1px solid #e5e5e5;border:1px solid var(--border-color);border-radius:6px}.result-content{margin-right:24px}.result-desc{line-height:1.6;margin:0 0 12px}.result-actions{min-width:90px}.result-actions a,.result-actions button{padding:8px 16px}@media (max-width:768px){.result-item{flex-direction:column;gap:12px;padding:15px}.result-content{margin-right:0;width:100%}.result-title-row{display:flex;flex-direction:column;gap:6px}.result-title{font-size:15px;width:100%}.result-desc{color:#666;color:var(--text-secondary);font-size:12px;line-height:1.5;margin:0 0 8px}.result-meta{align-items:center;display:flex;gap:8px;margin-bottom:12px;width:100%}.result-category{font-size:11px;padding:2px 6px}.result-date{font-size:11px}.result-actions{flex-direction:row;width:100%}.result-actions a,.result-actions button{flex:1 1;padding:8px 12px}}@media (max-width:480px){.result-title{font-size:14px}.result-category,.result-date{font-size:10px}.result-meta{gap:6px}.result-actions a,.result-actions button{font-size:12px;padding:8px 10px}}.search-results{margin:20px auto;max-width:800px;padding:0 20px}.search-header{align-items:center;border-bottom:1px solid #e5e5e5;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;margin-bottom:20px;padding:15px 0}.search-header h2{color:#333;color:var(--text-primary);font-size:18px;font-weight:500}.search-header button{background:#ff4500;background:var(--brand-primary);border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;padding:6px 16px}.results-list{display:flex;flex-direction:column;gap:15px}.result-item{align-items:flex-start;background:#fff;background:var(--bg-white);border-radius:4px;box-shadow:0 2px 8px #0000000d;display:flex;justify-content:space-between;padding:20px;transition:transform .2s}.result-item:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.result-content{flex:1 1;margin-right:20px}.result-meta{margin:4px 0}.result-category{border-radius:2px}.result-title{margin:0 0 8px}.result-desc{color:#666;color:var(--text-secondary);font-size:13px;line-height:1.5;margin:0 0 10px}.result-actions{display:flex;flex-direction:column;gap:8px}.result-actions a,.result-actions button{border-radius:4px;cursor:pointer;font-size:13px;min-width:80px;padding:6px 12px;text-align:center;transition:all .3s;white-space:nowrap}.result-actions a{background:#ff4500;background:var(--brand-primary);color:#fff;text-decoration:none}.result-actions button{background:#fff;border:1px solid #ff4500;border:1px solid var(--brand-primary);color:#ff4500;color:var(--brand-primary)}.result-actions a:hover{background:#e63e00;background:var(--brand-hover)}.result-actions button:hover{background:#ffe4d6;background:var(--brand-light)}.pagination{align-items:center;border-top:1px solid #e5e5e5;border-top:1px solid var(--border-color);display:flex;gap:20px;justify-content:center;margin:30px 0;padding:20px 0}.page-button{background:#ff4500;background:var(--brand-primary);border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;padding:8px 16px;transition:all .3s}.page-button:disabled{background:#ccc;cursor:not-allowed}.page-info{color:#666;color:var(--text-secondary);font-size:14px}.loading,.no-results{padding:40px 20px;text-align:center}.no-results h2{color:#333;color:var(--text-primary);font-size:18px;margin-bottom:10px}.no-results p{color:#666;color:var(--text-secondary);margin-bottom:15px}.no-results button{background:#ff4500;background:var(--brand-primary);border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;padding:8px 20px}.loading{align-items:center;color:#666;color:var(--text-secondary);display:flex;font-size:14px;justify-content:center;min-height:200px}@media (max-width:768px){.search-results{padding:0 15px}.result-item{flex-direction:column;gap:12px;padding:12px 15px}.result-content{margin-right:0;width:100%}.result-title-row{display:flex;flex-direction:column;gap:8px}.result-title{font-size:15px;line-height:1.4;margin:0;width:100%}.result-desc{color:#666;color:var(--text-secondary);font-size:12px;line-height:1.5;margin:0 0 8px}.result-meta{align-items:center;display:flex;gap:8px;margin-bottom:12px;width:100%}.result-category{font-size:11px;padding:2px 6px}.result-date{font-size:11px}.result-actions{flex-direction:row;gap:10px;width:100%}.result-actions a,.result-actions button{flex:1 1;font-size:13px;min-width:0;padding:8px 12px}}@media (max-width:480px){.search-header h2{font-size:15px}.result-title{font-size:14px}.result-desc{font-size:12px}.result-category,.result-date{font-size:10px}.result-actions a,.result-actions button{font-size:12px;padding:8px 10px}.page-button{font-size:13px;padding:6px 12px}.result-category,.result-date{font-size:10px}.result-meta{gap:4px}}.result-title-row{align-items:flex-start;display:flex;gap:15px;justify-content:space-between;margin-bottom:8px}.result-title{color:#333;color:var(--text-primary);flex:1 1;font-size:16px;line-height:1.4;margin:0}.result-meta{align-items:center;display:flex;gap:12px;margin:0;white-space:nowrap}.result-category{background:#ffe4d6;background:var(--brand-light);border-radius:3px;color:#ff4500;color:var(--brand-primary);font-size:12px;min-width:64px;padding:2px 8px;text-align:center}.result-date{color:#666;color:var(--text-secondary);font-size:12px}
/*# sourceMappingURL=main.f211c36d.css.map*/