:root{--dark-gray:#3e3e40;--lighten-gray:#d9d9d9}:root{--card-bg:#ffffff;--border-color:#e0e0e0;--text-color:#333333;--text-color-secondary:#666666;--accent-light:#f5f5f5;--info-bg:#e7f3ff;--info-border:#b3d9ff;--primary-color:#667eea;--success-color:#4CAF50;--error-color:#f44336;--warning-color:#ff6b35}.promo-container{max-width:1200px;margin:0 auto}.promo-section{margin:2rem 0}.promo-section > .header{font-size:1.8rem;font-weight:700;margin-bottom:1.5rem;padding-bottom:0.5rem;border-bottom:2px solid var(--primary-color);color:var(--text-color)}.promo-section > .grid{display:flex;flex-direction:column;gap:1rem;margin:1.5rem 0}.promo-card{background:var(--card-bg);border-radius:16px;padding:1.5rem 2rem;box-shadow:0 1px 3px rgba(0, 0, 0, 0.08),0 8px 24px rgba(0, 0, 0, 0.04);border:1px solid var(--border-color);transition:box-shadow 0.2s ease;position:relative;width:100%;display:flex;flex-direction:column;overflow:hidden}.promo-card::before{content:"";position:absolute;top:0;left:0;right:0;height:8px;background:linear-gradient(90deg, var(--primary-color) 0, var(--success-color) 25%, var(--warning-color) 50%, var(--error-color) 75%, var(--primary-color) 100%);border-radius:16px 16px 0 0}.promo-card.-expired,.promo-card.expired{opacity:0.55}.promo-card.-expired::before,.promo-card.expired::before{background:var(--border-color)}.promo-card.-expired > .code-display,.promo-card.expired > .header-section > .right-code > .code-display{background:var(--accent-light);color:var(--text-color-secondary)}.promo-card.-expired > .reward,.promo-card.expired > .content-row > .left-column > .reward{opacity:0.7}.promo-card.expired .code-display{justify-content:center}.promo-card.expired .code-display > .button-group{display:none}.promo-card > .header-section{display:flex;flex-direction:column;gap:1rem}.promo-card > .header-section > .left-info{display:flex;flex-direction:column}.promo-card > .header-section > .left-info > .header{margin-bottom:1.5rem;padding-top:4px}.promo-card > .header-section > .left-info > .header > .title{font-size:1.35rem;font-weight:600;color:var(--text-color);margin:0;text-wrap:pretty;letter-spacing:-0.01em}.promo-card > .header-section > .left-info > .description{color:var(--text-color-secondary);font-size:0.9rem;margin-bottom:1rem;margin-top:0;text-wrap:pretty;line-height:1.5}.promo-card > .header-section > .left-info > .description > p{margin:0}.promo-card > .header-section > .left-info > .description a{color:var(--primary-color);text-decoration:none;overflow-wrap:anywhere}.promo-card > .header-section > .left-info > .description a:hover{text-decoration:underline}.promo-card > .header-section > .right-code{display:flex;flex-direction:column}.promo-card > .content-row{display:flex;flex-direction:column;gap:1rem}.promo-card > .content-row > .left-column{display:flex;flex-direction:column}.promo-card > .content-row > .right-column{display:flex;flex-direction:column}@media (min-width: 768px){.promo-card > .header-section{flex-direction:row;gap:2rem;align-items:flex-start}.promo-card > .header-section > .left-info{flex:2}.promo-card > .header-section > .right-code{flex:1}.promo-card > .header-section > .left-info > .header{margin-bottom:0;padding-bottom:1rem}.promo-card > .header-section > .left-info > .description{margin-bottom:0;padding:0.5rem 0}.promo-card > .content-row{flex-direction:row;gap:2rem}.promo-card > .content-row > .left-column{flex:2}.promo-card > .content-row > .right-column{flex:1}}.code-display{background:var(--accent-light);color:var(--text-color);padding:0.75rem 1rem;border-radius:12px;margin:0.5rem 0;text-align:center;position:relative;border:none;display:flex;align-items:center;justify-content:space-between;gap:1rem}.code-display > .text{font-family:ui-monospace,"SF Mono",SFMono-Regular,Menlo,monospace;font-size:1.3rem;font-weight:600;letter-spacing:0.5px;margin:0}.code-display > .button-group{display:flex;gap:0.5rem;align-items:center}.code-display.-expired,.promo-card.expired .code-display{background:var(--accent-light);color:var(--text-color-secondary);opacity:0.7}@media (max-width: 767px){.code-display{flex-direction:column;gap:0.75rem;padding:1rem}}@media (min-width: 768px){.promo-card > .header-section > .right-code > .code-display{margin:16px 0 16px 0;height:fit-content;border-radius:12px}}.copy-button,.link-button{padding:0.5rem;border-radius:10px;cursor:pointer;font-size:1.1rem;transition:opacity 0.2s ease,transform 0.15s ease;display:flex;align-items:center;justify-content:center;min-width:2.5rem;height:2.5rem;box-shadow:none;border:none;text-decoration:none}.copy-button:hover,.link-button:hover{opacity:0.8}.copy-button:active,.link-button:active{transform:scale(0.96);opacity:0.7}.copy-button{background:var(--border-color);color:var(--text-color)}.copy-button:hover{background:var(--border-color)}@media (max-width: 767px){.copy-button,.link-button{flex:1;min-width:0;height:2.75rem;font-size:clamp(0.75rem, 2.5vw, 0.875rem);font-weight:600;border-radius:12px}.mobile-text{display:flex;align-items:center;gap:0.5rem}.desktop-icon{display:none}.code-display > .button-group{width:100%;flex-direction:row;gap:0.5rem}.promo-card > .header-section{gap:0}}@media (max-width: 320px){.mobile-text{display:none}.desktop-icon{display:inline}.copy-button,.link-button{min-width:3rem}}@media (min-width: 768px){.mobile-text{display:none}.desktop-icon{display:inline}}.copy-icon,.gift-icon{width:1.5rem;height:1.5rem;display:inline-block;color:currentColor;vertical-align:middle;flex-shrink:0}@media (min-width: 768px){.copy-icon,.gift-icon{width:100%;height:auto;aspect-ratio:1/1}}.link-button{background:var(--primary-color);color:#fff}.link-button:hover{background:var(--primary-color)}@media (max-width: 767px){.link-button{flex:1;min-width:0;height:2.75rem;font-size:clamp(0.75rem, 2.5vw, 0.875rem);font-weight:600}}.promo-card > .content-row > .left-column > .reward,.promo-card > .reward{background:var(--accent-light);padding:1rem;border-radius:12px;margin:0.5rem 0}.promo-card > .content-row > .left-column > .reward > .title,.promo-card > .reward > .title{font-size:0.85rem;font-weight:600;color:var(--text-color-secondary);margin-bottom:0.5rem;text-transform:uppercase;letter-spacing:0.03em}.promo-card > .content-row > .left-column > .reward > .reward-list,.promo-card > .reward > .reward-list{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:0.5rem;justify-content:flex-start}@media (min-width: 768px){.promo-card > .content-row > .left-column > .reward > .reward-list,.promo-card > .reward > .reward-list{display:flex;flex-wrap:wrap;gap:0.5rem}.promo-card > .content-row > .left-column > .reward > .reward-list > .reward,.promo-card > .reward > .reward-list > .reward{flex:1 0 160px;max-width:calc(33.333% - 0.33rem)}}.promo-card > .content-row > .left-column > .reward > .reward-list > .reward,.promo-card > .reward > .reward-list > .reward{display:flex;flex-direction:column;align-items:center;padding:0.75rem;background:var(--card-bg);border-radius:12px;border:1px solid var(--border-color);width:110px;flex-shrink:0}@media (min-width: 768px){.promo-card > .content-row > .left-column > .reward > .reward-list > .reward,.promo-card > .reward > .reward-list > .reward{flex-direction:row;align-items:center;width:auto;padding:0.75rem 1rem;gap:0.75rem}}@media (max-width: 767px){.promo-card > .content-row > .left-column > .reward > .reward-list > .reward,.promo-card > .reward > .reward-list > .reward{flex:1 1 calc(33.333% - 0.33rem);min-width:90px;width:auto}}.promo-card > .content-row > .left-column > .reward > .reward-list > .reward > .reward-bubble,.promo-card > .reward > .reward-list > .reward > .reward-bubble{position:relative;margin-bottom:0.5rem}.promo-card > .content-row > .left-column > .reward > .reward-list > .reward[data-reward-type=resource] > .reward-bubble,.promo-card > .reward > .reward-list > .reward[data-reward-type=resource] > .reward-bubble{display:inline-flex;align-items:center;justify-content:center}.promo-card > .content-row > .left-column > .reward > .reward-list > .reward[data-reward-type=resource] > .reward-bubble > .resource-info,.promo-card > .reward > .reward-list > .reward[data-reward-type=resource] > .reward-bubble > .resource-info{position:absolute;right:-0.35rem;top:-0.35rem;width:1.65rem;height:1.65rem;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;overflow:hidden;border:1px solid var(--border-color);background:var(--card-bg);box-shadow:0 1px 3px rgba(0, 0, 0, 0.1)}.promo-card > .content-row > .left-column > .reward > .reward-list > .reward[data-reward-type=resource] > .reward-bubble > .resource-info > .reward-image,.promo-card > .reward > .reward-list > .reward[data-reward-type=resource] > .reward-bubble > .resource-info > .reward-image{width:100%;height:100%;object-fit:contain}@media (min-width: 768px){.promo-card > .content-row > .left-column > .reward > .reward-list > .reward > .reward-bubble,.promo-card > .reward > .reward-list > .reward > .reward-bubble{margin-bottom:0;flex-shrink:0}}.promo-card > .content-row > .left-column > .reward > .reward-list > .reward > .reward-bubble > .reward-image,.promo-card > .reward > .reward-list > .reward > .reward-bubble > .reward-image{width:56px;height:56px;object-fit:contain}.promo-card > .content-row > .left-column > .reward > .reward-list > .reward > .reward-bubble > .quantity,.promo-card > .reward > .reward-list > .reward > .reward-bubble > .quantity{position:absolute;bottom:0;right:0;background:var(--primary-color);color:#fff;font-size:0.7rem;font-weight:600;padding:2px 6px;border-radius:10px;line-height:1;box-shadow:0 1px 3px rgba(0, 0, 0, 0.15)}.promo-card > .content-row > .left-column > .reward > .reward-list > .reward > .reward-label,.promo-card > .reward > .reward-list > .reward > .reward-label{font-size:0.8rem;text-align:center;color:var(--text-color);font-weight:600;line-height:1.2;text-wrap:pretty}@media (min-width: 768px){.promo-card > .content-row > .left-column > .reward > .reward-list > .reward > .reward-label,.promo-card > .reward > .reward-list > .reward > .reward-label{text-align:center;margin:0;flex:1;font-size:0.9rem}}.promo-card > .content-row > .right-column > .details,.promo-card > .details,.promo-card > .header-section > .left-info > .details{margin-top:0.75rem;padding:0.75rem 0 0.5rem 0;border-top:1px solid var(--border-color)}@media (min-width: 768px){.promo-card > .content-row > .right-column > .details{margin-top:0;padding:0;border-top:none;background:none}}.promo-card > .content-row > .right-column > .details > .expiry,.promo-card > .details > .expiry,.promo-card > .header-section > .left-info > .details > .expiry{color:var(--text-color-secondary);font-size:0.85rem}.promo-card > .content-row > .right-column > .details > .expiry.-warning,.promo-card > .details > .expiry.-warning,.promo-card > .header-section > .left-info > .details > .expiry.-warning{color:var(--warning-color);font-weight:600}.redeem-guide{background:var(--info-bg);border:1px solid var(--info-border);border-radius:16px;padding:1.5rem;margin:2rem 0}.redeem-guide > .title{margin-top:0;color:var(--text-color);font-size:1.15rem;font-weight:600}.redeem-guide > .steps{list-style:none;padding:0;counter-reset:step-counter}.redeem-guide > .steps > .step{padding:0.5rem 0;padding-left:2.25rem;position:relative;color:var(--text-color);line-height:1.5}.redeem-guide > .steps > .step:before{content:counter(step-counter);counter-increment:step-counter;position:absolute;left:0;top:0.5rem;background:var(--primary-color);color:#fff;width:1.5rem;height:1.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:0.75rem;font-weight:600}.redeem-guide > .steps > .step > a{color:var(--primary-color);text-decoration:none}.redeem-guide > .steps > .step > a:hover{text-decoration:underline}.copy-toast{background:rgba(28, 28, 30, 0.92);color:#fff;padding:0.5rem 1rem;border-radius:10px;font-size:0.85rem;font-weight:600;box-shadow:0 4px 16px rgba(0, 0, 0, 0.12);opacity:0;transform:translateX(-50%) translateY(8px);transition:all 0.2s ease;pointer-events:none;white-space:nowrap;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.copy-toast.show{opacity:1;transform:translateX(-50%) translateY(0)}@media (max-width: 768px){.promo-card{padding:1.25rem;border-radius:14px}.promo-card > .header > .title{font-size:1.2rem}}
/*# sourceMappingURL=promo-codes.css.map */
