.history-page{padding:80px 0;min-height:80vh}.history-header{text-align:center;margin-bottom:60px;position:relative;max-width:800px;margin-left:auto;margin-right:auto}.history-header h1{font-size:3.5rem;font-weight:800;letter-spacing:-.02em;margin-bottom:var(--space-md);background:linear-gradient(to right,#fff,#94a3b8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.history-header p{font-size:1.125rem;color:var(--color-text-secondary);max-width:500px;margin:0 auto;line-height:1.6}.history-list{display:flex;flex-direction:column;gap:16px;width:100%}.history-item{display:flex;align-items:center;justify-content:space-between;padding:24px 32px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:16px;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.history-item:before{content:"";position:absolute;inset:0;background:linear-gradient(to right,rgba(99,102,241,.1),transparent);opacity:0;transition:opacity .3s ease}.history-item:hover{transform:translateY(-2px);background:#ffffff0d;border-color:#6366f14d;box-shadow:0 10px 40px -10px #00000080}.history-item:hover:before{opacity:1}.history-item-left{display:flex;align-items:center;gap:24px;z-index:1;min-width:0;flex:1}.history-icon-wrapper{width:48px;height:48px;border-radius:12px;background:#ffffff0d;display:flex;align-items:center;justify-content:center;color:var(--color-text-muted);border:1px solid rgba(255,255,255,.1);flex-shrink:0}.history-item:hover .history-icon-wrapper{background:var(--color-accent);color:#fff;border-color:var(--color-accent)}.history-details{min-width:0}.history-title{font-size:1.125rem;font-weight:600;color:var(--color-text-primary);margin-bottom:4px;letter-spacing:-.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.history-details time{font-size:.875rem;color:var(--color-text-muted);font-variant-numeric:tabular-nums}.history-item-right{display:flex;align-items:center;gap:24px;z-index:1;margin-left:24px;flex-shrink:0}.status-badge{display:inline-flex;align-items:center;gap:6px;font-size:.75rem;font-weight:700;padding:6px 12px;border-radius:100px;letter-spacing:.05em;text-transform:uppercase}.status-badge.preview{background:#c8c8c814;color:#a1a1aa;border:1px solid rgba(255,255,255,.1)}.status-badge.paid{background:#10b98126;color:#34d399;border:1px solid rgba(16,185,129,.3);box-shadow:0 0 20px #10b9811a}.delete-btn{display:flex;align-items:center;gap:6px;background:transparent;border:none;color:var(--color-text-muted);cursor:pointer;font-size:.875rem;font-weight:500;padding:8px 12px;border-radius:8px;transition:all .2s}.delete-btn:hover{background:#ef44441a;color:#ef4444}.arrow-icon{color:var(--color-text-muted);transition:transform .3s ease,color .3s ease}.history-item:hover .arrow-icon{transform:translate(4px);color:var(--color-text-primary)}.modal-overlay{position:fixed;inset:0;background:#000000b3;backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:center;justify-content:center}.modal{background:#18181b;border:1px solid var(--color-border);border-radius:16px;padding:32px;width:90%;max-width:400px;text-align:center;box-shadow:0 25px 50px -12px #00000080}.modal-icon{width:64px;height:64px;border-radius:50%;background:#ef44441a;color:#ef4444;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}.modal h3{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:12px}.modal p{color:var(--color-text-muted);margin-bottom:32px;line-height:1.5}.modal-actions{display:flex;gap:12px}.modal-actions button{flex:1;padding:12px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.btn-cancel{background:transparent;border:1px solid var(--color-border);color:#fff}.btn-cancel:hover{background:#ffffff0d}.btn-delete{background:#ef4444;border:none;color:#fff}.btn-delete:hover{background:#dc2626}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:100px 0;text-align:center;border:1px dashed rgba(255,255,255,.1);border-radius:24px}.empty-icon{font-size:4rem;margin-bottom:24px;opacity:.3;filter:grayscale(1)}.empty-state h3{font-size:1.5rem;font-weight:700;color:var(--color-text-primary);margin-bottom:8px}.empty-state p{color:var(--color-text-secondary);margin-bottom:32px;font-size:1.1rem}.history-loading{display:flex;justify-content:center;padding:60px}.spinner{animation:spin 1s linear infinite;color:var(--color-accent)}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:600px){.badge-text{display:none}.status-badge{padding:8px;gap:0}.delete-text{display:none}.delete-btn{padding:8px}.history-item{padding:16px;gap:12px}.history-item-left{gap:12px}.history-item-right{margin-left:0;gap:8px}.history-header h1{font-size:2rem}.arrow-icon{display:none}}
