.history-container{flex-direction:column;gap:1.5rem;height:100%;display:flex}.history-header{justify-content:space-between;align-items:center;display:flex}.table-container{flex-direction:column;flex:1;display:flex;overflow:auto hidden}.history-table{border-collapse:collapse;text-align:left;width:100%}.history-table th,.history-table td{border-bottom:1px solid var(--border);padding:1rem 1.5rem}.history-table th{color:var(--muted);background:#00000005;font-weight:600;position:sticky;top:0}@media (prefers-color-scheme:dark){.history-table th{background:#ffffff05}}.history-table tr:hover{background:var(--surface-hover)}.status-badge{border-radius:var(--radius-full);padding:.25rem .75rem;font-size:.85rem;font-weight:600;display:inline-block}.status-paid{color:var(--secondary);background:#10b9811a}.status-refunded{color:var(--danger);background:#ef44441a}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:50;background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.modal-content{flex-direction:column;width:100%;padding:2rem;display:flex}.receipt-header{text-align:center;border-bottom:2px dashed var(--border);margin-bottom:1rem;padding-bottom:1rem}.receipt-header h2{letter-spacing:-1px;font-size:1.75rem;font-weight:800}.receipt-header p{color:var(--muted);font-size:.9rem}.receipt-details{border-bottom:2px dashed var(--border);flex-direction:column;gap:.5rem;margin-bottom:1rem;padding-bottom:1rem;display:flex}.receipt-row{justify-content:space-between;font-size:.95rem;font-weight:600;display:flex}.receipt-items{border-bottom:2px dashed var(--border);flex-direction:column;gap:.5rem;margin-bottom:1rem;padding-bottom:1rem;display:flex}.receipt-item-row{justify-content:space-between;font-size:.95rem;display:flex}.receipt-total{padding-bottom:1rem}
