.offers-layout{display:flex;flex-direction:column;gap:2rem;margin-top:105px;max-width:1440px;margin-left:auto;margin-right:auto;padding:0 1rem}.flex{display:flex}@media (min-width:768px){.offers-layout{flex-direction:row;gap:3rem}}.filter-bar-wrapper{width:100%;order:2;margin-bottom:2rem}.filter-bar{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 20px rgba(0,0,0,.08);border:1px solid #f1f5f9}.filter-group{display:flex;flex-direction:column;gap:1.5rem}.filter-label{margin-bottom:.5rem;font-weight:600;color:#1e293b;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.filter-bar input[type=number],.filter-bar input[type=text]{width:100%;padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:12px;font-size:.875rem;transition:all .2s ease;background:#f8fafc}.filter-bar input[type=number]:focus,.filter-bar input[type=text]:focus{outline:none;border-color:#3b82f6;background:#fff;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.select__control{border:2px solid #e2e8f0!important;border-radius:12px!important;background:#f8fafc!important;min-height:48px!important;box-shadow:none!important}.select__control:hover{border-color:#cbd5e1!important}.select__control--is-focused{border-color:#3b82f6!important;box-shadow:0 0 0 3px rgba(59,130,246,.1)!important;background:#fff!important}.select__menu{border-radius:12px!important;box-shadow:0 10px 25px rgba(0,0,0,.15)!important;border:1px solid #e2e8f0!important}.select__option{padding:.75rem 1rem!important}.select__option--is-focused{background-color:#f1f5f9!important}.select__option--is-selected{background-color:#3b82f6!important}.offers-container{display:grid;grid-template-columns:1fr;gap:1.5rem;justify-content:center;margin:2rem 0}@media (min-width:640px){.offers-container{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.offers-container{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (min-width:1280px){.offers-container{grid-template-columns:repeat(3,1fr)}}.offer-card{background:#fff;border-radius:20px;border:1px solid #f1f5f9;box-shadow:0 4px 20px rgba(0,0,0,.06);overflow:hidden;transition:all .3s ease;position:relative;height:100%;display:flex;flex-direction:column}.offer-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.12);border-color:#e2e8f0}.offer-card img{width:100%;height:200px;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.offer-card:hover img{transform:scale(1.05)}.offer-card .card-body{padding:1.5rem;flex:1;display:flex;flex-direction:column}.offer-title{font-size:1.125rem;font-weight:700;line-height:1.4;margin-bottom:.75rem;color:#1e293b;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.offer-desc{font-size:.875rem;color:#64748b;margin-bottom:1rem;line-height:1.5;flex:1}.offer-price{font-size:1.5rem;font-weight:800;color:#7c3aed;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.offer-price:before{content:"$";font-size:1rem;font-weight:600;color:#7c3aed}.offer-card .text-xs{font-size:.75rem;color:#64748b;margin-top:.75rem;padding:.25rem .5rem;background:#f1f5f9;border-radius:6px;display:inline-block;font-weight:500}.pagination{gap:.5rem;margin:3rem 0 2rem;flex-wrap:wrap}.pagination,.pagination button{display:flex;justify-content:center}.pagination button{background:#fff;border:2px solid #e2e8f0;border-radius:12px;padding:.75rem 1rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;min-width:44px;align-items:center}.pagination button:hover{background:#f8fafc;border-color:#cbd5e1;transform:translateY(-2px)}.pagination button.active{background:#7c3aed;color:#fff;border-color:#7c3aed;box-shadow:0 4px 12px rgba(124,58,237,.3)}.offers-list-wrapper{width:100%;order:1}@media (min-width:768px){.filter-bar-wrapper{width:320px;order:1;margin-bottom:0}.offers-list-wrapper{width:calc(100% - 320px - 3rem);order:2}}.offer-card-link{text-decoration:none;color:inherit;display:block;height:100%}.no-results{text-align:center;padding:4rem 2rem;color:#64748b;font-size:1.125rem;background:#f8fafc;border-radius:16px;border:2px dashed #cbd5e1}.no-results h3{font-size:1.5rem;font-weight:600;color:#475569;margin-bottom:.5rem}.loading-skeleton{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:8px}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:640px){.offers-layout{margin-top:80px}.filter-bar,.offer-card .card-body{padding:1rem}.offer-title{font-size:1rem}.offer-price{font-size:1.25rem}.pagination{gap:.25rem}.pagination button{padding:.5rem .75rem;font-size:.75rem;min-width:36px}}@media (min-width:768px){.filter-bar{position:sticky;top:2rem;max-height:calc(100vh - 4rem);overflow-y:auto}}html{scroll-behavior:smooth}.offer-card:focus-within{outline:2px solid #3b82f6;outline-offset:2px}.filter-bar input:hover,.filter-bar select:hover{border-color:#cbd5e1}.filter-bar::-webkit-scrollbar{width:6px}.filter-bar::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.filter-bar::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.filter-bar::-webkit-scrollbar-thumb:hover{background:#94a3b8}