.promo-redeem{margin:0 0 1.5rem;max-width:28rem}.promo-redeem-title{margin:0 0 .65rem;font-family:var(--f-serif,var(--fr));font-size:1rem;font-weight:700;color:var(--brand)}.promo-redeem-hint{margin:0 0 .55rem;font-size:.78rem;line-height:1.45;color:var(--ink-3,var(--muted-foreground))}.promo-redeem-label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.promo-redeem-form{margin:0}.promo-redeem-row{display:flex;flex-wrap:wrap;align-items:stretch;gap:.5rem}.promo-redeem-input{flex:1 1 10rem;min-width:0;min-height:44px;padding:.55rem .75rem;border:1px solid var(--line);border-radius:var(--r-pill,999px);background:var(--surface-2,var(--surface));color:var(--ink,var(--foreground));font:inherit;font-size:.88rem;letter-spacing:.04em;text-transform:uppercase}.promo-redeem-input::placeholder{color:var(--faint);letter-spacing:0;text-transform:none}.promo-redeem-input:focus{outline:2px solid color-mix(in srgb,var(--brand) 35%,transparent);outline-offset:1px}.promo-redeem-input:disabled{opacity:.65}.promo-redeem-btn{flex:none;min-height:44px;min-width:5.5rem}.promo-redeem-msg{margin:.55rem 0 0;font-size:.8rem;line-height:1.4;font-weight:600}.promo-redeem-msg.ok{color:var(--success)}.promo-redeem-msg.err{color:var(--destructive,var(--danger,#b42318))}.promo-modal-scrim{position:fixed;inset:0;z-index:70;display:flex;align-items:center;justify-content:center;padding:max(1rem,env(safe-area-inset-top)) max(.85rem,env(safe-area-inset-right)) max(1rem,env(safe-area-inset-bottom)) max(.85rem,env(safe-area-inset-left));background:rgba(20,16,32,.52);backdrop-filter:blur(2px);animation:promo-modal-fade .16s ease}@keyframes promo-modal-fade{0%{opacity:0}to{opacity:1}}.promo-modal{width:100%;max-width:22.5rem;max-height:min(85dvh,32rem);overflow-y:auto;overscroll-contain:contain;padding:1.15rem 1.1rem 1.2rem;border:1px solid var(--line,var(--border));border-radius:16px;background:var(--surface);box-shadow:var(--shl,var(--sh-2,0 18px 48px rgba(20,16,32,.22)));outline:none}.promo-modal-head{display:flex;align-items:flex-start;gap:.7rem;margin-bottom:.95rem}.promo-modal-ic{flex:none;width:2.35rem;height:2.35rem;display:grid;place-items:center;border-radius:11px;background:color-mix(in srgb,var(--brand) 12%,var(--surface));color:var(--brand)}.promo-modal-head-text{flex:1 1 auto;min-width:0;padding-top:.1rem}.promo-modal-title{margin:0;font-family:var(--f-serif,var(--fr));font-size:1.05rem;font-weight:700;line-height:1.25;color:var(--brand)}.promo-modal-desc{margin:.28rem 0 0;font-size:.78rem;line-height:1.45;color:var(--ink-3,var(--muted-foreground))}.promo-modal-close{flex:none;width:2.4rem;height:2.4rem;display:grid;place-items:center;margin:-.2rem -.25rem 0 0;border:none;border-radius:9px;background:transparent;color:var(--ink-3,var(--muted-foreground));cursor:pointer}.promo-modal-close:focus-visible:not(:disabled),.promo-modal-close:hover:not(:disabled){background:var(--surface-2,var(--surface-muted));color:var(--ink,var(--foreground))}.promo-modal-close:focus-visible{outline:2px solid color-mix(in srgb,var(--brand) 40%,transparent);outline-offset:1px}.promo-modal-close:disabled{opacity:.55;cursor:not-allowed}.promo-modal-hint{margin:0 0 .65rem;font-size:.76rem;line-height:1.45;color:var(--ink-3,var(--muted-foreground))}.promo-modal-label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.promo-modal-form{margin:0}.promo-modal-row{display:flex;align-items:stretch;gap:.45rem}.promo-modal-input{flex:1 1 auto;min-width:0;min-height:44px;padding:.55rem .8rem;border:1px solid var(--line,var(--border));border-radius:10px;background:var(--surface-2,var(--surface));color:var(--ink,var(--foreground));font:inherit;font-size:.9rem;letter-spacing:.05em;text-transform:uppercase}.promo-modal-input::placeholder{color:var(--faint);letter-spacing:0;text-transform:none}.promo-modal-input:focus{outline:2px solid color-mix(in srgb,var(--brand) 35%,transparent);outline-offset:1px}.promo-modal-input:disabled{opacity:.65}.promo-modal-btn{flex:none;min-height:44px;min-width:4.5rem;padding:0 .9rem;border:1px solid transparent;border-radius:10px;background:var(--brand);color:var(--brand-foreground,#fff);font:inherit;font-size:.82rem;font-weight:700;cursor:pointer;transition:background .14s ease,opacity .14s ease}.promo-modal-btn:focus-visible:not(:disabled),.promo-modal-btn:hover:not(:disabled){background:color-mix(in srgb,var(--brand) 90%,#000)}.promo-modal-btn:focus-visible{outline:2px solid color-mix(in srgb,var(--brand) 45%,transparent);outline-offset:2px}.promo-modal-btn:disabled{opacity:.55;cursor:not-allowed}.promo-modal-msg{margin:.7rem 0 0;font-size:.8rem;line-height:1.4;font-weight:600}.promo-modal-msg.ok{color:var(--success)}.promo-modal-msg.err{color:var(--destructive,var(--danger,#b42318))}@media (max-width:380px){.promo-modal{max-width:none;width:100%}.promo-modal-row{flex-direction:column}.promo-modal-btn{width:100%}}