:root{--control-navy:#071d38;--control-blue:#1468b7;--control-gold:#d59a27;--control-line:#d8e3ef;--control-bg:#f1f5f9}body{margin:0}.control-shell,.control-login,.control-loading{min-height:100vh;font-family:Segoe UI,Tahoma,Arial,sans-serif;color:#102a4c;background:var(--control-bg)}.control-topbar{height:68px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;padding:0 28px;background:var(--control-navy);color:#fff;border-bottom:2px solid var(--control-gold)}.control-brand{display:flex;align-items:center;justify-self:start;gap:12px;border:0;color:#fff;background:transparent;text-align:right;cursor:pointer}.control-brand img{width:112px;height:40px;object-fit:contain}.control-brand span{display:grid;gap:2px}.control-brand small{color:#a9bad0}.control-topbar nav{display:flex;align-self:stretch}.control-topbar nav button{padding:0 24px;border:0;border-bottom:3px solid transparent;color:#c8d5e5;background:transparent;font-weight:700;cursor:pointer}.control-topbar nav button.active{border-bottom-color:var(--control-gold);color:#fff;background:#0b2b51}.control-admin{display:flex;align-items:center;justify-self:end;gap:9px;color:#d8e5f2}.control-admin button{width:34px;height:34px;display:grid;place-items:center;border:1px solid #47617d;border-radius:6px;color:#fff;background:#0d3159;cursor:pointer}.control-main{padding:22px 28px 40px}.control-page-head{min-height:118px;display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:16px;padding:22px 26px;border:1px solid var(--control-line);border-radius:8px;background:#fff}.control-page-head.compact{min-height:82px;padding:14px 20px}.control-page-head span,.control-page-head p{color:#687b93}.control-page-head span{font-size:11px;font-weight:800;text-transform:uppercase}.control-page-head h1{margin:4px 0;color:#09264a;font-size:25px}.control-page-head p{margin:0;font-size:13px}.control-primary,.control-success,.control-danger,.control-page-head>button,.control-filter>button,.control-actions button,.control-create-actions button{min-height:36px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 15px;border:1px solid #b9cadb;border-radius:6px;background:#fff;color:#17395e;font-weight:750;cursor:pointer}.control-primary{border-color:#0c4f91!important;background:#0b3767!important;color:#fff!important}.control-success{border-color:#16835f!important;background:#e5f7f0!important;color:#096345!important}.control-danger{border-color:#d9a29c!important;color:#a5261a!important}.control-kpis{display:grid;grid-template-columns:repeat(4,minmax(170px,1fr));gap:12px}.control-kpis article{min-height:100px;display:flex;align-items:center;gap:15px;padding:18px;border:1px solid var(--control-line);border-radius:8px;background:#fff}.control-kpis svg{color:var(--control-blue)}.control-kpis div{display:grid;gap:5px}.control-kpis small{color:#687b93}.control-kpis strong{font-size:25px;color:#09264a;font-variant-numeric:tabular-nums}.control-filter{display:grid;grid-template-columns:minmax(320px,1fr) 180px auto;gap:8px;margin-bottom:10px;padding:10px;border:1px solid var(--control-line);border-radius:7px;background:#fff}.control-filter label{display:flex;align-items:center;gap:8px}.control-filter input,.control-filter select,.control-create input{width:100%;min-height:36px;padding:0 11px;border:1px solid #bdccdd;border-radius:5px;background:#fff;font:inherit}.control-filter select{padding:0 10px}.control-table-wrap{max-height:calc(100vh - 245px);overflow:auto;border:1px solid var(--control-line);border-radius:7px;background:#fff}.control-table-wrap table{width:100%;border-collapse:collapse;white-space:nowrap;font-size:12px}.control-table-wrap th{position:sticky;top:0;z-index:1;height:40px;padding:0 10px;background:#e8eff7;color:#15395f;text-align:right}.control-table-wrap td{height:42px;padding:0 10px;border-top:1px solid #e3ebf3}.control-table-wrap tbody tr:hover td{background:#f3f8fd}.control-link{border:0;background:transparent;color:#0968b8;font-weight:800;cursor:pointer}.control-empty{padding:30px;text-align:center;color:#71839a}.control-status{display:inline-flex;align-items:center;justify-content:center;min-width:62px;min-height:24px;padding:0 8px;border-radius:12px;background:#e8eef5;color:#53667e;font-size:11px;font-weight:800}.status-active,.status-applied{background:#daf4e9;color:#08704e}.status-setup{background:#e1effd;color:#1766a8}.status-blocked,.status-checksum_error,.status-failed{background:#fee4e2;color:#b42318}.status-offline{background:#fff0cf;color:#9b5d00}.status-disabled{background:#e8eaed;color:#5f6670}.control-actions{display:flex;align-items:center;flex-wrap:wrap;gap:7px;margin-bottom:12px;padding:10px;border:1px solid var(--control-line);border-radius:7px;background:#fff}.control-detail-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.control-detail-grid article,.control-migrations,.control-create{padding:16px;border:1px solid var(--control-line);border-radius:8px;background:#fff}.control-detail-grid h2,.control-migrations h2{margin:0 0 12px;font-size:15px}.control-kv{display:grid;grid-template-columns:125px 1fr;gap:12px;min-height:42px;align-items:center;border-top:1px solid #e5ecf3}.control-kv small{color:#6c7f95}.control-kv strong{overflow-wrap:anywhere;font-size:12px}.control-title-row{display:flex;align-items:center;gap:9px}.control-back{padding:0;border:0;background:transparent;color:#1470bf;cursor:pointer}.control-migrations{margin-top:12px}.control-migrations>div{display:grid;grid-template-columns:260px 100px 1fr;gap:12px;align-items:center;min-height:38px;border-top:1px solid #e5ecf3;font-size:12px}.control-danger-zone{margin-top:14px;padding:16px;border:1px solid #efc5c0;border-radius:8px;background:snow}.control-danger-zone h2{margin:0 0 5px;color:#8f281f;font-size:15px}.control-danger-zone p{margin:0 0 12px;color:#7b6664;font-size:12px}.control-danger-zone button{min-height:36px;padding:0 15px;border-radius:6px;font-weight:750;cursor:pointer}.control-create{display:grid;grid-template-columns:repeat(2,minmax(240px,1fr));gap:13px;max-width:1050px;margin:auto}.control-create label{display:grid;gap:6px;color:#334e6e;font-size:12px;font-weight:700}.control-create-note{grid-column:1/-1;display:flex;align-items:center;gap:9px;padding:11px;background:#edf6ff;color:#24557f}.control-create-actions{grid-column:1/-1;display:flex;justify-content:flex-start;gap:8px}.control-alert{display:flex;justify-content:space-between;margin-bottom:10px;padding:10px 13px;border:1px solid #e4afa9;border-radius:6px;background:#fff0ef;color:#9b2b1f}.control-alert button{border:0;background:transparent;font-size:20px;cursor:pointer}.control-login{display:grid;grid-template-columns:1.15fr .85fr;padding:5vh 6vw;background:linear-gradient(135deg,#061a33,#0b315b 55%,#06182e)}.control-login-brand{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:8%;color:#fff}.control-login-brand img{width:min(520px,80%);height:auto}.control-login-brand h1{margin:24px 0 8px;font-size:34px}.control-login-brand p{color:#b9c9dc;font-size:16px}.control-login form{align-self:center;display:grid;gap:17px;padding:45px;border-radius:8px;background:#fff;box-shadow:0 24px 70px #020d1b88}.control-login form>svg{color:var(--control-gold)}.control-login h2{margin:0;font-size:24px}.control-login form>p{margin:-8px 0 6px;color:#6e8096}.control-login label{display:grid;gap:7px;font-size:13px;font-weight:700}.control-login input{min-height:44px;padding:0 12px;border:1px solid #b9c9da;border-radius:6px;font:inherit}.control-form-error{padding:9px;background:#fff0ef;color:#a5261a}.control-loading{display:grid;place-items:center;color:#536b85}@media(max-width:1100px){.control-kpis{grid-template-columns:repeat(2,1fr)}.control-detail-grid,.control-login{grid-template-columns:1fr}.control-login-brand{display:none}}.control-tabs{display:flex;gap:3px;margin-bottom:12px;border-bottom:1px solid var(--control-line);background:#fff;padding:0 12px}.control-tabs button{min-height:43px;padding:0 18px;border:0;border-bottom:3px solid transparent;background:transparent;color:#516b87;font-weight:800;cursor:pointer}.control-tabs button.active{border-bottom-color:var(--control-gold);color:#092d55}.control-progress{padding:8px 12px;margin-bottom:10px;background:#edf6ff;color:#24557f}.readiness-summary{display:grid;grid-template-columns:repeat(8,minmax(110px,1fr));gap:8px;margin-bottom:10px}.readiness-summary article{display:grid;gap:5px;padding:12px;border:1px solid var(--control-line);border-radius:7px;background:#fff}.readiness-summary small{color:#72849a}.readiness-summary strong{font-size:16px;color:#0a315c;font-variant-numeric:tabular-nums}.readiness-table{max-height:52vh}.readiness-table button{min-height:28px}.control-plan{margin-top:10px;padding:15px;border:1px solid var(--control-line);border-radius:8px;background:#fff}.control-plan h2{margin:0 0 10px;font-size:16px}.control-plan>div{display:grid;grid-template-columns:80px 310px 1fr;gap:10px;min-height:36px;align-items:center;border-top:1px solid #e4ebf3}.control-modal{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:28px;background:#06182e99}.control-modal>section{width:min(760px,94vw);max-height:90vh;overflow:auto;padding:18px;border-radius:8px;background:#fff;box-shadow:0 30px 80px #00102566}.control-modal>section.wide{width:min(1100px,96vw)}.control-modal header{position:sticky;top:-18px;z-index:2;display:flex;justify-content:space-between;align-items:center;margin:-18px -18px 15px;padding:15px 18px;border-bottom:1px solid var(--control-line);background:#fff}.control-modal header h2{margin:3px 0}.control-modal header>button{width:34px;height:34px;border:1px solid var(--control-line);border-radius:5px;background:#fff;cursor:pointer}.migration-meta{display:flex;align-items:center;flex-wrap:wrap;gap:12px;padding:10px;background:#f4f7fb}.migration-meta code{overflow-wrap:anywhere}.control-modal h3{display:flex;align-items:center;gap:7px;font-size:14px}.control-modal pre{direction:ltr;max-height:300px;overflow:auto;padding:14px;border:1px solid #cbd7e5;border-radius:6px;background:#071827;color:#d9e8f7;font:12px/1.65 Consolas,monospace;white-space:pre-wrap}.precheck{display:grid;grid-template-columns:100px 1fr auto;gap:10px;padding:12px;border:1px solid #b7d1ea;background:#eff7ff}.precheck.ready{border-color:#9ed8c3;background:#eefaf5}.precheck.blocked{border-color:#eba9a2;background:#fff0ef}.precheck.warning{border-color:#efd394;background:#fff8e8}@media(max-width:1300px){.readiness-summary{grid-template-columns:repeat(4,1fr)}}:root{--bg: #eef2f5;--panel: #fff;--panel-soft: #f7f9fb;--ink: #17212b;--muted: #617080;--line: #c9d2dc;--line-strong: #9eabb9;--nav: #26313d;--nav-active: #344252;--accent: #0d766e;--accent-ink: #075e58;--title: #153e75;--row-active: #e7f4f1;--grid-head: #e7edf4;--edit-row: #fff8c9;--warn: #c47a00;--app-font: "Segoe UI Variable Text", "Segoe UI", Tahoma, Arial, sans-serif;--button-bg: #ffffff;--button-bg-hover: #eaf7f4;--button-bg-active: #d8f0eb;--button-border: #0d766e;--button-text: #075e58;--button-shadow: 0 1px 1px rgba(16, 24, 32, .05);--button-shadow-hover: 0 2px 5px rgba(13, 118, 110, .12);font-family:var(--app-font)}*{box-sizing:border-box}body{margin:0;min-width:1120px;color:var(--ink);background:var(--bg)}button,input,select{font:inherit}button{cursor:pointer}.view-hidden{display:none}button:not(.tree-node):not(.tree-account):not(.tree-expander):not(.lookup-inline-menu button):not(.tax-list button){min-height:30px;border:1px solid var(--button-border);border-radius:4px;background:var(--button-bg);color:var(--button-text);box-shadow:var(--button-shadow);font-family:var(--app-font);font-size:12px;font-weight:800;line-height:1.15;text-align:center;transition:background-color .12s ease,border-color .12s ease,box-shadow .12s ease,transform .08s ease}button:not(.tree-node):not(.tree-account):not(.tree-expander):not(.lookup-inline-menu button):not(.tax-list button):hover:not(:disabled){background:var(--button-bg-hover);box-shadow:var(--button-shadow-hover)}button:not(.tree-node):not(.tree-account):not(.tree-expander):not(.lookup-inline-menu button):not(.tax-list button):active:not(:disabled){background:var(--button-bg-active);transform:translateY(1px)}button:not(.tree-node):not(.tree-account):not(.tree-expander):not(.lookup-inline-menu button):not(.tax-list button):focus-visible{outline:2px solid rgba(13,118,110,.28);outline-offset:1px}button:disabled{border-color:#b8c3ce!important;background:#f1f4f7!important;color:#81909f!important;box-shadow:none!important;cursor:default}select{appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--accent-ink) 50%),linear-gradient(135deg,var(--accent-ink) 50%,transparent 50%);background-position:left 12px center,left 7px center;background-size:5px 5px,5px 5px;background-repeat:no-repeat;padding-left:24px}.login-screen{min-height:100vh;display:grid;place-items:center}.login-panel{width:520px;background:var(--panel);border:1px solid var(--line);padding:22px}.login-head{display:flex;gap:12px;align-items:center;margin-bottom:18px}.brand-mark{width:38px;height:38px;display:grid;place-items:center;background:#d99a21;color:#17212b;font-weight:800}.login-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}label span{display:block;color:var(--muted);font-size:12px;margin-bottom:4px}input,select{width:100%;min-height:34px;border:1px solid #b9c3cf;padding:6px 8px;background:#fff;color:var(--ink)}.login-submit{width:100%;height:40px;margin-top:16px;border:1px solid var(--accent);background:var(--accent);color:#fff;font-weight:800}.app-shell{min-height:100vh;display:grid;grid-template-rows:auto 1fr}.top-nav{position:sticky;top:0;z-index:15;min-height:54px;background:var(--nav);color:#fff;padding:8px 14px;display:flex;align-items:center;gap:8px;border-bottom:2px solid #d99a21}.brand{display:flex;gap:10px;align-items:center;min-width:150px;padding-inline-end:12px;border-inline-end:1px solid rgba(255,255,255,.14)}.brand span{display:block;color:#b7c0ca;font-size:12px}.top-nav button{min-height:34px;border:1px solid transparent;background:transparent;color:#dce3ea;text-align:center;padding:0 10px;white-space:nowrap}.top-nav button.active,.top-nav button:hover{background:var(--nav-active);border-color:#ffffff29;color:#fff}.nav-menu{position:relative;flex:0 0 auto}.nav-menu-trigger{position:relative;padding-left:24px!important}.nav-menu-trigger:after{content:"";position:absolute;left:9px;top:50%;width:6px;height:6px;border-left:2px solid currentColor;border-bottom:2px solid currentColor;transform:translateY(-65%) rotate(-45deg)}.nav-menu-panel{position:absolute;top:calc(100% + 7px);right:0;z-index:30;min-width:190px;display:none;padding:6px;border:1px solid rgba(255,255,255,.14);background:#fff;box-shadow:0 14px 28px #1018203d}.nav-menu:hover .nav-menu-panel,.nav-menu:focus-within .nav-menu-panel{display:grid;gap:5px}.top-nav .nav-menu-panel button{width:100%;min-height:30px;justify-content:stretch;border-color:#d0d9e2;background:#fff;color:#123865;text-align:right}.top-nav .nav-menu-panel button:hover,.top-nav .nav-menu-panel button.active{border-color:var(--accent);background:#eaf7f4;color:var(--accent-ink)}.nav-menu.active>.nav-menu-trigger{background:var(--nav-active);border-color:#ffffff29;color:#fff}.legacy-codes{margin-inline-start:auto;color:#b7c0ca;display:grid;gap:2px;text-align:left;white-space:nowrap}.legacy-codes strong{color:#fff}.legacy-codes .logout-button{min-height:22px;padding:0 8px;border-color:#ffffff59;color:#fff;font-size:11px}.legacy-codes .logout-button:hover{background:#ffffff1f}.workspace{min-width:0;padding:12px 14px 18px}.topbar{height:68px;display:flex;align-items:center;justify-content:space-between;background:var(--panel);border:1px solid var(--line);padding:0 16px}.topbar h1{margin:4px 0 0;font-size:23px}.topbar small{display:block;margin-top:2px;color:var(--muted);font-size:11px;font-weight:700}.screen-code{display:inline-block;color:#fff;background:var(--accent);padding:4px 8px;font-weight:700;font-size:13px}.session-chip{border:1px solid #b9c3cf;background:#f8fafc;padding:8px 10px;font-size:12px}.screen-grid{margin-top:14px;display:grid;grid-template-columns:repeat(4,minmax(180px,1fr));gap:10px}.screen-tile{min-height:112px;background:var(--panel);border:1px solid var(--line);padding:12px;display:grid;align-content:space-between}.screen-tile span{display:block;color:var(--muted);font-size:12px;margin-top:6px}.screen-tile button,.editor-toolbar button{height:32px;border:1px solid var(--accent);background:#fff;color:var(--accent)}.accounts-layout{margin-top:14px;display:grid;grid-template-columns:minmax(620px,1fr) 430px;gap:8px;min-height:calc(100vh - 110px)}.account-tree,.account-editor,.placeholder,.status-strip,.data-grid-wrap{background:var(--panel);border:1px solid var(--line)}.account-tree{order:2;padding:8px;display:grid;grid-template-rows:auto auto auto 1fr;gap:8px;min-height:0}.panel-head{display:flex;align-items:flex-end;justify-content:space-between;gap:10px}.panel-head span,.editor-toolbar span{color:var(--muted);font-size:12px;font-weight:700}.panel-head strong{font-size:16px}.tree-meta{display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:12px}.tree-list{overflow:auto;border:1px solid var(--line)}.tree-loading{padding:16px 10px;color:navy;font-size:13px;font-weight:800;background:#f8fafc}.tree-node{width:100%;min-height:34px;display:grid;grid-template-columns:24px 1fr;align-items:stretch;border-bottom:1px solid var(--line);background:#fff;color:var(--ink);text-align:right}.tree-node.active,.tree-node:hover{background:#edf7f5}.tree-expander{width:22px;height:22px;align-self:center;border:1px solid #9aa8b6;background:#f8fafc;color:#26323d;font-weight:800;line-height:1;padding:0}.tree-expander.empty{border-color:transparent;background:transparent;cursor:default}.tree-account{min-height:34px;display:grid;grid-template-columns:92px minmax(0,1fr);gap:8px;align-items:center;border:0;background:transparent;color:var(--ink);text-align:right;padding:0 4px}.tree-account-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:700}.tree-account-code{color:var(--muted);font-size:12px;direction:ltr;text-align:right}.account-editor{order:1;display:grid;grid-template-rows:auto auto auto auto auto 1fr;min-width:0;background:#ededed;border-color:#9aa8b6}.account-loading{display:grid;place-items:center;min-height:420px}.loading-box{display:grid;gap:8px;min-width:320px;padding:18px 20px;border:1px solid #b5bdc6;background:#fff;text-align:center}.loading-box strong{color:navy;font-size:16px}.loading-box span{color:var(--muted);font-size:13px}.editor-toolbar{min-height:54px;display:flex;align-items:center;justify-content:space-between;padding:8px 10px;border-bottom:1px solid #b5bdc6;background:#f1f1f1}.editor-toolbar h2{margin:4px 0 0;font-size:17px;color:navy}.grid-actions{display:flex;gap:8px;align-items:center}.editor-toolbar button:disabled{border-color:#c8d0d8;color:#8a96a3;background:#f3f5f7;cursor:not-allowed}.form-message{margin:8px 10px 0;padding:7px 9px;border:1px solid #c4cbd3;background:#fff;color:navy;font-size:12px;font-weight:700}.qawaem-enquiry-screen{display:grid;gap:10px;padding:10px 14px}.qawaem-notice{min-height:36px;display:flex;align-items:center;justify-content:center;padding:6px 12px;border:1px solid #f0c5c5;background:#fde8e8;color:#c52727;font-size:15px;font-weight:800}.qawaem-card{border:1px solid var(--line);background:#fff}.qawaem-card-title{min-height:34px;display:flex;align-items:center;justify-content:center;background:#116dcc;color:#fff;font-size:17px;font-weight:900}.qawaem-form{min-height:190px;display:grid;grid-template-columns:minmax(220px,300px) minmax(220px,300px) auto;align-content:center;justify-content:center;align-items:end;gap:18px;padding:22px;direction:rtl}.qawaem-form label{display:grid;gap:7px;color:var(--ink);font-size:13px;font-weight:800}.qawaem-form label span{display:flex;gap:3px;align-items:center;justify-content:flex-end}.qawaem-form label b{color:#d92d20}.qawaem-form input{height:38px;border:1px solid #b6c3d1;background:#fff;color:#0f172a;font-size:15px;font-weight:800;text-align:right;padding:0 10px}.qawaem-form small{color:#34435a;font-size:11px;font-weight:800;text-align:left;direction:ltr}.qawaem-actions{display:flex;gap:10px;align-items:end}.qawaem-actions button{min-width:82px;min-height:40px;border:1px solid #00746f;background:#fff;color:#00625f;font-weight:900;cursor:pointer}.qawaem-actions button:first-child{background:#1f6fe5;border-color:#1f6fe5;color:#fff}.qawaem-actions button:disabled{border-color:#b9c3cf;background:#eef2f7;color:#7b8794;cursor:wait}.qawaem-api-note{display:flex;flex-wrap:wrap;gap:8px;align-items:center;justify-content:center;padding:10px 16px 18px;color:#0f172a;font-size:13px;font-weight:800}.qawaem-api-note code{direction:ltr;color:navy;font-family:Consolas,monospace;font-size:12px}.qawaem-result-panel{border:1px solid var(--line);background:#fff;padding:10px}.qawaem-status-banner{min-height:34px;display:flex;align-items:center;justify-content:center;margin-bottom:8px;border:1px solid #b8e2cb;background:#e8f7ef;color:#006b3f;font-size:14px;font-weight:900}.qawaem-status-banner.warning{border-color:#fed7aa;background:#fff7ed;color:#9a3412}.qawaem-result-head{display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:flex-end;padding:8px 10px;border:1px solid var(--line);background:#f8fafc;color:navy;font-size:12px;font-weight:900}.qawaem-result-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid var(--line);border-top:0}.qawaem-result-grid div{display:grid;gap:4px;padding:10px;border-left:1px solid var(--line);background:#eef5fb;text-align:center}.qawaem-result-grid div:last-child{border-left:0}.qawaem-result-grid span{color:#41506a;font-size:12px;font-weight:800}.qawaem-result-grid strong{color:navy;font-size:13px}.qawaem-raw{margin-top:10px;border:1px solid var(--line);background:#f8fafc}.qawaem-raw summary{padding:8px 10px;color:#00625f;font-size:12px;font-weight:900;cursor:pointer}.qawaem-raw pre{direction:ltr;text-align:left;margin:0;padding:10px;max-height:210px;overflow:auto;border-top:1px solid var(--line);color:#0f172a;font-size:12px}@media(max-width:900px){.qawaem-form{grid-template-columns:1fr;min-height:0;justify-content:stretch}.qawaem-actions{justify-content:flex-start}.qawaem-result-grid{grid-template-columns:1fr}.qawaem-result-grid div{border-left:0;border-bottom:1px solid var(--line)}}.validation-message{border-color:#d9a441;background:#fff8df;color:#5e4300}.validation-message strong{display:block;margin-bottom:5px}.validation-message ul{margin:0;padding:0 18px 0 0;line-height:1.7}.einvoice-customer-form-screen .validation-message{border-color:#d92d20;background:#fff1f0;color:#8a1f17}.einvoice-customer-form-screen .validation-message strong{color:#b42318}.einvoice-customer-form-screen .validation-message li{color:#8a1f17}.warning-pill{border-color:#d9a441!important;background:#fff8df!important;color:#6b4a00!important}.success-pill{border-color:#8dc6a8!important;background:#effaf3!important;color:#0a6b3c!important}.account-form-grid{display:grid;grid-template-columns:repeat(4,minmax(132px,1fr));gap:7px 10px;padding:10px;align-items:end}.field.wide{grid-column:span 2}.field-label{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin-bottom:3px}.field-label strong{color:navy;font-size:12px;font-weight:800}.field-label small,.data-grid th small{color:#7b8794;font-size:10px;font-weight:700;direction:ltr}.field input,.field select{min-height:25px;height:25px;border-color:#9aa0a6;background:#f8f8f8;padding:2px 6px;font-size:12px}.field select:disabled{opacity:1;background:#f8f8f8;color:navy}.search-select{display:grid;grid-template-columns:minmax(0,1fr) minmax(110px,.8fr);gap:4px;align-items:center}.search-select input,.search-select select{min-height:25px;height:25px;border:1px solid #9aa0a6;background:#fff;padding:2px 6px;font-size:12px}.search-select input{direction:rtl}.search-select small{grid-column:1 / -1;color:#7b8794;font-size:10px;line-height:1;text-align:left;direction:rtl}.search-select select{padding-left:24px}.account-path{margin:0 12px 12px;padding:9px 10px;border:1px solid var(--line);background:#f8fafc;color:#344250;font-size:13px}.account-auth-panel{margin:0 10px 10px;border:1px solid #c4cbd3;background:#f7f7f7}.auth-title{min-height:28px;display:flex;align-items:center;justify-content:space-between;padding:5px 8px;color:navy;font-size:12px;font-weight:800;border-bottom:1px solid #c4cbd3}.auth-title small,.auth-grid small{color:#7b8794;font-size:10px;direction:ltr}.auth-controls{display:grid;grid-template-columns:minmax(0,1fr) 74px;gap:6px;padding:6px 8px;border-bottom:1px solid #d6dbe1;align-items:start}.auth-controls select{height:25px;min-height:25px;font-size:12px;background:#fff}.auth-controls button,.auth-row button{min-height:24px;border:1px solid #9aa8b6;background:#f8fafc;color:navy;font-size:12px}.auth-controls button:disabled{color:#8a96a3;cursor:not-allowed}.auth-grid{display:grid;grid-template-columns:110px minmax(0,1fr) 58px;align-items:center;max-height:130px;overflow:auto}.auth-grid>strong{position:sticky;top:0;z-index:1;min-height:25px;padding:5px 8px;background:#eceff3;color:navy;font-size:12px;border-bottom:1px solid #c4cbd3}.auth-row{display:contents}.auth-row span{min-height:24px;padding:4px 8px;border-bottom:1px solid #d6dbe1;font-size:12px;background:#fff}.auth-row span:first-child{direction:ltr;text-align:right;color:#344250}.auth-row button{min-height:24px;border-top:0;border-right:0;border-left:1px solid #d6dbe1;border-bottom:1px solid #d6dbe1;background:#fff}.auth-empty{grid-column:1 / -1;padding:12px 8px;color:var(--muted);font-size:12px}.account-audit-grid{display:grid;grid-template-columns:repeat(4,minmax(110px,1fr));gap:8px;margin:0 10px 10px;padding:8px;border-top:1px solid #b5bdc6}.status-strip{margin-top:14px;display:grid;grid-template-columns:repeat(3,1fr)}.status-strip div{padding:12px;border-left:1px solid var(--line)}.data-grid-wrap{margin-top:12px;overflow:auto}.data-grid{width:100%;border-collapse:collapse;table-layout:fixed}.data-grid th,.data-grid td{border-bottom:1px solid var(--line);border-left:1px solid var(--line);height:38px;padding:6px}.data-grid th{background:#edf1f4;color:#344250;font-size:12px}.data-grid tbody tr{cursor:pointer}.data-grid tbody tr:hover,.data-grid .selected-row{background:#edf7f5}.dimension-layout{margin-top:14px;display:grid;grid-template-columns:minmax(620px,1fr) 430px;gap:8px;min-height:calc(100vh - 110px)}.dimension-editor{min-height:0}.dimension-form-grid{grid-template-columns:repeat(3,minmax(180px,1fr))}.dimension-form-grid .field.wide{grid-column:span 2}.dimension-grid-wrap{margin:0 10px 10px;overflow:auto;border:1px solid var(--line);background:#fff}.dimension-grid th,.dimension-grid td{height:30px;font-size:12px}.dimension-grid th:first-child,.dimension-grid td:first-child{width:105px;text-align:center}.dimension-grid th:nth-child(2),.dimension-grid td:nth-child(2){width:270px}.dimension-grid th:nth-child(3),.dimension-grid td:nth-child(3){width:120px;direction:ltr;color:navy;font-weight:800}.dimension-grid td:first-child input{width:14px;height:14px;min-height:14px}.dimension-grid input,.dimension-grid select{width:100%;min-height:24px;height:24px;border:1px solid #9aa0a6;background:#fff;padding:2px 5px;font-size:12px}.dimension-grid .dimension-edit-row td,.dimension-grid .dimension-edit-row td:first-child{background:#fffbc1}.system-screen{margin-top:10px;display:grid;gap:8px;min-height:calc(100vh - 92px);border:1px solid var(--line);border-radius:4px;background:#eef3f7;padding:8px}.system-toolbar{min-height:50px;border:1px solid var(--line);border-radius:4px}.system-filter-row{display:grid;grid-template-columns:minmax(260px,420px) 1fr;align-items:center;gap:10px;padding:7px 8px;border:1px solid var(--line);border-radius:4px;background:#fbfcfd}.system-filter-row span{color:var(--muted);font-size:12px;font-weight:800}.system-table-wrap{min-height:0;overflow:auto;border:1px solid var(--line);border-radius:4px;background:#fff}.system-grid{min-width:980px}.system-grid th,.system-grid td{height:31px;padding:4px 7px;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.system-grid th{color:var(--title);background:var(--grid-head)}.system-grid td:first-child,.system-grid td:last-child{text-align:center;direction:ltr;color:navy;font-weight:800}.system-settings-screen{align-content:start}.system-settings-summary{display:flex;align-items:center;gap:10px;min-height:32px;padding:6px 10px;border:1px solid var(--line);border-radius:4px;background:#fbfcfd;color:var(--title);font-size:12px;font-weight:800}.system-settings-summary span{color:var(--muted)}.system-settings-summary b{margin-inline-start:auto;color:#8a5a00}.system-settings-grid{display:grid;grid-template-columns:repeat(2,minmax(280px,1fr));gap:8px;align-items:start}.audit-offices-screen{align-content:start}.audit-offices-summary{min-height:32px;display:flex;align-items:center;gap:8px;padding:5px 8px;border:1px solid var(--line);border-radius:4px;background:#fbfcfd;color:var(--title);font-size:12px;font-weight:800}.audit-offices-summary span{color:var(--muted)}.audit-offices-summary b{margin-inline-start:auto;padding:3px 8px}.audit-offices-layout{display:grid;grid-template-columns:minmax(620px,1fr) minmax(360px,440px);gap:8px;min-height:0}.audit-offices-table-wrap{min-height:300px}.audit-offices-grid{min-width:1120px}.audit-status{display:inline-flex;min-width:54px;min-height:22px;align-items:center;justify-content:center;border:1px solid currentColor;font-size:12px;font-weight:900}.audit-status.active{color:#047857;background:#dcfce7}.audit-status.inactive{color:#9a3412;background:#fff7ed}.audit-office-editor{display:grid;grid-template-columns:repeat(2,minmax(130px,1fr));gap:7px;align-content:start;padding:8px;border:1px solid var(--line);border-radius:4px;background:#f8fbfd}.audit-office-editor .sales-invoice-section-title,.audit-office-editor .wide{grid-column:1 / -1}.audit-office-editor label{display:flex;flex-direction:column;gap:3px;min-width:0}.audit-office-editor label span{display:flex;justify-content:space-between;gap:8px;color:var(--title);font-size:12px;font-weight:900}.audit-office-editor small{color:var(--muted);font-size:10px}.audit-office-editor input{height:28px;border:1px solid #9fb2c7;background:#fff;color:#001a70;font-size:12px;font-weight:800}.audit-office-editor input[readonly],.audit-office-editor input:disabled{background:#f1f5f9;color:#64748b}.audit-office-active-field{align-items:center;justify-content:end;grid-template-columns:auto auto}.audit-office-active-field input{width:18px;height:18px}.system-setting-card{min-height:126px;display:grid;gap:8px;align-content:start;padding:10px;border:1px solid var(--line);border-radius:4px;background:#fff}.system-setting-card header{display:flex;align-items:center;gap:8px}.system-setting-card header>span{width:32px;height:28px;display:grid;place-items:center;border:1px solid #99c7c3;color:#005f57;font-weight:900}.system-setting-card header div{min-width:0;display:grid;gap:1px}.system-setting-card strong{color:var(--blue);font-size:13px}.system-setting-card small{direction:ltr;color:#6d7b8c;font-size:10px}.system-setting-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:6px}.system-setting-options label{min-height:32px;display:flex;align-items:center;gap:7px;padding:5px 7px;border:1px solid var(--line);background:#f7fafc;font-size:12px;font-weight:800;cursor:pointer}.system-setting-options label.selected{border-color:#00877f;background:#e6f5f2;color:#003b75}.system-setting-options input{width:14px;height:14px;min-height:14px}.system-setting-card p{margin:0;color:var(--muted);font-size:11px;line-height:1.6}.blob-state{display:inline-block;min-width:76px;color:#075e58;direction:rtl;font-size:11px;font-weight:800}.branch-media-panel{display:grid;grid-template-columns:repeat(3,minmax(220px,1fr));gap:8px}.branch-media-box{min-width:0;display:grid;grid-template-rows:auto 132px auto;gap:6px;padding:8px;border:1px solid var(--line);border-radius:4px;background:#fbfcfd}.branch-media-head{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.branch-media-head strong{display:block;color:var(--title);font-size:12px}.branch-media-head small{display:block;color:var(--muted);direction:ltr;font-size:10px;font-weight:800}.branch-media-head span{color:#075e58;font-size:11px;font-weight:800;white-space:nowrap}.branch-media-preview{min-height:0;display:grid;place-items:center;overflow:auto;border:1px solid #cbd5df;background:#fff}.branch-media-preview img{max-width:100%;max-height:126px;object-fit:contain}.branch-media-preview iframe{width:100%;height:126px;border:0}.branch-media-preview pre{width:100%;height:126px;margin:0;padding:6px;overflow:auto;color:var(--ink);direction:rtl;font-family:inherit;font-size:11px;line-height:1.6;white-space:pre-wrap}.branch-media-preview span{color:var(--muted);font-size:12px}.branch-media-download{color:var(--button-text);font-size:12px;font-weight:800;text-decoration:underline;text-underline-offset:3px}.branch-media-actions{display:flex;align-items:center;gap:6px}.branch-media-actions label{min-height:28px;display:inline-grid;place-items:center;padding:0 10px;border:1px solid var(--button-border);border-radius:4px;background:#fff;color:var(--button-text);font-size:12px;font-weight:800;cursor:pointer}.branch-media-actions input{display:none}.branches-grid th:first-child,.branches-grid td:first-child,.user-groups-grid th:first-child,.user-groups-grid td:first-child,.codes-grid th:first-child,.codes-grid td:first-child{width:90px}.branches-grid th:nth-child(2),.branches-grid td:nth-child(2),.user-groups-grid th:nth-child(2),.user-groups-grid td:nth-child(2){width:340px}.branches-grid{min-width:1320px}.branches-grid th:nth-child(6),.branches-grid td:nth-child(6),.branches-grid th:nth-child(7),.branches-grid td:nth-child(7),.branches-grid th:nth-child(8),.branches-grid td:nth-child(8){width:120px;text-align:center}.einvoice-layout{display:grid;grid-template-rows:auto minmax(220px,1fr);gap:8px}.einvoice-form-panel,.einvoice-list-panel{min-width:0;padding:8px;border:1px solid var(--line);background:#fbfcfd}.einvoice-customer-form-screen{gap:8px}.einvoice-customer-form-title{display:grid!important;grid-template-columns:auto minmax(260px,auto) minmax(420px,1fr)!important;grid-template-areas:"actions metrics title";align-items:center!important;gap:8px!important;min-height:0!important;height:42px!important;max-height:42px!important;padding:4px 10px!important;margin:0!important;overflow:hidden!important}.einvoice-customer-form-title>div:first-child{grid-area:title;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:6px!important;min-width:280px;max-width:100%;justify-self:end;text-align:right;line-height:1;margin-inline-end:0!important;overflow:hidden;white-space:nowrap}.einvoice-customer-form-title>div:first-child strong{font-size:16px;line-height:1;flex:0 0 auto}.einvoice-customer-form-title>div:first-child span{font-size:11px;line-height:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.einvoice-customer-form-metrics{grid-area:metrics;display:flex!important;flex-wrap:nowrap;justify-content:center;align-items:center;gap:4px;min-width:0;overflow:hidden;margin-inline-end:0!important;height:26px}.einvoice-customer-form-metrics .metric-pill{min-height:20px;padding:2px 6px;white-space:nowrap}.einvoice-customer-form-actions{grid-area:actions;display:flex!important;flex-direction:row!important;flex-wrap:nowrap;align-items:center;justify-content:flex-start;gap:6px;margin-inline-end:0!important;height:30px}.einvoice-customer-form-actions button{min-width:72px;min-height:28px;height:28px;padding:4px 10px;white-space:nowrap}.einvoice-form-panel{display:grid;gap:8px;background:#eef4f7}.einvoice-form-section{display:grid;gap:8px;padding:8px;border:1px solid var(--line);background:#fff}.einvoice-form-section-title{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:28px;padding:4px 8px;border:1px solid #b9d8d3;background:#eaf7f4;color:var(--title)}.einvoice-form-section-title strong{font-size:13px;font-weight:900}.einvoice-form-section-title span{color:#52677a;font-size:11px;font-weight:700}.einvoice-account-row{display:grid;grid-template-columns:minmax(220px,.75fr) minmax(560px,2fr) 210px;gap:8px;align-items:end;margin-bottom:8px}.einvoice-account-row .field.wide{grid-column:auto}.einvoice-account-row>.field:nth-child(2){min-width:0}.einvoice-type{display:flex;gap:12px;align-items:center;justify-content:center;min-height:32px;border:1px solid var(--line);background:#fff;color:var(--title);font-size:12px;font-weight:800;justify-self:stretch}.einvoice-type label{display:inline-flex;gap:4px;align-items:center}.einvoice-grid{display:grid;grid-template-columns:repeat(3,minmax(180px,1fr));gap:7px}.einvoice-grid-four{grid-template-columns:repeat(4,minmax(160px,1fr))}.einvoice-grid-six{grid-template-columns:repeat(6,minmax(120px,1fr))}.einvoice-list-panel .system-table-wrap{max-height:calc(100vh - 560px)}.einvoice-main-list{max-height:calc(100vh - 285px)}.einvoice-grid-table th:first-child,.einvoice-grid-table td:first-child,.einvoice-grid-table th:nth-child(2),.einvoice-grid-table td:nth-child(2),.einvoice-grid-table th:nth-child(4),.einvoice-grid-table td:nth-child(4){width:140px;text-align:center;direction:ltr;color:navy;font-weight:800}.einvoice-grid-table th:first-child,.einvoice-grid-table td:first-child{width:84px;direction:rtl}.einvoice-grid-table th:nth-child(3),.einvoice-grid-table td:nth-child(3){min-width:310px}.einvoice-grid-table th:nth-child(6),.einvoice-grid-table td:nth-child(6),.einvoice-grid-table th:nth-child(7),.einvoice-grid-table td:nth-child(7),.einvoice-grid-table th:nth-child(9),.einvoice-grid-table td:nth-child(9){min-width:190px}.journal-review-screen{display:grid;gap:9px;padding:10px;border:1px solid #d8e3ee;border-radius:14px;background:#f4f8fc;box-shadow:0 10px 26px #08234812}.review-page-head{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:64px;padding:11px 14px;border:1px solid #d8e3ee;border-radius:12px;background:linear-gradient(135deg,#fff,#f8fbff)}.review-page-titleline{display:flex;align-items:center;gap:8px}.review-page-head h2{margin:0;color:#082348;font-size:23px;line-height:1.2}.review-page-head p{margin:3px 0 0;color:#60758d;font-size:12.5px;font-weight:750}.technical-badge{display:inline-flex;align-items:center;min-height:21px;padding:1px 7px;border:1px solid #d5e1ec;border-radius:7px;background:#f4f8fc;color:#52657c;direction:ltr;font-size:10.5px;font-weight:850}.review-head-status{display:flex;align-items:center;gap:9px;color:#082348}.review-head-status strong{direction:ltr;font-size:18px;font-weight:900;unicode-bidi:isolate}.review-filter-bar{display:grid;grid-template-columns:138px 122px 122px 142px minmax(260px,1fr) 84px 72px;align-items:end;gap:7px;padding:7px 8px;border:1px solid #d8e3ee;border-radius:12px;background:#fff}.review-filter-bar label{display:grid;gap:4px;min-width:0}.review-filter-bar label span{color:#53677f;font-size:11.5px;font-weight:800}.review-filter-bar input,.review-filter-bar select{min-height:31px;border:1px solid #cbd8e7;border-radius:9px;background:#fff;color:#102a43;font-size:12.5px;font-weight:750}.review-filter-bar select{padding-inline-end:28px}.review-filter-bar button,.review-detail-actions button{min-height:31px;border:1px solid #b9c8d9;border-radius:9px;background:#fff;color:#17345b;font-size:12px;font-weight:850}.review-filter-bar button.action-primary{border-color:#082348;background:#082348;color:#fff;box-shadow:0 8px 18px #08234829}.review-filter-bar button.action-neutral,.review-selection-bar button.action-neutral{border-color:#d8e3ee;background:#f8fbff;color:#52657c}.review-summary-strip{display:grid;grid-template-columns:repeat(6,minmax(120px,1fr));overflow:hidden;border:1px solid #d8e3ee;border-radius:12px;background:#fff}.review-selection-bar{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:42px;padding:8px 10px;border:1px solid #d8e3ee;border-radius:12px;background:#fff}.review-selection-bar>div{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.review-selection-bar strong{color:#082348;font-size:12px;font-weight:900}.review-selection-bar button{min-height:30px;border-radius:8px;font-size:12px;font-weight:850}.review-selection-bar .nvis-inline-link{border:0;background:transparent;color:#0b63b6;text-decoration:none}.review-selection-bar .selection-note{color:#0b6b57;font-size:12px;font-weight:800}.review-summary-strip div{display:grid;gap:3px;min-height:52px;padding:8px 11px;border-inline-start:1px solid #e5edf5;background:linear-gradient(180deg,#fff,#f8fbff)}.review-summary-strip div:last-child{border-inline-start:0}.review-summary-strip span{color:#6a7d93;font-size:11px;font-weight:750}.review-summary-strip strong{direction:ltr;color:#082348;font-size:15px;font-weight:900;line-height:1.25;text-align:right;unicode-bidi:isolate}.review-list-meta{border-color:#d8e3ee;border-radius:10px}.review-list-wrap{min-height:305px;max-height:calc(100vh - 455px);overflow:auto;border:1px solid #d8e3ee;border-radius:12px;background:#fff}.journal-list-table{min-width:1320px;table-layout:fixed}.journal-list-table thead th{position:sticky;top:0;z-index:2;height:34px;border-color:#d5e1ec;background:#e7eff8;color:#082348;font-size:12px;font-weight:900;text-align:center}.journal-list-table td{height:34px;border-color:#e1e9f2;color:#102a43;font-size:12px;font-weight:650;vertical-align:middle;white-space:nowrap}.journal-list-table tbody tr:hover td{background:#f4f9ff}.journal-list-table tbody tr.selected-row td,.journal-list-table tbody tr.selected-row:hover td{background:#e8f4ff;box-shadow:inset 3px 0 #0b63b6,inset 0 1px #bfd8f2,inset 0 -1px #bfd8f2}.journal-list-table .number-cell{direction:ltr;text-align:center;font-variant-numeric:tabular-nums;unicode-bidi:isolate}.journal-list-table .journal-list-col-docno{width:88px;min-width:88px}.journal-list-table .journal-list-col-doctyp{width:126px;min-width:126px;text-align:center}.journal-list-table .journal-list-col-docrng{width:110px;min-width:110px}.journal-list-table .journal-list-col-money{width:122px;min-width:122px}.journal-list-table .journal-list-col-line_count{width:72px;min-width:72px}.journal-list-table .journal-list-col-nots{width:auto;min-width:380px;max-width:560px;overflow:hidden;text-align:right;text-overflow:ellipsis}.journal-list-table th:nth-last-child(2),.journal-list-table td:nth-last-child(2){width:98px;min-width:98px;text-align:center}.journal-list-table th:last-child,.journal-list-table td:last-child{width:86px;min-width:86px;text-align:center}.review-detail-panel{overflow:hidden;border:1px solid #d8e3ee;border-radius:12px;background:#fff;scroll-margin-top:86px}.review-detail-head{display:grid;grid-template-columns:minmax(320px,1fr) auto auto;align-items:center;gap:10px;min-height:48px;padding:8px 10px;border-bottom:1px solid #d8e3ee;background:#fbfdff}.review-detail-head>div:first-child{display:grid;gap:3px;min-width:0}.review-detail-head strong{color:#082348;font-size:14px;font-weight:900}.review-detail-head span{min-width:0;overflow:hidden;color:#60758d;font-size:12px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.review-detail-badges,.review-detail-actions{display:flex;align-items:center;gap:7px}.review-detail-actions button.action-success{border-color:#0b8a62;background:#0b8a62;color:#fff}.review-detail-actions button.action-warning{border-color:#d59a24;background:#fff8e8;color:#9a6408}.review-detail-actions button:disabled{border-color:#d4dce5!important;background:#f4f7fa!important;color:#8a99aa!important}.review-lines-wrap{max-height:230px;overflow:auto}.review-lines-table{min-width:1260px;table-layout:fixed}.review-lines-table thead th{position:sticky;top:0;z-index:2;height:29px;border-color:#d5e1ec;background:#e7eff8;color:#082348;font-size:12px;font-weight:900;text-align:center}.review-lines-table td{height:28px;padding:3px 6px;color:#102a43;font-size:12px;font-weight:650;white-space:nowrap}.review-lines-table th:first-child,.review-lines-table td:first-child{width:46px;text-align:center}.review-lines-table th:nth-child(2),.review-lines-table td:nth-child(2){width:110px}.review-lines-table th:nth-child(3),.review-lines-table td:nth-child(3){width:210px}.review-lines-table th:nth-child(4),.review-lines-table td:nth-child(4),.review-lines-table th:nth-child(5),.review-lines-table td:nth-child(5){width:110px}.review-lines-table th:nth-child(6),.review-lines-table td:nth-child(6),.review-lines-table th:nth-child(7),.review-lines-table td:nth-child(7),.review-lines-table th:nth-child(8),.review-lines-table td:nth-child(8){width:150px}.review-lines-table th:nth-child(9),.review-lines-table td:nth-child(9){width:330px}.review-lines-table th:nth-child(2),.review-lines-table td:nth-child(2),.review-lines-table th:nth-child(4),.review-lines-table td:nth-child(4),.review-lines-table th:nth-child(5),.review-lines-table td:nth-child(5),.review-lines-table th:nth-child(6),.review-lines-table td:nth-child(6),.review-lines-table th:nth-child(7),.review-lines-table td:nth-child(7),.review-lines-table th:nth-child(8),.review-lines-table td:nth-child(8){text-align:center;font-variant-numeric:tabular-nums}.review-lines-table tfoot td{background:#fff8cf;color:#082348;font-weight:900}.review-lines-table th:nth-child(3),.review-lines-table td:nth-child(3),.review-lines-table th:nth-child(9),.review-lines-table td:nth-child(9){overflow:hidden;text-overflow:ellipsis}.review-lines-table .balance-ok{color:#0b8a62}.review-lines-table .balance-warning{color:#b42318}.closing-screen{display:grid;gap:8px}.closing-month-card{width:min(560px,100%);margin-inline:auto;border:1px solid var(--line);background:#f7f9fb;padding:10px}.closing-month-table{min-width:420px}.closing-month-table th,.closing-month-table td{height:32px;text-align:center}.closing-month-table td:nth-child(2){text-align:right;font-weight:800}.closing-month-table input[type=checkbox],.annual-options input[type=checkbox]{width:15px;height:15px}.annual-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(160px,1fr));gap:8px}.annual-closing-wrap{max-height:34vh}.annual-closing-table th:first-child,.annual-closing-table td:first-child,.annual-closing-table th:nth-child(3),.annual-closing-table td:nth-child(3),.annual-closing-table th:nth-child(4),.annual-closing-table td:nth-child(4),.annual-closing-table th:nth-child(5),.annual-closing-table td:nth-child(5),.annual-closing-table th:nth-child(6),.annual-closing-table td:nth-child(6){text-align:center;white-space:nowrap}.annual-closing-table td:nth-child(4){direction:ltr;color:navy;font-weight:900}.annual-options{width:min(420px,100%);display:grid;gap:8px;padding:12px;border:1px solid var(--line);background:#fbfcfd}.annual-options label{display:inline-flex;align-items:center;gap:8px;font-weight:800}@media(max-width:1180px){.einvoice-account-row,.einvoice-grid{grid-template-columns:repeat(2,minmax(180px,1fr))}}.users-setup-layout{display:grid;grid-template-columns:minmax(260px,.9fr) minmax(460px,1.45fr);gap:8px;min-height:0}.users-setup-layout .system-panel:nth-child(2),.users-setup-layout .system-panel:nth-child(4){min-width:0}.system-panel{min-height:0;display:grid;grid-template-rows:auto 1fr;gap:8px;padding:8px;border:1px solid var(--line);border-radius:4px;background:#fbfcfd}.compact-system-grid{min-width:0}.compact-system-grid th,.compact-system-grid td{height:30px}.system-doc-actions{display:grid;grid-template-columns:minmax(220px,1fr) auto;gap:8px;align-items:end}.system-doc-actions .field{min-width:0}.permissions-grid th:nth-child(-n+4),.permissions-grid td:nth-child(-n+4){width:70px;text-align:center}.permissions-grid input,.codes-grid input{width:15px;height:15px;min-height:15px}.system-codes-layout{margin-top:10px;display:grid;grid-template-columns:minmax(780px,1fr) 300px;gap:8px;min-height:calc(100vh - 112px)}.system-code-categories{order:2;min-height:0;display:grid;grid-template-rows:auto 1fr;gap:8px;padding:8px;border:1px solid var(--line);border-radius:4px;background:var(--panel)}.system-codes-layout>.system-screen{order:1;margin-top:0;min-height:0;align-content:start}.system-code-categories .tax-list button{grid-template-columns:44px minmax(0,1fr)}.system-code-editor{margin:6px 0;display:grid;grid-template-columns:90px minmax(210px,1fr) minmax(210px,1fr) minmax(260px,1.25fr) minmax(150px,.7fr) minmax(150px,.7fr) 96px 96px;gap:5px;align-items:end;padding:6px;border:1px solid var(--line);background:#f7fafc}.system-code-editor.services-editor{grid-template-columns:96px minmax(260px,1fr) minmax(250px,1fr) minmax(260px,1.1fr) minmax(160px,.7fr) minmax(160px,.7fr) 112px 112px;align-items:end}.system-code-editor .editor-title{grid-column:1 / -1;display:flex;align-items:baseline;justify-content:space-between;gap:10px;color:var(--blue)}.system-code-editor .editor-title strong{font-size:12px}.system-code-editor .editor-title span{color:var(--muted);font-size:11px;font-weight:800}.system-code-editor label{min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr);gap:2px 6px;align-items:center}.system-code-editor label.tax-field{grid-template-columns:1fr}.system-code-editor label.service-account-field,.system-code-editor label.notes-field,.system-code-editor.services-editor label.service-account-field{grid-column:span 2}.system-code-editor label.service-account-field .lookup-input-wrap{grid-column:1 / -1}.system-code-editor label small{color:#66768a;font-size:9px;direction:ltr}.system-code-editor label strong{color:var(--blue);font-size:11px;white-space:nowrap}.system-code-editor label input,.system-code-editor label select{grid-column:1 / -1;min-height:24px;padding:3px 6px;font-size:11px}.system-code-editor.services-editor label input,.system-code-editor.services-editor label select{min-height:28px}.system-code-editor label.check-field{min-height:42px;grid-template-columns:1fr auto;padding:4px 7px;border:1px solid #c6d2df;background:#fff}.system-code-editor.services-editor label.check-field{min-height:48px;align-self:stretch}.system-code-editor label.check-field input{grid-column:auto;width:16px;height:16px;min-height:16px;justify-self:center}.system-code-list-head{display:grid;grid-template-columns:auto minmax(260px,420px);gap:8px;align-items:center;justify-content:end;margin-bottom:6px;color:var(--blue)}.system-code-list-head input{min-height:28px;padding:4px 8px}.codes-grid .row-actions{width:118px;white-space:nowrap}.codes-grid .row-actions button{min-height:24px;margin-inline:2px;padding:2px 7px;font-size:11px}.codes-grid th:first-child,.codes-grid td:first-child{width:118px}.codes-grid th:nth-child(2),.codes-grid td:nth-child(2){width:76px;text-align:center}.codes-grid th:nth-last-child(-n+4),.codes-grid td:nth-last-child(-n+4){width:92px;text-align:center}.tax-settings-layout{margin-top:14px;display:grid;grid-template-columns:minmax(760px,1fr) 330px;gap:8px;min-height:calc(100vh - 110px)}.tax-list-panel{order:2;padding:8px;display:grid;grid-template-rows:auto auto auto 1fr;gap:8px;min-height:0;background:var(--panel);border:1px solid var(--line)}.tax-list{overflow:auto;border:1px solid var(--line);background:#fff}.tax-list button{width:100%;display:grid;grid-template-columns:52px minmax(0,1fr);gap:6px;align-items:center;padding:8px;border:0;border-bottom:1px solid var(--line);background:#fff;color:var(--ink);text-align:right}.tax-list button:hover,.tax-list button.active{background:var(--row-active)}.tax-list button span{direction:ltr;color:navy;font-weight:800}.tax-list button strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tax-list button small{grid-column:1 / -1;color:var(--muted);font-size:11px}.tax-editor{order:1;min-height:0}.tax-form-grid{grid-template-columns:repeat(4,minmax(150px,1fr))}.tax-form-grid .field.wide{grid-column:span 2}.tax-account-grid{display:grid;grid-template-columns:repeat(3,minmax(190px,1fr));gap:8px;padding:0 10px 10px}.tax-grid-wrap{margin:0 10px 10px}.tax-grid th:first-child,.tax-grid td:first-child{width:80px;direction:ltr;color:navy;font-weight:800}.tax-grid th:nth-child(3),.tax-grid td:nth-child(3){width:90px;text-align:center}.tax-grid th:nth-child(5),.tax-grid td:nth-child(5){width:170px;direction:ltr}.tax-grid th:nth-child(6),.tax-grid td:nth-child(6){width:130px;direction:ltr}.journal-screen{margin-top:14px;display:grid;gap:10px;background:#f3f7fb;border:1px solid #d7e0ea;border-radius:14px;padding:14px;box-shadow:0 12px 28px #08213e14}.journal-page-head{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 18px;border:1px solid #dce5ef;border-radius:13px;background:linear-gradient(135deg,#fff,#f7fbff)}.journal-page-head h2{margin:4px 0 2px;color:#08213e;font-size:26px;line-height:1.15}.journal-page-head p{margin:0;color:#64748b;font-size:13px;font-weight:700}.journal-status-strip{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.journal-screen .status-badge{min-width:78px;min-height:28px;display:inline-grid;place-items:center;padding:5px 10px;border-radius:999px;border:1px solid #b8c7d8;background:#f8fafc;color:#334155;font-size:12px;font-weight:900}.journal-screen .status-badge.active{border-color:#9ed9c1;background:#ecfdf5;color:#087348}.journal-screen .status-badge.muted{border-color:#d2dce7;background:#f1f5f9;color:#64748b}.journal-screen .status-badge.draft{border-color:#bfdbfe;background:#eff6ff;color:#1d4ed8}.journal-screen .status-badge.posted{border-color:#9ed9c1;background:#ecfdf5;color:#087348}.journal-screen .status-badge.danger{border-color:#fecaca;background:#fef2f2;color:#b42318}.journal-head{display:grid;grid-template-columns:minmax(132px,168px) 1fr;gap:12px;align-items:stretch}.journal-actions{display:grid;gap:7px;align-content:start;padding:10px;border:1px solid #d9e4ee;border-radius:12px;background:#fff}.journal-actions button,.journal-grid button,.journal-summary button,.print-panel button,.audit-panel button{min-height:31px;border:1px solid #9ab3cd;border-radius:7px;background:#fff;color:#0b355f;font-size:12px;font-weight:900;box-shadow:0 1px #08213e0a}.journal-actions button:hover,.journal-grid button:hover,.journal-summary button:hover,.print-panel button:hover,.audit-panel button:hover{border-color:#0f766e;background:#f0fdfa}.journal-screen button.action-primary{border-color:#0b355f;background:#08213e;color:#fff}.journal-screen button.action-success{border-color:#0f766e;background:#0f766e;color:#fff}.journal-screen button.action-danger{border-color:#f1b4b4;background:#fff7f7;color:#b42318}.journal-screen button.action-outline{border-color:#9ab3cd;background:#f8fbff;color:#0b4f8f}.journal-screen button.action-neutral{border-color:#c7d2df;background:#fff;color:#334155}.journal-head-grid{display:grid;grid-template-columns:repeat(5,minmax(128px,1fr));gap:10px;align-items:end;padding:14px;border:1px solid #d9e4ee;border-radius:12px;background:#fff}.journal-head-grid .field.wide{grid-column:span 3}.journal-grid-wrap{max-height:calc(100vh - 420px);min-height:245px;overflow:auto;border:1px solid #d9e4ee;border-radius:12px;background:#fff}.journal-grid{width:100%;min-width:1280px;border-collapse:separate;border-spacing:0;table-layout:fixed}.journal-grid th{position:sticky;top:0;z-index:2;height:34px;background:#eaf1f8;color:#08213e;border-left:1px solid #d7e0ea;border-bottom:1px solid #c5d3e2;font-size:12px;font-weight:900}.journal-grid td{height:48px;border-left:1px solid #e0e8f0;border-bottom:1px solid #e5ebf2;padding:4px;background:#fff;vertical-align:top}.journal-grid tbody tr:nth-child(2n) td{background:#fbfdff}.journal-grid tbody tr.active-journal-row td{background:#edfdf8;box-shadow:inset 0 1px #0f766e,inset 0 -1px #0f766e}.journal-grid th:nth-child(1),.journal-grid td:nth-child(1){width:42px;text-align:center}.journal-grid th:nth-child(2),.journal-grid td:nth-child(2){width:260px}.journal-grid th:nth-child(3),.journal-grid td:nth-child(3),.journal-grid th:nth-child(4),.journal-grid td:nth-child(4){width:150px}.journal-grid th:nth-child(5),.journal-grid td:nth-child(5),.journal-grid th:nth-child(6),.journal-grid td:nth-child(6){width:96px}.journal-grid th:nth-child(7),.journal-grid td:nth-child(7){width:330px}.journal-grid th:nth-child(8),.journal-grid td:nth-child(8){width:76px;text-align:center}.journal-grid th:nth-child(9),.journal-grid td:nth-child(9){width:70px;text-align:center}.journal-grid th:nth-child(10),.journal-grid td:nth-child(10){width:44px;text-align:center}.journal-grid input{width:100%;min-height:28px;height:28px;border:1px solid #c7d2df;border-radius:6px;padding:3px 7px;background:#fff;font-size:12px;color:#0f172a}.journal-grid input:focus{outline:2px solid rgba(15,118,110,.16);border-color:#0f766e}.journal-grid input[type=checkbox]{width:15px;height:15px;min-height:15px}.line-delete-button{min-width:28px!important;width:28px;display:inline-grid;place-items:center;color:#8f1d1d!important;border-color:#b16b6b!important}.trash-icon{position:relative;width:12px;height:13px;display:inline-block;border:2px solid currentColor;border-top:0}.trash-icon:before{content:"";position:absolute;left:-3px;top:-5px;width:16px;height:2px;background:currentColor}.trash-icon:after{content:"";position:absolute;left:3px;top:-8px;width:6px;height:3px;border:2px solid currentColor;border-bottom:0}.lookup-button-field{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 28px;gap:3px}.lookup-button-field.without-open{grid-template-columns:minmax(0,1fr)}.lookup-button-field input{min-width:0;overflow:hidden;text-overflow:ellipsis}.lookup-button-field button{min-height:23px;height:23px;padding:0;border:1px solid var(--accent);background:#fff;color:var(--accent-ink);font-weight:800}.lookup-inline-menu{overflow:auto;border:1px solid var(--accent);background:#fff;box-shadow:0 12px 24px #0000002e;direction:rtl}.lookup-inline-menu.floating{z-index:10000}.lookup-inline-menu.anchored{position:absolute;top:calc(100% + 3px);right:0;width:max(100%,360px);max-width:calc(100vw - 24px);max-height:260px;z-index:10020}.lookup-inline-menu button{width:100%;height:auto;min-height:28px;display:grid;grid-template-columns:92px minmax(0,1fr);gap:8px;align-items:center;padding:4px 7px;border:0;border-bottom:1px solid var(--line);color:var(--ink);text-align:right;font-size:12px;font-weight:400}.lookup-inline-menu button:hover,.lookup-inline-menu button.selected-row{background:var(--row-active)}.lookup-inline-menu button.lookup-open-all{position:sticky;bottom:0;background:#f8fafc;border-top:1px solid var(--accent);font-weight:800}.lookup-inline-menu button.lookup-open-all:hover{background:#edf7f5}.lookup-inline-menu strong{direction:ltr;color:navy;font-weight:800;text-align:right}.lookup-inline-menu span{min-width:0;overflow:hidden;color:var(--ink);text-overflow:ellipsis;white-space:nowrap}.lookup-inline-status{padding:8px;color:var(--title);font-size:12px;font-weight:800}.journal-account-cell .search-select{grid-template-columns:minmax(0,1fr);gap:3px}.journal-account-cell .search-select input,.journal-account-cell .search-select select{height:26px;min-height:26px}.journal-account-cell .search-select small{display:none}.journal-lookup-cell .search-select{grid-template-columns:minmax(0,1fr);gap:3px}.journal-lookup-cell .search-select input,.journal-lookup-cell .search-select select{height:26px;min-height:26px;font-size:11px}.journal-lookup-cell .search-select small{display:none}.journal-lookup-name{min-height:16px;margin-top:3px;color:#64748b;font-size:10px;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.journal-lookup-name.account-name{color:#0b4f8f;font-size:11px;font-weight:900}.journal-list-screen{margin-top:14px;display:grid;gap:5px;padding:6px;border:1px solid var(--line);background:#edf1f5}.journal-list-screen.interactive-report-screen{gap:6px}.journal-list-standard-filters{grid-template-columns:130px 170px minmax(280px,1fr);align-items:end}.journal-list-standard-filters label{min-width:0}.journal-list-report-meta{position:relative;display:grid;grid-template-columns:auto minmax(260px,1fr) auto auto;gap:8px;align-items:center;background:#fff}.journal-list-toolbar{display:grid;grid-template-columns:110px 90px 110px 180px minmax(260px,1fr) 90px;gap:8px;align-items:end;padding:8px;border:1px solid var(--line);background:var(--panel-soft)}.journal-list-toolbar.standard-list-toolbar{grid-template-columns:105px 80px 112px 150px minmax(220px,1fr) 82px 70px 70px;padding:5px 8px;gap:7px}.journal-list-toolbar button{min-height:32px;border:1px solid var(--accent);background:#fff;color:var(--accent-ink);font-weight:800}.journal-list-toolbar button:disabled{border-color:var(--line-strong);color:var(--muted);background:#f2f5f7;cursor:default}.journal-list-toolbar label span{color:var(--title);font-size:12px;font-weight:800}.journal-list-meta{position:relative;display:grid;grid-template-columns:auto minmax(360px,1fr) auto auto;align-items:center;gap:8px;min-height:36px;padding:4px 8px;border:1px solid var(--line);background:#fff;color:var(--muted);font-size:12px}.journal-list-meta strong{color:var(--title)}.list-pager{display:flex;align-items:center;gap:8px}.list-pager button{min-height:25px;min-width:64px;border:1px solid var(--accent);background:#fff;color:var(--accent-ink);font-weight:800}.list-pager button:disabled{border-color:var(--line-strong);color:var(--muted);background:#f2f5f7;cursor:default}.list-pager small{color:var(--muted);font-weight:700}.journal-list-wrap{max-height:calc(100vh - 260px);overflow:auto}.journal-list-table{min-width:1120px}.journal-list-table th,.journal-list-table td{height:30px;padding:4px 7px;white-space:nowrap}.journal-list-table .grid-sort-button{width:100%;min-height:24px;display:grid;place-items:center;gap:0;border:0;background:transparent;color:var(--title);font-weight:800;box-shadow:none;padding:0}.journal-list-table .grid-sort-button small{display:block;color:var(--muted);font-size:10px;font-weight:700;direction:ltr}.journal-list-table .number-cell{direction:ltr;text-align:center;color:navy;font-weight:800;unicode-bidi:isolate}.journal-list-table .journal-list-col-docno,.journal-list-table .journal-list-col-docrng,.journal-list-table .journal-list-col-doctyp,.journal-list-table .journal-list-col-line_count,.journal-list-table .journal-list-col-postflg{text-align:center}.journal-list-table .journal-list-col-docdat{width:96px;min-width:96px;text-align:center}.journal-list-table .journal-list-col-nots{min-width:320px;max-width:420px;overflow:hidden;text-overflow:ellipsis}.journal-list-columns{position:relative;min-width:120px;margin-top:0;border:1px solid var(--line);background:#fff}.journal-list-columns summary{min-height:25px;padding:4px 8px;color:var(--title);font-size:11px;font-weight:900;cursor:pointer;list-style-position:inside}.journal-list-columns[open]{position:absolute;left:8px;top:34px;z-index:20;width:min(620px,calc(100vw - 60px));box-shadow:0 14px 28px #00000029}.journal-list-columns[open] div{max-height:190px;overflow:auto}.journal-list-table button{min-height:24px;border:1px solid var(--accent);background:#fff;color:var(--accent-ink);font-size:12px;font-weight:800}.journal-review-screen .review-list-meta{min-height:32px;border-color:#d8e3ee;border-radius:10px;background:#fff}.journal-review-screen .review-list-table{min-width:1290px;table-layout:fixed}.journal-review-screen .review-list-table thead th{position:sticky;top:0;z-index:2;height:30px;border-color:#d5e1ec;background:#e7eff8;color:#082348;font-size:12px;font-weight:900;text-align:center}.journal-review-screen .review-list-table td{height:28px;padding:3px 6px;border-color:#e1e9f2;color:#102a43;font-size:12px;font-weight:650;vertical-align:middle}.journal-review-screen .review-list-table .number-cell{color:#082348;font-weight:850;font-variant-numeric:tabular-nums}.journal-review-screen .review-list-table .review-select-col{width:42px;min-width:42px;text-align:center}.journal-review-screen .review-list-table .review-select-col input{width:16px;height:16px;accent-color:#082348}.journal-review-screen .review-list-table .journal-list-col-docno{width:88px;min-width:88px}.journal-review-screen .review-list-table .journal-list-col-docdat{width:96px;min-width:96px;text-align:center}.journal-review-screen .review-list-table .journal-list-col-doctyp{width:126px;min-width:126px;text-align:center}.journal-review-screen .review-list-table .journal-list-col-docrng{width:110px;min-width:110px}.journal-review-screen .review-list-table .journal-list-col-money{width:122px;min-width:122px}.journal-review-screen .review-list-table .journal-list-col-line_count{width:72px;min-width:72px}.journal-review-screen .review-list-table .journal-list-col-nots{min-width:380px;max-width:560px}.journal-review-screen .review-list-table button.journal-open-link{min-height:22px;border-radius:7px;font-size:12px;font-weight:850}.journal-review-screen .review-list-table button.journal-open-link{border:0;background:transparent;color:#0b63b6}.journal-review-screen .review-list-table button.journal-open-link:hover{background:#e8f4ff;color:#082348}.einvoice-customer-filters{grid-template-columns:130px 150px 190px minmax(320px,1fr) auto}.einvoice-customers-list-screen .compact-report-title{flex-wrap:wrap}.lookup-selected-label{display:block;min-height:15px;margin-top:2px;color:var(--muted);font-size:10px;font-weight:700;line-height:1.2}.einvoice-customers-table{min-width:1320px}.einvoice-customers-table .center-cell{text-align:center}.einvoice-customers-table .einvoice-customer-col-accno,.einvoice-customers-table .einvoice-customer-col-typ,.einvoice-customers-table .einvoice-customer-col-building_no,.einvoice-customers-table .einvoice-customer-col-postal_code,.einvoice-customers-table .einvoice-customer-col-additional_no,.einvoice-customers-table .einvoice-customer-col-currency_id{width:105px;min-width:105px;text-align:center}.einvoice-customers-table .einvoice-customer-col-vat_no,.einvoice-customers-table .einvoice-customer-col-telephone,.einvoice-customers-table .einvoice-customer-col-contno{width:150px;min-width:150px;text-align:center}.einvoice-customers-table .einvoice-customer-col-accnam{min-width:310px;max-width:420px;overflow:hidden;text-overflow:ellipsis}.einvoice-customers-table .einvoice-customer-col-street_name,.einvoice-customers-table .einvoice-customer-col-electronic_mail{min-width:220px;max-width:320px;overflow:hidden;text-overflow:ellipsis}.einvoice-customers-table tr.incomplete-customer-row td{background:#fff9e8}.einvoice-customers-table tr.complete-customer-row td{background:#f3fbf7}.einvoice-customers-table tr.selected-row td{background:#e1f0ec}.einvoice-customer-action-td{width:92px;min-width:92px;padding-inline:4px!important;text-align:right}.einvoice-customer-action-cell{display:flex;align-items:center;justify-content:flex-start;gap:4px;min-width:84px;white-space:nowrap;direction:rtl}.einvoice-customer-action-cell button{min-width:54px;height:28px;padding:3px 8px}.row-warning-dot{display:inline-grid;flex:0 0 18px;width:18px;height:18px;margin:0;place-items:center;border:1px solid #d9a441;background:#fff2bc;color:#6b4a00;font-size:11px;font-weight:900;vertical-align:middle}.customer-type-badge{display:inline-grid;min-width:58px;min-height:22px;place-items:center;border:1px solid #b7d9d1;background:#eef9f7;color:var(--accent-ink);font-size:11px;font-weight:900}.customer-type-badge.type-2{border-color:#d7caa0;background:#fff7df;color:#735400}.customer-type-badge.type-unknown{min-width:72px;border-color:#c9d3dd;background:#f6f8fa;color:#607080}.journal-lines-analysis-screen{margin-top:14px;display:grid;gap:8px;padding:8px;border:1px solid var(--line);background:#edf1f5}.analysis-tabs{display:flex;gap:6px;padding:6px;border:1px solid var(--line);background:#fff}.analysis-tabs button{min-height:30px;min-width:130px;border:1px solid var(--line-strong);background:#f7fafc;color:var(--title);font-weight:800}.analysis-tabs button.active{border-color:var(--accent);background:#eaf7f4;color:var(--accent-ink)}.journal-lines-filters{display:grid;grid-template-columns:repeat(6,minmax(120px,1fr));gap:8px;align-items:end;padding:8px;border:1px solid var(--line);background:var(--panel-soft)}.journal-lines-filters label{display:grid;gap:3px}.journal-lines-filters label.wide{grid-column:span 2}.journal-lines-filters span,.pivot-design-grid span{color:var(--title);font-size:12px;font-weight:800}.journal-lines-filters input,.journal-lines-filters select,.pivot-design-grid select{height:30px;border:1px solid var(--line-strong);background:#fff;padding:4px 7px}.filter-actions{display:flex;gap:6px;align-items:end}.filter-actions button{min-height:30px;min-width:80px;border:1px solid var(--accent);background:#fff;color:var(--accent-ink);font-weight:800}.filter-actions button:disabled{border-color:var(--line-strong);color:var(--muted);background:#f2f5f7;cursor:default}.journal-lines-toolbar{display:grid;grid-template-columns:160px 160px minmax(340px,1fr) 100px;gap:8px;align-items:end;padding:8px;border:1px solid var(--line);background:var(--panel-soft)}.journal-lines-toolbar label span,.pivot-controls label span{color:var(--title);font-size:12px;font-weight:800}.journal-lines-toolbar input,.pivot-controls select{height:32px;border:1px solid var(--line-strong);background:#fff;padding:4px 7px}.journal-lines-toolbar button,.pivot-controls button{min-height:32px;border:1px solid var(--accent);background:#fff;color:var(--accent-ink);font-weight:800}.journal-lines-toolbar button:disabled,.pivot-controls button:disabled{border-color:var(--line-strong);color:var(--muted);background:#f2f5f7;cursor:default}.pivot-panel{display:grid;grid-template-columns:230px minmax(0,1fr);gap:8px;border:1px solid var(--line);background:var(--panel);padding:8px}.pivot-placeholder{grid-template-columns:minmax(260px,1fr) minmax(420px,1.2fr);align-items:start}.pivot-placeholder p{margin:6px 0 0;color:var(--muted);line-height:1.7}.pivot-design-grid{display:grid;grid-template-columns:repeat(3,minmax(120px,1fr));gap:8px}.pivot-design-grid label{display:grid;gap:3px}.pivot-controls{display:grid;align-content:start;gap:8px}.pivot-controls small{color:var(--muted);font-size:11px;line-height:1.5}.pivot-grid-wrap{max-height:230px;overflow:auto;border:1px solid var(--line);background:#fff}.pivot-grid th,.pivot-grid td{height:28px;padding:4px 6px;white-space:nowrap}.pivot-grid td:nth-child(n+2){direction:ltr;color:navy;font-weight:700}.journal-lines-summary{display:flex;flex-wrap:wrap;gap:8px;padding:7px 8px;border:1px solid var(--line);background:#fff;color:var(--muted);font-size:12px}.journal-lines-summary strong{color:navy;direction:ltr;display:inline-block}.clear-group-button{min-height:24px;border:1px solid var(--accent);background:#fff;color:var(--accent-ink);font-size:12px;font-weight:800}.journal-lines-analysis-wrap{max-height:calc(100vh - 565px);min-height:260px;overflow:auto;border:1px solid var(--line);background:#fff}.journal-lines-analysis-table{min-width:1780px}.journal-lines-analysis-table th,.journal-lines-analysis-table td{height:30px;padding:4px 7px;white-space:nowrap}.journal-lines-analysis-table td:nth-child(2),.journal-lines-analysis-table td:nth-child(3),.journal-lines-analysis-table td:nth-child(4),.journal-lines-analysis-table td:nth-child(6),.journal-lines-analysis-table td:nth-child(7),.journal-lines-analysis-table td:nth-child(12){direction:ltr;color:navy;font-weight:700}.journal-lines-analysis-table td:nth-child(5),.journal-lines-analysis-table td:nth-child(8),.journal-lines-analysis-table td:nth-child(9),.journal-lines-analysis-table td:nth-child(10){max-width:290px;overflow:hidden;text-overflow:ellipsis}.faceted-explorer-screen{display:grid;grid-template-rows:auto auto auto minmax(0,1fr);gap:8px;min-height:calc(100vh - 148px);padding:8px;background:#f3f6fa}.faceted-explorer-header{display:grid;grid-template-columns:minmax(280px,1fr) minmax(520px,auto);gap:10px;align-items:end;padding:10px 12px;border:1px solid #d7e1ec;border-radius:12px;background:linear-gradient(180deg,#fff,#f8fbfd)}.faceted-explorer-header h2{margin:2px 0 3px;color:#061b33;font-size:22px;font-weight:900}.faceted-explorer-header p{margin:0;color:#61748b;font-size:12px;font-weight:700}.faceted-saved-search{display:grid;grid-template-columns:minmax(170px,1.2fr) minmax(150px,.9fr) repeat(3,auto);gap:7px;align-items:end}.faceted-saved-search label,.faceted-searchbar label{display:grid;gap:3px;color:#243b5a;font-size:11px;font-weight:900}.faceted-saved-search input,.faceted-saved-search select,.faceted-searchbar input{height:34px;border:1px solid #c9d6e4;border-radius:8px;background:#fff;padding:5px 9px;color:#061b33;font-size:13px}.faceted-saved-search button,.faceted-grid-actions>button,.column-picker-actions button,.faceted-column-picker button{min-height:32px;border:1px solid #bfd0df;border-radius:8px;background:#fff;color:#0b2d52;font-size:12px;font-weight:800}.faceted-searchbar{display:grid;grid-template-columns:minmax(360px,1fr) 142px 142px auto auto;gap:8px;align-items:end;padding:8px;border:1px solid #d7e1ec;border-radius:12px;background:#fff}.faceted-searchbar .faceted-search-main input{font-weight:800}.faceted-summary-strip{display:grid;grid-template-columns:repeat(4,minmax(130px,1fr));gap:8px}.faceted-summary-strip div{min-height:56px;display:grid;align-content:center;gap:3px;padding:8px 12px;border:1px solid #d7e1ec;border-radius:12px;background:#fff}.faceted-summary-strip span{color:#6b7d91;font-size:11px;font-weight:800}.faceted-summary-strip strong{color:#061b33;direction:ltr;text-align:right;font-size:18px;font-weight:900;font-variant-numeric:tabular-nums}.faceted-workbench{min-height:0;display:grid;grid-template-columns:310px minmax(0,1fr);gap:8px}.facets-panel,.faceted-results-panel{min-height:0;border:1px solid #d7e1ec;border-radius:12px;background:#fff;overflow:hidden}.facets-panel{display:grid;grid-template-rows:auto minmax(0,1fr);align-content:start;overflow:auto}.facets-panel-title{position:sticky;top:0;z-index:2;display:grid;gap:2px;padding:10px 12px;border-bottom:1px solid #dbe5ef;background:#f8fbfd}.facets-panel-title strong{color:#061b33;font-size:14px;font-weight:900}.facets-panel-title small,.facet-more-hint{color:#6b7d91;font-size:11px;font-weight:700}.facet-accordion{border-bottom:1px solid #eef3f8}.facet-accordion summary{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 12px;color:#10243f;font-size:13px;font-weight:900;cursor:pointer;list-style-position:inside}.facet-accordion summary button{min-height:22px;border:1px solid #f2bf55;border-radius:999px;background:#fff7e5;color:#8a5a00;font-size:11px;font-weight:900}.facet-accordion-body{display:grid;gap:6px;padding:0 10px 9px}.facet-accordion-body input{height:30px;border:1px solid #c9d6e4;border-radius:8px;background:#fff;padding:5px 8px;font-size:12px}.facet-options{display:grid;gap:3px}.facet-options button{min-height:29px;display:grid;grid-template-columns:18px minmax(0,1fr) 54px;gap:7px;align-items:center;border:1px solid transparent;border-radius:8px;background:#fff;color:#10243f;text-align:right;padding:4px 7px;box-shadow:none}.facet-options button:hover{background:#f3f8fc;border-color:transparent}.facet-options button.selected{background:#e8f6f4;border-color:transparent;box-shadow:inset -3px 0 #008579}.facet-check{width:14px;height:14px;display:grid;place-items:center;border:1px solid #9eb1c6;border-radius:4px;color:#008579;font-size:11px;font-weight:900}.facet-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.facet-count{direction:ltr;text-align:center;color:#7a8a9b;font-size:11px;font-weight:700;font-variant-numeric:tabular-nums}.facet-empty{padding:8px;color:#6b7d91;font-size:12px}.faceted-results-panel{display:grid;grid-template-rows:auto auto auto minmax(0,1fr);gap:0}.faceted-results-panel.no-active-filters{grid-template-rows:auto auto minmax(0,1fr)}.faceted-results-panel.has-active-filters{grid-template-rows:auto auto auto minmax(0,1fr)}.facet-chip-row.modern{min-height:38px;display:flex;flex-wrap:wrap;align-items:center;gap:6px;padding:6px 8px;border-bottom:1px solid #dbe5ef;color:#6b7d91;font-size:12px}.facet-chip-row.modern button{min-height:25px;border:1px solid #c5d5e5;border-radius:999px;background:#f8fbfd;color:#10243f;font-size:11px;font-weight:900}.facet-chip-row.modern button.clear-all{border-color:#efc0bb;background:#fff5f4;color:#a43b31}.faceted-grid-toolbar{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:6px 8px;border-bottom:1px solid #dbe5ef;color:#53657a;font-size:12px;font-weight:800}.faceted-grid-actions{display:flex;align-items:center;gap:7px}.faceted-column-picker{position:relative}.faceted-column-picker summary{min-height:32px;min-width:128px;display:grid;align-items:center;padding:5px 10px;border:1px solid #bfd0df;border-radius:8px;background:#fff;color:#0b2d52;font-size:12px;font-weight:900;cursor:pointer;list-style-position:inside}.faceted-column-picker[open]>div{position:absolute;top:38px;left:0;z-index:40;width:min(620px,calc(100vw - 60px));max-height:430px;overflow:auto;display:grid;gap:8px;padding:10px;border:1px solid #c7d5e4;border-radius:12px;background:#fff;box-shadow:0 18px 38px #0514252e}.column-picker-actions{display:flex;flex-wrap:wrap;gap:6px}.faceted-column-picker section{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:5px;padding:7px;border:1px solid #edf2f7;border-radius:10px;background:#f9fbfd}.faceted-column-picker section>strong{grid-column:1 / -1;color:#0b2d52;font-size:12px}.faceted-column-picker label{display:flex;align-items:center;gap:5px;font-size:12px;color:#243b5a}.faceted-table-wrap.modern{min-height:0;overflow:auto;background:#fff}.faceted-table.modern{min-width:1440px;table-layout:fixed}.faceted-table.modern th,.faceted-table.modern td{height:31px;padding:5px 8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:middle;line-height:1.35}.faceted-table.modern thead th{position:sticky;top:0;z-index:5;background:#eaf0f7;color:#061b33;border-color:#d1dce8;font-size:12px;font-weight:900}.faceted-table.modern tbody tr:hover{background:#f3f8fc}.faceted-table.modern tbody tr.selected-row{background:#e9f6f4}.faceted-table.modern .grid-sort-button{width:100%;justify-content:center;color:inherit;font-weight:900}.faceted-table.modern .number-cell{direction:ltr;text-align:center;unicode-bidi:isolate;font-variant-numeric:tabular-nums}.faceted-col-docno,.faceted-col-srlno,.faceted-col-accno{width:92px}.faceted-col-docdat{width:104px}.faceted-col-accnam{width:300px}.faceted-col-notes{width:360px}.faceted-col-costno1,.faceted-col-costno2{width:260px}.faceted-col-ldbt,.faceted-col-lcrd,.faceted-col-balance{width:122px}.interactive-report-screen{margin-top:14px;display:grid;gap:8px;padding:8px;border:1px solid var(--line);background:#edf1f5;font-size:12px}.standard-interactive-grid{--std-surface: #ffffff;--std-soft: #f6f9fb;--std-chip: #eef6f4}.standard-grid-header{display:grid;grid-template-columns:minmax(280px,1fr) minmax(420px,1.35fr) auto;gap:8px;align-items:stretch;padding:8px;border:1px solid var(--line);background:linear-gradient(180deg,#fff,#f7fafc)}.standard-grid-title{display:grid;gap:2px;align-content:center;min-width:0}.standard-grid-kicker{color:var(--muted);font-size:10px;font-weight:800;letter-spacing:0;direction:ltr;text-align:right}.standard-grid-title strong{color:var(--title);font-size:16px;font-weight:900}.standard-grid-title small{color:var(--muted);font-size:11px;line-height:1.5}.standard-grid-metrics{display:grid;grid-template-columns:repeat(4,minmax(96px,1fr));gap:6px;min-width:0}.standard-grid-metrics span{display:grid;gap:2px;align-content:center;min-width:0;padding:6px 8px;border:1px solid var(--line);background:#fff}.standard-grid-metrics b{color:navy;direction:ltr;text-align:center;font-size:12px;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.standard-grid-metrics small{color:var(--muted);text-align:center;font-size:10px;font-weight:800}.standard-grid-actions{display:grid;grid-template-columns:repeat(2,minmax(70px,1fr));gap:5px;align-content:center}.standard-grid-actions button{min-height:28px;padding:3px 8px;font-size:12px}.standard-grid-statebar{display:flex;flex-wrap:wrap;gap:6px;align-items:center;min-height:30px;padding:5px 8px;border:1px solid var(--line);background:#fff}.standard-grid-statebar span{padding:3px 7px;border:1px solid #d7e2ea;background:#f8fafc;color:var(--muted);font-size:11px;font-weight:800}.standard-grid-statebar b{color:var(--title)}.standard-grid-saved-views{display:grid;grid-template-columns:minmax(180px,260px) minmax(220px,360px) auto minmax(180px,1fr);gap:6px;align-items:end;padding:6px 8px;border:1px solid var(--line);background:#fff}.standard-grid-saved-views label{display:grid;gap:3px}.standard-grid-saved-views span{color:var(--title);font-size:11px;font-weight:800}.standard-grid-saved-views select,.standard-grid-saved-views input{height:28px;border:1px solid var(--line-strong);background:#fff;padding:4px 7px;font-size:12px}.standard-grid-saved-views div{display:flex;gap:5px;align-items:center}.standard-grid-saved-views button{min-height:28px;padding:3px 8px;font-size:12px}.standard-grid-saved-views small{color:var(--muted);font-size:11px;font-weight:800;align-self:center}.standard-grid-header.compact{grid-template-columns:minmax(150px,210px) minmax(0,1fr) auto;gap:6px;align-items:center;padding:5px 7px;min-height:38px}.standard-grid-title.compact{display:flex;align-items:baseline;gap:8px;white-space:nowrap}.standard-grid-title.compact strong{font-size:14px}.standard-grid-title.compact span{color:var(--muted);font-size:10px;font-weight:900;direction:ltr}.standard-grid-statebar.compact{min-height:28px;padding:0;border:0;background:transparent;overflow:hidden}.standard-grid-statebar.compact span{padding:2px 6px;font-size:10px;line-height:1.4;white-space:nowrap}.standard-grid-statebar.compact b{margin-inline-start:3px}.standard-grid-actions.compact{display:flex;gap:4px;align-items:center;white-space:nowrap}.standard-grid-actions.compact button{min-height:26px;min-width:54px;padding:2px 7px}.standard-grid-saved-panel{border:1px solid var(--line);background:#fff}.standard-grid-saved-panel summary{min-height:26px;padding:4px 8px;color:var(--title);font-size:11px;font-weight:900;cursor:pointer;list-style-position:inside}.standard-grid-saved-panel:not([open]){background:#f9fbfc}.standard-grid-saved-panel:not([open]) summary{color:var(--accent-ink)}.interactive-report-meta.compact{min-height:30px;padding:4px 6px}.interactive-report-meta.compact strong{font-size:11px;white-space:nowrap}.interactive-report-meta.compact span{font-size:10px}.interactive-report-meta.compact .report-page-stats{min-width:0;flex:1 1 auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:right}.interactive-report-meta.compact .list-pager{margin-inline-start:auto}@media(max-width:1280px){.standard-grid-header.compact{grid-template-columns:1fr}.standard-grid-actions.compact{justify-content:flex-start;flex-wrap:wrap}.standard-grid-saved-views{grid-template-columns:1fr 1fr}}.interactive-report-title,.interactive-report-meta{display:flex;gap:10px;align-items:center;padding:6px 8px;border:1px solid var(--line);background:#fff}.interactive-report-title div{display:grid;gap:2px;margin-inline-end:auto}.interactive-report-tabs{display:flex!important;gap:6px!important;margin-inline-end:0!important}.topbar-tabs{margin-inline-start:auto;margin-inline-end:12px!important}.interactive-report-tabs button{min-width:82px;min-height:28px;border:1px solid var(--line-strong);background:#f7fafc;color:var(--title);font-weight:800}.interactive-report-tabs button.active{border-color:var(--accent);background:#eaf7f4;color:var(--accent-ink)}.group-by-control{display:grid;gap:3px;min-width:155px}.group-by-control.compact{min-width:110px}.group-by-control span{color:var(--title);font-size:12px;font-weight:800}.group-by-control select{height:26px;border:1px solid var(--line-strong);background:#fff;padding:3px 6px}.interactive-report-title strong,.interactive-report-meta strong{color:var(--title);font-weight:800}.interactive-report-title span,.interactive-report-meta span{color:var(--muted);font-size:11px;font-weight:600}.interactive-report-filters{display:grid;grid-template-columns:repeat(2,minmax(150px,210px)) minmax(150px,190px) minmax(135px,175px) minmax(110px,135px) minmax(230px,1fr);gap:6px;align-items:end;padding:6px 8px;border:1px solid var(--line);background:var(--panel-soft)}.interactive-report-filters label{display:grid;gap:3px}.interactive-report-filters label.wide{grid-column:span 2}.interactive-report-filters span,.interactive-columns summary{color:var(--title);font-size:11px;font-weight:700}.interactive-report-filters input{height:26px;border:1px solid var(--line-strong);background:#fff;padding:4px 7px;font-size:12px}.interactive-report-filters select{height:26px;border:1px solid var(--line-strong);background:#fff;padding:3px 7px;font-size:12px}.interactive-report-filters .filter-actions{justify-self:start}.sales-invoice-standard-filters{grid-template-columns:minmax(130px,170px) minmax(145px,195px) minmax(115px,150px) minmax(120px,145px) minmax(120px,145px) minmax(320px,1fr) auto}.sales-invoice-standard-filters .sales-invoice-search-filter{min-width:0}.sales-invoice-standard-filters .sales-invoice-filter-actions{justify-content:flex-start;white-space:nowrap}.sales-invoice-standard-filters .sales-invoice-filter-actions button{min-width:72px}.interactive-report-tabs button.export-action{min-width:58px;border-color:#d3dee7;background:#fff;color:var(--accent-ink)}.report-filter-actions{display:flex;gap:5px;align-items:end;justify-content:flex-start;align-self:end;min-width:0}.report-filter-actions button{min-height:28px;min-width:58px;padding:3px 8px;border:1px solid var(--accent);background:#fff;color:var(--accent-ink);font-size:12px;font-weight:800}.report-filter-actions button:disabled,.interactive-report-tabs button.export-action:disabled{border-color:var(--line-strong);background:#f2f5f7;color:var(--muted)}.advanced-filters{border:1px solid var(--line);background:#fff;padding:6px 8px}.advanced-filters summary{cursor:pointer;color:var(--title);font-size:11px;font-weight:800}.filter-chip-row{display:flex;flex-wrap:wrap;gap:6px;align-items:center;min-height:34px;margin-top:8px;padding:6px;border:1px solid var(--line);background:#f8fafc}.advanced-filters:not([open]){padding:5px 8px}.advanced-filters:not([open]) .filter-chip-row,.advanced-filters:not([open]) .advanced-filter-rules,.advanced-filters:not([open]) .advanced-filter-actions{display:none}.filter-chip-row span{color:var(--muted);font-size:11px;font-weight:600}.filter-chip{min-height:26px;border:1px solid #b7d9d1;background:#eaf7f4;color:var(--accent-ink);font-size:11px;font-weight:700}.advanced-filter-rules{display:grid;gap:6px;margin-top:8px}.advanced-filter-rule{display:grid;grid-template-columns:minmax(150px,1fr) 120px minmax(180px,2fr) 70px;gap:6px;align-items:center}.advanced-filter-rule select,.advanced-filter-rule input{height:28px;border:1px solid var(--line-strong);background:#fff;padding:4px 7px;font-size:12px}.advanced-filter-rule .compact-multi-lookup{min-height:28px;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:4px}.advanced-filter-rule .compact-multi-lookup .multi-lookup-head{grid-column:1 / -1;grid-template-columns:auto minmax(0,1fr) auto;min-height:18px;font-size:11px}.advanced-filter-rule .compact-multi-lookup input{min-height:28px;height:28px}.advanced-filter-rule .compact-multi-lookup .multi-lookup-open{min-height:28px;height:28px;align-self:end}.advanced-filter-rule .compact-multi-lookup .multi-lookup-chips{grid-column:1 / -1;min-height:24px;max-height:52px}.advanced-filter-actions{display:flex;gap:8px;margin-top:8px}.interactive-options-row{display:grid;grid-template-columns:minmax(0,1fr);gap:6px;align-items:start}.interactive-columns{border:1px solid var(--line);background:#fff;padding:6px 8px}.interactive-columns summary{cursor:pointer}.interactive-columns div{display:grid;grid-template-columns:repeat(auto-fit,minmax(128px,1fr));gap:6px;margin-top:8px}.interactive-columns label{display:flex;gap:6px;align-items:center;padding:5px 6px;border:1px solid var(--line);background:#f8fafc}.interactive-columns small{margin-inline-start:auto;color:var(--muted);direction:ltr;font-size:10px}.pivot-toolbar{display:grid;grid-template-columns:150px 150px minmax(220px,1fr);gap:6px;align-items:end;padding:6px 8px;border:1px solid var(--line);background:#fff}.pivot-toolbar label{display:grid;gap:3px}.pivot-toolbar span{color:var(--title);font-size:11px;font-weight:800}.pivot-toolbar select{height:26px;border:1px solid var(--line-strong);background:#fff;padding:3px 6px;font-size:12px}.pivot-measures{display:flex;flex-wrap:wrap;gap:5px;align-items:center}.pivot-measures label{min-height:26px;display:flex;grid-auto-flow:column;gap:5px;align-items:center;padding:3px 7px;border:1px solid #b7d9d1;background:#f8fafc}.pivot-report-wrap{min-height:360px;max-height:calc(100vh - 350px);overflow:auto;border:1px solid var(--line);background:#fff}.pivot-report-table{width:max-content;min-width:100%;border-collapse:collapse;table-layout:auto}.pivot-report-table th,.pivot-report-table td{height:29px;min-width:105px;border-bottom:1px solid var(--line);border-left:1px solid var(--line);padding:4px 7px;white-space:nowrap;font-size:12px}.pivot-report-table th{position:sticky;top:0;z-index:2;background:var(--grid-head);color:var(--title);text-align:center;font-weight:800}.pivot-report-table thead tr:nth-child(2) th{top:29px;background:#f2f6fa;font-size:11px}.pivot-report-table .pivot-row-label{position:sticky;right:0;z-index:1;min-width:280px;max-width:360px;background:#fff;color:var(--ink);text-align:right;overflow:hidden;text-overflow:ellipsis}.pivot-report-table td:not(.pivot-row-label),.pivot-report-table tfoot td{direction:ltr;color:navy;text-align:center;font-weight:700}.pivot-report-table .pivot-total-cell,.pivot-report-table tfoot td{background:#eaf7f4}.pivot-report-table tfoot td{position:sticky;bottom:0;border-top:1px solid var(--accent)}.interactive-report-meta{min-height:32px;display:flex;gap:10px;align-items:center;padding:5px 8px;border:1px solid var(--line);background:#fff;flex-wrap:wrap}.interactive-report-meta .list-pager{margin-inline-start:auto}.interactive-report-wrap{min-height:360px;max-height:calc(100vh - 350px);overflow:auto;border:1px solid var(--line);background:#fff}.interactive-report-table{min-width:1600px}.interactive-report-table th,.interactive-report-table td{height:28px;padding:3px 7px;white-space:nowrap;font-size:12px}.interactive-report-table th{cursor:pointer;text-align:center;-webkit-user-select:none;user-select:none}.interactive-report-table th span,.interactive-report-table th small{display:block}.interactive-report-table th small{color:#687789;direction:ltr;font-size:9px;font-weight:600}.interactive-report-table td{max-width:320px;overflow:hidden;text-align:right;text-overflow:ellipsis}.interactive-report-table .number-cell{direction:ltr;color:navy;font-weight:700;text-align:center}.interactive-report-table .interactive-col-docdat{width:95px;min-width:95px;text-align:center}.interactive-report-table .interactive-col-docno{width:78px;min-width:78px;text-align:center}.interactive-report-table .interactive-col-srlno{width:54px;min-width:54px;text-align:center}.interactive-report-table .interactive-col-doctyp{width:76px;min-width:76px;text-align:center}.interactive-report-table .interactive-col-docrng{width:86px;min-width:86px;text-align:center}.interactive-report-table .interactive-col-accno{width:104px;min-width:104px;text-align:center}.interactive-report-table .interactive-col-accnam{width:295px;min-width:295px;text-align:right}.interactive-report-table .interactive-col-ldbt,.interactive-report-table .interactive-col-lcrd{width:112px;min-width:112px;text-align:center}.interactive-report-table .interactive-col-costno1,.interactive-report-table .interactive-col-costno2{width:230px;min-width:230px;text-align:right}.interactive-report-table .interactive-col-accno2{width:190px;min-width:190px;text-align:right}.interactive-report-table .interactive-col-notes{width:300px;min-width:300px;text-align:right}.interactive-report-table .interactive-col-taxid,.interactive-report-table .interactive-col-inv_no{width:72px;min-width:72px;text-align:center}.account-movement-screen{margin-top:6px}.account-movement-filters{grid-template-columns:minmax(420px,1fr) 150px 150px auto}.account-movement-filters .account-field{grid-column:auto}.account-movement-filters .filter-actions{display:flex;gap:6px;align-self:end}.account-movement-summary{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));gap:6px}.account-movement-summary div{display:grid;grid-template-columns:auto 1fr;align-items:center;min-height:32px;border:1px solid #c8d5df;background:#f8fbfd;padding:4px 8px}.account-movement-summary span{color:var(--title);font-size:11px;font-weight:900}.account-movement-summary strong{color:navy;direction:ltr;text-align:left;font-size:13px}.account-movement-wrap{max-height:calc(100vh - 310px)}.account-movement-table{min-width:1120px}.account-movement-table th:nth-child(1),.account-movement-table td:nth-child(1){width:110px;min-width:110px;text-align:center}.account-movement-table th:nth-child(2),.account-movement-table td:nth-child(2),.account-movement-table th:nth-child(3),.account-movement-table td:nth-child(3){width:90px;min-width:90px;text-align:center}.account-movement-table th:nth-child(4),.account-movement-table td:nth-child(4){width:150px;min-width:150px;text-align:center}.account-movement-table th:nth-child(6),.account-movement-table td:nth-child(6),.account-movement-table th:nth-child(7),.account-movement-table td:nth-child(7),.account-movement-table th:nth-child(8),.account-movement-table td:nth-child(8){width:125px;min-width:125px}.account-movement-notes{min-width:360px;white-space:normal;text-align:right}.account-movement-table .debit-cell{color:#0057a8}.account-movement-table .credit-cell{color:#8a1f11}.account-movement-table .balance-cell{font-weight:900}@media(max-width:980px){.account-movement-filters,.account-movement-summary{grid-template-columns:1fr 1fr}}.journal-open-link{min-height:0!important;height:auto;padding:0;border:0!important;background:transparent!important;box-shadow:none!important;color:navy;font-size:12px;font-weight:800;line-height:1.2;text-decoration:underline;text-underline-offset:2px}.journal-open-link:hover{color:var(--accent-ink)}.interactive-group-row td{background:#e6f2ef;color:var(--title);font-weight:800;border-top:1px solid var(--accent);border-bottom:1px solid var(--accent);max-width:none;overflow:visible;padding:4px 7px}.interactive-group-row.level-1 td{background:#f1f8f6;border-top-color:#b7d9d1;border-bottom-color:#b7d9d1}.interactive-group-title{display:flex;gap:8px;align-items:center;width:100%;min-height:24px}.interactive-group-title button{width:22px;height:22px;min-width:22px;border:1px solid var(--accent);background:#fff;color:var(--accent-ink);font-weight:800;line-height:1}.interactive-group-title strong{font-size:12px;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.interactive-group-balance{display:flex;gap:46px;align-items:center;justify-content:flex-start;min-width:220px}.interactive-group-balance span,.interactive-group-balance small{color:navy;font-size:11px;font-weight:700}.interactive-group-detail td:first-child{border-right:4px solid #b7d9d1}.nvis-report-shell{display:block}.nvis-interactive-explorer{--explorer-navy: #071f3d;--explorer-blue: #0d63ce;--explorer-gold: #dba23a;--explorer-line: #d8e1ec;display:flex;flex-direction:column;gap:10px;min-height:calc(100vh - 152px)}.nvis-explorer-page-header{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 18px;border:1px solid var(--explorer-line);border-radius:10px;background:linear-gradient(135deg,#071f3dfa,#0a345ef2);color:#fff;box-shadow:0 12px 28px #071f3d1f}.nvis-explorer-page-header h2{margin:4px 0 2px;font-size:24px;line-height:1.2;letter-spacing:0}.nvis-explorer-page-header p{margin:0;color:#ffffffc7;font-size:13px}.nvis-explorer-page-header .nvis-code{border-color:#dba23a8c;background:#dba23a29;color:#ffe1a0}.nvis-explorer-page-summary{min-width:150px;display:grid;justify-items:end;gap:3px}.nvis-explorer-page-summary strong{font-size:26px;direction:ltr}.nvis-explorer-page-summary span:last-child{color:#ffffffb8;font-size:12px}.nvis-explorer-mode-tabs{display:flex;align-items:center;gap:7px;align-self:flex-start;padding:5px;border:1px solid var(--explorer-line);border-radius:10px;background:#fff;box-shadow:0 8px 18px #071f3d0d}.nvis-explorer-mode-tabs button{min-width:92px;min-height:32px;border:0;border-radius:8px;background:transparent;color:#29435f;font-weight:900;cursor:pointer}.nvis-explorer-mode-tabs button.active{background:var(--explorer-navy);color:#fff}.nvis-explorer-control-grid{display:grid;grid-template-columns:minmax(330px,.85fr) minmax(520px,1.35fr);gap:10px;align-items:stretch}.nvis-explorer-section-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.nvis-explorer-section-head>div:first-child{display:flex;align-items:center;gap:7px;color:var(--explorer-navy)}.nvis-explorer-section-head svg{color:var(--explorer-blue)}.nvis-explorer-saved-views,.nvis-explorer-basic-filters,.nvis-explorer-group-builder,.nvis-explorer-pivot-builder,.nvis-explorer-advanced-filters,.nvis-explorer-toolbar,.nvis-explorer-results-grid{border:1px solid var(--explorer-line);border-radius:10px;background:#fff;box-shadow:0 10px 24px #071f3d0d}.nvis-explorer-saved-views,.nvis-explorer-basic-filters,.nvis-explorer-group-builder,.nvis-explorer-pivot-builder{padding:12px}.nvis-explorer-group-builder{grid-column:1 / -1}.nvis-explorer-saved-layout,.nvis-explorer-filter-bar,.nvis-explorer-group-controls,.nvis-explorer-pivot-controls{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:8px;align-items:end}.nvis-explorer-saved-layout label,.nvis-explorer-filter-bar label,.nvis-explorer-group-controls label,.nvis-explorer-pivot-controls label{display:grid;gap:4px}.nvis-explorer-saved-layout label span,.nvis-explorer-filter-bar label span,.nvis-explorer-group-controls label span,.nvis-explorer-pivot-controls label span{color:#23405f;font-size:12px;font-weight:800}.nvis-explorer-saved-layout input,.nvis-explorer-saved-layout select,.nvis-explorer-filter-bar input,.nvis-explorer-filter-bar select,.nvis-explorer-group-controls select,.nvis-explorer-pivot-controls select{min-height:36px;border:1px solid #c9d5e3;border-radius:8px;background:#fff;padding:7px 10px;color:#082140;font-weight:700}.nvis-explorer-filter-bar label.wide{grid-column:span 2}.nvis-explorer-saved-actions,.nvis-explorer-filter-actions,.nvis-explorer-group-actions{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.nvis-explorer-advanced-filters{padding:0;overflow:hidden}.nvis-explorer-advanced-filters summary{min-height:42px;display:flex;align-items:center;gap:8px;padding:0 14px;cursor:pointer;color:var(--explorer-navy);font-weight:900;background:linear-gradient(180deg,#fff,#f7f9fc)}.nvis-explorer-advanced-filters[open]{padding-bottom:12px}.nvis-explorer-advanced-filters .filter-chip-row,.nvis-explorer-advanced-filters .advanced-filter-rules,.nvis-explorer-advanced-filters .advanced-filter-actions{margin-inline:12px}.nvis-explorer-toolbar{display:flex;align-items:stretch;gap:10px;padding:10px;flex-wrap:wrap}.nvis-explorer-tool-panel{min-width:210px;border:1px solid #dbe4ef;border-radius:9px;background:#f9fbfd}.nvis-explorer-tool-panel summary{min-height:38px;display:flex;align-items:center;gap:7px;padding:0 11px;cursor:pointer;color:var(--explorer-navy);font-weight:900}.nvis-explorer-column-list{width:min(680px,calc(100vw - 80px));max-height:210px;overflow:auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:6px;padding:10px;border-top:1px solid #dbe4ef}.nvis-explorer-column-list label{display:flex;align-items:center;gap:6px;min-height:30px;padding:4px 6px;border-radius:7px}.nvis-explorer-column-list label:hover{background:#eef5ff}.nvis-explorer-column-list small{color:#718096;direction:ltr}.nvis-explorer-meta{flex:1 1 420px;min-width:360px;border:0;padding:4px 2px}.nvis-explorer-export-actions{display:flex;gap:7px;align-items:center}.nvis-explorer-export-actions .nvis-button{display:inline-flex;align-items:center;gap:6px}.nvis-explorer-analysis-note{display:flex;align-items:center;gap:8px;min-height:34px;padding:7px 10px;border:1px solid #cce9dc;border-radius:9px;background:#f2fbf6;color:#135f37;font-size:12px;font-weight:800}.nvis-explorer-safeguard-note{display:flex;align-items:center;gap:8px;min-height:30px;padding:6px 10px;border:1px solid #dbe4ef;border-radius:9px;background:#f8fbff;color:#405368;font-size:12px;font-weight:800}.nvis-explorer-results-grid{flex:1 1 auto;min-height:360px;padding:0;overflow:hidden}.nvis-explorer-results-grid .interactive-report-wrap,.nvis-explorer-results-grid .pivot-report-wrap{height:min(58vh,610px);max-height:none;border:0;border-radius:0}.nvis-explorer-results-grid .interactive-report-table th small{display:none}.nvis-explorer-results-grid .interactive-report-table th{background:#edf3f9;color:var(--explorer-navy);border-color:#d4dfeb;height:38px;position:sticky;top:0;z-index:2}.nvis-explorer-results-grid .interactive-report-table td{height:33px}.interactive-server-group-line{width:100%;display:grid;grid-template-columns:auto minmax(280px,1fr) repeat(4,max-content) auto;align-items:center;gap:12px;border:0;background:transparent;color:inherit;text-align:start;cursor:pointer}.interactive-server-group-line span{direction:ltr;color:#16395b;font-weight:800}.interactive-server-group-line strong{color:#061f3d}.interactive-server-group-line small{color:#0f6dbe;font-weight:900}.interactive-group-toggle{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;border-radius:7px;background:#0d4f8d;color:#fff!important}.interactive-group-row{cursor:pointer}.interactive-group-row:hover td{background:#dff2ff}.interactive-server-drilldown-note{min-height:34px;display:flex;align-items:center;padding:0 12px;border:1px dashed #b7c7d8;border-radius:8px;background:#f8fbff;color:#49627a;font-weight:800}.pivot-drill-cell{cursor:pointer}.pivot-drill-cell:hover{background:#fff7df!important;color:#082140}.nvis-explorer-drilldown-panel{border:1px solid #cbd8e6;border-radius:10px;background:#fff;box-shadow:0 12px 28px #071f3d12;overflow:hidden}.nvis-explorer-drilldown-panel>header,.nvis-explorer-drilldown-panel>footer{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 12px;background:#f5f8fc;border-bottom:1px solid #dbe4ef}.nvis-explorer-drilldown-panel>footer{justify-content:flex-end;border-top:1px solid #dbe4ef;border-bottom:0}.nvis-explorer-drilldown-panel header div{display:grid;gap:2px}.nvis-explorer-drilldown-panel header strong{color:var(--explorer-navy)}.nvis-explorer-drilldown-panel header span,.nvis-explorer-drilldown-panel footer small{color:#596b7d;font-size:12px;font-weight:800}.nvis-explorer-drilldown-panel .interactive-report-wrap{max-height:260px;overflow:auto;border:0}.pivot-measures strong{grid-column:1 / -1;color:var(--explorer-navy);font-size:12px}.nvis-explorer-footer-pager{display:flex;justify-content:flex-end}.nvis-explorer-footer-pager .list-pager{display:flex;align-items:center;gap:8px}.nvis-interactive-explorer .nvis-explorer-page-header{padding:10px 16px}.nvis-interactive-explorer .nvis-explorer-page-header h2{margin:3px 0 1px;font-size:21px}.nvis-interactive-explorer .nvis-explorer-page-summary strong{font-size:22px}.nvis-explorer-command-row{display:flex;align-items:center;gap:10px;padding:8px 10px;border:1px solid var(--explorer-line);border-radius:10px;background:#fff;box-shadow:0 8px 18px #071f3d0a}.nvis-explorer-command-row .nvis-explorer-mode-tabs{align-self:auto;padding:4px;border:1px solid #d8e3ee;border-radius:9px;background:#f7fafc;box-shadow:none}.nvis-explorer-command-row .nvis-explorer-mode-tabs button{min-height:30px;min-width:104px;font-weight:900}.nvis-explorer-command-row .nvis-explorer-toolbar{flex:1 1 auto;align-items:center;gap:6px;padding:0;border:0;background:transparent;box-shadow:none}.nvis-explorer-command-row .nvis-explorer-toolbar>button{min-height:32px;border:1px solid #d3deea;border-radius:8px;background:#fff;color:var(--explorer-navy);padding:0 10px;font-weight:900;cursor:pointer}.nvis-explorer-command-row .nvis-explorer-toolbar>button.active{border-color:#1e74d6;background:#eef6ff;color:#0b4c92}.nvis-explorer-context-panel{display:flex;align-items:center;gap:10px;padding:8px 10px;border:1px solid #dbe4ef;border-radius:10px;background:linear-gradient(180deg,#fff,#f8fbff);box-shadow:0 8px 18px #071f3d09}.nvis-explorer-context-label{flex:0 0 auto;min-width:106px;color:var(--explorer-navy);font-size:12px;font-weight:900}.nvis-explorer-context-controls{flex:1 1 auto;display:grid;grid-template-columns:repeat(4,minmax(130px,1fr)) auto;align-items:end;gap:8px}.nvis-explorer-group-context{grid-template-columns:auto minmax(280px,1fr) 120px auto}.nvis-explorer-group-builder{position:relative}.nvis-explorer-group-trigger{min-height:34px;display:inline-flex;align-items:center;gap:8px;border:1px solid #0f6dbe;border-radius:8px;background:#f7fbff;color:#082f63;padding:6px 12px;font-weight:900;cursor:pointer}.nvis-explorer-group-trigger span{min-width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#dba23a;color:#061b33;font-size:12px}.nvis-explorer-group-menu{position:absolute;z-index:25;inset-block-start:calc(100% + 6px);inset-inline-start:0;width:360px;display:grid;gap:8px;padding:10px;border:1px solid #c8d6e5;border-radius:10px;background:#fff;box-shadow:0 18px 40px #05162d29}.nvis-explorer-group-menu-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.nvis-explorer-group-menu-options button{min-height:32px;border:1px solid #dbe5f0;border-radius:8px;background:#f8fbff;color:#082140;font-weight:800;cursor:pointer}.nvis-explorer-group-menu-options small{display:block;color:#6b7d91;font-size:10px}.nvis-explorer-group-chips{display:flex;align-items:center;gap:6px;flex-wrap:wrap;min-width:0}.nvis-explorer-group-chip{display:inline-flex;align-items:center;gap:4px;min-height:28px;padding:0 8px;border:1px solid #b9d6f4;border-radius:999px;background:#eef6ff;color:#072c59;font-size:12px;font-weight:900}.nvis-explorer-group-chip button{width:20px;height:20px;border:0;border-radius:999px;background:transparent;color:#0d4f8d;font-weight:900;cursor:pointer}.nvis-explorer-group-chip button:disabled{opacity:.35;cursor:default}.nvis-explorer-context-controls label{display:grid;gap:4px;min-width:0}.nvis-explorer-context-controls label span,.nvis-explorer-context-measures>span{color:#2f4b68;font-size:11px;font-weight:900}.nvis-explorer-context-controls select{min-height:34px;border:1px solid #c9d5e3;border-radius:8px;background:#fff;padding:6px 9px;color:#082140;font-weight:800}.nvis-explorer-context-controls .compact{max-width:120px}.nvis-explorer-context-measures{display:flex;align-items:center;flex-wrap:wrap;gap:6px;min-height:34px}.nvis-explorer-context-measures label{display:inline-flex;align-items:center;gap:4px;min-height:28px;padding:0 8px;border:1px solid #d5e1ee;border-radius:999px;background:#fff;color:#082140;font-size:12px;font-weight:800}.nvis-explorer-context-measures input{margin:0}.nvis-explorer-command-row .nvis-explorer-toolbar>button span,.nvis-explorer-count-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;margin-inline-start:6px;padding:0 6px;border-radius:999px;background:#dba23a;color:#082140;font-size:11px;font-weight:900}.nvis-explorer-panel-row .nvis-explorer-basic-filters,.nvis-explorer-panel-row .nvis-explorer-group-builder,.nvis-explorer-panel-row .nvis-explorer-pivot-builder,.nvis-explorer-panel-row .nvis-explorer-tool-card{padding:10px}.nvis-explorer-panel-row .nvis-explorer-tool-panel{min-width:0;border:1px solid var(--explorer-line);border-radius:10px;background:#fff;box-shadow:0 10px 24px #071f3d0d}.nvis-explorer-panel-row .nvis-explorer-tool-panel summary{min-height:34px}.nvis-explorer-panel-row .nvis-explorer-column-list{width:auto;max-height:170px;border-top:0}.nvis-explorer-saved-layout.compact{grid-template-columns:minmax(220px,1fr) minmax(220px,1fr) auto;align-items:end;gap:8px}.nvis-explorer-saved-layout.compact label{min-width:0}.nvis-explorer-saved-layout.compact select,.nvis-explorer-saved-layout.compact input{min-height:34px}.nvis-explorer-sort-controls,.nvis-explorer-total-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:8px}.nvis-explorer-sort-controls label{display:grid;gap:4px}.nvis-explorer-sort-controls label span{color:#23405f;font-size:12px;font-weight:800}.nvis-explorer-sort-controls select{min-height:36px;border:1px solid #c9d5e3;border-radius:8px;background:#fff;padding:7px 10px;color:#082140;font-weight:700}.nvis-explorer-total-strip span{display:flex;justify-content:space-between;gap:8px;padding:8px 10px;border:1px solid #dbe4ef;border-radius:8px;background:#f8fbff;color:#304862;font-weight:800}.nvis-explorer-total-strip strong{color:var(--explorer-navy);direction:ltr}.nvis-interactive-explorer .nvis-explorer-meta{flex:none;min-width:0;border:1px solid #dbe4ef;border-radius:9px;background:#f8fbff;padding:6px 10px;min-height:34px}.nvis-interactive-explorer .nvis-explorer-results-grid{min-height:430px}.nvis-interactive-explorer .nvis-explorer-results-grid .interactive-report-wrap,.nvis-interactive-explorer .nvis-explorer-results-grid .pivot-report-wrap{height:min(70vh,740px)}.nvis-interactive-explorer .pivot-report-wrap th:first-child,.nvis-interactive-explorer .pivot-report-wrap td:first-child{position:sticky;right:0;z-index:3;background:#f7fbff;box-shadow:-1px 0 #d4dfeb}.nvis-interactive-explorer .pivot-report-wrap td:first-child{background:#fff;font-weight:900}.nvis-interactive-explorer .number-cell,.nvis-interactive-explorer .pivot-report-wrap td{font-variant-numeric:tabular-nums}.nvis-interactive-explorer .number-cell.negative,.nvis-interactive-explorer .pivot-report-wrap td.negative{color:#b42318;font-weight:900}.nvis-interactive-explorer .interactive-server-group-line{padding:3px 2px}.nvis-interactive-explorer .interactive-group-row td{background:#eaf5ff;border-bottom-color:#c5d9eb;font-weight:900}.nvis-interactive-explorer .interactive-group-title strong{color:var(--explorer-navy)}.nvis-interactive-explorer .interactive-group-title button{width:24px;height:24px;border:1px solid #9eb7cf;border-radius:6px;background:#fff;color:var(--explorer-navy);font-weight:900}.nvis-interactive-explorer .interactive-server-drilldown-note{min-height:28px}.nvis-interactive-explorer .nvis-explorer-drilldown-panel .interactive-report-wrap{max-height:210px}.nvis-interactive-explorer .nvis-explorer-footer-pager{margin-top:-2px}@media(max-width:1180px){.nvis-explorer-control-grid{grid-template-columns:1fr}.nvis-explorer-filter-bar label.wide{grid-column:span 1}.nvis-explorer-command-row{align-items:stretch;flex-direction:column}}.range-screen{margin-top:10px;display:grid;gap:8px;padding:8px;border:1px solid var(--line);border-radius:4px;background:#eef3f7}.range-toolbar{display:grid;grid-template-columns:80px 76px 76px 76px 90px 1fr;gap:8px;align-items:center;padding:8px;border:1px solid var(--line);border-radius:4px;background:#fbfcfd}.range-toolbar strong{justify-self:end;color:var(--title)}.range-toolbar label span,.range-editor label span{color:var(--title);font-size:12px;font-weight:800}.range-toolbar input,.range-editor input,.range-editor select{height:28px;border:1px solid var(--line-strong);background:#fff;padding:3px 7px}.range-layout{display:grid;grid-template-columns:360px minmax(0,1fr);gap:8px}.range-master-detail{display:grid;grid-template-columns:minmax(280px,1fr) minmax(300px,1fr);gap:8px;direction:ltr}.range-master-detail>*{direction:rtl}.range-editor{display:grid;gap:8px;align-content:start;padding:8px;border:1px solid var(--line);border-radius:4px;background:#fbfcfd}.range-editor label{display:grid;gap:3px}.range-editor label span{display:flex;justify-content:space-between;align-items:baseline;gap:8px}.range-editor small{color:#697888;font-size:10px;direction:ltr}.range-doc-label{min-height:56px;display:grid;align-content:center;gap:4px;padding:8px;border:1px solid var(--line);background:#fff;color:var(--title)}.range-doc-label small{color:var(--muted)}.range-grid-wrap{min-height:420px;max-height:calc(100vh - 220px);overflow:auto;border:1px solid var(--line);border-radius:4px;background:#fff}.range-grid th,.range-grid td{height:32px;padding:5px 8px;white-space:nowrap}.range-grid th:first-child,.range-grid td:first-child,.range-grid td:nth-child(3),.range-grid td:nth-child(4),.range-grid td:nth-child(5){direction:ltr;color:navy;font-weight:800}.range-grid td:nth-child(2){overflow:hidden;text-overflow:ellipsis}.range-grid input{width:100%;height:26px;border:1px solid var(--line-strong);background:#fffde8;color:navy;font-weight:800;text-align:end;padding:2px 6px}.range-selected-type{justify-self:stretch;color:var(--title);font-weight:800;text-align:start}.currency-layout{display:grid;gap:8px}.currency-editor,.currency-rate-editor{display:grid;grid-template-columns:90px minmax(220px,1fr) minmax(180px,1fr) 140px;gap:8px;padding:8px;border:1px solid var(--line);border-radius:4px;background:#fbfcfd}.currency-rate-editor{grid-template-columns:80px 140px 150px 110px 140px}.currency-editor label,.currency-rate-editor label{display:grid;gap:3px}.currency-editor label span,.currency-rate-editor label span{display:flex;justify-content:space-between;align-items:baseline;color:var(--title);font-size:12px;font-weight:800}.currency-editor small,.currency-rate-editor small{color:#697888;font-size:10px;direction:ltr}.currency-editor input,.currency-rate-editor input{height:28px;border:1px solid var(--line-strong);background:#fff;padding:3px 7px}.currency-grid-wrap{min-height:150px;max-height:230px}.currency-rates-panel{display:grid;gap:8px;padding:8px;border:1px solid var(--line);border-radius:4px;background:#f8fbfc}.currency-rates-toolbar{display:flex;gap:8px;align-items:center}.currency-rates-toolbar strong{margin-inline-end:auto;color:var(--title)}.currency-rate-grid-wrap{min-height:210px;max-height:calc(100vh - 500px)}.journal-lines-pager{display:flex;align-items:center;gap:10px;padding:6px 8px;border:1px solid var(--line);background:#fff;color:var(--muted);font-size:12px}.journal-lines-pager strong{color:var(--title)}.journal-lines-pager span{margin-inline-end:auto;color:var(--ink);font-weight:700}.journal-lines-pager button{min-width:70px;min-height:26px;border:1px solid var(--accent);background:#fff;color:var(--accent-ink);font-weight:800}.journal-lines-pager button:disabled{border-color:var(--line-strong);color:var(--muted);background:#f2f5f7;cursor:default}.journal-lines-pager small{color:var(--muted);font-weight:700}.journal-summary{position:sticky;bottom:0;z-index:5;display:grid;grid-template-columns:112px repeat(4,minmax(142px,1fr));gap:8px;align-items:end;padding:9px 10px;border:1px solid #c5d3e2;border-radius:12px;background:#fffffff5;box-shadow:0 -8px 24px #08213e14;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.journal-summary .field input{color:#08213e;font-size:14px;font-weight:900;text-align:left;direction:ltr}.journal-summary .field-diff input{color:#b42318}.journal-summary .field-diff input[value="0.00"]{color:#0f766e}.journal-footer-panels{display:grid;grid-template-columns:300px 1fr 290px;gap:10px;align-items:stretch}.print-panel,.analysis-panel,.audit-panel{display:grid;gap:8px;padding:10px;border:1px solid #d9e4ee;border-radius:12px;background:#fff}.print-panel{grid-template-columns:1fr 1fr}.print-panel .field{grid-column:1 / -1}.analysis-panel{grid-template-columns:repeat(2,minmax(160px,1fr))}.analysis-row-marker{grid-column:1 / -1;color:#08213e;font-size:12px;font-weight:900}.analysis-selected-name{min-height:28px;padding:6px 8px;border:1px solid #d9e4ee;border-radius:7px;background:#f8fbff;color:#344250;font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.analysis-selected-name.wide{grid-column:1 / -1}.readonly-lookup input{color:#0b4f8f;font-weight:900;background:#f8fbff}.readonly-lookup-name{min-height:26px;margin-top:3px;padding:5px 7px;border:1px solid #d9e4ee;border-radius:7px;background:#fff;color:#344250;font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.audit-panel{grid-template-columns:repeat(2,minmax(80px,1fr));align-items:end}.placeholder{margin-top:14px;min-height:320px;padding:24px}.modal-backdrop{position:fixed;inset:0;z-index:20;display:grid;place-items:center;background:#11182057;padding:22px}.tax-dialog{width:min(860px,calc(100vw - 44px));background:#f4f4f4;border:1px solid #9aa8b6;box-shadow:0 12px 34px #00000047;padding:14px 36px 16px}.tax-dialog h2{margin:0 0 18px;text-align:center;color:#000;font-size:28px;line-height:1.25}.tax-dialog-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px 48px;direction:rtl}.tax-dialog-grid label{display:grid;grid-template-columns:170px minmax(180px,1fr);align-items:center;gap:10px}.tax-dialog-grid strong{color:#000;font-size:15px;text-align:right}.tax-dialog-grid input,.tax-dialog-grid select{min-height:34px;height:34px;border:1px solid #9aa0a6;background:#ffffbf;color:#000;font-size:13px}.tax-rate-check{grid-template-columns:20px 1fr!important;justify-self:start;width:220px;background:#ffffbf;padding:4px 6px}.tax-rate-check input{width:14px;height:14px;min-height:14px}.tax-rate-check span{font-size:12px;color:#000}.tax-close{display:block;min-width:142px;min-height:35px;margin:18px auto 0;border:1px solid #9aa8b6;background:#f8fafc;color:#000}.statement-dialog{width:min(760px,calc(100vw - 44px));background:#e7e7ff;border:1px solid #0b3f91;box-shadow:0 12px 34px #0000004d;direction:rtl}.statement-title{min-height:34px;display:grid;grid-template-columns:84px 1fr;align-items:center;gap:10px;padding:4px 8px;background:navy;color:#fff}.statement-title button{min-height:26px;border:1px solid #9aa8b6;background:#f8fafc;color:#000}.statement-title strong{text-align:right;font-size:13px}.statement-table-wrap{max-height:420px;overflow:auto;padding:8px}.statement-table{width:100%;border-collapse:collapse;table-layout:fixed;background:#fff}.statement-table th,.statement-table td{height:25px;border:1px solid #9aa8b6;padding:3px 5px;font-size:12px;text-align:right}.statement-table th{background:#dfe4ff;color:navy}.statement-table tbody tr:first-child td,.statement-table tfoot td{background:#fffbc1;font-weight:700}.statement-table td:nth-child(5),.statement-table td:nth-child(6),.statement-table td:nth-child(7){direction:ltr;text-align:right;color:navy}.lookup-dialog{width:min(920px,calc(100vw - 44px));max-height:calc(100vh - 54px);display:grid;grid-template-rows:auto auto auto minmax(220px,1fr) auto;background:#f4f6f8;border:1px solid var(--line-strong);box-shadow:0 14px 38px #0000004d;direction:rtl}.lookup-dialog-title{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 12px;border-bottom:1px solid var(--line);background:#fff}.lookup-dialog-title strong{color:var(--title);font-size:15px}.lookup-dialog-title button,.lookup-dialog-search button,.lookup-dialog-actions button{min-width:78px;min-height:29px;border:1px solid var(--accent);background:#fff;color:var(--accent-ink);font-weight:800}.lookup-dialog-actions button:disabled{border-color:var(--line-strong);color:var(--muted);background:#f2f5f7;cursor:default}.lookup-dialog-search{display:grid;grid-template-columns:1fr 86px 230px;gap:8px;align-items:end;padding:10px 12px;border-bottom:1px solid var(--line)}.lookup-dialog-search label span{color:var(--title);font-size:12px;font-weight:800}.lookup-dialog-search span{color:var(--muted);font-size:12px;font-weight:700;white-space:nowrap}.lookup-message{margin:8px 12px 0;padding:6px 8px;border:1px solid var(--line);background:#fff;color:var(--title);font-size:12px;font-weight:700}.lookup-results-wrap{margin:10px 12px;overflow:auto;border:1px solid var(--line);background:#fff}.lookup-results{width:100%;border-collapse:collapse;table-layout:fixed}.lookup-results th,.lookup-results td{height:29px;border-bottom:1px solid var(--line);padding:4px 7px;font-size:12px;text-align:right}.lookup-results th{background:var(--grid-head);color:var(--title)}.lookup-results th:first-child,.lookup-results td:first-child{width:150px;direction:ltr;color:navy;font-weight:800}.lookup-results tbody tr{cursor:pointer}.lookup-results tbody tr:hover,.lookup-results .selected-row{background:var(--row-active)}.lookup-dialog-actions{display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 12px;border-top:1px solid var(--line);background:#fff}.lookup-dialog-actions small{min-width:110px;color:var(--muted);font-size:12px;font-weight:800;text-align:center}.multi-select-dialog{width:min(780px,calc(100vw - 40px));max-height:min(76vh,700px);grid-template-rows:auto auto minmax(260px,1fr) auto}.multi-select-dialog .lookup-dialog-title{min-height:42px;padding:6px 10px}.multi-select-dialog .lookup-dialog-title strong{font-size:14px}.multi-select-dialog .lookup-dialog-search{grid-template-columns:1fr 76px 190px;gap:6px;align-items:end;padding:7px 10px}.multi-select-dialog .lookup-dialog-search input{height:28px;min-height:28px}.multi-select-dialog .lookup-dialog-search button,.multi-select-dialog .lookup-dialog-actions button,.multi-select-dialog .lookup-dialog-title button{min-height:28px;min-width:72px;padding:3px 9px}.multi-select-dialog .lookup-dialog-search span{font-size:11px}.multi-select-dialog .lookup-message{grid-row:3;align-self:start;z-index:1}.multi-select-dialog .lookup-results-wrap{grid-row:3;margin:6px 10px}.multi-select-dialog .lookup-dialog-actions{grid-row:4;padding:7px 10px}.multi-select-dialog .lookup-results th,.multi-select-dialog .lookup-results td{height:25px;padding:3px 7px}.multi-select-dialog .lookup-results th:nth-child(2),.multi-select-dialog .lookup-results td:nth-child(2){width:120px;direction:ltr;color:navy;font-weight:800}.multi-select-dialog .lookup-results input[type=checkbox]{width:18px;height:18px;min-height:18px}.print-backdrop{place-items:start center;overflow:auto}.print-preview-dialog{width:min(1120px,calc(100vw - 44px));background:#f3f5f7;border:1px solid var(--line);box-shadow:0 18px 44px #00000057;direction:rtl}.print-toolbar{min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:8px 12px;border-bottom:1px solid var(--line);background:#fff}.print-toolbar strong{display:block;color:var(--title);font-size:14px}.print-toolbar span{display:block;margin-top:3px;color:var(--muted);font-size:12px}.print-toolbar-actions{display:flex;gap:8px}.print-toolbar-actions button{min-width:82px;min-height:30px;border:1px solid var(--accent);background:#fff;color:var(--accent-ink);font-weight:800}.journal-report-sheet{width:1040px;min-height:620px;margin:16px auto;padding:18px 18px 14px;background:#fff;color:#000;border:1px solid #9aa8b6;box-shadow:0 3px 12px #0000001f}.journal-report-header{display:grid;gap:8px;margin-bottom:14px;text-align:right}.journal-report-header strong{padding-bottom:8px;border-bottom:3px solid #111;font-size:17px}.journal-report-header h2{justify-self:center;min-width:180px;margin:0;padding:7px 22px;background:#fffef0;color:navy;font-size:18px;text-align:center}.journal-report-meta{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-bottom:8px;border:1px solid #0895a3;background:#cff}.journal-report-meta.compact{grid-template-columns:1fr 1fr 1fr 1fr 2.2fr}.journal-report-meta label{display:grid;grid-template-columns:92px 1fr;align-items:center;min-height:31px;border-left:1px solid #36b8c2;padding:3px 6px}.journal-report-meta label.wide{grid-column:1 / -1;border-top:1px solid #36b8c2}.journal-report-meta span{color:#000;font-size:12px;font-weight:800}.journal-report-meta b{min-height:22px;padding:3px 7px;border:1px solid #8bcdf3;background:#fff;color:navy;font-size:12px;text-align:center}.journal-report-table{width:100%;border-collapse:collapse;table-layout:fixed;direction:rtl}.journal-report-table th,.journal-report-table td{height:27px;border:1px solid #1682c5;padding:4px 6px;font-size:12px;text-align:right;vertical-align:middle}.journal-report-table th{background:#f7f7f7;color:#000;font-weight:800;text-align:center}.journal-report-table td:nth-child(1),.journal-report-table td:nth-child(2),.journal-report-table tfoot td{background:#dfffff;direction:ltr;color:navy;font-weight:800;text-align:right}.journal-report-table td:nth-child(4),.journal-report-table td:nth-child(5),.journal-report-table td:nth-child(6),.journal-report-table td:nth-child(7){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.journal-report-table.detailed tbody tr:not(.report-detail-row) td{border-bottom-color:#7fc4ec}.journal-report-table.detailed .report-detail-row td{height:22px;background:#fff;color:navy;font-size:11px;font-weight:700;text-align:right;white-space:normal}.journal-report-table.detailed .report-detail-row td:nth-child(1),.journal-report-table.detailed .report-detail-row td:nth-child(2){background:#dfffff}.journal-report-table.detailed .report-detail-row span{display:inline-block;min-width:34%;color:navy}.journal-report-table.detailed .report-detail-row small{display:inline-block;margin-inline-start:18px;color:#344250;font-size:10.5px;font-weight:700}.journal-report-table tfoot td{background:#fffbc1}.journal-report-footer{display:flex;justify-content:space-between;gap:16px;margin-top:12px;padding-top:8px;border-top:1px solid #b5bdc6;color:#344250;font-size:11px}.topbar,.screen-tile,.account-tree,.account-editor,.journal-screen,.placeholder,.status-strip,.data-grid-wrap{border-color:var(--line);background:var(--panel)}.topbar{box-shadow:inset 0 -1px #17212b08}.topbar h1,.panel-head strong,.editor-toolbar h2,.field-label strong,.auth-title,.journal-grid th{color:var(--title)}.screen-code,.login-submit{background:var(--accent);border-color:var(--accent)}.screen-tile button,.editor-toolbar button,.journal-actions button,.journal-grid button,.journal-summary button,.print-panel button,.audit-panel button,.auth-controls button,.auth-row button{border:1px solid var(--accent);color:var(--accent-ink);background:#fff;font-weight:700}.screen-tile button:hover,.editor-toolbar button:hover,.journal-actions button:hover,.journal-grid button:hover,.journal-summary button:hover,.print-panel button:hover,.audit-panel button:hover,.auth-controls button:hover,.auth-row button:hover{background:#eef8f6}.editor-toolbar,.panel-head,.auth-title,.journal-head,.journal-summary,.print-panel,.analysis-panel,.audit-panel{background:var(--panel-soft);border-color:var(--line)}.account-editor,.journal-screen{background:#edf1f5}input,select,.field input,.field select,.search-select input,.search-select select,.journal-grid input{border-color:var(--line-strong);background:#fff;color:var(--ink)}input:focus,select:focus,.field input:focus,.field select:focus,.search-select input:focus,.search-select select:focus,.journal-grid input:focus{outline:2px solid rgba(13,118,110,.18);border-color:var(--accent)}.tree-list,.journal-grid-wrap,.account-auth-panel{border-color:var(--line)}.tree-node{border-bottom-color:var(--line)}.tree-node.active,.tree-node:hover,.data-grid tbody tr:hover,.data-grid .selected-row{background:var(--row-active)}.tree-expander{border-color:var(--line-strong);background:#fff;color:var(--accent-ink)}.tree-loading,.loading-box,.form-message,.account-path{border-color:var(--line);background:#fff;color:var(--title)}.auth-grid>strong,.data-grid th,.journal-grid th{background:var(--grid-head);color:var(--title);border-color:var(--line)}.journal-grid td{background:#fff;border-color:var(--line)}.journal-grid tbody tr:first-child td{background:var(--edit-row)}.journal-screen{border-color:var(--line)}.journal-head{border-bottom-color:var(--line)}.journal-summary,.journal-footer-panels>*{border-color:var(--line)}select,.field select,.search-select select,.auth-controls select{appearance:none;background-color:#fff;background-image:linear-gradient(45deg,transparent 50%,var(--accent-ink) 50%),linear-gradient(135deg,var(--accent-ink) 50%,transparent 50%);background-position:left 12px center,left 7px center;background-size:5px 5px,5px 5px;background-repeat:no-repeat;padding-left:26px}select:disabled,.field select:disabled{background-color:#f2f5f7;color:var(--muted)}body{background:#e9eef2}.top-nav{min-height:48px;padding:6px 12px;background:#1f2c38;border-bottom-color:#0d766e;box-shadow:0 1px #ffffff0f inset,0 2px 10px #1018201f}.brand{min-width:126px}.brand-mark{width:30px;height:30px;background:#f2b84b}.top-nav button{min-height:30px;padding:0 9px;border-radius:4px;font-size:12px}.top-nav button.active{background:#0d766e;border-color:#0d766e}.workspace{padding:10px 12px 14px}.topbar{height:58px;padding:0 14px;border-color:#c4ced8;border-radius:4px;background:#fbfcfd}.topbar h1{font-size:21px;color:#123865}.screen-code{border-radius:3px;background:#0d766e;font-size:12px}.session-chip{border-radius:3px;background:#fff;color:#26313d}.journal-screen{margin-top:10px;gap:7px;padding:8px;border-color:#bcc7d2;border-radius:4px;background:#eef3f7}.journal-head{grid-template-columns:132px 1fr;gap:8px;padding:8px;border:1px solid #c7d0da;border-radius:4px;background:#fbfcfd}.journal-actions{gap:6px}.journal-actions button,.journal-lines-pager button,.journal-summary button,.print-panel button,.analysis-panel button,.audit-panel button{min-height:29px;border-radius:4px;border-color:#0d766e;background:#fff;color:#075e58;font-size:12px;font-weight:800}.journal-actions button:hover,.journal-lines-pager button:hover,.journal-summary button:hover,.print-panel button:hover,.analysis-panel button:hover,.audit-panel button:hover{background:#eaf7f4}.journal-head-grid{grid-template-columns:120px 140px 150px 140px 140px minmax(260px,1fr);gap:6px 8px}.journal-head-grid .field.wide{grid-column:span 2}.field-label{margin-bottom:2px}.field-label strong{color:#123865;font-size:11.5px}.field-label small{color:#697888;font-size:9.5px}.field input,.field select,.journal-grid input,.lookup-button-field button{border-radius:2px}.journal-lines-pager{min-height:38px;padding:5px 8px;border-radius:4px;background:#fbfcfd}.journal-lines-pager strong,.journal-lines-pager span{color:#123865}.journal-grid-wrap{border-color:#bdc8d3;border-radius:4px;background:#fff}.journal-grid{min-width:1320px}.journal-grid th{height:28px;background:#edf2f6;color:#123865;border-color:#c7d0da;font-size:12px}.journal-grid td{height:43px;border-color:#d1d9e2;background:#fff}.journal-grid tbody tr:first-child td{background:#fff9d7}.journal-grid tbody tr.active-journal-row td{background:#e3f2ef;box-shadow:inset 0 1px #0d766e,inset 0 -1px #0d766e}.journal-grid th:nth-child(2),.journal-grid td:nth-child(2){width:300px}.journal-grid th:nth-child(3),.journal-grid td:nth-child(3),.journal-grid th:nth-child(4),.journal-grid td:nth-child(4){width:170px}.journal-grid th:nth-child(5),.journal-grid td:nth-child(5),.journal-grid th:nth-child(6),.journal-grid td:nth-child(6){width:112px}.journal-grid th:nth-child(7),.journal-grid td:nth-child(7){width:360px}.journal-lookup-name{color:#4d5d6d;font-size:10.5px}.journal-lookup-name.account-name{color:#123865}.journal-summary{grid-template-columns:90px repeat(4,minmax(150px,1fr));padding:7px 8px;border-radius:4px;background:#fbfcfd}.journal-footer-panels{grid-template-columns:300px 1fr 360px}.print-panel,.analysis-panel,.audit-panel{border-radius:4px;background:#fbfcfd}.analysis-row-marker{color:#123865}.analysis-selected-name,.readonly-lookup-name{border-radius:2px;background:#fff}.screen-tile button,.editor-toolbar button,.journal-actions button,.journal-grid button,.journal-summary button,.print-panel button,.analysis-panel button,.audit-panel button,.auth-controls button,.auth-row button,.journal-list-toolbar button,.list-pager button,.journal-list-table button,.analysis-tabs button,.filter-actions button,.journal-lines-toolbar button,.pivot-controls button,.clear-group-button,.lookup-dialog-title button,.lookup-dialog-search button,.lookup-dialog-actions button,.print-toolbar-actions button,.tax-close,.login-submit{border-color:var(--button-border);border-radius:4px;background:var(--button-bg);color:var(--button-text);box-shadow:var(--button-shadow);font-family:var(--app-font);font-size:12px;font-weight:800;letter-spacing:0}.screen-tile button:hover,.editor-toolbar button:hover,.journal-actions button:hover,.journal-grid button:hover,.journal-summary button:hover,.print-panel button:hover,.analysis-panel button:hover,.audit-panel button:hover,.auth-controls button:hover,.auth-row button:hover,.journal-list-toolbar button:hover,.list-pager button:hover,.journal-list-table button:hover,.analysis-tabs button:hover,.filter-actions button:hover,.journal-lines-toolbar button:hover,.pivot-controls button:hover,.clear-group-button:hover,.lookup-dialog-title button:hover,.lookup-dialog-search button:hover,.lookup-dialog-actions button:hover,.print-toolbar-actions button:hover,.tax-close:hover{background:var(--button-bg-hover);box-shadow:var(--button-shadow-hover)}.login-submit{background:var(--accent);color:#fff}.login-submit:hover{background:#09685f}.top-nav button{box-shadow:none;font-weight:800}.top-nav button.active{color:#fff}.analysis-tabs button.active{background:#dff2ee;border-color:var(--accent);color:var(--accent-ink)}.line-delete-button{border-color:#c66b6b!important;color:#8f1d1d!important;background:snow!important}.line-delete-button:hover{background:#ffecec!important}.lookup-inline-menu,.lookup-dialog,.statement-dialog,.print-preview-dialog,.tax-dialog{border-radius:6px}@media(max-width:1440px){body{min-width:1120px}.top-nav{min-height:44px;gap:5px;padding:5px 8px;overflow:visible;scrollbar-width:thin}.brand{min-width:108px;gap:7px;padding-inline-end:8px;flex:0 0 auto}.brand-mark{width:27px;height:27px;font-size:12px}.brand strong{font-size:13px}.brand span{font-size:10px}.top-nav button{flex:0 0 auto;min-height:28px;padding:0 7px;font-size:11.5px}.legacy-codes{flex:0 0 auto;font-size:11px}.workspace{padding:7px 8px 10px}.topbar{height:50px;padding:0 10px}.topbar h1{margin-top:2px;font-size:18px}.screen-code,.session-chip{font-size:11px;padding:5px 7px}.journal-screen{margin-top:7px;gap:6px;padding:6px}.journal-head{grid-template-columns:112px minmax(0,1fr);padding:6px;gap:6px}.journal-actions{gap:5px}.journal-actions button,.journal-lines-pager button,.journal-summary button,.print-panel button,.analysis-panel button,.audit-panel button{min-height:26px;padding:0 7px;font-size:11.5px}.journal-head-grid{grid-template-columns:96px 118px 128px 118px 118px minmax(210px,1fr);gap:5px 6px}.field-label strong{font-size:11px}.field-label small{font-size:9px}.field input,.field select{min-height:23px;height:23px;padding:2px 5px;font-size:11.5px}.journal-lines-pager{min-height:34px;gap:7px;padding:4px 6px}.journal-grid-wrap{padding-bottom:132px}.journal-grid{min-width:1180px}.journal-grid th{height:25px;font-size:11.5px}.journal-grid td{height:39px}.journal-grid input{min-height:22px;height:22px;font-size:11.5px}.journal-grid th:nth-child(2),.journal-grid td:nth-child(2){width:260px}.journal-grid th:nth-child(3),.journal-grid td:nth-child(3),.journal-grid th:nth-child(4),.journal-grid td:nth-child(4){width:145px}.journal-grid th:nth-child(5),.journal-grid td:nth-child(5),.journal-grid th:nth-child(6),.journal-grid td:nth-child(6){width:98px}.journal-grid th:nth-child(7),.journal-grid td:nth-child(7){width:310px}.journal-grid th:nth-child(8),.journal-grid td:nth-child(8){width:66px}.journal-grid th:nth-child(9),.journal-grid td:nth-child(9){width:58px}.journal-lookup-name{min-height:13px;font-size:10px}.journal-summary{grid-template-columns:76px repeat(4,minmax(118px,1fr));gap:6px;padding:5px 6px}.journal-footer-panels{grid-template-columns:250px 1fr 310px;gap:6px}.print-panel,.analysis-panel,.audit-panel{gap:5px;padding:6px}.accounts-layout{grid-template-columns:minmax(560px,1fr) 390px;gap:6px;margin-top:8px;min-height:calc(100vh - 88px)}.account-form-grid,.tax-form-grid{grid-template-columns:repeat(4,minmax(112px,1fr));gap:6px;padding:8px}.journal-list-screen,.journal-lines-analysis-screen{margin-top:8px;padding:6px;gap:6px}.journal-list-toolbar{grid-template-columns:100px 80px 100px 150px minmax(220px,1fr) 78px;gap:6px;padding:6px}.journal-list-toolbar button,.filter-actions button{min-height:28px}.journal-lines-filters{grid-template-columns:repeat(6,minmax(104px,1fr));gap:6px;padding:6px}.journal-lines-filters input,.journal-lines-filters select{height:28px}.journal-lines-analysis-wrap{max-height:calc(100vh - 520px)}.range-screen{margin-top:8px;padding:6px}.range-toolbar{grid-template-columns:68px 68px 68px 120px 82px 1fr;gap:6px;padding:6px}.range-layout{grid-template-columns:320px minmax(0,1fr);gap:6px}.range-grid-wrap{max-height:calc(100vh - 190px)}}@media(max-width:1240px){body{min-width:1080px}.journal-head-grid{grid-template-columns:repeat(5,minmax(100px,1fr))}.journal-head-grid .field.wide{grid-column:span 2}.journal-grid{min-width:1120px}.journal-footer-panels{grid-template-columns:220px minmax(360px,1fr) 280px}.accounts-layout{grid-template-columns:minmax(520px,1fr) 360px}}@media(max-height:780px){.top-nav{min-height:40px}.topbar{height:46px}.journal-screen{margin-top:6px}.journal-head{padding:5px}.journal-lines-pager{min-height:30px}.journal-grid td{height:36px}.journal-grid-wrap{padding-bottom:108px}.journal-footer-panels{gap:5px}}@media print{@page{size:A4 landscape;margin:11mm 10mm 9mm}@page sales-invoice{size:A4 portrait;margin:8mm}html,body,#root{width:auto;min-width:0;min-height:0;margin:0;padding:0;background:#fff;overflow:visible}.app-shell{display:block;min-height:0}.top-nav,.topbar,.journal-screen>:not(.print-backdrop){display:none!important}.workspace,.journal-screen{display:block;margin:0;padding:0;border:0;background:#fff;min-height:0}.modal-backdrop.print-backdrop{position:static;inset:auto;display:block;width:auto;min-height:0;padding:0;background:#fff;overflow:visible}.print-preview-dialog{width:auto;margin:0;border:0;box-shadow:none;background:#fff}.print-toolbar{display:none}.journal-report-sheet{width:100%;min-height:0;margin:0;padding:2mm 1.5mm 0;border:0;box-shadow:none;page-break-after:avoid;break-after:avoid}.journal-report-header{gap:5px;margin-bottom:8px}.journal-report-header strong{padding-bottom:5px;font-size:15px}.journal-report-header h2{padding:4px 18px;font-size:15px}.journal-report-meta{margin-bottom:5px}.journal-report-table th,.journal-report-table td{height:21px;padding:2px 4px;font-size:9.5px;line-height:1.25}.journal-report-table.detailed .report-detail-row td{height:18px;font-size:8.8px}.journal-report-table.detailed .report-detail-row small{margin-inline-start:10px;font-size:8.4px}.journal-report-meta label{min-height:24px;padding:2px 4px}.journal-report-meta b{min-height:19px;padding:2px 5px;font-size:10px}.journal-report-meta span,.journal-report-footer{font-size:9.5px}.sales-invoice-form-screen>:not(.sales-invoice-tab-panel),.sales-invoice-tab-panel>:not(.sales-invoice-actions-panel),.sales-invoice-actions-panel>:not(.sales-invoice-report-preview),.sales-invoice-report-preview-head,.sales-invoice-print-missing{display:none!important}body:has(.sales-invoice-report-paper) .app-shell,body:has(.sales-invoice-report-paper) .workspace,body:has(.sales-invoice-report-paper) main,body:has(.sales-invoice-report-paper) .screen,body:has(.sales-invoice-report-paper) .sales-invoice-form-screen,body:has(.sales-invoice-report-paper) .sales-invoice-tab-panel,body:has(.sales-invoice-report-paper) .sales-invoice-actions-panel,body:has(.sales-invoice-report-paper) .sales-invoice-report-preview{display:block!important;width:auto!important;min-width:0!important;height:auto!important;min-height:0!important;margin:0!important;padding:0!important;border:0!important;background:#fff!important;overflow:visible!important}.sales-invoice-tab-panel,.sales-invoice-form-screen,.sales-invoice-actions-panel,.sales-invoice-report-preview{display:block!important;min-height:0!important;height:auto!important;margin:0!important;padding:0!important;border:0!important;background:#fff!important}.sales-invoice-report-paper{page:sales-invoice;width:194mm;min-height:281mm;display:flex;flex-direction:column;margin:0 auto;padding:1.5mm 0 0;border:0;box-shadow:none;transform:none;page-break-after:auto;break-after:auto}.sales-invoice-report-paper header{margin-bottom:5mm;padding-bottom:3mm;break-inside:avoid;page-break-inside:avoid}.sales-invoice-report-meta{gap:.45mm}.sales-invoice-report-summary{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:2mm;margin-bottom:3mm;break-inside:avoid;page-break-inside:avoid}.sales-invoice-report-meta span{height:4.3mm;min-height:4.3mm;padding:0 1.2mm;line-height:4.3mm}.sales-invoice-report-meta span{font-size:8.7px;line-height:4.3mm}.sales-invoice-print-table th,.sales-invoice-print-table td{font-size:8.7px;line-height:1.15}.sales-invoice-print-table{page-break-inside:auto;break-inside:auto;flex:0 0 auto}.sales-invoice-print-table thead{display:table-header-group}.sales-invoice-print-table tfoot{display:table-row-group}.sales-invoice-print-table tr{break-inside:avoid;page-break-inside:avoid}.sales-invoice-report-bottom{margin-top:auto;break-inside:avoid;page-break-inside:avoid}.sales-invoice-report-footer{position:static;margin-top:3mm;padding-top:1.2mm;background:#fff;font-size:8.5px;line-height:1.2;break-inside:avoid;page-break-inside:avoid}.sales-invoice-report-meta strong{font-size:9px;line-height:4.3mm}.sales-invoice-report-meta b{font-size:8.2px;line-height:4.3mm}}.final-reports-screen{display:grid;gap:8px;align-content:start}.nvis-static-report-shell{display:flex;flex-direction:column;gap:8px;min-height:calc(100vh - 126px);padding:8px 10px 12px;background:#f5f8fb}.nvis-static-report-head{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:42px}.nvis-static-report-head h2{margin:0;color:#082348;font-size:20px;font-weight:900;line-height:1.15}.nvis-static-report-head p{margin:3px 0 0;color:#60748c;font-size:12px;font-weight:650}.nvis-static-report-badges{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px;max-width:540px}.nvis-static-report-badges>span{display:inline-flex;align-items:center;min-height:22px;padding:2px 9px;border:1px solid #d8e3ee;border-radius:999px;background:#fff;color:#35516f;font-size:11px;font-weight:850;white-space:nowrap}.nvis-static-report-code{display:inline-flex;align-items:center;min-height:22px;max-width:360px;overflow:hidden;padding:2px 9px;border:1px solid #d8e3ee;border-radius:999px;background:#fff;color:#60748c;font-size:11px;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.nvis-static-report-controlbar{display:grid;grid-template-columns:minmax(380px,1fr) auto;align-items:end;gap:8px;padding:7px;border:1px solid #d8e3ee;border-radius:12px;background:#fff;box-shadow:0 8px 20px #0f2b4d0a}.nvis-static-report-selector{display:grid;grid-template-columns:auto minmax(260px,1fr);gap:7px;align-items:center}.nvis-static-report-selector label{margin:0;color:#35516f;font-size:11.5px;font-weight:850}.nvis-static-report-selector select{min-height:34px;border-color:#cbd8e7;border-radius:9px;background-color:#fff;color:#102a43;font-size:13px;font-weight:750}.nvis-static-report-actions{display:flex;align-items:center;justify-content:flex-end;gap:7px;flex-wrap:wrap}.nvis-report-action{min-height:34px;border-radius:9px;padding:0 14px;font-size:12.5px;font-weight:850}.nvis-report-action.primary{border-color:#082348;background:#082348;color:#fff;box-shadow:0 8px 18px #08234829}.nvis-report-action.primary:hover{background:#0d3766}.nvis-report-action.secondary{border-color:#b9c8d9;background:#fff;color:#17345b}.nvis-report-action.secondary:hover{border-color:#0b63b6;background:#f3f8ff;color:#0b3f75}.nvis-static-report-params{display:flex;flex-wrap:wrap;gap:7px 8px;align-items:flex-end;padding:7px;border:1px solid #d8e3ee;border-radius:12px;background:#fff}.nvis-static-report-advanced{border:1px solid #d8e3ee;border-radius:12px;background:#fff}.nvis-static-report-advanced summary{min-height:32px;display:flex;align-items:center;padding:0 10px;color:#0b3f75;cursor:pointer;font-size:12px;font-weight:900}.nvis-static-report-advanced summary::marker{color:#d89b1d}.nvis-static-report-advanced>div{display:flex;flex-wrap:wrap;gap:7px 8px;align-items:flex-end;padding:0 7px 7px}.nvis-static-report-advanced .field{flex:0 0 220px;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:6px;min-height:32px}.nvis-static-report-advanced .field-label{min-width:104px;margin:0;align-items:baseline;justify-content:flex-end}.nvis-static-report-advanced .field-label strong{color:#35516f;font-size:11.5px;font-weight:850}.nvis-static-report-advanced .field-label small{color:#7a8794;font-size:10px}.nvis-static-report-advanced .field input,.nvis-static-report-advanced .field select{min-height:30px;height:30px;border-color:#cbd8e7;border-radius:8px;color:#102a43;font-size:12px;font-weight:700}.nvis-static-report-params .field{flex:0 0 220px;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:6px;min-height:32px}.nvis-static-report-params .field-label{min-width:86px;margin:0;align-items:baseline;justify-content:flex-end}.nvis-static-report-params .field-label strong,.nvis-static-report-params .multi-lookup-head strong{color:#35516f;font-size:11.5px;font-weight:850;line-height:1;white-space:nowrap}.nvis-static-report-params .field-label small,.nvis-static-report-params .multi-lookup-head span{color:#7a8794;font-size:10px;line-height:1}.nvis-static-report-params .field input,.nvis-static-report-params .field select,.nvis-static-report-params .multi-lookup-picker input{min-height:30px;height:30px;border-color:#cbd8e7;border-radius:8px;color:#102a43;font-size:12px;font-weight:700}.nvis-static-report-params .field-p_lvlt,.nvis-static-report-params .field-p_lvlf,.nvis-static-report-params .field-p_yer,.nvis-static-report-params .field-p_datf,.nvis-static-report-params .field-p_datt{flex-basis:180px}.nvis-static-report-params .multi-lookup-picker{flex:1 1 420px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:6px;align-items:center;min-height:32px}.nvis-static-report-params .multi-lookup-head{display:flex;min-width:112px;gap:5px;align-items:baseline;justify-content:flex-end}.nvis-static-report-params .multi-lookup-open{min-height:30px;height:30px;justify-self:end;border-radius:8px;padding:0 10px;font-size:11px}.nvis-static-report-params .multi-lookup-chips{display:none}.nvis-static-report-message{margin:0;border-radius:10px}.nvis-static-report-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:34px;padding:5px 8px;border:1px solid #d8e3ee;border-radius:10px;background:#fff;color:#52657c;font-size:12px;font-weight:750}.nvis-static-report-meta strong{color:#082348;font-weight:900}.nvis-static-report-preview{flex:1;min-height:430px;overflow:auto;border:1px solid #d8e3ee;border-radius:12px;background:#e7edf3;padding:12px}.nvis-static-report-preview>.income-report-preview,.nvis-static-report-preview>.data-grid-wrap{min-height:100%;border:0;background:transparent;padding:0}.nvis-report-print-layout{--print-paper-w: 210mm;--print-paper-min-h: 297mm;--print-font: 10px;width:var(--print-paper-w);min-height:var(--print-paper-min-h);margin:0 auto 18px;padding:12mm 10mm 13mm;background:#fff;color:#101827;direction:rtl;font-family:Tahoma,Arial,sans-serif;font-size:var(--print-font);min-font-size:8.4px;line-height:1.35;box-shadow:0 10px 30px #08213e29}.nvis-report-print-layout.landscape{--print-paper-w: 297mm;--print-paper-min-h: 210mm;--print-font: 8.4px}.nvis-print-header{display:grid;grid-template-columns:auto minmax(90px,1fr) minmax(180px,1.4fr) auto;align-items:center;gap:10px;padding-bottom:10px;margin-bottom:12px;border-bottom:2px solid #0b2d52;break-after:avoid;page-break-after:avoid}.nvis-print-logo{width:auto;max-width:72px;max-height:48px;object-fit:contain}.nvis-print-title-block strong{display:block;color:#08213f;font-size:13px;font-weight:900}.nvis-print-title-block span,.nvis-print-report-title span,.nvis-print-context{color:#53657a;font-size:10px}.nvis-print-report-title{text-align:center}.nvis-print-report-title h1{margin:0 0 3px;color:#08213f;font-size:17px;font-weight:950}.nvis-report-print-layout.landscape .nvis-print-report-title h1{font-size:14px}.nvis-print-context{display:grid;gap:2px;text-align:left;direction:ltr}.nvis-print-context small{color:#7a8ca0;font-size:8px}.nvis-print-table{width:100%;border-collapse:collapse;table-layout:fixed}.nvis-print-table thead{display:table-header-group}.nvis-print-table tfoot{display:table-footer-group}.nvis-print-table tr{break-inside:avoid;page-break-inside:avoid}.nvis-print-table th,.nvis-print-table td{border:1px solid #9eb3c8;padding:5px 6px;text-align:right;vertical-align:middle;overflow-wrap:anywhere}.nvis-report-print-layout.landscape .nvis-print-table th,.nvis-report-print-layout.landscape .nvis-print-table td{padding:4px 5px}.nvis-print-table th{background:#e7eef7;color:#08213f;font-weight:900;text-align:center}.nvis-print-table .amount{text-align:left;direction:ltr;font-variant-numeric:tabular-nums;font-weight:800}.nvis-print-table .code-cell,.nvis-print-table .code{text-align:center;direction:ltr;color:#001a70;font-weight:800}.nvis-print-table .income-section-row td,.nvis-print-table .section td{background:#fff7d8;text-align:center;font-weight:900;break-after:avoid;page-break-after:avoid}.nvis-print-table .income-subtotal-row td,.nvis-print-table .subtotal td{background:#fffaf0;font-weight:900}.nvis-print-table .income-total-row td,.nvis-print-table .total td{background:#dfeaf6;font-weight:950}.nvis-print-table tr.negative td,.nvis-print-table tr.negative .amount{color:#b42318}.nvis-print-footer{margin-top:10px;padding-top:6px;border-top:1px solid #90a4b8;display:grid;grid-template-columns:1fr auto 1fr auto;gap:12px;color:#53657a;font-size:9px}.nvis-print-page-number:after{content:"معاينة A4"}@media print{@page{margin:12mm 10mm 13mm}body:has(.nvis-report-print-layout) .nvis-static-report-shell>:not(.nvis-static-report-preview),body:has(.nvis-report-print-layout) .nvis-static-report-preview>:not(.income-report-preview),body:has(.nvis-report-print-layout) .nvis-static-report-note{display:none!important}body:has(.nvis-report-print-layout) .nvis-static-report-shell,body:has(.nvis-report-print-layout) .nvis-static-report-preview,body:has(.nvis-report-print-layout) .income-report-preview{display:block!important;min-height:0!important;padding:0!important;margin:0!important;border:0!important;background:#fff!important;box-shadow:none!important;overflow:visible!important}body:has(.nvis-report-print-layout) .nvis-report-print-layout{width:auto!important;min-height:0!important;margin:0!important;padding:0!important;box-shadow:none!important;break-after:auto;page-break-after:auto}body:has(.nvis-report-print-layout) .nvis-report-print-layout.landscape{font-size:8.4px}body:has(.nvis-report-print-layout) .nvis-report-print-layout.portrait{font-size:10px}body:has(.nvis-report-print-layout) .nvis-print-header{break-after:avoid;page-break-after:avoid}body:has(.nvis-report-print-layout) .nvis-print-table thead{display:table-header-group}body:has(.nvis-report-print-layout) .nvis-print-table tr,body:has(.nvis-report-print-layout) .nvis-print-table .income-section-row,body:has(.nvis-report-print-layout) .nvis-print-table .income-subtotal-row,body:has(.nvis-report-print-layout) .nvis-print-table .income-total-row{break-inside:avoid;page-break-inside:avoid}body:has(.nvis-report-print-layout) .nvis-print-footer{position:fixed;left:0;right:0;bottom:-8mm}body:has(.nvis-report-print-layout) .nvis-print-page-number:after{content:"صفحة " counter(page) " من " counter(pages)}}.nvis-static-report-preview .empty-row{min-height:120px;display:flex;align-items:center;justify-content:center;color:#35516f;font-weight:850}.nvis-static-report-note{display:flex;gap:8px;align-items:center;padding:6px 9px;border:1px solid #d8e3ee;border-radius:10px;background:#f8fbff;color:#52657c;font-size:12px;font-weight:700}.nvis-static-report-note strong{color:#0b3f75}.final-report-launcher{display:flex;flex-wrap:wrap;gap:8px 10px;align-items:flex-end;justify-content:space-between;border:1px solid var(--line);background:#f8fbfd;padding:6px 8px}.final-report-selector{display:grid;grid-template-columns:auto minmax(360px,1fr) auto;gap:6px;align-items:center;flex:1 1 720px;min-width:min(100%,520px)}.final-report-selector label,.final-report-selector small{color:var(--blue);font-weight:700}.final-report-selector select{min-height:28px;height:28px;padding-block:3px}.final-report-actions{display:flex;gap:8px;align-items:center;flex:0 0 auto}.final-report-actions button{min-height:28px;padding-block:3px}.final-report-params{display:flex;flex-wrap:wrap;gap:6px 8px;align-items:flex-end;border:1px solid var(--line);background:#f3f7fa;padding:6px;font-size:12px}.final-report-params .field{flex:0 0 230px;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:5px;min-height:28px}.final-report-params .field-label{min-width:92px;margin:0;align-items:baseline;justify-content:flex-end}.final-report-params .field-label strong,.final-report-params .multi-lookup-head strong{font-size:12px;line-height:1;white-space:nowrap}.final-report-params .field-label small,.final-report-params .multi-lookup-head span{font-size:10px;line-height:1}.final-report-params .field input,.final-report-params .field select{min-height:24px;height:24px;font-size:12px;padding:2px 6px}.final-report-params .multi-lookup-picker{flex:1 1 440px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:5px;align-items:center;min-height:28px}.final-report-params .multi-lookup-head{display:flex;min-width:116px;gap:5px;align-items:baseline;justify-content:flex-end}.final-report-params .multi-lookup-picker input{min-height:24px;height:24px;padding:2px 6px;font-size:12px;color:#31506e;font-weight:700;text-overflow:ellipsis}.final-report-params .multi-lookup-picker input::placeholder{color:#4a6682;opacity:1;font-weight:700}.final-report-params .multi-lookup-picker input[data-has-selection="0"]::placeholder{color:#7a8794;font-weight:500}.final-report-params .field-p_lvlt,.final-report-params .field-p_lvlf,.final-report-params .field-p_yer,.final-report-params .field-p_datf,.final-report-params .field-p_datt{flex-basis:185px}.final-report-params .multi-lookup-chips{display:none}.final-report-params .multi-lookup-open{min-height:24px;height:24px;justify-self:end;padding:0 9px;font-size:11px}.multi-lookup-picker{position:relative;min-width:0;display:grid;gap:4px;align-content:start}.multi-lookup-head{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:6px;color:var(--blue);font-weight:800}.multi-lookup-head span{color:#697d94;font-size:10px;direction:ltr}.multi-lookup-head button{min-height:22px;padding:0 8px;font-size:11px}.multi-lookup-picker input{width:100%;min-height:25px;border:1px solid #a9b8c8;background:#fff;padding:3px 6px;color:var(--ink);font:inherit}.multi-lookup-open{min-height:24px;justify-self:start;padding:0 10px;font-size:11px;font-weight:800}.multi-lookup-chips{min-height:28px;max-height:66px;overflow:auto;display:flex;flex-wrap:wrap;gap:4px;align-items:flex-start;border:1px solid #cbd8e4;background:#fff;padding:4px}.multi-lookup-chips .all-chip,.multi-lookup-chips button{min-height:22px;max-width:100%;display:inline-flex;align-items:center;gap:5px;border:1px solid #b7d9d1;background:#eaf7f4;color:var(--accent-ink);padding:2px 6px;font-size:11px;font-weight:700}.multi-lookup-chips button span{max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.multi-lookup-chips button:after{content:"×";color:#8a1f1f;font-weight:900}.multi-lookup-results{position:absolute;z-index:8000;top:calc(100% + 2px);left:0;right:0;max-height:260px;overflow:auto;border:1px solid var(--accent);background:#fff;box-shadow:0 12px 24px #0000002e}.multi-lookup-results button{width:100%;min-height:29px;display:grid;grid-template-columns:96px minmax(0,1fr);gap:8px;align-items:center;border:0;border-bottom:1px solid var(--line);background:#fff;color:var(--ink);text-align:right;font-size:12px}.multi-lookup-results button:hover{background:var(--row-active)}.multi-lookup-results button.multi-lookup-more{position:sticky;bottom:0;background:#f8fafc;border-top:1px solid var(--accent);font-weight:800}.multi-lookup-results strong{color:navy;direction:ltr}.multi-lookup-results span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.multi-lookup-results small{display:block;padding:6px 8px;color:var(--muted);background:#f8fafc;font-weight:700}.multi-select-dialog .lookup-results th:first-child,.multi-select-dialog .lookup-results td:first-child{width:70px;text-align:center}.multi-select-dialog .lookup-results tr.selected-row td{background:var(--row-active);font-weight:800}.final-report-result{min-height:360px}.final-report-result .data-grid th,.final-report-result .data-grid td{white-space:nowrap}.final-report-result .data-grid td:nth-child(2),.final-report-result .data-grid td:nth-child(4){white-space:normal}.final-report-result .num-cell,.final-report-result .summary-row td{text-align:center;font-weight:700;color:#001a8a}.final-report-note{display:flex;gap:8px;align-items:center;border:1px solid var(--line);background:#eef8f6;color:var(--blue);padding:5px 8px;font-size:12px}.income-report-preview{border:1px solid var(--line);background:#dfe5ea;padding:12px;overflow:auto}.final-reports-screen .income-report-preview:has(.empty-row),.final-reports-screen .data-grid-wrap.final-report-result:has(.empty-row){padding:6px 8px;background:#fff}.final-reports-screen .income-report-preview>.empty-row{min-height:34px;display:flex;align-items:center;justify-content:flex-end;color:var(--title);font-weight:800}.grouped-income-preview{display:grid;gap:14px}.income-report-paper{width:min(920px,100%);min-height:520px;margin-inline:auto;background:#fff;border:1px solid #98aabd;box-shadow:0 8px 20px #001d3a1f;padding:18px 22px;color:#001}.income-report-company{text-align:right;font-weight:800;font-size:16px}.income-report-rule{border-top:3px solid #000;margin:8px 0 10px}.income-report-paper h3{width:180px;margin:0 auto 12px;padding:6px;text-align:center;background:#fffde8;color:navy;font-size:16px}.income-report-meta{display:flex;justify-content:space-between;gap:12px;color:#001b44;font-weight:700;margin-bottom:8px}.income-report-paper table{width:100%;border-collapse:collapse;font-size:12px}.income-report-paper th,.income-report-paper td{border:1px solid #3693d1;padding:6px 8px}.income-report-paper th{background:#eef7ff;color:#001060}.income-report-paper td:nth-child(3),.income-report-paper td:nth-child(4){text-align:left;font-weight:800}.income-account-name{font-weight:700}.income-total-row td{background:#dedeff;font-weight:800}.income-section-row td{background:#ffffe8;text-align:center;font-weight:800}.income-subtotal-row td{background:#fffde8;font-weight:800}.income-group-row td{background:#ffffb8;font-weight:800}.trial-balance-paper{width:min(1180px,100%)}.trial-balance-paper table{font-size:10px}.trial-balance-paper th,.trial-balance-paper td{padding:5px 6px}.trial-balance-paper .amount{text-align:left;direction:ltr;font-weight:800}.income-report-paper tr.negative td{color:#d00000}@media(max-width:1100px){.final-report-launcher{display:grid;grid-template-columns:1fr}.final-report-selector{grid-template-columns:1fr;min-width:0}.final-report-params{grid-template-columns:repeat(2,minmax(150px,1fr))}}.sales-invoice-list-table{table-layout:fixed;min-width:1860px}.sales-invoice-list-table th,.sales-invoice-list-table td{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle}.sales-invoice-list-table .grid-sort-button{min-width:0}.sales-invoice-list-table .sales-invoice-col-id1{width:92px;min-width:92px;max-width:92px;text-align:center}.sales-invoice-list-table .sales-invoice-col-trndat{width:94px;min-width:94px;max-width:94px;text-align:center}.sales-invoice-list-table .sales-invoice-col-trntyp{width:98px;min-width:98px;max-width:98px;text-align:center}.sales-invoice-list-table .sales-invoice-col-inv_no{width:118px;min-width:118px;max-width:118px;text-align:center}.sales-invoice-list-table .sales-invoice-col-docno{width:86px;min-width:86px;max-width:86px;text-align:center}.sales-invoice-list-table .sales-invoice-col-accno_cust_supp{width:112px;min-width:112px;max-width:112px;text-align:center}.sales-invoice-list-table .sales-invoice-col-accnam{width:255px;min-width:255px;max-width:255px;text-align:right;direction:rtl}.sales-invoice-list-table .sales-invoice-col-vatid{width:154px;min-width:154px;max-width:154px;text-align:center;direction:ltr;unicode-bidi:isolate}.sales-invoice-list-table .sales-invoice-col-amount_total{width:132px;min-width:132px;max-width:132px;text-align:center}.sales-invoice-list-table .sales-invoice-col-tax_total{width:118px;min-width:118px;max-width:118px;text-align:center}.sales-invoice-list-table .sales-invoice-col-total_after_tax{width:136px;min-width:136px;max-width:136px;text-align:center}.sales-invoice-list-table .sales-invoice-col-debit_total,.sales-invoice-list-table .sales-invoice-col-credit_total{width:118px;min-width:118px;max-width:118px;text-align:center}.sales-invoice-list-table .sales-invoice-col-line_count{width:70px;min-width:70px;max-width:70px;text-align:center}.sales-invoice-list-table .sales-invoice-col-cleared{width:106px;min-width:106px;max-width:106px;text-align:center}.sales-invoice-list-table .sales-invoice-col-note{width:220px;min-width:220px;max-width:220px;text-align:right;direction:rtl}.sales-invoice-list-table .negative-money{color:#b91c1c;background:#fff1f2}.invoice-clear-badge{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:22px;border:1px solid currentColor;background:#f8fafc;font-size:12px;font-weight:800;line-height:1.1}.invoice-clear-badge.cleared{color:#047857;background:#dcfce7}.invoice-clear-badge.not-cleared{color:#b91c1c;background:#fee2e2}.invoice-journal-dialog{width:min(930px,calc(100vw - 48px));max-height:calc(100vh - 80px);padding:10px;direction:rtl;background:#f8fafc;border:1px solid #93a8bd;box-shadow:0 20px 70px #0f172a47}.invoice-journal-title{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:44px;padding:8px;background:#eef4f8;border:1px solid #cbd5e1}.invoice-journal-title div{display:flex;flex-direction:column;gap:2px}.invoice-journal-title strong{color:#00366f;font-size:18px}.invoice-journal-title span{color:#64748b;font-size:12px;font-weight:800}.invoice-journal-title button{min-width:78px}.invoice-journal-lines-wrap{max-height:58vh;margin-top:8px;overflow:auto;background:#fff;border:1px solid #cbd5e1}.invoice-journal-lines{min-width:880px;table-layout:fixed}.invoice-journal-lines th,.invoice-journal-lines td{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.invoice-journal-lines small{display:block;overflow:hidden;color:#64748b;font-size:11px;text-overflow:ellipsis}.invoice-journal-lines tfoot td{color:#001a70;font-weight:900;background:#fff7cc}.invoice-type-badge{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:22px;border:1px solid #94a3b8;background:#f8fafc;color:#334155;font-size:12px;font-weight:800;line-height:1.1}.invoice-type-badge.type-2{color:#075e58;background:#dff7f1;border-color:#0d766e}.invoice-type-badge.type-4{color:#9f1239;background:#ffe4e6;border-color:#e11d48}.invoice-type-badge.type-5{color:#854d0e;background:#fef3c7;border-color:#d97706}.sales-invoice-detail-panel{margin:8px 0;border:1px solid #cbd5e1;background:#f8fafc;padding:8px}.sales-invoice-form-screen{display:flex;flex-direction:column;gap:8px;padding:8px;border:1px solid #cbd5e1;background:#edf4f8;min-height:calc(100vh - 126px)}.sales-invoice-form-toolbar,.sales-invoice-form-head,.sales-invoice-lines-title,.sales-invoice-form-totals,.sales-invoice-actions-panel{display:flex;align-items:center;gap:8px;border:1px solid #cbd5e1;background:#f8fafc;padding:7px 9px}.sales-invoice-form-toolbar{justify-content:flex-start;flex-wrap:wrap}.sales-invoice-form-head{justify-content:space-between}.sales-invoice-form-head div{display:flex;flex-direction:column;gap:2px}.sales-invoice-form-head strong{color:#00366f;font-size:18px}.sales-invoice-form-head span{color:#64748b;font-size:12px;font-weight:700}.sales-invoice-status-strip{display:grid;grid-template-columns:repeat(4,minmax(120px,1fr));gap:6px}.sales-invoice-status-strip span{border:1px solid #cbd5e1;background:#fff;padding:6px 8px;color:#475569;font-size:12px;font-weight:800}.sales-invoice-status-strip b{display:block;margin-top:2px;color:#00366f;font-size:14px;direction:ltr;unicode-bidi:isolate}.sales-invoice-status-strip .active{border-color:#00887a;background:#e5f4f0;color:#075e58}.invoice-form-status{margin-inline-start:auto;border:1px solid currentColor;padding:5px 9px;font-weight:800;line-height:1.1}.invoice-form-status.locked{color:#047857;background:#dcfce7}.invoice-form-status.draft{color:#075e58;background:#e6fffb}.sales-invoice-form-grid{display:grid;grid-template-columns:repeat(5,minmax(150px,1fr));gap:6px;border:1px solid #cbd5e1;background:#f8fbfd;padding:8px}.sales-invoice-form-grid label{display:flex;flex-direction:column;gap:2px;min-width:0}.sales-invoice-form-grid label.wide{grid-column:span 2}.sales-invoice-section-title{grid-column:1 / -1;border:1px solid #cbd5e1;background:#e4edf5;color:#00366f;padding:5px 8px;font-size:13px;font-weight:900}.sales-invoice-form-grid span{display:flex;justify-content:space-between;gap:8px;color:#00366f;font-size:12px;font-weight:800}.sales-invoice-form-grid small{color:#64748b;font-size:10px;font-weight:700}.sales-invoice-form-grid input,.sales-invoice-form-grid select{height:27px;border:1px solid #9fb2c7;background:#fff;padding:3px 6px;font-size:13px;font-weight:700}.sales-invoice-form-grid input[readonly],.sales-invoice-form-grid select:disabled{background:#f3f6f9}.sales-invoice-overview-grid{display:grid;grid-template-columns:repeat(5,minmax(145px,1fr));gap:6px;border:1px solid #cbd5e1;background:#f8fbfd;padding:8px}.sales-invoice-overview-grid label{display:flex;flex-direction:column;gap:2px;min-width:0}.sales-invoice-overview-grid label.wide{grid-column:span 2}.sales-invoice-customer-lookup{display:flex;flex-direction:column;gap:2px;min-width:0}.sales-invoice-customer-lookup.wide{grid-column:span 2}.sales-invoice-overview-grid span{display:flex;justify-content:space-between;gap:8px;color:#00366f;font-size:12px;font-weight:800}.sales-invoice-overview-grid small{color:#64748b;font-size:10px;font-weight:700}.sales-invoice-overview-grid input,.sales-invoice-overview-grid select{height:28px;border:1px solid #9fb2c7;background:#fff;padding:3px 6px;color:#001a70;font-size:13px;font-weight:800}.sales-invoice-overview-grid input[readonly],.sales-invoice-overview-grid input:disabled,.sales-invoice-overview-grid select:disabled{background:#f3f6f9}.sales-invoice-tabs{display:flex;align-items:flex-end;gap:4px;border-bottom:2px solid #00887a;background:#f8fafc;padding:6px 8px 0}.sales-invoice-tabs button{min-width:112px;border:1px solid #cbd5e1;border-bottom:0;background:#eef4f8;color:#00366f;padding:8px 12px;font-size:13px;font-weight:900}.sales-invoice-tabs button.active{position:relative;top:2px;border-color:#00887a;background:#fff;color:#00685f}.sales-invoice-tab-panel{border:1px solid #cbd5e1;border-top:0;background:#fff;padding:8px;min-height:360px}.sales-invoice-customer-panel{display:grid;gap:8px;background:#f8fbfd}.sales-invoice-customer-panel.complete{border-color:#87c7a3;background:#f4fbf7}.sales-invoice-customer-panel.incomplete{border-color:#df9b75;background:#fff8ef}.invoice-customer-status-bar{display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid #cbd5e1;background:#fff;padding:6px 8px}.invoice-customer-status-bar>div{display:flex;align-items:baseline;gap:10px;min-width:0}.invoice-customer-status-bar strong{color:#00366f;font-size:13px;font-weight:900}.invoice-customer-status-bar span{min-width:0;overflow:hidden;color:#334155;font-size:12px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.invoice-customer-status{min-width:70px;border:1px solid currentColor;padding:3px 8px;font-size:12px;font-weight:900;text-align:center}.invoice-customer-status.complete{color:#087443;background:#e7f8ee}.invoice-customer-status.incomplete{color:#b42318;background:#fff1f0}.invoice-customer-warning{border:1px solid #e36d61;background:#fff1f0;color:#7a241f;padding:7px 10px;font-size:12px;font-weight:800}.invoice-customer-warning strong{display:block;margin-bottom:4px;font-size:13px}.invoice-customer-warning ul{display:flex;flex-wrap:wrap;gap:4px 14px;margin:0;padding-inline-start:18px}.invoice-customer-grid{background:#fff}.invoice-journal-inline .invoice-journal-title{margin-bottom:8px}.sales-invoice-lines-editor{border:1px solid #cbd5e1;background:#f8fbfd}.sales-invoice-lines-title{border-width:0 0 1px;justify-content:space-between}.sales-invoice-lines-title>div{display:flex;align-items:center;gap:10px}.sales-invoice-line-tools{display:flex;align-items:center;gap:8px}.sales-invoice-column-panel{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:7px 8px;border-bottom:1px solid #cbd5e1;background:#f3f8fb}.sales-invoice-column-panel>span{color:#00366f;font-size:12px;font-weight:900}.sales-invoice-column-toggle{display:inline-flex;align-items:center;gap:5px;min-height:26px;padding:3px 7px;border:1px solid #cbd5e1;background:#fff;color:#00366f;font-size:12px;font-weight:800}.sales-invoice-column-toggle input{width:14px;height:14px;margin:0}.sales-invoice-column-toggle small{color:#64748b;font-size:10px}.sales-invoice-form-screen .sales-invoice-detail-lines-wrap{max-height:none;height:min(44vh,420px)}.sales-invoice-form-totals{justify-content:flex-end;flex-wrap:wrap}.sales-invoice-form-totals span{min-width:150px;border:1px solid #cbd5e1;background:#fff;padding:6px 8px;color:#00366f;font-weight:800}.sales-invoice-form-totals b{float:left;direction:ltr;color:#001a70}.sales-invoice-detail-head{display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid #cbd5e1;padding-bottom:6px}.sales-invoice-detail-head div{display:flex;flex-direction:column;gap:2px}.sales-invoice-detail-head span{color:#64748b;font-size:12px;font-weight:700}.sales-invoice-detail-summary{display:grid;grid-template-columns:repeat(6,minmax(120px,1fr));gap:6px;padding:8px 0}.sales-invoice-detail-summary span{border:1px solid #cbd5e1;background:#fff;padding:5px 7px;color:#475569;font-size:12px;font-weight:700}.sales-invoice-detail-summary b{display:block;color:#001a70;font-size:13px;margin-top:2px}.sales-invoice-detail-summary .wide{grid-column:span 2}.sales-invoice-detail-lines-wrap{overflow:auto;max-height:280px;border:1px solid #cbd5e1}.sales-invoice-detail-lines{min-width:1240px;table-layout:fixed}.sales-invoice-detail-lines th,.sales-invoice-detail-lines td{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sales-invoice-detail-lines .col-srl{width:42px}.sales-invoice-detail-lines .col-code{width:78px}.sales-invoice-detail-lines .col-date{width:92px}.sales-invoice-detail-lines .col-desc{width:260px}.sales-invoice-detail-lines .col-account{width:150px}.sales-invoice-detail-lines .col-num{width:82px}.sales-invoice-detail-lines .col-money{width:112px}.sales-invoice-detail-lines .col-dim{width:150px}.sales-invoice-line-actions{white-space:nowrap}.sales-invoice-line-actions button{min-width:34px;margin-inline:2px}.sales-invoice-line-actions .line-delete-button{min-width:28px!important;width:28px;height:28px;min-height:28px;margin-inline:2px;padding:0}.sales-invoice-line-actions .line-detail-button{min-width:28px;font-size:15px;line-height:1;font-weight:900}.sales-invoice-detail-lines tr.selected-invoice-line td{background:#fffbe6}.sales-invoice-detail-lines tr.retention-invoice-line td{background:#fff8ed}.sales-invoice-detail-lines tr.retention-invoice-line td:first-child{border-right:3px solid #d97706}.sales-invoice-detail-lines .text-cell{text-align:right;direction:rtl}.sales-invoice-detail-lines small{display:block;color:#64748b;font-size:11px;overflow:hidden;text-overflow:ellipsis}.sales-invoice-detail-lines .invoice-line-subtext{margin-top:2px;max-width:100%;color:#334155;font-size:10.5px;font-weight:700;line-height:1.2}.sales-invoice-detail-lines input{width:100%;height:26px;border:1px solid #9fb2c7;background:#fffef0;padding:2px 5px;color:#001a70;font-size:12px;font-weight:800;box-sizing:border-box}.sales-invoice-detail-lines input[type=checkbox]{width:16px;height:16px;display:inline-block}.sales-invoice-detail-lines input[readonly],.sales-invoice-detail-lines input:disabled{background:#f3f6f9}.invoice-line-details-inline{padding:8px;border-bottom:1px solid #cbd5e1;background:#fff}.invoice-line-details-inline-head{display:flex;align-items:center;gap:10px;margin-bottom:7px;color:#00366f}.invoice-line-details-inline-head strong{font-size:13px}.invoice-line-details-inline-head span{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#64748b;font-size:12px;font-weight:800}.invoice-line-details-inline-head button{min-width:56px}.invoice-line-details-grid{display:grid;grid-template-columns:2fr repeat(6,minmax(92px,1fr));gap:6px}.invoice-line-details-grid label{display:flex;flex-direction:column;gap:3px;color:#00366f;font-size:12px;font-weight:900}.invoice-line-details-grid label:first-child{grid-column:span 2}.invoice-line-details-grid input,.invoice-line-details-grid select{height:26px;border:1px solid #9fb2c7;background:#fffef0;color:#001a70;padding:3px 6px;font-size:12px;font-weight:800;box-sizing:border-box}.invoice-line-details-grid .invoice-line-check-field input{width:18px;height:18px}.invoice-line-details-grid input[readonly],.invoice-line-details-grid input:disabled{background:#f3f6f9}.invoice-line-details-grid small{min-height:14px;color:#64748b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sales-invoice-actions-panel{justify-content:flex-start;flex-wrap:wrap;align-items:stretch}.sales-invoice-actions-intro{display:flex;flex-direction:column;gap:2px;min-width:260px;margin-inline-end:auto}.sales-invoice-actions-panel strong{color:#00366f;font-size:13px}.sales-invoice-actions-panel span{color:#64748b;font-size:11px;font-weight:700}.sales-invoice-print-actions{display:grid;grid-template-columns:repeat(3,minmax(190px,1fr));gap:8px;flex:1 1 620px}.sales-invoice-print-actions button{min-height:36px;white-space:normal;line-height:1.35}.sales-invoice-print-actions button small{display:block;color:#64748b;font-size:10px;margin-top:2px}.sales-invoice-print-actions button.available{background:#f8fffd}.sales-invoice-print-actions button.missing{border-color:#d97706;color:#92400e;background:#fffbeb}.sales-invoice-report-preview{flex:1 1 100%;border:1px solid #b6c5d6;background:#eef4f8;padding:8px;min-width:0}.sales-invoice-report-preview-head{display:flex;align-items:center;gap:10px;margin-bottom:8px}.sales-invoice-report-preview-head div{margin-inline-end:auto}.sales-invoice-report-preview-head span{display:block}.sales-invoice-print-missing{border:1px solid #f59e0b;background:#fffbeb;color:#92400e;padding:12px;font-weight:700}.sales-invoice-report-paper{width:760px;max-width:100%;margin:0 auto;background:#fff;color:navy;border:1px solid #111;padding:10px 10px 6px;box-shadow:0 3px 12px #0f172a14;font-family:Tahoma,Arial,sans-serif}.sales-invoice-report-brand{display:grid;grid-template-columns:1fr 250px 1fr;align-items:end;border-bottom:3px solid #111;padding-bottom:5px;margin-bottom:8px;text-align:center}.sales-invoice-report-brand img{grid-column:1 / -1;justify-self:center;width:min(540px,92%);height:88px;object-fit:contain;margin-bottom:4px}.sales-invoice-report-brand div{grid-column:2;display:grid;justify-items:center;gap:3px}.sales-invoice-report-brand h3{display:inline-block;min-width:194px;margin:0;padding:3px 10px;border:2px solid #111;background:#fffde7;color:#000;font-size:13px;line-height:1.15}.sales-invoice-report-brand span{display:block;color:#334155;font-size:11px;font-weight:800}.sales-invoice-report-topline{display:grid;grid-template-columns:1fr 140px 1fr;align-items:center;gap:8px;margin-bottom:5px;direction:ltr}.sales-invoice-report-topline strong{justify-self:start;color:red;font-size:11px}.sales-invoice-report-topline b{justify-self:center;color:#000;font-size:13px;direction:ltr}.sales-invoice-report-summary{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:7px;margin-bottom:6px}.sales-invoice-report-meta{display:grid;gap:1px;align-content:start}.sales-invoice-report-meta span{display:flex;flex-direction:row;align-items:center;gap:4px;height:17px;min-height:17px;overflow:hidden;border:0;background:#dffcff;padding:0 5px;font-size:10.2px;line-height:17px;direction:rtl}.sales-invoice-report-meta:nth-child(2) span{background:#fffec9}.sales-invoice-report-meta strong{flex:0 0 auto;overflow:hidden;color:navy;text-align:right;text-overflow:ellipsis;white-space:nowrap;direction:rtl;font-size:10.6px;font-weight:900;line-height:17px}.sales-invoice-report-meta b{flex:1 1 auto;min-width:0;overflow:hidden;color:#000;text-align:right;text-overflow:ellipsis;white-space:nowrap;direction:rtl;unicode-bidi:isolate;font-size:9.4px;font-weight:800;line-height:17px}.sales-invoice-report-meta b.number-cell,.sales-invoice-report-meta b:where(:not(:empty)){unicode-bidi:isolate}.sales-invoice-print-table th,.sales-invoice-print-table td{border:2px solid #b8f48a;padding:3px;color:#000;font-size:10px;line-height:1.2;text-align:center}.sales-invoice-print-table{table-layout:fixed}.sales-invoice-print-table th:nth-child(1),.sales-invoice-print-table td:nth-child(1){width:28px}.sales-invoice-print-table th:nth-child(2),.sales-invoice-print-table td:nth-child(2){width:56px}.sales-invoice-print-table th:nth-child(3),.sales-invoice-print-table td:nth-child(3){width:86px}.sales-invoice-print-table th:nth-child(4),.sales-invoice-print-table td:nth-child(4),.sales-invoice-print-table th:nth-child(5),.sales-invoice-print-table td:nth-child(5){width:64px}.sales-invoice-print-table th:nth-child(6),.sales-invoice-print-table td:nth-child(6),.sales-invoice-print-table th:nth-child(10),.sales-invoice-print-table td:nth-child(10){width:42px}.sales-invoice-print-table th:nth-child(7),.sales-invoice-print-table td:nth-child(7),.sales-invoice-print-table th:nth-child(8),.sales-invoice-print-table td:nth-child(8),.sales-invoice-print-table th:nth-child(9),.sales-invoice-print-table td:nth-child(9),.sales-invoice-print-table th:nth-child(11),.sales-invoice-print-table td:nth-child(11),.sales-invoice-print-table th:nth-child(12),.sales-invoice-print-table td:nth-child(12){width:65px}.sales-invoice-print-table th{background:#e8eef4;color:navy;font-weight:900}.sales-invoice-print-table td.text-cell{text-align:right;direction:rtl}.sales-invoice-print-table tfoot td{background:#fffde7;font-weight:800}.sales-invoice-report-bottom{display:grid;grid-template-columns:170px 1fr 305px;grid-template-areas:"qr spacer totals";gap:14px;align-items:start;margin-top:8px;direction:ltr}.sales-invoice-report-qr{grid-area:qr;width:130px;height:130px;margin:4px 0 0 14px;display:grid;place-items:center;border:2px solid #111;background:#fff;color:#64748b;font-size:11px;text-align:center}.sales-invoice-report-qr img{width:100%;height:100%;object-fit:contain;background:#fff}.sales-invoice-report-totals{grid-area:totals;width:min(330px,100%);margin-top:0;margin-left:auto;display:grid;gap:3px;direction:rtl}.sales-invoice-report-totals span{display:flex;justify-content:space-between;gap:12px;border:1px solid #111;background:#dffcff;padding:4px 8px;color:#000;font-size:12px;font-weight:800}.sales-invoice-report-totals span b{min-width:92px;margin:-4px -8px -4px 0;padding:4px 8px;background:#fffec9;border-inline-start:1px solid #111;color:#000;text-align:center}.sales-invoice-report-totals .grand{font-size:13px}.sales-invoice-report-totals b{direction:ltr;unicode-bidi:isolate}.sales-invoice-report-footer{margin-top:6px;display:grid;gap:2px;border-top:1px solid #111;color:#000;font-size:11px;text-align:center}.sales-invoice-print-note{flex:1 1 100%;border:1px solid #cbd5e1;background:#fff;padding:8px}@media(max-width:1180px){.sales-invoice-form-grid,.sales-invoice-overview-grid{grid-template-columns:repeat(3,minmax(135px,1fr))}.sales-invoice-status-strip{grid-template-columns:repeat(2,minmax(120px,1fr))}.sales-invoice-detail-summary{grid-template-columns:repeat(3,minmax(120px,1fr))}}.bi-dashboard-screen{display:grid;gap:10px;background:linear-gradient(180deg,#ffffffc7,#e8f1f6e0),#eef5f8;border:1px solid #bfd0dc;padding:10px}.bi-dashboard-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,360px);gap:12px;align-items:stretch;border:1px solid #b8cadc;background:linear-gradient(135deg,#063f4b,#087073 48%,#263c55),#0f5264;color:#fff;padding:18px;box-shadow:0 10px 28px #0f2d4129}.bi-dashboard-title{display:grid;align-content:center;gap:5px}.bi-dashboard-title span{color:#d4f7ec;font-size:12px;font-weight:800}.bi-dashboard-title h2{margin:0;color:#fff;font-size:34px;line-height:1.15;letter-spacing:0}.bi-dashboard-title p{margin:0;max-width:780px;color:#e7f7fb;font-size:14px;font-weight:700}.bi-dashboard-balance{display:grid;align-content:center;gap:6px;border:1px solid rgba(255,255,255,.35);background:#ffffff29;padding:12px;text-align:center;box-shadow:inset 0 0 0 1px #ffffff1a}.bi-dashboard-balance span,.bi-dashboard-balance small{color:#e7f7fb;font-weight:800}.bi-dashboard-balance strong{direction:ltr;color:#fff7c2;font-size:32px;font-weight:900}.bi-command-deck{display:grid;grid-template-columns:220px minmax(0,1fr);gap:10px;align-items:stretch}.bi-command-ring{min-height:220px;display:grid;place-items:center;border:1px solid #aac2d6;background:radial-gradient(circle at center,#ffffff 0 43%,transparent 44%),conic-gradient(#087a83 0 var(--debit-share),#d49a27 var(--debit-share) 100%);box-shadow:0 8px 20px #16344b1f}.bi-command-ring>div{width:126px;height:126px;display:grid;place-items:center;align-content:center;gap:4px;border:1px solid #c7d6e2;background:#fff;text-align:center}.bi-command-ring span,.bi-command-ring small{color:#37546c;font-size:11px;font-weight:900}.bi-command-ring strong{color:#062d48;font-size:24px;font-weight:900}.bi-command-story{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.bi-command-story>div{min-height:120px;display:grid;align-content:center;gap:8px;border:1px solid #b8cadc;background:linear-gradient(180deg,#fff,#f2f8fb);padding:12px;box-shadow:0 6px 16px #28465c14}.bi-command-story span{color:#006466;font-size:12px;font-weight:900}.bi-command-story strong{overflow:hidden;color:#001f5f;font-size:18px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.bi-command-story small{overflow:hidden;color:#607588;font-size:11px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.bi-dashboard-balance.settled strong{color:#d7ffe5}.bi-dashboard-balance.credit strong{color:#ffd6d6}.bi-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(160px,1fr));gap:8px}.bi-kpi-card{min-height:92px;display:grid;align-content:space-between;gap:8px;border:1px solid #bdd0df;border-top:4px solid #087a83;background:linear-gradient(180deg,#fff,#f8fbfd);padding:10px 12px;box-shadow:0 6px 18px #1a364c17;transition:transform .15s ease,box-shadow .15s ease}.bi-kpi-card:hover{transform:translateY(-1px);box-shadow:0 10px 24px #1a364c24}.bi-kpi-card span{color:#315273;font-size:12px;font-weight:900}.bi-kpi-card strong{direction:ltr;color:#001f5f;font-size:22px;font-weight:900;text-align:right}.bi-kpi-card small{color:#61748a;font-size:11px;font-weight:800}.bi-kpi-card.secondary{border-top-color:#1f7a46}.bi-kpi-card.amber{border-top-color:#b7791f}.bi-kpi-card.rose{border-top-color:#b83252}.bi-split-meter{display:flex;min-height:34px;overflow:hidden;border:1px solid #aebfd0;background:#fff;direction:ltr}.bi-split-meter span{display:flex;align-items:center;justify-content:center;min-width:110px;padding:0 10px;color:#fff;font-size:12px;font-weight:900;white-space:nowrap}.bi-split-meter .debit{background:#087a83}.bi-split-meter .credit{background:#d09425}.bi-dashboard-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:10px;align-items:start}.bi-panel{border:1px solid #bccdde;background:linear-gradient(180deg,#fff,#fbfdfe);padding:10px;min-width:0;box-shadow:0 7px 18px #18344914}.bi-panel.bi-wide{grid-column:span 1}.bi-panel-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px;border-bottom:1px solid #d7e2ec;padding-bottom:7px}.bi-panel-head h3{margin:0;color:#002b63;font-size:16px;font-weight:900}.bi-panel-head span{border:1px solid #c8d7e6;background:#f5f9fc;padding:3px 8px;color:#315273;font-size:11px;font-weight:900}.bi-monthly-chart{display:grid;gap:9px}.bi-month-row{display:grid;grid-template-columns:78px minmax(0,1fr) 120px;gap:10px;align-items:center;border:1px solid #e0e8ef;background:#fff;padding:6px 8px}.bi-month-row b{color:#002b63;font-size:12px}.bi-month-row em{direction:ltr;color:#001f5f;font-style:normal;font-size:12px;font-weight:900;text-align:left}.bi-month-bars{display:grid;gap:3px;min-height:22px}.bi-month-bars span{display:block;height:9px;border-radius:2px}.bi-month-bars .debit{background:#087a83}.bi-month-bars .credit{background:#d09425}.bi-rank-list,.bi-recent-list{display:grid;gap:6px}.bi-rank-list.compact{max-height:370px;overflow:auto}.bi-rank-item{display:grid;grid-template-columns:28px minmax(0,1fr) auto;gap:8px;align-items:center;border:1px solid #d7e2ec;background:#f8fbfd;padding:7px;transition:border-color .15s ease,background .15s ease}.bi-rank-item:hover{border-color:#80b8ba;background:#eef8f6}.bi-rank-item span{display:grid;place-items:center;height:24px;border:1px solid #b8cadc;background:#e8f5f0;color:#006466;font-weight:900}.bi-rank-item strong,.bi-recent-item strong{color:#001f5f;font-size:12px;font-weight:900}.bi-rank-item small,.bi-recent-item small{display:block;overflow:hidden;color:#5b6f82;font-size:11px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.bi-rank-item b{direction:ltr;color:#0b4d64;font-size:12px;font-weight:900}.bi-table-frame{max-height:390px;overflow:auto}.bi-table-frame table{min-width:760px}.bi-recent-item{display:grid;grid-template-columns:74px 58px minmax(0,1fr) 96px;gap:7px;align-items:center;width:100%;border:1px solid #d7e2ec;background:#fff;padding:7px;color:inherit;text-align:right;cursor:pointer;transition:border-color .15s ease,background .15s ease,transform .15s ease}.bi-recent-item:hover{border-color:teal;background:#edf8f5;transform:translate(-2px)}.bi-recent-item span{color:#315273;font-size:11px;font-weight:800}.bi-recent-item b{direction:ltr;color:#006466;font-size:11px;font-weight:900;text-align:left}@media(max-width:1180px){.bi-dashboard-hero,.bi-command-deck,.bi-dashboard-grid,.bi-command-story{grid-template-columns:1fr}.bi-kpi-grid{grid-template-columns:repeat(2,minmax(150px,1fr))}}@media(max-width:720px){.bi-kpi-grid,.bi-month-row,.bi-recent-item{grid-template-columns:1fr}}:root{--nvis-navy: #07182b;--nvis-deep-navy: #0b2340;--nvis-blue: #0b6fb8;--nvis-cyan: #02a7d8;--nvis-teal: #008080;--nvis-gold: #c9963a;--nvis-bg: #eef4f8;--nvis-surface: #ffffff;--nvis-soft: #f7fbfd;--nvis-line: #c5d4e1;--nvis-line-strong: #8aa5bb;--nvis-text: #062445;--nvis-muted: #55708a;--nvis-success: #0c7a55;--nvis-warning: #b7791f;--nvis-danger: #b42318;--nvis-radius: 7px}.legacy-nav-retired{display:none}.nvis-logo{display:block;max-width:100%;object-fit:contain}.nvis-logo.icon{aspect-ratio:1}.login-logo{width:176px;height:72px;object-fit:contain}.nvis-topbar{min-height:64px;display:grid;grid-template-columns:250px minmax(0,1fr) auto;align-items:center;gap:14px;padding:8px 14px;background:linear-gradient(90deg,#07182b,#0d2d4d);border-bottom:2px solid var(--nvis-gold);color:#fff}.nvis-brand{display:inline-flex;align-items:center;gap:10px;border:0;background:transparent;color:inherit;padding:0;cursor:pointer;text-align:start}.nvis-brand-icon{width:44px;height:44px}.nvis-brand strong,.nvis-brand small,.nvis-topbar-title span,.nvis-topbar-title h1{display:block}.nvis-brand strong{font-size:17px;letter-spacing:0}.nvis-brand small,.nvis-topbar-title span,.nvis-session span{color:#b9c9d8;font-size:11px;font-weight:700}.nvis-topbar-title{text-align:right}.nvis-topbar-title h1{margin:1px 0 0;font-size:20px;line-height:1.2;color:#fff}.nvis-session{display:flex;align-items:center;gap:8px;background:#ffffff12;border:1px solid rgba(255,255,255,.16);border-radius:var(--nvis-radius);padding:6px 8px}.nvis-session strong{color:#fff;font-size:12px}.nvis-ghost-action{border:1px solid rgba(255,255,255,.35);background:#ffffff14;color:#fff;border-radius:5px;padding:5px 10px;cursor:pointer;font-weight:800}.nvis-module-nav{display:flex;gap:6px;align-items:center;padding:6px 10px;background:#fff;border-bottom:1px solid var(--nvis-line);overflow-x:auto}.nvis-module-nav.compact{background:#f8fbfd;padding-block:5px}.nvis-nav-item{position:relative;flex:0 0 auto}.nvis-nav-item>button{width:100%}.nvis-nav-menu{position:absolute;top:calc(100% + 7px);right:0;z-index:60;display:none;min-width:224px;padding:8px;background:#fff;border:1px solid rgba(22,45,76,.14);border-radius:8px;box-shadow:0 18px 38px #07182b24}.nvis-nav-item:hover .nvis-nav-menu,.nvis-nav-item:focus-within .nvis-nav-menu{display:grid;gap:5px}.nvis-nav-item.has-menu>button span:after{content:"⌄";margin-inline-start:8px;font-size:12px}.nvis-module-nav button{min-height:31px;display:inline-flex;align-items:center;gap:7px;border:1px solid var(--nvis-line);background:#fff;color:var(--nvis-text);border-radius:6px;padding:5px 12px;font-weight:900;white-space:nowrap;cursor:pointer}.nvis-module-nav .nvis-nav-menu button{justify-content:flex-start;min-height:34px;width:100%;border:0;background:transparent;color:var(--nvis-text);text-align:right}.nvis-module-nav .nvis-nav-menu button:hover,.nvis-module-nav .nvis-nav-menu button.active{background:#007c911a;color:var(--nvis-blue)}.nvis-module-nav.compact button{min-height:28px;font-size:12px}.nvis-module-nav button.active{color:#fff;background:var(--nvis-deep-navy);border-color:var(--nvis-deep-navy)}.nvis-module-nav button:disabled{cursor:not-allowed;color:#8394a7;background:#f2f5f7}.nvis-module-nav em{font-style:normal;color:var(--nvis-gold);font-size:10px}.nvis-page{display:flex;flex-direction:column;gap:8px}.nvis-page-header{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;min-height:58px;background:var(--nvis-surface);border:1px solid var(--nvis-line);border-radius:var(--nvis-radius);padding:9px 12px}.nvis-code{display:inline-flex;color:var(--nvis-teal);font-size:11px;font-weight:900}.nvis-page-header h2{margin:2px 0 0;color:var(--nvis-text);font-size:20px;line-height:1.15}.nvis-page-header p{margin:3px 0 0;color:var(--nvis-muted);font-size:12px;font-weight:700}.nvis-page-body{min-width:0}.nvis-toolbar{display:flex;gap:6px;align-items:center;background:var(--nvis-soft);border:1px solid var(--nvis-line);border-radius:var(--nvis-radius);padding:7px}.nvis-button,.nvis-input{min-height:32px;border:1px solid var(--nvis-line-strong);border-radius:5px;background:#fff;color:var(--nvis-text);font-weight:800;padding:5px 9px}.nvis-button{border-color:var(--nvis-teal);cursor:pointer}.nvis-checkbox{display:inline-flex;align-items:center;gap:6px;font-weight:800;color:var(--nvis-text)}.nvis-form-section,.nvis-report-shell,.nvis-dialog{border:1px solid var(--nvis-line);background:#fff;border-radius:var(--nvis-radius);padding:10px}.nvis-form-section h3,.nvis-dialog h3{margin:0 0 8px;color:var(--nvis-text)}.nvis-data-grid{overflow:auto;border:1px solid var(--nvis-line);background:#fff}.nvis-data-grid table{width:100%;border-collapse:collapse}.nvis-data-grid th,.nvis-data-grid td{border:1px solid var(--nvis-line);padding:7px}.nvis-status-badge{display:inline-flex;align-items:center;justify-content:center;min-height:22px;border-radius:5px;padding:2px 8px;font-weight:900;font-size:11px;background:#eef3f7;color:var(--nvis-text)}.nvis-status-badge.success{background:#e5f6ee;color:var(--nvis-success)}.nvis-status-badge.warning{background:#fff5db;color:var(--nvis-warning)}.nvis-status-badge.danger{background:#fee4e2;color:var(--nvis-danger)}.nvis-status-badge.info{background:#e8f3ff;color:var(--nvis-blue)}.nvis-kpi-card,.nvis-empty-state,.nvis-loading-state{border:1px solid var(--nvis-line);background:#fff;border-radius:var(--nvis-radius);padding:10px}.nvis-kpi-card span,.nvis-kpi-card small,.nvis-empty-state span{display:block;color:var(--nvis-muted);font-size:11px;font-weight:800}.nvis-kpi-card strong,.nvis-empty-state strong{display:block;color:var(--nvis-text);font-size:21px;line-height:1.15;margin-top:4px}.nvis-app-switcher{display:grid;grid-template-columns:repeat(4,minmax(190px,1fr));gap:10px}.nvis-module-card{min-height:165px;position:relative;display:grid;grid-template-rows:auto auto 1fr auto;gap:8px;border:1px solid var(--nvis-line);border-radius:var(--nvis-radius);background:#fff;padding:13px;color:var(--nvis-text);text-align:right}button.nvis-module-card:hover{border-color:var(--nvis-teal);box-shadow:0 8px 18px #09234017}.nvis-module-card.disabled{background:#f7f9fb;color:#7e8c9b}.nvis-module-code{color:var(--nvis-gold);font-size:11px;font-weight:900}.nvis-module-icon{position:absolute;inset-inline-start:12px;top:12px;width:38px;height:38px}.nvis-module-card strong{margin-top:24px;font-size:18px;color:var(--nvis-text)}.nvis-module-card small{color:var(--nvis-muted);font-size:12px;line-height:1.65;font-weight:700}.nvis-workspace-quicklinks{margin-top:10px;border:1px solid var(--nvis-line);background:#fff;border-radius:var(--nvis-radius);padding:10px}.nvis-workspace-quicklinks h3{margin:0 0 8px;color:var(--nvis-text)}.nvis-workspace-quicklinks div{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));gap:7px}.nvis-workspace-quicklinks button{min-height:45px;border:1px solid var(--nvis-line);background:var(--nvis-soft);border-radius:6px;text-align:right;padding:6px 8px;cursor:pointer}.nvis-workspace-quicklinks strong,.nvis-workspace-quicklinks span{display:block}.nvis-workspace-quicklinks strong{color:var(--nvis-text);font-size:12px}.nvis-workspace-quicklinks span{color:var(--nvis-muted);font-size:10px;margin-top:2px}@media(max-width:1200px){.nvis-app-switcher,.nvis-workspace-quicklinks div{grid-template-columns:repeat(2,minmax(180px,1fr))}.nvis-topbar{grid-template-columns:1fr}}.app-shell{min-height:100vh;display:grid;grid-template-rows:auto auto 1fr;background:radial-gradient(circle at top right,rgba(11,111,184,.08),transparent 34%),linear-gradient(180deg,#f8fbfd,#eef4f8);color:var(--nvis-text)}.workspace{padding:18px 22px 24px}.login-screen{min-height:100vh;display:grid;grid-template-columns:minmax(430px,.9fr) minmax(500px,1fr);place-items:stretch;background:radial-gradient(circle at 18% 22%,rgba(18,93,153,.38),transparent 28%),linear-gradient(135deg,#051426,#082846 54%,#041222);overflow:hidden}.login-screen:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(120deg,rgba(255,255,255,.07) 0 1px,transparent 1px 100%) 0 0 / 48px 48px,radial-gradient(circle at 15% 82%,rgba(201,150,58,.24),transparent 28%);opacity:.45}.login-branding{position:relative;z-index:1;display:grid;align-content:center;justify-items:center;gap:22px;padding:54px;color:#fff;border-inline-end:1px solid rgba(255,255,255,.12)}.login-brand-logo{width:min(520px,86%);height:auto;max-height:220px;object-fit:contain;filter:drop-shadow(0 22px 45px rgba(0,0,0,.32))}.login-brand-copy{text-align:center;display:grid;gap:8px}.login-brand-copy span{color:#e6b24a;font-weight:950;font-size:16px}.login-brand-copy h1{margin:0;color:#fff;font-size:33px;line-height:1.25}.login-brand-copy p{margin:0;color:#ffffffc2;font-size:16px}.login-panel{position:relative;z-index:1;align-self:center;justify-self:center;width:min(560px,calc(100% - 72px));min-height:520px;display:flex;flex-direction:column;justify-content:center;gap:20px;background:#fffffff7;border:1px solid rgba(197,212,225,.92);border-radius:20px;box-shadow:0 28px 70px #00000040;padding:42px 48px}.login-head{display:grid;justify-items:center;gap:12px;margin:0;text-align:center}.login-head .login-logo{width:86px;height:86px;object-fit:contain;border-radius:20px;box-shadow:0 18px 34px #07182b29}.login-head span{color:var(--nvis-gold);font-size:13px;font-weight:900}.login-head h1{margin:0;color:var(--nvis-text);font-size:31px;line-height:1.1}.login-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px 18px}.login-grid label{display:grid;gap:7px;color:var(--nvis-text);font-weight:900}.login-grid label:first-child,.login-grid label:nth-child(2){grid-column:span 2}.login-grid input{min-height:48px;border:1px solid #c9d7e4;border-radius:10px;background:#fbfdff;color:var(--nvis-text);padding:10px 14px;font-size:17px;font-weight:800}.login-submit{min-height:52px;border:0;border-radius:10px;background:linear-gradient(90deg,#061a31,#0c335c);color:#fff;font-size:17px;font-weight:900;cursor:pointer;box-shadow:0 14px 32px #061a3133}.nvis-topbar{grid-template-columns:220px minmax(0,1fr) auto;min-height:70px;padding:8px 22px;background:linear-gradient(90deg,#061a31,#09294b)}.nvis-brand-wide{width:176px;height:50px;object-fit:contain}.nvis-topbar-title{text-align:center}.nvis-topbar-title h1{font-size:24px}.nvis-session{min-width:238px;justify-content:space-between}.nvis-module-nav{position:relative;z-index:110;justify-content:center;gap:12px;min-height:56px;padding:8px 22px;background:#fff;overflow:visible}.nvis-module-nav.compact{min-height:52px;background:#fff;border-bottom:1px solid #dbe5ee;overflow:visible}.nvis-module-nav button{min-width:120px;min-height:38px;justify-content:center;border:0;border-bottom:3px solid transparent;background:transparent;border-radius:0;color:#18395c;font-size:14px}.nvis-module-nav.compact button{min-width:108px;min-height:36px;font-size:13px}.nvis-module-nav button.active{background:transparent;color:#061a31;border-bottom-color:var(--nvis-gold)}.nvis-module-nav .nvis-nav-icon{width:17px;height:17px;stroke-width:2.15;color:#637c98;flex:0 0 auto}.nvis-module-nav button.active .nvis-nav-icon,.nvis-nav-item.active>button .nvis-nav-icon{color:var(--nvis-blue)}.nvis-module-nav.compact{min-height:48px;padding:7px 22px;gap:7px;background:linear-gradient(180deg,#fff,#f8fbfe);overflow:visible}.nvis-module-nav.compact button{min-width:114px;min-height:34px;padding:0 12px;border:0;border-radius:11px;background:transparent;color:#28435f;font-size:13px;box-shadow:none}.nvis-module-nav.compact button:hover{background:#eef6fb;color:#08284a}.nvis-module-nav.compact button.active,.nvis-module-nav.compact .nvis-nav-item.active>button{background:#fff;color:#061a31;box-shadow:inset 0 -3px 0 var(--nvis-gold),0 8px 18px #07182b0f}.nvis-module-nav.compact .nvis-nav-menu button{justify-content:flex-start;border-radius:8px;box-shadow:none}.nvis-module-nav .nvis-nav-item{position:relative;overflow:visible}.nvis-module-nav .nvis-nav-menu{inset-block-start:calc(100% + 8px);inset-inline-end:0;right:auto;z-index:220;min-width:236px;max-width:min(320px,calc(100vw - 24px));max-height:calc(100vh - 140px);overflow-y:auto;border:1px solid #d6e1ec;border-radius:12px;background:#fff;box-shadow:0 18px 42px #0823482e}.nvis-module-nav .nvis-nav-item.open>.nvis-nav-menu{display:grid;gap:5px}.nvis-module-nav.compact .nvis-nav-menu{padding:7px}.nvis-module-nav .nvis-nav-menu-row{position:relative;min-width:0}.nvis-module-nav .nvis-nav-menu button,.nvis-module-nav.compact .nvis-nav-menu button{justify-content:flex-start;min-width:0;min-height:34px;width:100%;padding:0 10px;border:0;border-radius:8px;background:transparent;color:#17345b;font-size:12.5px;font-weight:800;line-height:1.3;text-align:right;box-shadow:none}.nvis-module-nav .nvis-nav-menu button:hover,.nvis-module-nav .nvis-nav-menu button:focus-visible{background:#eef6fb;color:#082348;outline:none}.nvis-module-nav .nvis-nav-menu button.active,.nvis-module-nav.compact .nvis-nav-menu button.active{background:#e8f4ff;color:#061a31;box-shadow:inset 3px 0 0 var(--nvis-gold)}.nvis-module-nav .nvis-nav-menu-row.has-submenu>button{justify-content:space-between;gap:18px}.nvis-module-nav .nvis-nav-menu-row.has-submenu>button:before{content:"‹";flex:0 0 auto;color:#617892;font-size:17px;font-weight:900;line-height:1}.nvis-module-nav .nvis-nav-menu-row.has-submenu:hover>button,.nvis-module-nav .nvis-nav-menu-row.has-submenu.open>button,.nvis-module-nav .nvis-nav-menu-row.has-submenu.active>button{background:#eef6fb;color:#082348}.nvis-module-nav .nvis-nav-submenu{position:absolute;inset-block-start:0;inset-inline-end:calc(100% + 8px);z-index:240;display:none;min-width:220px;padding:7px;border:1px solid #d6e1ec;border-radius:12px;background:#fff;box-shadow:0 18px 42px #0823482e}.nvis-module-nav .nvis-nav-menu-row.open>.nvis-nav-submenu,.nvis-module-nav .nvis-nav-menu-row:focus-within>.nvis-nav-submenu,.nvis-module-nav .nvis-nav-menu-row:hover>.nvis-nav-submenu{display:grid;gap:5px}.nvis-nav-submenu.is-portal{position:fixed;z-index:1000;display:grid;gap:5px;min-width:232px;max-width:min(320px,calc(100vw - 24px));max-height:calc(100vh - 24px);overflow-y:auto;padding:7px;border:1px solid #d6e1ec;border-radius:12px;background:#fff;box-shadow:0 18px 42px #0823482e}.nvis-nav-submenu.is-portal button{min-height:34px;width:100%;display:flex;align-items:center;justify-content:flex-start;padding:0 10px;border:0;border-radius:8px;background:transparent;color:#17345b;font-size:12.5px;font-weight:800;line-height:1.3;text-align:right;cursor:pointer}.nvis-nav-submenu.is-portal button:hover,.nvis-nav-submenu.is-portal button:focus-visible{background:#eef6fb;color:#082348;outline:none}.nvis-nav-submenu.is-portal button.active{background:#e8f4ff;color:#061a31;box-shadow:inset 3px 0 0 var(--nvis-gold)}.nvis-module-nav button:disabled{opacity:.46;background:transparent}.nvis-page{gap:14px}.nvis-page-header{min-height:86px;border:0;border-radius:16px;padding:20px 24px;box-shadow:0 12px 36px #152f4c14}.nvis-code{color:var(--nvis-gold)}.nvis-page-header h2{font-size:27px}.nvis-page-header p{font-size:13px}.nvis-workspace-page .nvis-page-header{min-height:82px;background:linear-gradient(90deg,#fffffff5,#f8fbfdf5),radial-gradient(circle at 12% 20%,rgba(201,150,58,.15),transparent 23%)}.nvis-app-switcher{grid-template-columns:repeat(4,minmax(220px,1fr));gap:16px;align-items:stretch}.nvis-module-card{min-height:210px;gap:10px;border:1px solid #dbe5ee;border-radius:18px;box-shadow:0 18px 45px #142b4512;padding:24px}button.nvis-module-card{cursor:pointer}button.nvis-module-card:hover{transform:translateY(-2px);border-color:#0b6fb861;box-shadow:0 22px 48px #142b451a}.nvis-module-card.disabled{background:#f7fafc;color:#708197;opacity:.82}.nvis-module-card strong{margin-top:18px;font-size:20px}.nvis-module-card small{font-size:14px}.nvis-module-symbol{position:absolute;inset-inline-start:24px;top:24px;width:54px;height:54px;display:grid;place-items:center;border-radius:16px;background:#07182b;color:#fff;font-weight:950;box-shadow:0 14px 28px #07182b2e}.nvis-module-symbol.einv{background:#0b6fb8}.nvis-module-symbol.sys{background:teal}.nvis-module-symbol.next{background:#e8edf2;color:#718197;box-shadow:none}.gl-dashboard-v1{display:grid;gap:18px}.gl-dashboard-intro{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:center;min-height:126px;padding:24px 28px;border-radius:18px;background:linear-gradient(90deg,#061a31,#0d3158);color:#fff;box-shadow:0 20px 48px #07182b29}.gl-dashboard-intro span,.gl-dashboard-intro p,.gl-period-chip span{color:#c7d6e5;font-weight:800}.gl-dashboard-intro h3{margin:4px 0;font-size:31px}.gl-period-chip{display:grid;grid-template-columns:auto auto auto;gap:10px;align-items:center;background:#ffffff17;border:1px solid rgba(255,255,255,.15);border-radius:13px;padding:13px 16px}.gl-period-chip strong{color:#fff}.gl-kpi-row{display:grid;grid-template-columns:repeat(4,minmax(170px,1fr));gap:14px}.gl-kpi-card{min-height:138px;border:1px solid #dbe5ee;border-radius:16px;background:#fff;padding:21px;box-shadow:0 12px 30px #142b450f}.gl-kpi-card span,.gl-kpi-card small{display:block;color:var(--nvis-muted);font-weight:850}.gl-kpi-card strong{display:block;margin:13px 0 8px;color:#061a31;font-size:28px;line-height:1;direction:ltr;text-align:right}.gl-kpi-card.debit{border-top:4px solid #16a34a}.gl-kpi-card.credit{border-top:4px solid #ef4444}.gl-kpi-card.balance{border-top:4px solid var(--nvis-gold)}.gl-dashboard-panels{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.8fr);gap:14px}.gl-panel{border:1px solid #dbe5ee;border-radius:16px;background:#fff;box-shadow:0 12px 30px #142b450d;overflow:hidden}.gl-panel.wide{grid-row:span 2}.gl-panel header{min-height:54px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;border-bottom:1px solid #e5edf4}.gl-panel h4{margin:0;font-size:16px;color:#09294b}.gl-table{width:100%;border-collapse:collapse}.gl-table th,.gl-table td{border-bottom:1px solid #edf2f6;padding:11px 12px;color:#17395c;font-size:12px}.gl-table th{background:#f6f9fc;color:#48647d}.gl-table tbody tr{cursor:pointer}.gl-table tbody tr:hover{background:#f2faf8}.gl-link{border:0;background:transparent;color:var(--nvis-blue);font-weight:950;cursor:pointer}.gl-rank-list{display:grid;gap:0}.gl-rank-item{display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:10px;align-items:center;min-height:58px;padding:9px 14px;border-bottom:1px solid #edf2f6}.gl-rank-item b{width:28px;height:28px;display:grid;place-items:center;border-radius:8px;background:#eef6ff;color:var(--nvis-blue)}.gl-rank-item strong,.gl-rank-item span{display:block}.gl-rank-item strong{color:#09294b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gl-rank-item span{color:var(--nvis-muted);font-size:11px}.gl-rank-item em{direction:ltr;font-style:normal;color:#09294b;font-weight:950}.nvis-screen-accounts .account-shell,.nvis-screen-journal .journal-shell,.nvis-screen-journal .journal-list-screen,.nvis-screen-journal .journal-form{border:0;border-radius:18px;background:#fff;box-shadow:0 16px 42px #142b4512;padding:16px}.nvis-screen-accounts .data-grid,.nvis-screen-journal .data-grid,.nvis-screen-journal table{border-radius:12px;overflow:hidden}.nvis-screen-accounts input,.nvis-screen-accounts select,.nvis-screen-journal input,.nvis-screen-journal select,.nvis-screen-journal textarea{border-radius:8px;border-color:#cbd8e4}.nvis-screen-accounts .nvis-page-header{min-height:64px;padding:14px 18px;border:1px solid rgba(160,178,197,.24);background:linear-gradient(90deg,#fff,#f7fbff)}.nvis-screen-accounts .nvis-page-header h2{font-size:24px;margin-bottom:3px}.nvis-screen-accounts .nvis-page-header p{font-size:12px}.nvis-screen-accounts .accounts-layout{margin-top:0;display:grid;grid-template-columns:minmax(0,1fr) 440px;gap:12px;height:calc(100vh - 245px);min-height:520px;overflow:hidden}.nvis-screen-accounts .account-tree,.nvis-screen-accounts .account-editor{border:1px solid rgba(160,178,197,.34);border-radius:16px;background:#fff;box-shadow:0 14px 32px #142b450e}.nvis-screen-accounts .account-tree{order:2;padding:14px;gap:10px;min-height:0;overflow:hidden}.nvis-screen-accounts .panel-head{align-items:center;padding-bottom:4px}.nvis-screen-accounts .panel-head span{padding:4px 8px;border-radius:999px;background:#eef6fb;color:var(--nvis-blue);font-size:11px}.nvis-screen-accounts .panel-head strong{color:#09284a;font-size:17px}.nvis-screen-accounts .account-tree>input{height:38px;padding:0 12px;border:1px solid #cbd8e4;border-radius:12px;background:#f8fbfe;font-weight:800}.nvis-screen-accounts .tree-meta{padding:0 2px;color:#6f8296;font-size:11px;font-weight:850}.nvis-screen-accounts .tree-list{border:1px solid #dbe5ee;border-radius:13px;background:#fff;min-height:0;overflow:auto}.nvis-screen-accounts .tree-node{min-height:36px;grid-template-columns:28px 1fr;border-bottom-color:#edf2f7;background:#fff}.nvis-screen-accounts .tree-node:hover{background:#f5fbfb}.nvis-screen-accounts .tree-node.active{background:#eaf7f4;box-shadow:inset -4px 0 0 var(--nvis-blue)}.nvis-screen-accounts .tree-expander{width:22px;height:22px;border-radius:7px;border-color:#cbd8e4;color:#0b6fb8}.nvis-screen-accounts .tree-account{grid-template-columns:88px minmax(0,1fr);padding:0 8px}.nvis-screen-accounts .tree-account-code{color:#42607e;font-size:11.5px;font-weight:900}.nvis-screen-accounts .tree-account-name{color:#0f2a47;font-size:13px;line-height:1.35;font-weight:820}.nvis-screen-accounts .account-editor{order:1;display:grid;grid-template-rows:auto auto auto auto auto auto;align-content:start;min-width:0;min-height:0;overflow:auto}.nvis-screen-accounts .editor-toolbar{order:1;min-height:68px;padding:12px 16px;border-bottom:1px solid #e1e9f1;background:linear-gradient(90deg,#fff,#f9fbfe)}.nvis-screen-accounts .editor-toolbar h2{margin:3px 0 0;color:#09284a;font-size:21px}.nvis-screen-accounts .editor-toolbar span{color:#6d8196;font-size:11px}.nvis-screen-accounts .grid-actions{gap:7px}.nvis-screen-accounts .grid-actions button{min-height:34px;padding:0 13px;border:1px solid #cbd8e4;border-radius:10px;background:#fff;color:#31506f;font-weight:900;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease,background .15s ease}.nvis-screen-accounts .grid-actions button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 18px #08213c1f}.nvis-screen-accounts .grid-actions .action-primary{background:#0b4f8a;border-color:#0b4f8a;color:#fff}.nvis-screen-accounts .grid-actions .action-success{background:#0b8a62;border-color:#0b8a62;color:#fff}.nvis-screen-accounts .grid-actions .action-outline{border-color:#9db8d2;background:#f8fbff;color:#0b4f8a}.nvis-screen-accounts .grid-actions .action-neutral{border-color:#d1dbe6;background:#fff;color:#536579}.nvis-screen-accounts .grid-actions .action-danger{border-color:#efb8bd;background:#fff7f8;color:#b4232f}.nvis-screen-accounts .grid-actions button:disabled{border-color:#d4dce5;background:#f5f7fa;color:#8a99aa;box-shadow:none;transform:none}.nvis-screen-accounts .form-message{order:2;margin:10px 14px 0;border-radius:10px}.nvis-screen-accounts .account-mode-view .field input[readonly],.nvis-screen-accounts .account-mode-view .field select:disabled,.nvis-screen-accounts .field.field-disabled input,.nvis-screen-accounts .field.field-disabled select,.nvis-screen-accounts .lookup-button-field.disabled input{background:#f8fafc;color:#17324d;cursor:default}.nvis-screen-accounts .lookup-button-field.disabled button{cursor:not-allowed;opacity:.55}.nvis-screen-accounts .account-summary-strip{order:3;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;padding:12px 14px 0}.nvis-screen-accounts .account-summary-strip div{min-height:58px;display:grid;gap:4px;align-content:center;padding:9px 12px;border:1px solid #e0e8f0;border-radius:12px;background:linear-gradient(180deg,#fff,#f6fafd);box-shadow:0 8px 18px #08213c0d}.nvis-screen-accounts .account-summary-strip span{color:#6d8196;font-size:11px;font-weight:850}.nvis-screen-accounts .account-summary-strip strong{color:#09284a;font-size:15px;font-weight:950}.nvis-screen-accounts .account-summary-strip .status-badge{width:max-content;min-width:68px;padding:4px 10px;border-radius:999px;text-align:center;font-size:12px}.nvis-screen-accounts .account-summary-strip .status-badge.active{border:1px solid #b7e4cf;background:#e9fbf2;color:#08744f}.nvis-screen-accounts .account-summary-strip .status-badge.inactive{border:1px solid #e2e8f0;background:#f3f6f9;color:#687789}.nvis-screen-accounts .account-section-grid{order:5;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:12px;padding:12px 14px}.nvis-screen-accounts .account-form-section{display:grid;align-content:start;border:1px solid #e0e8f0;border-radius:14px;background:#fff;overflow:hidden}.nvis-screen-accounts .account-form-section.main{grid-row:span 2}.nvis-screen-accounts .account-form-section header{min-height:42px;display:flex;align-items:center;justify-content:space-between;padding:0 13px;border-bottom:1px solid #edf2f7;background:#f8fbfe}.nvis-screen-accounts .account-form-section header strong{color:#09284a;font-size:14px}.nvis-screen-accounts .account-form-section header small{color:#8192a5;direction:ltr;font-size:10px;font-weight:900}.nvis-screen-accounts .account-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 12px;padding:13px}.nvis-screen-accounts .account-form-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr))}.nvis-screen-accounts .field.wide{grid-column:span 2}.nvis-screen-accounts .field-label{margin-bottom:5px}.nvis-screen-accounts .field-label strong{color:#233d5a;font-size:12px}.nvis-screen-accounts .field input,.nvis-screen-accounts .field select,.nvis-screen-accounts .search-select input,.nvis-screen-accounts .search-select select{min-height:34px;height:34px;border:1px solid #cbd8e4;border-radius:9px;background:#fff;color:#09284a;font-size:13px;font-weight:850}.nvis-screen-accounts .selectable-field select{cursor:pointer;padding-inline:12px 38px;background:linear-gradient(45deg,transparent 50%,#0b4f8a 50%) 18px 50% / 6px 6px no-repeat,linear-gradient(135deg,#0b4f8a 50%,transparent 50%) 14px 50% / 6px 6px no-repeat,#fff;appearance:none}.nvis-screen-accounts .selectable-field select:hover,.nvis-screen-accounts .selectable-field select:focus,.nvis-screen-accounts .lookup-button-field:hover input,.nvis-screen-accounts .lookup-button-field:focus-within input{border-color:#0b6fb8;box-shadow:0 0 0 3px #0b6fb81f;outline:none}.nvis-screen-accounts .lov-field .lookup-button-field,.nvis-screen-accounts .auth-controls .lookup-button-field{position:relative}.nvis-screen-accounts .lov-field .lookup-button-field input,.nvis-screen-accounts .auth-controls .lookup-button-field input{padding-inline-end:40px}.nvis-screen-accounts .lov-field .lookup-button-field button,.nvis-screen-accounts .auth-controls .lookup-button-field button{width:32px;min-width:32px;height:30px;border-radius:8px;border-color:#b8d6df;background:#f4fbfd;color:transparent;font-size:0}.nvis-screen-accounts .lov-field .lookup-button-field button:before,.nvis-screen-accounts .auth-controls .lookup-button-field button:before{content:"⌕";color:#0b6f78;font-size:18px;font-weight:900;line-height:1}.nvis-screen-accounts .lov-field .lookup-button-field button:hover,.nvis-screen-accounts .auth-controls .lookup-button-field button:hover{border-color:#0b6f78;background:#e7f7f8}.nvis-screen-accounts .field-accname input{direction:ltr;text-align:left}.nvis-screen-accounts .field-opnbal input,.nvis-screen-accounts .field-accno input,.nvis-screen-accounts .field-barcod input{direction:ltr;text-align:right}.static-lookup-dialog .lookup-results tr.current-row td{background:#fff9e8;color:#09284a;font-weight:900}.lookup-dialog{width:min(880px,calc(100vw - 44px));max-height:min(720px,calc(100vh - 54px));grid-template-rows:auto auto minmax(180px,auto) auto;border:1px solid #cbd8e4;border-radius:14px;background:#f8fbfe;box-shadow:0 22px 55px #08213c47;overflow:hidden}.lookup-dialog-title{padding:10px 12px;border-bottom:1px solid #e0e8f0}.lookup-dialog-title strong{color:#09284a;font-size:16px;font-weight:950}.lookup-dialog-title button,.lookup-dialog-search button,.lookup-dialog-actions button{min-height:32px;border-radius:9px;font-weight:900}.lookup-dialog-search{grid-template-columns:minmax(0,1fr) 86px 150px;border-bottom:1px solid #e0e8f0;background:#f8fbfe}.lookup-dialog-search label span{color:#233d5a;font-size:12px;font-weight:900}.lookup-dialog-search input{min-height:36px;border:1px solid #b9c9d9;border-radius:10px;font-weight:850}.lookup-dialog-search input:focus{border-color:#0b6fb8;box-shadow:0 0 0 3px #0b6fb81f;outline:none}.lookup-dialog-search span{align-self:center;padding:8px 10px;border-radius:999px;background:#eef6fb;color:#34506c;font-size:12px;font-weight:900;text-align:center;white-space:nowrap}.lookup-results-wrap{margin:10px 12px 8px;max-height:min(430px,calc(100vh - 265px));border:1px solid #d8e2ec;border-radius:10px}.lookup-results th{position:sticky;top:0;z-index:1;height:32px;border-bottom:1px solid #cbd8e4;background:#edf4fa;color:#09284a}.lookup-results td{height:31px;border-bottom:1px solid #e0e8f0}.lookup-results .selected-row td,.lookup-results tr.selected-row td{background:#e7f7f8;color:#09284a;font-weight:900}.lookup-dialog-actions{padding:8px 12px 10px;border-top:1px solid #e0e8f0}.nvis-screen-accounts .account-path{order:6;margin:0 14px 12px;border-radius:11px;color:#34506c}.nvis-screen-accounts .account-auth-panel{order:4;margin:0 14px 12px;border:1px solid #e0e8f0;border-radius:14px;background:#fff;overflow:hidden}.nvis-screen-accounts .account-auth-panel-inline{order:initial;margin:0 13px 13px;border-color:#cfe0ef;background:#fbfdff}.nvis-screen-accounts .auth-title{min-height:42px;padding:0 13px;border-bottom-color:#edf2f7;background:#f8fbfe;color:#09284a;font-size:14px}.nvis-screen-accounts .auth-controls{grid-template-columns:minmax(0,1fr) 86px;padding:10px 12px;border-bottom-color:#edf2f7}.nvis-screen-accounts .auth-controls button,.nvis-screen-accounts .auth-row button{min-height:31px;border:1px solid rgba(0,124,145,.3);border-radius:8px;background:#fff;color:var(--nvis-blue);font-weight:900}.nvis-screen-accounts .auth-grid{grid-template-columns:110px minmax(0,1fr) 72px;max-height:150px}.nvis-screen-accounts .auth-grid>strong{min-height:31px;background:#eef4f9}.nvis-screen-accounts .auth-row span{min-height:30px;background:#fff}.nvis-screen-accounts .account-audit-grid{order:7;margin:0 14px 14px;padding:10px;border:1px solid #e0e8f0;border-radius:14px;background:#f8fbfe}.nvis-screen-journal>.nvis-page-header{display:none}.nvis-screen-journal>.nvis-page-body{padding-top:12px}.nvis-screen-journal .journal-screen,.nvis-screen-journal .journal-list-screen{margin-top:0;border:1px solid rgba(160,178,197,.34);border-radius:18px;background:#fff;box-shadow:0 16px 42px #142b4512;padding:14px}.nvis-screen-journal .journal-page-head{min-height:64px;padding:12px 16px;border-color:#e0e8f0;border-radius:15px;background:linear-gradient(90deg,#fff,#f7fbff)}.nvis-screen-journal .journal-page-head h2{margin:3px 0 1px;color:#09284a;font-size:22px;font-weight:950}.nvis-screen-journal .journal-page-head p{color:#6d8196;font-size:12px}.nvis-screen-journal .journal-toolbar{display:flex;flex-wrap:wrap;gap:8px;align-items:center;padding:10px 12px;border:1px solid #e0e8f0;border-radius:14px;background:#f8fbfe}.nvis-screen-journal .journal-toolbar button,.nvis-screen-journal .journal-more-actions summary,.nvis-screen-journal .journal-lines-tools button,.nvis-screen-journal .standard-grid-actions button,.nvis-screen-journal .list-pager button{min-height:34px;padding:0 13px;border:1px solid #cbd8e4;border-radius:10px;background:#fff;color:#31506f;font-weight:900}.nvis-screen-journal button.action-primary,.nvis-screen-journal .standard-grid-actions .action-primary{border-color:#0b4f8a;background:#0b4f8a;color:#fff}.nvis-screen-journal button.action-success{border-color:#0b8a62;background:#0b8a62;color:#fff}.nvis-screen-journal button.action-warning{border-color:#d59a24;background:#fff8e8;color:#9a6408}.nvis-screen-journal button.action-danger{border-color:#efb8bd;background:#fff7f8;color:#b4232f}.nvis-screen-journal button.action-outline,.nvis-screen-journal .standard-grid-actions .action-outline{border-color:#b8d6df;background:#fff;color:#0b6f78}.nvis-screen-journal button.action-neutral{border-color:#d4dce5;background:#fff;color:#42566c}.nvis-screen-journal button:disabled{border-color:#d4dce5!important;background:#f4f7fa!important;color:#8a99aa!important}.nvis-screen-journal .journal-more-actions{position:relative;margin-inline-start:auto}.nvis-screen-journal .journal-more-actions summary{list-style:none;cursor:pointer}.nvis-screen-journal .journal-more-actions summary::-webkit-details-marker{display:none}.nvis-screen-journal .journal-more-actions[open] div{position:absolute;left:0;top:calc(100% + 6px);z-index:20;width:230px;display:grid;gap:6px;padding:8px;border:1px solid #dbe5ee;border-radius:12px;background:#fff;box-shadow:0 18px 36px #08213c29}.nvis-screen-journal .journal-more-actions[open] button{width:100%;text-align:right}.nvis-screen-journal .journal-head{display:block}.nvis-screen-journal .journal-head-grid{grid-template-columns:repeat(6,minmax(120px,1fr));padding:13px;border-color:#e0e8f0;border-radius:15px;background:#fff;box-shadow:none}.nvis-screen-journal .journal-head-grid .field.wide{grid-column:span 3}.nvis-screen-journal .journal-lines-card{border:1px solid #e0e8f0;border-radius:15px;background:#fff;overflow:hidden}.nvis-screen-journal .journal-lines-head{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 12px;border-bottom:1px solid #e0e8f0;background:#f8fbfe}.nvis-screen-journal .journal-lines-head strong{display:block;color:#09284a;font-size:15px;font-weight:950}.nvis-screen-journal .journal-lines-head span,.nvis-screen-journal .journal-lines-tools small{color:#6d8196;font-size:11px;font-weight:850}.nvis-screen-journal .journal-lines-tools{display:flex;flex-wrap:wrap;gap:7px;align-items:center}.nvis-screen-journal .journal-grid-wrap{max-height:calc(100vh - 442px);min-height:260px;border:0;border-radius:0}.nvis-screen-journal .journal-grid{min-width:1580px}.nvis-screen-journal .journal-grid th{height:36px;background:#eef4f9;color:#09284a;border-color:#d9e3ed}.nvis-screen-journal .journal-grid td{height:50px;border-color:#e1e9f1}.nvis-screen-journal .journal-grid tbody tr.active-journal-row td{background:#eaf7f4;box-shadow:inset -4px 0 0 var(--nvis-blue)}.nvis-screen-journal .journal-grid th:nth-child(1),.nvis-screen-journal .journal-grid td:nth-child(1){width:44px;text-align:center}.nvis-screen-journal .journal-grid th:nth-child(2),.nvis-screen-journal .journal-grid td:nth-child(2){width:150px}.nvis-screen-journal .journal-grid th:nth-child(3),.nvis-screen-journal .journal-grid td:nth-child(3){width:240px}.nvis-screen-journal .journal-grid th:nth-child(4),.nvis-screen-journal .journal-grid td:nth-child(4),.nvis-screen-journal .journal-grid th:nth-child(5),.nvis-screen-journal .journal-grid td:nth-child(5),.nvis-screen-journal .journal-grid th:nth-child(6),.nvis-screen-journal .journal-grid td:nth-child(6){width:150px}.nvis-screen-journal .journal-grid th:nth-child(7),.nvis-screen-journal .journal-grid td:nth-child(7),.nvis-screen-journal .journal-grid th:nth-child(8),.nvis-screen-journal .journal-grid td:nth-child(8){width:118px}.nvis-screen-journal .journal-grid th:nth-child(9),.nvis-screen-journal .journal-grid td:nth-child(9){width:310px}.nvis-screen-journal .journal-grid th:nth-child(10),.nvis-screen-journal .journal-grid td:nth-child(10){width:105px;text-align:center}.nvis-screen-journal .journal-grid th:nth-child(11),.nvis-screen-journal .journal-grid td:nth-child(11){width:58px;text-align:center}.nvis-screen-journal .journal-line-name{color:#12395e;font-size:12px;font-weight:850;line-height:1.45;white-space:normal}.nvis-screen-journal .journal-line-details{display:grid;grid-template-columns:1fr;gap:5px;justify-items:center}.nvis-screen-journal .journal-line-details label{display:inline-flex;gap:4px;align-items:center;color:#52677d;font-size:11px;font-weight:850}.nvis-screen-journal .journal-summary{grid-template-columns:repeat(5,minmax(140px,1fr));gap:8px;padding:10px 12px;border:1px solid #dbe5ee;border-radius:14px;background:#f8fbfe}.nvis-screen-journal .journal-summary.balanced{border-color:#b7e4cf;background:linear-gradient(90deg,#f1fbf6,#fff)}.nvis-screen-journal .journal-summary.unbalanced{border-color:#f4c2c7;background:linear-gradient(90deg,#fff7f8,#fff)}.nvis-screen-journal .journal-secondary-details{border:1px solid #e0e8f0;border-radius:14px;background:#fff;overflow:hidden}.nvis-screen-journal .journal-secondary-details summary{min-height:38px;padding:10px 13px;background:#f8fbfe;color:#09284a;font-weight:950;cursor:pointer}.nvis-screen-journal .journal-secondary-grid{grid-template-columns:repeat(3,minmax(170px,1fr));padding:12px}.nvis-screen-journal .journal-list-standard-filters.journal-list-modern-filters{grid-template-columns:minmax(260px,1fr) 150px 142px auto auto auto;padding:0;border:0;border-radius:0;background:transparent;align-items:end}.nvis-screen-journal .journal-list-report-meta{border-color:#e0e8f0;border-radius:13px;min-height:34px}.nvis-screen-journal .journal-list-modern-wrap{max-height:calc(100vh - 246px);min-height:calc(100vh - 320px);border:1px solid #e0e8f0;border-radius:14px;background:#fff}.nvis-screen-journal .journal-list-table{min-width:1240px}.nvis-screen-journal .journal-list-table .journal-list-col-debit_total,.nvis-screen-journal .journal-list-table .journal-list-col-credit_total{width:108px;min-width:108px;max-width:118px}.nvis-screen-journal .journal-list-table th{height:38px;border-color:#d8e3ee;background:#eaf1f8;color:#08213e;font-size:12px;font-weight:950}.nvis-screen-journal .journal-list-table td{height:34px;border-color:#e1e9f1}.nvis-screen-journal .journal-list-table tr.selected-row td{background:#eaf7f4;box-shadow:inset -4px 0 0 var(--nvis-blue)}.nvis-screen-journal .journal-open-link{min-height:24px;border:0;background:transparent;color:#0b4f8a;text-decoration:underline;font-weight:950;cursor:pointer}.nvis-screen-journal .journal-list-page-header{min-height:64px;display:grid;grid-template-columns:minmax(260px,1fr) auto auto;gap:14px;align-items:center;padding:10px 14px;border:1px solid #dfe8f1;border-radius:15px;background:linear-gradient(90deg,#fff,#f7fbff)}.nvis-screen-journal .journal-list-title h2{margin:2px 0;color:#09284a;font-size:22px;font-weight:950}.nvis-screen-journal .journal-list-title p{margin:0;color:#6d8196;font-size:12px;font-weight:800}.nvis-screen-journal .journal-list-quick-stats{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px}.nvis-screen-journal .journal-list-quick-stats span{min-height:26px;display:inline-flex;align-items:center;gap:5px;padding:3px 9px;border:1px solid #e0e8f0;border-radius:999px;background:#fff;color:#6d8196;font-size:11px;font-weight:850}.nvis-screen-journal .journal-list-quick-stats b{color:#09284a}.nvis-screen-journal .journal-list-control-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:end;padding:9px 10px;border:1px solid #dfe8f1;border-radius:14px;background:#fff}.nvis-screen-journal .journal-list-side-actions{display:flex;gap:7px;align-items:end}.nvis-screen-journal .journal-list-side-actions button,.nvis-screen-journal .journal-more-filters summary{min-height:34px;padding:0 12px;border:1px solid #cbd8e4;border-radius:10px;background:#fff;color:#31506f;font-weight:900;cursor:pointer}.nvis-screen-journal .journal-more-filters{position:relative}.nvis-screen-journal .journal-more-filters summary{list-style:none;display:inline-flex;align-items:center}.nvis-screen-journal .journal-more-filters summary::-webkit-details-marker{display:none}.nvis-screen-journal .journal-more-filters[open] div{position:absolute;top:calc(100% + 6px);left:0;z-index:25;width:260px;padding:10px;border:1px solid #dbe5ee;border-radius:12px;background:#fff;box-shadow:0 18px 36px #08213c24}.nvis-screen-journal .journal-more-filters small{color:#64748b;font-size:12px;font-weight:800;line-height:1.6}.nvis-screen-journal .journal-list-saved-panel{border-radius:12px}.nvis-screen-journal .journal-list-table .grid-sort-button{min-height:28px;display:inline-flex;align-items:center;justify-content:center;gap:5px;color:#09284a}.nvis-screen-journal .journal-list-table .grid-sort-button small{display:inline;color:#0b6f78;font-size:10px;line-height:1}.nvis-screen-journal .journal-list-table .journal-list-col-nots{max-width:430px}.nvis-screen-journal .journal-list-table .journal-list-col-postflg,.nvis-screen-journal .journal-list-table .journal-list-col-trlflg{text-align:center}.nvis-screen-journal .journal-page-head{min-height:58px}.nvis-screen-journal .journal-status-strip{display:flex;flex-wrap:wrap;gap:7px;align-items:center}.journal-lov-dialog{width:min(880px,calc(100vw - 44px));max-height:calc(100vh - 54px);grid-template-rows:auto auto auto minmax(160px,auto) auto;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 22px 58px #08213c47}.journal-lov-dialog .lookup-results-wrap{max-height:min(54vh,430px);overflow:auto}.journal-lov-dialog .lookup-results thead th{position:sticky;top:0;z-index:2;background:#eaf1f8}.journal-lov-dialog .lookup-results tr.selected-row td{background:#dff4ef;box-shadow:inset -4px 0 0 var(--nvis-blue)}@media(max-width:1180px){.login-screen{grid-template-columns:1fr}.login-screen:before{display:none}.gl-kpi-row,.nvis-app-switcher,.gl-dashboard-panels{grid-template-columns:1fr 1fr}.gl-panel.wide{grid-column:1 / -1}}.nvis-topbar .nvis-brand{min-width:0;padding:0;border:0!important;background:transparent!important;box-shadow:none!important;outline:0}.nvis-topbar .nvis-brand-wide{width:150px;height:42px;object-fit:contain;display:block}.nvis-topbar .nvis-session{min-width:250px;gap:10px;justify-content:flex-end;padding:7px 8px;border:1px solid rgba(255,255,255,.14);border-radius:14px;background:#ffffff0f}.nvis-topbar .nvis-session span{padding:5px 9px;border-radius:9px;background:#ffffff14;color:#d8e6f3;font-size:12px;font-weight:800}.nvis-topbar .nvis-session strong{color:#fff;font-size:13px;font-weight:900}.nvis-topbar .nvis-ghost-action{min-height:34px;padding:0 12px;border-color:#e3a94085;background:#e3a9401f;color:#ffe2a8}.login-head .login-logo{width:74px;height:74px;border-radius:18px}.login-head h1{margin-top:2px}.login-alert{border:1px solid rgba(11,111,184,.12);border-inline-start:3px solid rgba(227,169,64,.72);border-radius:12px;background:linear-gradient(90deg,#e3a94014,#fffffff0);color:#31455c;padding:10px 13px;font-size:13px;font-weight:800;text-align:start}.login-submit{border:1px solid #061a31!important;background:#061a31!important;color:#fff!important;box-shadow:0 16px 34px #061a313d!important}.login-submit:hover{background:#0b2f55!important;border-color:#0b2f55!important}.nvis-workspace-page .nvis-page-header{min-height:46px;padding-block:9px}.nvis-workspace-page .nvis-page-header h2{font-size:23px}.nvis-workspace-page .nvis-page-header p{margin-top:2px}.nvis-active-modules{display:grid;grid-template-columns:repeat(3,minmax(260px,1fr));gap:16px;align-items:stretch}.nvis-active-modules .nvis-module-card{min-height:228px;border-color:#0080807a;background:linear-gradient(145deg,#fffffffc,#f6fbfcfa),radial-gradient(circle at 18% 18%,rgba(11,111,184,.12),transparent 30%);box-shadow:0 22px 50px #0f28411c}.nvis-coming-soon-grid{display:grid;grid-template-columns:repeat(4,minmax(170px,1fr));gap:13px;align-items:stretch}.nvis-coming-soon-grid .nvis-module-card{min-height:140px;padding:16px;border-style:dashed;background:#f8fafc;box-shadow:none;opacity:.68}.nvis-coming-soon-grid .nvis-module-symbol{width:42px;height:42px;border-radius:13px;font-size:13px}.nvis-coming-soon-grid .nvis-module-card strong{margin-top:12px;font-size:17px}.nvis-coming-soon-grid .nvis-module-card small{font-size:12px;line-height:1.55}@media(max-width:1180px){.nvis-active-modules,.nvis-coming-soon-grid{grid-template-columns:1fr 1fr}}.nvis-screen-gl-dashboard .nvis-page-header{min-height:58px;padding:13px 18px;border:1px solid rgba(160,178,197,.24);background:linear-gradient(90deg,#fff,#f7fbff)}.nvis-screen-gl-dashboard .nvis-page-header h2{font-size:23px;margin-bottom:3px}.nvis-screen-gl-dashboard .nvis-page-header p{font-size:12px}.gl-dashboard-v1{gap:12px}.gl-dashboard-v1 .gl-dashboard-intro{min-height:56px;padding:10px 16px;border-radius:14px;background:linear-gradient(90deg,#061a31fa,#09294bfa),radial-gradient(circle at 16% 18%,rgba(227,169,64,.16),transparent 30%);box-shadow:0 12px 28px #07182b1c}.gl-dashboard-v1 .gl-dashboard-intro h3{font-size:23px;letter-spacing:0;margin:2px 0}.gl-dashboard-v1 .gl-dashboard-intro p{margin:0;font-size:12px}.gl-dashboard-v1 .gl-period-chip{padding:6px 10px;border-radius:12px}.gl-dashboard-v1 .gl-quick-access{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.gl-dashboard-v1 .gl-quick-access button{min-height:76px;display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;column-gap:10px;padding:12px 14px;border:1px solid rgba(160,178,197,.32);border-radius:13px;background:linear-gradient(180deg,#fff,#f9fbfe);color:#0d2743;text-align:right;box-shadow:0 8px 20px #142b4509;cursor:pointer}.gl-dashboard-v1 .gl-quick-access button:hover{border-color:#007c9157;box-shadow:0 12px 26px #142b4512}.gl-dashboard-v1 .gl-quick-icon{grid-row:span 2;width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:#007c911a;color:var(--nvis-blue)}.gl-dashboard-v1 .gl-quick-icon svg{width:18px;height:18px;stroke-width:2.2}.gl-dashboard-v1 .gl-quick-access strong{font-size:13px;line-height:1.2}.gl-dashboard-v1 .gl-quick-access small{color:#6d8196;font-size:11px}.gl-dashboard-v1 .gl-kpi-row{gap:10px}.gl-dashboard-v1 .gl-kpi-card{position:relative;min-height:132px;padding:15px 16px;border-radius:13px;overflow:hidden;box-shadow:0 10px 28px #142b450e;display:grid;grid-template-rows:34px auto auto auto;align-content:start}.gl-dashboard-v1 .gl-kpi-card:before{content:"";position:absolute;inset-inline-start:0;top:0;bottom:0;width:4px;background:var(--nvis-blue)}.gl-dashboard-v1 .gl-kpi-card.debit:before{background:#16a34a}.gl-dashboard-v1 .gl-kpi-card.credit:before{background:#dc2626}.gl-dashboard-v1 .gl-kpi-card.balance:before{background:var(--nvis-gold)}.gl-dashboard-v1 .gl-kpi-card.neutral:before{background:#0b6fb8}.gl-dashboard-v1 .gl-kpi-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:11px;background:#f3f8fc;color:var(--nvis-blue)}.gl-dashboard-v1 .gl-kpi-icon svg{width:18px;height:18px;stroke-width:2.25}.gl-dashboard-v1 .gl-kpi-card strong{margin:8px 0 5px;font-size:25px;line-height:1.15;min-height:31px}.gl-dashboard-v1 .gl-kpi-title{color:#28435f;margin-top:8px;font-size:12px;font-weight:900}.gl-dashboard-v1 .gl-kpi-card small{font-size:12px;min-height:18px;color:#61778f;font-weight:850}.gl-dashboard-v1 .gl-dashboard-panels{grid-template-columns:minmax(0,1.45fr) minmax(300px,.8fr);gap:12px}.gl-dashboard-v1 .gl-panel{border-radius:14px;box-shadow:0 10px 28px #142b450b}.gl-dashboard-v1 .gl-panel header{min-height:48px;padding:0 14px;background:linear-gradient(90deg,#fff,#f8fbfd)}.gl-dashboard-v1 .gl-panel header h4{margin:0 0 2px;font-size:15px}.gl-dashboard-v1 .gl-panel header small{color:#6f8296;font-size:11px;font-weight:900}.gl-dashboard-v1 .gl-panel-action{border:1px solid rgba(0,124,145,.28);background:#fff;color:var(--nvis-blue);border-radius:9px;min-height:29px;padding:0 11px;font-weight:900;cursor:pointer}.gl-dashboard-v1 .gl-table th,.gl-dashboard-v1 .gl-table td{padding:8px 10px;font-size:12px}.gl-dashboard-v1 .gl-table th{background:#eef4f9;color:#203b58;font-weight:900}.gl-dashboard-v1 .gl-table td:nth-child(5),.gl-dashboard-v1 .gl-table td:nth-child(6){direction:ltr;text-align:right;font-weight:850}.gl-dashboard-v1 .gl-note-cell{max-width:270px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gl-dashboard-v1 .gl-rank-item{min-height:50px;grid-template-columns:30px minmax(0,1fr) auto;padding:7px 12px}.gl-dashboard-v1 .gl-rank-item b{width:25px;height:25px;border-radius:8px;background:#f4e9d6;color:#9b6a1d}.gl-dashboard-v1 .gl-rank-item em{font-size:12px;min-width:112px;direction:ltr;text-align:left;color:#09284a}@media(max-width:1360px){.gl-dashboard-v1 .gl-quick-access{grid-template-columns:repeat(3,minmax(0,1fr))}.gl-dashboard-v1 .gl-dashboard-panels{grid-template-columns:1fr}}.nvis-screen-einvoice{--einvoice-navy: #08213e;--einvoice-blue: #0b4f8a;--einvoice-teal: #0b7a75;--einvoice-gold: #d59a24;--einvoice-line: #dfe8f1;--einvoice-soft: #f6f9fc}.sales-invoice-list-screen.nvis-screen-einvoice,.sales-invoice-form-screen.nvis-screen-einvoice{margin-top:0;border:1px solid rgba(160,178,197,.34);border-radius:18px;background:#fff;box-shadow:0 16px 42px #142b4512;padding:14px}.sales-invoice-list-screen.nvis-screen-einvoice{display:grid;gap:8px}.nvis-screen-einvoice .sales-invoice-primary-actions,.nvis-screen-einvoice .sales-invoice-head-badges{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.nvis-screen-einvoice button,.nvis-screen-einvoice .standard-grid-actions button,.nvis-screen-einvoice .list-pager button,.nvis-screen-einvoice .journal-more-filters summary{min-height:34px;padding:0 13px;border:1px solid #cbd8e4;border-radius:10px;background:#fff;color:#31506f;font-weight:900;cursor:pointer}.nvis-screen-einvoice button.action-primary{border-color:var(--einvoice-blue);background:var(--einvoice-blue);color:#fff}.nvis-screen-einvoice button.action-success{border-color:#0b8a62;background:#0b8a62;color:#fff}.nvis-screen-einvoice button.action-warning{border-color:var(--einvoice-gold);background:#fff8e8;color:#9a6408}.nvis-screen-einvoice button.action-outline{border-color:#b8d6df;background:#fff;color:#0b6f78}.nvis-screen-einvoice button.action-neutral{border-color:#d4dce5;background:#fff;color:#42566c}.nvis-screen-einvoice button:disabled{border-color:#d4dce5!important;background:#f4f7fa!important;color:#8a99aa!important;cursor:default}.nvis-screen-einvoice .sales-invoice-list-page-header{min-height:52px;padding:10px 12px;gap:10px}.nvis-screen-einvoice .sales-invoice-list-page-header .journal-list-title h2{margin:0;font-size:21px}.nvis-screen-einvoice .sales-invoice-list-page-header .journal-list-quick-stats{gap:6px}.nvis-screen-einvoice .sales-invoice-list-page-header .journal-list-quick-stats span{min-height:28px;padding:4px 8px;font-size:11px}.nvis-screen-einvoice .sales-invoice-list-control-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:end;padding:7px 9px;border:1px solid var(--einvoice-line);border-radius:14px;background:#fff}.nvis-screen-einvoice .sales-invoice-standard-filters{grid-template-columns:minmax(260px,1fr) 132px 150px 132px 132px auto auto auto;padding:0;border:0;border-radius:0;background:transparent;align-items:end;gap:7px}.nvis-screen-einvoice .sales-invoice-standard-filters label,.nvis-screen-einvoice .sales-invoice-standard-filters .sales-invoice-search-filter{min-width:0;grid-column:auto}.nvis-screen-einvoice .journal-more-filters{position:relative}.nvis-screen-einvoice .journal-more-filters summary{list-style:none;display:inline-flex;align-items:center}.nvis-screen-einvoice .journal-more-filters summary::-webkit-details-marker{display:none}.nvis-screen-einvoice .journal-more-filters[open] div{position:absolute;top:calc(100% + 6px);left:0;z-index:25;width:280px;display:grid;gap:8px;padding:10px;border:1px solid #dbe5ee;border-radius:12px;background:#fff;box-shadow:0 18px 36px #08213c24}.nvis-screen-einvoice .journal-list-side-actions{display:flex;gap:7px;align-items:end}.nvis-screen-einvoice .standard-grid-saved-panel{border:1px solid var(--einvoice-line);border-radius:12px;background:#fff}.nvis-screen-einvoice .journal-list-report-meta{border-color:var(--einvoice-line);border-radius:13px;min-height:30px;padding:5px 8px}.nvis-screen-einvoice .journal-list-wrap{max-height:calc(100vh - 242px);min-height:calc(100vh - 302px);border:1px solid var(--einvoice-line);border-radius:14px;background:#fff}.nvis-screen-einvoice .sales-invoice-list-table{min-width:1900px}.nvis-screen-einvoice .sales-invoice-list-table th{position:sticky;top:0;z-index:2;height:38px;border-color:#d8e3ee;background:#eaf1f8;color:var(--einvoice-navy);font-size:12px;font-weight:950}.nvis-screen-einvoice .sales-invoice-list-table td{height:34px;border-color:#e1e9f1}.nvis-screen-einvoice .sales-invoice-list-table tr.selected-row td{background:#eaf7f4;box-shadow:inset -4px 0 0 var(--einvoice-teal)}.nvis-screen-einvoice .sales-invoice-list-table .grid-sort-button{min-height:28px;display:inline-flex;align-items:center;justify-content:center;gap:5px;border:0;background:transparent;color:var(--einvoice-navy);box-shadow:none}.nvis-screen-einvoice .sales-invoice-list-table .grid-sort-button small{display:inline;color:var(--einvoice-teal);font-size:10px;line-height:1}.nvis-screen-einvoice .journal-open-link{min-height:24px;border:0;background:transparent;color:var(--einvoice-blue);text-decoration:underline;font-weight:950}.nvis-screen-einvoice .invoice-clear-badge,.nvis-screen-einvoice .invoice-type-badge,.nvis-screen-einvoice .invoice-form-status{width:auto;min-height:24px;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:950;white-space:nowrap}.sales-invoice-form-screen.nvis-screen-einvoice{min-height:calc(100vh - 126px);gap:10px;background:#fff}.nvis-screen-einvoice .sales-invoice-form-toolbar{gap:8px;padding:10px 12px;border:1px solid var(--einvoice-line);border-radius:14px;background:var(--einvoice-soft)}.nvis-screen-einvoice .sales-invoice-form-head{min-height:62px;padding:12px 16px;border:1px solid var(--einvoice-line);border-radius:15px;background:linear-gradient(90deg,#fff,#f7fbff)}.nvis-screen-einvoice .sales-invoice-form-head strong{color:var(--einvoice-navy);font-size:22px;font-weight:950}.nvis-screen-einvoice .sales-invoice-form-head span{color:#6d8196}.nvis-screen-einvoice .sales-invoice-head-badges{max-width:52%}.nvis-screen-einvoice .sales-invoice-status-strip{display:flex;flex-wrap:wrap;gap:7px}.nvis-screen-einvoice .sales-invoice-status-strip span{min-height:42px;min-width:150px;border:1px solid var(--einvoice-line);border-radius:13px;background:#fff;color:#6d8196}.nvis-screen-einvoice .sales-invoice-status-strip b{color:var(--einvoice-navy)}.nvis-screen-einvoice .sales-invoice-status-strip .active{border-color:#b7e4cf;background:#f1fbf6}.nvis-screen-einvoice .sales-invoice-overview-grid,.nvis-screen-einvoice .sales-invoice-form-grid{gap:10px;padding:12px;border:1px solid var(--einvoice-line);border-radius:15px;background:#fff}.nvis-screen-einvoice .sales-invoice-overview-grid{grid-template-columns:repeat(6,minmax(130px,1fr))}.nvis-screen-einvoice .sales-invoice-overview-grid label.wide,.nvis-screen-einvoice .sales-invoice-customer-lookup.wide{grid-column:span 2}.nvis-screen-einvoice .sales-invoice-overview-grid input,.nvis-screen-einvoice .sales-invoice-overview-grid select,.nvis-screen-einvoice .sales-invoice-form-grid input,.nvis-screen-einvoice .sales-invoice-form-grid select{min-height:34px;border:1px solid #d1deea;border-radius:10px;background:#fff;color:var(--einvoice-navy)}.nvis-screen-einvoice .sales-invoice-section-title{border:0;border-radius:12px;background:#eaf1f8;color:var(--einvoice-navy);padding:8px 10px}.nvis-screen-einvoice .sales-invoice-tabs{gap:6px;padding:0;border-bottom:1px solid var(--einvoice-line);background:transparent}.nvis-screen-einvoice .sales-invoice-tabs button{min-height:39px;min-width:124px;border:1px solid #d7e3ee;border-bottom:0;border-radius:12px 12px 0 0;background:#f6f9fc;color:#31506f}.nvis-screen-einvoice .sales-invoice-tabs button.active{top:1px;border-color:var(--einvoice-teal);background:#fff;color:var(--einvoice-teal);box-shadow:inset 0 3px 0 var(--einvoice-gold)}.nvis-screen-einvoice .sales-invoice-tab-panel{border:1px solid var(--einvoice-line);border-top:0;border-radius:0 0 15px 15px;min-height:370px}.nvis-screen-einvoice .sales-invoice-lines-editor,.nvis-screen-einvoice .sales-invoice-actions-panel,.nvis-screen-einvoice .sales-invoice-report-preview{border-color:var(--einvoice-line);border-radius:15px;background:#fff}.nvis-screen-einvoice .sales-invoice-lines-title{min-height:50px;padding:9px 12px;border-color:var(--einvoice-line);background:#f8fbfe}.nvis-screen-einvoice .sales-invoice-detail-lines-wrap{height:min(48vh,460px);border-color:var(--einvoice-line);border-radius:0 0 15px 15px}.nvis-screen-einvoice .sales-invoice-detail-lines th{position:sticky;top:0;z-index:2;height:36px;background:#eaf1f8;color:var(--einvoice-navy);border-color:#d8e3ee;font-weight:950}.nvis-screen-einvoice .sales-invoice-detail-lines td{border-color:#e1e9f1}.nvis-screen-einvoice .sales-invoice-form-totals{justify-content:flex-end;gap:8px;padding:10px 12px;border:1px solid var(--einvoice-line);border-radius:14px;background:#f8fbfe}.nvis-screen-einvoice .sales-invoice-form-totals span{min-width:160px;border-color:var(--einvoice-line);border-radius:12px}.nvis-screen-einvoice .invoice-journal-inline table th,.nvis-screen-einvoice .invoice-journal-inline table td{border-color:#e1e9f1}@media(max-width:1180px){.nvis-screen-einvoice .sales-invoice-standard-filters,.nvis-screen-einvoice .sales-invoice-overview-grid,.nvis-screen-einvoice .sales-invoice-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.nvis-screen-einvoice .sales-invoice-list-control-row,.nvis-screen-einvoice .sales-invoice-list-page-header{grid-template-columns:1fr}.nvis-screen-einvoice .sales-invoice-head-badges{max-width:none;justify-content:flex-start}}.nvis-screen-einvoice .sales-invoice-form-toolbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:flex-start;gap:8px;min-height:48px;padding:7px 10px}.nvis-screen-einvoice .sales-invoice-more-actions{position:relative}.nvis-screen-einvoice .sales-invoice-more-actions summary{min-height:34px;padding:7px 13px;border:1px solid #d4dce5;border-radius:10px;background:#fff;color:#42566c;font-weight:900;cursor:pointer;list-style:none}.nvis-screen-einvoice .sales-invoice-more-actions summary::-webkit-details-marker{display:none}.nvis-screen-einvoice .sales-invoice-more-actions[open] div{position:absolute;top:calc(100% + 6px);left:0;z-index:30;width:220px;display:grid;gap:6px;padding:9px;border:1px solid #dbe5ee;border-radius:12px;background:#fff;box-shadow:0 18px 36px #08213c24}.nvis-screen-einvoice .sales-invoice-form-head{min-height:52px;padding:10px 13px}.nvis-screen-einvoice .sales-invoice-form-head strong{font-size:19px}.nvis-screen-einvoice .invoice-clear-badge.locked{border:1px solid #fed7aa;background:#fff7ed;color:#9a3412}.nvis-screen-einvoice .invoice-clear-badge.draft{border:1px solid #bfdbfe;background:#eff6ff;color:#1d4ed8}.nvis-screen-einvoice .sales-invoice-summary-strip{display:grid;grid-template-columns:repeat(6,minmax(120px,1fr));gap:6px;padding:6px;border:1px solid var(--einvoice-line);border-radius:14px;background:#f8fbfe}.nvis-screen-einvoice .sales-invoice-summary-strip span{min-width:0;display:grid;gap:2px;padding:6px 8px;border:1px solid #e1e9f1;border-radius:11px;background:#fff;color:#6d8196;font-size:11px;font-weight:850}.nvis-screen-einvoice .sales-invoice-summary-strip b{overflow:hidden;color:var(--einvoice-navy);font-size:12px;font-weight:950;text-overflow:ellipsis;white-space:nowrap}.nvis-screen-einvoice .sales-invoice-header-card{grid-template-columns:repeat(4,minmax(160px,1fr));padding:9px 10px;gap:8px}.nvis-screen-einvoice .sales-invoice-tabs{align-items:end;border-bottom:1px solid #cfdce8;gap:5px}.nvis-screen-einvoice .sales-invoice-tabs button{position:relative;min-height:38px;padding-inline:14px;border-radius:13px 13px 0 0}.nvis-screen-einvoice .sales-invoice-tabs button.active:after{content:"";position:absolute;right:16px;left:16px;bottom:0;height:4px;border-radius:999px 999px 0 0;background:var(--einvoice-gold)}.nvis-screen-einvoice .sales-invoice-lines-title{position:relative}.nvis-screen-einvoice .nvis-column-picker{position:absolute;top:58px;left:14px;z-index:35;width:min(820px,calc(100vw - 60px));max-height:min(74vh,620px);display:grid;gap:10px;overflow:auto;padding:12px;border:1px solid #d7e3ee;border-radius:16px;background:#fff;box-shadow:0 26px 56px #08213c2e}.nvis-screen-einvoice .nvis-column-picker-head,.nvis-screen-einvoice .nvis-column-picker-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center;justify-content:space-between}.nvis-screen-einvoice .nvis-column-picker-head div{display:grid;gap:2px}.nvis-screen-einvoice .nvis-column-picker-head strong{color:var(--einvoice-navy);font-size:16px}.nvis-screen-einvoice .nvis-column-picker-head span{color:#6d8196;font-size:12px;font-weight:800}.nvis-screen-einvoice .nvis-column-picker>input{width:100%;min-height:36px;padding:0 12px;border:1px solid #d1deea;border-radius:11px;color:var(--einvoice-navy)}.nvis-screen-einvoice .nvis-column-picker-actions{justify-content:flex-start;padding:7px;border:1px solid #e8eef5;border-radius:12px;background:#fbfdff}.nvis-screen-einvoice .nvis-column-picker-groups{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.nvis-screen-einvoice .nvis-column-picker-groups section{display:grid;align-content:start;gap:6px;padding:10px;border:1px solid #e1e9f1;border-radius:13px;background:#f8fbfe}.nvis-screen-einvoice .nvis-column-picker-groups section>strong{display:flex;align-items:center;justify-content:space-between;gap:8px;color:var(--einvoice-navy);font-size:13px}.nvis-screen-einvoice .nvis-column-picker-groups section>strong small{padding:2px 7px;border-radius:999px;background:#edf7ff;color:var(--einvoice-blue);font-size:10px}.nvis-screen-einvoice .nvis-column-picker-groups label{min-height:34px;display:grid;grid-template-columns:auto 1fr;gap:8px;align-items:center;padding:7px 8px;border:1px solid #e1e9f1;border-radius:10px;background:#fff;cursor:pointer}.nvis-screen-einvoice .nvis-column-picker-groups label span{display:grid;color:#21364d;font-weight:900}.nvis-screen-einvoice .nvis-column-picker-groups label small{color:#7c8ca0;font-size:10px}.nvis-screen-einvoice .sales-invoice-detail-lines th{background:#eaf1f8;color:var(--einvoice-navy);letter-spacing:0;border-bottom:1px solid #cfdce8}.nvis-screen-einvoice .sales-invoice-detail-lines td:empty:after{content:"-";color:#a7b4c2}.nvis-screen-einvoice .sales-invoice-detail-lines .number-cell,.nvis-screen-einvoice .sales-invoice-form-totals b{direction:ltr;unicode-bidi:isolate}.nvis-screen-einvoice .sales-invoice-detail-lines .negative-money,.nvis-screen-einvoice .sales-invoice-form-totals .negative-money{color:#b42318}.nvis-screen-einvoice .invoice-customer-status-bar{margin-bottom:10px}.nvis-screen-einvoice .invoice-customer-warning{margin-bottom:10px;padding:9px 11px;border:1px solid #fed7aa;border-radius:12px;background:#fff7ed;color:#9a3412}.nvis-screen-einvoice .invoice-customer-warning ul{margin:6px 18px 0 0}.nvis-screen-einvoice .zatca-technical-summary{display:grid;gap:10px;padding:12px}.nvis-screen-einvoice .zatca-technical-head{display:flex;gap:12px;align-items:center;justify-content:space-between;padding:12px;border:1px solid var(--einvoice-line);border-radius:14px;background:#f8fbfe}.nvis-screen-einvoice .zatca-technical-head div{display:grid;gap:3px}.nvis-screen-einvoice .zatca-technical-head strong{color:var(--einvoice-navy);font-size:17px}.nvis-screen-einvoice .zatca-technical-head span{color:#6d8196;font-weight:800}.nvis-screen-einvoice .zatca-technical-badges{display:flex;flex-wrap:wrap;gap:7px}.nvis-screen-einvoice .zatca-technical-badges span{padding:6px 10px;border-radius:999px;font-size:12px;font-weight:950}.nvis-screen-einvoice .zatca-technical-badges .cleared{background:#ecfdf3;color:#087443}.nvis-screen-einvoice .zatca-technical-badges .not-cleared{background:#f4f7fa;color:#667085}.nvis-screen-einvoice .zatca-technical-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.nvis-screen-einvoice .zatca-technical-item{min-width:0;display:grid;gap:6px;padding:10px;border:1px solid #e1e9f1;border-radius:13px;background:#fff}.nvis-screen-einvoice .zatca-technical-item.wide{grid-column:span 2}.nvis-screen-einvoice .zatca-technical-item span{display:flex;gap:6px;align-items:baseline;justify-content:space-between;color:#31506f;font-weight:900}.nvis-screen-einvoice .zatca-technical-item small{color:#7c8ca0;font-size:10px}.nvis-screen-einvoice .zatca-technical-item code{overflow:hidden;color:var(--einvoice-navy);font-family:Consolas,Courier New,monospace;font-size:12px;direction:ltr;text-align:left;text-overflow:ellipsis;white-space:nowrap}.nvis-screen-einvoice .copy-technical-value{justify-self:start;min-height:28px;padding:0 10px}.nvis-screen-einvoice .invoice-journal-inline tfoot td{background:#f0fdf4;color:#075f3c;font-weight:950}.nvis-screen-einvoice .sales-invoice-print-groups{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.nvis-screen-einvoice .sales-invoice-print-group{display:grid;gap:8px;padding:10px;border:1px solid #e1e9f1;border-radius:14px;background:#f8fbfe}.nvis-screen-einvoice .sales-invoice-print-group h4{margin:0;color:var(--einvoice-navy);font-size:14px}.nvis-screen-einvoice .sales-invoice-print-group>div{display:grid;gap:8px}.nvis-screen-einvoice .sales-invoice-print-option{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center;min-height:92px;padding:9px;border:1px solid #dfe8f1;border-radius:13px;background:#fff}.nvis-screen-einvoice .sales-invoice-print-option.missing{opacity:.72}.nvis-screen-einvoice .sales-invoice-print-option div:first-child{min-width:0;display:grid;gap:3px}.nvis-screen-einvoice .sales-invoice-print-option strong{color:var(--einvoice-navy);font-size:13px}.nvis-screen-einvoice .sales-invoice-print-option span{color:#475d74;font-size:11px;line-height:1.5}.nvis-screen-einvoice .sales-invoice-print-option small{overflow:hidden;color:#8b9aad;font-size:10px;direction:ltr;text-align:right;text-overflow:ellipsis;white-space:nowrap}.nvis-screen-einvoice .sales-invoice-print-option-actions{display:flex;gap:6px}.nvis-screen-einvoice .sales-invoice-actions-intro{padding:10px 12px}.nvis-screen-einvoice select{appearance:none;background-color:#fff;background-image:linear-gradient(45deg,transparent 50%,#0b4f8a 50%),linear-gradient(135deg,#0b4f8a 50%,transparent 50%);background-position:left 15px center,left 9px center;background-repeat:no-repeat;background-size:6px 6px,6px 6px;padding-left:32px}.nvis-screen-einvoice button.action-danger{border-color:#fecaca;background:#fff7f7;color:#b42318}.nvis-screen-einvoice button.action-danger:hover:not(:disabled){border-color:#ef4444;background:#fee2e2}.nvis-screen-einvoice.sales-invoice-list-screen{gap:7px;padding:9px 10px 10px}.nvis-screen-einvoice .sales-invoice-list-page-header{min-height:58px;padding:8px 10px;grid-template-columns:minmax(260px,1fr) auto auto;align-items:center;gap:10px}.nvis-screen-einvoice .sales-invoice-list-page-header .journal-list-title{gap:2px}.nvis-screen-einvoice .sales-invoice-list-page-header .journal-list-title h2{font-size:20px}.nvis-screen-einvoice .sales-invoice-list-page-header .journal-list-title p{margin:0;font-size:12px}.nvis-screen-einvoice .sales-invoice-list-page-header .journal-list-quick-stats{gap:5px}.nvis-screen-einvoice .sales-invoice-list-page-header .journal-list-quick-stats span{min-height:34px;padding:5px 8px;font-size:11px}.nvis-screen-einvoice .sales-invoice-primary-actions{gap:6px}.nvis-screen-einvoice .standard-grid-saved-panel{margin:0;border-radius:12px}.nvis-screen-einvoice .standard-grid-saved-panel summary{min-height:34px;padding:7px 10px}.nvis-screen-einvoice .standard-grid-saved-views{padding:8px;gap:8px}.nvis-screen-einvoice .sales-invoice-list-control-row{gap:7px}.nvis-screen-einvoice .sales-invoice-standard-filters{min-height:50px;padding:8px;gap:7px;grid-template-columns:minmax(280px,1.45fr) repeat(4,minmax(120px,.8fr)) auto auto auto}.nvis-screen-einvoice .sales-invoice-standard-filters label,.nvis-screen-einvoice .sales-invoice-standard-filters .sales-invoice-search-filter{gap:3px}.nvis-screen-einvoice .sales-invoice-standard-filters input,.nvis-screen-einvoice .sales-invoice-standard-filters select{min-height:34px}.nvis-screen-einvoice .journal-list-side-actions{align-self:stretch;display:flex;align-items:center}.nvis-screen-einvoice .journal-list-side-actions button{min-height:34px}.nvis-screen-einvoice .journal-list-report-meta{min-height:38px;padding:6px 8px}.nvis-screen-einvoice .interactive-result-wrap.journal-list-grid-wrap{min-height:calc(100vh - 255px)}.nvis-screen-einvoice .sales-invoice-form-screen,.sales-invoice-form-screen.nvis-screen-einvoice{gap:8px;padding:8px 10px 10px}.nvis-screen-einvoice .sales-invoice-form-toolbar{min-height:44px;padding:6px 9px;border-radius:13px}.nvis-screen-einvoice .sales-invoice-form-toolbar button{min-height:34px}.nvis-screen-einvoice .sales-invoice-form-head{min-height:46px;padding:8px 11px;gap:10px}.nvis-screen-einvoice .sales-invoice-form-head strong{font-size:18px}.nvis-screen-einvoice .sales-invoice-head-badges{gap:5px}.nvis-screen-einvoice .sales-invoice-head-badges .nvis-status-badge{min-height:28px;padding:5px 9px}.nvis-screen-einvoice .sales-invoice-summary-strip{padding:5px;gap:5px}.nvis-screen-einvoice .sales-invoice-summary-strip span{min-height:44px;padding:5px 7px}.nvis-screen-einvoice .sales-invoice-header-card{padding:8px}.nvis-screen-einvoice .sales-invoice-tabs{gap:0;padding:0 6px;border:1px solid var(--einvoice-line);border-radius:14px 14px 0 0;background:#f8fbfe}.nvis-screen-einvoice .sales-invoice-tabs button{min-height:36px;min-width:112px;border:0;border-radius:0;background:transparent;box-shadow:none}.nvis-screen-einvoice .sales-invoice-tabs button.active{background:#fff;color:var(--einvoice-navy);box-shadow:none}.nvis-screen-einvoice .sales-invoice-tabs button.active:after{right:12px;left:12px;bottom:0;height:3px}.nvis-screen-einvoice .sales-invoice-tab-panel{min-height:330px;padding:8px}.nvis-screen-einvoice .sales-invoice-lines-title{min-height:42px;padding:7px 9px}.nvis-screen-einvoice .sales-invoice-line-tools button{min-height:32px}.nvis-screen-einvoice .sales-invoice-detail-lines-wrap{height:min(54vh,520px)}.nvis-screen-einvoice .sales-invoice-detail-lines th{height:33px;background:#e7eff7;border-bottom:1px solid #c4d3e1;color:#0b2f5b;font-size:12px}.nvis-screen-einvoice .sales-invoice-detail-lines td{height:34px;padding:4px}.nvis-screen-einvoice .sales-invoice-detail-lines input,.nvis-screen-einvoice .sales-invoice-detail-lines select{min-height:29px}.nvis-screen-einvoice .sales-invoice-line-actions{width:70px;min-width:70px}.nvis-screen-einvoice .sales-invoice-form-totals{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:stretch;gap:0;padding:7px 10px;border-radius:12px;background:#0b2f5b;color:#dbeafe}.nvis-screen-einvoice .sales-invoice-form-totals span{min-width:128px;border:0;border-left:1px solid rgba(255,255,255,.14);border-radius:0;background:transparent;color:#c6d5e6}.nvis-screen-einvoice .sales-invoice-form-totals span:last-child{border-left:0}.nvis-screen-einvoice .sales-invoice-form-totals b{color:#fff}.nvis-screen-einvoice .invoice-customer-status-bar,.nvis-screen-einvoice .invoice-journal-title,.nvis-screen-einvoice .zatca-technical-head{padding:9px 10px;border-radius:12px}.nvis-screen-einvoice .invoice-customer-warning{padding:8px 10px;margin-bottom:8px}.nvis-screen-einvoice .invoice-customer-grid{grid-template-columns:repeat(4,minmax(150px,1fr));gap:8px;padding:9px}.nvis-screen-einvoice .invoice-customer-grid label{min-height:58px}.nvis-screen-einvoice .zatca-technical-summary{gap:8px;padding:8px}.nvis-screen-einvoice .zatca-technical-item{padding:8px;border-radius:11px}.nvis-screen-einvoice .sales-invoice-print-groups{gap:8px}.nvis-screen-einvoice .sales-invoice-print-group{gap:6px;padding:9px}.nvis-screen-einvoice .sales-invoice-print-option{min-height:76px;padding:8px}.nvis-screen-einvoice .sales-invoice-list-page-header{grid-template-columns:minmax(360px,1fr) auto auto;min-height:50px;border-radius:14px;background:#fff}.nvis-screen-einvoice .sales-invoice-list-page-header .journal-list-quick-stats{align-self:center}.nvis-screen-einvoice .sales-invoice-standard-filters{grid-template-columns:minmax(300px,1.7fr) minmax(118px,.7fr) minmax(140px,.8fr) minmax(112px,.7fr) minmax(112px,.7fr) auto auto auto auto auto;align-items:end}.nvis-screen-einvoice .sales-invoice-filter-columns{position:relative}.nvis-screen-einvoice .sales-invoice-filter-columns summary,.nvis-screen-einvoice .journal-more-filters summary{min-height:34px;display:inline-flex;align-items:center;justify-content:center;padding:0 12px;border:1px solid #d1deea;border-radius:10px;background:#fff;color:#0b4f8a;font-weight:900;cursor:pointer;white-space:nowrap}.nvis-screen-einvoice .sales-invoice-filter-columns[open]>div,.nvis-screen-einvoice .journal-more-filters[open]>div{position:absolute;top:calc(100% + 6px);left:0;z-index:40;min-width:280px;max-height:420px;overflow:auto;padding:10px;border:1px solid #dbe5ee;border-radius:14px;background:#fff;box-shadow:0 22px 46px #08213c29}.nvis-screen-einvoice .sales-invoice-filter-columns label{display:flex;gap:7px;align-items:center;min-height:30px;padding:5px 4px;color:#21364d;font-size:12px}.nvis-screen-einvoice .sales-invoice-filter-columns small{display:block;color:#8b9aad;font-size:10px}.nvis-screen-einvoice .standard-grid-saved-panel{order:4}.nvis-screen-einvoice .journal-list-report-meta{order:5}.nvis-screen-einvoice .sales-invoice-form-head{border-radius:14px 14px 0 0}.nvis-screen-einvoice .sales-invoice-summary-strip{border-radius:0;border-top:0}.nvis-screen-einvoice .sales-invoice-form-toolbar{position:relative;top:auto;border-radius:0 0 14px 14px;border-top:0}.nvis-screen-einvoice .invoice-info-field{min-width:0;display:grid;gap:5px;min-height:54px;padding:8px 10px;border:1px solid #e1e9f1;border-radius:12px;background:#fff}.nvis-screen-einvoice .invoice-info-field.wide{grid-column:span 2}.nvis-screen-einvoice .invoice-info-field>span{display:flex;align-items:baseline;justify-content:space-between;gap:8px;color:#56708c;font-size:11px;font-weight:900}.nvis-screen-einvoice .invoice-info-field small{color:#92a3b5;font-size:10px}.nvis-screen-einvoice .invoice-info-field b{overflow:hidden;color:#0b2f5b;font-size:13px;font-weight:950;text-overflow:ellipsis;white-space:nowrap}.nvis-screen-einvoice .invoice-cell-display{min-width:0;display:grid;gap:2px;align-content:center;min-height:28px;color:#20364d;font-weight:850}.nvis-screen-einvoice .invoice-cell-display span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nvis-screen-einvoice .invoice-cell-display small{overflow:hidden;color:#6d8196;font-size:10px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.nvis-screen-einvoice .invoice-cell-display.wide span{white-space:normal}.nvis-screen-einvoice .sales-invoice-detail-lines tbody tr:not(.selected-invoice-line){background:#fff}.nvis-screen-einvoice .sales-invoice-detail-lines td:has(.invoice-cell-display){background:#fff}.nvis-screen-einvoice .sales-invoice-detail-lines .invoice-cell-display.number-cell,.nvis-screen-einvoice .sales-invoice-detail-lines td.number-cell{text-align:left;direction:ltr}.nvis-screen-einvoice .sales-invoice-detail-lines input:not([type=checkbox]),.nvis-screen-einvoice .sales-invoice-detail-lines select{border-color:#cfdce8;background:#fdfefe}@media(max-width:1180px){.nvis-screen-einvoice .sales-invoice-summary-strip,.nvis-screen-einvoice .sales-invoice-header-card,.nvis-screen-einvoice .zatca-technical-grid,.nvis-screen-einvoice .sales-invoice-print-groups,.nvis-screen-einvoice .nvis-column-picker-groups{grid-template-columns:repeat(2,minmax(0,1fr))}}.einvoice-list-page{display:flex;flex-direction:column;gap:8px;padding:10px 12px 14px;min-height:calc(100vh - 132px)}.einvoice-list-header,.einvoice-detail-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 14px;background:linear-gradient(135deg,#fff,#f7fbff);border:1px solid #d8e3ee;border-radius:14px;box-shadow:0 10px 24px #0f2b4d0f}.einvoice-list-title,.einvoice-detail-title{display:grid;gap:3px;min-width:0}.einvoice-list-title h2,.einvoice-detail-title strong{margin:0;color:#082348;font-size:22px;font-weight:850;line-height:1.25}.einvoice-list-title p,.einvoice-detail-title span{margin:0;color:#64748b;font-size:12px}.einvoice-list-actions,.einvoice-detail-toolbar{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.einvoice-list-filterbar{border:1px solid #d8e3ee;border-radius:12px;background:#fff;padding:8px}.einvoice-list-filterbar .sales-invoice-standard-filters{display:grid;grid-template-columns:minmax(320px,1.8fr) 150px 170px 132px 132px auto auto auto auto auto;gap:8px;align-items:end;margin:0}.einvoice-list-filterbar label{min-width:0}.einvoice-list-filterbar label>span{font-size:11px;color:#35516f;margin-bottom:3px}.einvoice-list-filterbar input,.einvoice-list-filterbar select{height:34px;border-radius:9px;border-color:#cbd8e7;background-color:#fff}.einvoice-list-filterbar button,.einvoice-list-filterbar summary{min-height:34px;border-radius:9px;white-space:nowrap}.einvoice-list-filterbar .sales-invoice-filter-columns summary,.einvoice-list-filterbar .journal-more-filters summary{min-width:82px;text-align:center}.einvoice-saved-views{align-self:flex-start;margin:0}.einvoice-saved-views summary{min-height:30px;padding:5px 10px;border-radius:9px;border:1px solid #d8e3ee;background:#f8fbff;color:#17345b;font-weight:750}.einvoice-list-statusline{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:6px 2px;color:#52657c;font-size:12px}.einvoice-list-statusline .report-page-stats{flex:1;min-width:360px}.einvoice-list-totals{color:#0f766e;font-weight:750}.einvoice-list-grid{flex:1;min-height:420px;border:1px solid #d8e3ee;border-radius:12px;background:#fff}.einvoice-list-grid .sales-invoice-list-table thead th{position:sticky;top:0;z-index:2;background:#edf3f8}.einvoice-detail-page{display:flex;flex-direction:column;gap:10px;padding:10px 12px 14px}.einvoice-detail-header{align-items:flex-start}.einvoice-status-row{display:flex;align-items:center;justify-content:flex-end;gap:7px;flex-wrap:wrap}.einvoice-summary-strip{display:grid;grid-template-columns:repeat(6,minmax(140px,1fr));gap:0;overflow:hidden;border:1px solid #d8e3ee;border-radius:12px;background:#fff}.einvoice-summary-strip span{display:grid;gap:3px;padding:8px 10px;border-inline-start:1px solid #e5edf5;color:#64748b;font-size:11px}.einvoice-summary-strip span:last-child{border-inline-start:0}.einvoice-summary-strip b{color:#082348;font-size:13px;font-weight:850;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.einvoice-detail-toolbar{justify-content:flex-start;padding:8px 10px;border:1px solid #d8e3ee;border-radius:12px;background:#fff}.einvoice-detail-toolbar button,.einvoice-detail-toolbar summary{min-height:34px;border-radius:9px}.einvoice-detail-toolbar .invoice-form-status{margin-inline-start:auto;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:800}.einvoice-edit-header-card{padding:12px;border:1px solid #d8e3ee;border-radius:14px;background:#f8fbff}.einvoice-tabs{display:flex;align-items:center;gap:4px;border:1px solid #d8e3ee;border-radius:12px;padding:4px;background:#fff;overflow-x:auto}.einvoice-tabs button{border:0;background:transparent;color:#334e68;min-height:36px;padding:7px 14px;border-radius:9px;font-weight:800;white-space:nowrap;position:relative}.einvoice-tabs button.active{background:#eaf3ff;color:#082348;box-shadow:inset 0 -3px #d9a331}.nvis-screen-einvoice .sales-invoice-tab-panel{border:1px solid #d8e3ee;border-radius:14px;background:#fff;padding:10px;box-shadow:0 10px 24px #0f2b4d0a}.nvis-screen-einvoice .sales-invoice-lines-editor{border:0;box-shadow:none;background:transparent}.nvis-screen-einvoice .sales-invoice-lines-title{padding:4px 2px 10px;border:0}.nvis-screen-einvoice .sales-invoice-lines-title strong{color:#082348;font-size:16px}.nvis-screen-einvoice .sales-invoice-detail-lines-wrap{border:1px solid #d8e3ee;border-radius:12px;overflow:auto;background:#fff}.nvis-screen-einvoice .sales-invoice-detail-lines th{position:sticky;top:0;z-index:2;background:#eaf1f8;color:#082348;font-weight:850;border-color:#d5e1ec}.nvis-screen-einvoice .sales-invoice-detail-lines td{background:#fff;border-color:#e1e9f2;vertical-align:top}.nvis-screen-einvoice .sales-invoice-detail-lines tbody tr:hover td{background:#f7fbff}.nvis-screen-einvoice .invoice-cell-display{background:transparent;border:0;padding:0;min-height:22px}.nvis-screen-einvoice .invoice-cell-display span{color:#102a43}.nvis-screen-einvoice .invoice-cell-display small{color:#64748b;font-size:10px}.nvis-screen-einvoice .sales-invoice-detail-lines input:not([type=checkbox]),.nvis-screen-einvoice .sales-invoice-detail-lines select{min-height:30px;border-radius:8px;background:#fff}.nvis-screen-einvoice .sales-invoice-form-totals{margin-top:8px;display:grid;grid-template-columns:repeat(7,minmax(110px,1fr));gap:0;padding:0;border:1px solid #d8e3ee;border-radius:12px;overflow:hidden;background:#fff}.nvis-screen-einvoice .sales-invoice-form-totals span{display:grid;gap:3px;padding:8px 10px;border-inline-start:1px solid #e5edf5;color:#64748b}.nvis-screen-einvoice .sales-invoice-form-totals span:last-child{border-inline-start:0}.nvis-screen-einvoice .sales-invoice-form-totals b{color:#082348;font-size:14px;font-weight:850}.einvoice-read-sections,.invoice-line-details-view{display:grid;gap:10px}.einvoice-info-section{border:1px solid #d8e3ee;border-radius:12px;background:#fff;overflow:hidden}.einvoice-info-section h3{margin:0;padding:9px 12px;color:#082348;background:#f2f7fb;border-bottom:1px solid #d8e3ee;font-size:14px;font-weight:850}.einvoice-keyvalue-grid{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));gap:0}.einvoice-keyvalue{min-width:0;display:grid;gap:4px;padding:9px 11px;border-inline-start:1px solid #e5edf5;border-bottom:1px solid #edf2f7}.einvoice-keyvalue.wide{grid-column:span 2}.einvoice-keyvalue span{color:#64748b;font-size:11px;font-weight:750}.einvoice-keyvalue small{margin-inline-start:5px;color:#8aa0b8;font-size:9px}.einvoice-keyvalue b,.einvoice-keyvalue code{color:#102a43;font-size:13px;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.einvoice-keyvalue.mono b{direction:ltr;text-align:left;font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,monospace}.invoice-line-details-inline{border:1px solid #d8e3ee;border-radius:12px;background:#f8fbff;padding:10px;margin-bottom:8px}.invoice-line-details-inline-head{padding-bottom:8px;margin-bottom:8px;border-bottom:1px solid #d8e3ee}.invoice-line-details-grid{background:transparent}.zatca-technical-summary{border:0;background:transparent;padding:0}.zatca-technical-grid{grid-template-columns:repeat(4,minmax(160px,1fr))}.zatca-technical-item{border-radius:10px}.sales-invoice-print-groups{gap:10px}.sales-invoice-print-group,.sales-invoice-print-option{border-radius:12px}.sales-invoice-print-option strong{font-size:13px}.sales-invoice-print-option small{color:#8aa0b8;font-size:10px}@media(max-width:1400px){.einvoice-list-filterbar .sales-invoice-standard-filters{grid-template-columns:minmax(260px,1fr) repeat(4,minmax(120px,150px)) repeat(5,auto)}.einvoice-summary-strip,.einvoice-keyvalue-grid,.zatca-technical-grid{grid-template-columns:repeat(3,minmax(150px,1fr))}.nvis-screen-einvoice .sales-invoice-form-totals{grid-template-columns:repeat(4,minmax(110px,1fr))}}.nvis-screen-einvoice{--einvoice-view-label-size: 11.5px;--einvoice-view-value-size: 13px;--einvoice-view-label-color: #52657c;--einvoice-view-value-color: #102a43}.einvoice-list-compact-head,.einvoice-detail-compact-head{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:44px;padding:2px 2px 4px;background:transparent;border:0;box-shadow:none}.einvoice-list-compact-title,.einvoice-detail-compact-title{display:flex;align-items:baseline;gap:10px;min-width:0}.einvoice-list-compact-title strong,.einvoice-detail-compact-title strong{color:#082348;font-size:18px;font-weight:850;line-height:1.25;white-space:nowrap}.einvoice-list-compact-title span,.einvoice-detail-compact-title span{color:#60748c;font-size:12px;font-weight:650;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nvis-screen-einvoice.einvoice-list-page,.nvis-screen-einvoice.einvoice-detail-page{gap:7px;padding-top:7px}.nvis-screen-einvoice .einvoice-list-filterbar{padding:6px;border-radius:10px}.nvis-screen-einvoice .einvoice-list-statusline{padding-block:3px}.nvis-screen-einvoice .einvoice-summary-strip{border-radius:10px}.nvis-screen-einvoice .einvoice-summary-strip span{padding:6px 9px;color:var(--einvoice-view-label-color);font-size:var(--einvoice-view-label-size);font-weight:700}.nvis-screen-einvoice .einvoice-summary-strip b{color:var(--einvoice-view-value-color);font-size:var(--einvoice-view-value-size);font-weight:800;line-height:1.35}.nvis-screen-einvoice .einvoice-detail-toolbar{padding:6px 8px;border-radius:10px}.nvis-screen-einvoice .einvoice-tabs{border-radius:10px;padding:3px}.nvis-screen-einvoice .einvoice-tabs button{min-height:32px;padding:6px 12px;font-size:13px}.nvis-screen-einvoice .sales-invoice-tab-panel{padding:9px;border-radius:12px}.nvis-screen-einvoice .invoice-cell-display span,.nvis-screen-einvoice .einvoice-keyvalue b,.nvis-screen-einvoice .einvoice-keyvalue code,.nvis-screen-einvoice .zatca-technical-item code{color:var(--einvoice-view-value-color);font-size:var(--einvoice-view-value-size);font-weight:800;line-height:1.42}.nvis-screen-einvoice .invoice-cell-display small,.nvis-screen-einvoice .einvoice-keyvalue span,.nvis-screen-einvoice .zatca-technical-item span{color:var(--einvoice-view-label-color);font-size:var(--einvoice-view-label-size);font-weight:700;line-height:1.35}.nvis-screen-einvoice .einvoice-keyvalue small,.nvis-screen-einvoice .zatca-technical-item small{color:#8aa0b8;font-size:9.5px;font-weight:650}.nvis-screen-einvoice .invoice-cell-display.wide span,.nvis-screen-einvoice .einvoice-read-sections .einvoice-keyvalue b,.nvis-screen-einvoice .einvoice-read-sections .einvoice-keyvalue code,.nvis-screen-einvoice .zatca-technical-item code{overflow:visible;text-overflow:clip;white-space:normal}.nvis-screen-einvoice .invoice-customer-wide-layout{display:grid;grid-template-columns:1fr;gap:10px}.nvis-screen-einvoice .invoice-customer-wide-layout .einvoice-info-section{width:100%}.nvis-screen-einvoice .invoice-customer-wide-layout .einvoice-info-section h3{padding:8px 12px;font-size:14px}.nvis-screen-einvoice .invoice-customer-wide-layout .einvoice-keyvalue-grid{grid-template-columns:repeat(3,minmax(220px,1fr))}.nvis-screen-einvoice .invoice-customer-wide-layout .einvoice-keyvalue{padding:10px 12px;min-height:58px}.nvis-screen-einvoice .invoice-customer-wide-layout .einvoice-keyvalue.wide{grid-column:span 2}.nvis-screen-einvoice .invoice-customer-primary-section .einvoice-keyvalue.wide,.nvis-screen-einvoice .invoice-customer-address-section .einvoice-keyvalue.wide,.nvis-screen-einvoice .invoice-customer-contact-section .einvoice-keyvalue.wide{grid-column:span 3}.nvis-screen-einvoice .invoice-customer-status-bar{padding:8px 10px;border-radius:10px}.nvis-screen-einvoice .invoice-customer-status-bar strong{font-size:13px}.nvis-screen-einvoice .invoice-customer-status-bar span{font-size:12px;line-height:1.4}.nvis-screen-einvoice .invoice-customer-warning{margin-block:8px;padding:8px 10px;border-radius:10px}.nvis-screen-einvoice .zatca-technical-summary{font-size:13px}.nvis-screen-einvoice .zatca-technical-grid{gap:8px}.nvis-screen-einvoice .zatca-technical-item{padding:9px 10px;min-height:58px}@media(max-width:1400px){.nvis-screen-einvoice .invoice-customer-wide-layout .einvoice-keyvalue-grid{grid-template-columns:repeat(2,minmax(220px,1fr))}.nvis-screen-einvoice .invoice-customer-primary-section .einvoice-keyvalue.wide,.nvis-screen-einvoice .invoice-customer-address-section .einvoice-keyvalue.wide,.nvis-screen-einvoice .invoice-customer-contact-section .einvoice-keyvalue.wide{grid-column:span 2}.einvoice-list-compact-title,.einvoice-detail-compact-title{align-items:flex-start;flex-direction:column;gap:2px}}.nvis-inquiry-screen.account-movement-screen{display:flex;flex-direction:column;gap:8px;min-height:calc(100vh - 128px);margin:0;padding:8px 10px 12px;background:#f5f8fb}.account-movement-head{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:42px;padding:0 2px}.account-movement-head>div:first-child{display:grid;gap:2px;min-width:0}.account-movement-head strong{color:#082348;font-size:20px;font-weight:850;line-height:1.2}.account-movement-head span{color:#60748c;font-size:12px;font-weight:650}.account-movement-head small{display:inline-flex;align-items:center;min-height:18px;margin-inline-start:6px;padding:1px 7px;border:1px solid #d8e3ee;border-radius:999px;background:#f8fbff;color:#60748c;font-size:10.5px;font-weight:800;letter-spacing:0;vertical-align:middle}.account-movement-head b{display:block;max-width:min(720px,55vw);overflow:hidden;color:#0b3f75;font-size:13px;font-weight:800;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.account-movement-toolbar{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.account-movement-toolbar button,.account-movement-filters button{min-height:34px;border-radius:9px}.account-movement-filters{display:grid;grid-template-columns:minmax(360px,1fr) 148px 148px minmax(460px,auto);align-items:end;gap:8px;padding:7px;border:1px solid #d8e3ee;border-radius:12px;background:#fff;box-shadow:0 8px 20px #0f2b4d0a}.account-movement-filters label{display:grid;gap:3px;min-width:0}.account-movement-filters label>span{color:#35516f;font-size:11.5px;font-weight:800}.account-movement-filters input{min-height:34px;border-color:#cbd8e7;border-radius:9px;background:#fff;color:#102a43;font-size:13px;font-weight:700}.account-movement-filters .lookup-field{min-width:0}.account-movement-filters .filter-actions{display:flex;align-items:end;gap:7px;flex-wrap:wrap;justify-content:flex-end}.account-movement-filters button.action-primary{border-color:#082348;background:#082348;color:#fff;box-shadow:0 8px 18px #08234829}.account-movement-filters button.action-primary:hover{background:#0d3766}.account-movement-filters button.action-secondary,.account-movement-more summary{border-color:#b9c8d9;background:#fff;color:#17345b}.account-movement-filters button.action-secondary:hover,.account-movement-more summary:hover{border-color:#0b63b6;background:#f3f8ff;color:#0b3f75}.account-movement-filters button.account-movement-clear{border-color:#d8e3ee;background:#f8fbff;color:#52657c}.account-movement-more{position:relative}.account-movement-more summary{display:inline-flex;align-items:center;justify-content:center;min-height:34px;min-width:76px;padding:0 12px;border:1px solid #b9c8d9;border-radius:9px;background:#fff;color:#17345b;font-weight:800;cursor:pointer;list-style:none}.account-movement-more summary::-webkit-details-marker{display:none}.account-movement-more[open] summary{border-color:#0f766e;background:#f1fbf8}.account-movement-more div{position:absolute;inset-block-start:calc(100% + 6px);inset-inline-end:0;z-index:12;display:grid;gap:6px;width:280px;padding:10px;border:1px solid #d8e3ee;border-radius:10px;background:#fff;color:#52657c;box-shadow:0 16px 34px #08234829}.account-movement-more div span{font-size:12px;font-weight:700;line-height:1.45}.account-movement-summary{display:grid;grid-template-columns:repeat(5,minmax(140px,1fr));gap:0;overflow:hidden;border:1px solid #d8e3ee;border-radius:12px;background:#fff}.account-movement-summary div{display:grid;gap:3px;min-height:54px;padding:8px 11px;border-inline-start:1px solid #e5edf5;background:linear-gradient(180deg,#fff,#f8fbff)}.account-movement-summary div:last-child{border-inline-start:0}.account-movement-summary span{color:#6a7d93;font-size:11px;font-weight:700}.account-movement-summary strong{direction:ltr;color:#082348;font-size:15.5px;font-weight:900;line-height:1.25;text-align:right;unicode-bidi:isolate}.account-movement-summary strong.negative-money,.account-movement-table .negative-money{color:#b42318}.account-movement-statusline,.account-movement-pagination{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:2px 4px;color:#52657c;font-size:12px;font-weight:700}.account-movement-statusline b,.account-movement-pagination span{color:#17345b;font-weight:800}.account-movement-wrap{flex:1;min-height:430px;max-height:calc(100vh - 330px);overflow:auto;border:1px solid #d8e3ee;border-radius:12px;background:#fff}.account-movement-table{min-width:1220px;table-layout:fixed}.account-movement-table thead th{position:sticky;top:0;z-index:2;height:34px;border-color:#d5e1ec;background:#e7eff8;color:#082348;font-size:12px;font-weight:900;text-align:center}.account-movement-table td{height:34px;border-color:#e1e9f2;color:#102a43;font-size:12px;font-weight:650;vertical-align:middle}.account-movement-table tbody tr:hover td{background:#f4f9ff}.account-movement-table tbody tr.negative-row td{background:#fff8f8}.account-movement-table tbody tr.selected-row td,.account-movement-table tbody tr.selected-row:hover td{background:#e8f4ff;box-shadow:inset 3px 0 #0b63b6,inset 0 1px #bfd8f2,inset 0 -1px #bfd8f2}.account-movement-table th:nth-child(1),.account-movement-table td:nth-child(1){width:110px;text-align:center}.account-movement-table th:nth-child(2),.account-movement-table td:nth-child(2),.account-movement-table th:nth-child(3),.account-movement-table td:nth-child(3){width:95px;text-align:center}.account-movement-table th:nth-child(4),.account-movement-table td:nth-child(4){width:150px;text-align:center}.account-movement-table th:nth-child(6),.account-movement-table td:nth-child(6),.account-movement-table th:nth-child(7),.account-movement-table td:nth-child(7),.account-movement-table th:nth-child(8),.account-movement-table td:nth-child(8){width:130px;direction:ltr;text-align:right;unicode-bidi:isolate;font-variant-numeric:tabular-nums}.account-movement-table .journal-open-link{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:0 7px;border:0;border-radius:7px;background:transparent;color:#0b63b6;font-size:12px;font-weight:850;line-height:1;text-decoration:none}.account-movement-table .journal-open-link:hover{background:#e8f4ff;color:#082348}.account-movement-notes{min-width:430px;overflow:hidden;text-align:right;text-overflow:ellipsis;white-space:nowrap}.account-movement-table .debit-cell{color:#0757a8;font-weight:800}.account-movement-table .credit-cell{color:#8a1f11;font-weight:800}.account-movement-table .balance-cell{color:#082348;font-weight:900}.account-movement-table .negative-row .balance-cell{color:#b42318}.account-movement-pagination{justify-content:flex-end}.account-movement-pagination button{min-height:30px;border-radius:8px}.account-movement-account-dialog.nvis-lov-dialog{width:min(900px,calc(100vw - 42px));max-height:min(660px,calc(100vh - 40px));overflow:hidden;border:1px solid #cbd8e7;border-radius:14px;background:#fff;box-shadow:0 24px 60px #08234838}.account-movement-account-dialog .lookup-dialog-title{padding:12px 14px;border-bottom:1px solid #d8e3ee;background:linear-gradient(135deg,#082348,#0d3766);color:#fff}.account-movement-account-dialog .lookup-dialog-title strong{color:#fff;font-size:16px}.account-movement-account-dialog .lookup-dialog-search{grid-template-columns:1fr auto minmax(220px,auto);padding:9px 12px;background:#f8fbff}.account-movement-account-dialog .lookup-dialog-search input{min-height:36px;border-radius:9px;font-size:13px}.account-movement-account-dialog .lookup-results-wrap{max-height:min(430px,calc(100vh - 230px));padding:0;background:#fff}.account-movement-account-dialog .lookup-results th{position:sticky;top:0;z-index:1;background:#eaf1f8;color:#082348}.account-movement-account-dialog .lookup-results tr.selected-row td{background:#dff6ef;color:#082348;font-weight:850}.account-movement-account-dialog .lookup-dialog-actions{justify-content:flex-end;padding:7px 12px;background:#f8fbff}@media(max-width:1100px){.account-movement-head{align-items:flex-start;flex-direction:column}.account-movement-filters{grid-template-columns:1fr 1fr}.account-movement-summary{grid-template-columns:repeat(2,minmax(150px,1fr))}}
