.codes-page{padding:0 20px 60px}.codes-section{margin-top:28px}.codes-section-title{font-family:var(--font-display);font-size:1.2rem;font-weight:800;margin-bottom:12px;color:var(--text-primary)}.codes-table{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);overflow:hidden}.codes-table-header{padding:12px 20px;background:var(--bg-secondary);border-bottom:1px solid var(--border-color);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--text-muted)}.codes-table-header,.codes-table-row{display:grid;grid-template-columns:2fr 2fr 1fr 100px}.codes-table-row{padding:14px 20px;align-items:center;border-bottom:1px solid var(--border-light);transition:background .15s}.codes-table-row:last-child{border-bottom:none}.codes-table-row:hover{background:var(--bg-secondary)}.code-cell{display:flex;align-items:center;gap:8px}.code-cell .code-text{font-size:.88rem}.code-cell .code-text.expired{text-decoration:line-through;color:var(--text-muted)}.reward-cell{font-size:.85rem;color:var(--text-secondary)}.status-cell{display:flex;align-items:center}.copy-cell{display:flex;justify-content:flex-end}.server-status{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:rgba(16,185,129,.06);border:1px solid rgba(16,185,129,.15);border-radius:var(--radius-full);font-size:.85rem;color:var(--text-secondary);margin-top:16px}.status-dot{width:8px;height:8px;border-radius:50%;background:#10b981;animation:pulse-dot 2s infinite}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.how-to-redeem{margin-top:28px}.how-to-redeem h2{font-family:var(--font-display);font-size:1.1rem;font-weight:700;margin-bottom:12px}.redeem-steps{padding-left:20px}.redeem-steps li{padding:6px 0;font-size:.9rem;color:var(--text-secondary);line-height:1.6}.redeem-steps a{color:var(--color-primary);font-weight:600}.expired-section{margin-top:32px}.expired-notice{font-size:.85rem;color:var(--text-muted);margin-bottom:12px}.expired-table{opacity:.7}.expired-row{background:transparent}.faq-section{margin-top:40px}.faq-list{display:flex;flex-direction:column;gap:8px;margin-top:16px}.faq-item{cursor:pointer}.faq-item summary{font-weight:600;font-size:.92rem;cursor:pointer;padding:4px 0;color:var(--text-primary);list-style:none}.faq-item summary:before{content:"▸ ";color:var(--color-primary)}.faq-item[open] summary:before{content:"▾ "}.faq-item p{padding:8px 0 4px;font-size:.88rem;color:var(--text-secondary);line-height:1.7}@media (max-width:768px){.codes-table-header{display:none}.codes-table-row{grid-template-columns:1fr;gap:6px;padding:14px 16px}.copy-cell{justify-content:flex-start}}