.properties-list-layout{display:flex;flex-direction:column;gap:24px}.properties-main-content{flex:1;display:flex;flex-direction:column}.list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;color:#475569;font-weight:500}.sort-wrapper select{padding:8px 16px;border-radius:8px;border:1px solid #cbd5e1;background:#fff;font-family:inherit;font-size:.9rem;color:#1e293b;cursor:pointer}.properties-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:24px}@media (min-width:768px){.properties-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.properties-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1440px){.properties-grid{grid-template-columns:repeat(4,1fr)}}.no-results{grid-column:1/-1;text-align:center;padding:60px 20px;background:#f8fafc;border-radius:16px;color:#64748b;font-size:1.1rem}.pagination-modern{gap:8px;margin-top:40px}.pagination-modern,.pagination-modern button{display:flex;align-items:center;justify-content:center}.pagination-modern button{width:40px;height:40px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;color:#475569;font-weight:600;cursor:pointer;transition:all .2s}.pagination-modern button:not(:disabled):hover{border-color:#2563eb;color:#2563eb;background:#eff6ff}.pagination-modern button.active{background:#2563eb;color:#fff;border-color:#2563eb}.pagination-modern button:disabled{opacity:.5;cursor:not-allowed}.pages-list{display:flex;align-items:center;gap:8px}.pages-list span{color:#94a3b8}.mobile-filter-trigger{display:none}@media (max-width:1023px){.desktop-only{display:none!important}.mobile-filter-trigger{display:block;position:sticky;top:80px;z-index:100;margin-bottom:16px}.mobile-filter-trigger button{width:100%;padding:14px;background:#0f172a;color:white;border:none;border-radius:12px;font-size:1rem;font-weight:600;display:flex;align-items:center;justify-content:center;gap:10px;box-shadow:0 4px 12px rgba(15,23,42,.15)}}.filters-bar-desktop{background:#ffffff;border:1px solid #e2e8f0;border-radius:16px;padding:16px 24px;box-shadow:0 4px 20px rgba(0,0,0,.05);position:sticky;top:90px;z-index:90;display:flex;align-items:center;gap:16px;flex-wrap:wrap}.filter-group{display:flex;flex-direction:column;gap:4px;flex:1;min-width:150px}.filter-group label{font-size:.7rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.card-urgency{margin-top:12px;background:#fffbeb;border:1px solid #fde68a;border-radius:8px;padding:8px 12px;display:flex;align-items:center;gap:8px;color:#d97706;font-size:.8rem}.filter-group input,.filter-group select{padding:10px 12px;border-radius:8px;border:1px solid #cbd5e1;font-size:.9rem;color:#1e293b;background:#f8fafc;transition:all .2s;width:100%}.filter-group input:focus,.filter-group select:focus{outline:none;border-color:#2563eb;background:#fff;box-shadow:0 0 0 3px rgba(37,99,235,.1)}.filter-checkbox{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:.9rem;color:#1e293b;font-weight:500}.filter-checkbox input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#2563eb}.filters-actions{display:flex;gap:12px;align-items:flex-end;margin-left:auto}.btn-apply,.btn-clear{padding:10px 20px;border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s;height:42px;display:flex;align-items:center;justify-content:center}.btn-apply{background:#2563eb;color:#fff;border:none}.btn-apply:hover{background:#1d4ed8}.btn-apply:disabled{opacity:.7;cursor:wait}.btn-clear{background:#f1f5f9;color:#475569;border:1px solid #cbd5e1}.btn-clear:hover{background:#e2e8f0}@media (max-width:1023px){.filters-bar-desktop{display:none}}.mobile-drawer-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);z-index:9998;opacity:0;visibility:hidden;transition:all .3s ease;backdrop-filter:blur(4px)}.mobile-drawer-overlay.open{opacity:1;visibility:visible}.mobile-drawer{position:fixed;bottom:-100%;left:0;width:100%;height:85vh;background:#fff;border-radius:24px 24px 0 0;z-index:9999;transition:bottom .4s cubic-bezier(.175,.885,.32,1.05);display:flex;flex-direction:column;box-shadow:0 -10px 40px rgba(0,0,0,.1)}.mobile-drawer.open{bottom:0}.drawer-header{padding:20px 24px;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;align-items:center}.drawer-header h3{margin:0;font-size:1.25rem;color:#0f172a}.drawer-close{background:#f1f5f9;border:none;width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:#475569;font-size:1.2rem;cursor:pointer}.drawer-body{padding:24px;overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:20px}.drawer-footer{padding:20px 24px;border-top:1px solid #f1f5f9;display:flex;gap:16px;background:#fff}.drawer-footer button{flex:1;padding:16px;font-size:1rem;border-radius:12px}