:root{--billary-primary: #2563eb;--billary-primary-hover: #1d4ed8;--billary-primary-dark: #1e40af;--billary-bg-page: #f0f4f8;--billary-bg-pane: #f7fafc;--billary-bg-card: #ffffff;--billary-bg-panel: var(--billary-bg-pane);--billary-border: #e2e8f0;--billary-border-focus: #3b82f6;--billary-border-error: #ef4444;--billary-text-heading: #1e293b;--billary-text-body: #334155;--billary-text-label: #475569;--billary-text-muted: #64748b;--billary-text-placeholder: #94a3b8;--billary-success: #10b981;--billary-error: #ef4444;--billary-warning: #f59e0b;--billary-font: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;--billary-text-xs: .75rem;--billary-text-sm: .875rem;--billary-text-base: .9375rem;--billary-text-lg: 1.0625rem;--billary-text-xl: 1.25rem;--billary-text-2xl: 1.5rem;--billary-weight-normal: 400;--billary-weight-medium: 500;--billary-weight-semibold: 600;--billary-weight-bold: 700;--billary-space-1: .25rem;--billary-space-2: .5rem;--billary-space-3: .75rem;--billary-space-4: 1rem;--billary-space-5: 1.25rem;--billary-space-6: 1.5rem;--billary-space-8: 2rem;--billary-space-12: 3rem;--billary-radius-sm: 4px;--billary-radius: 6px;--billary-radius-lg: 8px;--bg-page: var(--billary-bg-page);--bg-panel: var(--billary-bg-card);--border: var(--billary-border);--text-main: var(--billary-text-body);--text-muted: var(--billary-text-muted);--accent: var(--billary-primary);--radius: var(--billary-radius-lg);--text-sm: var(--billary-text-sm);--text-base: var(--billary-text-base);--text-lg: var(--billary-text-lg);--header-height: 72px}*{box-sizing:border-box}body{font-family:var(--billary-font);font-size:var(--billary-text-base);font-weight:var(--billary-weight-normal);color:var(--billary-text-body);background:var(--billary-bg-page);margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app-header{position:sticky;top:0;z-index:1000;background:var(--bg-panel);box-shadow:0 2px 12px #00000014}.header-row{display:flex;flex-wrap:wrap;align-items:center;gap:12px;padding:12px 16px;min-height:var(--header-height)}@media (max-width: 768px){.header-row{max-height:64px;flex-wrap:nowrap;gap:8px;padding:8px 16px}}@media (min-width: 1024px){.header-row{flex-wrap:nowrap;gap:16px;padding:12px 24px}}.brand{display:flex;align-items:center;gap:12px;min-width:0;flex:0 0 auto;order:1}.brand-mark{display:inline-flex;align-items:center;gap:4px}.brand-icon,.brand-accent{display:inline-block;border-radius:8px}.brand-icon{width:14px;height:28px;background:var(--accent)}.brand-accent{width:8px;height:24px;background:#111827;opacity:.8}.brand-text{display:flex;flex-direction:column;gap:2px}.brand-name{font-size:clamp(1.4rem,3vw,1.6rem);font-weight:600;letter-spacing:-.5px;margin:0;color:var(--text-main);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Inter,sans-serif}.brand-tagline{font-size:.875rem;margin:0;color:var(--text-muted)}@media (max-width: 768px){.brand-tagline{display:none}}.nav-shell{width:100%;order:3;display:flex;align-items:center;justify-content:flex-start}.menu-toggle{display:none;align-items:center;justify-content:center;width:38px;height:38px;border-radius:8px;border:1px solid var(--border);background:#fff;cursor:pointer;transition:background .15s ease,border-color .15s ease;z-index:1001}.menu-toggle:hover{background:#f7f7f7;border-color:#d5d9e1}@media (max-width: 768px){.menu-toggle{display:flex;width:32px;height:32px}}.menu-icon{width:18px;height:2px;background:var(--text-main);border-radius:2px;position:relative;display:block}.menu-icon:before,.menu-icon:after{content:"";position:absolute;left:0;width:18px;height:2px;background:var(--text-main);border-radius:2px}.menu-icon:before{top:-6px}.menu-icon:after{top:6px}.main-nav{display:flex;flex-wrap:wrap;align-items:center;gap:8px;width:100%;transition:all .3s ease}@media (max-width: 768px){.main-nav{display:none}}@media (min-width: 1024px){.main-nav{justify-content:center;gap:10px;width:auto;flex-wrap:nowrap}}.nav-link{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:500;color:var(--text-main);padding:9px 14px;border-radius:10px;transition:all .15s ease;font-size:.95rem;white-space:nowrap}.nav-link:hover{background:#f2f6fb}.nav-link.active{background:var(--accent);color:#fff;font-weight:600}.nav-link.primary-link{font-weight:700}.nav-link.cta-link{background:var(--accent);color:#fff;box-shadow:0 8px 16px #2563eb2e}.nav-link.cta-link:hover,.nav-link.cta-link.active{background:#1d4ed8;color:#fff}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex:0 0 auto;order:2}@media (min-width: 1024px){.header-actions{order:3}}.secure-badge{display:inline-flex;align-items:center;padding:6px 10px;border-radius:6px;background:#f0fdf4;border:1px solid #bbf7d0;color:#15803d;font-size:.75rem;font-weight:500;cursor:help;transition:background .15s ease}.secure-badge:hover{background:#dcfce7}.secure-badge svg{flex-shrink:0}@media (max-width: 768px){.secure-badge{padding:8px;min-width:36px;justify-content:center}.secure-badge span{display:none}.secure-badge svg{margin-right:0}}.user-menu{position:relative}.user-trigger{display:inline-flex;align-items:center;gap:8px;padding:9px 12px;border-radius:10px;border:1px solid var(--border);background:#fff;color:var(--text-main);font-size:.9rem;cursor:pointer;max-width:240px;transition:background .15s ease,border-color .15s ease}.user-trigger:hover{background:#f7f7f7;border-color:#d5d9e1}.user-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 768px){.user-trigger{padding:8px 10px;min-width:36px;max-width:36px}.user-label{display:none}}.chevron{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid var(--text-main);opacity:.7}.user-dropdown{position:absolute;right:0;top:calc(100% + 10px);min-width:240px;background:#fff;border:1px solid var(--border);border-radius:10px;box-shadow:0 16px 30px #00000014;padding:10px;display:flex;flex-direction:column;gap:6px;opacity:0;transform:translateY(-6px);pointer-events:none;transition:opacity .15s ease,transform .15s ease}.user-menu.open .user-dropdown{opacity:1;transform:translateY(0);pointer-events:auto}.dropdown-email{font-size:.85rem;color:var(--text-muted);padding:6px 8px;border-bottom:1px solid var(--border);margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown-link{width:100%;justify-content:flex-start;padding:8px 10px;border-radius:8px}.user-dropdown .nav-link.active{background:#eef2ff;color:var(--text-main)}.dropdown-action{width:100%;padding:9px 10px;border-radius:8px;border:1px solid var(--border);background:#fff;text-align:left;font-weight:600;cursor:pointer;transition:background .15s ease,border-color .15s ease}.dropdown-action:hover{background:#fff1f2;border-color:#fecdd3}.quick-actions-btn{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:8px 14px;font-size:.875rem;font-weight:600;color:#374151;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:6px;white-space:nowrap}.quick-actions-btn:hover{background:#f9fafb;border-color:#d1d5db}.quick-actions-btn span{font-size:.7rem;margin-left:2px}.dashboard-actions-dropdown{position:relative;display:block}.dropdown-menu{position:absolute;left:0;top:calc(100% + 6px);background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 25px #0000001a;min-width:160px;overflow:hidden;display:none;z-index:1000}.dashboard-actions-dropdown.active .dropdown-menu{display:block}.dropdown-item{display:block;padding:10px 16px;font-size:.875rem;color:#374151;text-decoration:none;transition:all .15s ease;border-bottom:1px solid #f3f4f6}.dropdown-item:last-child{border-bottom:none}.dropdown-item:hover{background:#f3f4f6;color:#2563eb}.report-value.cash-gap-negative{color:#dc2626!important;font-weight:700!important}.report-value.cash-gap-zero{color:#16a34a!important;font-weight:700!important}.report-value.cash-gap-positive{color:#2563eb!important;font-weight:700!important}.cash-flow-arrow{margin-right:4px;display:inline-block}.cash-flow-arrow.arrow-down{color:#dc2626}.cash-flow-arrow.arrow-up{color:#2563eb}.toast{position:fixed;right:20px;top:88px;z-index:1400;padding:12px 18px;font-size:.9375rem;border-radius:8px;color:#fff;box-shadow:0 4px 12px #00000026;font-weight:500}.toast.success{background:var(--billary-success)}.toast.warning{background:var(--billary-warning)}.toast.error{background:var(--billary-error)}.mobile-cards-container{display:none}.desktop-table{display:block}@media (max-width: 768px){.mobile-cards-container{display:block;flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;contain:layout style paint}.desktop-table,.table-scroll{display:none}}.mobile-card{background:#fff;border:1px solid var(--border);border-radius:8px;padding:14px;margin-bottom:12px;cursor:pointer;transition:all .2s ease;position:relative;will-change:transform;transform:translateZ(0)}.mobile-card:hover{border-color:#cbd5e1;box-shadow:0 2px 8px #00000014;transform:translateY(-1px)}.mobile-card:active{transform:translateY(0);box-shadow:0 1px 3px #0000001a;transition:all .1s ease}.mobile-card.selected{border-color:var(--accent);background:#f0f6ff;box-shadow:0 3px 12px #3b82f626;transform:translateY(-1px)}.mobile-card.selected:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--accent);border-radius:8px 0 0 8px}.mobile-card.voided{opacity:.6}.mobile-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.mobile-card-primary{font-weight:600;font-size:.95rem;color:var(--text-main);display:flex;align-items:center;gap:6px}.voided-badge{background:#ef4444;color:#fff;padding:2px 6px;border-radius:4px;font-size:9px;font-weight:700}.mobile-card-method{font-size:.7rem;background:#f3f4f6;color:#374151;padding:2px 6px;border-radius:10px;text-transform:capitalize}.mobile-card-customer{font-size:.85rem;color:var(--text-main);margin-bottom:12px;font-weight:500;line-height:1.3}.mobile-card-invoice{font-size:.75rem;color:var(--text-muted);margin-bottom:10px}.mobile-card-details{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.mobile-card-amount{font-weight:600;font-size:1rem;color:var(--text-main);font-variant-numeric:tabular-nums}.mobile-card-amount.voided{text-decoration:line-through}.mobile-card-date{font-size:.75rem;color:var(--text-muted)}.mobile-card-actions{display:flex;gap:6px;flex-wrap:wrap;margin-top:12px;margin-bottom:8px}.mobile-action-btn{flex:1;min-width:70px;font-size:.75rem;padding:8px 10px}.empty-state{text-align:center;padding:48px 24px;color:var(--text-muted)}.main-content{display:block;padding:16px;max-width:100%;margin:0}.main-content.dashboard-page{max-width:none;width:100%;margin:0}@media (min-width: 1024px){.main-content{display:flex;gap:24px;padding:24px;max-width:100%;margin:0}.main-content.dashboard-page{max-width:none;width:100%;margin:0}}.dashboard-page{padding:16px;margin:0}@media (max-width: 768px){.dashboard-page{overflow-x:hidden;width:100%;max-width:100%}}.button-row{display:flex;flex-direction:column;gap:10px;margin-top:8px;margin-bottom:16px;flex-wrap:wrap}@media (min-width: 1024px){.button-row{flex-direction:row;gap:12px}}.form-actions{display:flex;flex-direction:column;gap:10px;margin-top:16px;flex-wrap:wrap}@media (min-width: 1024px){.form-actions{flex-direction:row;gap:12px}}.tax-discount-row{display:grid;grid-template-columns:1fr;gap:12px}@media (min-width: 1024px){.tax-discount-row{grid-template-columns:1fr 1fr}}.menu-toggle{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:8px;border:1px solid var(--border);background:#fff;cursor:pointer;transition:background .15s ease,border-color .15s ease;z-index:1001}@media (min-width: 1024px){.menu-toggle{display:none}}.main-nav{display:none;position:fixed;top:var(--header-height);left:0;right:0;flex-direction:column;align-items:stretch;background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:0 18px 36px #0000001f;padding:12px 16px;gap:8px;z-index:900;margin:0 16px;transition:all .3s ease}.main-nav.open{display:flex}.main-nav .nav-link{width:100%;justify-content:flex-start}@media (min-width: 1024px){.main-nav{display:flex;position:static;flex-direction:row;justify-content:center;gap:10px;width:auto;flex-wrap:nowrap;background:transparent;border:none;border-radius:0;box-shadow:none;padding:0;margin:0}.main-nav .nav-link{width:auto;justify-content:center}}.nav-shell{width:100%;order:3;display:flex;align-items:center;justify-content:flex-end}@media (min-width: 1024px){.nav-shell{flex:1;order:2;width:auto;justify-content:center;position:relative;min-width:0}}@media (min-width: 1024px){.left{flex:1;margin-bottom:0}.right{flex:1;margin-bottom:0;background:var(--bg-panel);border:1px solid var(--border);border-radius:var(--radius);position:sticky;top:var(--header-height);height:calc(100vh - var(--header-height) - 20px);min-height:800px;display:flex;flex-direction:column;overflow:hidden}}.invoice-toolbar-secondary{display:flex;flex-direction:column;align-items:stretch;gap:10px;flex-wrap:wrap}.invoice-toolbar-secondary .btn{width:100%;justify-content:center;min-height:44px}.btn-primary-action{width:100%;min-height:48px;padding:10px 20px;font-size:15px;font-weight:700;border-radius:8px;border:none;cursor:pointer;transition:all .15s ease;white-space:nowrap;box-shadow:0 4px 12px #00000026}@media (min-width: 1024px){.invoice-toolbar-secondary{flex-direction:row;gap:8px;align-items:center}.invoice-toolbar-secondary .btn,.btn-primary-action{width:auto;min-height:auto}}.dashboard-header{display:flex;flex-direction:column;gap:4px}.dashboard-title{margin:0;font-size:2rem;font-weight:700;color:var(--text-main)}.dashboard-subtitle{margin:0;font-size:1rem;color:var(--text-muted)}@media (max-width: 768px){.dashboard-title{font-size:1.4rem}.dashboard-subtitle{display:none}}.dashboard-grid{display:grid;gap:20px;width:100%}.dashboard-grid.primary-metrics{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.dashboard-grid.secondary-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px}.dashboard-grid.stats{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.dashboard-grid.split{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.dashboard-grid.list{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}@media (max-width: 768px){.dashboard-grid,.dashboard-grid.primary-metrics,.dashboard-grid.secondary-grid,.dashboard-grid.stats,.dashboard-grid.split,.dashboard-grid.list{grid-template-columns:1fr;gap:12px}.dashboard-page{padding:12px}}.card-heading{margin:0 0 16px;font-size:1rem;font-weight:600;color:var(--text-main)}.section-heading{margin:0;font-size:1.1rem;font-weight:700;color:var(--text-main)}.progress-stack{display:flex;flex-direction:column;gap:6px}.progress-row{display:flex;justify-content:space-between;align-items:center;font-size:.9rem;margin-bottom:2px}.progress-value{font-weight:600}.trend-bars{display:flex;align-items:flex-end;gap:8px;min-height:180px}.trend-bar{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px}.trend-value{font-size:.7rem;font-weight:600;color:#2563eb}.trend-fill{width:100%;background:#3b82f6;border-radius:4px 4px 0 0;min-height:6px;transition:height .3s}.trend-label{font-size:.75rem;color:#666}.list-stack{display:flex;flex-direction:column;gap:8px}.list-row{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding:8px 0;border-bottom:1px solid #f0f0f0}.list-row>div:first-child{flex:1;min-width:0}.list-row>div:last-child{flex-shrink:0;white-space:nowrap;text-align:right}.compact-row{padding:6px 0;font-size:.9rem}.list-title{font-weight:600;font-size:.95rem;line-height:1.3;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.list-row>div:first-child .list-title{display:-webkit-box;display:box;line-clamp:2;-webkit-line-clamp:2;box-orient:vertical;-webkit-box-orient:vertical;overflow:hidden}.list-sub{font-size:.82rem;color:#666}.pill{font-size:.75rem;padding:3px 8px;border-radius:12px;color:#fff;background:#3b82f6;text-transform:capitalize}.pill[data-tone=paid]{background:#10b981}.pill[data-tone=partial]{background:#f59e0b}.pill[data-tone=pending],.pill[data-tone=unpaid]{background:#3b82f6}.muted{color:#999}.empty-preview{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:40px 24px;text-align:center;color:#6b7280}.empty-icon{font-size:3rem;margin-bottom:16px;opacity:.8}.empty-preview h3{font-size:1.125rem;font-weight:600;margin:0 0 8px;color:#1f2933}.empty-preview p{font-size:.9375rem;margin:0;color:#6b7280;max-width:400px}.left,.right{display:block;width:100%;margin-bottom:20px}@media (min-width: 1024px){.left{flex:1;margin-bottom:0}.right{flex:1;margin-bottom:0;background:var(--bg-panel);border:1px solid var(--border);border-radius:var(--radius)}}.pane-layout{display:block;width:100%}@media (min-width: 1024px){.pane-layout{display:flex;gap:16px}}.pane-left,.pane-right{width:100%;margin-bottom:20px}@media (min-width: 1024px){.pane-left{flex:0 0 55%;margin-bottom:0}.pane-right{flex:0 0 45%;border-left:1px solid var(--border);padding-left:12px;margin-bottom:0}}.form{background:var(--billary-bg-pane);border:1px solid var(--billary-border);border-radius:var(--billary-radius-lg);padding:var(--billary-space-4);margin-bottom:16px;box-shadow:0 1px 3px #0000000f}@media (min-width: 1024px){.form{padding:var(--billary-space-6);margin-bottom:0}}.form-grid{display:block}@media (min-width: 1024px){.form-grid{display:flex;flex-direction:column}}.invoice-summary{background:var(--bg-panel);border-top:1px solid var(--border);padding:12px 16px;display:flex;flex-direction:column;gap:4px;margin-top:16px}@media (min-width: 1024px){.invoice-summary{position:sticky;bottom:0;z-index:100;box-shadow:0 -2px 8px #0000000d;margin-top:0}}.invoice-summary .summary-values{display:flex;flex-direction:column;gap:6px;font-size:.95rem}.invoice-summary .summary-values div{display:flex;justify-content:space-between;align-items:center;gap:6px}.invoice-summary .summary-values .total-row{display:flex;justify-content:space-between;align-items:center;font-weight:600;font-size:1.05rem;margin-top:4px}.invoice-summary .summary-values .total-row button{margin-left:16px}.form-header{margin:0 0 10px;padding:0}.form-header h2{margin:0;font-size:var(--billary-text-2xl);font-weight:var(--billary-weight-semibold);color:var(--billary-text-heading)}.form-header p.muted{margin:var(--billary-space-1) 0 0 0;font-size:var(--billary-text-sm);font-weight:var(--billary-weight-normal);color:var(--billary-text-muted)}.hint{color:var(--billary-text-muted);font-size:var(--billary-text-xs);font-weight:var(--billary-weight-normal);display:block;margin-top:var(--billary-space-1)}.tax-discount-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.right{flex:1;position:sticky;top:var(--header-height);height:calc(100vh - var(--header-height));display:flex;flex-direction:column;overflow:hidden;background:var(--bg-panel);border:1px solid var(--border);border-radius:var(--radius)}.pdf-container{flex:1;display:flex;flex-direction:column;overflow:hidden}.pdf-container iframe{flex:1;width:100%;height:100%;border:none}.field{display:flex;flex-direction:column;margin-bottom:var(--billary-space-4)}.field label{font-size:var(--billary-text-sm);font-weight:var(--billary-weight-medium);margin-bottom:var(--billary-space-2);color:var(--billary-text-label)}.input,textarea{padding:var(--billary-space-3) var(--billary-space-3);min-height:44px;font-family:var(--billary-font);font-size:16px;font-weight:var(--billary-weight-normal);color:var(--billary-text-body);border:1px solid var(--billary-border);border-radius:var(--billary-radius);background:var(--billary-bg-card);transition:border-color .15s ease,box-shadow .15s ease;line-height:1.5;width:100%;box-sizing:border-box}@media (min-width: 1024px){.input,textarea{font-size:var(--billary-text-base);min-height:40px}}.btn{padding:var(--billary-space-2) var(--billary-space-4);min-height:44px;font-family:var(--billary-font);font-size:var(--billary-text-sm);font-weight:var(--billary-weight-medium);color:var(--billary-text-body);border-radius:var(--billary-radius);border:1px solid var(--billary-border);background:var(--billary-bg-card);cursor:pointer;transition:all .15s ease;display:inline-flex;align-items:center;justify-content:center;text-align:center;white-space:nowrap;width:100%;box-sizing:border-box}@media (min-width: 1024px){.btn{width:auto;min-height:40px}}.input:focus,textarea:focus{border-color:var(--billary-border-focus);outline:none;box-shadow:0 0 0 3px #2563eb1a}.textarea-expandable{min-height:80px;resize:vertical}.input::placeholder,textarea::placeholder{color:var(--billary-text-placeholder)}.btn{padding:var(--billary-space-2) var(--billary-space-4);min-height:40px;font-family:var(--billary-font);font-size:var(--billary-text-sm);font-weight:var(--billary-weight-medium);color:var(--billary-text-body);border-radius:var(--billary-radius);border:1px solid var(--billary-border);background:var(--billary-bg-card);cursor:pointer;transition:all .15s ease;display:inline-flex;align-items:center;justify-content:center;text-align:center;white-space:nowrap}.btn:hover{background:var(--billary-bg-pane);border-color:var(--billary-text-label)}.btn.primary{background:var(--billary-primary);color:#fff;border-color:var(--billary-primary);font-weight:var(--billary-weight-semibold)}.btn.primary:hover{background:var(--billary-primary-hover);border-color:var(--billary-primary-hover)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-lg{padding:var(--billary-space-3) var(--billary-space-6);min-height:48px;font-size:var(--billary-text-base)}.btn.danger{background:var(--billary-error);color:#fff;border-color:var(--billary-error)}.btn.danger:hover{background:#dc2626;border-color:#dc2626}.btn-small{padding:var(--billary-space-2) var(--billary-space-3);min-height:32px;font-family:var(--billary-font);font-size:var(--billary-text-xs);font-weight:var(--billary-weight-medium);border-radius:var(--billary-radius-sm);border:1px solid var(--billary-border);background:var(--billary-bg-card);cursor:pointer;transition:all .15s ease;display:inline-flex;align-items:center;justify-content:center;text-align:center;white-space:nowrap}.btn-small:hover{background:var(--billary-bg-pane)}.btn-small.primary{background:var(--billary-primary);color:#fff;border-color:var(--billary-primary)}.btn-small.danger{background:var(--billary-error);color:#fff;border-color:var(--billary-error)}.button-row{display:flex;gap:12px;margin-top:8px;margin-bottom:16px;flex-wrap:wrap}.form-actions{display:flex;gap:12px;margin-top:16px;flex-wrap:wrap}.invoice-toolbar{display:flex;justify-content:space-between;align-items:center;padding:8px 16px;border-bottom:1px solid var(--border);background:#fafafa}.invoice-toolbar-secondary{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.btn-primary-action{padding:10px 20px;font-size:15px;font-weight:700;border-radius:8px;border:none;cursor:pointer;transition:all .15s ease;white-space:nowrap;box-shadow:0 4px 12px #00000026}.btn-primary-action:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0003}.btn-primary-action:active{transform:translateY(0)}.zoom-controls{display:flex;align-items:center;gap:6px}.zoom-display{width:50px;text-align:center;font-weight:600}.table-scroll{position:relative;overflow:auto;overflow-x:auto;border:1px solid var(--border);border-radius:6px;background:#fff;box-shadow:inset 8px 0 8px -8px #00000014,inset -8px 0 8px -8px #00000014;-webkit-overflow-scrolling:touch}.table-scroll::-webkit-scrollbar{height:10px;width:10px}.table-scroll::-webkit-scrollbar-track{background:#f5f5f5;border-radius:999px}.table-scroll::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.table-scroll::-webkit-scrollbar-thumb:hover{background:#94a3b8}.modal-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;display:flex;justify-content:center;align-items:center;z-index:9999;padding:10px;overflow-y:auto}.modal{background:#fff;border-radius:8px;padding:24px;max-width:900px;width:95%;max-height:90vh;overflow-y:auto;position:relative;z-index:10000;margin:10px}.modal-grid{display:flex;gap:24px}.modal-form{flex:1}.modal-preview{flex:1;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.modal-actions{display:flex;gap:12px;margin-top:16px}.item,.sub-item{display:flex;gap:8px;margin-bottom:8px;align-items:center}.sub-item{margin-left:20px}.item input,.sub-item input{flex:1}.list{background:var(--bg-panel);border:1px solid var(--border);border-radius:var(--radius);padding:16px;box-shadow:0 1px 4px #0000000d}.list table{width:100%;border-collapse:collapse}.list th,.list td{padding:8px 12px;border-bottom:1px solid var(--border)}.list tr.selected{background:#f3fffb}.actions button{padding:4px 8px;font-size:.85rem}.line-item-row{display:flex;gap:8px;align-items:center;margin-bottom:12px}.line-item-row .desc{flex:1;min-width:0}.line-item-row .input.small{width:120px;min-width:120px;flex:none}.sub-item-row{margin-bottom:6px;display:flex;gap:8px;align-items:center}.sub-item-row .input:first-child{flex:1!important;min-width:0!important;width:auto!important}.sub-item-row .input.small:not(:first-child){width:120px;min-width:120px;flex:none}.line-item-row .btn.danger{background:#dc2626;color:#fff;border:none;padding:6px 10px;border-radius:var(--radius);cursor:pointer;min-width:36px;flex:none}.line-item-row .btn.danger:hover{background:#b91c1c}.invoice-table{font-size:13px;border-collapse:collapse}.invoice-table th{position:sticky;top:0;background:#fafafa;z-index:1;font-weight:600;border-bottom:1px solid #ddd}.invoice-table td{padding:6px 8px;vertical-align:middle}.invoice-table tr:hover{background:#f7fdfb}.invoice-table tr.selected{background:#e9fbf4}.card{background:var(--bg-panel);border:1px solid var(--border);border-radius:var(--radius);padding:20px;box-shadow:0 1px 3px #00000014}.metric-card{display:flex;align-items:center;gap:16px;padding:28px 24px;border-radius:12px;box-shadow:0 4px 12px #00000014;transition:transform .15s ease,box-shadow .15s ease}.metric-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000001f}@media (max-width: 768px){.detail-card{padding:12px}.dashboard-grid.secondary-grid .detail-card{padding:12px;margin-bottom:8px}.metric-card{padding:8px 12px;gap:4px;margin-bottom:8px;flex-direction:column;align-items:stretch}.metric-icon{display:inline-block;font-size:.9rem;opacity:.7;margin-right:6px;vertical-align:middle}.metric-body{display:flex;flex-direction:column;gap:3px}.metric-label{font-size:.75rem;font-weight:700;letter-spacing:.4px;line-height:1;display:flex;align-items:center;text-transform:uppercase}.metric-value{font-size:.5rem;line-height:1.1;font-weight:700;margin:1px 0}.metric-detail{font-size:.65rem;opacity:.7;line-height:1}}.metric-icon{font-size:2.5rem;flex-shrink:0;opacity:.9}.metric-body{display:flex;flex-direction:column;gap:4px;min-width:0}@media (max-width: 768px){.metric-body{gap:2px;width:100%;display:flex;flex-direction:column}}.metric-label{font-size:.875rem;font-weight:500;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px}.metric-value{font-size:2.25rem;font-weight:700;color:var(--text-main);line-height:1.1}.metric-detail{font-size:.85rem;color:var(--text-muted);margin-top:2px}@media (max-width: 768px){.metric-label,.metric-value,.metric-detail{word-break:break-word;overflow-wrap:break-word}.metric-value{font-size:1.1rem!important;line-height:1.2}}.detail-card{padding:24px;border-radius:10px;box-shadow:0 2px 6px #0000000f}.card-primary{background:linear-gradient(135deg,#fff,#f0f4ff)}.card-success{background:linear-gradient(135deg,#fff,#f0fdf9)}.card-warning{background:linear-gradient(135deg,#fff,#fffbf0)}.card-info{background:linear-gradient(135deg,#fff,#f0f6ff)}.card-label{font-size:.875rem;color:var(--text-muted);margin-bottom:8px;font-weight:500}.card-value{font-size:1.875rem;font-weight:700;color:var(--text-main);margin-bottom:4px}.card-subtitle{font-size:.75rem;color:var(--text-muted)}.progress-bar{height:8px;background:#f0f0f0;border-radius:4px;overflow:hidden}.progress-fill{height:100%;transition:width .3s ease;border-radius:4px}.progress-item{margin-bottom:8px}.attention-section{background:linear-gradient(135deg,#fef2f2,#fff7ed);border:2px solid #fca5a5;border-radius:12px;padding:24px;box-shadow:0 4px 16px #fca5a533}.attention-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.attention-badge{display:inline-flex;align-items:center;justify-content:center;min-width:32px;height:32px;padding:0 10px;background:#dc2626;color:#fff;font-weight:700;font-size:.875rem;border-radius:16px;box-shadow:0 2px 8px #dc26264d}.attention-list{display:flex;flex-direction:column;gap:12px}.attention-item{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;background:#fff;border-radius:8px;border-left:4px solid #f59e0b;box-shadow:0 2px 6px #0000000f;transition:transform .15s ease,box-shadow .15s ease}.attention-item:hover{transform:translate(4px);box-shadow:0 4px 12px #0000001a}.attention-main{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1}.attention-title{font-weight:700;font-size:1rem;color:var(--text-main)}.attention-subtitle{font-size:.875rem;color:var(--text-muted)}.attention-aside{display:flex;flex-direction:column;align-items:flex-end;gap:6px;flex-shrink:0}.attention-amount{font-weight:700;font-size:1.1rem;color:var(--text-main)}.pill-urgent{font-weight:600;box-shadow:0 2px 6px #00000026}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f5f7fa,#e8eef5);padding:24px}.auth-container{width:100%;max-width:440px}.auth-card{background:#fff;border-radius:16px;box-shadow:0 4px 24px #00000014,0 1px 3px #0000000f;padding:40px 32px}.auth-header{text-align:center;margin-bottom:32px}.auth-brand{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:12px}.auth-brand-mark{display:inline-flex;align-items:center;gap:4px}.auth-brand-name{font-size:clamp(1.5rem,4vw,1.75rem);font-weight:600;margin:0;color:var(--text-main);letter-spacing:-.5px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Inter,sans-serif}.auth-tagline{font-size:.9375rem;color:var(--text-muted);margin:0}.auth-toggle{display:flex;gap:0;background:#f3f4f6;border-radius:10px;padding:4px;margin-bottom:24px}.auth-toggle-btn{flex:1;padding:10px 16px;border:none;background:transparent;color:#6b7280;font-size:.9375rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .2s ease}.auth-toggle-btn:hover{color:var(--text-main);background:#ffffff80}.auth-toggle-btn.active{background:#fff;color:var(--text-main);box-shadow:0 2px 8px #00000014}.auth-description{font-size:.9375rem;color:var(--text-muted);text-align:center;margin:0 0 24px;line-height:1.5}.auth-form{display:flex;flex-direction:column;gap:20px}.auth-form .field{margin-bottom:0}.auth-form .field label{font-size:.875rem;font-weight:600;margin-bottom:8px;color:var(--text-main)}.auth-form .input{padding:12px 14px;font-size:1rem;border:2px solid #e5e7eb;border-radius:8px;transition:all .2s ease}.auth-form .input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #2563eb1a}.field-hint{display:block;font-size:.8125rem;color:#9ca3af;margin-top:6px}.auth-error{display:flex;align-items:center;gap:10px;padding:12px 16px;background:#fef2f2;border:1px solid #fca5a5;border-radius:8px;color:#b91c1c;font-size:.875rem;font-weight:500}.auth-error-icon{font-size:1.125rem;flex-shrink:0}.btn-auth-primary{width:100%;padding:14px 20px;font-size:1rem;font-weight:600;background:var(--accent);color:#fff;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #2563eb33;margin-top:8px}.btn-auth-primary:hover:not(:disabled){background:#1d4ed8;box-shadow:0 4px 12px #2563eb4d;transform:translateY(-1px)}.btn-auth-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.auth-note{font-size:.8125rem;color:#9ca3af;text-align:center;margin:20px 0 0;line-height:1.5}.google-signin-button{margin:24px 0 0;display:flex;justify-content:center}.auth-separator{position:relative;text-align:center;margin:24px 0;color:#9ca3af;font-size:.875rem}.auth-separator:before,.auth-separator:after{content:"";position:absolute;top:50%;width:calc(50% - 80px);height:1px;background:#e5e7eb}.auth-separator:before{left:0}.auth-separator:after{right:0}.settings-container{max-width:100%;margin:0;padding:16px}.settings-title{font-size:1.5rem;font-weight:700;color:var(--billary-text-body);margin:0 0 20px}.settings-form{display:flex;flex-direction:column;gap:16px}.settings-card{background:var(--billary-bg-card);border:1px solid var(--billary-border);border-radius:var(--billary-radius);padding:16px;box-shadow:0 1px 3px #0000000d}.settings-card-financial{border-left:3px solid #f59e0b}.card-section-title{font-size:.9rem;font-weight:600;color:var(--billary-text-body);margin:0 0 12px;text-transform:uppercase;letter-spacing:.5px}.settings-card .field{margin-bottom:12px}.settings-card .field:last-child{margin-bottom:0}.settings-card .field label{margin-bottom:6px}.input-narrow{max-width:150px}.input-readonly{background:var(--billary-bg-panel);color:var(--billary-text-muted);cursor:not-allowed}.field-group{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.field-helper-text{font-size:.8rem;color:var(--billary-text-muted);margin:6px 0 0;font-style:italic}.logo-preview-container{margin-top:12px;text-align:center}.logo-preview{max-width:160px;max-height:120px;display:block;margin:0 auto 12px;border:1px solid var(--billary-border);border-radius:var(--billary-radius);padding:8px;background:var(--billary-bg-card)}.btn-danger-outline{color:#dc2626;border-color:#dc2626;background:transparent}.btn-danger-outline:hover{background:#dc2626;color:#fff}.btn-primary{background:var(--billary-primary);color:#fff;border-color:var(--billary-primary)}.btn-primary:hover{background:var(--billary-primary-dark);border-color:var(--billary-primary-dark)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.settings-container{padding:12px}.settings-form{gap:12px}.settings-card{padding:12px}.settings-card .field{margin-bottom:10px}.settings-card .field label{margin-bottom:4px}.input,textarea{min-height:40px;padding:10px 12px}.logo-preview{max-height:100px}.form-actions{position:sticky;bottom:0;background:var(--billary-bg-panel);padding:12px 0;margin:8px -12px -12px;border-top:1px solid var(--billary-border)}.form-actions .btn{margin:0 12px}}@media (min-width: 1024px){.settings-container{max-width:800px;margin:0 auto;padding:24px}.settings-title{font-size:1.75rem;margin-bottom:24px}.settings-form{gap:20px}.settings-card{padding:20px}.card-section-title{font-size:1rem;margin-bottom:16px}.settings-card .field{margin-bottom:16px}.logo-preview{max-height:140px}.form-actions{position:static;background:none;padding:0;margin:0;border:none}.form-actions .btn{margin:0}}.mobile-load-more{padding:16px;text-align:center;border-top:1px solid var(--billary-border);background:var(--billary-bg-panel);margin-top:8px}.mobile-load-more-btn{background:var(--billary-primary);color:#fff;border:1px solid var(--billary-primary);font-weight:600;font-size:.9rem;padding:12px 24px;border-radius:var(--billary-radius);min-height:44px;width:100%;max-width:280px;transition:all .15s ease}.mobile-load-more-btn:hover{background:var(--billary-primary-hover);border-color:var(--billary-primary-hover)}.mobile-action-btn{min-height:36px!important;border-radius:6px;transition:all .15s ease;touch-action:manipulation;transform:translateZ(0)}.mobile-action-btn:active{transform:scale(.98)}@media (max-width: 768px){.invoice-search-filter-row .input:first-child{flex:0 0 60%!important;max-width:60%!important;width:60%!important}.invoice-search-filter-row select.input{flex:0 0 40%!important;max-width:40%!important;width:40%!important;font-size:12px!important;line-height:1.2!important;font-weight:500!important}.invoice-search-filter-row select.input option{font-size:12px!important;line-height:1.2!important}.invoice-search-filter-row .input:first-child{font-size:13px!important}.invoice-search-filter-row .input:first-child::placeholder{font-size:12px!important;font-weight:400!important;letter-spacing:.1px!important}.mobile-cards-container .mobile-card:first-child{margin-top:16px!important}.mobile-card,.mobile-card *{line-height:1.35!important;overflow:visible!important;text-rendering:optimizeLegibility!important}.mobile-card-primary,.mobile-card-customer,.mobile-card-method,.mobile-card-amount,.mobile-card-date,.mobile-card-currency,.mobile-card-header,.mobile-card-details{line-height:1.35!important;overflow:visible!important}.mobile-card-amount,.mobile-card-currency{display:inline-flex!important;align-items:center!important;line-height:1.35!important}.mobile-action-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:40px!important;line-height:1.2!important;overflow:visible!important}.mobile-card{height:auto!important;min-height:unset!important;align-items:stretch!important}.mobile-card-header,.mobile-card-details{align-items:flex-start!important;min-height:unset!important}.mobile-card-customer{display:block!important;white-space:normal!important;word-break:break-word!important;line-height:1.4!important}.mobile-card-details{flex-wrap:wrap!important;row-gap:6px!important;padding-bottom:2px!important}.mobile-card-method{align-self:flex-start!important;line-height:1.2!important;padding-top:2px!important;padding-bottom:2px!important}.mobile-cards-container .mobile-card:first-child{margin-top:8px!important}.modal{padding:12px!important;overflow-x:hidden!important}.modal-preview{width:100%!important;max-width:100%!important;display:flex!important;justify-content:center!important;align-items:center!important;overflow:hidden!important}.pdf-container{width:100%!important;max-width:100%!important;margin:0 auto!important;overflow:hidden!important}.pdf-container iframe{width:100%!important;height:100%!important;margin:0 auto!important;display:block!important;max-width:100%!important;object-fit:contain!important}.financial-summary-card{display:flex!important;flex-direction:column!important;gap:16px!important;margin-bottom:24px!important}.metric-secondary{display:flex!important;gap:16px!important;margin-top:8px!important}.secondary-item{display:flex!important;flex-direction:column!important;gap:2px!important}.secondary-label{font-size:.75rem!important;color:var(--text-muted)!important;font-weight:500!important}.secondary-value{font-size:.875rem!important;font-weight:600!important;color:var(--text-main)!important}.dashboard-actions{display:flex!important;gap:6px!important;width:100%!important}.dashboard-actions .action-btn{flex:1!important;min-height:44px!important;font-size:.875rem!important;font-weight:500!important}.activity-list{display:flex!important;flex-direction:column!important}.activity-row{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;min-height:44px!important;padding:12px 0!important;border-bottom:1px solid var(--border)!important}.activity-row:last-child{border-bottom:none!important}.activity-main{flex:1!important;min-width:0!important;margin-right:12px!important}.activity-client{font-size:.875rem!important;font-weight:500!important;color:var(--text-main)!important;line-height:1.3!important;display:-webkit-box;display:box;line-clamp:2;-webkit-line-clamp:2;box-orient:vertical;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word!important}.activity-reference{font-size:.75rem!important;color:var(--text-muted)!important;margin-top:2px!important;line-height:1.2!important}.activity-aside{display:flex!important;flex-direction:column!important;align-items:flex-end!important;flex-shrink:0!important}.activity-amount{font-size:.875rem!important;font-weight:600!important;color:var(--text-main)!important;line-height:1.2!important;margin-bottom:4px!important;white-space:nowrap!important}.activity-meta{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important;justify-content:flex-end!important}.activity-status{font-size:.6875rem!important;padding:2px 6px!important;white-space:nowrap!important}.activity-date{font-size:.6875rem!important;color:var(--text-muted)!important;white-space:nowrap!important}.pill-summary{background:#f3f4f6!important;color:#6b7280!important}.dashboard-header{margin-top:4px!important;margin-bottom:8px!important}.dashboard-title{margin-bottom:0!important}.dashboard-stack{display:flex;flex-direction:column;gap:12px}.summary-card,.report-card,.action-card{margin-bottom:0!important}.summary-card,.report-card,.action-card{min-height:120px}.report-card>*{margin-bottom:6px}.report-card>*:last-child{margin-bottom:0}.action-card .btn{margin-bottom:6px}.action-card .btn:last-child{margin-bottom:0}.report-metrics{display:flex!important;flex-direction:column!important;gap:4px!important}.report-item{display:flex!important;justify-content:space-between!important;align-items:center!important;padding:4px 0!important;border-bottom:1px solid rgba(0,0,0,.05)!important;line-height:1.3!important}.report-item:last-child{border-bottom:none!important}.report-label{font-size:.875rem!important;color:var(--text-muted)!important;font-weight:500!important;text-align:left!important;flex:1!important}.report-value{font-size:.875rem!important;font-weight:600!important;color:var(--text-main)!important;text-align:right!important;white-space:nowrap!important}.report-value.positive{color:#10b981!important}.report-value.negative{color:#ef4444!important}.report-value.warning{color:#f59e0b!important}.client-exposure-list{display:flex!important;flex-direction:column!important;gap:6px!important}.exposure-item{display:flex!important;justify-content:space-between!important;align-items:center!important;padding:6px 0!important;line-height:1.3!important}.exposure-client{font-size:.875rem!important;font-weight:500!important;color:var(--text-main)!important;flex:1!important;min-width:0!important;margin-right:12px!important;text-align:left!important;overflow:hidden!important;text-overflow:ellipsis!important}.exposure-amount{font-size:.875rem!important;font-weight:600!important;color:var(--text-main)!important;text-align:right!important;white-space:nowrap!important}.no-exposure{padding:12px 0!important;color:var(--text-muted)!important;font-size:.875rem!important;text-align:left!important;line-height:1.3!important}.report-actions{flex-direction:column!important;gap:8px!important;margin-top:4px!important}.report-actions .action-btn{width:100%!important;min-height:44px!important;font-size:.875rem!important;line-height:1.2!important}.financial-header{display:flex!important;align-items:stretch!important;gap:12px!important;margin-bottom:12px!important}.financial-icon{display:flex!important;align-items:center!important;justify-content:center!important;font-size:2.6rem!important;min-width:44px!important;flex-shrink:0!important}.financial-main{flex:1!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:flex-end!important;gap:4px!important}.financial-title{font-size:.9375rem!important;font-weight:600!important;text-align:right!important}.financial-value{font-size:1.5rem!important;font-weight:700!important;text-align:right!important}.metric-secondary{display:flex!important;justify-content:space-between!important;gap:24px!important;margin-top:12px!important}.dashboard-page .report-card .card.detail-card,.dashboard-page .secondary-grid .detail-card{background:linear-gradient(135deg,#fff,#f0f4ff)!important}.secondary-item{display:flex!important;flex-direction:column!important;justify-content:flex-start!important;align-items:flex-start!important;gap:2px!important;flex:1!important}.secondary-item:last-child{align-items:flex-end!important}.secondary-label{font-size:.75rem!important;color:var(--text-muted)!important;font-weight:500!important;text-align:left!important;margin-bottom:2px!important}.secondary-item:last-child .secondary-label{text-align:right!important}.secondary-value{font-size:.875rem!important;font-weight:600!important;color:var(--text-main)!important;text-align:left!important;white-space:nowrap!important}.secondary-item:last-child .secondary-value{text-align:right!important}}.dashboard-health-indicator{opacity:.7}.health-status{background:none!important;padding:0!important;border:none!important;border-radius:0!important;color:#64748b!important;font-size:.875rem!important;font-weight:400!important}.health-status:before{content:none!important}.financial-health-subtext{color:#64748b;font-size:.8rem;margin-top:4px;opacity:.9}.cash-flow-arrow{font-weight:700;font-size:1.1rem;margin-left:6px}.cash-flow-arrow.health-good{color:#10b981}.cash-flow-arrow.health-watch{color:#f59e0b}.cash-flow-arrow.health-attention{color:#ef4444}.status-pill{background:#f1f5f9!important;color:#475569!important;border:1px solid #e2e8f0!important;padding:2px 8px!important;border-radius:12px!important;font-size:.75rem!important;font-weight:500!important;margin-left:8px}.status-pill.status-attention{background:#fef2f2!important;color:#dc2626!important;border-color:#fecaca!important}.status-pill.status-watch{background:#fffbeb!important;color:#d97706!important;border-color:#fed7aa!important}.exposure-warning{color:#dc2626;font-size:.8rem;margin-left:12px;font-weight:500}.client-exposure-summary{margin-bottom:12px}.exposure-summary-text{color:#374151;font-size:.875rem}.warning{color:#dc2626!important}.health-good:before,.health-watch:before,.health-attention:before{content:none!important}.health-good,.health-watch,.health-attention{background:transparent!important}.dashboard-header{margin-bottom:24px}.dashboard-title{font-weight:600;color:#1f2937;margin-bottom:4px}@media (max-width: 768px){.report-item{flex-direction:column!important;align-items:flex-start!important;gap:2px!important;padding:8px 0!important}.report-label{font-size:.8rem!important;margin-bottom:0!important}.report-value{font-size:.95rem!important;font-weight:600!important;margin-top:0!important}}.status-pill{font-size:.65rem!important;padding:1px 5px!important;border-radius:6px!important;margin-left:8px!important;font-weight:400!important;border:1px solid rgba(0,0,0,.08)!important}.status-pill.status-good{background-color:#f0fdf4!important;color:#166534!important;border-color:#bbf7d0!important}.status-pill.status-watch{background-color:#fffbeb!important;color:#a16207!important;border-color:#fde68a!important}.status-pill.status-attention{background-color:#fef2f2!important;color:#b91c1c!important;border-color:#fecaca!important}.cash-flow-arrow{margin-right:6px!important;font-weight:700!important;display:inline-block!important}.cash-flow-period{font-size:.7rem!important;color:#9ca3af!important;margin-left:6px!important;display:inline-block!important}@media (max-width: 768px){.cash-flow-period{display:block!important;margin-left:0!important;margin-top:2px!important;font-style:italic!important}.report-value .cash-flow-arrow{margin-right:4px!important}}.card.detail-card{position:relative;border-left:none!important;border-radius:10px;overflow:hidden!important}.summary-card .card{border-radius:12px;overflow:hidden;border-left:none!important}@media (max-width: 768px){.card-heading{font-size:1rem!important;margin-bottom:12px!important}.exposure-summary-text{font-size:.8rem!important}.exposure-warning{font-size:.7rem!important;margin-top:3px!important}}@media (min-width: 769px){.status-pill{opacity:.9}.cash-flow-period{opacity:.8}}@media (min-width: 1024px){.dashboard-page{display:flex;flex-direction:column;gap:12px;padding:20px}.dashboard-header{display:flex;align-items:flex-start;justify-content:flex-start;gap:0;margin:0 0 16px;padding:0;width:100%}.dashboard-header-left{display:flex;flex-direction:column;align-items:flex-start;gap:8px;flex:1}.dashboard-header-right{display:none}.dashboard-title{font-size:1.75rem;font-weight:700;color:#1e293b;margin:0;white-space:nowrap}.dashboard-health-indicator{display:flex;align-items:center;justify-content:flex-start;flex-shrink:0}.health-status{font-size:.875rem;font-weight:500;color:#6b7280;white-space:nowrap}.dashboard-stack{display:grid;grid-template-columns:repeat(6,1fr);gap:20px;width:100%}.dashboard-stack>.summary-card{grid-column:1 / span 2;width:100%}.summary-card .card{padding:24px 28px}.dashboard-stack>.payment-analysis-card{grid-column:3 / span 2;width:100%}.dashboard-stack>.cashflow-card{grid-column:5 / span 2;width:100%}.dashboard-stack>.receivables-card{grid-column:1 / span 3;width:100%}.dashboard-stack>.client-card{grid-column:4 / span 3;width:100%}.summary-card,.report-card,.action-card{margin:0;min-height:unset}.summary-card .card,.report-card .card,.action-card .card{padding:20px 24px;border-radius:12px;background:#fff;border:1px solid #e5e7eb;box-shadow:0 3px 10px #0000000f;display:flex;flex-direction:column;height:100%;min-height:280px}.report-card .card{padding:20px 22px}.report-card .card.detail-card{padding:18px 20px}.card-heading{font-size:.82rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#6f7d8c;margin-bottom:12px;display:flex;justify-content:space-between;align-items:center}.financial-value,.metric-value,.report-value{font-size:1.75rem;font-weight:700;color:#0f172a}.secondary-label,.report-label{font-size:.78rem;color:#6b7280;letter-spacing:.01em;font-weight:600}.card{padding:16px}.progress-item{margin-bottom:32px}.progress-item:last-child{margin-bottom:0}.progress-row{display:flex;justify-content:flex-start;align-items:flex-start;font-size:1.125rem;margin-bottom:12px;line-height:1.4;gap:12px}.progress-bar{height:12px;background:#e5e7eb;border-radius:3px;overflow:hidden;width:100%}.progress-fill{height:100%;transition:width .3s ease;border-radius:3px}.progress-stack{display:flex;flex-direction:column;gap:2px}.metric-secondary{margin-top:24px;flex:1;display:flex;flex-direction:column;justify-content:flex-end}.summary-card .card{background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;border:none;box-shadow:0 6px 20px #3b82f633;padding:32px 36px;justify-content:flex-start}.metric-body{display:flex;flex-direction:column;gap:32px;width:100%}.financial-header{display:flex;align-items:flex-start;gap:16px}.financial-icon{font-size:32px;flex-shrink:0;margin-top:2px}.financial-main{flex:1;display:flex;flex-direction:column;gap:6px}.financial-title{font-size:1.5rem;font-weight:800;letter-spacing:.1em;text-transform:none;opacity:.9;color:#fffffff2}.financial-value{font-size:2.2rem;font-weight:800;letter-spacing:-.02em;line-height:1;color:#fff}.financial-health-subtext{font-size:.8rem;opacity:.85;line-height:1.3;letter-spacing:.01em;color:#ffffffe6;margin-top:2px}.metric-secondary{display:flex;flex-direction:row;justify-content:space-between;gap:24px;padding-top:28px;border-top:1px solid rgba(255,255,255,.15);margin-top:auto}.summary-card .secondary-item{display:flex;flex-direction:column;gap:8px;padding:0;border-bottom:none;margin:0;flex:1}.summary-card .secondary-label{color:#fffc;font-weight:500;font-size:1rem;letter-spacing:.01em;text-transform:none;opacity:.8}.summary-card .secondary-value{font-weight:700;font-size:1.25rem;color:#fff;letter-spacing:-.01em;line-height:1.2}.summary-card .secondary-item>span:last-child{font-size:.75rem;opacity:.75;line-height:1.3;margin-top:2px;color:#fff}.report-card .card{justify-content:flex-start;padding:32px}.report-card .card-heading{font-size:1.5rem;font-weight:800;letter-spacing:0;text-transform:none;margin-bottom:24px;color:#0f172a;padding-bottom:0;border-bottom:none;display:flex;justify-content:space-between;align-items:center}.report-metrics{display:flex;flex-direction:column;gap:32px;width:100%}.report-item{display:flex;justify-content:space-between;align-items:flex-start;padding:0;font-size:1.125rem;border-bottom:none;gap:12px}.report-item:last-child{border-bottom:none;padding-bottom:0}.report-label{color:#6b7280;font-weight:500;letter-spacing:.01em;line-height:1.4;font-size:1.125rem;flex:1}.report-value{font-weight:700;color:#0f172a;letter-spacing:-.01em;line-height:1.4;font-size:1.375rem;text-align:right;flex-shrink:0}.status-pill{font-size:.7rem;padding:4px 10px;border-radius:12px;margin-left:8px;flex-shrink:0;font-weight:600}.action-card .card{justify-content:space-between}.action-card .card-heading{font-size:.95rem;font-weight:600;margin-bottom:12px;color:#374151;padding-bottom:8px;border-bottom:1px solid #e5e7eb}.dashboard-actions{display:flex;flex-direction:column;gap:10px;flex:1;justify-content:space-around}.action-btn{padding:11px 12px;font-size:.8rem;font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:all .2s ease}.action-btn.primary{background:#2563eb;color:#fff}.action-btn.primary:hover{background:#1e40af}.progress-stack{display:flex;flex-direction:column;gap:24px}.progress-item{display:flex;flex-direction:column;gap:0}.progress-label{color:#6b7280;font-weight:500;font-size:1.125rem;margin-bottom:8px}.progress-row{display:flex;justify-content:flex-start;font-size:1.125rem;margin-bottom:12px;font-weight:700;color:#0f172a;line-height:1.4}.progress-value{font-weight:700;color:#0f172a;font-size:1.125rem}.progress-bar{width:100%;height:12px;background:#e5e7eb;border-radius:3px;overflow:hidden}.progress-fill{height:100%;border-radius:3px;transition:width .3s ease}.client-exposure-list{flex:1;display:flex;flex-direction:column;gap:24px}.exposure-item{display:flex;justify-content:space-between;align-items:center;padding:0;line-height:1.4;gap:12px}.exposure-client{font-size:1.125rem;font-weight:500;color:#6b7280;flex:1;min-width:0;text-align:left;overflow:hidden;text-overflow:ellipsis}.exposure-amount{font-size:1.375rem;font-weight:700;color:#0f172a;text-align:right;white-space:nowrap;flex-shrink:0}.no-exposure{color:#9ca3af;font-style:italic;font-size:1rem}.client-exposure-summary{margin-bottom:20px;display:flex;flex-direction:column;gap:8px}.exposure-summary-text{font-size:.95rem;color:#6b7280;line-height:1.4}.exposure-warning{font-size:.875rem;color:#ef4444;font-weight:600}.dashboard-actions-dropdown{position:relative;display:inline-block}.quick-actions-btn{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:8px 14px;font-size:.875rem;font-weight:600;color:#374151;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:6px;white-space:nowrap}.quick-actions-btn:hover{background:#f9fafb;border-color:#d1d5db}.quick-actions-btn span{font-size:.7rem;margin-left:2px}.dropdown-menu{position:absolute;right:0;top:calc(100% + 6px);background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 25px #0000001a;min-width:160px;overflow:hidden;display:none;z-index:1000}.dashboard-actions-dropdown:hover .dropdown-menu{display:block}.dropdown-item{display:block;padding:10px 16px;font-size:.875rem;color:#374151;text-decoration:none;transition:all .15s ease;border-bottom:1px solid #f3f4f6}.dropdown-item:last-child{border-bottom:none}.dropdown-item:hover{background:#f3f4f6;color:#2563eb}.report-value.cash-gap-negative{color:#dc2626!important;font-weight:700!important}.report-value.cash-gap-zero{color:#16a34a!important;font-weight:700!important}.report-value.cash-gap-positive{color:#2563eb!important;font-weight:700!important}.cash-flow-arrow{margin-right:4px;display:inline-block}.cash-flow-arrow.arrow-down{color:#dc2626}.cash-flow-arrow.arrow-up{color:#2563eb}}.dashboard-actions-dropdown .dropdown-item{width:100%;text-align:left;background:#fff;border:none;cursor:pointer;font-family:inherit}.dashboard-actions-dropdown .dropdown-item.disabled,.dashboard-actions-dropdown .dropdown-item:disabled{color:#94a3b8;cursor:not-allowed;background:#f8fafc}.dashboard-actions-dropdown .dropdown-item.disabled:hover,.dashboard-actions-dropdown .dropdown-item:disabled:hover{color:#94a3b8;background:#f8fafc}.main-content.admin-customers-page{display:block;width:100%;max-width:100%;padding:24px}.admin-customers-page{display:flex;flex-direction:column;gap:16px}.admin-customers-header{display:flex;flex-direction:column;gap:10px}.admin-customers-title{margin:0;font-size:1.5rem;line-height:1.2;color:#111827;font-weight:700}.admin-customers-subtitle{margin:0;color:#64748b;font-size:.9375rem}.admin-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px}.admin-summary-card{background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid #e5e7eb;border-radius:10px;padding:12px 14px;min-height:86px;display:flex;flex-direction:column;justify-content:center}.admin-summary-label{margin:0 0 6px;color:#64748b;font-size:.8125rem;font-weight:600}.admin-summary-value{margin:0;color:#0f172a;font-size:1.4rem;font-weight:700;letter-spacing:-.02em}.admin-customers-main{display:flex;flex-direction:column;gap:12px}.admin-filter-bar{display:grid;grid-template-columns:minmax(260px,1.3fr) minmax(180px,220px) minmax(160px,200px);gap:10px;align-items:center;padding:12px;background:#fff;border:1px solid #e5e7eb;border-radius:10px}.admin-filter-control{width:100%}.admin-table-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.admin-table-wrap{overflow-x:auto}.admin-customers-table thead th{position:sticky;top:0;z-index:1;background:#f8fafc;color:#475569;font-size:.78rem;text-transform:uppercase;letter-spacing:.03em;border-bottom:1px solid #e2e8f0;padding:11px 12px}.admin-customers-table tbody td{padding:11px 12px;border-bottom:1px solid #eef2f7;vertical-align:middle}.admin-customers-table tbody tr:nth-child(4n+1),.admin-customers-table tbody tr:nth-child(4n+2){background:#fff}.admin-customers-table tbody tr:nth-child(4n+3),.admin-customers-table tbody tr:nth-child(4n+4){background:#fbfdff}.admin-customers-table tbody tr:hover{background:#f3f8ff}.admin-view-btn{padding:6px 10px;border:1px solid #cbd5e1;border-radius:7px;background:#fff;color:#334155;font-size:.8125rem;font-weight:600;cursor:pointer;transition:all .15s ease}.admin-view-btn:hover{background:#f8fafc;border-color:#94a3b8}.admin-details-row td{background:#f8fafc!important;border-bottom:1px solid #e5e7eb!important}.admin-details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;color:#334155;font-size:.875rem}@media (max-width: 980px){.main-content.admin-customers-page{padding:16px}.admin-filter-bar{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.admin-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.admin-summary-grid{grid-template-columns:1fr}}
