*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}img,svg{display:block;max-width:100%}button{cursor:pointer;border:none;background:none;font:inherit}a{text-decoration:none;color:inherit}input,textarea,select{font:inherit}:root{--font-sans: system-ui, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;--color-primary: #1ea853;--color-primary-hover: #16a34a;--color-primary-active: #15803d;--color-primary-subtle: #dcfce7;--color-primary-text: #ffffff;--color-danger: #ef4444;--color-danger-subtle: #fee2e2;--color-danger-text: #991b1b;--color-success: #22c55e;--color-success-subtle: #dcfce7;--color-success-text: #14532d;--radius-sm: 6px;--radius: 10px;--radius-lg: 16px;--radius-xl: 24px;--transition: .15s ease}[data-theme=dark]{color-scheme:dark;--bg: #0d1f14;--bg-alt: #0a1810;--surface: #162519;--surface-elevated: #1e3325;--surface-hover: #253d2c;--border: #2d4a35;--border-subtle: #1e3325;--text: #e8f5ea;--text-muted: #86a98d;--text-subtle: #4f7356;--shadow: 0 4px 24px rgba(0, 0, 0, .45);--shadow-sm: 0 1px 4px rgba(0, 0, 0, .35);--input-bg: #0d1f14;--selection-bg: #dcfce7;--selection-text: #14532d;--selection-border: #86efac;--selection-accent: #15803d;--selection-glow: rgba(20, 83, 45, .18);--inverse-bg: #f0fdf4;--inverse-surface: #ffffff;--inverse-border: #bbf7d0;--inverse-text: #14532d;--inverse-muted: #4b7a57}[data-theme=light]{color-scheme:light;--bg: #dcefe2;--bg-alt: #d2e8da;--surface: #edf6ef;--surface-elevated: #dcefe2;--surface-hover: #cfe5d7;--border: #9fd3b2;--border-subtle: #b8dfc7;--text: #14532d;--text-muted: #4b7a57;--text-subtle: #86a98d;--shadow: 0 4px 24px rgba(0, 0, 0, .08);--shadow-sm: 0 1px 4px rgba(0, 0, 0, .06);--input-bg: #ffffff;--selection-bg: #1e3325;--selection-text: #e8f5ea;--selection-border: #2d4a35;--selection-accent: #86efac;--selection-glow: rgba(134, 239, 172, .16);--inverse-bg: #0d1f14;--inverse-surface: #162519;--inverse-border: #2d4a35;--inverse-text: #e8f5ea;--inverse-muted: #86a98d}.surface-depth-parent,.surface-depth-grandchild,.surface-depth-5{background:var(--surface)}.surface-depth-child,.surface-depth-4{background:var(--surface-elevated)}.surface-contrast-block{border:1px solid var(--border-subtle);border-radius:var(--radius-sm)}html{font-size:16px}body{font-family:var(--font-sans);font-size:1rem;line-height:1.6;color:var(--text);background-color:var(--bg);min-height:100vh;-webkit-font-smoothing:antialiased}#root{min-height:100vh;display:flex;flex-direction:column}h1,h2,h3,h4{line-height:1.25;font-weight:700}h1{font-size:clamp(2rem,5vw,3.25rem)}h2{font-size:clamp(1.5rem,3vw,2.25rem)}h3{font-size:1.25rem;font-weight:600}p{color:var(--text-muted)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.75rem;border-radius:var(--radius);font-weight:600;font-size:.9375rem;transition:background var(--transition),color var(--transition),border-color var(--transition),transform var(--transition),box-shadow var(--transition);white-space:nowrap}.btn:active{transform:scale(.98)}.btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.btn-primary{background:var(--color-primary);color:var(--color-primary-text)}.btn-primary:hover:not(:disabled){background:var(--color-primary-hover)}.btn-secondary{background:transparent;color:var(--color-primary);border:1.5px solid var(--color-primary)}.btn-secondary:hover:not(:disabled){background:var(--color-primary-subtle)}.btn-ghost{background:transparent;color:var(--text-muted);padding:.625rem 1rem}.btn-ghost:hover:not(:disabled){color:var(--text);background:var(--surface-hover)}.btn-full{width:100%}.btn-sm{padding:.5rem 1.25rem;font-size:.875rem}.btn-lg{padding:.9rem 2.25rem;font-size:1.0625rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group+.form-group{margin-top:1.25rem}.form-label{font-size:.875rem;font-weight:600;color:var(--text)}.form-label-with-help{display:inline-flex;align-items:center;gap:.4rem}.inline-help-tip{display:inline-flex;align-items:center;justify-content:center;width:1.05rem;height:1.05rem;border-radius:999px;background:var(--surface-elevated);border:1px solid var(--border);color:var(--text-subtle);font-size:.7rem;font-weight:700;cursor:help;-webkit-user-select:none;user-select:none;line-height:1}.inline-help-tip:focus{outline:2px solid rgba(34,197,94,.4);outline-offset:1px}.recommended-badge{display:inline-flex;align-items:center;padding:.1rem .45rem;border-radius:999px;border:1px solid rgba(34,197,94,.3);background:#22c55e1f;color:#166534;font-size:.64rem;font-weight:700;letter-spacing:.01em;text-transform:uppercase}[data-theme=dark] .recommended-badge{border-color:#4ade8073;background:#4ade802e;color:#bbf7d0}.form-input{width:100%;padding:.8125rem 1rem;border-radius:var(--radius);border:1.5px solid var(--border);background:var(--input-bg);color:var(--text);font-size:.9375rem;transition:border-color var(--transition),box-shadow var(--transition);outline:none}.form-input::placeholder{color:var(--text-subtle)}.form-input:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #22c55e33}.form-input.error{border-color:var(--color-danger)}.form-input.error:focus{box-shadow:0 0 0 3px #ef444433}.form-hint{font-size:.8125rem;color:var(--text-subtle)}.form-hint-small{font-size:.75rem;color:var(--text-muted);margin-top:.25rem;font-style:italic}.form-label-optional{font-size:.7rem;color:var(--text-muted);font-weight:400;font-style:italic}.entry-account-hint{font-size:.7rem;color:var(--text-muted);font-style:italic;margin-top:.25rem;line-height:1.4;max-width:280px}.entry-hint-row td{padding-top:0;padding-bottom:.4rem}.entry-hint-cell{font-size:.7rem;color:var(--text-muted);font-style:italic;line-height:1.35;padding-left:.5rem!important;white-space:normal;overflow-wrap:anywhere}.entry-hint-cell.is-empty{visibility:hidden}.form-error{font-size:.8125rem;color:var(--color-danger);font-weight:500}.alert{padding:.875rem 1rem;border-radius:var(--radius);font-size:.9rem;font-weight:500;line-height:1.5}.alert-danger{background:var(--color-danger-subtle);color:var(--color-danger-text);border:1px solid var(--color-danger)}.alert-success{background:var(--color-success-subtle);color:var(--color-success-text);border:1px solid var(--color-success)}.nav{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(1rem,4vw,3rem);height:68px;background:var(--surface);border-bottom:1px solid var(--border-subtle);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.nav-brand{font-size:1.375rem;font-weight:800;color:var(--color-primary);letter-spacing:-.5px}.nav-brand span{color:var(--text)}.nav-right{display:flex;align-items:center;gap:.75rem}.app-nav{gap:1rem}.app-nav-links{display:flex;align-items:center;gap:.45rem;min-width:0;flex-wrap:wrap}.app-nav-link{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:.45rem .8rem;border:1px solid transparent;border-radius:var(--radius-sm);color:var(--text-muted);font-size:.875rem;font-weight:600;transition:background var(--transition),border-color var(--transition),color var(--transition)}.app-nav-link:hover{background:var(--surface-hover);color:var(--text)}.app-nav-link.active{border-color:var(--selection-border);background:var(--selection-bg);color:var(--selection-text)}.app-nav .nav-right{margin-left:auto}.app-nav-company{display:flex;align-items:center;gap:.45rem;min-width:0}.app-nav-company-label{font-size:.8rem;color:var(--text-muted);white-space:nowrap}.app-nav-company-select{min-width:clamp(220px,28vw,420px);max-width:420px;height:36px;padding:.4rem .7rem}.nav-email{font-size:.875rem;color:var(--text-muted)}.theme-toggle{width:40px;height:40px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;background:var(--surface-elevated);border:1px solid var(--border);color:var(--text-muted);font-size:1.1rem;transition:background var(--transition),color var(--transition)}.theme-toggle:hover{background:var(--surface-hover);color:var(--text)}.hero{display:flex;flex-direction:column;align-items:center;text-align:center;padding:clamp(4rem,10vw,8rem) clamp(1rem,4vw,3rem);gap:1.75rem}.hero-eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:var(--color-primary);background:var(--color-primary-subtle);padding:.375rem 1rem;border-radius:999px;letter-spacing:.02em}[data-theme=dark] .hero-eyebrow{background:#22c55e26}.hero h1{max-width:18ch}.hero p{font-size:1.125rem;max-width:52ch;color:var(--text-muted)}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.features{padding:clamp(3rem,6vw,5rem) clamp(1rem,4vw,3rem);max-width:1100px;margin:0 auto;width:100%}.features-heading{text-align:center;margin-bottom:3rem}.features-heading h2{margin-bottom:.75rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.feature-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;display:flex;flex-direction:column;gap:.875rem;transition:box-shadow var(--transition),transform var(--transition)}.feature-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.feature-icon{width:48px;height:48px;border-radius:var(--radius);background:var(--color-primary-subtle);display:flex;align-items:center;justify-content:center;font-size:1.5rem}[data-theme=dark] .feature-icon{background:#22c55e26}.feature-card h3{color:var(--text)}.auth-root{min-height:100vh;display:flex;flex-direction:column;background:var(--bg)}.auth-header{display:flex;align-items:center;justify-content:space-between;padding:0 clamp(1rem,4vw,3rem);height:68px;border-bottom:1px solid var(--border-subtle)}.auth-brand{font-size:1.375rem;font-weight:800;color:var(--color-primary);letter-spacing:-.5px}.auth-main{flex:1;display:flex;align-items:center;justify-content:center;padding:2.5rem 1rem}.auth-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);padding:clamp(2rem,5vw,3rem);width:100%;max-width:440px;box-shadow:var(--shadow)}.auth-card-header{margin-bottom:2rem}.auth-card-header h1{font-size:1.625rem;margin-bottom:.5rem;color:var(--text)}.auth-subtitle{font-size:.9375rem;color:var(--text-muted)}.auth-form{display:flex;flex-direction:column;gap:0}.auth-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.auth-form-actions{margin-top:1.75rem}.auth-form-footer{margin-top:1.5rem;text-align:center;font-size:.9rem;color:var(--text-muted)}.auth-form-footer a{color:var(--color-primary);font-weight:600}.auth-form-footer a:hover{text-decoration:underline}.auth-divider{margin:1.75rem 0;border:none;border-top:1px solid var(--border-subtle)}.status-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1rem;text-align:center;gap:1.5rem;background:var(--bg)}.status-icon{width:72px;height:72px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem}.status-icon-success{background:var(--color-primary-subtle)}.status-icon-pending{background:var(--surface-elevated);border:1px solid var(--border)}.status-icon-error{background:var(--color-danger-subtle)}[data-theme=dark] .status-icon-success{background:#22c55e26}[data-theme=dark] .status-icon-error{background:#ef444426}.status-body{max-width:400px;display:flex;flex-direction:column;gap:.75rem}.status-body h2{color:var(--text)}.status-actions{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.footer{border-top:1px solid var(--border-subtle);padding:2rem clamp(1rem,4vw,3rem);text-align:center;font-size:.875rem;color:var(--text-subtle)}@keyframes spin{to{transform:rotate(360deg)}}.spinner{width:20px;height:20px;border:2.5px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:spin .65s linear infinite;display:inline-block}.spinner-dark{border-color:#22c55e4d;border-top-color:var(--color-primary)}.dashboard-shell{display:flex;flex-direction:column;min-height:100dvh;height:100dvh;overflow:hidden;background:var(--bg)}.dashboard-body{display:grid;grid-template-columns:280px 1fr;flex:1;overflow:hidden;min-height:0}.dashboard-sidebar{border-right:1px solid var(--border);display:flex;flex-direction:column;overflow-y:auto;background:var(--surface);padding:1.25rem 1rem;gap:1rem}.sidebar-header{display:flex;align-items:center;justify-content:space-between}.sidebar-title{font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.sidebar-loading{display:flex;justify-content:center;padding:2rem 0}.sidebar-empty{font-size:.875rem;color:var(--text-subtle);text-align:center;padding:1.5rem 0}.add-company-form{display:flex;flex-direction:column;gap:.75rem;padding:1rem;background:var(--surface-elevated);border:1px solid var(--border);border-radius:var(--radius)}.company-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.25rem}.company-list-item{width:100%;display:flex;align-items:center;justify-content:space-between;padding:.625rem .75rem;border-radius:var(--radius);border:1px solid transparent;background:transparent;cursor:pointer;text-align:left;transition:background .15s,border-color .15s;color:var(--text)}.company-list-item:hover{background:var(--surface-elevated);border-color:var(--border)}.company-list-item.selected{background:var(--selection-bg);border-color:var(--selection-border);color:var(--selection-text)}.company-list-name{font-size:.9rem;font-weight:600}.company-list-role{font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;opacity:.6}.dashboard-main{display:flex;flex-direction:column;min-height:0;overflow:hidden;padding:2rem}.detail-empty{height:100%;display:flex;align-items:center;justify-content:center;color:var(--text-subtle);font-size:.95rem}.detail-panel{max-width:none;width:100%;display:flex;flex-direction:column;gap:2rem;flex:1;min-height:0;overflow:hidden}.detail-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding-bottom:1.25rem;border-bottom:1px solid var(--border-subtle)}.detail-title{font-size:1.5rem;font-weight:700;color:var(--text);margin:0}.detail-role-badge{display:inline-block;margin-top:.4rem;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;padding:.2rem .6rem;border-radius:999px;background:var(--color-primary-subtle);color:var(--color-primary-dark)}[data-theme=dark] .detail-role-badge{background:#22c55e26;color:var(--color-primary)}.entry-composer-panel{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);padding:1rem}.entry-composer-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;gap:.5rem}.entry-composer-header .section-title{margin:0;flex:1}.entry-composer-close{background:none;border:none;cursor:pointer;font-size:1.5rem;line-height:1;color:var(--text-muted);padding:0;min-width:2rem;min-height:2rem;display:flex;align-items:center;justify-content:center;transition:color .2s}.entry-composer-close:hover{color:var(--text)}.entry-composer-form{display:flex;flex-direction:column;gap:.9rem}.entry-meta-grid{display:grid;grid-template-columns:180px 300px minmax(220px,320px) minmax(220px,320px);gap:.8rem;align-items:end;max-width:1120px}.entry-meta-grid .form-group+.form-group{margin-top:0}@media(max-width:1280px){.entry-meta-grid{grid-template-columns:180px minmax(320px,1fr);max-width:none}.entry-meta-grid .form-group:nth-child(3),.entry-meta-grid .form-group:nth-child(4){grid-column:1 / -1}}.entry-ledger-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.helper-form-group{grid-column:1 / -1;justify-self:start;width:50%;min-width:360px;max-width:560px}.helper-inline-controls{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.65rem;align-items:center}.disposal-helper-inline{border:1px solid var(--inverse-border);border-radius:var(--radius-sm);background:var(--inverse-bg);color:var(--inverse-text);padding:.7rem}.disposal-helper-inline .form-label{color:var(--inverse-text)}.disposal-helper-inline .form-input{background:var(--inverse-surface);border-color:var(--inverse-border);color:var(--inverse-text)}.disposal-helper-inline .form-input::placeholder{color:var(--inverse-muted)}.disposal-helper-grid{display:grid;grid-template-columns:repeat(3,minmax(180px,1fr));gap:.7rem;align-items:end}.helper-grid-single{grid-template-columns:minmax(220px,360px)}.helper-grid-two{grid-template-columns:repeat(2,minmax(220px,1fr))}.disposal-preview-line{margin-top:.55rem;font-size:.8rem;color:var(--inverse-muted)}.helper-panel-actions{margin-top:.65rem;display:flex;justify-content:flex-end}@media(max-width:1280px){.disposal-helper-grid{grid-template-columns:1fr 1fr}}.entry-side-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.4rem .6rem;margin-bottom:.4rem}.entry-side-title{font-size:.85rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.entry-offset-hint{margin-left:auto;font-size:.72rem;color:var(--text-subtle)}.entry-table{width:100%;border-collapse:collapse;border:1px solid var(--border-subtle);border-radius:var(--radius-sm);overflow:hidden;background:var(--surface-elevated);table-layout:fixed}.entry-table th,.entry-table td{border-bottom:1px solid var(--border-subtle);padding:.4rem;text-align:left;font-size:.76rem;color:var(--text-muted)}.entry-table th:nth-child(1),.entry-table td:nth-child(1){width:45%}.entry-table th:nth-child(2),.entry-table td:nth-child(2){width:25%}.entry-table th:nth-child(3),.entry-table td:nth-child(3){width:20%}.entry-table th:nth-child(4),.entry-table td:nth-child(4){width:10%}.entry-table th{text-transform:uppercase;letter-spacing:.04em}.entry-table tbody tr:last-child td{border-bottom:none}.entry-cell-input{height:34px;padding:.35rem .5rem;font-size:.84rem}.entry-actions{display:flex;justify-content:flex-end}.offset-matrix-panel{border:1px solid var(--border-subtle);border-radius:var(--radius-sm);background:var(--surface-elevated);padding:.55rem}.offset-matrix-title{font-size:.78rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:.45rem}.offset-matrix-table{width:100%;border-collapse:collapse}.offset-matrix-table th,.offset-matrix-table td{border-bottom:1px solid var(--border-subtle);text-align:left;padding:.35rem .4rem;font-size:.74rem;color:var(--text-muted)}.offset-matrix-table th{text-transform:uppercase;letter-spacing:.04em;font-size:.7rem}.offset-matrix-table tbody tr:last-child td{border-bottom:none}.offset-matrix-table tbody tr.selected td{background:var(--selection-bg);color:var(--selection-text)}.section-title{font-size:1rem;font-weight:700;color:var(--text);margin:0 0 1.25rem}.ledger-section-head{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.75rem;margin-bottom:1.1rem}.ledger-section-head .section-title{margin:0}.ledger-section{display:flex;flex-direction:column;gap:.9rem;flex:1;min-height:0}.ledger-section-controls{display:flex;align-items:center;justify-content:flex-end;margin-left:auto;min-width:0;width:auto}.ledger-filter{position:relative;min-width:240px;width:min(360px,100%);max-width:360px}.ledger-filter-button{width:100%;min-height:38px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.6rem;padding:.55rem .8rem;border:1.5px solid var(--border);border-radius:var(--radius);background:var(--input-bg);color:var(--text);text-align:left}.ledger-filter-button:hover{background:var(--surface-elevated)}.ledger-filter-button-label{min-width:0;font-size:.9rem;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ledger-filter-button-icon{color:var(--text-muted);font-size:.8rem}.ledger-filter-menu{position:absolute;top:calc(100% + .35rem);right:0;left:0;z-index:20;max-height:320px;overflow-y:auto;display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.ledger-filter-option{width:100%;padding:.65rem .8rem;text-align:left;color:var(--text);background:transparent;border-bottom:1px solid var(--border-subtle)}.ledger-filter-option:last-child{border-bottom:none}.ledger-filter-option:hover,.ledger-filter-option.selected{background:var(--surface-elevated)}.ledger-filter-option.selected{background:var(--selection-bg);color:var(--selection-text)}.coa-loading{display:flex;align-items:center;gap:.75rem;color:var(--text-muted);font-size:.9rem}.coa-empty{color:var(--text-subtle);font-size:.9rem}.coa-groups{display:flex;flex-direction:column;gap:2rem}.coa-group-title{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);margin:0 0 .6rem}.coa-table{width:100%;border-collapse:collapse;font-size:.875rem}.coa-table th{text-align:left;padding:.5rem .75rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);border-bottom:1px solid var(--border)}.coa-table td{padding:.625rem .75rem;color:var(--text);border-bottom:1px solid var(--border-subtle)}.coa-table tr:last-child td{border-bottom:none}.coa-table tbody tr:hover{background:var(--surface-elevated)}.coa-code{font-family:monospace;font-size:.8rem;color:var(--text-muted);width:4rem}.coa-type{text-transform:capitalize;color:var(--text-muted)}.coa-status{display:inline-block;font-size:.7rem;font-weight:600;text-transform:uppercase;padding:.15rem .5rem;border-radius:999px}.coa-status.active{background:var(--color-primary-subtle);color:var(--color-primary-dark)}.coa-status.inactive{background:var(--surface-elevated);color:var(--text-subtle)}[data-theme=dark] .coa-status.active{background:#22c55e26;color:var(--color-primary)}.ledger-list{display:flex;flex-direction:column;gap:0;flex:1;min-height:0;border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden;overflow-y:auto;overscroll-behavior:contain;scroll-padding-top:28px}.ledger-list:focus{outline:none}.ledger-checkbook-head{display:grid;grid-template-columns:120px 180px 1fr 160px;gap:0;color:var(--text);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;background:color-mix(in srgb,var(--surface-elevated) 78%,var(--selection-bg) 22%);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:2}.ledger-checkbook-head span{padding:.38rem .55rem;border-right:1px solid var(--border)}.ledger-checkbook-head span:last-child{border-right:none;text-align:right}.ledger-item{border-bottom:1px solid var(--border-subtle);background:color-mix(in srgb,var(--surface) 96%,var(--bg-alt) 4%);position:relative;scroll-margin-top:28px}.ledger-item:after{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border:2px solid transparent;border-radius:var(--radius-sm);pointer-events:none;opacity:0;transition:opacity var(--transition),border-color var(--transition)}.ledger-item:hover:after{opacity:1;border-color:var(--selection-accent)}.ledger-item:nth-child(2n){background:color-mix(in srgb,var(--surface) 88%,#9ca3af 12%)}.ledger-item.expanded{background:color-mix(in srgb,var(--selection-bg) 92%,var(--surface) 8%);box-shadow:inset 4px 0 0 var(--selection-accent),0 0 0 1px var(--selection-border);position:relative;z-index:1;margin:.2rem .45rem;border:1px solid var(--selection-border)}.ledger-item.selected:not(.expanded){background:var(--selection-bg);box-shadow:inset 3px 0 0 var(--selection-accent)}[data-theme=dark] .ledger-item{background:color-mix(in srgb,var(--surface) 97%,#000 3%)}[data-theme=dark] .ledger-item:nth-child(2n){background:color-mix(in srgb,var(--surface) 84%,#6b7280 16%)}[data-theme=dark] .ledger-item.selected:not(.expanded){background:var(--selection-bg);box-shadow:inset 3px 0 0 var(--selection-accent)}.ledger-item:last-child{border-bottom:none}.ledger-item.expanded:last-child{border-bottom:1px solid var(--selection-border)}.ledger-summary{width:100%;display:grid;grid-template-columns:120px 180px 1fr 160px;gap:0;text-align:left;align-items:center;padding:0;color:var(--text);border:none;background:transparent}.ledger-summary:hover{background:transparent}.ledger-item.expanded .ledger-summary{background:color-mix(in srgb,var(--selection-bg) 94%,transparent 6%);color:var(--selection-text)}.ledger-item:not(.expanded) .ledger-summary{opacity:.78}.ledger-item.selected .ledger-summary{opacity:1}.ledger-item:not(.expanded):hover .ledger-summary{opacity:.78}.ledger-summary>span{padding:.45rem .55rem;border-right:1px solid var(--border-subtle)}.ledger-summary>span:last-child{border-right:none}.ledger-summary-date{font-size:.82rem;color:var(--text-muted);font-variant-numeric:tabular-nums}.ledger-summary-reference{font-size:.8rem;color:var(--text-muted);font-variant-numeric:tabular-nums}.ledger-summary-description{font-weight:500}.ledger-item.expanded .ledger-summary-description{font-weight:700;color:var(--selection-text)}.ledger-item.expanded .ledger-summary>span{padding-top:.34rem;padding-bottom:.34rem;border-right-color:var(--selection-border)}.ledger-item.expanded .ledger-summary-date,.ledger-item.expanded .ledger-summary-meta{color:var(--selection-text)}.ledger-item.selected:not(.expanded) .ledger-summary-description{font-weight:650;color:var(--selection-text)}.ledger-item.selected:not(.expanded) .ledger-summary-date,.ledger-item.selected:not(.expanded) .ledger-summary-meta{color:var(--selection-text)}.ledger-item:not(.expanded) .ledger-summary-date,.ledger-item:not(.expanded) .ledger-summary-meta{color:var(--text-muted)}.ledger-item:not(.expanded) .ledger-summary-description{color:color-mix(in srgb,var(--text) 82%,var(--text-muted) 18%)}.ledger-summary-meta{font-size:.82rem;color:var(--text);justify-self:stretch;text-align:right;font-variant-numeric:tabular-nums}.ledger-details{border-top:1px solid var(--border-subtle);padding:0;background:color-mix(in srgb,var(--surface) 86%,var(--color-primary-subtle) 14%);display:flex;flex-direction:column;gap:0}[data-theme=dark] .ledger-details{background:color-mix(in srgb,var(--surface) 88%,rgba(34,197,94,.12) 12%)}.ledger-item.expanded .ledger-details{border-top-color:var(--selection-border);background:color-mix(in srgb,var(--selection-bg) 88%,var(--surface) 12%);color:var(--selection-text)}.ledger-details-top{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.75rem;font-size:.8rem;color:var(--text);padding:.42rem .5rem;border-bottom:1px solid var(--border-subtle);background:color-mix(in srgb,var(--surface-elevated) 84%,var(--color-primary-subtle) 16%)}[data-theme=dark] .ledger-details-top{background:color-mix(in srgb,var(--surface-elevated) 86%,rgba(34,197,94,.14) 14%)}.ledger-item.expanded .ledger-details-top{color:var(--selection-text);border-bottom-color:var(--selection-border);background:color-mix(in srgb,var(--selection-bg) 90%,var(--surface-elevated) 10%)}.ledger-columns{display:grid;grid-template-columns:1fr 1fr;gap:0}.ledger-columns>div:first-child{border-right:1px solid var(--border-subtle)}.ledger-item.expanded .ledger-columns>div:first-child{border-right-color:var(--selection-border)}.ledger-column-title{font-size:.78rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text);margin:0;padding:.3rem .5rem;border-bottom:1px solid var(--border-subtle);background:color-mix(in srgb,var(--surface-elevated) 78%,#9ca3af 22%)}[data-theme=dark] .ledger-column-title{background:color-mix(in srgb,var(--surface-elevated) 74%,#6b7280 26%)}.ledger-item.expanded .ledger-column-title{color:var(--selection-text);border-bottom-color:var(--selection-border);background:color-mix(in srgb,var(--selection-bg) 86%,var(--surface-elevated) 14%)}.ledger-legs{list-style:none;display:flex;flex-direction:column;gap:0}.ledger-legs li{display:grid;grid-template-columns:1fr auto;gap:.6rem;padding:.34rem .5rem;border-bottom:1px solid var(--border-subtle);font-size:.84rem;background:transparent}.ledger-legs li:nth-child(odd){background:color-mix(in srgb,var(--surface) 92%,var(--color-primary-subtle) 8%)}[data-theme=dark] .ledger-legs li:nth-child(odd){background:color-mix(in srgb,var(--surface) 94%,rgba(34,197,94,.08) 6%)}.ledger-item.expanded .ledger-legs li{color:var(--selection-text);border-bottom-color:var(--selection-border);background:color-mix(in srgb,var(--selection-bg) 84%,var(--surface) 16%)}.ledger-item.expanded .ledger-legs li:nth-child(odd){background:color-mix(in srgb,var(--selection-bg) 80%,var(--surface-elevated) 20%)}.ledger-legs li:last-child{border-bottom:none}.ledger-list:has(.ledger-item.expanded) .ledger-item:not(.expanded){filter:saturate(.78)}@media(max-width:780px){.ledger-item.expanded{margin:.15rem .2rem}}.ledger-leg-memo{grid-column:1 / -1;color:var(--text-subtle);font-size:.76rem}.ledger-item.expanded .ledger-leg-memo{color:color-mix(in srgb,var(--selection-text) 78%,transparent 22%)}.coa-page{padding:1.5rem 2rem;display:flex;flex-direction:column;gap:1.25rem}.coa-page-header{display:flex;justify-content:space-between;align-items:center;gap:1rem}.coa-company-select{min-width:280px}.coa-page-body{display:grid;grid-template-columns:380px 1fr;gap:1rem}.coa-safety-warning{border:1px solid #f59e0b;background:#fffbeb;color:#7c2d12;border-radius:var(--radius);padding:.9rem 1rem;display:grid;gap:.45rem}.coa-safety-warning-title{margin:0;font-size:.95rem;font-weight:700;color:#9a3412}.coa-safety-warning p{margin:0;font-size:.86rem;line-height:1.45;color:#7c2d12}[data-theme=dark] .coa-safety-warning{background:#f59e0b24;border-color:#fbbf24;color:#fde68a}[data-theme=dark] .coa-safety-warning-title{color:#fcd34d}[data-theme=dark] .coa-safety-warning p{color:#fde68a}.coa-accounts-panel,.coa-forms-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem}.coa-accounts-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.coa-accounts-header .section-title{margin:0}.coa-list{list-style:none;display:flex;flex-direction:column;gap:.4rem}.coa-list-item{width:100%;border:1px solid var(--border-subtle);border-radius:var(--radius-sm);padding:.6rem .75rem;text-align:left;display:flex;flex-direction:column;gap:.2rem;color:var(--text);background:var(--surface-elevated)}.coa-list-item.selected{background:var(--selection-bg);border-color:var(--selection-border);box-shadow:0 0 0 2px var(--selection-glow);color:var(--selection-text)}.coa-list-item.selected .coa-list-item-meta{color:var(--selection-text)}.coa-list-item-title{font-size:.9rem;font-weight:600}.coa-list-item-meta{font-size:.75rem;color:var(--text-muted);text-transform:capitalize}.coa-forms-panel{display:grid;gap:1rem}.coa-forms-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.coa-forms-header .section-title{margin:0}.coa-form-card{border:1px solid var(--border-subtle);border-radius:var(--radius);padding:1rem;background:var(--surface-elevated)}.coa-empty-message{display:flex;align-items:center;justify-content:center;min-height:200px;color:var(--text-muted);font-size:.95rem}.coa-form{display:grid;gap:.8rem}.coa-checkbox-row label{display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--text-muted)}.coa-add-form-container{display:grid;grid-template-columns:1fr 320px;gap:1rem}.coa-add-guidance{background:var(--surface-elevated);border:1px solid var(--border-subtle);border-radius:var(--radius);padding:1rem;display:flex;flex-direction:column;gap:.75rem}.guidance-title{font-size:.95rem;font-weight:600;color:var(--text);margin:0}.guidance-content{display:flex;flex-direction:column;gap:.8rem}.guidance-section{display:flex;flex-direction:column;gap:.4rem}.guidance-section h4{font-size:.8rem;font-weight:600;color:var(--color-primary);margin:0;text-transform:uppercase;letter-spacing:.5px}.guidance-section p{font-size:.75rem;line-height:1.4;color:var(--text-muted);margin:0}.reports-page{padding:1.25rem}.reports-header{display:flex;align-items:center;justify-content:space-between;gap:.8rem;margin-bottom:1rem}.reports-toast{position:fixed;top:84px;right:20px;z-index:240;max-width:360px;display:flex;align-items:center;justify-content:space-between;gap:.7rem;padding:.7rem .85rem;border:1px solid var(--color-success);border-radius:var(--radius-sm);background:var(--color-success-subtle);color:var(--color-success-text);box-shadow:var(--shadow-sm)}.reports-toast-close{border:1px solid transparent;color:inherit;border-radius:6px;min-width:26px;min-height:26px;display:inline-flex;align-items:center;justify-content:center;font-size:1rem;line-height:1}.reports-toast-close:hover{border-color:currentColor}.reports-panel{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);padding:1rem;display:flex;flex-direction:column;gap:.9rem}.reports-controls-grid{display:grid;grid-template-columns:repeat(4,minmax(200px,1fr));gap:.8rem;align-items:end;padding:.8rem}.reports-controls-grid .form-input{padding-top:0;padding-bottom:0;height:2.5rem;box-sizing:border-box}.reports-controls-head{grid-column:1 / -1;display:flex;justify-content:flex-end;align-items:center;margin-bottom:.1rem}.reports-run-action{display:flex;justify-content:flex-end;gap:.5rem;flex-wrap:wrap}.reports-description{font-size:.85rem;color:var(--text-muted)}.reports-function-bar{border:1px solid var(--border-subtle);border-radius:var(--radius-sm);background:var(--surface-elevated);padding:.75rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.reports-function-meta{display:flex;flex-direction:column;gap:.2rem;color:var(--text-muted);font-size:.8rem}.reports-function-meta strong{color:var(--text);font-size:.88rem}.reports-pdf-preview-toggle{margin-top:.3rem;display:inline-flex;align-items:center;gap:.45rem;color:var(--text);font-size:.82rem}.reports-pdf-preview-toggle input{width:15px;height:15px}.reports-function-actions{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}.reports-action-separator{width:2px;height:24px;background-color:var(--border);margin:0 .5rem;flex-shrink:0}.reports-pdf-preview-panel{border:1px solid var(--border-subtle);border-radius:var(--radius-sm);background:var(--surface-elevated);padding:.75rem}.reports-pdf-preview-panel .section-title{margin:0 0 .5rem}.reports-pdf-preview-frame{width:100%;min-height:720px;border:1px solid var(--border);border-radius:var(--radius-sm);background:#fff}.reports-result-panel{border:1px solid var(--border-subtle);border-radius:var(--radius-sm);background:var(--surface-elevated);padding:.8rem}.reports-result-head{display:flex;align-items:center;justify-content:space-between;gap:.7rem;flex-wrap:wrap}.reports-view-toggle{display:inline-flex;gap:.4rem}.reports-gl-list{display:grid;gap:.6rem}.reports-gl-card{border:1px solid var(--border-subtle);border-radius:var(--radius-sm);background:var(--surface);padding:.7rem}.reports-gl-head,.reports-gl-meta,.reports-leg-row{display:flex;justify-content:space-between;gap:.7rem}.reports-gl-head{margin-bottom:.35rem;color:var(--text)}.reports-gl-meta{margin-bottom:.45rem;color:var(--text-muted);font-size:.78rem}.reports-gl-legs{display:grid;gap:.25rem}.reports-leg-row{font-size:.8rem;color:var(--text-muted)}.reports-summary-grid{display:grid;gap:.6rem;grid-template-columns:repeat(3,minmax(160px,1fr))}.reports-summary-grid>div{border:1px solid var(--border-subtle);border-radius:var(--radius-sm);background:var(--surface);padding:.6rem;display:grid;gap:.2rem}.reports-summary-grid strong{font-size:.8rem;color:var(--text-muted)}.reports-summary-grid span{color:var(--text);font-weight:700}.reports-pl-columns{margin-top:.8rem;display:grid;gap:.7rem;grid-template-columns:repeat(2,minmax(220px,1fr))}.reports-pl-section{border:1px solid var(--border-subtle);border-radius:var(--radius-sm);background:var(--surface);padding:.65rem;display:grid;gap:.35rem;align-content:start}.reports-pl-section h3{font-size:.85rem;color:var(--text)}.reports-pl-total-row,.reports-pl-net-row{margin-top:.35rem;padding-top:.4rem;border-top:1px solid var(--border-subtle);display:flex;justify-content:space-between;gap:.7rem;color:var(--text)}.reports-pl-net-row{margin-top:.8rem;border-top:2px solid var(--border)}.reports-bs-columns{margin-top:.8rem;display:grid;gap:.7rem;grid-template-columns:repeat(3,minmax(200px,1fr))}.reports-bs-section{border:1px solid var(--border-subtle);border-radius:var(--radius-sm);background:var(--surface);padding:.65rem;display:grid;gap:.35rem;align-content:start}.reports-bs-section h3{font-size:.85rem;color:var(--text)}.profile-form{display:grid;gap:.9rem}.profile-grid{display:grid;gap:.8rem;grid-template-columns:repeat(2,minmax(280px,1fr));align-items:start}.profile-section{border:1px solid var(--border-subtle);border-radius:var(--radius-sm);background:var(--surface-elevated);padding:.8rem;display:flex;flex-direction:column;align-items:stretch;gap:.45rem}.profile-section h3{font-size:1rem;font-weight:700;color:var(--text);margin-bottom:.2rem}.profile-section .form-group+.form-group{margin-top:0}.profile-actions{display:flex;justify-content:flex-end;align-items:center;gap:.7rem;flex-wrap:wrap}@media(max-width:1080px){.app-nav{height:auto;min-height:68px;flex-wrap:wrap;padding-top:.75rem;padding-bottom:.75rem}.app-nav-links{order:3;width:100%}.app-nav .nav-right{margin-left:0}.app-nav-company{flex:1}.app-nav-company-select{width:100%;max-width:none}.coa-page-body{grid-template-columns:1fr}.dashboard-body{grid-template-columns:240px 1fr}.ledger-summary{grid-template-columns:90px 1fr}.ledger-summary>span:nth-child(2){border-right:none}.ledger-checkbook-head{grid-template-columns:90px 1fr}.ledger-checkbook-head span:last-child{display:none}.ledger-summary-meta{grid-column:1 / -1;justify-self:start}.ledger-columns{grid-template-columns:1fr}.entry-meta-grid{grid-template-columns:180px minmax(260px,1fr)}.helper-form-group{width:100%;min-width:0;max-width:none}.entry-meta-grid .form-group:nth-child(3){grid-column:1 / -1}.entry-ledger-grid{grid-template-columns:1fr}.ledger-section-head{grid-template-columns:1fr;align-items:stretch}.ledger-section-controls{justify-content:space-between;margin-left:0;width:100%}.ledger-filter{min-width:0;width:100%}.reports-controls-grid{grid-template-columns:repeat(2,minmax(220px,1fr))}.reports-summary-grid,.reports-pl-columns,.reports-bs-columns,.profile-grid{grid-template-columns:1fr}}@media(max-width:780px){.app-nav-link{flex:1 1 calc(50% - .45rem);min-width:140px}.app-nav .nav-right{width:100%;justify-content:flex-end;flex-wrap:wrap}.app-nav-company{width:100%}.dashboard-body{grid-template-columns:1fr;min-height:0}.entry-meta-grid,.helper-inline-controls{grid-template-columns:1fr}.helper-panel-actions{justify-content:stretch}.helper-panel-actions .btn{width:100%}.entry-meta-grid .form-group:nth-child(3){grid-column:auto}.dashboard-sidebar{border-right:none;border-bottom:1px solid var(--border);max-height:280px}.dashboard-main,.coa-page{padding:1rem}.coa-page-header{flex-direction:column;align-items:stretch}.coa-company-select{min-width:0}.reports-page{padding:1rem}.reports-toast{top:76px;left:12px;right:12px;max-width:none}.reports-header{flex-direction:column;align-items:stretch}.reports-controls-grid{grid-template-columns:1fr}.reports-controls-head{justify-content:stretch}.reports-run-action .btn,.reports-function-actions,.reports-function-actions .btn{width:100%}.reports-gl-head,.reports-gl-meta,.reports-leg-row{flex-direction:column;align-items:flex-start;gap:.2rem}}
