@import "https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;500;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;500;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;500;600;700;800&display=swap";:root{--page-bg:#f0f0f0;--text-primary:#333;--text-secondary:#555;--text-muted:#666;--text-faint:#999;--text-placeholder:#bbb;--header-bg:#fff;--header-border:#e5e5e5;--header-shadow:0 1px 3px #0000000a;--card-bg:#fff;--card-shadow:0 1px 4px #00000014, 0 8px 32px #0000000f;--input-bg:#fff;--input-border:#ddd;--input-focus:#1a9e8f;--border-light:#eee;--border-medium:#ddd;--accent:#1a9e8f;--accent-hover:#168a7d;--accent-light:#f0faf8;--accent-shadow:#1a9e8f4d;--hover-bg:#f5f5f5;--label-hover-bg:#f0f0f0;--label-focus-bg:#e8f5f3;--row-hover:#fafafa;--note-bg:#f9f9f9;--date-value-bg:#f8f8f8;--remove-hover-bg:#fee;--remove-hover-color:#e53e3e;--scrollbar-track:#f0f0f0;--scrollbar-thumb:#ccc;--scrollbar-hover:#aaa;--toggle-bg:#e5e5e5;--toggle-knob:#fff}[data-theme=dark]{--page-bg:#111318;--text-primary:#e4e7eb;--text-secondary:#b0b8c4;--text-muted:#8892a0;--text-faint:#5a6370;--text-placeholder:#4a5260;--header-bg:#181b22;--header-border:#2a2e38;--header-shadow:0 1px 3px #0003;--card-bg:#1c1f27;--card-shadow:0 1px 4px #0003, 0 8px 32px #0000004d;--input-bg:#22252e;--input-border:#333842;--input-focus:#1a9e8f;--border-light:#2a2e38;--border-medium:#333842;--accent:#22b8a7;--accent-hover:#1dcab7;--accent-light:#1a9e8f1a;--accent-shadow:#22b8a74d;--hover-bg:#22252e;--label-hover-bg:#262930;--label-focus-bg:#1a9e8f1f;--row-hover:#22252e;--note-bg:#22252e;--date-value-bg:#22252e;--remove-hover-bg:#ef44441a;--remove-hover-color:#f87171;--scrollbar-track:#111318;--scrollbar-thumb:#333842;--scrollbar-hover:#444c58;--toggle-bg:#333842;--toggle-knob:#e4e7eb}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{background:var(--page-bg);color:var(--text-primary);min-height:100vh;font-family:Nunito Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;transition:background .3s,color .3s}#root{min-height:100vh}.app-header{background:var(--header-bg);border-bottom:1px solid var(--header-border);z-index:50;box-shadow:var(--header-shadow);justify-content:space-between;align-items:center;padding:12px 32px;transition:background .3s,border-color .3s;display:flex;position:sticky;top:0}.app-logo{align-items:center;gap:10px;display:flex}.app-logo-icon{object-fit:contain;border-radius:6px;width:32px;height:32px}.app-logo-text{color:var(--text-primary);letter-spacing:-.02em;font-size:1.15rem;font-weight:800}.app-header-right{align-items:center;gap:16px;display:flex}.app-nav{align-items:center;gap:12px;display:flex}.app-nav-link{border:1px solid var(--border-medium);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:4px;padding:6px 14px;font-family:inherit;font-size:.85rem;font-weight:600;transition:all .2s}.app-nav-link:hover{background:var(--hover-bg);border-color:var(--text-faint);color:var(--text-primary)}.theme-toggle{border:1px solid var(--border-medium);cursor:pointer;width:38px;height:38px;color:var(--text-muted);background:0 0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:all .25s;display:flex}.theme-toggle:hover{background:var(--hover-bg);border-color:var(--text-faint);color:var(--accent)}.theme-toggle svg{transition:transform .35s}.theme-toggle:hover svg{transform:rotate(20deg)}.page-enter{animation:.3s both pageIn}@keyframes pageIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--scrollbar-track)}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-hover)}.app-footer{border-top:1px solid var(--border-medium);background:var(--card-bg);margin-top:40px;padding:30px 24px;transition:background .3s}.app-footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;max-width:1060px;margin:0 auto;display:flex}.app-footer-copy{color:var(--text-muted);font-size:.85rem}.app-footer-links{flex-wrap:wrap;gap:20px;display:flex}.app-footer-links button{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:.85rem;transition:color .2s}.app-footer-links button:hover{color:var(--accent)}@media (width<=640px){.app-footer-inner{text-align:center;flex-direction:column}.app-footer-links{justify-content:center}}::selection{color:var(--text-primary);background:#1a9e8f33}.toast{background:var(--accent);color:#fff;z-index:9999;white-space:nowrap;border-radius:10px;align-items:center;gap:10px;padding:14px 24px;font-family:Nunito Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.9rem;font-weight:600;animation:.35s toastIn,.35s 2.65s forwards toastOut;display:flex;position:fixed;bottom:32px;left:50%;transform:translate(-50%);box-shadow:0 8px 32px #0003,0 2px 8px #0000001a}@keyframes toastIn{0%{opacity:0;transform:translate(-50%)translateY(16px)scale(.95)}to{opacity:1;transform:translate(-50%)translateY(0)scale(1)}}@keyframes toastOut{0%{opacity:1;transform:translate(-50%)translateY(0)scale(1)}to{opacity:0;transform:translate(-50%)translateY(16px)scale(.95)}}.ig-page input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.ig-page input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.ig-page input[type=number]{-moz-appearance:textfield}.ig-page{background:var(--page-bg);min-height:100vh;color:var(--text-primary);padding:40px 24px 80px;font-family:Nunito Sans,-apple-system,BlinkMacSystemFont,sans-serif;transition:background .3s,color .3s}.ig-layout{grid-template-columns:1fr 170px;align-items:flex-start;gap:24px;max-width:1060px;margin:0 auto;display:grid}@media (width<=820px){.ig-layout{grid-template-columns:1fr}.ig-sidebar{background:var(--card-bg);z-index:100;padding:12px 24px;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 12px #00000026}}.ig-card{background:var(--card-bg);box-shadow:var(--card-shadow);border:none;border-radius:6px;padding:40px 48px 48px;transition:background .3s,box-shadow .3s}@media (width<=640px){.ig-card{padding:24px 20px 32px}}.ig-header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:28px;display:flex}.ig-logo-area{border:2px dashed var(--border-medium);cursor:pointer;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:160px;height:80px;transition:border-color .2s,background .2s;display:flex}.ig-logo-area:hover{border-color:var(--accent);background:var(--accent-light)}.ig-logo-img{object-fit:contain;max-width:100%;max-height:100%}.ig-logo-placeholder{color:var(--text-faint);font-size:.85rem;font-weight:600}.ig-title-block{text-align:right}.ig-title-input{color:var(--text-primary);letter-spacing:.02em;text-transform:uppercase;text-align:right;width:100%;caret-color:var(--accent);background:0 0;border:none;outline:none;margin:0 0 12px;padding:0;font-family:inherit;font-size:2.4rem;font-weight:800}.ig-title-input:hover,.ig-title-input:focus{background:var(--label-hover-bg);border-radius:4px}.ig-label-input{color:var(--text-muted);caret-color:var(--accent);text-align:left;background:0 0;border:none;border-radius:3px;outline:none;min-width:60px;margin:0;padding:2px 4px;font-family:inherit;font-size:.82rem;font-weight:600;transition:background .15s}.ig-label-input:hover{background:var(--label-hover-bg)}.ig-label-input:focus{background:var(--label-focus-bg);color:var(--text-primary)}.ig-label-input.ig-label-bold{color:var(--text-secondary);text-align:left;font-size:.82rem;font-weight:700}.ig-th-label-input{text-transform:uppercase;letter-spacing:.04em;color:#fff;caret-color:#fff;background:0 0;border:none;outline:none;width:100%;padding:0;font-family:inherit;font-size:.78rem;font-weight:700}.ig-th-label-input:hover,.ig-th-label-input:focus{background:#ffffff26;border-radius:3px;margin:-2px -4px;padding:2px 4px}.ig-th-label-input.ig-th-center{text-align:center}.ig-th-label-input.ig-th-right{text-align:right}.ig-inline-field{justify-content:flex-end;align-items:center;gap:8px;display:flex}.ig-inline-label{color:var(--text-faint);font-size:.9rem;font-weight:600}.ig-inline-input{border:1px solid var(--input-border);width:80px;color:var(--text-primary);text-align:right;background:var(--input-bg);border-radius:4px;outline:none;padding:6px 10px;font-family:inherit;font-size:.9rem;transition:border-color .2s}.ig-inline-input:focus{border-color:var(--accent)}.ig-from-date-row{grid-template-columns:1fr auto;align-items:flex-start;gap:32px;margin-bottom:24px;display:grid}@media (width<=640px){.ig-from-date-row{grid-template-columns:1fr;gap:20px}}.ig-from-block{padding-top:4px}.ig-text-input{border:1px solid var(--input-border);color:var(--text-primary);background:var(--input-bg);border-radius:4px;outline:none;padding:8px 12px;font-family:inherit;font-size:.9rem;transition:border-color .2s,background .3s}.ig-text-input:focus{border-color:var(--accent)}.ig-text-input::placeholder{color:var(--text-placeholder)}.ig-full-width{box-sizing:border-box;width:100%}.ig-date-fields{flex-direction:column;gap:8px;min-width:280px;display:flex}.ig-date-row{align-items:center;gap:12px;display:flex}.ig-date-input{border:1px solid var(--input-border);color:var(--text-primary);background:var(--input-bg);border-radius:4px;outline:none;flex:1;padding:6px 10px;font-family:inherit;font-size:.85rem;transition:border-color .2s,background .3s}.ig-date-input:focus{border-color:var(--accent)}[data-theme=dark] .ig-date-input{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}.ig-parties{grid-template-columns:1fr 1fr;gap:32px;margin-bottom:32px;display:grid}@media (width<=560px){.ig-parties{grid-template-columns:1fr;gap:20px}}.ig-items-section{margin-bottom:32px}.ig-items-table{border-collapse:collapse;width:100%}.ig-items-table thead tr{background:var(--accent)}.ig-items-table thead th{text-transform:uppercase;letter-spacing:.04em;color:#fff;text-align:left;white-space:nowrap;padding:10px 12px;font-size:.78rem;font-weight:700}.ig-th-qty,.ig-th-rate{width:85px;text-align:center!important}.ig-th-amount{width:100px;text-align:right!important}.ig-th-action{width:36px}.ig-items-table tbody tr{border-bottom:1px solid var(--border-light);transition:background .15s}.ig-items-table tbody tr:hover{background:var(--row-hover)}.ig-items-table tbody td{vertical-align:middle;padding:6px 8px}.ig-item-input{border:1px solid var(--input-border);width:100%;color:var(--text-primary);background:var(--input-bg);box-sizing:border-box;border-radius:4px;outline:none;padding:7px 10px;font-family:inherit;font-size:.88rem;transition:border-color .2s,background .3s}.ig-item-input:focus{border-color:var(--accent)}.ig-item-input::placeholder{color:var(--text-placeholder)}.ig-item-input.ig-num{text-align:center;width:70px}.ig-td-qty,.ig-td-rate{text-align:center}.ig-td-amount{text-align:right;color:var(--text-primary);white-space:nowrap;padding-right:12px;font-size:.9rem;font-weight:600}.ig-td-action{text-align:center}.ig-rate-wrap{align-items:center;gap:2px;display:flex}.ig-currency-prefix{color:var(--text-faint);font-size:.82rem;font-weight:600}.ig-btn-remove{width:26px;height:26px;color:var(--text-faint);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;font-size:1.1rem;transition:all .15s;display:flex}.ig-btn-remove:hover:not(:disabled){background:var(--remove-hover-bg);color:var(--remove-hover-color)}.ig-btn-remove:disabled{opacity:.2;cursor:not-allowed}.ig-btn-add{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:4px;align-items:center;gap:4px;margin-top:12px;padding:7px 14px;font-family:inherit;font-size:.82rem;font-weight:700;transition:background .2s;display:inline-flex}.ig-btn-add:hover{background:var(--accent-hover)}.ig-bottom{grid-template-columns:1fr 1fr;gap:40px;padding-top:8px;display:grid}@media (width<=640px){.ig-bottom{grid-template-columns:1fr;gap:24px}}.ig-bottom-left{flex-direction:column;gap:20px;display:flex}.ig-note-textarea{box-sizing:border-box;border:1px solid var(--input-border);width:100%;color:var(--text-primary);resize:vertical;background:var(--input-bg);border-radius:4px;outline:none;min-height:54px;padding:10px 12px;font-family:inherit;font-size:.85rem;transition:border-color .2s,background .3s}.ig-note-textarea::placeholder{color:var(--text-placeholder)}.ig-note-textarea:focus{border-color:var(--accent)}.ig-totals{flex-direction:column;gap:0;display:flex}.ig-totals-row{justify-content:space-between;align-items:center;padding:8px 0;font-size:.88rem;display:flex}.ig-totals-amount{color:var(--text-primary);font-weight:600}.ig-tax-input-wrap{align-items:center;gap:4px;display:flex}.ig-tax-input{border:1px solid var(--input-border);width:50px;color:var(--text-primary);text-align:center;background:var(--input-bg);border-radius:4px;outline:none;padding:4px 6px;font-family:inherit;font-size:.85rem;transition:border-color .2s,background .3s}.ig-tax-input:focus{border-color:var(--accent)}.ig-tax-pct{color:var(--text-faint);font-size:.82rem;font-weight:600}.ig-toggle-type{border:1px solid var(--border-medium);background:var(--input-bg);width:26px;height:26px;color:var(--text-muted);cursor:pointer;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;margin-left:4px;font-size:.85rem;transition:all .15s;display:flex}.ig-toggle-type:hover{background:var(--accent-light);border-color:var(--accent);color:var(--accent)}.ig-total-grand{border-top:1px solid var(--border-medium);margin-top:4px;padding-top:12px;font-weight:700}.ig-total-grand .ig-totals-amount{font-size:1.1rem;font-weight:800}.ig-amount-paid{padding-top:12px}.ig-amount-paid-wrap{align-items:center;gap:2px;display:flex}.ig-paid-input{border:1px solid var(--input-border);width:70px;color:var(--text-primary);text-align:right;background:var(--input-bg);border-radius:4px;outline:none;padding:4px 8px;font-family:inherit;font-size:.85rem;transition:border-color .2s,background .3s}.ig-paid-input:focus{border-color:var(--accent)}.ig-balance-due{border-top:1px solid var(--border-medium);margin-top:8px;padding-top:12px}.ig-balance-due .ig-totals-amount{font-size:1.1rem;font-weight:800}.ig-sidebar{position:sticky;top:70px}.ig-btn-download{background:var(--accent);color:#fff;cursor:pointer;width:100%;box-shadow:0 2px 8px var(--accent-shadow);border:none;border-radius:6px;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-family:inherit;font-size:.95rem;font-weight:700;transition:background .2s,box-shadow .2s;display:flex}.ig-btn-download:hover{background:var(--accent-hover);box-shadow:0 4px 16px var(--accent-shadow)}.ig-btn-download:active{transform:scale(.97)}.ig-btn-draft{background:var(--card-bg);width:100%;color:var(--accent);border:1px solid var(--accent);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;gap:8px;margin-top:10px;padding:10px 24px;font-family:inherit;font-size:.88rem;font-weight:600;transition:all .2s;display:flex}.ig-btn-draft:hover{background:var(--accent-light);box-shadow:0 2px 8px var(--accent-shadow)}.ig-btn-draft:active{transform:scale(.97)}.ig-btn-preview{background:var(--card-bg);width:100%;color:var(--text-secondary);border:1px solid var(--border-medium);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;gap:8px;margin-top:10px;padding:10px 24px;font-family:inherit;font-size:.88rem;font-weight:600;transition:all .2s;display:flex}.ig-btn-preview:hover{background:var(--hover-bg);border-color:var(--text-faint);color:var(--text-primary)}.ig-btn-preview:active{transform:scale(.97)}.pv-page{background:var(--page-bg);min-height:100vh;color:var(--text-primary);padding:40px 24px 80px;font-family:Nunito Sans,-apple-system,BlinkMacSystemFont,sans-serif;transition:background .3s,color .3s}.pv-layout{grid-template-columns:1fr 170px;align-items:flex-start;gap:24px;max-width:1060px;margin:0 auto;display:grid}@media (width<=820px){.pv-layout{grid-template-columns:1fr}.pv-sidebar{background:var(--card-bg);z-index:100;gap:10px;padding:12px 24px;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 12px #00000026}.pv-sidebar .pv-btn-download,.pv-sidebar .pv-btn-back{flex:1}}.pv-card{background:var(--card-bg);box-shadow:var(--card-shadow);border-radius:8px;padding:0;transition:background .3s,box-shadow .3s;overflow:hidden}.pv-topbar{justify-content:space-between;align-items:center;gap:16px;padding:24px 40px;display:flex}.pv-topbar-left{align-items:center;gap:14px;min-width:0;display:flex}.pv-logo-img{object-fit:cover;border-radius:8px;flex-shrink:0;width:48px;height:48px}.pv-company-name{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:1rem;font-weight:700;overflow:hidden}.pv-topbar-right{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:2px;display:flex}.pv-invoice-id{color:var(--text-primary);font-size:1.1rem;font-weight:800}.pv-invoice-date{color:var(--text-muted);font-size:.82rem;font-weight:500}.pv-divider{background:linear-gradient(90deg, var(--accent), var(--accent-hover));height:3px;margin:0}.pv-title{color:var(--text-primary);letter-spacing:.01em;margin:0;padding:32px 40px 24px;font-size:2.4rem;font-weight:800}.pv-info-grid{grid-template-columns:1fr 1fr 1fr;gap:24px;padding:0 40px 28px;display:grid}@media (width<=640px){.pv-info-grid{grid-template-columns:1fr;gap:16px}}.pv-info-heading{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:8px;font-size:.72rem;font-weight:800}.pv-info-heading-sub{margin-top:12px}.pv-info-body{color:var(--text-primary);font-size:.88rem;line-height:1.6}.pv-info-name{margin-bottom:2px;font-weight:700}.pv-payment-details{font-size:.84rem;line-height:1.7}.pv-detail-label{color:var(--text-muted);font-weight:500}.pv-empty{color:var(--text-faint)}.pv-items-table{border-collapse:collapse;width:100%;margin:0}.pv-items-table thead tr{background:var(--accent)}.pv-items-table thead th{text-transform:uppercase;letter-spacing:.06em;color:#fff;text-align:left;white-space:nowrap;padding:12px 16px;font-size:.72rem;font-weight:700}.pv-items-table thead th:first-child{padding-left:40px}.pv-items-table thead th:last-child{padding-right:40px}.pv-th-qty{width:90px;text-align:center!important}.pv-th-rate{width:100px;text-align:right!important}.pv-th-amount{width:110px;text-align:right!important}.pv-items-table tbody tr{border-bottom:1px solid var(--border-light);transition:background .15s}.pv-items-table tbody tr:last-child{border-bottom:none}.pv-items-table tbody tr:hover{background:var(--row-hover)}.pv-items-table tbody td{color:var(--text-primary);padding:14px 16px;font-size:.9rem}.pv-items-table tbody td:first-child{padding-left:40px}.pv-items-table tbody td:last-child{padding-right:40px}.pv-td-desc{font-weight:600}.pv-td-qty{text-align:center;color:var(--text-secondary)}.pv-td-rate{text-align:right;color:var(--text-secondary)}.pv-td-amount{text-align:right;color:var(--text-primary);font-weight:700}.pv-bottom{grid-template-columns:1fr 1fr;gap:40px;padding:28px 40px 40px;display:grid}@media (width<=640px){.pv-bottom{grid-template-columns:1fr;gap:24px}}.pv-bottom-left{flex-direction:column;gap:20px;display:flex}.pv-note-label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:8px;font-size:.78rem;font-weight:700}.pv-note-text{color:var(--text-secondary);white-space:pre-wrap;background:var(--note-bg);border:1px solid var(--border-light);border-radius:6px;padding:12px 16px;font-size:.88rem;line-height:1.65;transition:background .3s}.pv-totals{flex-direction:column;display:flex}.pv-totals-row{justify-content:space-between;align-items:center;padding:9px 0;font-size:.88rem;display:flex}.pv-totals-label{color:var(--text-secondary);font-weight:600}.pv-totals-amount{color:var(--text-primary);font-weight:600}.pv-discount-amount{color:#38a169}[data-theme=dark] .pv-discount-amount{color:#68d391}.pv-total-grand{border-top:2px solid var(--border-medium);margin-top:6px;padding-top:14px;font-weight:700}.pv-total-grand .pv-totals-label{font-size:1rem;font-weight:800}.pv-total-grand .pv-totals-amount{color:var(--accent);font-size:1.15rem;font-weight:800}.pv-balance-due{border-top:2px solid var(--border-medium);margin-top:8px;padding-top:14px}.pv-balance-due .pv-totals-label{font-size:1rem;font-weight:800}.pv-balance-due .pv-totals-amount{color:var(--accent);font-size:1.2rem;font-weight:800}.pv-sidebar{flex-direction:column;gap:10px;display:flex;position:sticky;top:70px}.pv-btn-download{background:var(--accent);color:#fff;cursor:pointer;width:100%;box-shadow:0 2px 8px var(--accent-shadow);border:none;border-radius:6px;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-family:inherit;font-size:.95rem;font-weight:700;transition:background .2s,box-shadow .2s;display:flex}.pv-btn-download:hover{background:var(--accent-hover);box-shadow:0 4px 16px var(--accent-shadow)}.pv-btn-download:active{transform:scale(.97)}.pv-btn-back{background:var(--card-bg);width:100%;color:var(--text-secondary);border:1px solid var(--border-medium);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;gap:8px;padding:10px 24px;font-family:inherit;font-size:.88rem;font-weight:600;transition:all .2s;display:flex}.pv-btn-back:hover{background:var(--hover-bg);border-color:var(--text-faint);color:var(--text-primary)}.pv-btn-back:active{transform:scale(.97)}@media (width<=640px){.pv-topbar{padding:16px 20px}.pv-title{padding:20px 20px 16px;font-size:1.8rem}.pv-info-grid{padding:0 20px 20px}.pv-items-table thead th:first-child,.pv-items-table tbody td:first-child{padding-left:20px}.pv-items-table thead th:last-child,.pv-items-table tbody td:last-child{padding-right:20px}.pv-bottom{padding:20px 20px 28px}}.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 (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}}.legal-page{min-height:70vh;color:var(--text-primary);padding:40px 24px 80px;font-family:Nunito Sans,-apple-system,BlinkMacSystemFont,sans-serif}.legal-container{background:var(--card-bg);max-width:720px;box-shadow:var(--card-shadow);border-radius:10px;margin:0 auto;padding:48px 48px 56px;transition:background .3s,box-shadow .3s}@media (width<=640px){.legal-container{padding:28px 20px 36px}}.legal-title{color:var(--text-primary);letter-spacing:-.01em;margin:0 0 6px;font-size:2rem;font-weight:800}.legal-updated{color:var(--text-muted);margin:0 0 32px;font-size:.82rem;font-weight:500}.legal-content{flex-direction:column;gap:28px;display:flex}.legal-section{border-bottom:1px solid var(--border-light);padding-bottom:24px}.legal-section:last-child{border-bottom:none;padding-bottom:0}.legal-heading{color:var(--text-primary);margin:0 0 10px;font-size:1.05rem;font-weight:700}.legal-body{color:var(--text-secondary);white-space:pre-line;margin:0;font-size:.9rem;line-height:1.7}
