@tailwind base;@tailwind components;@tailwind utilities;@font-face{font-family:Gilroy;src:local("Gilroy Regular"),local("Gilroy-Regular"),local("Gilroy"),url(/fonts/gilroy/Gilroy-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Gilroy;src:local("Gilroy Medium"),local("Gilroy-Medium"),url(/fonts/gilroy/Gilroy-Medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Gilroy;src:local("Gilroy SemiBold"),local("Gilroy-SemiBold"),local("Gilroy Semibold"),local("Gilroy-Semibold"),url(/fonts/gilroy/Gilroy-SemiBold.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Gilroy;src:local("Gilroy Bold"),local("Gilroy-Bold"),url(/fonts/gilroy/Gilroy-Bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}:root{--bg: #e9eef6;--card: #ffffff;--panel: rgba(15, 23, 42, .04);--panel-2: #f6f4f5;--border: rgba(15, 23, 42, .12);--text: rgba(15, 23, 42, .92);--muted: rgba(15, 23, 42, .62);--muted-2: rgba(15, 23, 42, .45);--accent: #000;--accent-2: rgba(90, 90, 90, .14);--good: #16a34a;--bad: #ef4444;--shadow: 0 10px 30px rgba(15, 23, 42, .1);--radius: 16px;--radius-sm: 12px;--font: Arial, sans-serif;--mono: Arial, sans-serif;--fs: 13px;--fs-sm: 12px;--fs-lg: 16px;--table-cell-py: 6px;--table-cell-px: 8px;--table-font-size: var(--fs-sm);--table-line-height: 1.2;--table-th-font-size: 11px;--pad: 16px;--gap: 14px;--control-h: 44px}*{box-sizing:border-box}html,body{height:100%}body{margin:0;font-family:var(--font);font-size:var(--fs);color:var(--text);background:#f6f4f5}button,input,select,textarea,table,th,td{font-family:inherit}a{color:var(--text);text-decoration:none}a:hover{text-decoration:underline}h1{font-size:32px;line-height:40px;margin:0;font-weight:600}h2{font-size:24px;line-height:32px;margin:0;font-weight:600}h3{font-size:20px;line-height:28px;margin:0;font-weight:600}h4{font-size:18px;line-height:26px;margin:0;font-weight:600}h5{font-size:16px;line-height:24px;margin:0;font-weight:600}h6{font-size:14px;line-height:20px;margin:0;font-weight:600}small,.muted{color:var(--muted);line-height:24px;margin:0;color:#6b7280}.container{max-width:none;margin:0;padding:26px}.appShell{display:flex;flex-direction:column;min-height:100vh}.topbar{position:sticky;top:0;z-index:100;display:flex;align-items:center;height:56px;padding:0 20px;background:#ffffffeb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);gap:8px}.topbarLeft{display:flex;align-items:center;flex-shrink:0}.topbarLogo{width:36px;height:36px;padding:0;border:0;border-radius:10px;background:transparent;cursor:pointer;overflow:hidden;display:flex;align-items:center;justify-content:center}.topbarLogo:hover{background:var(--panel)}.topbarLogoImg{width:32px;height:32px;border-radius:8px;object-fit:cover}.topbarNav{display:flex;align-items:center;gap:2px;flex:1;margin-left:12px}.topbarLink{padding:7px 14px;border-radius:10px;font-size:14px;font-weight:500;color:var(--muted);white-space:nowrap;transition:background .12s,color .12s}.topbarLink:hover{background:var(--panel);color:var(--text);text-decoration:none}.topbarLinkActive{background:#f1f0f5;color:var(--text);font-weight:600}.topbarDropdownWrap{position:relative}.topbarDropdownTrigger{display:flex;align-items:center;gap:4px;padding:7px 12px;border-radius:10px;border:0;background:transparent;font-size:14px;font-weight:500;color:var(--muted);cursor:pointer;white-space:nowrap;transition:background .12s,color .12s}.topbarDropdownTrigger:hover{background:var(--panel);color:var(--text)}.topbarDropdownTrigger.topbarLinkActive{background:#f1f0f5;color:var(--text);font-weight:600}.topbarChevron{transition:transform .16s ease}.topbarChevron.isOpen{transform:rotate(180deg)}.topbarDropdownPanel{position:absolute;top:calc(100% + 6px);left:0;min-width:220px;padding:6px;background:#fff;border:1px solid var(--border);border-radius:14px;box-shadow:0 12px 40px #0f172a1f,0 2px 8px #0f172a0f;animation:topbarDropFadeIn .12s ease;z-index:200}@keyframes topbarDropFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.topbarDropdownItem{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:10px;font-size:14px;font-weight:400;color:var(--text);white-space:nowrap;transition:background .12s}.topbarDropdownItem:hover{background:var(--panel);text-decoration:none}.topbarDropdownItemActive{background:#f1f0f5;font-weight:600}.topbarDropdownDivider{height:1px;margin:4px 8px;background:var(--border)}.topbarDropdownSubmenuWrap{position:relative}.topbarDropdownItemHasChildren{justify-content:space-between}.topbarSubmenuArrow{font-size:16px;color:var(--muted);margin-left:auto;line-height:1}.topbarSubmenuPanel{display:none;position:absolute;left:calc(100% + 4px);top:-6px;min-width:200px;padding:6px;background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:0 8px 24px #0f172a1a;animation:topbarDropFadeIn .1s ease;z-index:210}.topbarDropdownSubmenuWrap:hover>.topbarSubmenuPanel{display:block}.topbarSubmenuItem{font-size:13px;padding:7px 12px}.topbarRight{display:flex;align-items:center;justify-content:flex-end;position:relative;flex-shrink:0;margin-left:auto}.topbarProfileBtn{display:flex;align-items:center;gap:6px;padding:4px 10px 4px 4px;border:1px solid var(--border);border-radius:24px;background:#fff;cursor:pointer;transition:background .12s,border-color .12s}.topbarProfileBtn:hover,.topbarProfileBtnActive{background:var(--panel);border-color:#ccc}.topbarAvatar{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;font-weight:800;font-size:12px;color:#fff;background:linear-gradient(135deg,#6366f1,#818cf8);box-shadow:0 2px 8px #6366f14d}.topbarProfilePanel{right:0;left:auto;min-width:240px}.topbarProfileInfo{padding:10px 12px 8px;display:grid;gap:2px}.topbarProfileName{font-weight:700;font-size:14px;color:var(--text)}.topbarProfileEmail{font-size:12px;color:var(--muted)}.topbarLogoutBtn{width:100%;border:0;background:transparent;cursor:pointer;color:#ef4444;font-weight:500}.topbarLogoutBtn:hover{background:#fef2f2}.content{flex:1;min-width:0;background:#fff}.contentInner{max-width:1400px;margin:0 auto}.contentBody{padding:26px}.nav{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.nav a{padding:6px 10px;border-radius:10px;border:1px solid transparent;color:var(--muted)}.nav a:hover{background:var(--panel);border-color:var(--border);color:var(--text);text-decoration:none}.pageHeader{display:flex;align-items:flex-end;justify-content:space-between;gap:var(--gap);margin-bottom:12px}.breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:6px;font-size:13px;color:var(--muted);background:#fff;border-top-right-radius:10px;margin-bottom:6px;border-bottom:2px solid #f6f4f5;padding:26px}.breadcrumbsItem{display:inline-flex;align-items:center;gap:6px}.breadcrumbsLink{color:var(--muted);text-decoration:none}.breadcrumbsLink:hover{color:var(--text);text-decoration:none}.breadcrumbsCurrent{color:var(--text);font-weight:700}.breadcrumbsSep{opacity:.7;margin:0 2px}.breadcrumbsEllipsis{opacity:.7}.tableSummaryRow td{font-weight:700;background:#6366f10a;border-top:2px solid rgba(99,102,241,.12)}.tableSummaryRow:hover td{background:#6366f112}.headerLinks{display:flex;gap:10px;flex-wrap:wrap}.headerLinks a{color:var(--muted)}.headerLinks a:hover{color:var(--text)}.card{border-radius:10px;border:2px solid #f6f4f5;padding:26px}.cardFilter{border-radius:10px;border:2px solid #f6f4f5}.cardPlain{border:0;border-radius:0;padding:0}.cardTitleRow{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.toolbar{display:flex;gap:10px;align-items:flex-end;flex-wrap:wrap}.field{display:grid;gap:6px}.label{font-size:var(--fs-sm);color:var(--muted)}.input,select,input{height:var(--control-h);padding:0 10px;border-radius:12px;border:1px solid var(--border);background:var(--card);color:var(--text);outline:none}input[type=checkbox],input[type=radio]{height:16px;width:16px;padding:0;border-radius:4px;accent-color:var(--accent)}input[type=datetime-local]{padding-right:6px}input::placeholder{color:var(--muted-2)}.input:focus,select:focus,input:not([type=checkbox]):not([type=radio]):focus{border-color:#2563eb73;box-shadow:0 0 0 3px #2563eb2e}input[type=checkbox]:focus,input[type=radio]:focus{box-shadow:none}input[type=checkbox]:focus-visible,input[type=radio]:focus-visible{outline:2px solid rgba(37,99,235,.45);outline-offset:2px}.btn,button{height:var(--control-h);padding:0 16px;border-radius:10px;border:0;background:var(--panel);color:var(--text);cursor:pointer}.btn:hover,button:hover{background:var(--panel-2)}.btn:focus-visible,button:focus-visible{outline:none;border-color:#2563eb73;box-shadow:0 0 0 3px #2563eb2e}.btn:disabled,button:disabled{opacity:.55;cursor:not-allowed}.btn:disabled:hover,button:disabled:hover{background:var(--panel)}.btnPrimary{border-color:#000000e5;background:#000;color:#fff}.btnPrimary:hover{background:#2f2f2f}.btnPrimary:disabled{background:var(--accent)}.btnPrimary:disabled:hover{background:var(--accent)}.btnOutline{background:transparent;border:1px solid var(--border);color:var(--text)}.btnOutline:hover{background:var(--panel)}.btnSuccess{border-color:#16a34ae6;background:var(--good);color:#fff}.btnSuccess:hover{background:#15803d}.btnDark{border-color:#0f172a8c;background:#0f172aeb;color:#fff}.btnDark:hover{background:#0f172afa}.btnDanger{border-color:#ef44448c;background:#ef44441a;color:#b91c1cf2}.btnDanger:hover{background:#ef444429}.badge{display:inline-block;padding:2px 8px;border-radius:9999px;font-size:12px;font-weight:500;line-height:1.4;white-space:nowrap}.badgeGreen{background:#22c55e1f;color:#16a34a}.badgeRed{background:#ef44441f;color:#dc2626}.badgeYellow{background:#facc1526;color:#a16207}.btnPill{height:34px;padding:0 14px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:700;font-size:13px;background:#ffffffb3;border-color:#0f172a24}.btnPill:hover{background:#ffffffe6}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:14px}.grid3{display:grid;grid-template-columns:repeat(3,minmax(220px,1fr));gap:12px;align-items:start}@media(max-width:960px){.grid2,.grid3,.appShell,.appShellCollapsed{grid-template-columns:1fr}.sidebar{position:static;height:auto;border-right:none;border-bottom:1px solid var(--border)}}.row{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.spacer{flex:1}.tabs{display:inline-flex;gap:2px;padding:3px;background:var(--panel, #f3f4f6);border-radius:10px;border:1px solid var(--border, #e5e7eb)}.tab{position:relative;padding:8px 18px;border:none;border-radius:8px;background:transparent;color:var(--textMuted, #6b7280);font-family:Gilroy,sans-serif;font-weight:500;font-size:14px;cursor:pointer;transition:all .2s ease;white-space:nowrap;line-height:1.4}.tab:hover{color:var(--text, #111827);background:#0000000a}.tab.active{color:var(--text, #111827);background:#fff;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000a;font-weight:600}.accordion{padding:0;overflow:hidden}.accordion>summary{display:flex;align-items:center;gap:10px;cursor:pointer;padding:16px 22px;font-family:Gilroy,sans-serif;font-weight:600;font-size:15px;color:var(--text, #111827);list-style:none;background:var(--panel, #fafafa);border-bottom:1px solid transparent;transition:background .15s ease;-webkit-user-select:none;user-select:none}.accordion[open]>summary{border-bottom-color:var(--border, #f0eeef)}.accordion>summary::-webkit-details-marker{display:none}.accordion>summary:before{content:"";display:inline-block;width:18px;height:18px;flex-shrink:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:16px;transition:transform .2s ease}.accordion[open]>summary:before{transform:rotate(90deg)}.accordion>summary:hover{background:#f3f2f3}.accordion>summary .accordionBadge{font-size:12px;font-weight:500;color:var(--textMuted, #6b7280);background:#0000000f;padding:2px 9px;border-radius:10px;line-height:1.4}.accordionBody{padding:18px 22px 22px}.table{width:100%;border-collapse:separate;border-spacing:0;overflow:hidden;border-radius:14px;border:2px solid #f6f4f5;background:#ffffffb3;box-shadow:0 1px #ffffffb3 inset}.tableAuto{min-width:max-content}.tableWrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.tableClickableRow{cursor:pointer}.tableCellActions{text-align:right;white-space:nowrap}.table th,.table td{padding:var(--table-cell-py) var(--table-cell-px);border-bottom:1px solid rgba(15,23,42,.08);font-size:var(--table-font-size);line-height:var(--table-line-height)}.table th{font-size:var(--table-th-font-size);color:var(--muted);text-align:left;background:#f6f4f5;position:sticky;top:0;z-index:2}.table th.num{text-align:right}.table tbody tr{transition:background .12s ease}.table tr:hover td{background:#6366f10d}.tableGroupRow td{background:#f6f4f5}.table .tableGroupRow td{padding-top:10px}.tableGroupRow:hover td{background:#f2f2f4}.tableCompact th,.tableCompact td{--table-cell-py: 6px;--table-cell-px: 8px;--table-font-size: var(--fs-sm);--table-line-height: 1.2;--table-th-font-size: 11px}.pill{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;padding:4px 10px;border-radius:999px;border:1px solid rgba(15,23,42,.12);background:#ffffffb3;font-size:12px;font-weight:700;line-height:1.2}.pill--neutral{color:var(--muted);background:#0f172a0a;border-color:#0f172a1a}.pill--info{color:var(--accent);background:#2563eb1a;border-color:#2563eb40}.pill--good{color:var(--good);background:#16a34a1a;border-color:#16a34a40}.pill--bad{color:var(--bad);background:#ef44441a;border-color:#ef444440}.pill--warning{color:#b45309;background:#f59e0b1f;border-color:#f59e0b4d}.modalOverlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;display:flex;align-items:flex-start;justify-content:center;padding:40px 12px;z-index:1000}.modalCard{max-height:85vh;display:flex;flex-direction:column;background:#fff}.modalCloseBtn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:none;background:transparent;font-size:24px;line-height:1;color:var(--muted);cursor:pointer;transition:background .15s,color .15s;flex-shrink:0;padding:0}.modalCloseBtn:hover{background:#0000000f;color:var(--text)}.formSection{margin-top:20px}.formSection:first-child{margin-top:0}.formDivider{border:none;border-top:1px solid rgba(15,23,42,.08);margin:24px 0 0}.formSectionHeader{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:600;color:var(--text);margin:16px 0 4px;letter-spacing:-.01em}.formSectionHeader .sectionIcon{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:8px;font-size:15px;flex-shrink:0}.formSectionHeader .sectionIcon.blue{background:#3b82f614;color:#3b82f6}.formSectionHeader .sectionIcon.green{background:#22c55e14;color:#22c55e}.formSectionHeader .sectionIcon.purple{background:#8b5cf614;color:#8b5cf6}.formField{display:grid;gap:5px;margin-top:14px}.formField:first-child{margin-top:10px}.formLabel{font-size:12px;font-weight:500;color:var(--muted);letter-spacing:.01em}.hintText{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--muted-2);margin-top:16px;padding:8px 12px;background:#0f172a06;border-radius:8px;border:1px solid rgba(15,23,42,.05)}.requiredMark{color:#ef4444;margin-left:2px;font-weight:400}.founderTable{width:100%;border-collapse:separate;border-spacing:0;margin-top:14px;border:1px solid rgba(15,23,42,.1);border-radius:10px;overflow:hidden;font-size:13px}.founderTable th{background:#0f172a09;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);padding:10px 12px;text-align:left;border-bottom:1px solid rgba(15,23,42,.1);white-space:nowrap}.founderTable td{padding:10px 12px;border-bottom:1px solid rgba(15,23,42,.06);vertical-align:middle;color:var(--text)}.founderTable tbody tr:last-child td{border-bottom:none}.founderTable tbody tr:hover{background:#0f172a05}.founderTable .colCenter{text-align:center}.founderTable .colRight{text-align:right}.founderTable .rowTotal td{font-weight:600;background:#0f172a06;border-top:1px solid rgba(15,23,42,.1);border-bottom:none;font-size:13px}.founderTable select{height:36px;font-size:12px;border-radius:8px;padding:0 8px;min-width:140px;width:100%}.formActions{margin-top:24px;padding-top:20px;border-top:1px solid rgba(15,23,42,.08)}.dataTable{width:100%;border-collapse:separate;border-spacing:0;margin-top:16px;border:1px solid rgba(15,23,42,.08);border-radius:10px;overflow:hidden;font-size:13px}.dataTable th{background:#0f172a08;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);padding:10px 16px;text-align:left;border-bottom:1px solid rgba(15,23,42,.08);white-space:nowrap}.dataTable td{padding:12px 16px;border-bottom:1px solid rgba(15,23,42,.05);vertical-align:middle;color:var(--text)}.dataTable tbody tr:last-child td{border-bottom:none}.dataTable tbody tr:hover{background:#0f172a04}.dataTable .colCenter{text-align:center}.dataTable .colRight{text-align:right}.dataTable .rowTotal td{font-weight:600;background:#0f172a06;border-top:1px solid rgba(15,23,42,.08);border-bottom:none}.dataTable .btnSmall{background:none;border:1px solid rgba(15,23,42,.1);border-radius:8px;width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:15px;padding:0;transition:background .15s,border-color .15s}.dataTable .btnSmall:hover{background:#0f172a0a;border-color:#0f172a2e}.dataTable select,.dataTable input{height:36px;font-size:12px;border-radius:8px;padding:0 8px}.modalWidth520{width:520px}.modalWidth720{width:720px}.modalWidth820{width:820px}.modalWidth920{width:min(920px,100%)}.modalBody{overflow-y:auto;flex:1 1 auto;padding:4px 0 0}.emptyState{border:1px dashed rgba(15,23,42,.1);border-radius:var(--radius);padding:48px 24px;background:#ffffff8c;text-align:center;display:flex;flex-direction:column;align-items:center;gap:6px}.emptyState:before{content:"";display:block;width:56px;height:56px;margin-bottom:8px;border-radius:50%;background:linear-gradient(135deg,#6366f11a,#a855f71a);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24' fill='none' stroke='%236366f1' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'%3E%3C/path%3E%3Cpolyline points='14 2 14 8 20 8'%3E%3C/polyline%3E%3Cline x1='12' y1='18' x2='12' y2='12'%3E%3C/line%3E%3Cline x1='9' y1='15' x2='15' y2='15'%3E%3C/line%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;flex-shrink:0}.emptyStateTitle{font-weight:700;font-size:15px;padding-bottom:2px;color:var(--text)}.counterpartyAutocomplete,.financeCategoryAutocomplete{position:relative}.counterpartyAutocompleteInput,.financeCategoryAutocompleteInput{width:100%}.counterpartyAutocompleteDropdown,.financeCategoryAutocompleteDropdown{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:50;background:var(--card, #fff);border:1px solid rgba(0,0,0,.12);border-radius:8px;box-shadow:0 12px 30px #0000001f;max-height:320px;overflow-y:auto}.counterpartyAutocompleteItem{padding:8px 10px;cursor:pointer;display:flex;justify-content:space-between;gap:10px;background:transparent}.counterpartyAutocompleteItem.isActive,.financeCategoryAutocompleteItem.isActive{background:#0000000f}.counterpartyAutocompleteHint,.financeCategoryAutocompleteFoot{font-size:12px;margin-top:6px}.financeCategoryAutocompleteItem{padding:8px 10px;cursor:pointer;background:transparent;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.financeCategoryAutocompleteHint{font-size:12px;padding:8px 10px}.cardSubtitle{font-size:12px;padding-top:2px}.errorBoundaryContainer{padding:16px}.tableCompact th{font-size:var(--table-th-font-size)}.tableSpacious th,.tableSpacious td{--table-cell-py: 10px;--table-cell-px: 12px;--table-font-size: var(--fs);--table-line-height: 1.25;--table-th-font-size: var(--fs-sm)}.planFactPivotWrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.planFactPivotTable{min-width:960px}.planFactPivotArticleHeader{min-width:260px}.planFactPivotArticleHeaderWide{min-width:340px}.planFactPivotTable.tableCompact th,.planFactPivotTable.tableCompact td{padding:4px 6px;font-size:11px;line-height:1.2}.planFactPivotTable.tableCompact thead th{font-size:10px}.planFactPivotTable thead th.planFactPivotGroupHeader{text-align:center}.planFactPivotColStart{border-left:2px solid rgba(15,23,42,.1)}.planFactPivotTable .tableGroupRow td{padding-top:6px}.pfNameCell{position:relative}.pfDepth0{padding-left:16px}.pfDepth1{padding-left:28px}.pfDepth2{padding-left:40px}.pfDepth3{padding-left:52px}.pfDepth4{padding-left:64px}.pfDepth5{padding-left:76px}.pfDepth6{padding-left:88px}.pfDepth7{padding-left:100px}.pfDepth8{padding-left:112px}.pfDepth9{padding-left:124px}.pfDepth10{padding-left:136px}.pfStripe{position:absolute;top:0;bottom:0}.pfStripeRoot{left:6px;width:4px}.pfStripeSub{left:16px;width:2px}.pfStripeCapTop{top:10px;border-top-left-radius:6px;border-top-right-radius:6px}.pfStripeCapBottom{bottom:10px;border-bottom-left-radius:6px;border-bottom-right-radius:6px}.pfStripeRoot.pfStripeC0{background:#3b82f68c}.pfStripeRoot.pfStripeC1{background:#10b9818c}.pfStripeRoot.pfStripeC2{background:#f59e0b8c}.pfStripeRoot.pfStripeC3{background:#a855f78c}.pfStripeRoot.pfStripeC4{background:#ef44448c}.pfStripeRoot.pfStripeC5{background:#14b8a68c}.pfStripeRoot.pfStripeC6{background:#64748b8c}.pfStripeSub.pfStripeC0{background:#3b82f640}.pfStripeSub.pfStripeC1{background:#10b98140}.pfStripeSub.pfStripeC2{background:#f59e0b40}.pfStripeSub.pfStripeC3{background:#a855f740}.pfStripeSub.pfStripeC4{background:#ef444440}.pfStripeSub.pfStripeC5{background:#14b8a640}.pfStripeSub.pfStripeC6{background:#64748b40}.pfNameRow{display:inline-flex;align-items:baseline;gap:8px}.pfNameRowStrong{font-weight:700}.pfNameRowNormal{font-weight:500}.pfBadgeCount{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:18px;padding:0 5px;margin-left:6px;border-radius:9px;background:#0f172a14;font-size:11px;font-weight:600;color:var(--muted);line-height:1}.pfToggle{cursor:pointer;-webkit-user-select:none;user-select:none;margin-right:4px;opacity:.5;font-size:9px;display:inline-block;transition:opacity .15s}.pfToggle:hover{opacity:1}.pfSourceLabel{font-size:12px;font-weight:500}.pfCellStrong{font-weight:700}.pfCellMedium{font-weight:500}.planFactPivotTable thead tr:first-child th:first-child{position:relative;z-index:6;transform:translate(var(--pfScrollLeft, 0px));background:#f6f4f5;box-shadow:2px 0 #0f172a1a}.planFactPivotTable tbody td:first-child{position:relative;z-index:5;transform:translate(var(--pfScrollLeft, 0px));background:#fffffffa;box-shadow:2px 0 #0f172a1a}.planFactPivotTable tbody tr:hover td:first-child{background:#f2f2f4}.planFactPivotTable tbody .tableGroupRow td:first-child{background:#f6f4f5}.planFactPivotTable tbody .tableGroupRow:hover td:first-child{background:#f2f2f4}.btnSmall{height:30px;padding:0 10px;border-radius:10px;font-size:var(--fs-sm)}.btnSmallPrimary{border-color:#2563ebe6;background:var(--accent);color:#fff}.btnSmallPrimary:hover{background:#1d4ed8}.btnSmallPrimary:disabled{background:var(--accent)}.btnSmallPrimary:disabled:hover{background:var(--accent)}.controlSmall{height:32px;padding:0 8px;border-radius:10px;font-size:var(--fs-sm)}.uMb12{margin-bottom:12px}.uW120{width:120px}.uMinW260{min-width:260px}.uMoneyInput{width:140px;text-align:right}.uPt10{padding-top:10px}.num{text-align:right;font-family:inherit;font-variant-numeric:tabular-nums}.mono{font-family:inherit;font-variant-numeric:tabular-nums}.kpi{display:grid;gap:4px}.kpiValue{font-family:inherit;font-variant-numeric:tabular-nums;font-size:18px;font-weight:800}.kpiGood{color:var(--good)}.kpiBad{color:var(--bad)}.noticeError{border:1px solid rgba(239,68,68,.35);background:#ef44441a;color:#0f172aeb;border-radius:12px;padding:10px 12px}.notice{border:1px solid rgba(15,23,42,.14);background:#f6f4f5;color:#0f172aeb;border-radius:12px;padding:10px 12px}.noticeWarning{border:1px solid rgba(245,158,11,.35);background:#f59e0b1f;color:#0f172aeb;border-radius:12px;padding:10px 12px}.noticeSuccess{border:1px solid rgba(34,197,94,.35);background:#22c55e1a;color:#0f172aeb;border-radius:12px;padding:10px 12px}.toastHost{position:fixed;top:16px;left:16px;display:grid;gap:10px;width:min(520px,calc(100vw - 32px));z-index:2000}.toastItem{box-shadow:var(--shadow);cursor:pointer;padding:14px 16px;font-size:15px;font-weight:800}.toastItem.noticeSuccess{border:1px solid rgba(22,163,74,.25);background:#32d74b;color:#fff}.payrollDayGridWrap{overflow:auto;max-height:70vh}.payrollDayGrid{border-collapse:separate;border-spacing:0;width:100%}.payrollDayGrid th,.payrollDayGrid td{border-right:1px solid rgba(15,23,42,.08);border-bottom:1px solid rgba(15,23,42,.08);padding:4px 6px;font-size:12px;white-space:nowrap}.payrollDayGrid th{position:sticky;top:0;background:#0f172a0a;z-index:2;font-weight:800}.payrollDayGrid .stickyCol{position:sticky;left:0;background:#fff;z-index:1}.payrollDayGrid th.stickyCol{z-index:3}.payrollDayGrid td.dayCell{cursor:pointer;text-align:right;font-family:inherit;font-variant-numeric:tabular-nums}.payrollDayGrid td.dayCellHasValue{background:#16a34a14}.payrollDayGrid td.dayCell:hover{background:#0f172a0a}.mb12{margin-bottom:12px}.mb6{margin-bottom:6px}.minW260{min-width:260px}.minW220{min-width:220px}.minW140{min-width:140px}.w90{width:90px}.gap6{gap:6px}.gap10{gap:10px}.gap12{gap:12px}.justifyEnd{justify-content:flex-end}.alignEnd{align-items:flex-end}.flexWrap{flex-wrap:wrap}.alignStart{align-items:flex-start}.placeCenter{place-items:center}.pb6{padding-bottom:6px}.p10{padding:10px}.p12{padding:12px}.mt4{margin-top:4px}.mt6{margin-top:6px}.mt40{margin-top:40px}.my40{margin:40px 0}.mxAuto{margin-left:auto;margin-right:auto}.minW280{min-width:280px}.minW190{min-width:190px}.minW320{min-width:320px}.minW0{min-width:0}.w120{width:120px}.w130{width:130px}.w44{width:44px}.w40{width:40px}.w70{width:70px}.w110{width:110px}.w220{width:220px}.w150{width:150px}.w80{width:80px}.h14{height:14px}.h36{height:36px}.h140{height:140px}.w160{width:160px}.w360{width:360px}.w420{width:420px}.wFull{width:100%}.ml8{margin-left:8px}.pl0{padding-left:0}.pl16{padding-left:16px}.pl32{padding-left:32px}.pl48{padding-left:48px}.pl64{padding-left:64px}.pl80{padding-left:80px}.pl96{padding-left:96px}.maxW200{max-width:200px}.maxW220{max-width:220px}.maxW420{max-width:420px}.maxW520{max-width:520px}.cursorPointer{cursor:pointer}.preWrap{white-space:pre-wrap}.mb14{margin-bottom:14px}.p14{padding:14px}.p20{padding:20px}.p6x10{padding:6px 10px}.lineHeight15{line-height:1.5}.nowrap{white-space:nowrap}.gridGap8{display:grid;gap:8px}.cursorDefault{cursor:default}.radius20{border-radius:20px}.radius24{border-radius:24px}.radius18{border-radius:18px}.fs26{font-size:26px}.compareFilterPanel{margin-top:8px;border:1px solid rgba(0,0,0,.08);border-radius:10px;padding:10px;max-height:240px;overflow:auto}.compareFilterPanelTall{max-height:260px}.adminOrderCard{border:1px solid var(--border);border-radius:10px;padding:10px;background:#ffffff0a}.fs10{font-size:10px}.fs11{font-size:11px}.opacity70{opacity:.7}.gridGap2{display:grid;gap:2px}.pt18{padding-top:18px}.mt10{margin-top:10px}.mt12{margin-top:12px}.mt14{margin-top:14px}.fw600{font-weight:600}.fw700{font-weight:700}.fw800{font-weight:800}.fw900{font-weight:900}.fs12{font-size:12px}.fs22{font-size:22px}.fs28{font-size:28px}.opacity65{opacity:.65}.maxW280{max-width:280px}.textEllipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.displayGrid{display:grid}.displayFlex{display:flex}.h16{height:16px}.w16{width:16px}.h32{height:32px}.w32{width:32px}.br8{border-radius:8px}.br10{border-radius:10px}.lineHeight1{line-height:1}.bgHighlight{background:#8fd9ff2e}.p6y0{padding:6px 0}.flex1{flex:1}.maxWidth100{max-width:100%}.gridGap6{display:grid;gap:6px}.gridGap12{display:grid;gap:12px}.pt10{padding-top:10px}.pt6{padding-top:6px}.pt8{padding-top:8px}.minW240{min-width:240px}.selfEnd{align-self:flex-end}.justifyBetween{justify-content:space-between}.itemsFlexEnd{align-items:flex-end}.mb10{margin-bottom:10px}.minW160{min-width:160px}.minW180{min-width:180px}.gap8{gap:8px}.mt8{margin-top:8px}.maxW160{max-width:160px}.textRight{text-align:right}.gridColumnAll{grid-column:1 / -1}.grid3ColsMin160{grid-template-columns:repeat(3,minmax(160px,1fr))}.gridGap14{display:grid;gap:14px}.h32w32{height:32px;width:32px}.p0{padding:0}.radius10{border-radius:10px}.fs18{font-size:18px}.lh1{line-height:1}.minW200{min-width:200px}.py6{padding:6px 0}.w140{width:140px}.inlineFlex{display:inline-flex}.itemsBaseline{align-items:baseline}.justifyFlexEnd{justify-content:flex-end}.itemsCenter{align-items:center}.gridGap10{display:grid;gap:10px}.h16w16{height:16px;width:16px}.m0{margin:0}.formSection{background:#f8fafcb3;border:1px solid rgba(15,23,42,.06);border-radius:var(--radius);padding:14px 16px 16px}.formSectionTitle{font-weight:600;font-size:13px;margin-bottom:10px;color:var(--text)}.formLabel{font-size:12px;font-weight:500;color:#0f172a8c;margin-bottom:4px;display:block}.alertDanger{background:#dc262614;color:#b91c1c;border:1px solid rgba(220,38,38,.15);border-radius:var(--radius);padding:10px 14px;font-size:13px;font-weight:500}.alertSuccess{background:#16a34a14;color:#15803d;border:1px solid rgba(22,163,74,.15);border-radius:var(--radius);padding:10px 14px;font-size:13px;font-weight:500}.allocationRow{display:flex;gap:8px;align-items:center}.allocationRow select{flex:2}.allocationRow input[type=number]{flex:1}.allocationTotal{font-weight:700;font-size:15px;color:var(--text)}.transfersGrid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.rowHighlight{background:#6366f10a!important}.tableSummaryRow td{border-top:2px solid rgba(15,23,42,.1);padding-top:8px}.cardsRow{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:4px}.summaryCard{flex:1;min-width:180px;background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:18px 20px;box-shadow:var(--shadow)}.summaryCardLabel{font-size:13px;font-weight:500;color:#0f172a8c;margin-bottom:6px}.summaryCardValue{font-size:24px;font-weight:800;letter-spacing:-.02em;font-variant-numeric:tabular-nums}.textRed{color:#dc2626}.textGreen{color:#16a34a}.infoGrid{display:grid;gap:8px}.infoGrid>div{font-size:14px;line-height:1.5}.infoGrid strong{color:#0f172a8c;font-weight:500;margin-right:6px}.contentWithBottomBar{padding-bottom:64px}.bottomBar{position:fixed;bottom:0;left:0;right:0;z-index:900;display:flex;justify-content:center;background:var(--card, #fff);border-top:1px solid var(--border, #e2e8f0);box-shadow:0 -2px 12px #0000000f;padding-bottom:env(safe-area-inset-bottom,0px)}.bottomBarTab{flex:1;display:flex;flex-direction:column;align-items:center;gap:3px;padding:10px 0 18px;border:none;border-top:2px solid transparent;background:transparent;color:var(--muted, #94a3b8);cursor:pointer;font-size:11px;font-weight:500;transition:all .15s}.bottomBarTab:hover{background:#3b82f60a;color:var(--text)}.bottomBarTabActive{border-top-color:#3b82f6;background:#3b82f614;color:#3b82f6;font-weight:700}.bottomBarTabActive:hover{background:#3b82f614;color:#3b82f6}.bottomBarIcon{font-size:20px;line-height:1}.aiSidebarBtn{position:fixed;bottom:24px;right:24px;z-index:999;display:flex;align-items:center;gap:8px;padding:12px 20px;border-radius:28px;background:linear-gradient(135deg,#4285f4,#8b5cf6);color:#fff;font-weight:700;font-size:14px;border:none;cursor:pointer;box-shadow:0 4px 20px #4285f466;transition:transform .15s,box-shadow .15s}.aiSidebarBtn:hover{transform:scale(1.05)}.aiSidebarBackdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#0000004d;transition:opacity .2s}.aiSidebarPanel{position:fixed;top:0;right:0;bottom:0;z-index:1001;width:min(520px,90vw);background:var(--card-bg, #fff);box-shadow:none;transform:translate(100%);transition:transform .3s ease;display:flex;flex-direction:column;border-left:1px solid var(--border)}.aiSidebarPanelOpen{transform:translate(0);box-shadow:-8px 0 30px #00000026}.aiSidebarHeader{padding:16px 20px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#4285f40d,#8b5cf60d)}.aiSidebarClose{background:none;border:none;cursor:pointer;font-size:20px;color:var(--muted);padding:4px}.aiSidebarContent{flex:1;overflow:auto;padding:20px}.aiSidebarPlaceholder{text-align:center;padding:40px 0;color:var(--muted)}.aiSidebarPulse{font-size:32px;margin-bottom:16px;animation:pulse 1.5s infinite}.aiSidebarError{padding:16px;border-radius:8px;border-left:4px solid #ef4444;background:#ef44440d;margin-bottom:16px}.aiSidebarRetryBtn{margin-top:8px;padding:6px 14px;font-size:12px;background:none;border:1px solid var(--border);border-radius:6px;cursor:pointer}.aiSidebarFooter{padding:12px 20px;border-top:1px solid var(--border);display:flex;gap:8px}.aiSidebarUpdateBtn{flex:1;padding:10px;border-radius:8px;font-size:13px;font-weight:700;background:#3b82f6;color:#fff;border:none;cursor:pointer}.ai-analysis-content{line-height:1.7}.aiMdH3{margin:20px 0 10px;font-size:16px;font-weight:800;border-bottom:1px solid var(--border);padding-bottom:6px}.aiMdH4{margin:16px 0 8px;font-size:14px;font-weight:800}.aiMdList{margin:8px 0;padding-left:20px}.aiMdLi{margin:4px 0;padding-left:4px}.aiMdP{margin:4px 0}.profileAvatar{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#8b5cf6);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:900;font-size:22px;letter-spacing:1px;flex-shrink:0}
