html,body,#root{height:100%;margin:0;padding:0}:root{--brand-primary:#cdfe67;--brand-primary-dark:#b8f245;--brand-footer-bg:#0b1c10;--surface-dark:#0f172a;--surface-card:#fffffff5;--surface-muted:#f5f7fb;--border-soft:#94a3b833;--text-primary:#0f172a;--text-secondary:#475569;--text-inverse:#f8fafc;--danger:#dc2626;--success:#166534;--success-bg:#ecfdf3}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-inverse);background:radial-gradient(circle at top,#cdfe672e,#0000 30%),linear-gradient(#071109 0%,#0b1c10 35%,#12261a 100%);margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.App{flex-direction:column;min-height:100vh;display:flex}.App-header{padding:3rem 1.25rem 1rem}.hero-shell{grid-template-columns:minmax(0,1.6fr) minmax(220px,.9fr);align-items:stretch;gap:1.5rem;max-width:1120px;margin:0 auto;display:grid}.hero-copy,.hero-art{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#07110973;border:1px solid #ffffff14;border-radius:28px;box-shadow:0 24px 70px #0003}.hero-copy{text-align:left;padding:2rem}.hero-copy h1{margin:.25rem 0 1rem;font-size:clamp(2rem,4vw,3.5rem);line-height:1.05}.hero-message{color:#f8fafcc7;max-width:56ch;margin:0;line-height:1.6}.hero-meta{flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;display:flex}.meta-pill{background:#cdfe6729;border:1px solid #cdfe6738;border-radius:999px;align-items:center;padding:.75rem 1rem;font-size:.92rem;font-weight:700;display:inline-flex}.meta-pill.muted{color:#f8fafccc;background:#ffffff14;border-color:#ffffff14}.hero-art{justify-content:center;align-items:center;padding:2rem;display:flex}.logo-container{justify-content:center;align-items:center;display:inline-flex}.gift-logo{background:linear-gradient(#fffffffa,#f8fafceb);border-radius:28px;width:110px;height:110px;padding:1.25rem;box-shadow:inset 0 1px #ffffffe6,0 18px 40px #00000029}.eyebrow{color:var(--brand-primary);letter-spacing:.16em;text-transform:uppercase;margin:0;font-size:.82rem;font-weight:800}main{flex:1;justify-content:center;align-items:center;padding:1rem 1.25rem 2.5rem;display:flex}.redemption-card{background:var(--surface-card);width:min(780px,100%);color:var(--text-primary);border:1px solid #fffc;border-radius:28px;padding:2rem;box-shadow:0 30px 80px #050a1438}.card-summary{justify-content:space-between;align-items:flex-start;gap:1.5rem;display:flex}.card-summary h2{margin:.3rem 0 .35rem;font-size:clamp(1.7rem,2.5vw,2.3rem)}.supporting-copy{color:var(--text-secondary);margin:0;line-height:1.6}.amount-panel{background:linear-gradient(#cdfe672e,#cdfe6712);border:1px solid #cdfe6759;border-radius:22px;flex-direction:column;gap:.35rem;min-width:210px;padding:1.1rem 1.25rem;display:flex}.amount-panel strong{font-size:2rem;line-height:1}.amount-caption{color:var(--text-secondary);font-size:.88rem}.available-methods{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin:1.75rem 0;display:grid}.method-preview{background:var(--surface-muted);border:1px solid var(--border-soft);border-radius:20px;padding:1rem 1.1rem}.method-preview-title{font-weight:700;display:block}.method-preview-subtitle{color:var(--text-secondary);text-transform:capitalize;margin-top:.3rem;display:block}.card-actions{flex-direction:column;gap:.35rem;display:flex}.content-rail{align-items:stretch;gap:1rem;display:grid}.content-rail.has-sidebar{grid-template-columns:minmax(0,1.45fr) minmax(260px,.9fr)}.content-rail.full-width{grid-template-columns:minmax(0,1fr)}.primary-rail,.ad-panel{border:1px solid var(--border-soft);background:var(--surface-muted);border-radius:24px}.primary-rail{padding:1.2rem}.ad-panel{flex-direction:column;gap:.9rem;padding:1rem;display:flex}.ad-admin-bar{border:1px solid var(--border-soft);background:#cdfe6714;border-radius:20px;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;padding:1rem 1.1rem;display:flex}.ad-panel-header{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.ad-label{color:var(--text-primary);letter-spacing:.04em;text-transform:uppercase;background:#0f172a14;border-radius:999px;align-items:center;padding:.35rem .7rem;font-size:.75rem;font-weight:800;display:inline-flex}.ad-caption{color:var(--text-secondary);font-size:.86rem}.toggle-switch{cursor:pointer;color:var(--text-primary);align-items:center;gap:.75rem;font-weight:700;display:inline-flex}.toggle-switch input{opacity:0;pointer-events:none;position:absolute}.toggle-slider{background:#cbd5e1;border-radius:999px;width:54px;height:30px;transition:background-color .18s;position:relative}.toggle-slider:after{content:"";background:#fff;border-radius:999px;width:22px;height:22px;transition:transform .18s;position:absolute;top:4px;left:4px;box-shadow:0 2px 6px #0f172a2e}.toggle-switch input:checked+.toggle-slider{background:var(--brand-primary)}.toggle-switch input:checked+.toggle-slider:after{transform:translate(24px)}.toggle-label{white-space:nowrap}.promo-card{min-height:220px;color:var(--text-primary);background:radial-gradient(circle at 100% 0,#cdfe672e,#0000 35%),linear-gradient(#fffffffa,#f8fafcf5);border:1px solid #cdfe674d;border-radius:20px;flex-direction:column;gap:.8rem;padding:1.2rem;text-decoration:none;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex;box-shadow:0 18px 40px #0f172a0f}.promo-card:hover{border-color:#b8f24580;transform:translateY(-2px);box-shadow:0 24px 48px #0f172a1a}.promo-card h3,.promo-card p{margin:0}.promo-card p{color:var(--text-secondary);line-height:1.6}.promo-kicker{letter-spacing:.08em;text-transform:uppercase;font-size:.82rem;font-weight:800;color:#335106!important}.promo-link{background:var(--brand-primary);color:#0b1c10;border-radius:999px;align-self:flex-start;align-items:center;margin-top:auto;padding:.7rem 1rem;font-weight:800;display:inline-flex}.redeem-button,.secondary-button,.back-button{appearance:none;cursor:pointer;border:none;transition:transform .18s,box-shadow .18s,background-color .18s,color .18s,opacity .18s}.redeem-button:hover:not(:disabled),.secondary-button:hover:not(:disabled),.back-button:hover:not(:disabled){transform:translateY(-1px)}.redeem-button{color:#0b1c10;background:linear-gradient(180deg, var(--brand-primary), var(--brand-primary-dark));border-radius:18px;width:100%;padding:1rem 1.25rem;font-size:1rem;font-weight:800;box-shadow:0 14px 30px #cdfe6747}.secondary-button{color:var(--text-primary);background:#e2e8f0;border-radius:16px;padding:.95rem 1.2rem;font-weight:700}.back-button{color:var(--text-secondary);background:0 0;align-self:flex-start;padding:0;font-weight:700}.redeem-button:disabled,.secondary-button:disabled{cursor:not-allowed;opacity:.6;box-shadow:none;transform:none}.expiry-date{color:#64748b;margin:0;font-size:.9rem}.flow-panel{flex-direction:column;gap:1.25rem;display:flex}.flow-intro{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.flow-intro h3{margin:.35rem 0 0;font-size:1.4rem}.flow-intro p:last-child{max-width:34ch;color:var(--text-secondary);margin:0;line-height:1.6}.step-grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:1rem;display:grid}.step-card{border:1px solid var(--border-soft);background:var(--surface-muted);border-radius:20px;gap:.85rem;padding:1rem;display:flex}.step-card h4{margin:0 0 .3rem}.step-card p{color:var(--text-secondary);margin:0;line-height:1.5}.step-number{background:var(--brand-primary);color:#0b1c10;border-radius:999px;flex:none;justify-content:center;align-items:center;width:36px;height:36px;font-weight:800;display:inline-flex}.form-shell{flex-direction:column;gap:1rem;display:flex}.field-group{flex-direction:column;gap:.55rem;display:flex}.field-label{color:var(--text-primary);align-items:center;gap:.6rem;font-weight:700;display:flex}.required-pill{color:#335106;letter-spacing:.02em;background:#cdfe6740;border-radius:999px;align-items:center;padding:.22rem .55rem;font-size:.72rem;font-weight:800;display:inline-flex}.field-input{box-sizing:border-box;width:100%;color:var(--text-primary);background:#fff;border:1px solid #dbe3ef;border-radius:16px;outline:none;padding:.95rem 1rem;font-size:1rem;transition:border-color .18s,box-shadow .18s}.field-input:focus{border-color:#94be2ebf;box-shadow:0 0 0 4px #cdfe672e}.field-error,.error-text{color:var(--danger);margin:0;font-size:.92rem;font-weight:700}.inline-actions{justify-content:flex-start;display:flex}.verified-account-card{background:var(--success-bg);color:var(--success);border:1px solid #1665342e;border-radius:20px;padding:1.1rem 1.2rem}.verified-account-card h4,.verified-account-card p{margin:0}.verified-account-card h4{margin-top:.4rem;font-size:1.2rem}.verified-note{color:#166534d1;margin-top:.45rem!important}.verified-badge{letter-spacing:.04em;text-transform:uppercase;background:#1665341a;border-radius:999px;align-items:center;padding:.3rem .65rem;font-size:.75rem;font-weight:800;display:inline-flex}.info-banner{color:#9a3412;background:#fff7ed;border:1px solid #fed7aa;border-radius:18px;padding:1rem 1.1rem;line-height:1.6}.badge-row{flex-wrap:wrap;gap:.5rem;display:flex}.type-badge{color:var(--text-secondary);text-transform:capitalize;background:#0f172a0f;border-radius:999px;align-items:center;padding:.38rem .75rem;font-size:.8rem;font-weight:700;display:inline-flex}.redeemed-state,.resolved-reward-state{flex-direction:column;gap:.8rem;display:flex}.redeemed-state h2,.resolved-reward-state h2{color:var(--success);margin:0}.redeemed-state p,.resolved-reward-state p{color:var(--text-secondary);margin:0;line-height:1.6}.status-tips{flex-wrap:wrap;gap:.65rem;display:flex}.status-chip{color:var(--success);background:#16653414;border-radius:999px;align-items:center;padding:.48rem .75rem;font-size:.84rem;font-weight:700;display:inline-flex}.loading-message{color:#f8fafceb;font-size:1.15rem}.error-card{color:#5c1e1e;background:#fffafaf7;border:1px solid #dc26262e}.modal-error{margin-top:.75rem}.App-footer{color:#e2e8f0b3;text-align:center;padding:1.5rem 1.25rem 2rem;font-size:.86rem}@media (width<=900px){.hero-shell,.card-summary,.flow-intro,.content-rail{flex-direction:column;grid-template-columns:1fr}.amount-panel{width:100%}}@media (width<=640px){.App-header{padding-top:1.5rem}.hero-copy,.hero-art,.redemption-card{border-radius:22px;padding:1.4rem}.hero-copy h1{font-size:2rem}.gift-logo{border-radius:22px;width:88px;height:88px}.available-methods,.step-grid{grid-template-columns:1fr}.ad-admin-bar{flex-direction:column;align-items:flex-start}}.modal-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#0206179e;justify-content:center;align-items:center;padding:1.25rem;display:flex;position:fixed;inset:0}.modal-content{color:#0f172a;background:linear-gradient(#fffffffa,#f8fafcf5);border-radius:28px;width:min(960px,100%);max-width:960px;max-height:min(90vh,920px);padding:1.5rem;position:relative;overflow:auto;box-shadow:0 30px 100px #02061759}.modal-close{cursor:pointer;color:#334155;background:#0f172a0f;border:none;border-radius:999px;width:40px;height:40px;font-size:1.5rem;transition:background-color .18s,color .18s;position:absolute;top:1rem;right:1rem}.modal-close:hover{color:#0f172a;background:#0f172a1a}.modal-layout{flex-direction:column;gap:1.5rem;display:flex}.modal-header-block{flex-direction:column;gap:.75rem;display:flex}.modal-header-block h2,.modal-header-block h3,.selected-product-copy h3{margin:0}.modal-header-block p,.selected-product-copy p{color:#475569;margin:0;line-height:1.6}.product-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.1rem;display:grid}.product-card{cursor:pointer;background:#fff;border:1px solid #94a3b829;border-radius:24px;flex-direction:column;height:100%;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex;overflow:hidden;box-shadow:0 16px 40px #0f172a0f}.product-card:hover,.product-card:focus-within{border-color:#94be2e59;transform:translateY(-2px);box-shadow:0 24px 50px #0f172a1a}.product-card-media{background:linear-gradient(#f8fafc,#eef4fb);justify-content:center;align-items:center;width:100%;height:180px;padding:1rem;display:flex}.product-card-media img{object-fit:contain;max-width:100%;max-height:100%}.product-card-body{text-align:left;flex-direction:column;flex:1;padding:1.2rem;display:flex}.product-card-content{flex-direction:column;flex:1;gap:.7rem;display:flex}.product-card-title{margin:0;font-size:1.1rem}.product-card-desc,.product-card-usage,.product-card-disclosure{color:#64748b;margin:0;font-size:.95rem;line-height:1.55}.product-card-footer{margin-top:1rem}.product-card-footer .redeem-button{margin:0}.selected-product-card{background:#fff;border:1px solid #94a3b829;border-radius:24px;grid-template-columns:minmax(140px,200px) minmax(0,1fr);align-items:stretch;gap:1.25rem;padding:1rem;display:grid;box-shadow:0 18px 40px #0f172a0d}.selected-product-media{background:linear-gradient(#f8fafc,#eef4fb);border-radius:20px;justify-content:center;align-items:center;min-height:170px;padding:1rem;display:flex}.selected-product-media img{object-fit:contain;max-width:100%;max-height:100%}.selected-product-copy{flex-direction:column;justify-content:center;gap:.85rem;display:flex}.redemption-form{flex-direction:column;gap:1rem;display:flex}.form-row{align-items:stretch;gap:.75rem;width:100%;display:flex}.form-row input{flex:1;margin:0}.redemption-form input,.redemption-form select,.redemption-form .redeem-button{justify-content:center;align-items:center;height:52px;display:flex}.phone-input-container{box-sizing:border-box;background:#fff;border:1px solid #dbe3ef;border-radius:16px;flex:1;align-items:center;height:52px;display:flex;overflow:hidden}.phone-input-container:focus-within{border-color:#94be2ebf;box-shadow:0 0 0 4px #cdfe672e}.country-prefix{background:#f8fafc;border-right:1px solid #dbe3ef;align-items:center;height:100%;padding:0 .5rem;display:flex}.country-select{color:#334155;cursor:pointer;background:0 0;border:none;outline:none;height:100%;padding:0 .25rem;font-size:.9rem;font-weight:600}.country-code-static{color:#334155;padding:0 .5rem;font-size:1rem;font-weight:600}.phone-input-container input{color:#0f172a;background:0 0;flex:1;padding:0 .75rem;font-size:1rem;border:none!important;height:100%!important;margin:0!important}.phone-input-container input:focus{box-shadow:none!important}.stack{flex-direction:column;gap:.75rem;display:flex}.redemption-form button{color:#0b1c10;cursor:pointer;background-color:var(--brand-primary);border:none;border-radius:18px;width:100%;padding:1rem;font-weight:800}.form-row .redeem-button{width:auto;min-width:160px;height:52px;padding:0 1.25rem}.error-text{color:#dc2626;text-align:left;margin-top:0;font-size:.92rem;font-weight:700}@media (width<=720px){.modal-content{border-radius:22px;padding:1rem}.selected-product-card{grid-template-columns:1fr}.selected-product-media{min-height:150px}.form-row{flex-direction:column}.form-row .redeem-button{width:100%}}
