*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;color:#333}.container{max-width:1200px;margin:0 auto;padding:20px}.header{background:#fff;box-shadow:0 2px 4px rgba(0,0,0,.1);padding:1rem 0;margin-bottom:2rem}.header h1{text-align:center;color:#2c3e50;font-size:2rem}.filters{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap;justify-content:center}.filter-select{background:#fff;cursor:pointer}.filter-select,.search-box{padding:.5rem 1rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.search-box{min-width:250px}.offers-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-bottom:2rem}.offer-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);overflow:hidden;cursor:pointer;transition:transform .2s,box-shadow .2s}.offer-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.offer-image{width:100%;height:200px;object-fit:cover;background:#e0e0e0}.offer-content{padding:1rem}.offer-title{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;color:#2c3e50}.offer-store{color:#7f8c8d}.offer-discount,.offer-store{font-size:.9rem;margin-bottom:.5rem}.offer-discount{background:#e74c3c;color:#fff;font-weight:600}.offer-category,.offer-discount{display:inline-block;padding:.25rem .75rem;border-radius:4px}.offer-category{background:#ecf0f1;color:#34495e;font-size:.85rem;margin-left:.5rem}.offer-location{color:#95a5a6;font-size:.85rem;margin-top:.5rem}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:12px;max-width:600px;width:90%;max-height:90vh;overflow-y:auto;position:relative;animation:slideUp .3s}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-close{position:absolute;top:1rem;right:1rem;background:#e74c3c;color:#fff;border:none;width:32px;height:32px;border-radius:50%;cursor:pointer;font-size:1.2rem;display:flex;align-items:center;justify-content:center;z-index:10}.modal-close:hover{background:#c0392b}.modal-body{padding:2rem}.modal-image{width:100%;height:300px;object-fit:cover;border-radius:8px;margin-bottom:1.5rem}.modal-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#2c3e50}.modal-info-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem;margin-bottom:1.5rem}.modal-info-item{padding:.75rem;background:#f8f9fa;border-radius:4px}.modal-info-label{font-size:.85rem;color:#7f8c8d;margin-bottom:.25rem}.modal-info-value{font-weight:600;color:#2c3e50}.modal-description{margin:1.5rem 0;line-height:1.6;color:#555}.modal-prices{display:flex;gap:1rem;margin:1.5rem 0;padding:1rem;background:#f8f9fa;border-radius:8px}.price-item{flex:1 1;text-align:center}.price-label{font-size:.85rem;color:#7f8c8d;margin-bottom:.5rem}.price-value{font-size:1.5rem;font-weight:700}.price-original{color:#95a5a6;text-decoration:line-through}.price-discount{color:#e74c3c}.modal-actions{display:flex;gap:1rem;margin-top:1.5rem}.btn{padding:.75rem 1.5rem;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-primary{background:#3498db;color:#fff;flex:1 1}.btn-primary:hover{background:#2980b9}.btn-secondary{background:#95a5a6;color:#fff}.btn-secondary:hover{background:#7f8c8d}.loading{padding:3rem;color:#7f8c8d}.error,.loading{text-align:center}.error{padding:2rem;color:#e74c3c;background:#ffeaea;border-radius:8px;margin:2rem 0}@media (max-width:768px){.modal-info-grid,.offers-grid{grid-template-columns:1fr}.modal-prices{flex-direction:column}}