.public-promotions{margin:2rem 0;padding:2rem 0}.promotions-section-header{text-align:center;margin-bottom:2.5rem}.promotions-section-header h2{font-size:2rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}.promotions-section-header p{font-size:1rem;color:#6b7280;margin:0}.promotions-container{display:grid;gap:1.5rem}.promotions-grid .promotions-container{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.promotions-list-layout .promotions-container{grid-template-columns:1fr}.promotions-carousel .promotions-container{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));overflow-x:auto;scroll-behavior:smooth}.promotion-card{position:relative;background:linear-gradient(135deg,#ffffff,#f8f9fa);border:2px solid #e5e7eb;border-radius:1rem;padding:1.5rem;transition:all .3s ease;cursor:default;overflow:hidden}.promotion-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#7c3aed,#ec4899);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.promotion-card:hover{border-color:#7c3aed;box-shadow:0 10px 25px rgba(124,58,237,.15);transform:translateY(-4px)}.promotion-card:hover:before{transform:scaleX(1)}.discount-badge{position:absolute;top:-20px;right:-20px;width:140px;height:140px;background:linear-gradient(135deg,#7c3aed,#ec4899);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 16px rgba(124,58,237,.3);transform:rotate(45deg)}.discount-badge .discount-value{color:white;font-weight:700;font-size:1.25rem;text-align:center;transform:rotate(-45deg);display:block;line-height:1.2;padding:0 1rem}.discount-high .discount-badge{background:linear-gradient(135deg,#059669,#10b981);box-shadow:0 8px 16px rgba(5,150,105,.3)}.discount-medium .discount-badge{background:linear-gradient(135deg,#f59e0b,#fbbf24);box-shadow:0 8px 16px rgba(245,158,11,.3)}.discount-low .discount-badge{background:linear-gradient(135deg,#3b82f6,#60a5fa);box-shadow:0 8px 16px rgba(59,130,246,.3)}.card-content{padding-top:1.5rem;display:flex;flex-direction:column;gap:1rem}.code-section{background:#f3f4f6;padding:1rem;border-radius:.5rem;border:1px solid #e5e7eb}.code-label{margin:0 0 .5rem;font-size:.75rem;font-weight:600;text-transform:uppercase;color:#6b7280;letter-spacing:.05em}.code-display{display:flex;justify-content:space-between;align-items:center;gap:.75rem}.code-display code{flex:1;font-family:Monaco,Courier New,monospace;font-size:1.125rem;font-weight:700;color:#1f2937;word-break:break-all;letter-spacing:.05em}.copy-btn{padding:.5rem .75rem;background:white;border:2px solid #e5e7eb;border-radius:.375rem;cursor:pointer;font-size:1rem;transition:all .2s ease;flex-shrink:0}.copy-btn:hover{border-color:#7c3aed;background:#f0f0ff}.copy-btn.copied{border-color:#10b981;background:#ecfdf5;color:#059669}.promotion-description{font-size:.875rem;color:#4b5563;margin:0;line-height:1.5}.offer-details{display:flex;flex-direction:column;gap:.5rem;padding:.75rem 0;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb}.detail-item{display:flex;justify-content:space-between;align-items:center;font-size:.8rem;margin:0;gap:1rem}.detail-item .label{color:#6b7280;font-weight:500}.detail-item .value{font-weight:600;color:#1f2937}.valid-until{font-size:.8rem;color:#9ca3af;margin:0;font-style:italic;text-align:center;padding-top:.5rem}.public-promotions.loading-state{min-height:400px;display:flex;align-items:center;justify-content:center}.skeleton-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;width:100%}.skeleton-card{height:280px;background:linear-gradient(90deg,#f3f4f6,#e5e7eb 50%,#f3f4f6);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:1rem}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:1024px){.promotions-grid .promotions-container{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.discount-badge{width:120px;height:120px;top:-15px;right:-15px}.discount-badge .discount-value{font-size:1.1rem}}@media (max-width:768px){.public-promotions{margin:1.5rem 0;padding:1.5rem 0}.promotions-section-header h2{font-size:1.5rem}.promotions-section-header p{font-size:.9rem}.promotions-grid .promotions-container{grid-template-columns:1fr}.promotions-carousel .promotions-container{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.promotion-card{padding:1.25rem}.discount-badge{width:100px;height:100px;top:-10px;right:-10px}.discount-badge .discount-value{font-size:.95rem}.code-display{flex-direction:column;align-items:stretch}.code-display code{font-size:1rem}.copy-btn{width:100%}.detail-item{flex-direction:column;align-items:flex-start}}@media (max-width:480px){.promotions-grid .promotions-container{grid-template-columns:1fr}.promotion-card{padding:1rem}.discount-badge{width:90px;height:90px;top:-8px;right:-8px}.discount-badge .discount-value{font-size:.85rem}.code-label{font-size:.7rem}.code-display code{font-size:.9rem}}@media (prefers-color-scheme:dark){.promotion-card{background:linear-gradient(135deg,#1f2937,#111827);border-color:#374151}.promotion-card:hover{border-color:#a78bfa}.code-section{background:#374151;border-color:#4b5563}.code-display code{color:#f3f4f6}.copy-btn{background:#1f2937;border-color:#4b5563}.copy-btn:hover{border-color:#a78bfa;background:#374151}.promotion-description{color:#d1d5db}.detail-item .label{color:#9ca3af}.detail-item .value{color:#f3f4f6}.valid-until{color:#6b7280}.promotions-section-header h2{color:#f3f4f6}.promotions-section-header p{color:#9ca3af}}