.state-view{display:none}.state-view.active{display:block}.gift-guest-bonus-card{display:flex;flex-direction:column;align-items:center;gap:.875rem;padding:2.5rem 1.5rem;text-align:center;border:1px dashed hsl(var(--text) / .12);background:hsl(var(--text) / .015);border-radius:2rem}.gift-guest-bonus-icon{width:56px;height:56px;border-radius:1rem;background:hsl(var(--color1) / .12);display:flex;align-items:center;justify-content:center}.gift-guest-bonus-icon svg{width:24px;height:24px;color:hsl(var(--color1))}.gift-guest-bonus-card h2{font-size:1.25rem;font-weight:700}.gift-guest-bonus-card p{font-size:.9rem;color:hsl(var(--text2));max-width:42ch;line-height:1.55;text-wrap:pretty}.gift-hero{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.gift-hero-text{display:flex;flex-direction:column;gap:.75rem}.gift-hero-title{font-size:2rem;font-weight:700;line-height:1.1}.gift-hero-sub{font-size:.9375rem;color:hsl(var(--text2));max-width:40ch;line-height:1.5}.gift-hero-cta-wrap{display:flex;align-items:center}.gift-hero-illo{flex-shrink:0;opacity:.9}.gift-hero-illo svg{width:160px;height:160px;color:hsl(var(--color1));stroke-width:1.5}.gift-activate{display:flex;align-items:flex-start;gap:1rem}.gift-activate-icon{width:40px;height:40px;border-radius:.75rem;flex-shrink:0;background:hsl(var(--color1) / .12);display:flex;align-items:center;justify-content:center;margin-top:.125rem}.gift-activate-icon svg{width:18px;height:18px;color:hsl(var(--color1))}.gift-activate-body{flex:1}.gift-activate-form{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.gift-code-input{flex:1;min-width:220px;padding:.625rem .875rem;background:hsl(var(--text) / .04);border:1px solid hsl(var(--text) / .1);border-radius:.75rem;color:hsl(var(--text));font-family:'Courier New',monospace;font-size:.9375rem;letter-spacing:.08em;text-transform:uppercase;transition:border-color .2s}.gift-code-input::placeholder{text-transform:none;letter-spacing:0;font-family:inherit;color:hsl(var(--text3));opacity:.6}.gift-code-input:focus{outline:0;border-color:hsl(var(--color1) / .5)}.gift-list{display:flex;flex-direction:column;gap:.75rem}.gift-empty{text-align:center;padding:1.25rem;color:hsl(var(--text3));font-size:.875rem;border:1px dashed hsl(var(--text) / .1);border-radius:1rem}.gift-card{padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.5rem;position:relative}.gift-card.is-elevated{z-index:40}.gift-card[data-status=converted]{border-color:hsl(var(--color1) / .3);background:linear-gradient(135deg,hsl(var(--color1) / .05),hsl(var(--text) / .025))}.gift-card-head{display:flex;align-items:center;justify-content:space-between;gap:.625rem;flex-wrap:wrap}.gift-actions{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.gift-code{font-family:'Courier New',monospace;font-size:1.0625rem;font-weight:700;color:hsl(var(--text));letter-spacing:.1em}.gift-code-expired{text-decoration:line-through;opacity:.4}.gift-meta{font-size:.875rem;color:hsl(var(--text3))}.gift-meta strong{color:hsl(var(--text1))}.gift-meta-expired{opacity:.5}.gift-bonus{display:inline-flex;align-items:center;gap:4px;margin-left:8px;font-size:.72rem;font-weight:700;background:hsl(var(--color1) / .15);color:hsl(var(--color1));padding:2px 8px;border-radius:99px;vertical-align:middle}.gift-bonus svg{width:11px;height:11px}.gift-share-wrap{position:relative}.gift-share-dropdown{position:absolute;top:calc(100% + 6px);right:0;z-index:30;background:hsl(var(--bg));border:1px solid hsl(var(--text) / .12);border-radius:.875rem;padding:.25rem;box-shadow:0 8px 24px hsl(var(--bg) / .6);min-width:160px;backdrop-filter:blur(12px);animation:.12s ddIn}.gift-share-dropdown[hidden]{display:none}@keyframes ddIn{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.gift-share-item{display:flex;align-items:center;gap:9px;width:100%;padding:.55rem .75rem;border-radius:.5rem;font-size:.875rem;font-weight:500;color:hsl(var(--text1));background:0 0;border:none;cursor:pointer;text-decoration:none;transition:background .12s;text-align:left}.gift-share-item:hover{background:hsl(var(--text) / .05)}.gift-share-item svg{width:15px;height:15px;flex-shrink:0}.gift-empty-state{display:flex;flex-direction:column;align-items:center;gap:.875rem;padding:3rem 1.5rem;text-align:center;border:1px dashed hsl(var(--text) / .1);border-radius:2rem;background:hsl(var(--text) / .015)}.gift-empty-text{font-size:.9375rem;color:hsl(var(--text3))}@media (max-width:680px){.gift-hero-illo{display:none}.gift-hero-title{font-size:1.625rem}.gift-card-head{flex-direction:column;align-items:flex-start;gap:.75rem}}