*{box-sizing:border-box}html,body{min-width:320px;color:var(--text-primary);background:var(--surface-canvas);font-family:var(--font-abc-oracle);margin:0}button,input,textarea{font:inherit}button{color:inherit}a{color:inherit;text-decoration:none}.redeem-page{max-width:1120px;min-height:100vh;margin:0 auto;padding:16px;position:relative}.redeem-rate-limit-alert{z-index:60;pointer-events:none;width:min(420px,100vw - 24px);position:fixed;top:16px;right:16px}.redeem-alert{border:1px solid var(--line-subtle);background:var(--surface-card);box-shadow:var(--shadow-sm);pointer-events:auto;border-radius:14px;grid-template-columns:18px minmax(0,1fr);align-items:start;gap:4px 10px;padding:12px 14px;display:grid}.redeem-alert svg{grid-row:span 2;width:16px;height:16px;margin-top:1px}.redeem-alert--destructive{border-color:color-mix(in srgb, var(--status-danger) 45%, var(--line-subtle));color:var(--status-danger)}.redeem-alert__title{margin:0;font-size:14px;font-weight:600;line-height:1.3}.redeem-alert__description{color:var(--text-secondary);margin:0;font-size:13px;line-height:1.4}.redeem-glow{background:var(--gradient-spectrum);filter:blur(56px);opacity:.2;pointer-events:none;height:180px;position:absolute;inset:80px 12% auto}.redeem-header,.redeem-header__left,.redeem-brand,.redeem-theme-switch,.redeem-theme-option,.redeem-eyebrow,.redeem-card button,.redeem-copy-button,.redeem-result-copy-button,.redeem-mail-code-link,.redeem-results li,.redeem-results a{align-items:center;display:flex}.redeem-header{z-index:1;border:1px solid var(--line-subtle);border-radius:var(--radius-pill);background:var(--surface-header);box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);flex-wrap:wrap;justify-content:space-between;gap:16px;padding:10px 12px 10px 16px;position:relative}.redeem-brand{gap:10px;font-weight:500}.redeem-brand__mark{background:var(--text-primary);width:32px;height:32px;color:var(--surface-canvas);border-radius:50%;place-items:center;display:grid}.redeem-header__left{gap:18px;min-width:0}.redeem-shop-link{color:var(--text-secondary);white-space:nowrap;font-weight:500;transition:color .16s}.redeem-shop-link:hover{color:var(--text-primary)}.redeem-theme-switch{border:1px solid var(--line-subtle);border-radius:var(--radius-pill);background:var(--surface-switch);gap:2px;padding:3px}.redeem-theme-option{width:30px;height:30px;color:var(--text-secondary);cursor:pointer;background:0 0;border:0;border-radius:50%;justify-content:center;padding:0;transition:background-color .16s,color .16s}.redeem-theme-option:hover,.redeem-theme-option[aria-pressed=true]{background:var(--surface-switch-active);color:var(--text-primary)}.redeem-eyebrow,.redeem-card p,.redeem-card small{color:var(--text-secondary)}.redeem-hero{z-index:1;text-align:center;max-width:720px;margin:72px auto 36px;position:relative}.redeem-eyebrow{justify-content:center;gap:8px;font-size:14px;font-weight:500}.redeem-hero h1{letter-spacing:0;margin:14px 0 0;font-size:clamp(40px,7vw,68px);font-weight:300;line-height:1.04}.redeem-hero p{max-width:620px;color:var(--text-secondary);margin:16px auto 0;font-size:17px;line-height:1.6}.redeem-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.redeem-card{z-index:1;border-radius:var(--radius-card);background:var(--surface-card);box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);padding:28px;position:relative}.redeem-card h2{margin:0 0 18px;font-size:22px;font-weight:500}.redeem-card label{color:var(--text-secondary);gap:8px;margin-top:14px;font-size:14px;display:grid}.redeem-card input,.redeem-textarea{border:1px solid var(--line-subtle);width:100%;min-height:48px;color:var(--text-primary);background:var(--surface-input);border-radius:18px;outline:none;padding:0 16px}.redeem-textarea{resize:vertical;min-height:122px;padding:14px 16px;line-height:1.5}.redeem-card input:focus,.redeem-textarea:focus{border-color:var(--text-primary)}.redeem-card button,.redeem-results a{border-radius:var(--radius-pill);min-height:46px;color:var(--text-primary);background:var(--surface-button);cursor:pointer;border:0;justify-content:center;gap:8px;padding:0 20px;font-weight:500;transition:background-color .16s,border-color .16s,color .16s}.redeem-card button:not(:disabled):hover,.redeem-results a:hover{background:var(--surface-button-hover)}.redeem-card button{width:100%;margin-top:18px}.redeem-card button:disabled{cursor:not-allowed;opacity:.55}.redeem-results{margin-top:16px}.redeem-results__header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.redeem-results__copy{min-width:0}.redeem-results__actions{flex-wrap:wrap;flex:none;justify-content:flex-end;align-items:center;gap:10px;display:flex}.redeem-mail-code-link{border:1px solid var(--text-primary);border-radius:var(--radius-pill);background:var(--text-primary);min-height:42px;color:var(--surface-canvas);white-space:nowrap;box-shadow:var(--shadow-sm);flex:none;gap:8px;padding:0 16px;font-weight:600;position:relative}.redeem-mail-code-link:after{z-index:3;border:1px solid var(--line-subtle);background:var(--text-primary);width:max-content;max-width:min(280px,72vw);color:var(--surface-canvas);box-shadow:var(--shadow-sm);content:attr(data-tooltip);opacity:0;pointer-events:none;border-radius:12px;padding:8px 10px;font-size:12px;font-weight:500;line-height:1.4;transition:opacity .16s,transform .16s;position:absolute;top:calc(100% + 8px);right:0;transform:translateY(-4px)}.redeem-mail-code-link:hover:after,.redeem-mail-code-link:focus-visible:after{opacity:1;transform:translateY(0)}.redeem-mail-code-link:hover{background:var(--surface-button-hover);color:var(--text-primary)}.redeem-result-board{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:stretch;gap:18px;margin-top:18px;display:grid}.redeem-result-panel{align-content:start;gap:12px;min-width:0;display:grid}.redeem-result-panel__header,.redeem-inline-result__header{justify-content:space-between;align-items:center;gap:12px;display:flex}.redeem-result-panel__header h3{margin:0;font-size:15px;font-weight:500}.redeem-result-panel__header small,.redeem-inline-result__header label{color:var(--text-secondary);font-size:14px}.redeem-inline-result__actions{align-items:center;gap:10px;display:flex}.redeem-inline-result__actions small{color:var(--text-secondary)}.redeem-copy-button,.redeem-result-copy-button{border-radius:var(--radius-pill);background:var(--surface-button);min-height:38px;color:var(--text-primary);cursor:pointer;border:0;justify-content:center;gap:7px;padding:0 14px;font-weight:500}.redeem-result-copy-button{color:var(--text-secondary);background:0 0;border:0;border-radius:0;flex:none;justify-content:center;align-items:center;min-width:16px;min-height:16px;margin-top:2px;padding:0;display:inline-flex}.redeem-card .redeem-copy-button{width:auto;margin-top:0}.redeem-card .redeem-result-copy-button{width:auto;min-width:16px;min-height:16px;color:var(--text-secondary);background:0 0;border:0;border-radius:0;gap:0;margin-top:2px;padding:0}.redeem-card .redeem-result-copy-button:not(:disabled):hover{color:var(--text-primary);background:0 0}.redeem-result-copy-button svg{color:currentColor;stroke-width:2px;flex:none;width:12px;height:12px;display:block}.redeem-copy-button:hover,.redeem-result-copy-button:not(:disabled):hover{background:0 0}.redeem-result-copy-button:not(:disabled):hover{color:var(--text-primary)}.redeem-inline-textarea{resize:vertical;white-space:pre;min-height:180px}.redeem-all-textarea{min-height:320px}.redeem-result-list{gap:10px;max-height:360px;margin:0;padding:0;list-style:none;display:grid;overflow:auto}.redeem-result-item{border:1px solid var(--line-subtle);border-radius:20px;align-items:stretch;gap:8px;padding:12px;display:grid}.redeem-result-item__copy{justify-content:space-between;align-items:flex-start;gap:12px;min-width:0;display:flex}.redeem-result-item__copy>span{gap:4px;min-width:0;display:grid}.redeem-result-item strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}@media (width<=720px){.redeem-header{align-items:center;gap:12px}.redeem-header__left{flex:auto;gap:12px;min-width:220px}.redeem-grid{grid-template-columns:1fr}.redeem-card{padding:22px}.redeem-results__header{flex-direction:column}.redeem-result-board{grid-template-columns:1fr}.redeem-result-list{max-height:none}.redeem-results__actions{justify-content:stretch;width:100%}.redeem-mail-code-link{justify-content:center;width:100%}.redeem-inline-result__header{flex-direction:column;align-items:stretch}.redeem-inline-result__actions{justify-content:space-between}}:root{--surface-canvas:#f8f8f8;--surface-card:#ffffffe6;--surface-header:#efefefdb;--surface-input:#ffffffb8;--surface-button:#d9d9d9;--surface-button-hover:#cfcfcf;--surface-chip:#ffffff94;--surface-chip-hover:#ffffffdb;--surface-switch:#ffffff6b;--surface-switch-active:#0000001f;--text-primary:#000;--text-secondary:#636363;--text-tertiary:#959595;--line-subtle:#00000014;--shadow-sm:#00000014 0 0 8px 0;--radius-card:30px;--radius-pill:9999px;--gradient-spectrum:linear-gradient(90deg, #c679c4 0%, #fa3d1d 25%, #ffb005 50%, #e1e1fe 75%, #0358f7 100%);--font-abc-oracle:"ABC Oracle", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}:root[data-theme=dark]{--surface-canvas:#10100e;--surface-card:#1d1d1ae6;--surface-header:#181816db;--surface-input:#10100eb8;--surface-button:#2f302c;--surface-button-hover:#3a3b36;--surface-chip:#ffffff12;--surface-chip-hover:#ffffff1f;--surface-switch:#0003;--surface-switch-active:#ffffff29;--text-primary:#f6f2e9;--text-secondary:#b6b0a5;--text-tertiary:#817b71;--line-subtle:#ffffff1f;--shadow-sm:#00000057 0 0 14px 0}
