.ai-chat[data-v-85055c71]{position:fixed;bottom:24px;right:24px;z-index:1000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.ai-chat__window[data-v-85055c71]{position:fixed;bottom:24px;right:24px;width:420px;max-height:600px;background:var(--bg-card);border-radius:16px;box-shadow:0 10px 40px #00000026,0 0 0 1px #0000000d;display:flex;flex-direction:column;overflow:hidden}.ai-chat__header[data-v-85055c71]{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff}.ai-chat__header-info[data-v-85055c71]{display:flex;align-items:center;gap:10px;font-weight:600;font-size:14px}.ai-chat__header-info i[data-v-85055c71]{font-size:18px}.ai-chat__header-actions[data-v-85055c71]{display:flex;gap:4px}.ai-chat__header-btn[data-v-85055c71]{background:#ffffff26;border:none;color:#fff;width:32px;height:32px;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:13px;transition:background .2s}.ai-chat__header-btn[data-v-85055c71]:hover{background:#ffffff40}.ai-chat__config[data-v-85055c71]{padding:12px 16px;background:var(--bg-hover);border-bottom:1px solid var(--border)}.ai-chat__config label[data-v-85055c71]{font-size:12px;font-weight:600;color:var(--text-muted);display:block;margin-bottom:6px}.ai-chat__config-row[data-v-85055c71]{display:flex;gap:6px;margin-bottom:8px}.ai-chat__config-input[data-v-85055c71]{flex:1;padding:8px 10px;border:1px solid var(--border);border-radius:6px;font-size:13px;outline:none;background:var(--bg-card);color:var(--text)}.ai-chat__config-input[data-v-85055c71]:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.ai-chat__config-btn[data-v-85055c71]{padding:8px 10px;background:var(--bg-hover);border:1px solid var(--border);border-radius:6px;cursor:pointer;color:var(--text-muted)}.ai-chat__config-msg[data-v-85055c71]{font-size:12px;margin-top:6px;color:#16a34a}.ai-chat__config-msg.error[data-v-85055c71]{color:#dc2626}.ai-chat__messages[data-v-85055c71]{flex:1;overflow-y:auto;padding:16px;min-height:300px;max-height:420px}.ai-chat__welcome[data-v-85055c71]{text-align:center;padding:20px 10px;color:var(--text-muted)}.ai-chat__welcome-icon[data-v-85055c71]{font-size:40px;color:#6366f1;margin-bottom:12px}.ai-chat__welcome h4[data-v-85055c71]{color:var(--text-heading);margin:0 0 8px;font-size:16px}.ai-chat__welcome p[data-v-85055c71]{font-size:13px;margin:0 0 14px}.ai-chat__suggestions[data-v-85055c71]{display:flex;flex-direction:column;gap:6px}.ai-chat__suggestion[data-v-85055c71]{padding:8px 14px;background:#f0f0ff;border:1px solid #e0e0ff;border-radius:10px;color:#4338ca;font-size:12px;cursor:pointer;text-align:left;transition:all .2s}.ai-chat__suggestion[data-v-85055c71]:hover{background:#e0e0ff;border-color:#c7c7ff}.ai-chat__msg[data-v-85055c71]{display:flex;gap:10px;margin-bottom:14px}.ai-chat__msg--user[data-v-85055c71]{flex-direction:row-reverse}.ai-chat__msg-avatar[data-v-85055c71]{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:14px}.ai-chat__msg--user .ai-chat__msg-avatar[data-v-85055c71]{background:#dbeafe;color:#2563eb}.ai-chat__msg--assistant .ai-chat__msg-avatar[data-v-85055c71]{background:#ede9fe;color:#6366f1}.ai-chat__msg-content[data-v-85055c71]{max-width:80%}.ai-chat__msg-text[data-v-85055c71]{padding:10px 14px;border-radius:14px;font-size:13px;line-height:1.5;word-break:break-word}.ai-chat__msg--user .ai-chat__msg-text[data-v-85055c71]{background:#2563eb;color:#fff;border-bottom-right-radius:4px}.ai-chat__msg--assistant .ai-chat__msg-text[data-v-85055c71]{background:var(--bg-hover);color:var(--text-heading);border-bottom-left-radius:4px}.ai-chat__msg--error .ai-chat__msg-text[data-v-85055c71]{background:#fef2f2;color:#991b1b}.ai-chat__msg-info[data-v-85055c71]{font-size:11px;color:var(--text-muted);margin-top:4px;padding:0 4px}.ai-chat__msg-info i[data-v-85055c71]{margin-right:4px}.ai-chat__actions[data-v-85055c71]{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.ai-chat__action-btn[data-v-85055c71]{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;border:none;text-decoration:none;transition:all .2s}.ai-chat__action-btn--pdf[data-v-85055c71]{background:#fee2e2;color:#dc2626}.ai-chat__action-btn--pdf[data-v-85055c71]:hover{background:#fecaca}.ai-chat__action-btn--preview[data-v-85055c71]{background:#e0e7ff;color:#4f46e5}.ai-chat__action-btn--preview[data-v-85055c71]:hover{background:#c7d2fe}.ai-chat__action-btn--email[data-v-85055c71]{background:#d1fae5;color:#059669}.ai-chat__action-btn--email[data-v-85055c71]:hover{background:#a7f3d0}.ai-chat__action-btn[data-v-85055c71]:disabled{opacity:.5;cursor:not-allowed}.ai-chat__result-table[data-v-85055c71]{margin-top:10px;overflow-x:auto}.ai-chat__result-table table[data-v-85055c71]{width:100%;border-collapse:collapse;font-size:11px}.ai-chat__result-table th[data-v-85055c71],.ai-chat__result-table td[data-v-85055c71]{padding:5px 8px;border:1px solid var(--border);text-align:left;white-space:nowrap}.ai-chat__result-table th[data-v-85055c71]{background:var(--bg-hover);font-weight:600;font-size:10px;text-transform:uppercase;color:var(--text-muted)}.ai-chat__result-table td strong[data-v-85055c71]{color:var(--text-heading)}.ai-chat__badge[data-v-85055c71]{display:inline-block;padding:2px 8px;border-radius:10px;font-size:10px;font-weight:600}.ai-chat__badge--ridicată[data-v-85055c71],.ai-chat__badge--istoric-furnizor[data-v-85055c71]{background:#d1fae5;color:#065f46}.ai-chat__badge--medie[data-v-85055c71],.ai-chat__badge--reguli-denumire[data-v-85055c71]{background:#fef3c7;color:#92400e}.ai-chat__badge--implicit[data-v-85055c71]{background:#e0e7ff;color:#3730a3}.ai-chat__typing[data-v-85055c71]{display:flex;gap:4px;padding:12px 16px}.ai-chat__typing span[data-v-85055c71]{width:8px;height:8px;border-radius:50%;background:#94a3b8;animation:typing-85055c71 1.4s infinite ease-in-out}.ai-chat__typing span[data-v-85055c71]:nth-child(1){animation-delay:0s}.ai-chat__typing span[data-v-85055c71]:nth-child(2){animation-delay:.2s}.ai-chat__typing span[data-v-85055c71]:nth-child(3){animation-delay:.4s}@keyframes typing-85055c71{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-6px);opacity:1}}.ai-chat__input-area[data-v-85055c71]{display:flex;align-items:flex-end;gap:8px;padding:12px 16px;border-top:1px solid var(--border);background:var(--bg-card)}.ai-chat__input[data-v-85055c71]{flex:1;padding:10px 14px;border:1px solid var(--border);border-radius:12px;font-size:13px;resize:none;outline:none;max-height:100px;line-height:1.4;font-family:inherit;background:var(--bg-card);color:var(--text)}.ai-chat__input[data-v-85055c71]:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.ai-chat__send[data-v-85055c71]{width:40px;height:40px;border-radius:50%;border:none;background:#6366f1;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;transition:all .2s;flex-shrink:0}.ai-chat__send[data-v-85055c71]:hover:not(:disabled){background:#4f46e5;transform:scale(1.05)}.ai-chat__send[data-v-85055c71]:disabled{opacity:.5;cursor:not-allowed}.chat-slide-enter-active[data-v-85055c71],.chat-slide-leave-active[data-v-85055c71]{transition:all .3s ease}.chat-slide-enter-from[data-v-85055c71],.chat-slide-leave-to[data-v-85055c71]{opacity:0;transform:translateY(20px) scale(.95)}@media (max-width: 768px){.ai-chat[data-v-85055c71]{bottom:16px;right:16px}.ai-chat__window[data-v-85055c71]{width:calc(100vw - 32px);max-height:calc(100vh - 120px);right:16px;bottom:16px}}.ai-chat__messages[data-v-85055c71]::-webkit-scrollbar{width:6px}.ai-chat__messages[data-v-85055c71]::-webkit-scrollbar-track{background:transparent}.ai-chat__messages[data-v-85055c71]::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.ai-chat__messages[data-v-85055c71]::-webkit-scrollbar-thumb:hover{background:#94a3b8}.ai-chat__msg-text[data-v-85055c71] code{background:#0000000f;padding:1px 5px;border-radius:4px;font-size:12px;font-family:Consolas,Monaco,monospace}.ai-chat__msg--user .ai-chat__msg-text[data-v-85055c71] code{background:#fff3}.ai-chat__msg-text[data-v-85055c71] strong{font-weight:700}.firma-badge[data-v-fd2679f5]{display:flex;align-items:center;gap:6px;padding:6px 14px;background:#eff6ff;color:#1e40af;border-radius:6px;font-size:13px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:320px}[data-theme=dark] .firma-badge[data-v-fd2679f5]{background:#2563eb26;color:#93bbfd}.firma-badge i[data-v-fd2679f5]{font-size:12px;opacity:.7}.user-badge[data-v-fd2679f5]{display:flex;align-items:center;gap:6px;padding:6px 14px;background:#f0fdf4;color:#166534;border-radius:6px;font-size:13px;font-weight:600;white-space:nowrap}[data-theme=dark] .user-badge[data-v-fd2679f5]{background:#10b98126;color:#6ee7b7}.user-badge i[data-v-fd2679f5]{font-size:12px;opacity:.7}.topbar-btn[data-v-fd2679f5]{padding:6px 10px;border-radius:6px;background:transparent;border:1px solid var(--border);cursor:pointer;color:var(--text-muted);font-size:14px;transition:all .2s;display:flex;align-items:center}.topbar-btn[data-v-fd2679f5]:hover{background:var(--bg-hover);color:var(--text)}.topbar__actions[data-v-fd2679f5]{display:flex;align-items:center;gap:8px}.mobile-menu[data-v-fd2679f5]{display:none}@media (max-width: 768px){.mobile-menu[data-v-fd2679f5]{display:flex;margin-right:12px}}:root{--bg: #f1f5f9;--bg-card: #ffffff;--bg-hover: #f8fafc;--text: #334155;--text-heading: #1e293b;--text-muted: #94a3b8;--border: #e2e8f0;--shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)}[data-theme=dark]{--bg: #0f172a;--bg-card: #1e293b;--bg-hover: #334155;--text: #cbd5e1;--text-heading: #f1f5f9;--text-muted: #64748b;--border: #334155;--shadow: 0 1px 3px rgba(0, 0, 0, .4), 0 1px 2px rgba(0, 0, 0, .3);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .4), 0 4px 6px -2px rgba(0, 0, 0, .3)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text);line-height:1.6}.app-layout{display:flex;min-height:100vh}.sidebar{width:260px;background:#1e293b;color:#fff;padding:0;position:fixed;top:0;left:0;bottom:0;z-index:100;display:flex;flex-direction:column;transition:transform .3s ease}.sidebar__logo{padding:20px;border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center}.sidebar__logo .sidebar-logo-img{max-width:180px;height:auto;object-fit:contain}.sidebar__nav{flex:1;padding:16px 12px;overflow-y:auto}.sidebar__nav .nav-section{margin-bottom:24px}.sidebar__nav .nav-section__title{font-size:11px;text-transform:uppercase;letter-spacing:1.5px;color:#94a3b8;padding:0 12px;margin-bottom:8px;font-weight:600}.sidebar__nav .nav-section__title--toggle{display:flex;align-items:center;justify-content:space-between;cursor:pointer;padding:6px 12px;border-radius:8px;transition:background .2s;-webkit-user-select:none;user-select:none}.sidebar__nav .nav-section__title--toggle:hover{background:#ffffff0f}.sidebar__nav .nav-section__arrow{font-size:9px;transition:transform .25s ease;opacity:.5}.sidebar__nav .nav-section__arrow--open{transform:rotate(180deg)}.sidebar__nav .nav-section__items{padding-left:0}.sidebar__nav .nav-item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:8px;color:#ffffffb3;text-decoration:none;font-size:14px;font-weight:500;transition:all .2s;margin-bottom:2px}.sidebar__nav .nav-item i{width:20px;text-align:center;font-size:16px}.sidebar__nav .nav-item:hover{background:#ffffff1a;color:#fff}.sidebar__nav .nav-item.router-link-active,.sidebar__nav .nav-item.active{background:#2563eb;color:#fff}.sidebar__footer{padding:16px 20px;border-top:1px solid rgba(255,255,255,.1);font-size:12px;color:#94a3b8}.main-content{margin-left:260px;flex:1;min-width:0;min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden}.topbar{background:var(--bg-card);border-bottom:1px solid var(--border);padding:16px 32px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:50}.topbar__title h2{font-size:20px;font-weight:600;color:var(--text-heading)}.topbar__title p{font-size:13px;color:var(--text-muted);margin-top:2px}.topbar__actions{display:flex;align-items:center;gap:12px}.page-content{padding:32px;flex:1;min-width:0;overflow-x:hidden}.card{background:var(--bg-card);border-radius:8px;box-shadow:var(--shadow);border:1px solid var(--border)}.card__header{padding:20px 24px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.card__header h3{font-size:16px;font-weight:600;color:var(--text-heading)}.card__body{padding:24px}.card__footer{padding:16px 24px;border-top:1px solid var(--border);display:flex;justify-content:flex-end;gap:12px}.btn{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;border-radius:8px;border:1px solid transparent;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;text-decoration:none;font-family:inherit;white-space:nowrap}.btn:disabled{opacity:.6;cursor:not-allowed}.btn--primary{background:#2563eb;color:#fff}.btn--primary:hover:not(:disabled){background:#1d4ed8}.btn--secondary{background:var(--bg-card);color:var(--text);border-color:var(--border)}.btn--secondary:hover:not(:disabled){background:var(--bg-hover)}.btn--success{background:#10b981;color:#fff}.btn--success:hover:not(:disabled){background:#0d9367}.btn--danger{background:#ef4444;color:#fff}.btn--danger:hover:not(:disabled){background:#ec1e1e}.btn--warning{background:#f59e0b;color:#fff}.btn--warning:hover:not(:disabled){background:#cf8508}.btn--sm{padding:6px 14px;font-size:13px}.btn--lg{padding:12px 28px;font-size:16px}.btn--icon{width:40px;height:40px;padding:0;justify-content:center}.btn--ghost{background:transparent;color:var(--text)}.btn--ghost:hover:not(:disabled){background:var(--bg-hover)}.form-group{margin-bottom:20px}.form-group label{display:block;font-size:13px;font-weight:600;color:var(--text-heading);margin-bottom:6px}.form-group .form-hint{font-size:12px;color:var(--text-muted);margin-top:4px}.form-control{width:100%;padding:10px 14px;border:1px solid var(--border);border-radius:8px;font-size:14px;font-family:inherit;color:var(--text);background:var(--bg-card);transition:all .2s;outline:none}.form-control:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-control::placeholder{color:var(--text-muted)}.form-control--error{border-color:#ef4444}.form-control--error:focus{box-shadow:0 0 0 3px #ef44441a}textarea.form-control{resize:vertical;min-height:80px}select.form-control{cursor:pointer}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.form-row .form-group{margin-bottom:0}.input-group{display:flex;gap:8px}.input-group .form-control{flex:1}.table-wrapper{overflow-x:auto}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:12px 16px;text-align:left;border-bottom:1px solid var(--border);font-size:14px}.table th{font-weight:600;color:var(--text-heading);background:var(--bg-hover);font-size:13px;text-transform:uppercase;letter-spacing:.5px}.table td{color:var(--text)}.table tbody tr{transition:background .2s}.table tbody tr:hover{background:#2563eb05}.table .actions{display:flex;gap:8px;justify-content:flex-end}.badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:20px;font-size:12px;font-weight:600}.badge--success{background:#10b9811a;color:#10b981}.badge--danger{background:#ef44441a;color:#ef4444}.badge--warning{background:#f59e0b1a;color:#f59e0b}.badge--info{background:#06b6d41a;color:#06b6d4}.badge--primary{background:#dbeafe;color:#2563eb}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;margin-bottom:32px}.stat-card{background:var(--bg-card);border-radius:8px;padding:24px;box-shadow:var(--shadow);border:1px solid var(--border);display:flex;align-items:center;gap:16px}.stat-card__icon{width:52px;height:52px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:22px}.stat-card__icon--primary{background:#dbeafe;color:#2563eb}.stat-card__icon--success{background:#10b9811a;color:#10b981}.stat-card__icon--warning{background:#f59e0b1a;color:#f59e0b}.stat-card__icon--info{background:#06b6d41a;color:#06b6d4}.stat-card__content{flex:1}.stat-card__content .value{font-size:28px;font-weight:700;color:var(--text-heading);line-height:1}.stat-card__content .label{font-size:13px;color:var(--text-muted);margin-top:4px}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:200;display:flex;align-items:center;justify-content:center;padding:20px}.modal{background:var(--bg-card);border-radius:12px;box-shadow:var(--shadow-lg);width:100%;max-width:640px;max-height:90vh;overflow-y:auto}.modal--lg{max-width:900px}.modal--sm{max-width:440px}.modal__header{padding:20px 24px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.modal__header h3{font-size:18px;font-weight:600;color:var(--text-heading)}.modal__header .close-btn{width:32px;height:32px;border:none;background:none;cursor:pointer;border-radius:6px;font-size:18px;color:var(--text-muted);display:flex;align-items:center;justify-content:center}.modal__header .close-btn:hover{background:var(--bg-hover);color:var(--text)}.modal__body{padding:24px}.modal__footer{padding:16px 24px;border-top:1px solid var(--border);display:flex;justify-content:flex-end;gap:12px}.search-box{position:relative}.search-box i{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--text-muted)}.search-box input{padding-left:40px}.anaf-search__result{background:var(--bg-hover);border:1px solid var(--border);border-radius:8px;padding:16px;margin-top:12px}.anaf-search__result--success{border-color:#10b981;background:#10b9810d}.anaf-search__result--error{border-color:#ef4444;background:#ef44440d}.anaf-search__company-name{font-size:16px;font-weight:600;color:var(--text-heading);margin-bottom:8px}.anaf-search__detail{font-size:13px;color:var(--text);margin-bottom:4px}.anaf-search__detail strong{color:var(--text-heading)}.anaf-search__actions{margin-top:12px;display:flex;gap:8px}.toast-container{position:fixed;top:20px;right:20px;z-index:1000;display:flex;flex-direction:column;gap:8px}.toast{background:var(--bg-card);border-radius:8px;box-shadow:var(--shadow-lg);padding:16px 20px;display:flex;align-items:center;gap:12px;min-width:300px;max-width:450px;border-left:4px solid;animation:slideIn .3s ease}.toast--success{border-color:#10b981}.toast--error{border-color:#ef4444}.toast--warning{border-color:#f59e0b}.toast--info{border-color:#06b6d4}.toast__message{flex:1;font-size:14px}.toast__close{background:none;border:none;cursor:pointer;color:var(--text-muted);font-size:16px}.toast__close:hover{color:var(--text)}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.loading-spinner{display:inline-block;width:20px;height:20px;border:2px solid var(--border);border-top-color:#2563eb;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-overlay{display:flex;align-items:center;justify-content:center;gap:12px;padding:40px;color:var(--text-muted);font-size:14px}.empty-state{text-align:center;padding:60px 20px;color:var(--text-muted)}.empty-state i{font-size:48px;margin-bottom:16px;opacity:.5}.empty-state h3{font-size:18px;font-weight:600;color:var(--text);margin-bottom:8px}.empty-state p{font-size:14px;margin-bottom:20px}.invoice-preview{background:var(--bg-card);border:1px solid var(--border);border-radius:8px;padding:40px;max-width:800px;margin:0 auto}.invoice-preview__header{display:flex;justify-content:space-between;margin-bottom:40px;padding-bottom:20px;border-bottom:2px solid #2563eb}.invoice-preview__parties{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-bottom:32px}.invoice-preview__party h4{font-size:11px;text-transform:uppercase;letter-spacing:1px;color:var(--text-muted);margin-bottom:8px}.invoice-preview__party .name{font-size:16px;font-weight:600;color:var(--text-heading)}.invoice-preview__party .detail{font-size:13px;color:var(--text);margin-top:4px}.invoice-preview__totals{display:flex;justify-content:flex-end;margin-top:24px}.invoice-preview__totals table{width:300px}.invoice-preview__totals table td{padding:8px 16px;font-size:14px}.invoice-preview__totals table td:last-child{text-align:right;font-weight:600}.invoice-preview__totals table tr:last-child{border-top:2px solid var(--text-heading)}.invoice-preview__totals table tr:last-child td{font-size:18px;font-weight:700;color:var(--text-heading);padding-top:12px}.text-right{text-align:right}.text-center{text-align:center}.text-success{color:#10b981}.text-danger{color:#ef4444}.text-warning{color:#f59e0b}.text-muted{color:var(--text-muted)}.fw-bold{font-weight:600}.mb-0{margin-bottom:0}.mb-8{margin-bottom:8px}.mb-16{margin-bottom:16px}.mb-24{margin-bottom:24px}.mb-32{margin-bottom:32px}.mt-16{margin-top:16px}.mt-24{margin-top:24px}.d-flex{display:flex}.align-center{align-items:center}.justify-between{justify-content:space-between}.gap-8{gap:8px}.gap-16{gap:16px}@media (max-width: 768px){.sidebar{transform:translate(-100%)}.sidebar.open{transform:translate(0)}.main-content{margin-left:0}.page-content{padding:16px}.form-row,.stats-grid{grid-template-columns:1fr}.invoice-preview__parties{grid-template-columns:1fr;gap:20px}}.kbd-hint{display:inline-block;margin-left:8px;padding:1px 6px;font-size:.7em;font-family:inherit;background:#fff3;border:1px solid rgba(255,255,255,.3);border-radius:3px;vertical-align:middle;opacity:.8}[data-theme=dark] [style*="background: #f8fafc"],[data-theme=dark] [style*="background:#f8fafc"],[data-theme=dark] [style*="background: #f1f5f9"],[data-theme=dark] [style*="background:#f1f5f9"],[data-theme=dark] [style*="background: #f0f9ff"],[data-theme=dark] [style*="background:#f0f9ff"],[data-theme=dark] [style*="background: #eff6ff"],[data-theme=dark] [style*="background:#eff6ff"],[data-theme=dark] [style*="background: #ecfdf5"],[data-theme=dark] [style*="background:#ecfdf5"],[data-theme=dark] [style*="background: #f0fdf4"],[data-theme=dark] [style*="background:#f0fdf4"]{background:var(--bg-hover)!important}[data-theme=dark] [style*="background: #fef2f2"],[data-theme=dark] [style*="background:#fef2f2"]{background:#ef44441a!important}[data-theme=dark] [style*="background: #fef3c7"],[data-theme=dark] [style*="background:#fef3c7"],[data-theme=dark] [style*="background: #fffbeb"],[data-theme=dark] [style*="background:#fffbeb"]{background:#f59e0b1a!important}[data-theme=dark] [style*="background: #dbeafe"],[data-theme=dark] [style*="background:#dbeafe"]{background:#2563eb1f!important}[data-theme=dark] [style*="background: #fce7f3"],[data-theme=dark] [style*="background:#fce7f3"]{background:#be185d1a!important}[data-theme=dark] [style*="background: #faf5ff"],[data-theme=dark] [style*="background:#faf5ff"],[data-theme=dark] [style*="background: #f5f3ff"],[data-theme=dark] [style*="background:#f5f3ff"]{background:#8b5cf61a!important}[data-theme=dark] [style*="background: white"],[data-theme=dark] [style*="background: #fff"],[data-theme=dark] [style*="background:#fff"]{background:var(--bg-card)!important}[data-theme=dark] [style*="color: #64748b"],[data-theme=dark] [style*="color:#64748b"]{color:#94a3b8!important}[data-theme=dark] [style*="color: #94a3b8"],[data-theme=dark] [style*="color:#94a3b8"]{color:#64748b!important}[data-theme=dark] [style*="color: #475569"],[data-theme=dark] [style*="color:#475569"]{color:#94a3b8!important}[data-theme=dark] [style*="color: #1e293b"],[data-theme=dark] [style*="color:#1e293b"]{color:#f1f5f9!important}[data-theme=dark] [style*="border-top: 2px solid #1e293b"],[data-theme=dark] [style*="border-top:2px solid #1e293b"]{border-top-color:#475569!important}[data-theme=dark] [style*="border-bottom: 1px solid #e2e8f0"],[data-theme=dark] [style*="border: 1px solid #e2e8f0"],[data-theme=dark] [style*="border-bottom:1px solid #e2e8f0"],[data-theme=dark] [style*="border:1px solid #e2e8f0"]{border-color:#334155!important}[data-theme=dark] [style*="border: 1px solid #bae6fd"],[data-theme=dark] [style*="border:1px solid #bae6fd"]{border-color:#0284c74d!important}[data-theme=dark] [style*="border: 1px solid #cbd5e1"],[data-theme=dark] [style*="border:1px solid #cbd5e1"]{border-color:#334155!important}[data-theme=dark] [style*="color: #92400e"],[data-theme=dark] [style*="color:#92400e"],[data-theme=dark] [style*="color: #b45309"],[data-theme=dark] [style*="color:#b45309"]{color:#fbbf24!important}[data-theme=dark] [style*="color: #1e40af"],[data-theme=dark] [style*="color:#1e40af"]{color:#93bbfd!important}[data-theme=dark] [style*="color: #0284c7"],[data-theme=dark] [style*="color:#0284c7"],[data-theme=dark] [style*="color: #0369a1"],[data-theme=dark] [style*="color:#0369a1"]{color:#7dd3fc!important}[data-theme=dark] [style*="color: #166534"],[data-theme=dark] [style*="color:#166534"]{color:#6ee7b7!important}[data-theme=dark] [style*="color: #991b1b"],[data-theme=dark] [style*="color:#991b1b"]{color:#fca5a5!important}
