:root{--bg-page: #0f172a;--bg-page-end: #1e293b;--bg: #f1f5f9;--bg-elevated: #ffffff;--border: #e2e8f0;--border-strong: #cbd5e1;--text: #0f172a;--text-muted: #64748b;--text-placeholder: #94a3b8;--primary: #1d4ed8;--primary-hover: #1e40af;--primary-focus-ring: rgba(29, 78, 216, .25);--surface-muted: #f8fafc;--shadow: 0 1px 2px rgba(15, 23, 42, .04), 0 4px 12px rgba(15, 23, 42, .06);--radius-lg: 16px;--radius-md: 10px;--radius-sm: 8px;--font-sans: "DM Sans", system-ui, -apple-system, sans-serif;--font-mono: "JetBrains Mono", ui-monospace, monospace}*,*:before,*:after{box-sizing:border-box}body{font-family:var(--font-sans);background:linear-gradient(165deg,var(--bg-page) 0%,var(--bg-page-end) 100%);background-color:var(--bg-page);min-height:100vh;display:flex;align-items:flex-start;justify-content:center;padding:0;margin:0;width:100%;overflow-x:hidden;color:var(--text);-webkit-font-smoothing:antialiased}.App{width:100%;max-width:100%;min-height:100vh;display:flex;align-items:flex-start;justify-content:center;padding:clamp(24px,5vw,48px) clamp(16px,4vw,24px) 48px;box-sizing:border-box}.App:has(.app__footer){padding-bottom:calc(44px + env(safe-area-inset-bottom,0px))}.redeem{width:100%;max-width:420px;display:flex;flex-direction:column;gap:0;background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);overflow:hidden}.redeem__header{padding:28px 28px 24px;border-bottom:1px solid var(--border)}.redeem__title-row{display:flex;flex-direction:row;align-items:flex-start;gap:16px}.redeem__badge{flex-shrink:0;width:40px;height:40px;border-radius:var(--radius-sm);background:linear-gradient(145deg,#1d4ed8,#1e3a8a);box-shadow:inset 0 1px #ffffff26}.redeem__titles{display:flex;flex-direction:column;gap:8px;min-width:0}.redeem__title{margin:0;font-size:1.375rem;font-weight:600;letter-spacing:-.02em;line-height:1.25;color:var(--text)}.redeem__subtitle{margin:0;font-size:.875rem;line-height:1.5;color:var(--text-muted);font-weight:400}.redeem__catalog-wrap{display:flex;flex-direction:column;gap:12px;padding:16px 28px 20px;border-bottom:1px solid var(--border)}.redeem__accordion-summary-main{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:8px;min-width:0}.redeem__accordion-tag{font-size:.625rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;padding:3px 8px;border-radius:999px;color:#b45309;background:#b453091f}.redeem__catalog-hint{margin:0;font-size:.75rem;line-height:1.45;color:var(--text-muted)}.redeem__catalog-status,.redeem__catalog-foot{margin:0;font-size:.75rem;color:var(--text-muted)}.redeem__catalog-foot{color:var(--text);font-weight:500}.redeem__catalog-error{margin:0;font-size:.8125rem;line-height:1.4;color:#b45309}.redeem__catalog-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.redeem__catalog-row{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:10px;width:100%;padding:8px 10px;text-align:left;font-family:var(--font-sans);font-size:.8125rem;color:var(--text);background:var(--surface-muted);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;transition:border-color .15s ease,background .15s ease}.redeem__catalog-row:hover:not(:disabled){border-color:var(--primary);background:#1d4ed80a}.redeem__catalog-row:disabled{opacity:.6;cursor:not-allowed}.redeem__catalog-row:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.redeem__catalog-code{font-family:var(--font-mono);font-weight:600;letter-spacing:.04em;flex:0 1 auto;min-width:0}.redeem__catalog-exp{flex:1 1 auto;font-size:.75rem;color:var(--text-muted);text-align:right}.redeem__catalog-badge{flex-shrink:0;font-size:.625rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;padding:3px 8px;border-radius:999px}.redeem__catalog-badge--logged{color:#0f766e;background:#0f766e1f}.redeem__catalog-badge--missing{color:#b45309;background:#b453091f}.redeem__catalog-badge--na{color:var(--text-muted);background:var(--surface-muted);border:1px solid var(--border)}.redeem__field-hint{margin:0;font-size:.75rem;line-height:1.4;color:#b45309}.redeem__form{display:flex;flex-direction:column;gap:16px;padding:24px 28px 28px}.redeem__field{display:flex;flex-direction:column;gap:8px}.redeem__label{font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted)}.redeem__input{width:100%;padding:12px 14px;font-family:var(--font-mono);font-size:.9375rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase;color:var(--text);background:var(--surface-muted);border:1px solid var(--border-strong);border-radius:var(--radius-md);transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.redeem__input::placeholder{color:var(--text-placeholder);text-transform:none;letter-spacing:normal;font-weight:400}.redeem__input:hover:not(:disabled){border-color:#94a3b8}.redeem__input:focus{outline:none;border-color:var(--primary);background:var(--bg-elevated);box-shadow:0 0 0 3px var(--primary-focus-ring)}.redeem__input:disabled{opacity:.65;cursor:not-allowed}.redeem__submit{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;width:100%;padding:13px 20px;font-family:var(--font-sans);font-size:.9375rem;font-weight:600;color:#fff;background:var(--primary);border:none;border-radius:var(--radius-md);cursor:pointer;transition:background .15s ease,transform .1s ease}.redeem__submit:hover:not(:disabled){background:var(--primary-hover)}.redeem__submit:active:not(:disabled){transform:scale(.99)}.redeem__submit:disabled{opacity:.75;cursor:not-allowed}.redeem__submit:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.redeem__spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:redeem-spin .65s linear infinite}@keyframes redeem-spin{to{transform:rotate(360deg)}}.redeem__log-section{display:flex;flex-direction:column;gap:0;border-top:1px solid var(--border);background:var(--surface-muted)}.redeem__log-heading{margin:0;padding:12px 28px 0;font-size:.6875rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted)}.redeem__log{margin:0;padding:12px 28px 20px;max-height:320px;overflow:auto;font-family:var(--font-mono);font-size:.75rem;line-height:1.6;color:#334155;white-space:pre-wrap;word-break:break-word;-moz-tab-size:2;tab-size:2}.redeem__history-wrap{border-top:1px solid var(--border);padding:16px 28px 20px}.redeem__accordion{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-muted);overflow:hidden}.redeem__accordion-summary{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;cursor:pointer;font-size:.6875rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);list-style:none;-webkit-user-select:none;user-select:none}.redeem__accordion-summary::-webkit-details-marker{display:none}.redeem__accordion-summary::marker{display:none}.redeem__accordion[open] .redeem__accordion-summary{border-bottom:1px solid var(--border)}.redeem__accordion-chevron{width:7px;height:7px;border-right:2px solid var(--text-muted);border-bottom:2px solid var(--text-muted);transform:rotate(45deg);transition:transform .2s ease;flex-shrink:0}.redeem__accordion[open] .redeem__accordion-chevron{transform:rotate(-135deg)}.redeem__accordion-body{display:flex;flex-direction:column;gap:12px;padding:14px;background:var(--bg-elevated)}.redeem__history-note{margin:0;font-size:.75rem;line-height:1.45;color:var(--text-muted)}.redeem__code{font-family:var(--font-mono);font-size:.6875rem;padding:2px 6px;border-radius:4px;background:var(--surface-muted);border:1px solid var(--border);color:var(--text)}.redeem__history-error{margin:0;font-size:.8125rem;line-height:1.4;color:#b91c1c}.redeem__history-loading{margin:0;font-size:.8125rem;color:var(--text-muted)}.redeem__history-actions{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px}.redeem__ghost{padding:8px 12px;font-family:var(--font-sans);font-size:.75rem;font-weight:500;color:var(--text-muted);background:transparent;border:1px solid var(--border-strong);border-radius:var(--radius-sm);cursor:pointer;transition:border-color .15s ease,color .15s ease,background .15s ease}.redeem__ghost:hover{border-color:var(--primary);color:var(--primary);background:#1d4ed80a}.redeem__ghost:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.redeem__ghost--danger:hover{border-color:#dc2626;color:#dc2626;background:#dc26260f}.redeem__history-empty{margin:0;font-size:.8125rem;color:var(--text-placeholder)}.redeem__history-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.redeem__history-item{display:flex;flex-direction:row;align-items:flex-start;gap:10px;padding:10px 12px;background:var(--surface-muted);border:1px solid var(--border);border-radius:var(--radius-sm)}.redeem__history-item-main{display:flex;flex-direction:column;gap:6px;flex:1;min-width:0}.redeem__history-delete{flex-shrink:0;padding:4px 8px;font-family:var(--font-sans);font-size:.6875rem;font-weight:500;color:var(--text-muted);background:var(--bg-elevated);border:1px solid var(--border-strong);border-radius:var(--radius-sm);cursor:pointer;transition:opacity .15s ease,border-color .15s ease,color .15s ease,background .15s ease}.redeem__history-delete:hover{border-color:#dc2626;color:#dc2626;background:#dc26260f}.redeem__history-delete:focus-visible{opacity:1;outline:2px solid var(--primary);outline-offset:2px}@media(hover:hover)and (pointer:fine){.redeem__history-delete{opacity:0}.redeem__history-item:hover .redeem__history-delete{opacity:1}}.redeem__history-code{font-family:var(--font-mono);font-size:.8125rem;font-weight:500;letter-spacing:.04em;color:var(--text)}.redeem__history-meta{display:flex;flex-direction:column;gap:4px;font-size:.75rem;color:var(--text-muted)}.redeem__history-account strong{font-weight:600;color:var(--text)}.app__footer{position:fixed;z-index:20;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;padding:6px 16px calc(6px + env(safe-area-inset-bottom,0px));font-size:.625rem;letter-spacing:.04em;text-transform:uppercase;color:#f8fafc61;border-top:1px solid rgba(248,250,252,.05);background:#0f172ad9}.app__footer-inner{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px;max-width:100%}.app__footer-segment{display:inline-flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:8px}.app__footer-deploy-time{font:inherit;color:inherit;letter-spacing:inherit;text-transform:inherit}.app__footer-sep{opacity:.45;-webkit-user-select:none;user-select:none}.app__footer-cron-time{font:inherit;color:inherit;letter-spacing:inherit;text-transform:inherit}.app__footer-badge{flex-shrink:0;font-size:.5625rem;font-weight:700;line-height:1.2;padding:2px 6px;border-radius:999px;letter-spacing:.02em;text-transform:uppercase}.app__footer-badge--ok{background:#22c55e38;color:#86efac}.app__footer-badge--bad{background:#ef444433;color:#fca5a5}@media(max-width:480px){.redeem__header{padding:22px 20px 20px}.redeem__form{padding:20px}.redeem__catalog-wrap,.redeem__log-heading,.redeem__log,.redeem__history-wrap{padding-left:20px;padding-right:20px}.redeem__title{font-size:1.25rem}}
