.history-page{background:var(--page-bg);min-height:calc(100vh - 62px);color:var(--text-primary);padding:40px 24px 80px;font-family:Nunito Sans,-apple-system,BlinkMacSystemFont,sans-serif;transition:background .3s,color .3s}.history-container{max-width:960px;margin:0 auto}.history-header{background:var(--card-bg);box-shadow:var(--card-shadow);border-radius:8px;margin-bottom:0;padding:36px 40px 32px;transition:background .3s,box-shadow .3s}.history-title{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:6px;font-size:1.75rem;font-weight:800}.history-subtitle{color:var(--text-muted);margin-bottom:24px;font-size:.92rem;font-weight:400;line-height:1.5}.history-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.history-search-wrap{flex:1;min-width:200px;max-width:360px;position:relative}.history-search-icon{color:var(--text-faint);pointer-events:none;align-items:center;display:flex;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.history-search{border:1px solid var(--input-border);width:100%;color:var(--text-primary);background:var(--input-bg);border-radius:6px;outline:none;padding:10px 14px 10px 38px;font-family:inherit;font-size:.88rem;transition:border-color .2s,box-shadow .2s,background .3s}.history-search::placeholder{color:var(--text-placeholder)}.history-search:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-shadow)}.history-toolbar-actions{align-items:center;gap:10px;display:flex}.history-btn{cursor:pointer;white-space:nowrap;border-radius:6px;align-items:center;gap:6px;padding:9px 16px;font-family:inherit;font-size:.85rem;font-weight:600;transition:all .2s;display:inline-flex}.history-btn-export{background:var(--card-bg);color:var(--text-secondary);border:1px solid var(--border-medium)}.history-btn-export:hover{background:var(--hover-bg);border-color:var(--text-faint);color:var(--text-primary)}.history-btn-new{background:var(--accent);color:#fff;box-shadow:0 2px 8px var(--accent-shadow);border:none}.history-btn-new:hover{background:var(--accent-hover);box-shadow:0 4px 16px var(--accent-shadow);transform:translateY(-1px)}.history-btn-new:active{transform:translateY(0)}.history-table-wrap{background:var(--card-bg);box-shadow:var(--card-shadow);border-radius:0 0 8px 8px;transition:background .3s;overflow:hidden}.history-table{border-collapse:collapse;width:100%}.history-table thead th{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);text-align:left;border-bottom:1px solid var(--border-light);white-space:nowrap;background:var(--card-bg);padding:14px 16px;font-size:.76rem;font-weight:700}.history-table thead th:last-child{text-align:right}.history-table thead th.th-total{text-align:right;padding-right:48px}.history-table tbody tr{border-bottom:1px solid var(--border-light);transition:background .15s}.history-table tbody tr:last-child{border-bottom:none}.history-table tbody tr:hover{background:var(--row-hover)}.history-table tbody td{color:var(--text-primary);vertical-align:middle;padding:12px 16px;font-size:.88rem}.history-table tbody td.td-total{text-align:right;white-space:nowrap;font-size:.92rem;font-weight:700}.history-table tbody td.td-actions{text-align:right;padding-right:12px}.history-customer{font-weight:600}.history-reference{color:var(--text-muted)}.history-date{color:var(--text-secondary);font-size:.85rem}.history-invoice-number{color:var(--text-muted);font-size:.84rem}.history-btn-view{background:var(--card-bg);border:1px solid var(--border-medium);color:var(--text-secondary);cursor:pointer;border-radius:4px;align-items:center;gap:4px;margin-right:8px;padding:5px 12px;font-family:inherit;font-size:.78rem;font-weight:600;transition:all .2s;display:inline-flex}.history-btn-view:hover{background:var(--accent-light);border-color:var(--accent);color:var(--accent)}.history-btn-delete{width:30px;height:30px;color:var(--text-faint);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;transition:all .2s;display:inline-flex}.history-btn-delete:hover{background:var(--remove-hover-bg);color:var(--remove-hover-color)}.history-empty{text-align:center;padding:64px 24px}.history-empty-icon{opacity:.4;margin-bottom:16px;font-size:3.5rem}.history-empty-title{color:var(--text-primary);margin-bottom:8px;font-size:1.2rem;font-weight:700}.history-empty-text{color:var(--text-muted);max-width:360px;margin:0 auto 24px;font-size:.9rem;line-height:1.5}.history-warning{background:var(--card-bg);box-shadow:var(--card-shadow);border-radius:8px;align-items:flex-start;gap:10px;margin-top:20px;padding:16px 20px;transition:background .3s;display:flex}.history-warning-icon{flex-shrink:0;margin-top:1px;font-size:1.1rem}.history-warning-text{color:var(--text-muted);font-size:.82rem;line-height:1.5}.history-btn-erase{color:#fff;cursor:pointer;background:#e53e3e;border:none;border-radius:6px;align-items:center;gap:6px;margin-top:12px;padding:8px 16px;font-family:inherit;font-size:.82rem;font-weight:700;transition:all .2s;display:inline-flex}.history-btn-erase:hover{background:#c53030;transform:translateY(-1px);box-shadow:0 2px 10px #e53e3e4d}.history-btn-erase:active{transform:translateY(0)}.history-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#00000080;justify-content:center;align-items:center;animation:.2s modalFadeIn;display:flex;position:fixed;inset:0}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}.history-modal{background:var(--card-bg);border-radius:12px;width:90%;max-width:420px;padding:32px;animation:.25s modalSlideIn;box-shadow:0 20px 60px #0000004d}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(12px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.history-modal-icon{text-align:center;margin-bottom:12px;font-size:2.5rem}.history-modal-title{color:var(--text-primary);text-align:center;margin-bottom:8px;font-size:1.15rem;font-weight:800}.history-modal-text{color:var(--text-muted);text-align:center;margin-bottom:24px;font-size:.88rem;line-height:1.5}.history-modal-actions{justify-content:center;gap:12px;display:flex}.history-modal-cancel{background:var(--card-bg);border:1px solid var(--border-medium);color:var(--text-secondary);cursor:pointer;border-radius:6px;padding:10px 24px;font-family:inherit;font-size:.88rem;font-weight:600;transition:all .2s}.history-modal-cancel:hover{background:var(--hover-bg);border-color:var(--text-faint)}.history-modal-confirm{color:#fff;cursor:pointer;background:#e53e3e;border:none;border-radius:6px;padding:10px 24px;font-family:inherit;font-size:.88rem;font-weight:700;transition:all .2s}.history-modal-confirm:hover{background:#c53030;box-shadow:0 2px 10px #e53e3e4d}.history-table tbody tr{animation:.3s both rowFadeIn}@keyframes rowFadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media (max-width:720px){.history-header{padding:24px 20px 20px}.history-toolbar{flex-direction:column;align-items:stretch}.history-search-wrap{max-width:100%}.history-toolbar-actions{justify-content:flex-end}.history-table thead th,.history-table tbody td{padding:10px;font-size:.82rem}.history-table .hide-mobile{display:none}}
