:root{--color-primary: #2563eb;--color-primary-dark: #1d4ed8;--color-secondary: #64748b;--color-success: #22c55e;--color-warning: #f59e0b;--color-error: #ef4444;--color-bg: #f8fafc;--color-surface: #ffffff;--color-text: #1e293b;--color-text-muted: #64748b;--color-border: #e2e8f0;--font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, monospace;--breakpoint-sm: 640px;--breakpoint-md: 768px;--breakpoint-lg: 1024px;--breakpoint-xl: 1280px;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--nav-height: 60px}*{box-sizing:border-box;margin:0;padding:0}html,body{font-family:var(--font-sans);font-size:14px;line-height:1.5;color:var(--color-text);background-color:var(--color-bg)}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;font-family:inherit;font-size:inherit}input,select,textarea{font-family:inherit;font-size:inherit}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:1px solid transparent;border-radius:.375rem;font-weight:500;transition:all .15s ease}.btn-primary{background-color:var(--color-primary);color:#fff}.btn-primary:hover{background-color:var(--color-primary-dark)}.btn-secondary{background-color:var(--color-surface);color:var(--color-text);border-color:var(--color-border)}.btn-secondary:hover{background-color:var(--color-bg)}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:.5rem;padding:1.5rem}.input{width:100%;padding:.5rem .75rem;border:1px solid var(--color-border);border-radius:.375rem;background:var(--color-surface)}.input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #2563eb1a}.label{display:block;margin-bottom:.25rem;font-weight:500;color:var(--color-text)}.form-group{margin-bottom:1rem}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:.75rem;text-align:left;border-bottom:1px solid var(--color-border)}.table th{font-weight:600;background:var(--color-bg)}.table tbody tr:hover{background:var(--color-bg)}.amount{font-family:var(--font-mono);text-align:right}.amount-positive{color:var(--color-success)}.amount-negative{color:var(--color-error)}.badge{display:inline-block;padding:.125rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:500}.badge-draft{background:#fef3c7;color:#92400e}.badge-posted{background:#d1fae5;color:#065f46}.badge-voided{background:#fee2e2;color:#991b1b}.alert{padding:1rem;border-radius:.375rem;margin-bottom:1rem}.alert-error{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}.alert-success{background:#d1fae5;color:#065f46;border:1px solid #a7f3d0}.table-container{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.form-row{display:flex;gap:1rem;flex-wrap:wrap}.form-row>.form-group{flex:1;min-width:200px}.page-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.page-header h1{font-size:1.5rem;font-weight:600}.page-actions{display:flex;gap:.5rem;flex-wrap:wrap}.modal-backdrop{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:50;padding:1rem}.modal{background:var(--color-surface);border-radius:.5rem;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 25px 50px -12px #00000040}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid var(--color-border)}.modal-body{padding:1.5rem}.modal-footer{display:flex;justify-content:flex-end;gap:.5rem;padding:1rem 1.5rem;border-top:1px solid var(--color-border)}.hide-mobile{display:block}.show-mobile,.hide-desktop{display:none}.show-desktop{display:block}.hide-mobile-flex{display:flex}.show-mobile-flex{display:none}@media(max-width:768px){.hide-mobile{display:none!important}.show-mobile{display:block!important}.hide-desktop{display:block}.show-desktop{display:none}.hide-mobile-flex{display:none!important}.show-mobile-flex{display:flex!important}.container{padding:0 .75rem}.page-header{flex-direction:column;align-items:flex-start}.page-header h1{font-size:1.25rem}.page-actions{width:100%}.page-actions .btn{flex:1;justify-content:center}.btn{min-height:44px;padding:.75rem 1rem}.input,select,textarea{min-height:44px;padding:.75rem}.form-row{flex-direction:column}.form-row>.form-group{width:100%;min-width:unset}.modal-backdrop{padding:0;align-items:flex-end}.modal{max-width:100%;max-height:95vh;border-radius:1rem 1rem 0 0;margin:0}.modal.modal-fullscreen{border-radius:0;max-height:100vh;height:100vh}.card{padding:1rem;border-radius:.375rem}.btn{padding:.625rem 1rem}.table-mobile-cards{border:none}.table-mobile-cards thead{display:none}.table-mobile-cards tbody tr{display:block;margin-bottom:.75rem;border:1px solid var(--color-border);border-radius:.5rem;padding:.75rem;background:var(--color-surface)}.table-mobile-cards tbody tr:hover{background:var(--color-surface)}.table-mobile-cards td{display:flex;justify-content:space-between;align-items:center;padding:.375rem 0;border-bottom:none;text-align:right}.table-mobile-cards td:before{content:attr(data-label);font-weight:600;color:var(--color-text-muted);text-align:left;flex-shrink:0;margin-right:1rem}.table-mobile-cards td:last-child{border-bottom:none}.table-mobile-cards .actions-cell{justify-content:flex-end;padding-top:.5rem;margin-top:.5rem;border-top:1px solid var(--color-border)}.table-mobile-cards .actions-cell:before{display:none}}@media(max-width:480px){html,body{font-size:13px}.page-header h1{font-size:1.125rem}.btn{padding:.5rem .75rem;font-size:.875rem}.btn-sm{padding:.375rem .5rem;font-size:.75rem}.card{padding:.75rem}.modal-header,.modal-footer{padding:.75rem 1rem}.modal-body{padding:1rem}}@media print{.hide-print{display:none!important}.modal-backdrop{position:static;background:none;padding:0}.modal{box-shadow:none;max-height:none;overflow:visible}}.app.svelte-12qhfyh{min-height:100vh;display:flex;flex-direction:column}.navbar.svelte-12qhfyh{background:var(--color-surface);border-bottom:1px solid var(--color-border);padding:1rem 0;position:sticky;top:0;z-index:40}.navbar-content.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between}.logo.svelte-12qhfyh{font-size:1.25rem;font-weight:700;color:var(--color-primary)}.logo.svelte-12qhfyh:hover{text-decoration:none}.nav-links.svelte-12qhfyh{display:flex;align-items:center;gap:1.5rem}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--color-text);font-weight:500}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--color-primary);text-decoration:none}.nav-dropdown.svelte-12qhfyh{position:relative}.nav-dropdown-trigger.svelte-12qhfyh{color:var(--color-text);font-weight:500;cursor:pointer}.nav-dropdown-trigger.svelte-12qhfyh:after{content:" ▾";font-size:.75rem}.nav-dropdown-menu.svelte-12qhfyh{display:none;position:absolute;top:100%;left:0;background:var(--color-surface);border:1px solid var(--color-border);border-radius:4px;padding:.5rem 0;min-width:160px;box-shadow:0 4px 12px #0000001a;z-index:50}.nav-dropdown.svelte-12qhfyh:hover .nav-dropdown-menu:where(.svelte-12qhfyh){display:block}.nav-dropdown-menu.svelte-12qhfyh a:where(.svelte-12qhfyh){display:block;padding:.5rem 1rem;color:var(--color-text)}.nav-dropdown-menu.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{background:var(--color-bg)}.plugin-nav-item.svelte-12qhfyh{position:relative}.plugin-nav-item.svelte-12qhfyh:before{content:"";display:inline-block;width:6px;height:6px;background:var(--color-primary);border-radius:50%;margin-right:.25rem;opacity:.6}.main-content.svelte-12qhfyh{flex:1;padding:2rem 0}.mobile-menu-btn.svelte-12qhfyh{display:none;background:none;border:none;padding:.5rem;cursor:pointer}.hamburger.svelte-12qhfyh{display:flex;flex-direction:column;justify-content:space-between;width:24px;height:18px}.hamburger.svelte-12qhfyh span:where(.svelte-12qhfyh){display:block;height:2px;background:var(--color-text);border-radius:1px;transition:all .3s ease}.hamburger.open.svelte-12qhfyh span:where(.svelte-12qhfyh):nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.open.svelte-12qhfyh span:where(.svelte-12qhfyh):nth-child(2){opacity:0}.hamburger.open.svelte-12qhfyh span:where(.svelte-12qhfyh):nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.mobile-nav-backdrop.svelte-12qhfyh{position:fixed;inset:0;background:#00000080;z-index:45}.mobile-nav.svelte-12qhfyh{position:fixed;top:0;left:0;bottom:0;width:280px;max-width:85vw;background:var(--color-surface);z-index:50;display:flex;flex-direction:column;box-shadow:4px 0 20px #00000026;animation:svelte-12qhfyh-slideIn .3s ease}@keyframes svelte-12qhfyh-slideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}.mobile-nav-header.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid var(--color-border)}.mobile-nav-title.svelte-12qhfyh{font-weight:600;font-size:1.125rem}.mobile-nav-close.svelte-12qhfyh{background:none;border:none;font-size:1.5rem;cursor:pointer;padding:.25rem .5rem;color:var(--color-text-muted)}.mobile-nav-close.svelte-12qhfyh:hover{color:var(--color-text)}.mobile-nav-content.svelte-12qhfyh{flex:1;overflow-y:auto;padding:.5rem 0}.mobile-nav-link.svelte-12qhfyh{display:block;padding:.875rem 1rem;color:var(--color-text);font-weight:500;text-decoration:none;transition:background .15s ease}.mobile-nav-link.svelte-12qhfyh:hover{background:var(--color-bg);text-decoration:none}.mobile-nav-link.sub.svelte-12qhfyh{padding-left:2rem;font-weight:400;color:var(--color-text-muted)}.mobile-nav-link.sub.svelte-12qhfyh:hover{color:var(--color-text)}.mobile-nav-link.plugin.svelte-12qhfyh:before{content:"";display:inline-block;width:6px;height:6px;background:var(--color-primary);border-radius:50%;margin-right:.5rem;opacity:.6}.mobile-nav-accordion.svelte-12qhfyh{border-top:1px solid var(--color-border)}.mobile-nav-accordion.svelte-12qhfyh:first-of-type{border-top:none}.mobile-nav-accordion-trigger.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.875rem 1rem;background:none;border:none;font-size:inherit;font-weight:500;color:var(--color-text);cursor:pointer;text-align:left}.mobile-nav-accordion-trigger.svelte-12qhfyh:hover{background:var(--color-bg)}.accordion-arrow.svelte-12qhfyh{transition:transform .2s ease;color:var(--color-text-muted)}.accordion-arrow.expanded.svelte-12qhfyh{transform:rotate(90deg)}.mobile-nav-accordion-content.svelte-12qhfyh{background:var(--color-bg)}.mobile-nav-divider.svelte-12qhfyh{height:1px;background:var(--color-border);margin:.5rem 0}.mobile-nav-section-title.svelte-12qhfyh{display:block;padding:.5rem 1rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted)}.mobile-nav-language.svelte-12qhfyh{padding:.5rem 1rem}.mobile-nav-logout.svelte-12qhfyh{margin:1rem;width:calc(100% - 2rem)}@media(max-width:768px){.mobile-menu-btn.svelte-12qhfyh{display:block}.main-content.svelte-12qhfyh{padding:1rem 0}}
