/* Pivoteka ERP 2.26.0.19 — unified Financialik workspace */
:root{
  --fc-ink:#15271f;
  --fc-muted:#66776e;
  --fc-line:#dbe5df;
  --fc-line-strong:#c9d7cf;
  --fc-surface:#ffffff;
  --fc-surface-soft:#f6faf7;
  --fc-surface-tint:#eef5f1;
  --fc-green:#22845a;
  --fc-green-dark:#176a48;
  --fc-green-soft:#e4f5eb;
  --fc-red:#b94740;
  --fc-red-soft:#fdebea;
  --fc-blue:#4667b3;
  --fc-blue-soft:#eaf0ff;
  --fc-orange:#9a6b15;
  --fc-orange-soft:#fff3d6;
  --fc-purple:#7651aa;
  --fc-purple-soft:#f0eafd;
  --fc-shadow:0 14px 38px rgba(23,50,37,.10);
}

/* The finance route is one continuous workspace, not stacked disconnected cards. */
.fc-workspace{
  position:relative;
  min-height:calc(100vh - 112px);
  margin:0;
  padding:24px;
  color:var(--fc-ink)!important;
  background:linear-gradient(180deg,#fbfdfc 0%,#f4f8f6 100%);
  border:1px solid rgba(205,219,211,.85);
  border-radius:22px;
  box-shadow:var(--fc-shadow);
  overflow:visible;
}
.fc-workspace *, .fc-entry-window *, .fc-settings-dialog *{box-sizing:border-box}
.fc-workspace h2,.fc-workspace h3,.fc-workspace p,.fc-workspace small,
.fc-workspace span,.fc-workspace label,.fc-workspace th,.fc-workspace td,
.fc-entry-window h3,.fc-entry-window p,.fc-entry-window span,.fc-entry-window label,
.fc-settings-dialog h3,.fc-settings-dialog p,.fc-settings-dialog span,.fc-settings-dialog label{
  text-shadow:none!important;opacity:1!important;
}

.fc-hero{
  display:flex;align-items:flex-start;justify-content:space-between;gap:24px;
  padding:2px 0 20px;border-bottom:1px solid var(--fc-line);
}
.fc-hero>div{min-width:0}
.fc-hero small{display:block;color:var(--fc-green)!important;font-size:11px!important;font-weight:900;letter-spacing:.075em;text-transform:uppercase}
.fc-hero h2{margin:6px 0 4px!important;color:var(--fc-ink)!important;font-size:34px;line-height:1.05;font-weight:900;letter-spacing:-.025em}
.fc-hero p{margin:0!important;color:var(--fc-muted)!important;font-size:14px!important;line-height:1.45}
.fc-new-operation{
  flex:none;display:inline-flex;align-items:center;justify-content:center;gap:9px;
  min-height:44px;padding:0 18px;border:1px solid var(--fc-green);border-radius:12px;
  background:linear-gradient(180deg,#2a9164,#217d57);color:#fff!important;
  box-shadow:0 9px 20px rgba(34,132,90,.22);font-size:13px;font-weight:900;cursor:pointer;
}
.fc-new-operation:hover{filter:brightness(1.04);transform:translateY(-1px)}
.fc-new-operation:active{transform:translateY(0)}

.fc-context-block{padding:17px 0 15px;border-bottom:1px solid var(--fc-line)}
.fc-context-row{display:flex;align-items:flex-end;gap:12px;flex-wrap:wrap}
.fc-selected-summary{min-width:220px;flex:1;padding:0 2px}
.fc-selected-summary small{display:block;color:var(--fc-muted)!important;font-size:11px!important;font-weight:800;margin-bottom:4px}
.fc-selected-summary strong{display:block;color:var(--fc-ink)!important;font-size:15px;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.fc-context-field{display:flex;flex-direction:column;gap:5px;min-width:190px}
.fc-context-field span,.fc-form-grid label>span,.fc-comment-field>span{
  color:#40544a!important;font-size:11px!important;font-weight:850;letter-spacing:.01em;
}
.fc-workspace .input,.fc-workspace .select,.fc-entry-window .input,.fc-entry-window .select,
.fc-settings-dialog .input,.fc-settings-dialog .select{
  min-height:39px;width:100%;border:1px solid var(--fc-line-strong)!important;border-radius:10px!important;
  background:#fff!important;color:var(--fc-ink)!important;padding:8px 10px!important;
  font-size:13px!important;font-weight:700!important;box-shadow:none!important;outline:none!important;color-scheme:light!important;
}
.fc-workspace .input:focus,.fc-workspace .select:focus,.fc-entry-window .input:focus,.fc-entry-window .select:focus,
.fc-settings-dialog .input:focus,.fc-settings-dialog .select:focus{
  border-color:#58a17e!important;box-shadow:0 0 0 3px rgba(34,132,90,.13)!important;
}
.fc-workspace option,.fc-entry-window option,.fc-settings-dialog option{background:#fff!important;color:var(--fc-ink)!important}
.fc-settings-btn{
  min-height:39px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 13px;
  border:1px solid var(--fc-line-strong);border-radius:10px;background:#fff;color:#294338!important;
  font-size:12px;font-weight:850;cursor:pointer;
}
.fc-settings-btn:hover{border-color:#7baa91;background:#f3faf6}
.fc-point-picker{display:flex;align-items:center;gap:7px;overflow:auto;margin-top:13px;padding:1px 1px 5px;scrollbar-width:thin}
.fc-point-picker button{
  flex:none;min-height:34px;padding:0 13px;border:1px solid #d4dfd9;border-radius:999px;
  background:#fff;color:#344a3f!important;font-size:12px;font-weight:850;white-space:nowrap;cursor:pointer;
  transition:.14s ease;
}
.fc-point-picker button:hover{border-color:#79ad91;background:#f2faf5;color:#1e6546!important}
.fc-point-picker button.active{
  border-color:var(--fc-green);background:var(--fc-green);color:#fff!important;
  box-shadow:0 5px 13px rgba(34,132,90,.20);
}

.fc-kpi-grid{display:grid;grid-template-columns:repeat(5,minmax(150px,1fr));gap:11px;padding:16px 0}
.fc-kpi-card{
  min-height:92px;display:flex;align-items:center;gap:12px;padding:15px 14px;
  border:1px solid var(--fc-line);border-radius:15px;background:rgba(255,255,255,.94);
  box-shadow:0 5px 15px rgba(27,58,43,.045);
}
.fc-kpi-icon{flex:none;width:35px;height:35px;display:grid;place-items:center;border-radius:11px;font-size:18px;font-weight:900}
.fc-kpi-card div{min-width:0}
.fc-kpi-card small{display:block;color:#5e7167!important;font-size:11px!important;font-weight:850}
.fc-kpi-card b{display:block;margin:5px 0 2px;color:var(--fc-ink)!important;font-size:21px;line-height:1.05;font-weight:900;white-space:nowrap}
.fc-kpi-card em{display:block;color:#84928a!important;font-size:10px;font-style:normal;font-weight:650;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.fc-kpi-card.is-income .fc-kpi-icon{background:var(--fc-green-soft);color:var(--fc-green)}
.fc-kpi-card.is-expense .fc-kpi-icon{background:var(--fc-red-soft);color:var(--fc-red)}
.fc-kpi-card.is-result .fc-kpi-icon{background:var(--fc-blue-soft);color:var(--fc-blue)}
.fc-kpi-card.is-cash .fc-kpi-icon{background:var(--fc-purple-soft);color:var(--fc-purple)}
.fc-kpi-card.is-bank .fc-kpi-icon{background:var(--fc-orange-soft);color:var(--fc-orange)}
.fc-kpi-card.is-broker .fc-kpi-icon{background:#e8f3ff;color:#356f9b}

.fc-ledger-section{
  border:1px solid var(--fc-line);border-radius:16px;background:#fff;overflow:visible;
  box-shadow:0 7px 20px rgba(25,56,41,.045);
}
.fc-ledger-toolbar{
  min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:14px;
  padding:9px 13px;border-bottom:1px solid var(--fc-line);background:#fbfdfc;border-radius:16px 16px 0 0;
}
.fc-tabs{display:flex;gap:5px;overflow:auto;min-width:0;scrollbar-width:none}
.fc-tabs::-webkit-scrollbar{display:none}
.fc-tabs button{
  flex:none;min-height:35px;padding:0 12px;border:1px solid transparent;border-radius:9px;
  background:transparent;color:#50635a!important;font-size:12px;font-weight:850;white-space:nowrap;cursor:pointer;
}
.fc-tabs button:hover{background:#eef6f1;color:#246b4b!important}
.fc-tabs button.active{background:var(--fc-green);color:#fff!important;box-shadow:0 4px 10px rgba(34,132,90,.17)}
.fc-tools{display:flex;align-items:center;gap:7px;flex:none}
.fc-search{height:36px;width:min(270px,24vw);display:flex;align-items:center;gap:6px;padding:0 10px;border:1px solid var(--fc-line-strong);border-radius:9px;background:#fff}
.fc-search span{color:#74867c!important;font-size:18px}
.fc-search input{min-width:0;width:100%;border:0;outline:0;background:transparent;color:var(--fc-ink);font-size:12px;font-weight:700}
.fc-search input::placeholder{color:#87958e}
.fc-tool-btn{
  position:relative;height:36px;min-width:36px;padding:0 10px;border:1px solid var(--fc-line-strong);border-radius:9px;
  background:#fff;color:#3b5146!important;font-size:12px;font-weight:850;cursor:pointer;
}
.fc-tool-btn:hover,.fc-tool-btn.active{border-color:#77aa8e;background:#f0f8f3;color:#1f6d4a!important}
.fc-tool-btn i{position:absolute;right:5px;top:5px;width:6px;height:6px;border-radius:50%;background:var(--fc-green)}
.fc-filter-anchor{position:relative}
.fc-filter-popover{
  position:absolute;z-index:100;right:0;top:42px;min-width:205px;padding:8px;
  border:1px solid var(--fc-line);border-radius:12px;background:#fff;box-shadow:0 16px 38px rgba(23,50,37,.18);
}
.fc-filter-popover button{display:flex;width:100%;align-items:center;justify-content:space-between;border:0;border-radius:8px;background:#fff;color:#344b40!important;padding:9px 10px;font-size:12px;font-weight:800;cursor:pointer;text-align:left}
.fc-filter-popover button:hover,.fc-filter-popover button.active{background:#edf7f1;color:#1b6c48!important}

.fc-ledger-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:14px 15px 11px;background:#fff}
.fc-ledger-heading h3{margin:0 0 3px!important;color:var(--fc-ink)!important;font-size:17px;font-weight:900}
.fc-ledger-heading p{margin:0!important;color:var(--fc-muted)!important;font-size:11px!important;line-height:1.4}
.fc-ledger-wrap{max-height:calc(100vh - 455px);min-height:300px;overflow:auto;border-top:1px solid #edf2ef;background:#fff}
.finance-ledger{width:100%;min-width:1440px;border-collapse:separate;border-spacing:0;font-size:12px}
.finance-ledger thead th{
  position:sticky;top:0;z-index:5;padding:11px 10px;border-bottom:1px solid #cbd8d1;border-right:1px solid rgba(218,228,222,.65);
  background:linear-gradient(180deg,#edf4f0 0%,#e8f0eb 100%)!important;color:#20372b!important;
  font-size:11px;font-weight:950;letter-spacing:.018em;text-align:left;white-space:nowrap;
}
.finance-ledger thead th:last-child{border-right:0}
.finance-ledger tbody td{
  padding:10px;border-bottom:1px solid #e7eeea;background:#fff!important;color:#294036!important;
  font-size:12px;font-weight:680;vertical-align:middle;
}
.finance-ledger tbody tr:nth-child(even) td{background:#fcfdfc!important}
.finance-ledger tbody tr:hover td{background:#f2f8f4!important}
.finance-ledger tbody tr.is-payroll td{background:#f0faf4!important}
.finance-ledger tbody tr.is-payroll:hover td{background:#e8f6ee!important}
.fc-date{white-space:nowrap;color:#31483d!important;font-weight:850!important}
.fc-operation{min-width:220px}
.fc-operation b{display:block;color:#172b21!important;font-size:12px;font-weight:900;line-height:1.25}
.fc-operation small{display:block;max-width:300px;margin-top:3px;color:#738178!important;font-size:10px!important;font-weight:650;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.fc-point-cell{min-width:170px;color:#344d40!important;font-weight:800!important}
.fc-category-cell{min-width:145px;color:#334a3e!important;font-weight:750!important}
.fc-wallet-cell{min-width:170px;color:#334b3f!important;font-weight:750!important}
.fc-transfer-arrow{display:inline-block;margin:0 5px;color:var(--fc-blue)!important;font-weight:950}
.fc-number{text-align:right!important;white-space:nowrap;font-size:13px!important;font-weight:950!important;font-variant-numeric:tabular-nums}
.fc-number.in,.finance-ledger .in{color:#157d50!important}
.fc-number.out,.finance-ledger .out{color:#b3433c!important}
.fc-kind,.fc-tax,.fc-status{
  display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:4px 9px;border-radius:999px;
  font-size:10px;font-weight:950;line-height:1;white-space:nowrap;border:1px solid transparent;
}
.fc-kind.income{background:var(--fc-green-soft);color:#166c48;border-color:#c8e9d5}
.fc-kind.expense{background:var(--fc-red-soft);color:#a43f38;border-color:#f4d3d0}
.fc-kind.transfer{background:var(--fc-blue-soft);color:#425fa3;border-color:#d3def9}
.fc-kind.adjustment{background:var(--fc-orange-soft);color:#866013;border-color:#f0dfb5}
.fc-kind.unknown{background:#edf1ef;color:#64736b;border-color:#dde5e0}
.fc-tax.taxable{background:#e7f5ec;color:#176b48}.fc-tax.non_taxable{background:#efe9fb;color:#684b99}.fc-tax.internal{background:#edf1f3;color:#526069}.fc-tax.unknown{background:#f1f3f2;color:#65716a}
.fc-status.confirmed,.fc-status.reconciled{background:#e3f5ea;color:#147149;border-color:#cbe8d6}
.fc-status.draft{background:#f0f2f1;color:#66736c;border-color:#dde2df}
.fc-status.review{background:#fff3d7;color:#8b651a;border-color:#f0dfb4}
.fc-status.unclassified{background:#fdebdc;color:#9a5424;border-color:#f4d5bd}
.fc-status.corrected{background:#fff1d7;color:#966916;border-color:#efd9a7}
.fc-status.cancelled{background:#fde7e5;color:#a13d36;border-color:#f2cfcc}
.fc-actions-cell{width:78px;text-align:center!important;white-space:nowrap}
.fc-menu-btn{width:31px;height:31px;border:1px solid #cedbd4;border-radius:8px;background:#fff;color:#354d40!important;font-weight:950;cursor:pointer;vertical-align:middle}.fc-menu-btn+.fc-menu-btn{margin-left:4px}
.fc-menu-btn:hover{background:#edf7f1;border-color:#7daf93}
.fc-allocation-details{min-width:145px}
.fc-allocation-details summary{cursor:pointer;color:#31493d!important;font-weight:850;white-space:nowrap}
.fc-allocation-details div{display:flex;justify-content:space-between;gap:10px;padding:5px 0;border-bottom:1px solid #e8efeb}
.fc-allocation-details div span,.fc-allocation-details div b{color:#30483c!important;font-size:11px}
.fc-empty{padding:34px!important;text-align:center!important;color:#76857d!important;font-size:12px!important;font-weight:700!important}
.fc-pagination{
  min-height:53px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 14px;
  border-top:1px solid var(--fc-line);background:#fbfdfc;border-radius:0 0 16px 16px;color:#687970!important;font-size:11px;font-weight:700;
}
.fc-page-buttons{display:flex;align-items:center;gap:4px;margin-left:auto}
.fc-page-buttons button{min-width:31px;height:31px;border:1px solid #d1ddd6;border-radius:8px;background:#fff;color:#3b5145!important;font-size:11px;font-weight:850;cursor:pointer}
.fc-page-buttons button:hover:not(:disabled){border-color:#79aa8f;background:#f1f8f4}
.fc-page-buttons button.active{background:var(--fc-green);border-color:var(--fc-green);color:#fff!important}
.fc-page-buttons button:disabled{opacity:.42;cursor:not-allowed}
.fc-page-buttons span{padding:0 3px;color:#8a9891!important}
.fc-pagination>label{display:flex;align-items:center;gap:7px;white-space:nowrap;color:#687970!important}
.fc-pagination .select{min-height:31px!important;width:64px!important;padding:4px 7px!important;font-size:11px!important}

.fc-wallet-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px;padding:14px}
.fc-subpanel{border:1px solid var(--fc-line);border-radius:13px;background:#fff;overflow:hidden}
.fc-subpanel-head{padding:14px;border-bottom:1px solid var(--fc-line);background:#fbfdfc}
.fc-subpanel-head h3{margin:0 0 3px!important;color:var(--fc-ink)!important;font-size:15px;font-weight:900}
.fc-subpanel-head p{margin:0!important;color:var(--fc-muted)!important;font-size:11px!important}
.fc-wallet-group{border-bottom:1px solid #e6ede9}
.fc-wallet-group summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;color:#274237!important;font-size:12px;font-weight:900;cursor:pointer}
.fc-wallet-group>div{display:grid;grid-template-columns:1fr 105px 120px;gap:9px;padding:8px 14px;background:#f8fbf9;border-top:1px solid #e9efec;color:#334b3e!important;font-size:11px}
.fc-wallet-group>div small{color:#74837b!important}.fc-wallet-group>div b{text-align:right;color:#1e3329!important}
.fc-wallet{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 14px;border-bottom:1px solid #e6ede9}
.fc-wallet span b{display:block;color:#20372c!important;font-size:12px;font-weight:900}
.fc-wallet span small{display:block;margin-top:3px;color:#77857e!important;font-size:10px!important}
.fc-wallet strong{color:#1f342a!important;font-size:13px;font-weight:950;white-space:nowrap}
.fc-loan{display:grid;grid-template-columns:1fr 180px 220px;gap:14px;padding:13px 15px;border-bottom:1px solid #e5ede8;color:#334b3e!important;font-size:12px}
.fc-loan b{display:block;margin-top:3px;color:#1e3329!important;font-size:13px;font-weight:900}.fc-loan small{color:#75847c!important;font-size:10px!important}

/* Lightweight floating quick-entry window: no backdrop and no table resize. */
.fc-entry-window{
  position:fixed;z-index:9800;width:min(610px,calc(100vw - 24px));max-height:calc(100vh - 84px);
  display:flex;flex-direction:column;border:1px solid #c8d7cf;border-radius:16px;background:#fff;
  box-shadow:0 24px 70px rgba(8,31,20,.30),0 2px 7px rgba(8,31,20,.12);overflow:hidden;
  resize:both;min-width:470px;min-height:460px;
}
.fc-window-head{
  flex:none;display:flex;align-items:flex-start;gap:10px;padding:13px 14px;border-bottom:1px solid var(--fc-line);
  background:linear-gradient(180deg,#fbfdfc,#f4f8f6);cursor:move;user-select:none;touch-action:none;
}
.fc-grab{flex:none;margin-top:1px;color:#87978e!important;font-size:17px;line-height:1}
.fc-window-head>div:nth-child(2){min-width:0;flex:1}
.fc-window-head h3{margin:0 0 3px!important;color:var(--fc-ink)!important;font-size:16px;font-weight:950}
.fc-window-head p{margin:0!important;color:#6f8077!important;font-size:10px!important;font-weight:650}
.fc-window-close{flex:none;width:30px;height:30px;border:1px solid #d4dfd9;border-radius:8px;background:#fff;color:#50645a!important;font-size:20px;line-height:1;cursor:pointer}
.fc-window-close:hover{border-color:#e2a7a2;background:#fff2f1;color:#9e4039!important}
.fc-entry-body{flex:1;overflow:auto;padding:13px 14px;background:#fff}
.fc-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.fc-form-grid label,.fc-comment-field{display:flex;flex-direction:column;gap:5px;min-width:0}
.fc-form-grid label.wide{grid-column:1/-1}
.fc-inline-field{display:grid;grid-template-columns:minmax(0,1fr) 38px;gap:6px}
.fc-add-mini{height:39px;border:1px solid #cbd9d1;border-radius:9px;background:#f5faf7;color:#236e4d!important;font-size:18px;font-weight:900;cursor:pointer}
.fc-add-mini:hover{background:#e9f5ed;border-color:#79aa8e}
.is-hidden{display:none!important}
.fc-check-line,.fc-network-check{display:flex!important;align-items:center!important;gap:8px!important;color:#40564b!important;font-size:11px!important;font-weight:750!important;cursor:pointer}
.fc-check-line{margin:11px 1px}
.fc-check-line input,.fc-network-check input,.fc-store-grid input[type="checkbox"]{width:16px;height:16px;margin:0;accent-color:var(--fc-green)}
.fc-allocation-fieldset{margin:0;padding:10px;border:1px solid var(--fc-line);border-radius:12px;background:#f8fbf9}
.fc-allocation-fieldset legend{padding:0 6px;color:#40564b!important;font-size:11px;font-weight:900}
.fc-network-check{padding:2px 1px 9px}
.fc-store-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;max-height:180px;overflow:auto;padding-right:2px}
.fc-store-grid>label{display:grid;grid-template-columns:16px minmax(0,1fr) 94px;align-items:center;gap:7px;padding:7px;border:1px solid #dce6e0;border-radius:9px;background:#fff;color:#344c40!important;font-size:11px!important;font-weight:780!important}
.fc-store-grid>label:hover{border-color:#91b8a3;background:#fbfefc}
.fc-store-grid>label.is-child{border-left:3px solid #84a6c9}
.fc-store-grid>label span{min-width:0;color:#344c40!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.fc-store-grid>label span small{display:block;color:#718279!important;font-size:9px!important;font-weight:650}
.fc-store-grid .input{min-height:31px!important;padding:5px 7px!important;font-size:11px!important}
.fc-comment-field{margin-top:10px}
.fc-comment-field textarea{min-height:58px;resize:vertical}
.fc-window-actions{
  flex:none;display:flex;align-items:center;justify-content:flex-end;gap:8px;padding:10px 14px;
  border-top:1px solid var(--fc-line);background:#fbfdfc;
}
.fc-window-actions button,.fc-editor-actions button,.fc-settings-actions button{
  min-height:38px;padding:0 15px;border-radius:9px;font-size:12px;font-weight:900;cursor:pointer;
}
.fc-window-actions .soft-btn,.fc-editor-actions .soft-btn{border:1px solid #cbd8d1;background:#fff;color:#30483c!important}
.fc-window-actions .soft-btn:hover,.fc-editor-actions .soft-btn:hover{background:#f0f6f2}
.fc-window-actions .primary-btn,.fc-editor-actions .primary-btn,.fc-settings-actions .primary-btn{
  border:1px solid var(--fc-green);background:var(--fc-green);color:#fff!important;box-shadow:0 5px 13px rgba(34,132,90,.16)
}
.fc-window-actions .primary-btn:hover,.fc-editor-actions .primary-btn:hover,.fc-settings-actions .primary-btn:hover{filter:brightness(1.04)}
.fc-resize-hint{position:absolute;right:4px;bottom:4px;width:12px;height:12px;border-right:2px solid #9baca3;border-bottom:2px solid #9baca3;pointer-events:none;opacity:.65}

/* Configuration dialog intentionally has a backdrop; quick entry above does not. */
.fc-settings-backdrop{position:fixed;z-index:9900;inset:0;display:grid;place-items:center;padding:24px;background:rgba(7,20,14,.38);backdrop-filter:blur(2px)}
.fc-settings-dialog{width:min(1040px,calc(100vw - 36px));max-height:calc(100vh - 42px);display:flex;flex-direction:column;border:1px solid #c7d6ce;border-radius:18px;background:#fff;box-shadow:0 28px 90px rgba(4,25,14,.35);overflow:hidden}
.fc-settings-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:16px 18px;border-bottom:1px solid var(--fc-line);background:#fbfdfc}
.fc-settings-head h3{margin:0 0 4px!important;color:var(--fc-ink)!important;font-size:19px;font-weight:950}
.fc-settings-head p{margin:0!important;color:var(--fc-muted)!important;font-size:11px!important}
.fc-settings-tabs{display:flex;gap:4px;padding:8px 12px;border-bottom:1px solid var(--fc-line);background:#f7faf8}
.fc-settings-tabs button{min-height:35px;padding:0 14px;border:1px solid transparent;border-radius:9px;background:transparent;color:#54675e!important;font-size:12px;font-weight:850;cursor:pointer}
.fc-settings-tabs button:hover{background:#eaf4ee}.fc-settings-tabs button.active{background:var(--fc-green);color:#fff!important}
.fc-settings-body{flex:1;overflow:auto;padding:15px 17px;background:#fff}
.fc-settings-loading{padding:45px;text-align:center;color:#75857c!important;font-size:13px;font-weight:750}
.fc-settings-note,.fc-revision-alert{padding:11px 12px;border:1px solid #d6e3dc;border-radius:11px;background:#f4f9f6;color:#41564b!important;font-size:11px;line-height:1.45}
.fc-revision-alert{margin-bottom:12px;border-color:#efdba9;background:#fff7e3}
.fc-account-settings,.fc-point-settings,.fc-category-settings{display:grid;gap:12px}
.fc-account-group-list,.fc-point-settings-list,.fc-category-list{display:grid;gap:8px}
.fc-account-group,.fc-category-list>div,.fc-point-settings-list>div{border:1px solid var(--fc-line);border-radius:11px;background:#fff;padding:11px 12px}
.fc-account-group{display:flex;align-items:center;justify-content:space-between;gap:14px}
.fc-account-group-title b{display:block;color:#20372c!important;font-size:12px;font-weight:900}
.fc-account-group-title small{display:block;margin-top:3px;color:#77867e!important;font-size:10px!important}
.fc-alias-list{display:flex;gap:5px;flex-wrap:wrap;margin-top:6px}.fc-alias-list span{padding:3px 7px;border-radius:999px;background:#eef4f0;color:#53675c!important;font-size:9px!important;font-weight:750}
.fc-account-group button,[data-fc-merge-suggestion]{min-height:33px;padding:0 11px;border:1px solid #cbd8d1;border-radius:8px;background:#fff;color:#334b3f!important;font-size:11px;font-weight:850;cursor:pointer}
.fc-account-editor{border:1px solid #bdd6c8;border-radius:13px;background:#f8fcfa;padding:13px}
.fc-account-editor-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.fc-account-editor-grid>label{display:flex;flex-direction:column;gap:5px;color:#42574c!important;font-size:11px!important;font-weight:850}
.fc-account-member-grid{grid-column:1/-1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;padding-top:4px}
.fc-account-member-grid>label{display:grid;grid-template-columns:16px 16px 1fr;gap:7px;align-items:center;padding:8px;border:1px solid #dae5df;border-radius:9px;background:#fff;color:#354c40!important;font-size:11px!important;font-weight:750}
.fc-account-member-grid input{accent-color:var(--fc-green)}
.fc-editor-actions,.fc-settings-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:11px}
.fc-point-settings-list>div{display:grid;grid-template-columns:minmax(170px,1fr) minmax(190px,1fr) auto;align-items:center;gap:10px}
.fc-point-settings-list b{color:#20372c!important;font-size:12px;font-weight:900}.fc-point-settings-list small{display:block;color:#76867d!important;font-size:10px!important;margin-top:2px}
.fc-category-create{display:grid;grid-template-columns:minmax(180px,1fr) 150px auto auto;align-items:end;gap:9px;padding:12px;border:1px solid var(--fc-line);border-radius:11px;background:#f8fbf9}
.fc-category-create label{display:flex;flex-direction:column;gap:5px;color:#42574c!important;font-size:11px!important;font-weight:850}.fc-category-create .fc-check-line{align-self:center;margin:0}
.fc-category-list>div{display:flex;align-items:center;justify-content:space-between;gap:14px;color:#344b40!important;font-size:11px}.fc-category-list b{color:#20372c!important;font-size:12px;font-weight:900}.fc-category-list small{color:#74847b!important}
.fc-settings-footer-link{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 12px;border:1px solid var(--fc-line);border-radius:11px;background:#fbfdfc;color:#42574c!important;font-size:11px}
.fc-settings-footer-link button{min-height:34px;padding:0 11px;border:1px solid #c8d6ce;border-radius:8px;background:#fff;color:#2f4a3b!important;font-size:11px;font-weight:850;cursor:pointer}

@media(max-width:1500px){
  .fc-kpi-grid{grid-template-columns:repeat(3,minmax(150px,1fr))}
  .fc-tools{flex-wrap:wrap;justify-content:flex-end}.fc-search{width:220px}
  .fc-ledger-wrap{max-height:calc(100vh - 525px)}
}
@media(max-width:1050px){
  .fc-workspace{padding:17px;border-radius:17px}
  .fc-hero{align-items:stretch}.fc-context-row{align-items:stretch}.fc-context-field{min-width:160px;flex:1}
  .fc-ledger-toolbar{align-items:stretch;flex-direction:column}.fc-tools{justify-content:flex-start}.fc-search{width:min(100%,320px)}
  .fc-wallet-grid{grid-template-columns:1fr}.fc-ledger-wrap{max-height:none}
}
@media(max-width:720px){
  .fc-workspace{padding:12px}.fc-hero{flex-direction:column}.fc-hero h2{font-size:28px}.fc-new-operation{align-self:flex-start}
  .fc-kpi-grid{grid-template-columns:1fr}.fc-context-row{flex-direction:column}.fc-selected-summary{min-width:0}.fc-context-field{width:100%}
  .fc-entry-window{left:8px!important;right:8px!important;top:68px!important;width:auto!important;min-width:0;max-height:calc(100vh - 76px);resize:none}
  .fc-form-grid,.fc-store-grid,.fc-account-editor-grid,.fc-account-member-grid{grid-template-columns:1fr}.fc-form-grid label.wide{grid-column:auto}
  .fc-settings-backdrop{padding:8px}.fc-settings-dialog{width:100%;max-height:calc(100vh - 16px)}
  .fc-point-settings-list>div,.fc-category-create{grid-template-columns:1fr}.fc-pagination{align-items:flex-start;flex-wrap:wrap}.fc-page-buttons{order:3;width:100%;margin:0}
}

/* 2.26.0.20.4 — point-first money settings. */
.fc-settings-dialog{width:min(1180px,calc(100vw - 36px))}
.fc-point-workbench{display:grid;grid-template-columns:245px minmax(0,1fr);min-height:570px;border:1px solid var(--fc-line);border-radius:15px;overflow:hidden;background:#f7faf8}
.fc-point-nav{display:flex;flex-direction:column;gap:6px;padding:11px;border-right:1px solid var(--fc-line);background:#f1f6f3;overflow:auto}
.fc-point-nav button{display:block;width:100%;padding:11px 12px;border:1px solid transparent;border-radius:11px;background:transparent;text-align:left;cursor:pointer}
.fc-point-nav button:hover{background:#fff;border-color:#d5e1da}.fc-point-nav button.active{background:#fff;border-color:#72a98c;box-shadow:0 5px 14px rgba(31,85,57,.08)}
.fc-point-nav b{display:block;color:#213a2d!important;font-size:13px;font-weight:950}.fc-point-nav small{display:block;margin-top:4px;color:#73847b!important;font-size:10px!important;line-height:1.35;font-weight:700}
.fc-point-detail{padding:18px;background:#fff;overflow:auto}
.fc-point-detail>header{padding-bottom:14px;border-bottom:1px solid #e1e9e4}
.fc-point-detail>header>small{color:#26835a!important;font-size:9px!important;font-weight:950;letter-spacing:.07em}.fc-point-detail>header h4{margin:5px 0 5px!important;color:#172e22!important;font-size:23px;font-weight:950}.fc-point-detail>header p{max-width:780px;margin:0!important;color:#687b71!important;font-size:12px!important;line-height:1.5;font-weight:650}
.fc-point-profile-form{display:flex;flex-direction:column;gap:12px;margin-top:14px}
.fc-point-form-section{padding:15px;border:1px solid #dce7e0;border-radius:14px;background:#fbfdfc}
.fc-point-section-title{display:flex;align-items:center;gap:10px;margin-bottom:12px}.fc-point-section-title>span{width:31px;height:31px;display:grid;place-items:center;border-radius:10px;background:#e5f4eb;color:#176f4b!important;font-size:13px;font-weight:950}.fc-point-section-title b{display:block;color:#1b3427!important;font-size:15px;font-weight:950}.fc-point-section-title small{display:block;margin-top:2px;color:#78887f!important;font-size:10px!important;font-weight:700}
.fc-point-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.fc-point-form-grid label{display:flex;flex-direction:column;gap:6px}.fc-point-form-grid label>span{color:#51665b!important;font-size:10px!important;font-weight:900}
.fc-point-parent-note{margin-top:10px;padding:9px 11px;border-radius:9px;background:#edf5fb;color:#45637c!important;font-size:10px!important;font-weight:750}
.fc-point-tax-summary{display:grid;grid-template-columns:repeat(4,minmax(120px,1fr));gap:8px;margin-bottom:10px}.fc-point-tax-summary>div{padding:10px 11px;border:1px solid #e0e9e3;border-radius:10px;background:#fff}.fc-point-tax-summary span{display:block;color:#718179!important;font-size:9px!important;font-weight:900;text-transform:uppercase}.fc-point-tax-summary b{display:block;margin-top:5px;color:#20372b!important;font-size:14px;font-weight:950}
.fc-point-obligations{display:flex;flex-direction:column;gap:6px;margin-bottom:10px}.fc-point-obligations article{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:9px 11px;border:1px solid #e1e9e4;border-radius:9px;background:#fff}.fc-point-obligations b{display:block;color:#233c2f!important;font-size:11px;font-weight:900}.fc-point-obligations small{display:block;margin-top:2px;color:#7a8981!important;font-size:9px!important}.fc-point-obligations strong{color:#1e3a2c!important;font-size:13px;font-weight:950;white-space:nowrap}
.fc-point-save-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px;border:1px solid #bdd9ca;border-radius:13px;background:#edf8f1}.fc-point-save-row b{display:block;color:#1a3828!important;font-size:13px;font-weight:950}.fc-point-save-row span{display:block;margin-top:3px;color:#63776b!important;font-size:10px!important;font-weight:700}.fc-point-save-row button,.fc-point-detail-actions button,.fc-point-form-section>button{min-height:38px;padding:0 14px;border-radius:9px;font-size:11px;font-weight:900;cursor:pointer}
.fc-point-detail-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:17px}.fc-point-summary-grid{display:grid;grid-template-columns:repeat(2,minmax(180px,1fr));gap:11px;margin-top:16px}.fc-point-summary-grid article{padding:16px;border:1px solid #dce7e0;border-radius:13px;background:#fbfdfc}.fc-point-summary-grid span{display:block;color:#6f8177!important;font-size:10px!important;font-weight:900;text-transform:uppercase}.fc-point-summary-grid b{display:block;margin:8px 0 4px;color:#183426!important;font-size:27px;font-weight:950}.fc-point-summary-grid em{display:block;color:#74857c!important;font-size:10px;font-style:normal;font-weight:700}

@media(max-width:900px){.fc-point-workbench{grid-template-columns:1fr}.fc-point-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));max-height:220px;border-right:0;border-bottom:1px solid var(--fc-line)}.fc-point-form-grid,.fc-point-tax-summary{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.fc-point-nav,.fc-point-form-grid,.fc-point-tax-summary,.fc-point-summary-grid{grid-template-columns:1fr}.fc-point-save-row{align-items:stretch;flex-direction:column}}

/* 2.26.0.20.5 — revenue import, opening balances and clearer money settings. */
.fc-hero-actions{display:flex;align-items:center;gap:9px;flex-wrap:wrap;justify-content:flex-end}
.fc-import-revenue{min-height:42px;padding:0 16px;border:1px solid #9acbb0;border-radius:11px;background:#eef9f3;color:#176a49!important;font-size:11px;font-weight:950;cursor:pointer;box-shadow:0 7px 18px rgba(32,120,77,.08)}
.fc-import-revenue:hover{border-color:#54a77e;background:#e4f6ec;transform:translateY(-1px)}

.fc-revenue-backdrop{position:fixed;inset:0;z-index:1800;display:grid;place-items:center;padding:22px;background:rgba(7,18,30,.48);backdrop-filter:blur(3px)}
.fc-revenue-dialog{width:min(1080px,calc(100vw - 44px));max-height:calc(100vh - 44px);display:flex;flex-direction:column;border:1px solid #cbdad2;border-radius:18px;background:#fff;box-shadow:0 28px 80px rgba(8,28,18,.28);overflow:hidden}
.fc-revenue-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:20px 22px 17px;border-bottom:1px solid #dae5df;background:linear-gradient(100deg,#edf8f2,#fff)}
.fc-revenue-head small{display:block;color:#238159!important;font-size:9px!important;font-weight:950;letter-spacing:.08em}.fc-revenue-head h3{margin:5px 0 5px!important;color:#172f23!important;font-size:25px;font-weight:950}.fc-revenue-head p{max-width:820px;margin:0!important;color:#62766b!important;font-size:12px!important;line-height:1.5;font-weight:700}
.fc-revenue-body{display:flex;flex-direction:column;gap:14px;padding:18px 22px;overflow:auto;background:#fbfdfc}
.fc-revenue-period{display:grid;grid-template-columns:190px 190px minmax(260px,1fr);align-items:end;gap:12px;padding:14px;border:1px solid #d9e5de;border-radius:13px;background:#fff}
.fc-revenue-period label{display:flex;flex-direction:column;gap:6px}.fc-revenue-period label>span{color:#50665a!important;font-size:10px!important;font-weight:900}.fc-revenue-period>div{padding:8px 11px;border-radius:10px;background:#f0f7f3}.fc-revenue-period b{display:block;color:#1f3a2c!important;font-size:11px;font-weight:950}.fc-revenue-period small{display:block;margin-top:4px;color:#6e8177!important;font-size:9px!important;line-height:1.45;font-weight:700}
.fc-revenue-stores{display:grid;grid-template-columns:repeat(4,minmax(155px,1fr));gap:8px;padding:13px;border:1px solid #dae5df;border-radius:13px;background:#fff}.fc-revenue-stores legend{padding:0 7px;color:#263f32!important;font-size:12px;font-weight:950}.fc-revenue-stores label{display:flex;align-items:center;gap:8px;min-height:38px;padding:0 10px;border:1px solid #e0e9e4;border-radius:9px;background:#fafcfb;color:#294337!important;font-size:10px;font-weight:850;cursor:pointer}.fc-revenue-stores label:has(input:checked){border-color:#67ae88;background:#edf8f2;color:#176c49!important}.fc-revenue-stores input{accent-color:#25865b}
.fc-revenue-actions-top{display:flex;align-items:center;gap:9px;flex-wrap:wrap;padding:12px 13px;border:1px solid #d8e4dd;border-radius:12px;background:#fff}.fc-revenue-actions-top small{flex:1;min-width:260px;color:#6b7e74!important;font-size:10px!important;line-height:1.45;font-weight:700}
.fc-revenue-preview{display:flex;flex-direction:column;gap:11px}.fc-revenue-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.fc-revenue-summary article{padding:13px 14px;border:1px solid #d9e4de;border-radius:11px;background:#fff}.fc-revenue-summary span{display:block;color:#6e8077!important;font-size:9px!important;font-weight:900;text-transform:uppercase}.fc-revenue-summary b{display:block;margin-top:6px;color:#173628!important;font-size:21px;font-weight:950}
.fc-revenue-table-wrap{max-height:330px;border:1px solid #d8e4dd;border-radius:12px;background:#fff;overflow:auto}.fc-revenue-table{width:100%;border-collapse:separate;border-spacing:0}.fc-revenue-table th{position:sticky;top:0;z-index:1;padding:11px 12px;border-bottom:1px solid #dce6e0;background:#f2f7f4;color:#50665a!important;font-size:9px!important;font-weight:950;text-align:left;text-transform:uppercase}.fc-revenue-table td{padding:11px 12px;border-bottom:1px solid #edf2ef;color:#344b3f!important;font-size:10px!important;font-weight:720}.fc-revenue-table td b{color:#203b2d!important;font-size:11px}.fc-revenue-table td.money{text-align:right;color:#1a734e!important;font-size:12px!important;font-weight:950;white-space:nowrap}
.fc-revenue-warnings{display:flex;flex-direction:column;gap:5px;padding:12px 13px;border:1px solid #e7c987;border-radius:11px;background:#fff9e9}.fc-revenue-warnings b{color:#7b5715!important;font-size:11px;font-weight:950}.fc-revenue-warnings span{color:#806522!important;font-size:10px!important;font-weight:700}
.fc-revenue-footer{display:flex;align-items:center;justify-content:flex-end;gap:9px;padding:14px 22px;border-top:1px solid #dae5df;background:#fff}

.fc-opening-section{background:linear-gradient(180deg,#fbfdfc,#f6faf8)}.fc-opening-list{display:flex;flex-direction:column;gap:8px}.fc-opening-row{display:grid;grid-template-columns:minmax(220px,1fr) 155px 155px 125px;align-items:end;gap:9px;padding:11px;border:1px solid #dde7e1;border-radius:11px;background:#fff}.fc-opening-row>div b{display:block;color:#203b2e!important;font-size:12px;font-weight:950}.fc-opening-row>div small{display:block;margin-top:3px;color:#77887f!important;font-size:9px!important;font-weight:700}.fc-opening-row label{display:flex;flex-direction:column;gap:5px}.fc-opening-row label>span{color:#5c7065!important;font-size:9px!important;font-weight:900}.fc-opening-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.fc-opening-actions button{min-height:36px;padding:0 12px;border:1px solid #68a987;border-radius:8px;background:#edf8f2;color:#1c704e!important;font-size:10px;font-weight:900;cursor:pointer}
.fc-acquiring-form{display:grid;grid-template-columns:1.2fr 1fr repeat(3,minmax(130px,1fr)) auto;align-items:end;gap:9px}.fc-acquiring-form label{display:flex;flex-direction:column;gap:5px}.fc-acquiring-form label>span{color:#52675c!important;font-size:9px!important;font-weight:900}.fc-acquiring-note{grid-column:1/-1;margin:0!important;padding:9px 11px;border-radius:9px;background:#edf5fb;color:#48657c!important;font-size:10px!important;line-height:1.45;font-weight:700}
.fc-source-status{margin-top:15px;padding:14px;border:1px solid #dce7e1;border-radius:13px;background:#fbfdfc}.fc-source-status>div:not(.fc-subpanel-head){display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 2px;border-top:1px solid #e7eeea}.fc-source-status span b{display:block;color:#213c2e!important;font-size:11px;font-weight:950}.fc-source-status span small{display:block;margin-top:2px;color:#77877f!important;font-size:9px!important;font-weight:700}.fc-source-status button{min-width:84px;min-height:32px;border:1px solid #92bca4;border-radius:8px;background:#edf8f2;color:#216d4d!important;font-size:9px;font-weight:900;cursor:pointer}.fc-source-status button.is-off{border-color:#d0d9d4;background:#f3f5f4;color:#6e7d75!important}
.fc-account-card.is-disabled{opacity:.64;background:#f5f6f5}.fc-account-card.is-disabled::after{content:'Отключён';display:inline-flex;padding:4px 7px;border-radius:20px;background:#e6e9e7;color:#64736b!important;font-size:8px;font-weight:950}

/* Improve legibility without changing the journal structure. */
.fc-workspace{font-size:12px}.fc-context-tabs button,.fc-store-chip,.fc-context-field label{font-size:11px!important}.fc-ledger-title h3{font-size:20px!important}.fc-ledger-title p{font-size:11px!important}.fc-ledger-table th{font-size:10px!important}.fc-ledger-table td{font-size:11px!important;padding-top:12px;padding-bottom:12px}.fc-ledger-table td strong{font-size:12px!important}.fc-kpi-card b{font-size:27px!important}.fc-kpi-card small{font-size:10px!important}

@media(max-width:1050px){.fc-revenue-period{grid-template-columns:1fr 1fr}.fc-revenue-period>div{grid-column:1/-1}.fc-revenue-stores{grid-template-columns:repeat(2,1fr)}.fc-opening-row{grid-template-columns:1fr 1fr}.fc-acquiring-form{grid-template-columns:repeat(2,1fr)}}
@media(max-width:650px){.fc-hero-actions{justify-content:flex-start}.fc-revenue-backdrop{padding:8px}.fc-revenue-dialog{width:100%;max-height:calc(100vh - 16px)}.fc-revenue-head,.fc-revenue-body,.fc-revenue-footer{padding-left:13px;padding-right:13px}.fc-revenue-period,.fc-revenue-stores,.fc-revenue-summary,.fc-opening-row,.fc-acquiring-form{grid-template-columns:1fr}.fc-revenue-period>div{grid-column:auto}.fc-revenue-actions-top{align-items:stretch;flex-direction:column}.fc-revenue-actions-top small{min-width:0}.fc-revenue-footer{flex-direction:column-reverse;align-items:stretch}}

/* Pivoteka ERP 2.26.0.20.6.3 — factual operation date explanation */
.fc-operation-date-field small{display:block;margin-top:6px;color:#263f33!important;font-size:11.5px!important;line-height:1.35;font-weight:700}


/* 2.30.0.2.4 — draggable financial operation modal over current workspace */
.fc-entry-backdrop{position:fixed;inset:0;z-index:10020;background:rgba(20,34,49,.22);pointer-events:auto}
.fc-entry-backdrop .fc-entry-window{z-index:10021}
.fc-entry-window{box-shadow:0 24px 70px rgba(20,35,52,.25)!important;border-color:#d9e3ec!important}.fc-window-head{cursor:move!important;user-select:none}.fc-entry-body{overscroll-behavior:contain}.fc-window-actions{position:sticky;bottom:0;z-index:3}
.fc-wallet-balance{display:block!important;margin-top:4px!important;color:#6e7f91!important;font-size:10.5px!important;font-weight:700!important}.fc-entry-window select option,.fc-entry-window select optgroup{color:#1f3044!important;background:#fff!important}

.fc-kind-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-bottom:13px;border:1px solid #dce5ed;border-radius:10px;overflow:hidden;background:#f7f9fb}.fc-kind-tabs button{min-height:42px;border:0;border-right:1px solid #dce5ed;background:#fff;color:#41566d;font-size:12px;font-weight:850;cursor:pointer}.fc-kind-tabs button:last-child{border-right:0}.fc-kind-tabs button.active{background:#edf5ff;color:#1769df;box-shadow:inset 0 0 0 1px #6aa4e8}.fc-kind-select-field{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;white-space:nowrap!important}

/* 2.30.0.3.0 — explicit taxable/non-taxable revenue summary */
.fc-revenue-summary--tax{grid-template-columns:repeat(4,minmax(150px,1fr))}.fc-revenue-summary--tax article.is-total{background:#f1f8f4;border-color:#cfe1d6}.fc-revenue-summary--tax article.is-total b{color:#176b48!important}.fc-revenue-summary--tax article small{display:block;margin-top:4px;color:#77887f!important;font-size:9px!important;font-weight:700}
@media(max-width:1050px){.fc-revenue-summary--tax{grid-template-columns:repeat(2,1fr)}}
@media(max-width:650px){.fc-revenue-summary--tax{grid-template-columns:1fr}}

/* 2.30.0.3.1 — multi-legal-entity points, history import and broker transfers. */
.fc-org-links-editor{margin-top:13px;padding:12px;border:1px solid #d6e5dc;border-radius:12px;background:#f5faf7}
.fc-org-links-head{margin-bottom:9px}.fc-org-links-head b{display:block;color:#1b3829!important;font-size:12px;font-weight:950}.fc-org-links-head small{display:block;margin-top:3px;color:#6c7f74!important;font-size:9.5px!important;line-height:1.45;font-weight:700}
.fc-org-link-row{display:grid;grid-template-columns:minmax(210px,1.2fr) 74px minmax(180px,1fr) minmax(180px,1fr) minmax(170px,1fr);gap:8px;align-items:end;padding:9px 10px;border-top:1px solid #e1ebe5;opacity:.56}
.fc-org-link-row.is-active,.fc-org-link-row:has(.js-fc-point-org-link:checked){opacity:1;background:#fff;border-radius:9px}
.fc-org-link-row>label:not(.fc-check-line){display:flex;flex-direction:column;gap:5px}.fc-org-link-row>label>span{color:#5b7064!important;font-size:9px!important;font-weight:900}
.fc-org-link-row .fc-check-line{align-self:center}.fc-org-link-row .fc-check-line b{display:block;color:#203a2d!important;font-size:10.5px;font-weight:950}.fc-org-link-row .fc-check-line small{display:block;color:#829087!important;font-size:8.5px!important;font-weight:700}
.fc-org-link-row .js-fc-point-org-primary{width:17px;height:17px;accent-color:#23835a}
.fc-history-upload{display:flex;align-items:center;gap:10px;padding:13px;border:1px solid #d9e5de;border-radius:12px;background:#fff}.fc-history-upload .input{flex:1}.fc-history-dialog .fc-revenue-summary{grid-template-columns:repeat(4,1fr)}
.fc-history-dialog .fc-revenue-table td small{display:block;margin-top:3px;color:#a06a16!important;font-size:8.5px!important;line-height:1.35;font-weight:700}
@media(max-width:1180px){.fc-org-link-row{grid-template-columns:1.2fr 70px 1fr 1fr}.fc-org-link-row>label:last-child{grid-column:3/-1}}
@media(max-width:800px){.fc-org-link-row{grid-template-columns:1fr 70px}.fc-org-link-row>label:nth-child(n+3){grid-column:1/-1}.fc-history-dialog .fc-revenue-summary{grid-template-columns:1fr 1fr}}
@media(max-width:650px){.fc-history-upload{align-items:stretch;flex-direction:column}.fc-history-dialog .fc-revenue-summary{grid-template-columns:1fr}}

.fc-onec-write-check{display:grid;grid-template-columns:minmax(260px,1fr) minmax(220px,340px) auto;gap:12px;align-items:end;margin-top:14px;padding:14px;border:1px solid rgba(32,51,70,.12);border-radius:14px;background:rgba(248,251,253,.9)}
.fc-onec-write-check>div{display:flex;flex-direction:column;gap:4px}.fc-onec-write-check small{color:#6c7884;line-height:1.35}
@media(max-width:980px){.fc-onec-write-check{grid-template-columns:1fr}.fc-onec-write-check .soft-btn{justify-self:start}}

/* 2.30.0.3.2.0 — 1C revenue + expense import review */
.fc-import-subhead{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin:18px 0 8px;padding:10px 2px 0;border-top:1px solid rgba(15,23,42,.08)}
.fc-import-subhead b{font-size:14px;color:#0f172a}.fc-import-subhead small{max-width:720px;color:#64748b;text-align:right;line-height:1.35}
.fc-import-subhead--pending{margin-top:22px;padding:12px 14px;border:1px solid rgba(245,158,11,.28);border-radius:12px;background:rgba(245,158,11,.06)}
.fc-revenue-table tr.is-warning td{background:rgba(245,158,11,.05)}
.fc-revenue-table td small{display:block;margin-top:3px;color:#64748b;line-height:1.25}
.fc-revenue-table select.select{min-width:150px;max-width:230px}

/* 2.30.0.3.3.0 — quick finance entry, approved visual */
.fc-entry-backdrop:has(.fc-quick-entry){background:rgba(32,48,61,.20);backdrop-filter:blur(1.5px)}
.fc-quick-entry{
  width:min(1120px,calc(100vw - 40px))!important;min-width:760px!important;min-height:0!important;
  max-height:calc(100vh - 76px)!important;resize:none!important;border-radius:20px!important;
  border:1px solid #dbe6df!important;box-shadow:0 28px 86px rgba(34,49,61,.22)!important;
  font-family:Inter,"Segoe UI",Arial,sans-serif!important;
}
.fc-quick-head{align-items:center!important;gap:12px!important;padding:16px 18px!important;background:#fff!important;border-bottom:1px solid #e8eeeb!important}
.fc-quick-head-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:#e8f6ed;color:#178557!important;font-size:22px;font-weight:800}
.fc-quick-entry[data-kind="income"] .fc-quick-head-icon{background:#eaf2ff;color:#126ee8!important}
.fc-quick-entry[data-kind="transfer"] .fc-quick-head-icon{background:#f1ecff;color:#7854b4!important}
.fc-quick-head h3{font-size:19px!important;letter-spacing:-.015em}.fc-quick-head p{font-size:11px!important}
.fc-quick-head .fc-kind-tabs{margin-left:auto;display:grid;grid-template-columns:1fr 1fr;width:260px;padding:3px;border:1px solid #e1e7e4;border-radius:11px;background:#f7f9f8}
.fc-quick-head .fc-kind-tabs button{height:34px;border:0;border-radius:8px;background:transparent;color:#66736d!important;font-size:11px;font-weight:900;cursor:pointer}
.fc-quick-head .fc-kind-tabs button.active{background:#fff;color:#138456!important;box-shadow:0 1px 5px rgba(23,50,37,.09),inset 0 0 0 1px #57b48b}
.fc-quick-entry[data-kind="income"] .fc-kind-tabs button.active{color:#126ee8!important;box-shadow:0 1px 5px rgba(23,50,37,.09),inset 0 0 0 1px #6ba7ef}
.fc-transfer-link{width:34px;height:34px;border:1px solid #dce4e0;border-radius:9px;background:#fff;color:#77837d!important;font-size:17px;font-weight:900;cursor:pointer}
.fc-transfer-link.active{background:#f1ecff;border-color:#ad96d4;color:#7854b4!important}
.fc-quick-body{padding:17px 19px 16px!important;background:#fcfdfd!important}
.fc-quick-top-grid{display:grid;grid-template-columns:180px 200px minmax(260px,1fr);gap:12px;padding-bottom:15px;border-bottom:1px solid #edf1ef}
.fc-quick-top-grid label,.fc-quick-bottom-grid label,.fc-quick-destination label{display:flex;flex-direction:column;gap:6px}.fc-quick-top-grid label>span,.fc-quick-bottom-grid label>span,.fc-quick-destination label>span{color:#34433c!important;font-size:10.5px!important;font-weight:900}
.fc-quick-main-grid{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:14px;margin-top:15px}
.fc-quick-left{display:flex;flex-direction:column;gap:12px;min-width:0}
.fc-quick-block{padding:14px;border:1px solid #e2e9e5;border-radius:15px;background:#fff}
.fc-quick-section-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:11px}.fc-quick-section-head>div>b{display:block;color:#1d2d25!important;font-size:12px;font-weight:950}.fc-quick-section-head>div>small{display:block;margin-top:3px;color:#819087!important;font-size:9.5px!important;font-weight:700}.fc-quick-section-head>strong{color:#138456!important;font-size:14px;font-weight:950}.fc-quick-section-head>strong.is-error{color:#bd443d!important}
.fc-quick-segment{display:inline-grid;grid-auto-flow:column;grid-auto-columns:minmax(82px,1fr);padding:2px;border-radius:10px;background:#f4f6f5;border:1px solid #e3e8e6}
.fc-quick-segment button{height:29px;padding:0 12px;border:0;border-radius:8px;background:transparent;color:#68756f!important;font-size:10px;font-weight:900;cursor:pointer}
.fc-quick-segment button.active{background:#16925f;color:#fff!important;box-shadow:0 4px 12px rgba(22,146,95,.20)}
.fc-quick-entry[data-kind="income"] .fc-quick-segment button.active{background:#126ee8;box-shadow:0 4px 12px rgba(18,110,232,.20)}
.fc-quick-wallet-section{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.fc-quick-wallet-section.is-hidden{display:none!important}
.fc-quick-wallet-tile{position:relative;min-height:112px;padding:13px 11px 11px;border:1px solid #dfe6e2;border-radius:12px;background:#fff;text-align:left;cursor:pointer;transition:.14s ease;overflow:hidden}
.fc-quick-wallet-tile:hover{transform:translateY(-1px);border-color:#9dcbb6;box-shadow:0 7px 18px rgba(34,80,58,.07)}
.fc-quick-wallet-tile.active{border-color:#36a873;background:linear-gradient(180deg,#fbfffc,#f1faf5);box-shadow:inset 0 0 0 1px rgba(54,168,115,.12)}
.fc-quick-entry[data-kind="income"] .fc-quick-wallet-tile.active{border-color:#4b91ec;background:linear-gradient(180deg,#fcfdff,#f3f7ff)}
.fc-quick-wallet-icon{display:grid;place-items:center;width:28px;height:28px;border-radius:9px;background:#eef7f2;color:#1b8b5d!important;font-size:14px}.fc-quick-entry[data-kind="income"] .fc-quick-wallet-icon{background:#eef4ff;color:#126ee8!important}
.fc-quick-wallet-tile b{display:block;margin-top:8px;color:#25352d!important;font-size:10.5px;font-weight:950;line-height:1.25}.fc-quick-wallet-tile small{display:block;margin-top:3px;color:#829087!important;font-size:8.5px!important;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fc-quick-wallet-tile strong{display:block;margin-top:8px;color:#148759!important;font-size:13px;font-weight:950}.fc-quick-entry[data-kind="income"] .fc-quick-wallet-tile strong{color:#126ee8!important}
.fc-quick-wallet-check,.fc-quick-store-check{display:none;position:absolute;right:8px;top:8px;width:18px;height:18px;place-items:center;border-radius:50%;background:#16925f;color:#fff!important;font-size:10px;font-weight:950}.active>.fc-quick-wallet-check,.active>.fc-quick-store-check{display:grid}.fc-quick-entry[data-kind="income"] .active>.fc-quick-wallet-check,.fc-quick-entry[data-kind="income"] .active>.fc-quick-store-check{background:#126ee8}
.fc-quick-help{margin-top:9px;color:#77867e!important;font-size:9px!important;font-weight:700;line-height:1.4}.fc-quick-help:first-letter{color:#278460}
.fc-quick-cash-scope{margin-top:10px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 10px;border:1px solid #dfe8e3;border-radius:11px;background:#fbfdfc}.fc-quick-cash-scope>span{font-size:9px;font-weight:900;color:#52635a;text-transform:uppercase;letter-spacing:.04em}.fc-quick-cash-scope.is-hidden{display:none!important}
.fc-quick-store-grid{display:grid;grid-template-columns:repeat(5,minmax(100px,1fr));gap:8px;overflow:auto;padding-bottom:2px}
.fc-quick-store-tile{position:relative;min-height:82px;padding:11px 8px 8px;border:1px solid #e0e7e3;border-radius:11px;background:#fff;text-align:left;cursor:pointer}.fc-quick-store-tile:hover{border-color:#a3c8b6;background:#fbfefc}.fc-quick-store-tile.active{border-color:#38a874;background:#f4fbf7}.fc-quick-entry[data-kind="income"] .fc-quick-store-tile.active{border-color:#4b91ec;background:#f5f8ff}
.fc-quick-store-icon{display:grid;place-items:center;width:23px;height:23px;border-radius:7px;background:#f2f5f3;color:#6c7c73!important;font-size:12px}.fc-quick-store-tile.active .fc-quick-store-icon{background:#e6f5ec;color:#17885a!important}.fc-quick-entry[data-kind="income"] .fc-quick-store-tile.active .fc-quick-store-icon{background:#eaf2ff;color:#126ee8!important}
.fc-quick-store-tile>b{display:block;margin-top:8px;color:#33443b!important;font-size:9.5px;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fc-quick-store-tile .js-fc-part{margin-top:7px!important;min-height:28px!important;height:28px!important;padding:4px 6px!important;border-color:#b7ddc9!important;background:#fff!important;font-size:9.5px!important}
.fc-quick-distribution{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:10px}.fc-quick-distribution>span{color:#6a7971!important;font-size:9px!important;font-weight:850}
.fc-quick-bottom-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:10px}.fc-quick-bottom-grid em{color:#929d97!important;font-size:9px;font-style:normal;font-weight:650}
.fc-quick-summary{display:flex;flex-direction:column;gap:13px;padding:17px 15px;border:1px solid #cfe4d8;border-radius:15px;background:linear-gradient(180deg,#fbfefc,#f4faf6)}.fc-quick-entry[data-kind="income"] .fc-quick-summary{border-color:#cedff5;background:linear-gradient(180deg,#fcfdff,#f4f8ff)}
.fc-quick-summary small{display:block;color:#52645b!important;font-size:9px!important;font-weight:900;text-transform:uppercase;letter-spacing:.03em}.fc-quick-summary>div>b{display:block;margin:7px 0 4px;color:#138456!important;font-size:22px;font-weight:950}.fc-quick-entry[data-kind="income"] .fc-quick-summary>div>b{color:#126ee8!important}.fc-quick-summary>div>span{display:block;color:#54675d!important;font-size:9.5px!important;font-weight:750;line-height:1.4}.fc-quick-summary hr{width:100%;height:1px;border:0;background:#dce8e1;margin:2px 0}.js-fc-summary-economic>div{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:10px}.js-fc-summary-economic>div span{color:#40534a!important;font-size:9.5px!important;font-weight:800}.js-fc-summary-economic>div b{color:#138456!important;font-size:10px!important;font-weight:950}.fc-quick-entry[data-kind="income"] .js-fc-summary-economic>div b{color:#126ee8!important}.fc-quick-summary-empty{margin-top:8px;color:#91a099!important}
.fc-quick-actions{display:grid!important;grid-template-columns:1fr auto auto!important;gap:9px!important;padding:11px 18px!important;background:#fff!important}.fc-quick-actions .primary-btn{min-width:210px!important;height:42px!important;border-radius:9px!important;background:linear-gradient(180deg,#16955f,#0c864f)!important;font-size:11px!important}.fc-quick-entry[data-kind="income"] .fc-quick-actions .primary-btn{background:linear-gradient(180deg,#1979ee,#0e66d4)!important}.fc-quick-actions .soft-btn{min-width:120px;height:42px!important}.fc-quick-1c-note{align-self:center;color:#718179!important;font-size:9px!important;font-weight:700;line-height:1.35}
.fc-quick-empty{grid-column:1/-1;padding:14px;border:1px dashed #d9e2dd;border-radius:10px;color:#7c8982!important;font-size:10px!important;text-align:center}
.fc-quick-entry[data-kind="transfer"] .fc-quick-allocation{display:none!important}.fc-quick-entry[data-kind="transfer"] .fc-quick-summary{border-color:#ddd4ef;background:#faf8ff}.fc-quick-entry[data-kind="transfer"] .fc-quick-summary>div>b{color:#7854b4!important}.fc-quick-destination{padding:13px;border:1px solid #e3e7e5;border-radius:13px;background:#fff}
@media(max-width:980px){.fc-quick-entry{min-width:0!important;width:calc(100vw - 18px)!important;left:9px!important;right:auto!important}.fc-quick-main-grid{grid-template-columns:1fr}.fc-quick-summary{display:grid;grid-template-columns:1fr 1px 1fr}.fc-quick-summary hr{height:100%;width:1px}.fc-quick-wallet-section{grid-template-columns:repeat(2,minmax(0,1fr))}.fc-quick-store-grid{grid-template-columns:repeat(3,minmax(100px,1fr))}.fc-quick-actions{grid-template-columns:1fr 1fr!important}.fc-quick-1c-note{grid-column:1/-1}}
@media(max-width:680px){.fc-quick-top-grid{grid-template-columns:1fr 1fr}.fc-quick-top-grid label:last-child{grid-column:1/-1}.fc-quick-head .fc-kind-tabs{width:190px}.fc-quick-wallet-section{grid-template-columns:1fr}.fc-quick-store-grid{grid-template-columns:repeat(2,minmax(100px,1fr))}.fc-quick-bottom-grid{grid-template-columns:1fr}.fc-quick-actions{grid-template-columns:1fr!important}.fc-quick-actions .primary-btn,.fc-quick-actions .soft-btn{width:100%!important}.fc-quick-summary{grid-template-columns:1fr}}
.fc-quick-org-choice{margin-top:10px;padding:10px;border:1px solid #efd9a4;border-radius:10px;background:#fffaf0}.fc-quick-org-choice>span{display:block;margin-bottom:7px;color:#6e5521!important;font-size:9px!important;font-weight:900}.fc-quick-org-choice>div{display:flex;gap:6px;flex-wrap:wrap}.fc-quick-org-choice button{min-height:30px;padding:0 10px;border:1px solid #e2d5ba;border-radius:8px;background:#fff;color:#5d5140!important;font-size:9px;font-weight:850;cursor:pointer}.fc-quick-org-choice button.active{border-color:#c18b25;background:#fff0cd;color:#7b5615!important}

/* 2.31.0.0 — normalized finance workspace */
.finance-ledger-v2{min-width:1510px!important;border-collapse:separate!important;border-spacing:0 6px!important;padding:0 6px 8px}.finance-ledger-v2 thead th{padding:10px 11px!important;font-size:10.5px!important;white-space:nowrap;cursor:pointer}.finance-ledger-v2 tbody tr{filter:drop-shadow(0 2px 5px rgba(29,53,41,.035))}.finance-ledger-v2 tbody td{padding:12px 11px!important;background:#fff!important;border-top:1px solid #e5ebe7!important;border-bottom:1px solid #e5ebe7!important;font-size:11.5px!important;line-height:1.35!important;vertical-align:middle}.finance-ledger-v2 tbody td:first-child{border-left:1px solid #e5ebe7!important;border-radius:10px 0 0 10px}.finance-ledger-v2 tbody td:last-child{border-right:1px solid #e5ebe7!important;border-radius:0 10px 10px 0}.finance-ledger-v2 .fc-main-amount{font-size:14px!important;white-space:nowrap}.finance-ledger-v2 .fc-wallet-cell{min-width:175px}.finance-ledger-v2 .fc-category-cell{min-width:175px}.finance-ledger-v2 .fc-category-cell small{display:block;margin-top:3px;color:#7b8982;font-size:9px}.finance-ledger-v2 .fc-operation-note{min-width:180px;max-width:260px}.finance-ledger-v2 .fc-operation-note span{display:block;white-space:normal;overflow-wrap:anywhere}.finance-ledger-v2 .fc-point-cell.is-network{display:inline-flex;padding:4px 8px;border-radius:999px;background:#edf5ff;color:#235e9c;font-weight:900}.finance-ledger-v2 .fc-point-cell.is-unconfigured{color:#b85f35;font-weight:900}.finance-ledger-v2 th.is-sorted{background:#eaf5ef!important;color:#14734b!important}.fc-ledger-count{display:flex!important;align-items:center;gap:8px!important}.fc-ledger-count button{border:1px solid #d9e6df;border-radius:999px;background:#fff;padding:5px 9px;color:#456054;font-size:9px;font-weight:850;cursor:pointer}
.fc-wallet-org-block{display:grid;gap:7px;margin-bottom:11px}.fc-wallet-org-title{display:flex;align-items:center;justify-content:space-between;padding:2px 2px 0}.fc-wallet-org-title span{font-size:10px;font-weight:950;color:#334b3f}.fc-wallet-org-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}
.fc-store-org-groups{display:grid;gap:10px}.fc-store-org-groups.is-disabled{opacity:.62}.fc-store-org-block{padding:9px;border:1px solid #e5ebe7;border-radius:12px;background:#fbfdfc}.fc-store-org-block>header{display:flex;align-items:center;gap:7px;margin-bottom:8px}.fc-store-org-block>header label{display:grid;place-items:center}.fc-store-org-block>header input{width:16px;height:16px;accent-color:#178b59}.fc-store-org-block>header b{font-size:10.5px;color:#2a4437}.fc-store-org-block>header small{margin-left:auto;font-size:8.5px;color:#89968f}
.fc-network-tile{position:relative;display:flex;align-items:center;gap:10px;width:100%;min-height:58px;margin-bottom:10px;padding:10px 12px;border:1px dashed #b8cbd9;border-radius:11px;background:#f8fbfd;color:#355366;text-align:left;cursor:pointer}.fc-network-tile b{display:block;font-size:10.5px}.fc-network-tile small{display:block;margin-top:2px;font-size:8.5px;color:#718894}.fc-network-tile.active{border-style:solid;border-color:#5b94c0;background:#edf6ff;box-shadow:inset 0 0 0 1px rgba(55,117,166,.08)}.fc-network-tile .fc-quick-store-check{right:10px;top:18px;background:#3f81b6}
.fc-category-picker{position:relative}.fc-category-current{width:100%;height:38px;display:flex;align-items:center;justify-content:space-between;gap:8px;border:1px solid #cfdcd5;border-radius:9px;background:#fff;padding:0 11px;color:#253b30;font-size:10.5px;font-weight:850;cursor:pointer}.fc-category-panel{position:absolute;z-index:10055;top:calc(100% + 7px);left:0;width:min(660px,calc(100vw - 80px));max-height:520px;overflow:auto;padding:12px;border:1px solid #d8e4dd;border-radius:14px;background:#fff;box-shadow:0 20px 48px rgba(33,49,41,.18)}.fc-category-panel.is-hidden{display:none}.fc-category-panel-head{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:9px}.fc-category-panel-head b{display:block;font-size:12px;color:#20372c}.fc-category-panel-head small{display:block;margin-top:3px;font-size:9px;color:#7d8d84}.fc-category-tiles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.fc-category-tile{min-height:60px;border:1px solid #e0e8e3;border-radius:10px;background:#fbfdfc;padding:9px 10px;text-align:left;cursor:pointer}.fc-category-tile span{display:block;font-size:10px;font-weight:900;color:#2a3c33}.fc-category-tile small{display:block;margin-top:4px;font-size:8px;color:#86938d}.fc-category-tile:hover,.fc-category-tile.active{border-color:#62b58d;background:#f0faf4}.fc-category-tile.is-hidden{display:none}.fc-category-inline-create{display:grid;grid-template-columns:1fr auto;gap:7px;margin-top:10px;padding-top:10px;border-top:1px solid #edf1ef}.fc-category-inline-create .input{height:36px!important}
.fc-payroll-economic{display:grid;gap:4px;padding:13px;border:1px solid #cfe3d8;border-radius:12px;background:#f4faf6}.fc-payroll-economic small{font-size:8.5px;font-weight:900;color:#647d70;letter-spacing:.04em}.fc-payroll-economic b{font-size:12px;color:#176f48}.fc-payroll-economic span{font-size:9px;color:#73837a;line-height:1.4}.fc-payroll-tax-wrap{display:grid;gap:5px;margin-top:10px;padding:10px;border:1px solid #dfe6e2;border-radius:10px;background:#fbfcfc}.fc-payroll-tax-wrap>span{font-size:9.5px;font-weight:900;color:#3d5247}.fc-payroll-tax-wrap small{font-size:8.5px;color:#7b8982}.fc-payroll-tax-wrap.is-hidden{display:none}
@media(max-width:980px){.fc-wallet-org-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fc-category-tiles{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.fc-wallet-org-grid,.fc-category-tiles{grid-template-columns:1fr}.fc-category-panel{width:calc(100vw - 36px);left:-8px}}
.fc-revenue-range{grid-template-columns:minmax(430px,1.2fr) minmax(260px,.8fr)!important}.fc-revenue-range-fields label{display:grid;gap:6px}.fc-revenue-range-fields label>span{font-size:10px;font-weight:900;color:#3d5147}.fc-revenue-range-fields label>div{display:grid;grid-template-columns:1fr 20px 1fr;align-items:center;gap:7px}.fc-revenue-range-fields i{text-align:center;color:#83918a;font-style:normal;font-weight:900}
.fc-revenue-stores-v2{display:grid!important;gap:9px!important}.fc-revenue-store-org{padding:10px;border:1px solid #e0e8e3;border-radius:12px;background:#fbfdfc}.fc-revenue-store-org>header{display:flex;align-items:center;gap:7px;margin-bottom:8px}.fc-revenue-store-org>header input{width:16px;height:16px;accent-color:#168a59}.fc-revenue-store-org>header b{font-size:10.5px;color:#2c4438}.fc-revenue-store-org>header small{margin-left:auto;font-size:8.5px;color:#89968f}.fc-revenue-store-org>div{display:grid;grid-template-columns:repeat(5,minmax(110px,1fr));gap:7px}.fc-revenue-store-tile{position:relative!important;display:grid!important;grid-template-columns:22px 1fr!important;align-items:center!important;gap:7px!important;min-height:50px;padding:8px!important;border:1px solid #e2e8e5!important;border-radius:10px!important;background:#fff!important;cursor:pointer!important}.fc-revenue-store-tile input{position:absolute;opacity:0;pointer-events:none}.fc-revenue-store-tile>span{display:grid;place-items:center;width:22px;height:22px;border-radius:7px;background:#eef3f0;color:#718078}.fc-revenue-store-tile b{font-size:9.5px!important;color:#34483e!important}.fc-revenue-store-tile:has(input:checked){border-color:#57ad83!important;background:#f1faf5!important}.fc-revenue-store-tile:has(input:checked)>span{background:#dff3e8;color:#137f51}.fc-import-expense-actions{display:flex;gap:5px;flex-wrap:wrap}.fc-import-expense-actions .soft-btn:last-child{color:#8b5f2b!important;border-color:#ead8ba!important;background:#fffaf2!important}
@media(max-width:980px){.fc-revenue-range{grid-template-columns:1fr!important}.fc-revenue-store-org>div{grid-template-columns:repeat(3,minmax(105px,1fr))}}
@media(max-width:650px){.fc-revenue-range-fields label>div{grid-template-columns:1fr}.fc-revenue-range-fields i{display:none}.fc-revenue-store-org>div{grid-template-columns:repeat(2,minmax(0,1fr))}}
.fc-finance-payroll-selector{margin-top:12px;padding:13px;border:1px solid #dbe7e0;border-radius:14px;background:#f8fbf9}.fc-finance-payroll-selector.is-hidden{display:none}.fc-payroll-selector-loading{padding:12px;color:#697b72;font-size:10px;font-weight:800}.fc-payroll-selector-head{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-bottom:10px}.fc-payroll-selector-head>div{display:grid;gap:3px}.fc-payroll-selector-head b{font-size:12px;color:#22392e}.fc-payroll-selector-head small{font-size:9px;color:#7a8a82}.fc-payroll-selector-head .input{width:250px;height:34px!important}.fc-payroll-employee-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;max-height:248px;overflow:auto}.fc-payroll-employee-tile{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:8px;min-height:59px;padding:8px;border:1px solid #e1e8e4;border-radius:11px;background:#fff;text-align:left;cursor:pointer}.fc-payroll-employee-tile>span{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#edf5f0;color:#18734d;font-size:9px;font-weight:950}.fc-payroll-employee-tile>div{min-width:0}.fc-payroll-employee-tile b{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9.5px;color:#293e34}.fc-payroll-employee-tile small{display:block;margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:8px;color:#87938d}.fc-payroll-employee-tile strong{white-space:nowrap;font-size:9px;color:#138457}.fc-payroll-employee-tile:hover,.fc-payroll-employee-tile.active{border-color:#58b287;background:#f1faf5}.fc-payroll-employee-tile.is-hidden{display:none}.fc-payroll-components{display:grid;grid-template-columns:170px 1fr;gap:10px;margin-top:10px;padding-top:10px;border-top:1px solid #e2e9e5}.fc-payroll-components>div:first-child{display:grid;align-content:center;gap:3px}.fc-payroll-components>div:first-child b{font-size:10.5px;color:#2b4236}.fc-payroll-components>div:first-child small{font-size:8.5px;color:#7e8c85}.fc-payroll-components>div:last-child{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.fc-payroll-components button{display:flex;justify-content:space-between;align-items:center;gap:8px;min-height:48px;padding:8px 10px;border:1px solid #dce6e0;border-radius:10px;background:#fff;cursor:pointer}.fc-payroll-components button span{font-size:9px;font-weight:850;color:#45584e}.fc-payroll-components button strong{font-size:9.5px;color:#148356}.fc-payroll-components button:hover{border-color:#55ae83;background:#f2faf6}.fc-payroll-network-choice{display:flex!important;align-items:center!important;gap:7px!important;margin-top:7px!important;padding-top:7px!important;border-top:1px solid #dce9e2!important}.fc-payroll-network-choice input{width:16px;height:16px;accent-color:#2a7dac}.fc-payroll-network-choice span{font-size:9.5px!important;font-weight:900!important;color:#315a70!important}
@media(max-width:1100px){.fc-payroll-employee-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.fc-payroll-selector-head{align-items:stretch;flex-direction:column}.fc-payroll-selector-head .input{width:100%}.fc-payroll-employee-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fc-payroll-components{grid-template-columns:1fr}.fc-payroll-components>div:last-child{grid-template-columns:1fr}}

/* 2.31 — journal selection / printable payout instruction */
.finance-ledger-v2 tbody tr.is-selected-for-pdf>td{background:#eef8f2!important;box-shadow:inset 0 1px #cfe5d8,inset 0 -1px #cfe5d8}.finance-ledger-v2 tbody tr.is-selected-for-pdf>td:first-child{box-shadow:inset 4px 0 #17875a,inset 0 1px #cfe5d8,inset 0 -1px #cfe5d8}.fc-journal-context-menu{position:fixed;z-index:16000;width:255px;padding:6px;border:1px solid #d5e1db;border-radius:12px;background:#fff;box-shadow:0 18px 45px rgba(12,37,25,.22);display:flex;flex-direction:column;gap:3px}.fc-journal-context-menu button{border:0;border-radius:8px;background:#fff;padding:10px 11px;text-align:left;color:#243f32;font-size:11.5px;font-weight:850;cursor:pointer}.fc-journal-context-menu button:hover{background:#f0f7f3}.fc-journal-context-menu button.danger{color:#a2433e}.fc-journal-context-menu button.danger:hover{background:#fff2f1}.fc-journal-selection-bar{position:sticky;bottom:14px;z-index:600;display:flex;align-items:center;gap:10px;width:min(780px,calc(100% - 28px));margin:16px auto 0;padding:10px 12px;border:1px solid #cfe0d7;border-radius:14px;background:rgba(255,255,255,.97);box-shadow:0 16px 38px rgba(20,54,38,.18);backdrop-filter:blur(12px)}.fc-journal-selection-bar>div{min-width:0;flex:1}.fc-journal-selection-bar strong{display:block;color:#173d2d;font-size:12px}.fc-journal-selection-bar span{display:block;margin-top:2px;color:#6c7e74;font-size:10px}.fc-journal-selection-bar button:last-child{min-width:38px;padding-inline:10px}@media(max-width:720px){.fc-journal-selection-bar{bottom:8px;flex-wrap:wrap}.fc-journal-selection-bar>div{flex-basis:100%}}

/* 2.31.0.0 - one-click import date range + split cash/bank preview */
.fc-revenue-range-fields{position:relative;min-width:min(520px,100%)}
.fc-revenue-range-fields>label{position:relative;display:grid;gap:7px}
.fc-range-picker-button{width:100%;min-height:46px;border:1px solid #bdd7ca;border-radius:12px;background:#fff;color:#18382b;display:grid;grid-template-columns:1fr auto 1fr auto;align-items:center;gap:10px;padding:8px 12px;text-align:left;cursor:pointer;box-shadow:0 1px 0 rgba(12,59,39,.03)}
.fc-range-picker-button:hover{border-color:#50a27b;box-shadow:0 0 0 3px rgba(26,139,91,.08)}
.fc-range-picker-button b{font-size:14px}.fc-range-picker-button i{font-style:normal;color:#7b8d84}.fc-range-picker-button span{color:#18865a;font-weight:900}
.fc-range-popover{position:absolute;z-index:40;top:74px;left:0;width:360px;max-width:calc(100vw - 72px);padding:12px;border:1px solid #cfe0d7;border-radius:15px;background:#fff;box-shadow:0 22px 60px rgba(17,45,34,.2)}
.fc-range-popover header{display:grid;grid-template-columns:38px 1fr 38px;align-items:center;gap:8px;margin-bottom:9px}.fc-range-popover header b{text-align:center;text-transform:capitalize}.fc-range-popover header button{height:34px;border:0;border-radius:9px;background:#f0f6f3;color:#174b36;font-size:22px;cursor:pointer}
.fc-range-week,.fc-range-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.fc-range-week{margin-bottom:4px}.fc-range-week span{text-align:center;font-size:11px;color:#819087;font-weight:700;padding:4px}
.fc-range-grid>span,.fc-range-day{aspect-ratio:1;border:0;border-radius:9px;background:transparent;color:#17382b;font-weight:700;cursor:pointer}.fc-range-day:hover{background:#eef8f2}.fc-range-day.in-range{background:#e4f5ec;border-radius:5px}.fc-range-day.is-start,.fc-range-day.is-end,.fc-range-day.is-anchor{background:#178e5e;color:#fff;border-radius:9px}.fc-range-popover footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:10px;padding-top:9px;border-top:1px solid #e7efeb}.fc-range-popover footer small{color:#6f8178;line-height:1.25}
.fc-import-source-columns{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:12px 0 18px}.fc-import-source-columns.has-fiscal-nonmoney{grid-template-columns:1fr 1fr}.fc-import-source-columns.has-fiscal-nonmoney .fc-import-source-panel.fiscal-nonmoney{grid-column:1/-1}.fc-import-source-panel{border:1px solid #d9e5df;border-radius:15px;background:#fff;overflow:hidden}.fc-import-source-panel>header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding:13px 14px;border-bottom:1px solid #e3ece7}.fc-import-source-panel.cash>header{background:#eff9f3}.fc-import-source-panel.bank>header{background:#f0f5fb}.fc-import-source-panel.fiscal-nonmoney>header{background:#fff8e9}.fc-import-source-panel>header div{display:grid;gap:2px}.fc-import-source-panel>header b{font-size:14px;letter-spacing:.04em}.fc-import-source-panel>header small{color:#6d7f76}.fc-import-source-panel>header strong{white-space:nowrap;font-size:17px}.fc-import-source-panel.cash>header strong{color:#168759}.fc-import-source-panel.bank>header strong{color:#326a9c}.fc-import-source-panel.fiscal-nonmoney>header strong{color:#9a6818}.fc-revenue-summary .is-fiscal-nonmoney{background:#fffaf0;border-color:#f0dfb8}.fc-revenue-summary .is-fiscal-nonmoney b{color:#946315}.fc-revenue-summary .is-fiscal-nonmoney small{display:block;margin-top:2px;font-size:10px;color:#856f49}.fc-import-source-list{display:grid}.fc-import-source-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;padding:11px 13px;border-bottom:1px dashed #e1e9e5}.fc-import-source-row:last-child{border-bottom:0}.fc-import-source-row>span{display:grid;gap:2px;min-width:0}.fc-import-source-row b{font-size:13px}.fc-import-source-row small{font-size:11px;color:#708078;white-space:normal}.fc-import-source-row>strong{font-size:14px;white-space:nowrap;align-self:center}
@media(max-width:840px){.fc-import-source-columns{grid-template-columns:1fr}.fc-range-popover{width:min(360px,calc(100vw - 54px))}}

/* 2.31.0.1 — background live refresh from 1C */
.fc-live-refresh-dock {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 26000;
  width: min(390px, calc(100vw - 34px));
  border: 1px solid rgba(21, 128, 86, .24);
  border-radius: 16px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 18px 52px rgba(15, 43, 34, .18);
  overflow: hidden;
  backdrop-filter: blur(12px);
}
.fc-live-refresh-dock.is-collapsed { width: min(340px, calc(100vw - 34px)); }
.fc-live-refresh-dock.is-done { border-color: rgba(21, 128, 86, .34); }
.fc-live-refresh-dock.is-error { border-color: rgba(194, 65, 65, .32); }
.fc-live-refresh-head { display: flex; align-items: stretch; min-height: 58px; }
.fc-live-refresh-main {
  flex: 1; min-width: 0; display: flex; align-items: center; gap: 11px;
  padding: 10px 8px 10px 12px; border: 0; background: transparent; text-align: left; cursor: pointer;
}
.fc-live-refresh-main > span:last-child { min-width: 0; display: grid; gap: 2px; }
.fc-live-refresh-main b { color: #173c31; font-size: 13px; line-height: 1.1; }
.fc-live-refresh-main small {
  display: block; max-width: 278px; color: #60746d; font-size: 11px; line-height: 1.25;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.fc-live-refresh-icon {
  width: 34px; height: 34px; border-radius: 11px; display: grid; place-items: center;
  flex: 0 0 34px; background: #eaf8f1; color: #12835b; font-weight: 900; font-size: 17px;
}
.fc-live-refresh-dock:not(.is-done):not(.is-error) .fc-live-refresh-icon { animation: fcLiveRefreshSpin 1.35s linear infinite; }
.fc-live-refresh-dock.is-error .fc-live-refresh-icon { background: #fff0f0; color: #bd3434; animation: none; }
.fc-live-refresh-dock.is-done .fc-live-refresh-icon { background: #eaf8f1; color: #12835b; animation: none; }
.fc-live-refresh-close {
  width: 42px; border: 0; background: transparent; color: #7c8c86; cursor: pointer; font-size: 22px;
}
.fc-live-refresh-close:hover { background: #f3f7f5; color: #284c40; }
.fc-live-refresh-progress { height: 4px; background: #eef3f1; overflow: hidden; }
.fc-live-refresh-progress i { display: block; height: 100%; min-width: 2px; background: #179666; transition: width .35s ease; }
.fc-live-refresh-dock.is-error .fc-live-refresh-progress i { background: #c94343; }
.fc-live-refresh-details { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px; padding: 10px 12px 12px; border-top: 1px solid #edf2ef; }
.fc-live-refresh-details > div { min-width: 0; display: grid; gap: 2px; padding: 8px 9px; border: 1px solid #e6eeea; border-radius: 10px; background: #f9fbfa; }
.fc-live-refresh-details span { color: #798983; font-size: 10px; text-transform: uppercase; letter-spacing: .035em; }
.fc-live-refresh-details b { color: #24483c; font-size: 11px; line-height: 1.25; overflow-wrap: anywhere; }
.fc-live-refresh-details .is-error b { color: #b73d3d; }
.fc-tool-btn.js-fc-refresh span { font-size: 10px; font-weight: 800; letter-spacing: .03em; }
@keyframes fcLiveRefreshSpin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@media (max-width: 720px) {
  .fc-live-refresh-dock { right: 10px; bottom: 10px; width: calc(100vw - 20px); }
  .fc-live-refresh-dock.is-collapsed { width: calc(100vw - 20px); }
}

/* 2.31.0.4 — clean wallets + stable 1C import picker */
.fc-revenue-stores-v2{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))!important;align-items:start!important;gap:12px!important;min-width:0!important}
.fc-revenue-store-org{min-width:0!important;overflow:hidden!important;padding:12px!important;border-color:#d9e7df!important;background:linear-gradient(180deg,#fff,#f8fcfa)!important;box-shadow:0 2px 8px rgba(31,76,57,.035)!important}
.fc-revenue-store-org>header{min-width:0!important;display:grid!important;grid-template-columns:auto minmax(0,1fr) auto!important;gap:8px!important;align-items:center!important}
.fc-revenue-store-org>header b{min-width:0!important;font-size:11px!important;line-height:1.2!important;overflow-wrap:anywhere!important}
.fc-revenue-store-org>header small{margin-left:0!important;white-space:nowrap!important}
.fc-revenue-store-org>div{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(128px,1fr))!important;gap:8px!important;min-width:0!important}
.fc-revenue-store-tile{min-width:0!important;width:100%!important;min-height:52px!important;padding:9px 10px!important;grid-template-columns:22px minmax(0,1fr)!important;overflow:hidden!important}
.fc-revenue-store-tile b{min-width:0!important;font-size:10px!important;line-height:1.2!important;white-space:normal!important;overflow-wrap:anywhere!important}
.fc-revenue-store-tile:has(input:checked){box-shadow:inset 0 0 0 1px rgba(23,142,94,.18)!important}
.fc-revenue-actions-top{align-items:center!important;flex-wrap:wrap!important}
.fc-revenue-actions-top>small{flex:1 1 260px!important;line-height:1.35!important}
.fc-revenue-sync-inline{display:grid;gap:2px;min-width:240px;padding:8px 11px;border:1px solid #cfe4da;border-radius:10px;background:#f2faf6;color:#245244;text-align:left;cursor:pointer}
.fc-revenue-sync-inline b{font-size:10px}.fc-revenue-sync-inline span{font-size:8.5px;color:#71857b}
.fc-range-popover{width:410px!important;max-width:calc(100vw - 60px)!important;padding:14px!important;border-radius:17px!important;box-shadow:0 24px 70px rgba(17,45,34,.23)!important}
.fc-range-popover header{grid-template-columns:42px 1fr 42px!important;margin-bottom:11px!important}.fc-range-popover header button{height:38px!important}
.fc-range-week,.fc-range-grid{grid-template-columns:repeat(7,minmax(0,1fr))!important;gap:4px!important}
.fc-range-week span{font-size:9px!important}.fc-range-day{min-height:40px!important;aspect-ratio:auto!important;font-size:11px!important}
.fc-range-popover footer>div{display:flex;gap:7px;flex-shrink:0}.fc-range-popover footer small{max-width:210px!important;font-size:9px!important}
.fc-wallet-org-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))!important}
.fc-quick-wallet-tile{min-width:0!important;min-height:118px!important;padding:11px!important}.fc-quick-wallet-tile b{white-space:normal!important;overflow-wrap:anywhere!important}.fc-quick-wallet-tile small{line-height:1.25!important}
.fc-money-card{min-width:0!important}.fc-money-card b{white-space:normal!important;overflow-wrap:anywhere!important}
@media(max-width:760px){.fc-revenue-stores-v2{grid-template-columns:1fr!important}.fc-revenue-store-org>div{grid-template-columns:repeat(2,minmax(0,1fr))!important}.fc-range-popover{width:calc(100vw - 44px)!important;left:-4px!important}.fc-range-day{min-height:36px!important}}
.fc-revenue-source-badge{font-size:13px!important;line-height:1.15!important;color:#28584a!important;white-space:normal!important}


/* 2.31.0.6 — strict source-of-truth banner for KKM revenue. */
.fc-revenue-strict-warning{display:flex;gap:10px;align-items:flex-start;margin:12px 0;padding:12px 14px;border:1px solid #efc56a;border-radius:14px;background:#fff8e7;color:#563b00}
.fc-revenue-strict-warning b{white-space:nowrap;font-size:13px}
.fc-revenue-strict-warning span{font-size:12px;line-height:1.45}
.fc-kkm-report-refs{color:#0d6d50!important;font-weight:700}


/* 2.31.0.7 — journal mini-calculator. Amount clicks never re-render the ledger, so scroll position stays untouched. */
.finance-ledger-v2 .js-fc-calc-amount{cursor:pointer;position:relative;transition:background .14s ease,box-shadow .14s ease}
.finance-ledger-v2 .js-fc-calc-amount:hover{background:#f4fbf7!important;box-shadow:inset 0 0 0 1px rgba(24,139,92,.16)}
.finance-ledger-v2 .js-fc-calc-amount.is-calc-selected{background:#e9f8f0!important;box-shadow:inset 0 0 0 2px rgba(19,145,91,.34)!important}
.finance-ledger-v2 .js-fc-calc-amount.is-calc-selected .fc-main-amount{color:#087747!important}
.fc-journal-calculator-host{position:fixed;left:calc(var(--desktop-sidebar,0px) + 22px);bottom:18px;z-index:8500;pointer-events:none}
.fc-journal-calculator{pointer-events:auto;display:grid;grid-template-columns:38px minmax(145px,1fr) 32px;align-items:center;gap:10px;min-width:250px;padding:9px 10px;border:1px solid #c9dfd3;border-radius:15px;background:rgba(255,255,255,.97);box-shadow:0 18px 46px rgba(18,58,39,.2);backdrop-filter:blur(14px)}
.fc-journal-calculator-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:#e6f6ee;color:#0a8355;font-size:19px;font-weight:950}
.fc-journal-calculator-copy{display:grid;min-width:0;gap:1px}.fc-journal-calculator-copy small{font-size:9px;font-weight:850;color:#70827a;text-transform:uppercase;letter-spacing:.04em}.fc-journal-calculator-copy strong{font-size:17px;line-height:1.15;color:#153f2e;white-space:nowrap}.fc-journal-calculator-copy span{font-size:9.5px;color:#71837b}
.fc-journal-calculator-clear{width:30px;height:30px;border:1px solid #d9e5df;border-radius:9px;background:#fff;color:#60736a;font-size:18px;line-height:1;cursor:pointer}.fc-journal-calculator-clear:hover{background:#f2f7f4;color:#234b3a}
@media(max-width:900px){.fc-journal-calculator-host{left:12px;bottom:12px}.fc-journal-calculator{min-width:230px}}

/* 2.31.0.16 — visible journal filters + clickable money history */
.fc-active-filter{display:flex;align-items:center;gap:8px;margin:0 14px 10px;padding:9px 11px;border:1px solid #cfe1d7;border-radius:11px;background:#f5fbf7;color:#29483a;font-size:10.5px;line-height:1.2}
.fc-active-filter>span{padding:4px 7px;border-radius:999px;background:#e1f3e8;color:#17714c;font-size:9px;font-weight:950;text-transform:uppercase;letter-spacing:.04em}
.fc-active-filter>b{font-weight:950;color:#233f32}.fc-active-filter>strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#52685d;font-weight:850}.fc-active-filter>button{margin-left:auto;width:28px;height:28px;border:1px solid #d5e3dc;border-radius:8px;background:#fff;color:#547065;font-size:16px;cursor:pointer}.fc-active-filter>button:hover{background:#e9f7ef;color:#126d48}
.fc-money-card.is-clickable{appearance:none;-webkit-appearance:none;width:100%;font:inherit;text-align:left;cursor:pointer;transition:transform .14s ease,border-color .14s ease,box-shadow .14s ease;background:inherit}
.fc-money-card.is-clickable:hover{transform:translateY(-2px);border-color:#8fc8aa!important;box-shadow:0 10px 24px rgba(28,86,57,.10)}
.fc-money-card.is-clickable:focus-visible{outline:3px solid rgba(22,146,95,.18);outline-offset:2px}

/* 2.31.0.17 — explicit expense tax scope + cumulative journal filters */
.fc-quick-cash-scope>div:first-child{display:grid;gap:3px;min-width:0}.fc-quick-cash-scope>div:first-child>span{font-size:9px;font-weight:900;color:#52635a;text-transform:uppercase;letter-spacing:.04em}.fc-quick-cash-scope>div:first-child>small{font-size:10px;line-height:1.35;color:#74857c;max-width:620px}
.fc-active-filters{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin:0 14px 10px;padding:9px 11px;border:1px solid #cfe1d7;border-radius:11px;background:#f5fbf7}.fc-active-filters__label{font-size:9px;font-weight:950;color:#17714c;text-transform:uppercase;letter-spacing:.05em}.fc-active-filter-chip{display:inline-flex;align-items:center;gap:5px;max-width:420px;padding:6px 8px;border:1px solid #cfe1d7;border-radius:9px;background:#fff;color:#29483a;cursor:pointer}.fc-active-filter-chip b{font-size:9px;color:#17714c;text-transform:uppercase}.fc-active-filter-chip strong{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fc-active-filter-chip i{font-style:normal;font-size:14px;color:#698076}.fc-active-filters__clear{margin-left:auto;border:0;background:transparent;color:#557064;font-size:10px;font-weight:900;cursor:pointer}

/* 2.31.0.18 — fresh finance scope loading + exact wallet when editing */
.fc-scope-loading{min-height:220px;display:grid;place-items:center}.fc-scope-loading .fc-catalog-loading{display:flex;align-items:center;gap:14px;padding:24px;color:#365648}.fc-scope-loading .fc-catalog-loading>span{width:24px;height:24px;border:3px solid #d7e8df;border-top-color:#188b5c;border-radius:50%;animation:fcScopeSpin .8s linear infinite}.fc-scope-loading .fc-catalog-loading>div{display:grid;gap:3px}.fc-scope-loading strong{font-size:15px}.fc-scope-loading small{font-size:11px;color:#718078}@keyframes fcScopeSpin{to{transform:rotate(360deg)}}
.fc-wallet-exact-edit{margin-bottom:8px;padding-bottom:8px;border-bottom:1px dashed #bfd8ca}.fc-wallet-exact-edit .fc-wallet-org-title span{color:#0b7b50;font-weight:900}

/* 2.32.0.20.3 point selection: point tiles remain interactive even when network-wide is active. */
.fc-store-org-groups.is-disabled .fc-quick-store-tile{cursor:pointer}
.fc-store-org-groups.is-disabled .fc-quick-store-tile:hover{opacity:1;border-color:#8fbea7;background:#fbfefc}

/* 2.32.0.20.3 R6 — explicit Yandex preview channel */
.fc-import-source-columns.has-yandex{grid-template-columns:repeat(3,minmax(0,1fr))}
.fc-import-source-columns.has-yandex.has-fiscal-nonmoney .fc-import-source-panel.fiscal-nonmoney{grid-column:1/-1}
.fc-import-source-panel.yandex>header{background:#f7f2ff}
.fc-import-source-panel.yandex>header strong{color:#6f4aa8}
@media(max-width:1080px){.fc-import-source-columns.has-yandex{grid-template-columns:1fr 1fr}.fc-import-source-columns.has-yandex .fc-import-source-panel.yandex{grid-column:1/-1}}
@media(max-width:840px){.fc-import-source-columns.has-yandex{grid-template-columns:1fr}.fc-import-source-columns.has-yandex .fc-import-source-panel.yandex{grid-column:auto}}
