.tristay-filter-bar{background:linear-gradient(135deg,#fffaf5,#f3f6ff);border:1px solid #e5e7eb;border-radius:14px;padding:18px 20px;margin-bottom:18px;box-shadow:0 12px 28px -16px rgba(0,0,0,0.18)}
.tristay-filter__tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px}
.tristay-chip{border:1px solid #e0e0e0;background:#fff;border-radius:999px;padding:7px 14px;font-weight:600;color:#333;cursor:pointer;transition:all .16s ease;box-shadow:0 6px 12px -10px rgba(0,0,0,0.3)}
.tristay-chip:hover{border-color:#f2681a;color:#f2681a;transform:translateY(-1px)}
.tristay-chip.is-active{background:#f2681a;color:#fff;border-color:#f2681a}
.tristay-filter__actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center;justify-content:space-between}
.tristay-search{flex:1;min-width:220px;display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:10px 12px;box-shadow:inset 0 1px 0 rgba(255,255,255,0.6)}
.tristay-search input{width:100%;border:none;outline:none;font-weight:600;color:#333;background:transparent}
.tristay-search i{color:#9ca3af}
.tristay-sort{display:flex;align-items:center;gap:8px;font-weight:600;color:#444;background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:10px 12px;box-shadow:inset 0 1px 0 rgba(255,255,255,0.6)}
.tristay-sort select{border:none;outline:none;font-weight:600;color:#333;background:transparent;padding-right:4px}
.tristay-filter__foot{display:flex;align-items:center;gap:8px;margin-top:10px;font-weight:600;color:#444;flex-wrap:wrap}
.tristay-count{background:#0f172a;color:#fff;border-radius:999px;padding:6px 10px;font-size:12px}
.tristay-hint{color:#6b7280;font-size:13px}
.tristay-card{display:block}
.tristay-card__inner{display:flex;gap:12px;background:#fff;border-radius:12px;padding:12px;border:1px solid #e9eaee;box-shadow:0 10px 28px -18px rgba(0,0,0,0.35);height:100%}
.tristay-card__image img{width:70px;height:70px;border-radius:50%;object-fit:cover;border:3px solid #e5e7eb;box-shadow:0 4px 10px -6px rgba(0,0,0,0.4)}
.tristay-card__body{flex:1;display:flex;flex-direction:column;gap:6px}
.tristay-card__top{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}
.tristay-card__title{display:flex;align-items:center;gap:8px;font-weight:700;color:#0f172a}
.tristay-card__title h6{margin:0;font-size:15px;color:#0f172a}
.tristay-check{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:#1b74e4;color:#fff;font-weight:800;font-size:11px;box-shadow:0 4px 10px -6px rgba(0,0,0,0.45)}
.tristay-pill{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:5px 10px;font-weight:700;font-size:12px;background:#f9fafb;color:#111827;border:1px solid #e5e7eb;white-space:nowrap}
.tristay-pill--rating{background:#fff7ed;color:#f97316;border-color:#ffedd5}
.tristay-pill--broker{background:#eef2ff;color:#4f46e5;border-color:#e0e7ff}
.tristay-pill--owners{background:#ecfdf3;color:#16a34a;border-color:#bbf7d0}
.tristay-pill--tenant{background:#e0f2fe;color:#0284c7;border-color:#bae6fd}
.tristay-card__meta{display:flex;gap:12px;flex-wrap:wrap;font-size:13px;color:#4b5563}
.tristay-meta i{margin-right:6px;color:#9ca3af}
.tristay-card__footer{margin-top:4px}
.tristay-view{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:10px;border:1px solid #f2681a;color:#f2681a;font-weight:700;font-size:13px;background:#fff7ed;box-shadow:0 8px 16px -14px rgba(0,0,0,0.4)}
.tristay-view::after{content:"→";font-weight:800;font-size:12px}
.tristay-error{padding:12px 14px;border-radius:10px;background:#fef2f2;color:#b91c1c;border:1px solid #fecdd3;margin-bottom:12px}
@media (max-width:768px){.tristay-filter__actions{flex-direction:column;align-items:stretch}.tristay-sort{width:100%}.tristay-card__inner{flex-direction:row}}
