@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:#f8fafc;color:#0f172a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.header{background:#fff;border-bottom:1px solid #e2e8f0;padding:16px 0;position:-webkit-sticky;position:sticky;top:0;z-index:10}.header-inner{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;align-items:center;gap:12px}.logo{font-size:20px;font-weight:700;color:#2563eb;text-decoration:none;letter-spacing:-.02em}.logo span{color:#64748b;font-weight:400}.container{max-width:1200px;margin:0 auto;padding:32px 24px 64px}.page-header{margin-bottom:28px}h1{font-size:28px;font-weight:700;margin:0 0 6px;color:#0f172a;letter-spacing:-.02em}.subtitle{color:#64748b;font-size:14px;margin:0}.subtitle strong{color:#0f172a;font-weight:600}.filters{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:24px;background:#fff;padding:16px;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 1px 2px rgba(0,0,0,.04)}.filters input[type=text]{flex:1 1;min-width:240px;padding:10px 14px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;font-family:inherit;transition:border-color .15s,box-shadow .15s;outline:none}.filters input[type=text]:focus{border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.1)}.filters select{padding:10px 36px 10px 14px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;font-family:inherit;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%2364748b' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10l-5 5z'/%3E%3C/svg%3E") no-repeat right 12px center;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;transition:border-color .15s;outline:none}.filters select:focus{border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.1)}.filters button{padding:10px 20px;border:none;border-radius:8px;background:#2563eb;color:#fff;font-size:14px;font-weight:500;font-family:inherit;cursor:pointer;transition:background .15s,transform .1s;white-space:nowrap}.filters button:hover{background:#1d4ed8}.filters button:active{transform:scale(.98)}.filters .reset-link{display:flex;align-items:center;padding:0 4px;font-size:13px;color:#64748b;text-decoration:none;transition:color .15s}.filters .reset-link:hover{color:#2563eb}.table-wrap{background:#fff;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 1px 2px rgba(0,0,0,.04);overflow:hidden}table{width:100%;border-collapse:collapse}thead{background:#f8fafc}th{text-align:left;padding:12px 16px;font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #e2e8f0;white-space:nowrap}td{padding:14px 16px;border-bottom:1px solid #f1f5f9;font-size:14px;vertical-align:top}tbody tr{transition:background .1s}tbody tr:hover{background:#f8fafc}tbody tr:last-child td{border-bottom:none}.company-name{font-weight:600;color:#0f172a}.company-address{color:#94a3b8;font-size:12px;margin-top:2px}.badge{display:inline-block;padding:3px 10px;border-radius:999px;font-size:12px;font-weight:500;background:#eff6ff;color:#2563eb}.badge,.rating{white-space:nowrap}.rating{font-weight:600}.rating-high{color:#16a34a}.rating-mid{color:#d97706}.rating-low{color:#dc2626}.stars{display:inline-flex;gap:1px;margin-left:4px;font-size:11px;color:#facc15;vertical-align:middle}.reviews{color:#64748b;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}a.site{color:#2563eb;text-decoration:none;word-break:break-all;font-size:13px;transition:color .15s}a.site:hover{color:#1d4ed8;text-decoration:underline}.phone{color:#64748b;font-size:13px;white-space:nowrap}.muted{color:#94a3b8}.empty{padding:60px 24px;text-align:center;color:#64748b;background:#fff;border-radius:12px;border:1px solid #e2e8f0}.empty-icon{font-size:40px;margin-bottom:12px;opacity:.4}.meta{display:flex;justify-content:space-between;align-items:center;margin-top:16px;font-size:13px;color:#64748b}.pagination{display:flex;gap:4px;flex-wrap:wrap}.pagination a,.pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 8px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;font-size:13px;font-weight:500;text-decoration:none;color:#475569;transition:all .15s}.pagination a:hover{background:#f1f5f9;border-color:#cbd5e1;color:#0f172a}.pagination .current{background:#2563eb;color:#fff;border-color:#2563eb}@media (max-width:768px){.container{padding:20px 16px 48px}h1{font-size:22px}.filters{flex-direction:column;gap:10px}.filters input[type=text]{min-width:unset}.table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}table{min-width:700px}.meta{flex-direction:column;gap:12px}}@media (prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}}:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}