.image-disclaimer{position:absolute;bottom:8px;left:8px;background:rgba(0,0,0,.7);color:white;padding:4px 8px;border-radius:4px;font-size:11px;font-weight:500}.coupons-hero-simple{background:#ffffff;padding:70px 20px 12px;border-bottom:1px solid var(--gray-200);display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto}.coupons-title-simple{font-size:1.25rem;font-weight:700;color:var(--gray-800);margin:0}.user-points-simple{display:flex;align-items:baseline;gap:.25rem;font-weight:600}.user-points-simple .points-value{font-size:1.125rem;color:var(--color-warning);font-weight:700}.user-points-simple .points-label{font-size:.875rem;color:var(--gray-500)}.coupons-filter-section-simple{background:#ffffff;border-bottom:1px solid var(--gray-200);position:sticky;top:60px;z-index:100;padding:0;transition:top .3s ease}.filter-tabs-simple{display:flex;max-width:1200px;margin:0 auto;padding:0 20px}.filter-tab-simple{flex:1;padding:12px 8px;background:transparent;color:var(--gray-500);border:none;border-bottom:2px solid transparent;font-size:.875rem;font-weight:500;transition:all .2s;cursor:pointer;text-align:center}.filter-tab-simple:hover{color:var(--gray-800);background:var(--gray-50)}.filter-tab-simple.active{color:#000000;border-bottom-color:#000000;font-weight:600}.coupons-hero{display:none}.filter-tab-button{display:none;transform:translateY(-1px)}.filter-tab-button.active{background:var(--color-warning);color:white;border-color:var(--color-warning)}.tab-icon{font-size:1.125rem}.coupons-main-content{max-width:1200px;margin:0 auto;padding:2rem 20px 100px;min-height:calc(100vh - 300px)}.coupons-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1.5rem;margin-top:2rem}.coupon-card-flat{background:white;border:1px solid var(--gray-200);border-radius:16px;overflow:hidden;transition:all .3s;cursor:pointer;display:flex;flex-direction:column;height:100%;position:relative}.coupon-card-flat:hover{transform:translateY(-4px);border-color:var(--gray-300)}.coupon-card-flat.owned{background:var(--gray-50);border-color:var(--gray-300)}.coupon-card-flat.featured{border-color:var(--color-warning);border-width:2px}.featured-ribbon-flat{position:absolute;top:0;right:0;background:var(--color-warning);color:white;padding:.375rem 1rem;font-size:.75rem;font-weight:700;border-bottom-left-radius:12px;z-index:2}.coupon-image-flat{position:relative;width:100%;height:180px;background:var(--gray-50);overflow:hidden}.coupon-image-flat img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.coupon-card-flat:hover .coupon-image-flat img{transform:scale(1.05)}.coupon-image-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--color-warning-light) 0,var(--color-warning-border) 100%)}.placeholder-icon{font-size:3rem;margin-bottom:.5rem}.discount-badge-flat{position:absolute;bottom:1rem;left:1rem;background:white;color:var(--color-error-dark);padding:.5rem 1rem;border-radius:8px;font-size:1.125rem;font-weight:800;border:2px solid var(--color-error-light)}.coupon-content-flat{padding:1.25rem;flex:1;display:flex;flex-direction:column}.coupon-title-flat{font-size:1.125rem;font-weight:700;color:var(--gray-800);margin-bottom:.5rem;line-height:1.4}.coupon-description-flat{font-size:.875rem;color:var(--gray-500);line-height:1.5;margin-bottom:1rem;flex:1}.store-info-flat{display:flex;align-items:center;gap:.375rem;margin-bottom:.75rem;font-size:.875rem}.store-link-flat{color:#6366f1;text-decoration:none;font-weight:500;transition:color .2s}.store-link-flat:hover{color:#4f46e5;text-decoration:underline}.coupon-conditions-flat{background:var(--gray-50);padding:.75rem;border-radius:8px;margin-bottom:.75rem;font-size:.813rem;color:var(--gray-500);line-height:1.5;border:1px solid var(--gray-200)}.validity-period-flat{display:flex;align-items:center;gap:.375rem;font-size:.813rem;color:var(--gray-400);margin-bottom:1rem}.coupon-footer-flat{padding-top:1rem;border-top:1px solid var(--gray-100)}.acquire-button-flat,.coupon-footer-flat{display:flex;justify-content:center;align-items:center}.acquire-button-flat{gap:.5rem;padding:.75rem 1.5rem;background:var(--color-warning);color:white;border:none;border-radius:12px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .2s;width:100%}.acquire-button-flat:hover:not(:disabled){background:var(--color-warning-dark);transform:translateY(-2px)}.acquire-button-flat:disabled{background:var(--gray-200);color:var(--gray-400);cursor:not-allowed}.status-badge-flat{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 1rem;border-radius:8px;font-size:.875rem;font-weight:600;border:1px solid}.status-badge-flat.active{background:var(--color-success-light);color:var(--color-success);border-color:var(--color-success-border)}.status-badge-flat.used,.status-badge-flat.used_today{background:var(--gray-100);color:var(--gray-500);border-color:var(--gray-200);flex-direction:column;align-items:flex-start;gap:.25rem;font-size:.813rem;line-height:1.4}.status-badge-flat.reacquirable{background:var(--color-warning-light);color:var(--color-warning-dark);border-color:var(--color-warning-border)}.loading-container{display:flex;justify-content:center;align-items:center;min-height:400px}.spinner{width:48px;height:48px;border:3px solid var(--gray-200);border-top-color:var(--color-warning);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.empty-state-container{text-align:center;padding:4rem 1rem}.empty-icon{font-size:4rem;opacity:.3;margin-bottom:1rem}.empty-text{font-size:1.125rem;color:var(--gray-400);margin-bottom:1.5rem}.show-all-button{padding:.75rem 1.5rem;background:var(--gray-100);color:var(--gray-600);border:1px solid var(--gray-200);border-radius:12px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s}.show-all-button:hover{background:var(--gray-200);transform:translateY(-1px)}@media (min-width:768px){.coupons-hero{padding:100px 2rem 60px}.coupons-title{font-size:3rem}.coupons-subtitle{font-size:1.25rem}.coupons-main-content{padding:2.5rem}.coupons-grid{grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:2rem}.coupon-image-flat{height:200px}}@media (min-width:1024px){.coupons-grid{grid-template-columns:repeat(3,1fr)}}