*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;background:#f5f5f5;color:#111827}a{color:#f97316;text-decoration:none}.page{max-width:980px;margin:0 auto;padding:40px 20px 60px}.hero{text-align:center;margin-bottom:32px}.icon-box{width:56px;height:56px;margin:0 auto 20px;border-radius:16px;display:grid;place-items:center;background:#fde7d7;font-size:24px}.hero h1{margin:0;font-size:48px;font-weight:700}.hero p{margin-top:10px;color:#6b7280;font-size:18px}.search-form{display:grid;grid-template-columns:1fr 1fr 160px;gap:12px;margin-bottom:28px}.search-form input,.search-form button,.result-card select{height:52px;border-radius:14px;border:1px solid #d1d5db;padding:0 16px;font-size:16px}.search-form input:focus,.result-card select:focus{outline:none;border-color:#f97316;box-shadow:0 0 0 3px #f9731626}.search-form button,.load-more-wrapper button{border:none;background:#f97316;color:#fff;font-weight:700;cursor:pointer;border-radius:14px;padding:0 20px;height:52px}.results-count{margin-bottom:16px;color:#6b7280}.results-list{display:flex;flex-direction:column;gap:16px}.result-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:20px;display:flex;justify-content:space-between;gap:24px}.result-main h3{margin-top:0;margin-bottom:12px;font-size:22px}.badge{display:inline-block;background:#fde7d7;color:#c2410c;padding:6px 10px;border-radius:999px;font-size:13px;margin-bottom:12px}.result-main p{margin:8px 0;color:#4b5563}.result-side{min-width:180px;display:flex;flex-direction:column;justify-content:center}.result-side label{margin-bottom:8px;color:#6b7280;font-size:14px}.load-more-wrapper{margin-top:24px;display:flex;justify-content:center}@media(max-width:768px){.hero h1{font-size:34px}.search-form{grid-template-columns:1fr}.result-card{flex-direction:column}.result-side{min-width:unset}}
