:root{--primary-color: #2563eb;--primary-hover: #1d4ed8;--primary-subtle: #eff6ff;--bg-primary: #ffffff;--bg-secondary: #f8fafc;--bg-tertiary: #f1f5f9;--sidebar-width: 240px;--sidebar-collapsed-width: 64px;--breadcrumb-height: 56px;--text-primary: #0f172a;--text-secondary: #475569;--text-tertiary: #94a3b8;--border-color: #e2e8f0;--border-subtle: #f1f5f9;--shadow-xs: 0 1px 2px rgba(0, 0, 0, .04);--shadow-sm: 0 1px 3px rgba(0, 0, 0, .06), 0 1px 2px rgba(0, 0, 0, .04);--shadow-md: 0 4px 8px -2px rgba(0, 0, 0, .08), 0 2px 4px -2px rgba(0, 0, 0, .04);--shadow-lg: 0 12px 24px -4px rgba(0, 0, 0, .1), 0 4px 8px -4px rgba(0, 0, 0, .04);--font-family: -apple-system, BlinkMacSystemFont, "Inter", "Segoe UI", Roboto, sans-serif;--font-mono: "JetBrains Mono", "SF Mono", "Fira Code", "Cascadia Code", monospace;--transition-fast: .15s ease;--transition-normal: .25s ease;--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px}*{box-sizing:border-box;margin:0;padding:0;outline:none}body{font-family:var(--font-family);background-color:var(--bg-secondary);color:var(--text-primary);-webkit-font-smoothing:antialiased;min-height:100dvh;overflow-x:hidden}.app-layout{display:flex;min-height:100dvh}.sidebar{width:var(--sidebar-width);height:100dvh;position:fixed;left:0;top:0;background:#1a1a2e;color:#a0a0b8;display:flex;flex-direction:column;z-index:100;border-right:1px solid rgba(255,255,255,.06);transition:width .25s cubic-bezier(.4,0,.2,1),left .25s cubic-bezier(.4,0,.2,1)}.sidebar.collapsed{width:64px;--sidebar-width: 64px}.sidebar.collapsed .brand-logo-text{display:none}.sidebar.collapsed .nav-group-header{opacity:0;height:0;margin:0;padding:0;overflow:hidden}.sidebar.collapsed .nav-item{padding:10px 0;justify-content:center;gap:0;font-size:0;border-left:3px solid transparent;border-radius:0;position:relative}.sidebar.collapsed .nav-item:after{content:attr(data-tooltip);position:absolute;left:100%;top:50%;transform:translateY(-50%);margin-left:8px;background:#1e293b;color:#f1f5f9;font-size:12px;font-weight:600;padding:5px 10px;border-radius:6px;white-space:nowrap;pointer-events:none;opacity:0;transition:opacity .15s ease;z-index:999;box-shadow:0 2px 8px #00000040}.sidebar.collapsed .nav-item:hover:after{opacity:1}.sidebar.collapsed .nav-icon{font-size:1.2rem!important;margin:0!important}.sidebar.collapsed .nav-group{margin-bottom:8px}.sidebar.collapsed .sidebar-footer{padding:10px}.sidebar.collapsed .sidebar-toggle{width:24px;height:24px;font-size:11px}.sidebar-brand{padding:20px 16px 12px;margin-bottom:4px;display:flex;align-items:center;justify-content:space-between;gap:10px;transition:padding .25s ease}.sidebar.collapsed .sidebar-brand{padding:14px 8px;flex-direction:column;gap:6px}.brand-logo-text{font-size:1.1rem;font-weight:700;letter-spacing:-.03em;color:#f0f0f5;display:flex;align-items:center;gap:10px;flex:1}.brand-logo-text:before{content:"⬡";font-size:1.15rem;color:#6366f1;letter-spacing:0}.sidebar-toggle{background:#ffffff0d;border:1px solid rgba(255,255,255,.08);color:#64647c;width:28px;height:28px;border-radius:var(--radius-sm);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:13px;transition:all var(--transition-fast);flex-shrink:0;padding:0}.sidebar-toggle:hover{background:#ffffff1a;color:#c0c0d0}.sidebar-toggle:active{background:#ffffff24}.nav-group{margin-bottom:16px}.nav-group-header{font-size:.65rem;font-weight:600;color:#4a4a6a;padding:0 20px;margin-bottom:4px;letter-spacing:.08em;text-transform:uppercase;transition:opacity .2s ease,height .2s ease}.nav-item{display:flex;align-items:center;padding:8px 16px;margin:1px 8px;color:#8888a4;text-decoration:none;font-size:.875rem;font-weight:500;gap:10px;border-left:none;border-radius:var(--radius-sm);transition:all var(--transition-fast);cursor:pointer;min-width:0}.nav-item:hover{color:#d0d0e0;background:#ffffff0a}.nav-item.active{color:#f0f0f5;background:#6366f11f;border-left:none}.nav-icon{font-size:1.15rem;opacity:.7;flex-shrink:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.nav-item.active .nav-icon{color:#818cf8;opacity:1}.nav-item:hover .nav-icon{opacity:.9}.sidebar-footer{margin-top:auto;padding:16px;border-top:1px solid rgba(255,255,255,.04);overflow:hidden;min-width:0}.user-card{display:flex;align-items:center;gap:10px;padding:8px;border-radius:var(--radius-md);min-width:0;overflow:hidden;transition:background var(--transition-fast)}.user-card:hover{background:#ffffff0a}.user-avatar{width:32px;height:32px;border-radius:var(--radius-sm);background:linear-gradient(135deg,#6366f1,#818cf8);display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;font-size:12px;flex-shrink:0}.user-name{font-size:.825rem;font-weight:600;color:#d0d0e0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-role{font-size:.7rem;color:#64647c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.main-wrapper{margin-left:var(--sidebar-width);max-width:calc(100vw - var(--sidebar-width));flex:1;display:flex;flex-direction:column;transition:margin-left .3s ease,max-width .3s ease}.workbench-active .main-wrapper{margin-right:650px}.sidebar.collapsed~.main-wrapper{margin-left:64px;max-width:calc(100vw - 64px)}body.sidebar-collapsed .v5-account-workspace-header{display:none!important}body.sidebar-collapsed .stage,body.route-home .stage{padding:0}.breadcrumb-bar{width:100%;margin:0;height:40px;background:#fff;border-bottom:1px solid var(--border-color);display:flex;align-items:center;padding:0 20px;gap:2px;box-sizing:border-box;font-family:var(--font-family)}.breadcrumb-item{display:inline-flex;align-items:center;gap:5px;color:#64748b;font-size:13px;font-weight:500;letter-spacing:.01em;line-height:1;white-space:nowrap;transition:color .15s;padding:4px 6px;border-radius:5px}.breadcrumb-item:not(.breadcrumb-current):hover{color:#3b82f6;background:#f0f6ff}.breadcrumb-item.active,.breadcrumb-current{color:#1e293b;font-weight:600}.breadcrumb-icon{font-size:14px;line-height:1}.breadcrumb-separator{color:#cbd5e1;display:inline-flex;align-items:center;margin:0 2px;font-size:10px;line-height:1}.stage{flex:1;padding:16px;background:var(--bg-secondary);overflow:hidden;display:flex;flex-direction:column;width:100%;box-sizing:border-box}.cloudy-ref-input{background:#f1f5f9;border:1px solid transparent;border-radius:4px;padding:4px 8px;font-size:11px;font-weight:700;color:#334155;width:60px;font-family:JetBrains Mono,monospace;transition:all .2s}.cloudy-ref-input:focus{background:#fff;border-color:#3b82f6;outline:none;width:80px}.cloudy-metric{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:600;color:#64748b;padding:4px 8px;border-radius:4px;background:#f8fafc}.metric-value{color:#0f172a;font-weight:700}.cloudy-btn{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:4px;color:#64748b;border:1px solid transparent;background:transparent;cursor:pointer;transition:all .1s}.cloudy-btn:hover{background:#f1f5f9;color:#0f172a}.tabulator{border:none!important;background:#fff!important}.tabulator-header{background:#1e293b!important;border-bottom:2px solid #334155!important;height:44px!important;box-shadow:none!important}.tabulator-col-content{position:relative}.tabulator-arrow{border-top-color:#f8fafc!important;border-bottom-color:#f8fafc!important;opacity:.8!important;filter:none!important}.tabulator-col{background:transparent!important;border-right:1px solid rgba(255,255,255,.1)!important;height:44px!important;padding:0!important}.tabulator-col-content{padding:8px 12px!important;height:100%!important;display:flex!important;align-items:center!important;justify-content:flex-start!important}.tabulator-col-title{font-size:11px!important;text-transform:uppercase!important;font-weight:700!important;color:#f8fafc!important;letter-spacing:.08em!important;text-shadow:none!important}.tabulator-row{min-height:48px!important;border-bottom:1px solid #f1f5f9!important}.tabulator-row:nth-child(2n){background:#fafbfc!important}.tabulator-row.tabulator-selected{background:#eff6ff!important;border-left:3px solid #3b82f6!important}.tabulator-cell{padding:8px 12px!important;height:48px!important;display:flex!important;align-items:center!important;font-size:13px!important;font-weight:500!important;color:#1e293b!important;border-right:1px solid #f1f5f9!important;background:transparent!important}.tabulator-footer{background:#f8fafc!important;border-top:1px solid #e2e8f0!important;padding:6px 12px!important;color:#475569!important;font-size:11px!important}.tabulator-paginator{color:#475569!important}.tabulator-page{border:1px solid #cbd5e1!important;background:#fff!important;color:#475569!important;border-radius:4px!important;padding:2px 8px!important;margin:0 2px!important;font-weight:600!important}.tabulator-page.active{background:#3b82f6!important;color:#fff!important;border-color:#3b82f6!important}.tabulator-page:hover:not(.active){background:#f1f5f9!important}.tabulator-page-size{border-radius:4px!important;border:1px solid #cbd5e1!important;padding:2px 4px!important;font-size:11px!important}.grid-container-wall{max-height:calc(100dvh - 280px);width:calc(100% - 80px);margin:0 40px 1px;padding:24px;background:#fff!important;border:1px solid #e2e8f0;border-top:none;border-radius:0;overflow:hidden;box-shadow:none;display:flex;flex-direction:column;position:relative;z-index:100;box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.tabulator-row{overflow:visible!important;position:relative}.tabulator-tableholder{overflow:hidden!important}.tabulator-cell[data-field=description]{position:relative;height:auto!important;padding-top:8px!important;padding-bottom:8px!important}.rl-desc-wrapper{width:100%;position:relative}.rl-desc-preview{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;white-space:normal;line-height:1.4;font-size:13px;color:#334155;font-weight:700}.rl-desc-pop{position:absolute;left:-8px;top:-8px;z-index:50;max-width:520px;min-width:320px;padding:12px 14px;border-radius:12px;background:#fff;box-shadow:0 18px 40px #0000002e;font-size:13px;line-height:1.45;pointer-events:none;opacity:0;transform:translateY(6px) scale(.98);transition:all .18s ease}.tabulator-cell[data-field=description]:hover .rl-desc-pop{opacity:1;transform:translateY(0) scale(1)}.inline-coa-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:20px!important;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 6px center;background-size:16px;font-size:11px!important;font-weight:600!important}.inline-coa-select:focus{outline:none;background-color:#eff6ff!important;border:1px solid #3b82f6!important;box-shadow:0 0 0 2px #3b82f61a!important}.inline-coa-select:hover{background-color:#f8fafc!important;border:1px solid #cbd5e1!important}.inline-coa-select option{padding:8px 12px;background:#fff;color:#334155;font-size:11px}.inline-coa-select optgroup{font-weight:700;color:#1e293b;font-style:normal;padding:8px 0;background:#f8fafc;border-top:1px solid #e2e8f0}.inline-coa-select optgroup[label=ASSET]{background:#eff6ff;border-left:3px solid #0284c7}.inline-coa-select optgroup[label=LIABILITY]{background:#fce7f3;border-left:3px solid #ec4899}.inline-coa-select optgroup[label=REVENUE]{background:#fef3c7;border-left:3px solid #f59e0b}.inline-coa-select optgroup[label=EXPENSE]{background:#fee2e2;border-left:3px solid #ef4444}.inline-coa-select optgroup[label=EQUITY]{background:#dbeafe;border-left:3px solid #0ea5e9}.v5-main-header,.v5-action-bar,.v5-switcher-bar,.grid-container-wall{width:calc(100% - 80px);margin-left:40px;margin-right:40px;background:#fff;border:1px solid var(--border-color);box-sizing:border-box;box-shadow:0 1px 3px #0000000f}.v5-main-header{border-radius:8px 8px 0 0;border-bottom:none;padding:24px;display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:90px;flex-wrap:wrap}.v5-main-header h1{font-size:18px;font-weight:700;color:var(--text-primary);line-height:1.2;letter-spacing:-.02em;margin:0}.header-icon-box{width:48px;height:48px;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;flex-shrink:0}.header-info-group{display:flex;align-items:flex-start;flex-direction:column;gap:6px}.header-text h1{font-size:18px;font-weight:700;margin:0;color:var(--text-primary)}.header-status{font-size:13px;font-weight:500;color:var(--text-tertiary);letter-spacing:0;text-transform:none;margin-top:2px}.v5-waiting-subtitle{font-size:13px;color:var(--text-tertiary);font-weight:500}.animated-dots{display:inline-block}.v5-action-bar{border-radius:0;border-bottom:1px solid var(--border-color);padding:0 24px;height:52px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:nowrap}.v5-recon-hub{font-family:JetBrains Mono,Courier New,monospace;font-size:12px;color:var(--text-secondary);display:flex;align-items:center;justify-content:center;gap:8px;flex:1}.cloudy-ref-input{background:var(--bg-tertiary);border:1px solid var(--border-color);padding:6px 10px;border-radius:4px;font-family:JetBrains Mono,monospace;font-size:12px;font-weight:600;color:var(--text-primary)}.cloudy-ref-input:focus{outline:none;background:#fff;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.v5-switcher-bar{border-radius:0;border-bottom:1px solid var(--border-color);padding:12px 24px;height:auto;display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;flex-direction:row}.cloudy-btn{height:36px;padding:0 14px;border:none;border-radius:6px;background:var(--bg-tertiary);color:var(--text-secondary);font-size:12px;font-weight:700;text-transform:uppercase;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;justify-content:center;gap:6px;white-space:nowrap}.cloudy-btn:hover{background:var(--bg-secondary);color:var(--text-primary)}.cloudy-btn.active{background:#eff6ff;color:#3b82f6;font-weight:800;border:1px solid #bfdbfe}.grid-container-wall{border-radius:0 0 8px 8px;padding:0;height:calc(100dvh - 420px);min-height:500px;display:flex;flex-direction:column;overflow:hidden;margin-bottom:24px;box-shadow:0 4px 12px #00000014}.grid-container-wall .tabulator-header{display:flex!important;visibility:visible!important;opacity:1!important}.grid-custom-header{height:44px;background:linear-gradient(180deg,var(--bg-tertiary) 0%,var(--bg-secondary) 100%);border-bottom:2px solid var(--border-color);display:flex;align-items:center;padding:0 8px;font-size:11px;font-weight:700;color:var(--text-secondary);letter-spacing:.05em;text-transform:uppercase;flex-shrink:0;position:sticky;top:0;z-index:10}.grid-header-cell{padding:0 12px;border-right:1px solid var(--border-color);display:flex;align-items:center;justify-content:flex-start;gap:6px;cursor:pointer;transition:background .15s ease;white-space:nowrap;-webkit-user-select:none;user-select:none}.grid-header-cell:hover{background:#3b82f60d}.grid-header-cell:last-child{border-right:none}.grid-header-sort-icon{font-size:14px;color:var(--text-tertiary);opacity:.4;margin-left:auto}.grid-header-sort-icon.active{opacity:1;color:#3b82f6}.grid-header-category{background:#eff6ff;border-left:3px solid #3b82f6;font-weight:800;color:#3b82f6}.grid-container-wall .tabulator{height:100%;border:none!important;background:#fff!important}.grid-container-wall .tabulator-tableholder{flex:1;overflow-y:auto;overflow-x:auto;background:#fff!important}.upload-zone{border:2px dashed #cbd5e1;border-radius:8px;padding:8px 16px;display:flex;align-items:center;gap:12px;background:#f8fafc;transition:all .2s;max-width:480px;cursor:pointer}.upload-zone-v5{border:1px dashed #cbd5e1;border-radius:8px;background:#f8fafc;padding:16px 24px;display:flex;align-items:center;gap:40px;cursor:default}.btn-browse-v5{background:#3b82f6;color:#fff;border:none;padding:8px 20px;border-radius:6px;font-weight:700;font-size:13px;cursor:pointer;transition:all .2s}.btn-browse-v5:hover{background:#2563eb}.v5-breadcrumb-header{margin-bottom:20px}.v5-breadcrumb-nav{display:flex;align-items:center;gap:4px;font-family:Inter,sans-serif}.v5-crumb-btn{display:flex;align-items:center;gap:8px;padding:6px 10px;border-radius:6px;background:transparent;border:none;cursor:pointer;font-size:1.125rem;font-weight:600;color:#1e293b;transition:all .2s;position:relative}.v5-crumb-btn:hover{background:#f1f5f9}.v5-crumb-sep{color:#cbd5e1;font-size:1.25rem;font-weight:400;margin:0 4px}.v5-crumb-icon{font-size:1.25rem;color:#3b82f6}.v5-crumb-caret{font-size:.8rem;color:#94a3b8;margin-left:2px}.v5-ati-line{margin-top:4px;padding-left:10px;font-size:11px;color:#94a3b8;font-weight:500;font-family:Inter,sans-serif;display:flex;align-items:center;gap:12px}.nav-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;flex:1}.ati-label{font-weight:700;letter-spacing:.05em;font-size:.6rem;color:#64748b;margin-right:4px}.ati-val{font-family:JetBrains Mono,monospace;color:#334155}.v5-dropdown-menu{position:absolute;top:100%;left:0;margin-top:4px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;width:240px;z-index:50;display:none;flex-direction:column;padding:6px;animation:fadeIn .1s ease-out}.v5-dropdown-menu.visible{display:flex}.v5-dropdown-item{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500;color:#475569;text-decoration:none;transition:background .1s}.v5-dropdown-item:hover{background:#eff6ff;color:#3b82f6}.v5-dropdown-header{font-size:.7rem;font-weight:700;color:#94a3b8;padding:8px 12px 4px;text-transform:uppercase}.v5-search-input{width:100%;padding:8px 12px;border:1px solid #e2e8f0;border-radius:6px;font-size:.85rem;margin-bottom:6px}#v5BulkBar{display:none;align-items:center;gap:12px;background:#fffbeb;padding:4px 12px;border-radius:6px;border:1px solid #fcd34d;margin-left:12px;animation:fadeIn .2s ease-out}#v5BulkBar.visible{display:flex}#v5BulkBar .count-badge{background:#d97706;color:#fff;font-size:10px;font-weight:700;padding:2px 6px;border-radius:4px}#v5BulkBar button{background:transparent;border:none;color:#92400e;font-size:11px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:4px;padding:4px 8px;border-radius:4px}#v5BulkBar button:hover{background:#fbbf2433}#v5BulkBar .divider{width:1px;height:12px;background:#fcd34d}.upload-zone.drag-over{border-color:#10b981!important;background:#f0fdf4!important;box-shadow:0 0 0 4px #10b9811a}.upload-icon{font-size:24px;color:#94a3b8}.upload-instruction{font-size:.8rem;font-weight:600;color:var(--text-primary)}.upload-limit{font-size:.65rem;color:var(--text-tertiary);margin-top:2px}.btn-restored{background:#2563eb;color:#fff;border:none;padding:8px 16px;border-radius:8px;font-weight:600;font-size:.8rem;cursor:pointer;box-shadow:0 4px 12px #2563eb33}.empty-state{background:#fff;border:1px solid var(--border-color);border-radius:12px;padding:80px 40px;text-align:center;display:flex;flex-direction:column;align-items:center;box-shadow:var(--shadow-sm)}.empty-icon{font-size:80px;color:#e2e8f0;margin-bottom:24px}.empty-title{font-size:1.5rem;font-weight:700;margin-bottom:8px}.empty-subtitle{font-size:1rem;color:var(--text-secondary);max-width:400px}.fade-in{animation:fadeIn .3s ease-out}.ag-theme-alpine{--ag-font-family: "Inter", sans-serif;--ag-font-size: 13px;--ag-header-background-color: #f8fafc;--ag-header-foreground-color: #64748b;--ag-header-column-separator-display: block;--ag-header-column-separator-color: #e2e8f0;--ag-border-color: #e2e8f0}.ag-header-cell-label{font-weight:600}.amount-positive{color:#10b981;font-weight:600}.amount-negative{color:#0f172a;font-weight:500}.status-pill{font-size:10px;font-weight:700;padding:2px 8px;border-radius:12px;text-transform:uppercase}.status-cleared{background:#ecfdf5;color:#059669}.status-pending{background:#fffbeb;color:#d97706}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.coa-sidebar{width:280px;background:#f8fafc;border-left:1px solid var(--border-color);padding:20px;display:flex;flex-direction:column;gap:16px;height:100%;overflow-y:auto}.coa-section-title{font-size:.65rem;font-weight:800;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px}.coa-.filter-dropdown{display:flex;align-items:center;gap:6px;padding:5px 10px;background:transparent;border:none;border-radius:4px;font-size:11px;color:#64748b;cursor:pointer;transition:background .15s ease}.filter-dropdown:hover{background:#f1f5f9}.filter-dropdown i{font-size:12px;color:#94a3b8}.coa-item{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:6px;background:#fff;border:1px solid var(--border-color);font-size:.8rem;cursor:pointer;transition:all .2s ease}.coa-item:hover{border-color:#3b82f6;background:#eff6ff}.coa-code{font-family:JetBrains Mono,monospace;font-weight:700;color:#3b82f6;width:40px}.coa-name{font-weight:500;color:var(--text-primary)}.category-pill{padding:2px 10px;border-radius:4px;font-size:.7rem;font-weight:700;text-transform:uppercase;display:inline-flex;align-items:center;gap:4px;cursor:pointer}.cat-predicted{background:#eff6ff;color:#3b82f6;border:1px dashed #3b82f6}.cat-confirmed{background:#ecfdf5;color:#059669;border:1px solid #059669}.forensic-meta-row{display:flex;gap:32px;margin-top:14px;padding-top:14px;border-top:1px solid var(--border-color)}.meta-item{display:flex;flex-direction:column;gap:4px}.meta-label{font-size:.65rem;font-weight:800;color:#94a3b8;text-transform:uppercase;letter-spacing:.08em}.meta-value{font-family:JetBrains Mono,monospace;font-size:.85rem;font-weight:600;color:#334155}.account-switcher{display:flex;gap:12px;margin-bottom:24px;background:#f1f5f9;padding:6px;border-radius:10px;width:fit-content}.toggle-btn{padding:8px 24px;background:transparent;border:none;border-radius:6px;font-size:.8rem;font-weight:700;color:#64748b;cursor:pointer;transition:all .2s;text-transform:uppercase}.toggle-btn:hover{color:#334155}.toggle-btn.active{background:#fff;color:#2563eb;box-shadow:0 4px 12px #0000000d}.desc-cell{line-height:1.3;padding:6px 0;display:flex;flex-direction:column;justify-content:center}.desc-line-main{font-weight:500;color:#1e293b;font-size:.85rem}.desc-line-sub{font-size:.7rem;color:#94a3b8;font-weight:400}.v5-waiting-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 0;text-align:center;background:#fff;border-radius:8px;border:1px solid #e2e8f0}.v5-waiting-icon{font-size:64px;color:#cbd5e1;margin-bottom:24px}.v5-waiting-title{font-size:1.125rem;font-weight:700;color:#1e293b;margin-bottom:8px}.v5-waiting-subtitle{font-size:.875rem;color:#64748b;max-width:400px}.v5-progress-container{width:60%;max-width:600px;margin:40px auto;text-align:center;position:relative;z-index:100}.v5-main-header{width:100%;margin:0;position:relative;z-index:10;box-sizing:border-box}.v5-progress-label{font-family:Inter,sans-serif;font-size:.8rem;color:#475569;margin-bottom:8px;font-weight:500}.v5-progress-track{width:100%;height:10px;background:#e2e8f0;border-radius:99px;overflow:hidden;box-shadow:inset 0 1px 2px #0000001a}.v5-progress-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#60a5fa,#3b82f6);background-size:200% 100%;border-radius:99px;width:0%;transition:width .3s ease-out}.v5-progress-fill.pulsing{animation:progressPulse 1.5s infinite linear}@keyframes progressPulse{0%{background-position:100% 0}to{background-position:-100% 0}}.ai-brain-page{width:100%;display:flex;flex-direction:column}.std-page-header{display:flex;justify-content:space-between;align-items:center;padding:0 0 24px;border-bottom:1.5px solid var(--border-color);margin-bottom:24px}.header-brand{display:flex;align-items:center;gap:16px}.icon-box{width:44px;height:44px;background:linear-gradient(135deg,#8b5cf6,#3b82f6);color:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.4rem}.coa-scroll-container{padding:0 20px;max-width:1000px;width:100%;margin:0 auto}.coa-row{background:#fff;border:1.5px solid var(--border-color);margin-bottom:12px;border-radius:12px;overflow:hidden;transition:all .4s cubic-bezier(.25,.8,.25,1);box-shadow:0 1px 3px #0000000d;width:60%;margin-left:auto;margin-right:auto}.coa-row.active{box-shadow:0 10px 30px #00000014;border-color:var(--primary);width:100%}.coa-row-header{display:flex;align-items:center;padding:14px 20px;cursor:pointer;background:#fff}.row-title{font-size:.95rem;font-weight:700;color:#1e293b;display:flex;align-items:center}.row-desc-preview{font-size:.75rem;color:#94a3b8;margin-left:12px;font-weight:400}.row-chevron{margin-left:auto;color:#cbd5e1;transition:transform .3s}.coa-row-content{height:0;overflow:hidden;transition:all .3s ease-in-out;background:#fff;border-top:1px solid #f1f5f9}.coa-row.active .row-chevron{transform:rotate(180deg);color:#3b82f6}.coa-row.active{box-shadow:0 4px 12px #0000000d;margin:8px 0}.theme-asset{border-left:5px solid #10b981}.theme-liability{border-left:5px solid #ef4444}.theme-equity{border-left:5px solid #8b5cf6}.theme-revenue{border-left:5px solid #3b82f6}.theme-expense{border-left:5px solid #f59e0b}:root{--coa-grid-font: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}#sharedAccountsGrid{background:#fff;border:none!important;font-family:var(--coa-grid-font)}.tabulator{background:transparent!important}.tabulator-header{background:#fafbfc;border-bottom:1px solid #e2e8f0}.tabulator-header .tabulator-col{background:transparent;border-right:1px solid #e2e8f0}.tabulator-header .tabulator-col:last-child{border-right:none}.tabulator-header .tabulator-col-content{padding:8px}.tabulator-header .tabulator-col-title{font-size:12px;font-weight:600;color:#94a3b8;letter-spacing:.02em}#txnGrid .tabulator-header{background:#f8fafc!important;color:#64748b!important;border-bottom:1px solid #e2e8f0}#txnGrid .tabulator-col-title,#txnGrid .tabulator-cell{font-family:IBM Plex Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif!important;font-size:13.5px!important;font-weight:500!important;color:#1f2937!important;letter-spacing:.01em!important}#txnGrid .tabulator-cell{border-right:1px solid #f1f5f9!important}#txnGrid .tabulator-cell:last-child{border-right:none!important}#txnGrid .tabulator-col{background:#f8fafc!important;color:#64748b!important;border-right:1px solid #e2e8f0!important}#txnGrid .tabulator-cell{padding:8px 16px!important;border-right:1px solid #f1f5f9!important;border-bottom:1px solid #f1f5f9!important;font-weight:700!important}#txnGrid .tabulator-cell span,#txnGrid .tabulator-cell div{font-weight:700!important;font-size:12px!important;color:#1f2937!important}#txnGrid .tabulator-col-title{text-transform:uppercase!important;font-size:11px!important;font-weight:700!important;color:#6b7280!important;letter-spacing:.05em!important}.tabulator-row:hover{background-color:#f1f5f9!important;transition:all .15s ease!important}#txnGrid .tabulator-row:hover{background-color:#f1f5f9!important}#txnGrid .tabulator-header-filter input{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:4px!important;padding:4px 8px!important;font-size:12px!important;margin-top:6px!important;color:#1e293b!important}.txn-badge{background:#ecfeff;color:#0891b2;border:1px solid #cffafe;padding:2px 8px;border-radius:4px;font-size:10px;font-weight:700;text-transform:uppercase}#txnGrid .tabulator-row{border-bottom:1px solid #f8fafc}#txnGrid .tabulator-row:nth-child(2n){background:#fcfcfd!important}#txnGrid .tabulator-cell{padding-top:9px!important;padding-bottom:9px!important}#txnGrid .amount-negative{color:#ef4444!important;font-weight:700!important}#txnGrid .amount-positive{color:#10b981!important;font-weight:600!important}#txnGrid .amount-balance{color:#1e293b!important;font-weight:700!important;font-family:JetBrains Mono,monospace}#txnGrid .amount-balance-negative{color:#ef4444!important;font-weight:700!important;font-family:JetBrains Mono,monospace}.tabulator-row{background:#fff!important;border-bottom:1px solid #f1f5f9!important;min-height:38px!important}.tabulator-cell{border:none!important;padding:10px 12px!important;font-size:14px!important;color:#1e293b!important;vertical-align:middle!important}.tabulator-row{display:flex!important;align-items:stretch!important;background:#fff!important;border-bottom:1px solid #f1f5f9!important;min-height:40px!important}.btn-coa-delete{background:none;border:none;color:#ef4444;cursor:pointer;font-size:1.1rem;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;transition:all .2s}.btn-coa-delete:hover{background:#fef2f2}.coa-grid-placeholder{padding:0}.coa-row-content{background:#fff;border-top:1px solid #f1f5f9}.v5-pdf-curtain{transition:right .4s cubic-bezier(.16,1,.3,1)!important}.v5-pdf-curtain.open{right:0!important}.btn-icon-v5{background:#f8fafc;border:1px solid #e2e8f0;width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#64748b;cursor:pointer;transition:all .2s}.btn-icon-v5:hover{background:#eff6ff;color:#3b82f6;border-color:#3b82f6}.v5-speed-bar{position:fixed;z-index:1000;background:#ffffffe6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.3);box-shadow:0 4px 20px #0000001a;border-radius:12px;padding:6px;display:flex;gap:4px;align-items:center}.speed-btn{width:32px;height:32px;border-radius:8px;border:none;background:transparent;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.1rem;transition:all .2s}.speed-btn:hover{background:#f1f5f9;color:#1e293b}.speed-btn.confirm:hover{color:#10b981;background:#ecfdf5}.speed-btn.delete:hover{color:#ef4444;background:#fef2f2}.speed-divider{width:1px;height:18px;background:#e2e8f0;margin:0 4px}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.row-action-btn{width:28px;height:28px;border-radius:6px;border:1px solid var(--border-color);background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#64748b;transition:all .2s}.row-action-btn:hover{background:var(--bg-secondary);border-color:#3b82f6;color:#3b82f6}.row-action-btn i{font-size:14px}.metadata-action-bar{display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid var(--border-color);border-radius:8px;padding:12px 20px;box-shadow:0 1px 3px #0000000d;margin-bottom:8px}.action-bar-group{display:flex;align-items:center;gap:16px}.ref-input-group{display:flex;align-items:center;gap:8px}.ref-input-group span{font-size:11px;font-weight:700;color:#94a3b8}.ref-input-v5{border:1px solid #e2e8f0;border-radius:4px;padding:6px 10px;font-size:12px;color:#1e293b;font-family:JetBrains Mono,monospace;width:60px;text-align:center;background:#f8fafc}.status-cluster-v5{background:#0f172a;color:#fff;border-radius:6px;padding:6px 16px;display:flex;align-items:center;gap:16px;font-family:JetBrains Mono,monospace}.status-item{display:flex;align-items:center;gap:8px}.status-label{opacity:.6}.status-value{font-weight:700}.status-divider{width:1px;height:12px;background:#fff3}.status-icon-v5{color:#3b82f6;font-size:14px}.settings-drawer{position:fixed;right:-420px;top:0;width:420px;height:100dvh;background:#fff;box-shadow:-20px 0 60px #00000026;z-index:100000;transition:right .4s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;border-top-left-radius:8px;overflow:hidden}.settings-drawer.open{right:0}.drawer-tabs{display:flex;padding:0 24px;border-bottom:1px solid #f1f5f9;background:#f8fafc}.drawer-tab{padding:12px 16px;font-size:11px;font-weight:700;color:#64748b;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s;text-transform:uppercase;letter-spacing:.05em}.drawer-tab.active{color:#3b82f6;border-bottom-color:#3b82f6}.drawer-content{flex:1;overflow-y:auto;padding:24px}.drawer-footer{padding:20px 24px;border-top:1px solid #f1f5f9;background:#f8fafc;display:flex;justify-content:flex-end;gap:12px}.setting-group{margin-bottom:24px}.setting-group-title{font-size:12px;font-weight:700;color:#1e293b;margin-bottom:12px;display:flex;align-items:center;gap:8px}.column-toggle{display:flex;align-items:center;justify-content:space-between;padding:8px 0;border-bottom:1px solid #f8fafc}.column-toggle label{font-size:13px;color:#475569}.v5-input,.v5-select{width:100%;padding:10px 12px;border:1px solid #e2e8f0;border-radius:6px;font-size:13px;color:#1e293b;background:#fff;transition:all .2s}.v5-input:focus,.v5-select:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.amount-negative{color:#ef4444!important}.amount-positive{color:#10b981!important}.desc-cell{display:flex;flex-direction:column;justify-content:center;line-height:1.25}.desc-line-main{font-weight:600;color:#1e293b;font-size:12px}.desc-line-sub{font-size:11px;color:#64748b;font-family:JetBrains Mono,monospace}.account-switcher{background:#f1f5f9;padding:4px;border-radius:99px;display:inline-flex;gap:4px;margin-top:8px;margin-bottom:4px}.account-switcher .toggle-btn{background:transparent;border:none;padding:6px 16px;border-radius:99px;font-size:11px;font-weight:700;color:#64748b;cursor:pointer;transition:all .2s;text-transform:uppercase}.account-switcher .toggle-btn.active{background:#fff;color:#2563eb;box-shadow:0 1px 3px #0000001a}.tabulator-header{background:#9333ea!important;color:#fff!important;border-bottom:1px solid #e2e8f0!important}.tabulator-header .tabulator-col{background:#9333ea!important;border-right:1px solid rgba(255,255,255,.1)!important}.tabulator-header .tabulator-col-title{color:#fff!important;font-weight:700!important;font-size:11.5px!important;padding:6px 12px!important}.tabulator-header .tabulator-header-filter input{background:#fff!important;border:1px solid #e2e8f0!important;padding:6px 8px!important;border-radius:4px!important;font-size:11px!important;width:100%!important;box-sizing:border-box!important}.tabulator-row .tabulator-cell{border-right:1px solid #f1f5f9!important}.tabulator-row .tabulator-cell:last-child{border-right:none!important}.v5-bulk-bar{position:fixed;bottom:24px;left:50%;transform:translate(-50%) translateY(150%);background:#fefce8;border:1px solid #fbbf24;color:#92400e;padding:12px 24px;border-radius:99px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;display:flex;align-items:center;gap:16px;z-index:1000;transition:transform .3s cubic-bezier(.16,1,.3,1);font-family:Inter,sans-serif}.v5-bulk-bar.visible{transform:translate(-50%) translateY(0)}.v5-bulk-bar .count-badge{background:#f59e0b;color:#fff;padding:2px 8px;border-radius:99px;font-weight:700;font-size:12px}.v5-bulk-bar button{background:transparent;border:none;color:#92400e;font-weight:600;font-size:13px;cursor:pointer;padding:4px 8px;border-radius:4px;transition:background .1s}.v5-bulk-bar button:hover{background:#fbbf2433}.v5-bulk-bar .divider{width:1px;height:16px;background:#fcd34d}.breadcrumb-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:12px 20px;display:flex;align-items:center;gap:12px;box-shadow:0 1px 2px #0000000d}.breadcrumb-select{display:flex;align-items:center;gap:8px;padding:6px 12px;background:#eff6ff;border:1px solid #bfdbfe;border-radius:6px;color:#1e40af;font-weight:600;font-size:13px;cursor:pointer;transition:all .2s}.breadcrumb-select:hover{background:#dbeafe;border-color:#93c5fd}.waiting-text{font-size:.75rem;color:#94a3b8;letter-spacing:.5px;font-weight:500;margin-left:8px;display:flex;align-items:center}.dots:after{content:"";animation:dots-anim 2s infinite}@keyframes dots-anim{0%{content:" ."}33%{content:" . ."}66%{content:" . . ."}to{content:" ."}}.v5-pdf-curtain{box-shadow:-10px 0 30px #0f172a1a;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1)}.workbench-active .v5-pdf-curtain{transform:translate(0)}.v5-audit-hub{background:#fffc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid #e2e8f0;padding:12px 24px;display:flex;align-items:center;justify-content:space-between;z-index:10}.audit-hub-pills{display:flex;gap:8px}.hub-pill{padding:6px 14px;border-radius:20px;font-size:11px;font-weight:700;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:6px;border:1px solid transparent}.hub-pill.gemini{background:#f5f3ff;color:#8b5cf6;border-color:#ddd6fe}.hub-pill.local{background:#fffbeb;color:#d97706;border-color:#fef3c7}.hub-pill.active{box-shadow:0 0 0 2px #8b5cf633;transform:translateY(-1px)}.hub-actions{display:flex;gap:12px}.btn-hub-primary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;padding:8px 20px;border-radius:8px;font-weight:700;font-size:13px;cursor:pointer;box-shadow:0 4px 12px #2563eb33}.btn-hub-secondary{background:#fff;color:#64748b;border:1px solid #e2e8f0;padding:8px 16px;border-radius:8px;font-weight:600;font-size:13px;cursor:pointer}.typing-dots{display:inline-flex;align-items:center;gap:2px}.typing-dots span{animation:typingPulse 1.4s infinite;opacity:0}.typing-dots span:nth-child(2){animation-delay:.2s}.typing-dots span:nth-child(3){animation-delay:.4s}@keyframes typingPulse{0%,to{opacity:0}50%{opacity:1}}.grid-container-wall{width:100%;max-width:1400px;margin:0 auto;flex:1;display:flex;flex-direction:column;min-height:0}.v5-ati-line-center{font-family:JetBrains Mono,Roboto Mono,monospace!important;letter-spacing:.05em}.sidebar{width:260px;height:100dvh;background:linear-gradient(180deg,#1e293b,#334155);display:flex;flex-direction:column;position:fixed;left:0;top:0;z-index:1000;transition:transform .3s cubic-bezier(.4,0,.2,1);box-shadow:2px 0 8px #00000014}.v5-pdf-curtain{position:fixed;top:0;right:-100%;width:650px;max-width:90vw;height:100dvh;background:#fff;z-index:2000;transition:right .4s cubic-bezier(.19,1,.22,1);box-shadow:-10px 0 30px #0000001a;display:flex;flex-direction:column;border-left:1px solid #e2e8f0}.v5-overlay-dim{transition:opacity .3s ease}@keyframes slideDown{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes blink-dots{0%,20%{opacity:1}50%{opacity:.3}to{opacity:1}}.animated-dots{animation:blink-dots 1.4s infinite}.unassigned-glow{background:#ef444414!important;color:#ef4444!important;border:1px solid rgba(239,68,68,.35)!important}.unassigned-glow:hover{background:#ef444426!important}.pill-badge{background:#ef4444;color:#fff;font-size:11px;padding:2px 6px;border-radius:999px;margin-left:6px;display:inline-block}.export-wrapper{position:relative}.export-menu{position:absolute;right:0;top:42px;background:#ffffffe6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 10px 30px #00000014;overflow:hidden;z-index:999;min-width:160px}.export-menu.hidden{display:none}.export-menu div{padding:10px 16px;cursor:pointer;font-size:13px;font-weight:500;color:#334155;transition:background .15s ease}.export-menu div:hover{background:#f1f5f9}.mobile-menu-toggle{display:none;position:fixed;top:16px;left:16px;z-index:1001;background:#3b82f6;color:#fff;border:none;width:40px;height:40px;border-radius:8px;cursor:pointer;align-items:center;justify-content:center;box-shadow:0 4px 6px -1px #0000001a}.mobile-menu-toggle:active{transform:scale(.95)}@media (max-width: 1200px){.main-wrapper{max-width:100%!important}.grid-container-wall{height:calc(100dvh - 260px)}.v5-main-header{flex-direction:column;gap:8px}.header-card{width:100%}.upload-zone-v5{width:100%!important}.v5-action-bar{padding:0 16px!important;flex-wrap:wrap;height:auto!important;min-height:53px}.v5-recon-hub{font-size:11px!important;gap:8px!important}.v5-recon-hub input{width:70px!important;font-size:11px!important}.v5-switcher-bar{padding:8px 16px!important}.tabulator-col[tabulator-field=ref]{display:none!important}}@media (min-width: 769px) and (max-width: 1024px){.sidebar{width:64px}.sidebar .brand-logo-text{display:none}.sidebar .nav-group-header{opacity:0;height:0;margin:0;padding:0;overflow:hidden}.sidebar .nav-item{padding:10px 0;justify-content:center;gap:0;font-size:0}.sidebar .nav-icon{font-size:1.2rem!important;margin:0!important}.sidebar .sidebar-footer{padding:10px}.main-wrapper{margin-left:64px!important;max-width:calc(100vw - 64px)!important}#top-context-bar{left:64px!important}}@media (max-width: 768px){#top-context-bar{left:0!important}#top-sidebar-toggle{display:flex!important}.mobile-menu-toggle,.sidebar-toggle{display:none!important}.sidebar{position:fixed;left:-260px;transition:left .3s ease;z-index:1000;height:100dvh}.sidebar.mobile-open{left:0}.sidebar-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:999}.sidebar-overlay.active{display:block}.main-wrapper{margin-left:0!important;max-width:100%!important}.v5-main-header{flex-direction:column;gap:8px;margin-bottom:8px}.header-card{padding:10px 14px!important}.header-icon-box{width:36px!important;height:36px!important}.header-title{font-size:.95rem!important}.upload-zone-v5{width:100%!important;padding:8px 12px!important}.btn-browse-v5{display:none!important}.v5-action-bar{padding:8px 12px!important;flex-direction:column;align-items:stretch!important;height:auto!important;gap:8px}.v5-recon-hub{flex-direction:column!important;align-items:stretch!important;gap:6px!important;font-size:10px!important}.v5-recon-hub>div{justify-content:space-between;width:100%}.v5-recon-hub input{width:100%!important}.v5-switcher-bar{padding:8px 12px!important;overflow-x:auto;-webkit-overflow-scrolling:touch}.cloudy-btn{font-size:11px!important;padding:0 10px!important;height:44px!important;min-height:44px!important}.grid-container-wall{height:calc(100dvh - 340px)}.tabulator-col[tabulator-field=ref],.tabulator-col[tabulator-field=credit_col],.tabulator-col[tabulator-field=coa_code]{display:none!important}.tabulator{font-size:11px!important}.tabulator-tableholder{overflow-x:auto!important}#settings-drawer{width:100%!important;right:-100%!important}#settings-drawer.open{right:0!important}}@media (max-width: 480px){.header-title{font-size:.85rem!important}.v5-waiting-subtitle{font-size:.75rem!important}.v5-action-bar{padding:6px 10px!important}.grid-container-wall{height:calc(100dvh - 360px)}.tabulator-row{min-height:48px!important}.tabulator-cell{padding:4px 6px!important;font-size:10px!important}.tabulator-col[tabulator-field=balance]{display:none!important}}@media (min-width: 1400px){.grid-container-wall{height:calc(100dvh - 270px)}.v5-recon-hub{font-size:13px!important}}.workspace-header{display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid #cbd5e1;padding:16px 24px;gap:6px}.workspace-header-left{display:flex;align-items:baseline;gap:8px}.account-switcher{display:inline-flex;align-items:center;gap:4px;padding:2px 5px;background:transparent;border:none;border-radius:3px;cursor:pointer;transition:background .15s ease}.account-switcher:hover{background:#f1f5f9}.account-name{font-size:13.5px;font-weight:600;color:#0f172a;letter-spacing:-.01em}.account-chevron{font-size:10px;color:#94a3b8}.account-institution{font-size:12px;color:#64748b;font-weight:500}.account-meta{font-size:11px;color:#94a3b8}.workspace-header-center{display:flex;gap:20px;align-items:center}.header-metric{display:flex;flex-direction:column;gap:2px}.header-metric-label{font-size:11px;font-weight:500;color:#94a3b8;text-transform:uppercase;letter-spacing:.02em}.header-metric-value{font-size:14px;font-weight:600;color:#475569;font-family:JetBrains Mono,monospace}.header-metric-value.positive{color:#16a34a}.header-metric-value.negative{color:#dc2626}.workspace-header-right{display:flex;align-items:center;gap:10px;min-width:240px;justify-content:flex-end}.sync-status{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:500;color:#64748b}.sync-status-dot{width:6px;height:6px;border-radius:50%;background:#10b981}.filter-toolbar{display:flex;align-items:center;height:44px;padding:6px 16px;background:#f6f7f9;border-bottom:1px solid #cbd5e1;gap:10px;position:sticky;top:0;z-index:10}.filter-search{position:relative;flex:0 0 240px}.filter-search i{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:#cbd5e1;font-size:13px}.filter-search input{width:100%;height:32px;padding:0 10px 0 32px;border:none;background:#f6f7f9;border-radius:6px;font-size:12px;color:#475569;outline:none;transition:background .15s ease}.filter-search input:focus{background:#fff}.filter-search input::placeholder{color:#94a3b8}.filter-dropdown{height:32px;padding:0 10px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;font-size:12px;font-weight:500;color:#334155;cursor:pointer;display:flex;align-items:center;gap:6px;transition:border-color .15s ease}.filter-dropdown:hover{border-color:#cbd5e1}.filter-dropdown i{font-size:14px;color:#64748b}.filter-spacer{flex:1}.filter-group{display:flex;align-items:center;gap:4px;padding:2px;background:#f1f5f9;border-radius:6px}.filter-group-btn{height:28px;padding:0 10px;background:transparent;border:none;border-radius:4px;font-size:11px;font-weight:600;color:#64748b;cursor:pointer;transition:all .15s ease}.filter-group-btn:hover{color:#334155}.filter-group-btn.active{background:#fff;color:#0f172a;box-shadow:0 1px 2px #0000000d}.workspace-split{display:flex;flex:1;min-height:0;overflow:hidden;position:relative}.workspace-grid-area{flex:1;display:flex;flex-direction:column;min-width:0;border-right:1px solid #e2e8f0;background:#fff;transition:all .3s cubic-bezier(.4,0,.2,1)}.workspace-split.panel-closed .workspace-grid-area{flex:1;border-right:none}.workspace-split.panel-closed .workspace-panel-area{display:none}.workspace-split.panel-collapsed .workspace-grid-area{flex:1}.workspace-split.panel-collapsed .workspace-panel-area{flex:0 0 64px;min-width:64px;max-width:64px}.workspace-split.panel-expanded .workspace-grid-area{flex:1;min-width:600px}.workspace-split.panel-expanded .workspace-panel-area{flex:0 0 420px;min-width:420px;max-width:420px}.workspace-panel-area{display:flex;flex-direction:column;min-width:0;background:#fafbfc;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.transactions-view-stable-shell{display:flex;flex-direction:column;height:100%;background:#f8fafc}.workspace-container-stable{display:flex;flex-direction:column;flex:1;overflow:hidden}.coding-panel{display:flex;flex-direction:column;height:100%;overflow:hidden}.workspace-split.panel-collapsed .coding-panel,.workspace-split.panel-collapsed .coding-empty{display:none}.panel-rail{display:none;flex-direction:column;align-items:center;justify-content:flex-start;height:100%;padding:16px 0;background:#f8fafc;border-left:1px solid #e2e8f0}.workspace-split.panel-collapsed .panel-rail{display:flex}.panel-rail-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#fff;border:1px solid #e2e8f0;color:#64748b;font-size:20px;margin-bottom:12px;cursor:pointer;transition:all .15s ease}.panel-rail-icon:hover{background:#eff6ff;border-color:#3b82f6;color:#3b82f6}.panel-rail-toggle{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;background:transparent;border:none;color:#94a3b8;font-size:16px;cursor:pointer;transition:all .15s ease}.panel-rail-toggle:hover{background:#f1f5f9;color:#334155}.coding-panel-header{padding:20px 24px;border-bottom:1px solid #e2e8f0;background:#fff}.coding-amount{font-size:28px;font-weight:800;color:#0f172a;font-family:JetBrains Mono,SF Mono,monospace;margin-bottom:8px}.coding-amount.debit{color:#dc2626}.coding-amount.credit{color:#059669}.coding-payee{font-size:14px;font-weight:600;color:#334155;margin-bottom:4px}.coding-raw{font-size:11px;font-weight:500;color:#94a3b8;font-family:JetBrains Mono,SF Mono,monospace;line-height:1.4;word-break:break-word}.coding-panel-body{flex:1;padding:16px 20px;overflow-y:auto}.coding-field{margin-bottom:16px}.coding-label{font-size:9px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.03em;margin-bottom:5px}.coding-field-select{width:100%;height:36px;padding:0 12px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;font-size:13px;font-weight:500;color:#0f172a;cursor:pointer}.coding-field-textarea{width:100%;min-height:80px;padding:10px 12px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;font-size:13px;font-weight:500;color:#0f172a;resize:vertical;font-family:inherit}.coding-panel-footer{padding:16px 24px;border-top:1px solid #e2e8f0;background:#fff;display:flex;gap:12px}.btn-split{flex:1;height:40px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;font-size:13px;font-weight:600;color:#334155;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:all .15s ease}.btn-split:hover{background:#f8fafc;border-color:#cbd5e1}.btn-approve{flex:2;height:40px;background:#3b82f6;border:none;border-radius:6px;font-size:13px;font-weight:600;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:all .15s ease}.btn-approve:hover{background:#2563eb}.payee-cell{display:flex;flex-direction:column;justify-content:center;gap:2px;min-width:0;overflow:hidden}.payee-line1{font-size:13px;font-weight:600;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.payee-line2{font-size:11px;font-weight:500;color:#94a3b8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.status-chip{display:inline-flex;align-items:center;height:22px;padding:0 8px;border-radius:4px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.03em}.status-chip.needs-review{background:#fef3c7;color:#92400e}.status-chip.categorized{background:#d1fae5;color:#065f46}.status-chip.matched{background:#dbeafe;color:#1e40af}.status-chip.excluded{background:#f1f5f9;color:#64748b}.coding-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:40px;text-align:center}.coding-empty-icon{font-size:48px;color:#cbd5e1;margin-bottom:16px}.coding-empty-title{font-size:14px;font-weight:600;color:#64748b;margin-bottom:4px}.coding-empty-desc{font-size:12px;font-weight:500;color:#94a3b8}.coding-panel-header{padding:16px 20px;border-bottom:1px solid #e2e8f0}.coding-panel-title{font-size:11px;font-weight:600;color:#0f172a;margin-bottom:3px}.coding-panel-subtitle{font-size:9px;color:#94a3b8}.account-dropdown{position:absolute;top:100%;left:0;width:320px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 10px 40px #0000001f;z-index:100;overflow:hidden;display:none}.account-dropdown.open{display:block}.account-dropdown-group{padding:8px 0}.account-dropdown-group-header{padding:6px 16px;font-size:10px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em}.account-dropdown-item{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;cursor:pointer;transition:background .1s ease}.account-dropdown-item:hover{background:#f8fafc}.account-dropdown-item.active{background:#eff6ff}.account-dropdown-item-name{font-size:13px;font-weight:600;color:#0f172a}.account-dropdown-item-balance{font-size:12px;font-weight:600;color:#64748b;font-family:JetBrains Mono,SF Mono,monospace}.account-dropdown-footer{border-top:1px solid #e2e8f0;padding:8px 0}.account-dropdown-action{display:flex;align-items:center;gap:8px;padding:10px 16px;font-size:13px;font-weight:500;color:#3b82f6;cursor:pointer;transition:background .1s ease}.account-dropdown-action:hover{background:#f8fafc}.account-dropdown-action i{font-size:16px}.transactions-action-card{display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid #eef2f6;border-radius:8px;padding:10px 24px;margin:20px 20px 0;box-shadow:0 1px 3px #0000000a}.action-card-left{display:flex;align-items:center;gap:16px}.action-card-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:8px;color:#fff;font-size:24px}.action-card-title-group{display:flex;flex-direction:column;gap:4px}.action-card-title{font-size:18px;font-weight:700;color:#0f172a}.action-card-status{font-size:12px;display:flex;align-items:center}.action-card-right{display:flex;align-items:center;gap:12px}.import-drop-zone{display:flex;align-items:center;padding:6px 16px;border:1px dashed #cbd5e1;border-radius:6px;background:transparent;cursor:pointer;transition:all .2s ease;gap:12px}.import-drop-zone:hover{background:#f8fafc;border-color:#3b82f6}.import-drop-text{display:flex;align-items:center;font-size:13px;margin-bottom:4px}.import-drop-hint{font-size:10px;color:#94a3b8;text-align:center}.btn-browse-files{display:flex;align-items:center;gap:8px;padding:6px 16px;background:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s ease}.btn-browse-files:hover{background:#2563eb}.btn-browse-files i{font-size:16px}.btn-more-options{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:transparent;border:1px solid #e2e8f0;border-radius:6px;color:#64748b;cursor:pointer;transition:all .15s ease}.btn-more-options:hover{background:#f8fafc;border-color:#cbd5e1}.empty-state-container{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 40px;background:#f8fafc}.empty-state-icon{width:120px;height:120px;margin-bottom:24px;opacity:.6}.empty-state-title{font-size:20px;font-weight:700;color:#1e293b;margin-bottom:8px}.empty-state-text{font-size:14px;color:#64748b;text-align:center;max-width:480px;line-height:1.6}.grid-card-container{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 20px 20px;padding:80px 40px;background:#fff;border:1px solid #eef2f6;border-radius:8px;cursor:pointer;transition:all .2s ease;min-height:400px}.grid-card-container:hover{border-color:#cbd5e1;background:#fafbfc}@media (max-width: 1024px){.import-drop-zone{min-width:200px;padding:10px 16px}}@media (max-width: 768px){.transactions-action-card{flex-direction:column;align-items:flex-start;gap:16px}.import-drop-zone{width:100%;min-width:unset}}.grid-card-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 20px 20px;padding:20px 40px;background:#fff;border:1px solid #eef2f6;border-radius:8px;flex:1;box-shadow:0 1px 3px #0000000a}.filter-toolbar{margin:0 20px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom:1px solid #eef2f6;background:#fff}.workspace-split{margin:0 20px 20px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;overflow:hidden;background:#fff;border:1px solid #eef2f6;border-top:none}.v5-unified-island-wrapper{width:100%;padding:0;display:flex!important;flex-direction:column;gap:0;height:100%;box-sizing:border-box;overflow:hidden}.header-card{background:#fffc!important;-webkit-backdrop-filter:blur(12px) saturate(180%);backdrop-filter:blur(12px) saturate(180%);border:1px solid rgba(226,232,240,.7);box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.v5-action-bar,.v5-switcher-bar{display:flex;align-items:center;justify-content:space-between;padding:0 24px;height:52px;border-radius:12px!important;margin-bottom:0!important}.cloudy-btn{background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.cloudy-btn:hover{background:#f8fafc;border-color:#cbd5e1;color:#1e293b;transform:translateY(-1px)}.pill-btn{padding:0 16px;height:34px;border-radius:20px;border:1px solid #e2e8f0;background:#fff;color:#64748b;font-weight:600;font-size:13px;cursor:pointer;transition:all .2s ease}.pill-btn.active{background:#eff6ff!important;color:#3b82f6!important;border-color:#3b82f6!important;box-shadow:0 0 0 2px #3b82f61a}.rl-grid-container{background:#fff!important;border-radius:12px!important;border:1px solid #e2e8f0!important;overflow:auto!important;box-shadow:0 10px 15px -3px #0000000d!important}.flex{display:flex}.flex-col{flex-direction:column}.py-1{padding-top:4px;padding-bottom:4px}.font-semibold{font-weight:600}.text-slate-900{color:#0f172a}.text-slate-500{color:#64748b}.text-slate-400{color:#94a3b8}.text-sm{font-size:14px}.text-xs{font-size:12px}.text-\[10px\]{font-size:10px}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body.sidebar-collapsed .grid-container-wall,body.sidebar-collapsed .v5-main-header,body.sidebar-collapsed .v5-action-bar,body.sidebar-collapsed .v5-switcher-bar{width:calc(100% - 300px)!important;margin-left:40px!important;margin-right:260px!important;transition:width .3s ease,margin-right .3s ease}.grid-container-wall,.v5-main-header,.v5-action-bar,.v5-switcher-bar{transition:width .3s ease,margin-right .3s ease}.utility-bar{position:fixed;top:0;right:0;width:220px;height:100dvh;background:#f8fafc;border-left:1px solid #e2e8f0;padding:20px;box-shadow:-2px 0 8px #0000000d;z-index:90;display:none;flex-direction:column;gap:16px;overflow-y:auto}.utility-bar-header{font-size:11px;font-weight:800;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px}.utility-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:12px}.utility-card-title{font-size:10px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px}.utility-stat{font-size:18px;font-weight:700;color:#0f172a;font-family:JetBrains Mono,monospace}.utility-badges{display:flex;flex-direction:column;gap:6px}.utility-badge{background:#3b82f6;color:#fff;font-size:11px;font-weight:700;padding:6px 12px;border-radius:6px;font-family:JetBrains Mono,monospace;cursor:pointer;transition:all .2s;text-align:center}.utility-badge:hover{background:#2563eb;transform:translate(-2px)}.sidebar-toggle-btn{position:fixed;top:20px;left:250px;width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border:none;color:#fff;font-size:16px;cursor:pointer;z-index:1000;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #3b82f666;transition:all .3s ease;animation:detail-mode-pulse 2s ease-in-out infinite}.sidebar-toggle-btn:hover{transform:scale(1.1);box-shadow:0 6px 20px #3b82f699;animation:none}.sidebar-toggle-btn i{transition:transform .3s ease}@keyframes detail-mode-pulse{0%,to{box-shadow:0 4px 12px #3b82f666;transform:scale(1)}50%{box-shadow:0 6px 24px #3b82f6cc,0 0 40px #8b5cf666;transform:scale(1.05)}}body.sidebar-collapsed .sidebar-toggle-btn{left:80px;animation:none}body.sidebar-collapsed .sidebar-toggle-btn i{transform:rotate(180deg)}#top-context-bar{position:fixed;top:0;left:var(--sidebar-width);right:0;height:44px;background:#fff;border-bottom:1px solid var(--border-color, #e2e8f0);display:flex;align-items:center;padding:0 16px 0 12px;gap:0;z-index:200;box-shadow:0 1px 4px #0000000f;transition:left .25s cubic-bezier(.4,0,.2,1)}body.sidebar-collapsed #top-context-bar{left:64px}#top-sidebar-toggle{width:44px;height:44px;flex-shrink:0;border:none;background:none;cursor:pointer;display:none;align-items:center;justify-content:center;color:#64748b;font-size:18px;border-right:1px solid #f1f5f9;transition:background .15s,color .15s}#top-sidebar-toggle:hover{background:#f8fafc;color:#0f172a}.top-breadcrumb-trail{flex:1;display:flex;align-items:center;justify-content:flex-start;gap:2px;font-size:13px;color:#64748b;overflow:hidden;padding:0 12px 0 20px;min-width:0}.top-breadcrumb-trail .breadcrumb-item{display:flex;align-items:center;gap:4px;white-space:nowrap;font-size:13px;color:#64748b;font-weight:500;cursor:pointer;padding:3px 6px;border-radius:5px;transition:background .12s,color .12s;flex-shrink:0}.top-breadcrumb-trail .breadcrumb-item:hover{background:#f1f5f9;color:#0f172a}.top-breadcrumb-trail .breadcrumb-item.active{color:#0f172a;font-weight:600;cursor:default}.top-breadcrumb-trail .breadcrumb-item.active:hover{background:none}.top-breadcrumb-trail .breadcrumb-separator{color:#cbd5e1;font-size:11px;flex-shrink:0;pointer-events:none}#top-drawer-trigger{display:flex;align-items:center;gap:7px;padding:6px 14px;border-radius:8px;border:1px solid #e2e8f0;background:#f8fafc;cursor:pointer;font-size:12px;font-weight:600;color:#374151;white-space:nowrap;flex-shrink:0;transition:background .15s,border-color .15s;max-width:220px}#top-drawer-trigger:hover{background:#f1f5f9;border-color:#cbd5e1}#top-client-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:160px}.app-layout{padding-top:44px}.sidebar{top:0!important;height:100dvh!important;z-index:250}.utility-bar{top:44px!important;height:calc(100dvh - 44px)!important}#context-drawer-overlay{display:none;position:fixed;right:0;bottom:0;left:0;top:44px;background:#0f172a66;z-index:5000}#context-drawer-overlay.open{display:block}#context-drawer{position:fixed;top:44px;right:-720px;width:680px;max-width:95vw;height:calc(100dvh - 44px);background:#fff;box-shadow:-8px 0 40px #00000026;z-index:5001;display:flex;flex-direction:column;border-left:1px solid #e2e8f0;transition:right .35s cubic-bezier(.16,1,.3,1)}#context-drawer.open{right:0}#context-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-bottom:1px solid #e2e8f0;flex-shrink:0}#context-drawer-header h2{margin:0;font-size:.92rem;font-weight:700;color:#0f172a}#context-drawer-panels{display:flex;flex:1;overflow:hidden}#context-drawer-left{width:220px;flex-shrink:0;border-right:1px solid #e2e8f0;overflow-y:auto;background:#f8fafc;display:flex;flex-direction:column}#context-drawer-right{flex:1;overflow-y:auto;display:flex;flex-direction:column}.drawer-firm-item{display:flex;align-items:center;gap:10px;padding:10px 14px;cursor:pointer;transition:background .12s;border-bottom:1px solid rgba(0,0,0,.04)}.drawer-firm-item:hover{background:#f1f5f9}.drawer-firm-item.selected{background:#ede9fe;border-left:3px solid #8b5cf6}.drawer-firm-item.selected .drawer-firm-name{color:#6d28d9;font-weight:700}.drawer-firm-avatar{width:32px;height:32px;border-radius:8px;color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.drawer-firm-name{font-size:.82rem;font-weight:600;color:#1e293b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.drawer-firm-count{font-size:11px;color:#94a3b8;flex-shrink:0}.drawer-client-item{display:flex;align-items:center;gap:12px;padding:12px 18px;cursor:pointer;transition:background .12s;border-bottom:1px solid #f1f5f9}.drawer-client-item:hover{background:#f8fafc}.drawer-client-item.active-client{background:#eff6ff;border-left:3px solid #3b82f6}.drawer-client-item.active-client .drawer-client-name{color:#1d4ed8;font-weight:700}.drawer-client-avatar{width:36px;height:36px;border-radius:9px;color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.drawer-client-name{font-size:.875rem;font-weight:600;color:#1e293b}.drawer-client-meta{font-size:.75rem;color:#94a3b8;margin-top:1px}.drawer-client-active-badge{margin-left:auto;font-size:10px;font-weight:700;padding:2px 8px;border-radius:20px;background:#dbeafe;color:#1d4ed8;flex-shrink:0}@keyframes sidebar-pulse{0%{box-shadow:0 0 #6366f18c}60%{box-shadow:0 0 0 7px #6366f100}to{box-shadow:0 0 #6366f100}}#top-sidebar-toggle.has-data-pulse{animation:sidebar-pulse 1.8s ease-out infinite;background:#6366f114;border-radius:8px;color:#6366f1}#top-sidebar-toggle.has-data-pulse:hover{animation:none;background:#f1f5f9;color:#0f172a}.nav-item.disabled{opacity:.32;pointer-events:none;cursor:not-allowed}.nav-item.disabled:hover{color:#8888a4;background:transparent}.sidebar.collapsed .nav-item.disabled{opacity:.32}.portal-summary-strip{display:flex;align-items:stretch;background:var(--bg-primary, #ffffff);border:1px solid var(--border-color, #e2e8f0);border-radius:10px;margin-bottom:24px;overflow:hidden;box-shadow:var(--shadow-xs, 0 1px 3px rgba(0,0,0,.06))}.portal-summary-cell{flex:1;padding:16px 20px;display:flex;flex-direction:column;justify-content:center}.portal-summary-divider{width:1px;background:var(--border-color, #e2e8f0);margin:12px 0;flex-shrink:0}.portal-summary-value{font-size:1.6rem;font-weight:800;color:var(--text-primary, #0f172a);line-height:1;margin-bottom:4px}.portal-summary-label{font-size:.7rem;font-weight:600;color:var(--text-tertiary, #94a3b8);text-transform:uppercase;letter-spacing:.5px}.portal-summary-sub{font-size:.7rem;color:var(--text-secondary, #475569);margin-top:3px}.portal-health-badge{display:inline-flex;align-items:center;font-size:10px;font-weight:700;padding:3px 8px;border-radius:20px;white-space:nowrap;flex-shrink:0;letter-spacing:.2px}.portal-client-card{background:var(--bg-primary, #ffffff);border:1px solid var(--border-color, #e2e8f0);border-radius:10px;padding:16px;transition:box-shadow .15s,transform .12s;box-shadow:var(--shadow-xs, 0 1px 3px rgba(0,0,0,.06))}.portal-client-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001a}@media (max-width: 600px){.portal-summary-strip{flex-direction:column}.portal-summary-divider{width:auto;height:1px;margin:0 12px}}.custom-coa-dropdown{position:relative;display:inline-block;width:100%;height:100%}.custom-coa-dropdown-trigger{width:100%;height:100%;border:none;background:#fff;padding:0 8px;font-size:12px;font-weight:700;cursor:pointer;border-radius:4px;display:flex;align-items:center;justify-content:space-between;color:#3b82f6;-webkit-user-select:none;user-select:none}.custom-coa-dropdown-trigger:hover{background:#f9fafb}.custom-coa-dropdown-trigger .dropdown-chevron{display:inline-block;margin-left:6px;transition:transform .18s ease;transform:rotate(0)}.custom-coa-dropdown.open .custom-coa-dropdown-trigger .dropdown-chevron{transform:rotate(180deg)}.custom-coa-dropdown-menu{position:fixed;top:auto;left:0;min-width:240px;background:#fff;border:1px solid #e5e7eb;border-radius:6px;box-shadow:0 10px 30px #0000001f;z-index:9999;max-height:320px;overflow-y:auto;display:none}.custom-coa-dropdown-menu.active{display:block;animation:dropdownSlide .2s ease}@keyframes dropdownSlide{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.custom-coa-dropdown-group{padding-top:8px}.custom-coa-dropdown-group:first-child{padding-top:6px}.custom-coa-dropdown-group-label{padding:8px 12px 6px;font-size:10px;font-weight:800;text-transform:uppercase;color:#6b7280;letter-spacing:.05em;border-bottom:1px solid #f3f4f6;background:#fafbfc}.custom-coa-dropdown-option{padding:8px 12px;font-size:12px;font-weight:700;cursor:pointer;color:#1f2937;transition:all .15s ease;border-left:3px solid transparent;margin-left:0}.custom-coa-dropdown-option:hover{background:#f3f4f6;padding-left:14px;border-left-color:#d1d5db}.custom-coa-dropdown-option.selected{background:#eff6ff;color:#0284c7;border-left-color:#0284c7;padding-left:9px}.custom-coa-dropdown-option[data-group=LIABILITY]:hover{background:#fce7f3}.custom-coa-dropdown-option[data-group=REVENUE]:hover{background:#fef3c7}.custom-coa-dropdown-option[data-group=EXPENSE]:hover{background:#fee2e2}.custom-coa-dropdown-option[data-group=EQUITY]:hover{background:#dbeafe}body.rainbow-theme{--primary-gradient: linear-gradient(135deg, #667ee a 0%, #764ba2 100%);--accent-color: #f093fb;--background-primary: #ffecd2;--background-secondary: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%);--card-bg: rgba(255, 255, 255, .95);--text-primary: #1e293b;--text-secondary: #64748b;--border-color: rgba(102, 126, 234, .2);--shadow: 0 4px 20px rgba(102, 126, 234, .15)}body.rainbow-theme .header{background:var(--primary-gradient)!important;color:#fff!important}body.rainbow-theme .breadcrumbs{background:var(--background-secondary)!important}body.rainbow-theme .btn-restored{background:var(--primary-gradient)!important;border:none!important;color:#fff!important}body.rainbow-theme .stage,body.rainbow-theme .settings-drawer{background:var(--background-primary)!important}body.rainbow-theme .nav-item.active{background:var(--accent-color)!important;color:#fff!important}body.postit-theme{--sticky-yellow: #fff740;--sticky-pink: #ff6ec4;--sticky-bg: #fffef0;--sticky-border: #e5d700;--text-primary: #1a1a1a;--text-secondary: #4a4a4a;--shadow-postit: 2px 2px 8px rgba(0, 0, 0, .15)}body.postit-theme{background:var(--sticky-bg)!important}body.postit-theme .header{background:var(--sticky-yellow)!important;color:var(--text-primary)!important;box-shadow:var(--shadow-postit)!important;border-bottom:2px solid var(--sticky-border)!important}body.postit-theme .breadcrumbs{background:var(--sticky-pink)!important;color:#fff!important}body.postit-theme .stage,body.postit-theme .settings-drawer,body.postit-theme .card{background:var(--sticky-yellow)!important;box-shadow:var(--shadow-postit)!important;border:1px solid var(--sticky-border)!important}body.postit-theme .btn-restored{background:var(--sticky-pink)!important;color:#fff!important;border:none!important;box-shadow:var(--shadow-postit)!important}body.postit-theme .nav-item{background:transparent!important}body.postit-theme .nav-item.active{background:var(--sticky-pink)!important;color:#fff!important}body.postit-theme table{background:#fffdf0!important}
