.rdp-root{--rdp-accent-color:blue;--rdp-accent-background-color:#f0f0ff;--rdp-day-height:44px;--rdp-day-width:44px;--rdp-day_button-border-radius:100%;--rdp-day_button-border:2px solid transparent;--rdp-day_button-height:42px;--rdp-day_button-width:42px;--rdp-selected-border:2px solid var(--rdp-accent-color);--rdp-disabled-opacity:.5;--rdp-outside-opacity:.75;--rdp-today-color:var(--rdp-accent-color);--rdp-dropdown-gap:.5rem;--rdp-months-gap:2rem;--rdp-nav_button-disabled-opacity:.5;--rdp-nav_button-height:2.25rem;--rdp-nav_button-width:2.25rem;--rdp-nav-height:2.75rem;--rdp-range_middle-background-color:var(--rdp-accent-background-color);--rdp-range_middle-color:inherit;--rdp-range_start-color:white;--rdp-range_start-background:linear-gradient(var(--rdp-gradient-direction), transparent 50%, var(--rdp-range_middle-background-color) 50%);--rdp-range_start-date-background-color:var(--rdp-accent-color);--rdp-range_end-background:linear-gradient(var(--rdp-gradient-direction), var(--rdp-range_middle-background-color) 50%, transparent 50%);--rdp-range_end-color:white;--rdp-range_end-date-background-color:var(--rdp-accent-color);--rdp-week_number-border-radius:100%;--rdp-week_number-border:2px solid transparent;--rdp-week_number-height:var(--rdp-day-height);--rdp-week_number-opacity:.75;--rdp-week_number-width:var(--rdp-day-width);--rdp-weeknumber-text-align:center;--rdp-weekday-opacity:.75;--rdp-weekday-padding:.5rem 0rem;--rdp-weekday-text-align:center;--rdp-gradient-direction:90deg;--rdp-animation_duration:.3s;--rdp-animation_timing:cubic-bezier(.4, 0, .2, 1)}.rdp-root[dir=rtl]{--rdp-gradient-direction:-90deg}.rdp-root[data-broadcast-calendar=true]{--rdp-outside-opacity:unset}.rdp-root{box-sizing:border-box;position:relative}.rdp-root *{box-sizing:border-box}.rdp-day{width:var(--rdp-day-width);height:var(--rdp-day-height);text-align:center}.rdp-day_button{cursor:pointer;font:inherit;color:inherit;width:var(--rdp-day_button-width);height:var(--rdp-day_button-height);border:var(--rdp-day_button-border);border-radius:var(--rdp-day_button-border-radius);background:0 0;justify-content:center;align-items:center;margin:0;padding:0;display:flex}.rdp-day_button:disabled{cursor:revert}.rdp-caption_label{z-index:1;white-space:nowrap;border:0;align-items:center;display:inline-flex;position:relative}.rdp-dropdown:focus-visible~.rdp-caption_label{outline:5px auto highlight;outline:5px auto -webkit-focus-ring-color}.rdp-button_next,.rdp-button_previous{cursor:pointer;font:inherit;color:inherit;appearance:none;width:var(--rdp-nav_button-width);height:var(--rdp-nav_button-height);background:0 0;border:none;justify-content:center;align-items:center;margin:0;padding:0;display:inline-flex;position:relative}.rdp-button_next:disabled,.rdp-button_next[aria-disabled=true],.rdp-button_previous:disabled,.rdp-button_previous[aria-disabled=true]{cursor:revert;opacity:var(--rdp-nav_button-disabled-opacity)}.rdp-chevron{fill:var(--rdp-accent-color);display:inline-block}.rdp-root[dir=rtl] .rdp-nav .rdp-chevron{transform-origin:50%;transform:rotate(180deg)}.rdp-dropdowns{align-items:center;gap:var(--rdp-dropdown-gap);display:inline-flex;position:relative}.rdp-dropdown{z-index:2;opacity:0;appearance:none;width:100%;cursor:inherit;line-height:inherit;border:none;margin:0;padding:0;position:absolute;inset-block:0;inset-inline-start:0}.rdp-dropdown_root{align-items:center;display:inline-flex;position:relative}.rdp-dropdown_root[data-disabled=true] .rdp-chevron{opacity:var(--rdp-disabled-opacity)}.rdp-month_caption{height:var(--rdp-nav-height);align-content:center;font-size:large;font-weight:700;display:flex}.rdp-root[data-nav-layout=around] .rdp-month,.rdp-root[data-nav-layout=after] .rdp-month{position:relative}.rdp-root[data-nav-layout=around] .rdp-month_caption{justify-content:center;margin-inline-start:var(--rdp-nav_button-width);margin-inline-end:var(--rdp-nav_button-width);position:relative}.rdp-root[data-nav-layout=around] .rdp-button_previous{inset-inline-start:0;height:var(--rdp-nav-height);display:inline-flex;position:absolute;top:0}.rdp-root[data-nav-layout=around] .rdp-button_next{inset-inline-end:0;height:var(--rdp-nav-height);justify-content:center;display:inline-flex;position:absolute;top:0}.rdp-months{gap:var(--rdp-months-gap);flex-wrap:wrap;max-width:fit-content;display:flex;position:relative}.rdp-month_grid{border-collapse:collapse}.rdp-nav{height:var(--rdp-nav-height);align-items:center;display:flex;position:absolute;inset-block-start:0;inset-inline-end:0}.rdp-weekday{opacity:var(--rdp-weekday-opacity);padding:var(--rdp-weekday-padding);text-align:var(--rdp-weekday-text-align);text-transform:var(--rdp-weekday-text-transform);font-size:smaller;font-weight:500}.rdp-week_number{opacity:var(--rdp-week_number-opacity);height:var(--rdp-week_number-height);width:var(--rdp-week_number-width);border:var(--rdp-week_number-border);border-radius:var(--rdp-week_number-border-radius);text-align:var(--rdp-weeknumber-text-align);font-size:small;font-weight:400}.rdp-today:not(.rdp-outside){color:var(--rdp-today-color)}.rdp-selected{font-size:large;font-weight:700}.rdp-selected .rdp-day_button{border:var(--rdp-selected-border)}.rdp-outside{opacity:var(--rdp-outside-opacity)}.rdp-disabled:not(.rdp-selected){opacity:var(--rdp-disabled-opacity)}.rdp-hidden{visibility:hidden;color:var(--rdp-range_start-color)}.rdp-range_start{background:var(--rdp-range_start-background)}.rdp-range_start .rdp-day_button{background-color:var(--rdp-range_start-date-background-color);color:var(--rdp-range_start-color)}.rdp-range_middle{background-color:var(--rdp-range_middle-background-color)}.rdp-range_middle .rdp-day_button{border:unset;border-radius:unset;color:var(--rdp-range_middle-color)}.rdp-range_end{background:var(--rdp-range_end-background);color:var(--rdp-range_end-color)}.rdp-range_end .rdp-day_button{color:var(--rdp-range_start-color);background-color:var(--rdp-range_end-date-background-color)}.rdp-range_start.rdp-range_end{background:revert}.rdp-focusable{cursor:pointer}@keyframes rdp-slide_in_left{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes rdp-slide_in_right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes rdp-slide_out_left{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes rdp-slide_out_right{0%{transform:translate(0)}to{transform:translate(100%)}}.rdp-weeks_before_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_before_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}@keyframes rdp-fade_in{0%{opacity:0}to{opacity:1}}@keyframes rdp-fade_out{0%{opacity:1}to{opacity:0}}.rdp-caption_after_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_after_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}@layer theme{:root,:host{--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring:where(:not(iframe)){outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.static{position:static}.sticky{position:sticky}.container{width:100%}@media (width>=40rem){.container{max-width:40rem}}@media (width>=48rem){.container{max-width:48rem}}@media (width>=64rem){.container{max-width:64rem}}@media (width>=80rem){.container{max-width:80rem}}@media (width>=96rem){.container{max-width:96rem}}.block{display:block}.flex{display:flex}.hidden{display:none}.table{display:table}.shrink{flex-shrink:1}.ring{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}}:root{font-family:var(--app-font);font-synthesis:none;color:#20252f;--background:#fafafa;--surface:#fff;--surface-soft:#f4f6f5;--foreground:#20252f;--muted:#747c89;--line:#e5e7eb;--line-strong:#d6dadd;--primary:#006937;--primary-dark:#004c2a;--primary-soft:#eaf3ee;--sidebar:#fff;--sidebar-muted:#7a8494;--danger:#9b1c1c;--emphasis-bg:#d3dbd6;--emphasis-bg-hover:#c8d2cc;--table-head-bg:#4c8064;--table-head-fg:#fff;--shadow:0 3px 14px #13261c0f;--app-font:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--table-font-size:14px;--table-row-height:34px;--table-label-width:336px;--sidebar-width:210px;--radius:4px;background:#fafafa}:root.dark{color:#e8eaed;--background:#1e2126;--surface:#282c32;--surface-soft:#31363d;--foreground:#e8eaed;--muted:#a9afb8;--line:#3d434b;--line-strong:#515861;--primary:#7ab6ff;--primary-dark:#a8ceff;--primary-soft:#2c3a4d;--sidebar:#282c32;--sidebar-muted:#bcc2ca;--danger:#ff8177;--emphasis-bg:#474f59;--emphasis-bg-hover:#525b66;--table-head-bg:#3c434c;--table-head-fg:#fff;--shadow:0 3px 18px #00000052;background:#1e2126}:root.dark .matrix-loading{background:#3c434cf0}:root.dark .capital-matrix thead th{border-color:#ffffff24}:root.dark .kpi-card{border-left-color:var(--primary)}*{box-sizing:border-box}html,body,#root{background:var(--background);min-width:320px;height:100%;min-height:100%;overflow:hidden}body{color:var(--foreground);margin:0}button,input{font:inherit}button{cursor:pointer}button:disabled{cursor:default;opacity:.55}.dashboard-layout{height:calc(100dvh / var(--app-zoom,1));background:var(--background);min-height:0;overflow:hidden}.content-shell{min-width:0;height:100%;min-height:0;margin-left:196px;overflow:hidden}.dashboard-layout.is-collapsed .content-shell{margin-left:64px}.sidebar{z-index:50;width:196px;color:var(--foreground);background:var(--sidebar);border-right:1px solid var(--line);flex-direction:column;gap:8px;padding:16px;transition:transform .2s;display:flex;position:fixed;inset:0 auto 0 0}.sidebar-heading{flex:none;justify-content:center;align-items:center;gap:8px;margin-bottom:32px;display:flex;position:relative}.sidebar-heading h1{align-items:center;min-width:0;margin:0;display:flex}.sidebar-logo{background:url(/iws-logo.png) 50%/contain no-repeat;flex:none;width:160px;height:69px;display:block}:root.dark .sidebar-logo{filter:brightness(1.35)saturate(1.05)}.icon-button{border:1px solid var(--line);width:34px;height:34px;color:var(--muted);background:var(--surface);border-radius:8px;place-items:center;padding:0;display:grid}.icon-button:hover{color:var(--primary);border-color:var(--line-strong);background:var(--primary-soft)}.sidebar .icon-button{color:var(--muted);background:0 0;border-color:#0000}.sidebar .icon-button:hover{color:var(--foreground);background:var(--surface-soft)}.sidebar-close{display:none;position:absolute;top:50%;right:0;transform:translateY(-50%)}.sidebar-nav{flex-direction:column;flex:1;gap:4px;min-height:0;display:flex;overflow:auto}.nav-item{width:100%;min-height:40px;color:var(--muted);text-align:left;white-space:nowrap;background:0 0;border:0;border-radius:8px;align-items:center;gap:12px;padding:6px 12px;font-size:14px;font-weight:500;display:flex}.nav-item:hover{color:var(--foreground);background:var(--surface-soft)}.nav-item.active{color:var(--primary-dark);background:var(--primary-soft)}.nav-item svg{flex:none}.nav-item span{white-space:normal;overflow-wrap:anywhere;min-width:0;line-height:1.35}.dashboard-layout.is-collapsed .sidebar{width:64px;padding:12px}.dashboard-layout.is-collapsed .sidebar-heading{justify-content:center;margin-bottom:16px}.dashboard-layout.is-collapsed .nav-item span{display:none}.dashboard-layout.is-collapsed .sidebar-logo{background-position:top;background-size:89px;width:40px;height:21px}.dashboard-layout.is-collapsed .nav-item{justify-content:center;padding:0}.app-topbar{z-index:40;border-bottom:1px solid var(--line);height:56px;color:var(--foreground);background:var(--surface);align-items:center;padding:0 28px;display:flex;position:fixed;inset:0 0 auto 196px}@supports (color:color-mix(in lab, red, red)){.app-topbar{background:color-mix(in srgb, var(--surface) 94%, transparent)}}.app-topbar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.dashboard-layout.is-collapsed .app-topbar{left:64px}.vesperttine-link{color:#196934;font-family:Inter, var(--app-font);letter-spacing:.075em;font-size:14px;font-weight:700;line-height:1;text-decoration:none}.vesperttine-link:hover{color:#196934;opacity:.78}.vesperttine-link:focus-visible{outline-offset:4px;border-radius:2px;outline:2px solid #196934}.topbar-actions{align-items:center;gap:10px;margin-left:auto;display:flex}.sync-status{border:1px solid var(--line);background:var(--surface);border-radius:6px;align-items:stretch;display:flex;overflow:hidden}.sync-time{border-right:1px solid var(--line);align-content:center;gap:2px;min-width:138px;padding:4px 10px;line-height:1.2;display:grid}.sync-time>span{color:var(--muted);letter-spacing:.045em;text-transform:uppercase;font-size:9px;font-weight:700}.sync-time>strong{color:var(--foreground);font-variant-numeric:tabular-nums;white-space:nowrap;font-size:11px;font-weight:600}.sync-trigger{height:36px;color:var(--primary-dark);white-space:nowrap;background:0 0;border:0;border-radius:0;align-items:center;gap:7px;padding:0 12px;font-size:12px;font-weight:700;display:inline-flex}.sync-trigger:hover:not(:disabled){color:var(--primary);background:var(--primary-soft)}.sync-trigger:disabled{opacity:1;color:var(--muted)}.profile-mark{width:40px;height:40px;color:var(--primary-dark);background:var(--primary-soft);border-radius:50%;place-items:center;display:grid}.mobile-menu{margin-right:10px;display:none}.app-topbar .sidebar-collapse{margin-right:12px}.sidebar-overlay{display:none}.dashboard-main{flex-direction:column;gap:12px;width:100%;min-width:0;height:100%;margin:0;padding:68px 16px 10px;display:flex;overflow:hidden}.filters-bar{flex:none;padding:4px 0 2px}.matrix-card{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:12px}.filters-grid{grid-template-columns:minmax(140px,.9fr) minmax(180px,1.2fr) minmax(145px,1fr) minmax(170px,1.1fr) repeat(3,minmax(54px,.35fr)) minmax(205px,1.3fr);align-items:end;gap:10px;display:grid}.filter-field{min-width:0;color:var(--muted);flex-direction:column;gap:6px;display:flex}.filter-field>span{letter-spacing:.055em;font-size:9px;font-weight:800;line-height:1}.pill-filter{border:0;margin:0;padding:0}.pill-filter legend{color:var(--muted);letter-spacing:.055em;margin-bottom:6px;padding:0;font-size:9px;font-weight:800;line-height:1}.pill-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:3px;display:grid}.pill-grid button{border:1px solid var(--line);min-width:0;height:36px;color:var(--foreground);background:var(--surface);text-overflow:ellipsis;white-space:nowrap;border-radius:6px;padding:0 4px;font-size:10px;font-weight:650;transition:border-color .15s,background .15s,color .15s;overflow:hidden}.pill-grid button:hover{border-color:var(--primary)}.pill-grid button.active{border-color:var(--primary);color:var(--primary-dark);background:var(--primary-soft)}.company-pills .pill-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.status-pills .pill-grid{grid-template-columns:1fr}.status-pills{width:100%}.multi-select{position:relative}.multi-select summary{border:1px solid var(--line);height:36px;color:var(--foreground);background:var(--surface-soft);-webkit-user-select:none;user-select:none;cursor:pointer;border-radius:6px;justify-content:space-between;align-items:center;gap:6px;padding:0 10px;font-size:11px;list-style:none;display:flex}.multi-select summary::-webkit-details-marker{display:none}.multi-select summary span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.multi-select[open] summary{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary)}@supports (color:color-mix(in lab, red, red)){.multi-select[open] summary{box-shadow:0 0 0 3px color-mix(in srgb, var(--primary) 12%, transparent)}}.multi-menu{z-index:30;border:1px solid var(--line);background:var(--surface);border-radius:8px;min-width:100%;max-height:260px;padding:5px;position:absolute;top:42px;left:0;overflow:auto;box-shadow:0 12px 30px #74125429}.multi-search{z-index:2;border:1px solid var(--line);width:100%;height:32px;color:var(--foreground);background:var(--surface);border-radius:5px;margin-bottom:4px;padding:0 8px;font-size:11px;position:sticky;top:0}.multi-search:focus{outline:2px solid var(--primary)}@supports (color:color-mix(in lab, red, red)){.multi-search:focus{outline:2px solid color-mix(in srgb, var(--primary) 20%, transparent)}}.multi-search:focus{border-color:var(--primary)}.multi-menu button{width:100%;color:var(--foreground);text-align:left;white-space:nowrap;background:0 0;border:0;border-radius:5px;align-items:center;gap:7px;padding:7px 8px;font-size:11px;display:flex}.multi-menu button:hover,.multi-menu button.selected{color:var(--primary-dark);background:var(--primary-soft)}.multi-menu i{border:1px solid var(--line-strong);border-radius:4px;place-items:center;width:16px;height:16px;font-style:normal;display:grid}.multi-menu button.selected i{color:#fff;border-color:var(--primary);background:var(--primary)}.multi-hint{color:var(--muted);padding:7px 8px 4px;font-size:10px;display:block}.dfc-period{min-width:0;position:relative}.dfc-period-trigger{border:1px solid var(--line);width:100%;height:40px;color:var(--foreground);background:var(--surface-soft);text-align:left;font-variant-numeric:tabular-nums;border-radius:6px;align-items:center;gap:8px;padding:0 12px;font-size:12px;display:flex}.dfc-period-trigger:hover{border-color:var(--primary)}.dfc-period-trigger[aria-expanded=true]{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary)}@supports (color:color-mix(in lab, red, red)){.dfc-period-trigger[aria-expanded=true]{box-shadow:0 0 0 3px color-mix(in srgb, var(--primary) 16%, transparent)}}.dfc-period-trigger span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.dfc-period-popover{z-index:80;border:1px solid var(--line);width:max-content;max-width:calc(100vw - 32px);color:var(--foreground);background:var(--surface);border-radius:10px;position:fixed;top:68px;right:16px;box-shadow:0 14px 30px #7412542e}.dfc-period-body{gap:20px;padding:16px;display:flex}.dfc-period-presets{border-right:1px solid var(--line);flex-direction:column;gap:5px;min-width:154px;padding-right:20px;display:flex}.dfc-period-presets p,.dfc-period-calendar>p{margin:0 0 10px;font-size:16px;font-weight:600}.dfc-period-presets button{height:38px;color:var(--muted);text-align:left;background:0 0;border:0;border-radius:5px;padding:0 10px;font-size:13px}.dfc-period-presets button:hover{color:var(--foreground);background:var(--primary-soft)}.dfc-period-actions{border-top:1px solid var(--line);justify-content:flex-end;align-items:center;gap:8px;min-height:60px;padding:14px 16px;display:flex}.dfc-period-actions span{color:var(--muted);margin-right:auto;font-size:12px}.dfc-period-actions button{border:1px solid var(--line);height:36px;color:var(--table-head-fg);background:var(--primary);border-radius:5px;padding:0 15px;font-size:13px;font-weight:700}.dfc-period .rdp-root{--rdp-accent-color:var(--primary);--rdp-accent-background-color:var(--primary-soft);--rdp-day-height:44px;--rdp-day-width:44px;--rdp-day_button-height:44px;--rdp-day_button-width:44px;--rdp-day_button-border-radius:999px;--rdp-range_middle-background-color:var(--primary-soft);--rdp-range_middle-color:var(--primary-dark);--rdp-range_start-date-background-color:var(--primary);--rdp-range_end-date-background-color:var(--primary);margin:0;padding:12px;font-size:16px}.dfc-period .rdp-months{gap:20px}.dfc-period .rdp-month_grid{border-spacing:0;border-collapse:collapse;table-layout:auto;width:auto;min-width:0;font-size:12px}.dfc-period .rdp-month_grid thead th{z-index:auto;width:auto;height:auto;color:var(--muted);letter-spacing:0;text-align:center;background:0 0;border:0;padding:0;font-size:10px;font-weight:600;position:static}.dfc-period .rdp-month_grid tbody td{width:auto;height:auto;color:inherit;text-align:center;font-variant-numeric:normal;background:0 0;border:0;padding:0}.dfc-period .rdp-month_grid tbody td:last-child{font-weight:inherit}.dfc-period .rdp-month_grid tbody tr:hover td{background:0 0}.dfc-period .rdp-month_grid tbody td.rdp-range_middle{background:var(--primary-soft)}.dfc-period .rdp-month_grid tbody td.rdp-range_middle .rdp-day_button{color:var(--primary-dark)}.dfc-period .rdp-month_grid tbody td.rdp-range_start{background:linear-gradient(to right, transparent 50%, var(--primary-soft) 50%)}.dfc-period .rdp-month_grid tbody td.rdp-range_end{background:linear-gradient(to left, transparent 50%, var(--primary-soft) 50%)}.dfc-period .rdp-month_grid tbody td.rdp-range_start.rdp-range_end{background:0 0}.dfc-period .rdp-month_grid tbody td.rdp-range_start .rdp-day_button,.dfc-period .rdp-month_grid tbody td.rdp-range_end .rdp-day_button{color:#fff;background:var(--primary);font-weight:700}.dfc-period .rdp-month_caption{font-size:16px;font-weight:600}.dfc-period .rdp-weekday{color:var(--muted);text-transform:uppercase;font-size:14px}.dfc-period .rdp-day_button{font-size:16px}.dfc-period .rdp-button_previous,.dfc-period .rdp-button_next{width:36px;height:36px}.primary-button,.secondary-button{border:0;border-radius:7px;justify-content:center;align-items:center;gap:8px;font-weight:700;display:inline-flex}.secondary-button{color:var(--primary);background:var(--primary-soft);padding:8px 10px;font-size:10px}.error-banner{border:1px solid var(--danger);flex:none;align-items:center;gap:10px;margin:0;padding:11px 14px;display:flex}@supports (color:color-mix(in lab, red, red)){.error-banner{border:1px solid color-mix(in srgb, var(--danger) 28%, var(--line))}}.error-banner{color:var(--danger);background:var(--danger);border-radius:9px}@supports (color:color-mix(in lab, red, red)){.error-banner{background:color-mix(in srgb, var(--danger) 7%, var(--surface))}}.error-banner div{flex-direction:column;gap:2px;display:flex}.error-banner strong{font-size:12px}.error-banner span{font-size:11px}.matrix-card{flex-direction:column;flex:auto;min-height:0;display:flex;position:relative;overflow:hidden}.matrix-toolbar,.mobile-columns{display:none}.matrix-scroll{scrollbar-color:var(--line-strong) transparent;flex:auto;min-height:0;position:relative;overflow:auto}table{width:100%;min-width:var(--matrix-width,0px);border-spacing:0;border-collapse:separate;table-layout:fixed;font-size:12px}thead th{z-index:10;height:45px;color:var(--table-head-fg);background:var(--table-head-bg);text-align:center;letter-spacing:.02em;border-right:1px solid #ffffff6b;padding:0 8px;font-size:10px;font-weight:750;position:sticky;top:0}th.label-column{z-index:12;text-align:left;width:min(300px,24vw);left:0}thead th.label-column{padding-left:18px}th:not(.label-column),td{width:auto}tbody th,tbody td{border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--surface);height:34px}tbody th.label-column{z-index:3;color:var(--foreground);font-weight:500;position:sticky;left:0}tbody th.label-column>div{align-items:center;min-width:0;height:100%;padding-right:10px;display:flex}tbody th.label-column button{width:24px;height:24px;color:var(--muted);background:0 0;border:0;flex:0 0 24px;place-items:center;padding:0;display:grid}tbody th.label-column button svg{transition:transform .16s}tbody th.label-column button svg.is-open{transform:rotate(90deg)}.tree-spacer{flex:0 0 24px;width:24px}tbody th.label-column span:last-child{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}tbody td{color:var(--foreground);text-align:right;font-variant-numeric:tabular-nums;padding:0 8px}tbody td:last-child{font-weight:700}tbody td.negative{color:inherit}tbody tr:hover th,tbody tr:hover td{background:var(--primary-soft)}tbody tr.row-subtotal th,tbody tr.row-subtotal td{color:var(--foreground);background:var(--surface-soft);font-weight:700}tbody tr.row-subtotal td.negative{color:inherit}tbody tr.row-highlight th,tbody tr.row-highlight td,tbody tr.row-balance th,tbody tr.row-balance td{color:var(--table-head-fg);background:var(--table-head-bg);border-color:var(--line-strong);font-weight:750}tbody tr.row-highlight td.negative,tbody tr.row-balance td.negative{color:inherit}.matrix-loading{color:#fff;text-align:center;background:#4c8064f0;padding:7px;font-size:10px;position:sticky;bottom:0}.matrix-skeleton{border:1px solid var(--line);background:var(--surface);border-radius:12px;flex-direction:column;flex:auto;gap:12px;min-height:0;padding:24px;display:flex}.matrix-skeleton div{background:linear-gradient(90deg, var(--surface-soft), var(--surface), var(--surface-soft));background-size:200% 100%;border-radius:6px;height:32px;animation:1.4s infinite shimmer}.empty-state{border:1px solid var(--line);min-height:0;color:var(--muted);background:var(--surface);border-radius:12px;flex:auto;place-items:center;display:grid}footer{color:var(--muted);flex:none;justify-content:space-between;padding:0 3px;font-size:9px;display:flex}.spin{animation:.9s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@keyframes shimmer{to{background-position:-200% 0}}.capital-shell{font-family:var(--app-font)}.capital-shell .sidebar{width:var(--sidebar-width);gap:8px;padding:18px}.capital-shell .content-shell{margin-left:var(--sidebar-width)}.capital-shell .app-topbar{left:var(--sidebar-width);background:var(--surface);-webkit-backdrop-filter:none;backdrop-filter:none;padding-inline:24px}.capital-shell.is-collapsed .content-shell{margin-left:64px}.capital-shell.is-collapsed .app-topbar{left:64px}.capital-shell.is-collapsed .sidebar{width:64px;padding:12px}.capital-shell .sidebar-heading{margin-bottom:32px}.capital-shell .sidebar-heading h1{font-size:0}.capital-shell .nav-item{gap:12px;min-height:40px;padding:6px 12px;font-size:14px}.capital-shell .nav-item,.capital-shell .icon-button{border-radius:4px}.capital-shell .dashboard-main{gap:16px;padding:88px 32px 32px}.capital-page{min-height:0;font-family:var(--app-font);flex-direction:column;flex:auto;gap:16px;display:flex}.capital-filter-panel{flex:none}.capital-filters-grid{grid-template-columns:minmax(104px,.7fr) minmax(130px,.95fr) minmax(120px,.9fr) minmax(130px,.95fr) repeat(3,minmax(92px,.5fr)) 210px repeat(2,minmax(126px,.9fr));align-items:end;gap:10px;display:grid}.capital-page .filter-field{gap:6px}.kpi-card{border:1px solid var(--line);background:var(--surface);border-left:3px solid #006937;border-radius:4px;flex-direction:column;justify-content:center;gap:3px;min-width:0;min-height:52px;padding:8px 14px;display:flex}.kpi-card span{color:var(--muted);letter-spacing:.02em;font-size:9px;font-weight:700;line-height:1.1}.kpi-card strong{color:var(--primary-dark);font-variant-numeric:tabular-nums;font-size:16px;font-weight:700;line-height:1.1}.kpi-card strong.negative{color:var(--primary-dark)}.capital-page .filter-field>span,.capital-page .pill-filter legend{max-width:100%;color:var(--muted);letter-spacing:.02em;text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:700;display:block;overflow:hidden}.capital-page .multi-select summary,.capital-page .dfc-period-trigger{border-color:var(--line);background:var(--surface);border-radius:4px;font-size:12px}.capital-page .pill-grid{gap:4px}.capital-page .pill-grid button{border-color:var(--line);background:var(--surface);border-radius:4px;font-size:12px;font-weight:500}.capital-page .pill-grid button.active{border-color:var(--primary);color:var(--primary-dark);background:var(--primary-soft)}.capital-page .dfc-period-popover{border-color:var(--line);border-radius:5px}.capital-page .dfc-period-trigger[aria-expanded=true]{border-color:var(--primary);box-shadow:0 0 0 3px #e6007e24}.capital-table-panel{border:1px solid var(--line);background:var(--surface);border-radius:6px;flex-direction:column;flex:auto;min-height:0;display:flex;overflow:hidden}.capital-table-panel .capital-matrix{box-shadow:none;border:0;border-radius:0}.capital-matrix table{font-family:var(--app-font);font-size:var(--table-font-size)}.capital-matrix thead th{height:45px;color:var(--table-head-fg);background:var(--table-head-bg);letter-spacing:.04em;text-transform:uppercase;border:1px solid #ffffff38;padding:8px 16px;font-size:14px;font-weight:600}.capital-matrix thead .table-sort-button{width:100%;min-height:28px;color:inherit;font:inherit;letter-spacing:inherit;text-transform:inherit;white-space:nowrap;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;gap:6px;padding:0;display:inline-flex}.capital-matrix thead th.label-column .table-sort-button{justify-content:flex-start}.capital-matrix thead .table-sort-button:hover{color:#fff}.capital-matrix thead .taxes-header-actions{align-items:center;gap:4px;width:100%;display:inline-flex}.capital-matrix thead .taxes-header-actions .taxes-toggle{flex:none}.sortable-table thead .table-sort-button{width:100%;min-height:28px;color:inherit;font:inherit;letter-spacing:inherit;white-space:nowrap;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;gap:6px;padding:0;display:inline-flex}.sortable-table thead th.label-column .table-sort-button{justify-content:flex-start}.capital-matrix th.label-column{width:min(300px,24vw)}.capital-matrix thead th.label-column{text-transform:uppercase;padding-left:16px}.capital-matrix tbody th,.capital-matrix tbody td{height:var(--table-row-height);border:1px solid var(--line);background:var(--surface)}.capital-matrix tbody th.label-column{color:var(--foreground);font-weight:400}.capital-matrix tbody th.label-column>div{padding-right:0}.capital-matrix tbody th.label-column button{width:28px;height:28px;color:var(--muted);flex-basis:28px}.capital-matrix .tree-spacer{flex-basis:28px;width:28px}.capital-matrix tbody td{color:var(--foreground);text-align:right;white-space:nowrap;padding:2px 16px}.capital-matrix tbody td.negative,.capital-matrix tbody tr.row-highlight td.negative,.capital-matrix tbody tr.row-balance td.negative{color:var(--foreground)}.capital-matrix tbody tr:hover th,.capital-matrix tbody tr:hover td{background:var(--primary-soft)}.capital-matrix tbody tr.row-subtotal th,.capital-matrix tbody tr.row-subtotal td,.capital-matrix tbody tr.row-highlight th,.capital-matrix tbody tr.row-highlight td,.capital-matrix tbody tr.row-balance th,.capital-matrix tbody tr.row-balance td{color:var(--foreground);border-color:var(--line);background:var(--surface-soft);font-weight:600}.capital-matrix tbody tr.row-highlight th,.capital-matrix tbody tr.row-highlight td,.capital-matrix tbody tr.row-balance th,.capital-matrix tbody tr.row-balance td{background:var(--emphasis-bg);font-weight:700}.capital-matrix tbody tr.row-highlight:hover th,.capital-matrix tbody tr.row-highlight:hover td,.capital-matrix tbody tr.row-balance:hover th,.capital-matrix tbody tr.row-balance:hover td{background:var(--emphasis-bg-hover)}.month-toggle{width:100%;min-height:28px;color:inherit;font:inherit;font-weight:inherit;background:0 0;border:0;justify-content:center;align-items:center;gap:4px;padding:0;display:inline-flex}.month-toggle svg{transition:transform .16s}.month-toggle svg.is-open{transform:rotate(180deg)}.capital-matrix thead th.month-group{padding:4px 6px}.capital-matrix thead th.month-group.is-expanded .month-toggle{justify-content:flex-start;padding-left:10px}.capital-matrix thead th.day-header{padding:4px;font-size:11px}.capital-matrix tbody td.day-column{padding-inline:8px;font-size:12px}.capital-matrix tbody td.day-column.weekend-day{background:var(--surface-soft)}.capital-matrix tbody tr.row-subtotal td.day-column.weekend-day,.capital-matrix tbody tr.row-highlight td.day-column.weekend-day,.capital-matrix tbody tr.row-balance td.day-column.weekend-day{border-color:var(--line);background:var(--surface-soft)}@media (width<=1600px){.filters-grid,.capital-filters-grid{grid-template-columns:repeat(4,1fr)}.status-pills{max-width:none}th.label-column{width:min(250px,22vw)}thead th{padding-inline:4px;font-size:9px}tbody td{padding-inline:4px;font-size:11px}}@media (width<=1279px){.content-shell,.dashboard-layout.is-collapsed .content-shell{margin-left:0}.sidebar,.dashboard-layout.is-collapsed .sidebar{width:196px;padding:16px;transform:translate(-102%)}.sidebar.is-open{transform:translate(0)}.sidebar-heading,.dashboard-layout.is-collapsed .sidebar-heading{justify-content:flex-start;margin-bottom:32px;padding-right:34px}.sidebar-logo,.dashboard-layout.is-collapsed .sidebar-logo{background-position:50%;background-size:contain;width:128px;height:55px}.dashboard-layout.is-collapsed .nav-item span{display:flex}.dashboard-layout.is-collapsed .nav-item{justify-content:flex-start;padding:6px 12px}.sidebar-collapse{display:none}.sidebar-close{display:grid}.sidebar-overlay{z-index:45;background:#2a1f2780;border:0;display:block;position:fixed;inset:0}.app-topbar,.dashboard-layout.is-collapsed .app-topbar{padding-inline:18px;left:0}.sync-time{min-width:116px;padding-inline:8px}.sync-time>span{font-size:8px}.sync-time>strong{font-size:10px}.sync-trigger{padding:0 9px}.mobile-menu{display:grid}.dashboard-main{padding-inline:14px}table{min-width:max(1250px, var(--matrix-width,0px))}.capital-shell .sidebar,.capital-shell.is-collapsed .sidebar{width:196px;padding:16px}.capital-shell .content-shell,.capital-shell.is-collapsed .content-shell{margin-left:0}.capital-shell .app-topbar,.capital-shell.is-collapsed .app-topbar{padding-inline:18px;left:0}.capital-shell .dashboard-main{padding-inline:14px}}@media (width<=720px){.dashboard-main{gap:10px;padding:64px 10px 8px}.app-topbar{height:54px;padding-inline:10px}.sync-time{display:none}.sync-status{background:0 0;border:0}.sync-trigger{padding:0 8px}.app-topbar p{font-size:10px}.filters-bar{padding-top:2px}.filters-grid,.capital-filters-grid{grid-template-columns:1fr 1fr;gap:10px 8px}.kpi-card{grid-column:1/-1;min-height:44px}.kpi-card strong{font-size:16px}.period-field{grid-column:1/-1}.dfc-period-popover{max-height:calc(100dvh - 32px);position:fixed;top:50%;left:50%;right:auto;overflow:auto;transform:translate(-50%,-50%)}.dfc-period-body{flex-direction:column;gap:12px;padding:12px}.dfc-period-presets{border-right:0;border-bottom:1px solid var(--line);grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;min-width:0;padding:0 0 10px;display:grid}.dfc-period-presets p{grid-column:1/-1}.dfc-period-presets button{height:34px;font-size:12px}.dfc-period .rdp-root{--rdp-day-height:40px;--rdp-day-width:40px;--rdp-day_button-height:40px;--rdp-day_button-width:40px;padding:4px}.dfc-period .rdp-day_button{font-size:15px}.dfc-period .rdp-months{gap:0}.mobile-columns{display:inline-flex}.matrix-toolbar{border-bottom:1px solid var(--line);justify-content:flex-end;align-items:center;min-height:51px;padding-inline:13px;display:flex}.matrix-scroll{min-height:0}table{table-layout:auto;width:100%;min-width:0}th.label-column{width:min(67vw,300px);min-width:min(67vw,300px)}th:not(.label-column),td{width:104px;min-width:104px}.matrix-scroll:not(.show-months) .month-column,.matrix-scroll:not(.show-months) .month-group,.matrix-scroll:not(.show-months) .day-header,.matrix-scroll:not(.show-months) .day-column{display:none}tbody th.label-column{font-size:10px}footer{flex-direction:column;gap:3px}.capital-shell .dashboard-main{padding:64px 10px 8px}.capital-page{gap:10px}.capital-matrix table{font-size:12px}}.boot-screen,.login-screen{min-height:100dvh;color:var(--muted);background:var(--background);place-items:center;padding:24px;display:grid}.login-card{border:1px solid var(--line);background:var(--surface);width:min(380px,100%);box-shadow:var(--shadow);border-radius:10px;flex-direction:column;gap:12px;padding:28px;display:flex}.login-brand{color:#196934;font-family:Inter, var(--app-font);letter-spacing:.075em;align-self:center;margin-bottom:8px;font-size:16px;font-weight:700;line-height:1.2}.login-card h1{color:var(--foreground);margin:0;font-size:20px;font-weight:700}.login-hint{color:var(--muted);margin:0 0 6px;font-size:12px;line-height:1.45}.login-field{flex-direction:column;gap:6px;display:flex}.login-field>span{color:var(--muted);letter-spacing:.02em;font-size:10px;font-weight:700}.login-field input{border:1px solid var(--line);height:38px;color:var(--foreground);background:var(--surface);border-radius:6px;padding:0 10px;font-size:13px}.login-field input:focus{outline:2px solid var(--primary)}@supports (color:color-mix(in lab, red, red)){.login-field input:focus{outline:2px solid color-mix(in srgb, var(--primary) 24%, transparent)}}.login-field input:focus{border-color:var(--primary)}.login-note{color:var(--muted);font-size:11px}.login-error{border:1px solid var(--danger);align-items:center;gap:8px;padding:9px 11px;display:flex}@supports (color:color-mix(in lab, red, red)){.login-error{border:1px solid color-mix(in srgb, var(--danger) 30%, var(--line))}}.login-error{color:var(--danger);background:var(--danger);border-radius:7px}@supports (color:color-mix(in lab, red, red)){.login-error{background:color-mix(in srgb, var(--danger) 8%, var(--surface))}}.login-error{font-size:12px}.login-submit{color:#fff;background:var(--primary);border:0;border-radius:7px;justify-content:center;align-items:center;gap:8px;height:40px;margin-top:4px;font-size:13px;font-weight:700;display:inline-flex}.login-submit:hover:not(:disabled){background:var(--primary-dark)}:root.dark .login-submit{color:#17202b}.online-users{align-items:center;display:flex}.online-avatar{border:2px solid var(--surface);width:28px;height:28px;color:var(--primary-dark);background:var(--primary-soft);cursor:default;border-radius:50%;place-items:center;margin-left:-7px;font-size:10px;font-weight:700;display:grid}.online-avatar:first-child{margin-left:0}.online-avatar.is-rest{color:var(--muted);background:var(--surface-soft)}.profile-menu{position:relative}button.profile-mark{border:0}.menu-backdrop{z-index:60;background:0 0;border:0;position:fixed;inset:0}.profile-dropdown{z-index:61;border:1px solid var(--line);background:var(--surface);border-radius:8px;flex-direction:column;gap:2px;min-width:208px;padding:6px;display:flex;position:absolute;top:46px;right:0;box-shadow:0 12px 30px #0000002e}.profile-identity{border-bottom:1px solid var(--line);flex-direction:column;gap:2px;padding:8px 10px 10px;display:flex}.profile-identity strong{color:var(--foreground);font-size:12px}.profile-identity span{color:var(--muted);text-overflow:ellipsis;font-size:11px;overflow:hidden}.profile-dropdown button[role=menuitem]{color:var(--foreground);text-align:left;background:0 0;border:0;border-radius:6px;padding:8px 10px;font-size:12px}.profile-dropdown button[role=menuitem]:hover{color:var(--primary-dark);background:var(--primary-soft)}.user-panel{flex:none}.user-form{grid-template-columns:repeat(4,minmax(0,1fr)) auto;align-items:end;gap:12px;padding:16px;display:grid}.user-form .filter-field>span{color:var(--muted);font-size:10px;font-weight:700}.user-form input,.user-form select{border:1px solid var(--line);height:36px;color:var(--foreground);background:var(--surface);border-radius:6px;padding:0 9px;font-size:12px}.user-form .login-submit{height:36px;margin:0;padding:0 14px}.user-list{flex:auto;min-height:0;overflow:auto}.user-list table{table-layout:auto;font-size:12px}.user-list thead th{height:36px;color:var(--table-head-fg);background:var(--table-head-bg);font-size:10px}.user-list tbody th,.user-list tbody td{text-align:left;height:44px;padding:4px 10px}.user-list tbody th.label-column{position:static}.user-list tbody th small{color:var(--muted);font-weight:400}.user-list tbody td{text-align:left}@media (width<=720px){.user-form{grid-template-columns:1fr}.user-list table{min-width:0}.online-users{display:none}}.config-page{overflow:hidden}.config-panel{flex:auto;min-height:0}.config-header{border-bottom:1px solid var(--line);flex-wrap:wrap;flex:none;justify-content:space-between;align-items:center;gap:16px;padding:10px 16px;display:flex}.config-tabs{flex-wrap:wrap;gap:4px;display:flex}.config-tab{border-radius:var(--radius);height:34px;color:var(--muted);background:0 0;border:1px solid #0000;align-items:center;gap:7px;padding:0 12px;font-size:12px;font-weight:600;display:inline-flex}.config-tab:hover{color:var(--foreground);background:var(--surface-soft)}.config-tab.active{color:var(--primary-dark);border-color:var(--primary);background:var(--primary-soft)}.config-body{flex:auto;min-height:0;padding:18px 16px;overflow:auto}.config-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));align-content:start;gap:18px 22px;display:grid}.config-colors{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.config-field{flex-direction:column;gap:7px;min-width:0;display:flex}.config-label{color:var(--foreground);justify-content:space-between;align-items:baseline;gap:10px;font-size:12px;font-weight:600;display:flex}.config-label output{color:var(--muted);font-variant-numeric:tabular-nums;font-size:11px;font-weight:500}.config-hint{color:var(--muted);font-size:11px;line-height:1.4}.config-field input[type=range]{appearance:none;background:var(--line);width:100%;height:4px;accent-color:var(--primary);border-radius:999px;margin:6px 0}.config-choice{flex-wrap:wrap;gap:6px;display:flex}.config-choice button{border:1px solid var(--line);border-radius:var(--radius);min-height:36px;color:var(--foreground);background:var(--surface);align-items:center;gap:7px;padding:0 12px;font-size:12px;font-weight:600;display:inline-flex}.config-choice button:hover{border-color:var(--primary)}.config-choice button.active{color:var(--primary-dark);border-color:var(--primary);background:var(--primary-soft)}.config-color{align-items:center;gap:8px;display:flex}.config-color input[type=color]{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);cursor:pointer;width:100%;height:36px;padding:2px}.config-switch{color:var(--foreground);cursor:pointer;align-items:center;gap:9px;font-size:12px;font-weight:600;display:inline-flex}.config-switch input{width:16px;height:16px;accent-color:var(--primary)}.config-preview p{border:1px solid var(--line);border-radius:var(--radius);color:var(--foreground);background:var(--surface-soft);font-variant-numeric:tabular-nums;margin:0;padding:12px 14px}:root.listras .capital-matrix tbody tr:nth-child(2n) th,:root.listras .capital-matrix tbody tr:nth-child(2n) td,:root.listras .capital-matrix tbody tr.row-subtotal:nth-child(2n) th,:root.listras .capital-matrix tbody tr.row-subtotal:nth-child(2n) td{background:var(--surface-soft)}:root.listras .capital-matrix tbody tr.row-highlight:nth-child(2n) th,:root.listras .capital-matrix tbody tr.row-highlight:nth-child(2n) td,:root.listras .capital-matrix tbody tr.row-balance:nth-child(2n) th,:root.listras .capital-matrix tbody tr.row-balance:nth-child(2n) td{background:var(--emphasis-bg)}:root.sem-fim-de-semana .capital-matrix tbody td.day-column.weekend-day{background:var(--surface)}:root.sem-fim-de-semana .capital-matrix tbody tr.row-subtotal td.day-column.weekend-day{background:var(--surface-soft)}:root.sem-fim-de-semana .capital-matrix tbody tr.row-highlight td.day-column.weekend-day,:root.sem-fim-de-semana .capital-matrix tbody tr.row-balance td.day-column.weekend-day{background:var(--emphasis-bg)}.budget-page{overflow:hidden}.budget-filter-panel{flex:none}.accounting-filters{flex-wrap:wrap;flex:none;align-items:end;gap:10px;display:flex}.accounting-filters>*{flex:160px;min-width:130px}.accounting-filters .budget-view-pills{flex:1.5 250px}.accounting-filters .accounting-period{flex:1.5 260px}.accounting-matrix tbody td{font-variant-numeric:tabular-nums}.cycle-table-panel,.cycle-table-panel .budget-matrix,.cycle-table-panel .budget-matrix-scroll{flex:none}.accounting-charts{flex:1 1 0;grid-template-columns:1fr 1fr;gap:12px;min-height:260px;display:grid}.accounting-chart{background:var(--surface);border:1px solid var(--line);min-width:0;box-shadow:none;border-radius:6px;flex-direction:column;padding:16px;display:flex;position:relative;overflow:hidden}.accounting-chart header{border-bottom:1px solid var(--primary);flex:none;margin-bottom:4px;padding-bottom:9px}@supports (color:color-mix(in lab, red, red)){.accounting-chart header{border-bottom:1px solid color-mix(in srgb, var(--primary) 14%, var(--line))}}.accounting-chart h3{letter-spacing:.02em;margin:0;font-size:14px}.accounting-chart small{color:var(--muted);font-weight:400}.accounting-chart svg{width:100%;height:0;min-height:0;color:var(--primary);flex:1 1 0}.accounting-chart svg text{fill:var(--muted);font-size:11px;font-weight:600}.accounting-chart circle{fill:var(--surface);stroke:var(--primary);stroke-width:3px}.accounting-chart .chart-grid{stroke:var(--line);stroke-width:.7px}.accounting-chart .chart-line{filter:none;stroke-linecap:round;stroke-linejoin:round}.accounting-chart svg .chart-value{fill:var(--foreground);paint-order:stroke;stroke:var(--surface);stroke-width:4px;stroke-linejoin:round;font-size:12px;font-weight:700}@media (width<=800px){.accounting-charts{flex-basis:360px;grid-template-columns:1fr}}.budget-filters-grid{grid-template-columns:minmax(120px,.6fr) minmax(190px,1fr) minmax(140px,.7fr) minmax(300px,1.4fr) minmax(100px,.5fr) minmax(450px,2fr);align-items:end;gap:10px;display:grid}.budget-view-pills .pill-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.budget-view-pills button{text-transform:uppercase}.budget-management-pills .pill-grid,.budget-year-pills .pill-grid{grid-template-columns:1fr}.budget-period-filters{grid-template-columns:minmax(78px,.24fr) minmax(350px,1fr);align-items:start;gap:4px;min-width:0;display:grid}.budget-month-pills .pill-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.budget-table-panel{position:relative}.budget-matrix{background:var(--surface);border:0;border-radius:0;flex:auto;min-height:0;display:flex;overflow:hidden}.budget-matrix-scroll{scrollbar-color:var(--line-strong) transparent;flex:auto;min-height:0;overflow:auto}.budget-matrix table{table-layout:fixed;width:max-content;min-width:100%}.budget-matrix thead th{z-index:9;min-width:108px;position:sticky;top:0}.budget-matrix thead tr:nth-child(2) th{height:34px;padding-block:4px;font-size:13px;top:45px}.budget-matrix thead th[rowspan="2"]{z-index:14}.budget-matrix .label-column{width:310px;min-width:310px;max-width:310px}.budget-matrix thead .label-column{left:0}.budget-matrix tbody .label-column{z-index:4;position:sticky;left:0}.budget-matrix tbody .label-column>div{align-items:center;min-width:0;display:flex}.budget-matrix tbody .label-column span:last-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.budget-matrix tbody td{text-align:right;min-width:108px}.budget-matrix .budget-percent{width:72px;min-width:72px;color:var(--muted)}.budget-matrix .budget-column-group{text-align:center;min-width:180px}.budget-matrix .matrix-loading,.budget-matrix .matrix-empty{z-index:20;color:var(--muted);background:var(--surface);justify-content:center;align-items:center;gap:8px;display:flex;position:absolute;inset:0}@supports (color:color-mix(in lab, red, red)){.budget-matrix .matrix-loading,.budget-matrix .matrix-empty{background:color-mix(in srgb,var(--surface) 84%,transparent)}}@media (width<=1500px){.budget-filters-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.budget-filters-grid>:first-child{grid-column:span 1}.budget-filters-grid>:nth-child(2){grid-column:span 2}.budget-filters-grid>:nth-child(3){grid-column:span 1}.budget-view-pills{grid-column:span 2}.budget-management-pills{grid-column:span 1}.budget-period-filters{grid-column:span 5}}@media (width<=720px){.budget-filters-grid{grid-template-columns:1fr 1fr}.budget-filters-grid>*,.budget-view-pills,.budget-management-pills,.budget-period-filters{grid-column:auto}.budget-filters-grid>:nth-child(2),.budget-view-pills,.budget-period-filters{grid-column:1/-1}.budget-period-filters{grid-template-columns:86px minmax(0,1fr)}.budget-view-pills .pill-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.budget-month-pills .pill-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.budget-matrix .label-column{width:min(67vw,300px);min-width:min(67vw,300px)}.config-body{padding:14px 12px}.config-grid{grid-template-columns:1fr}}.config-number{align-items:center;gap:8px;display:flex}.config-number input{border:1px solid var(--line);border-radius:var(--radius);width:110px;height:36px;color:var(--foreground);background:var(--surface);font-variant-numeric:tabular-nums;padding:0 10px;font-size:13px}.config-number input:focus{outline:2px solid var(--primary)}@supports (color:color-mix(in lab, red, red)){.config-number input:focus{outline:2px solid color-mix(in srgb, var(--primary) 22%, transparent)}}.config-number input:focus{border-color:var(--primary)}.config-number>span{color:var(--muted);font-size:12px}.config-range{color:var(--muted);font-size:11px;font-weight:500}.commercial-page{gap:10px;overflow:hidden}.commercial-filter-panel{flex:none}.faturamento-filters-grid{grid-template-columns:minmax(150px,.7fr) minmax(220px,1fr) minmax(330px,1.35fr) minmax(235px,1fr) auto;align-items:end;gap:10px;display:grid}.commercial-cost-pills .pill-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.commercial-period-pills{grid-template-columns:minmax(80px,.22fr) minmax(390px,1fr);align-items:start;gap:5px;display:grid}.commercial-period-pills>.pill-filter:first-child .pill-grid{grid-template-columns:1fr}.commercial-month-pills .pill-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.commercial-cards{flex:none;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;display:grid}.commercial-cards article{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);flex-direction:column;justify-content:center;gap:4px;min-width:0;height:66px;padding:9px 13px;display:flex}.commercial-cards span{color:var(--muted);letter-spacing:.035em;font-size:9px;font-weight:700}.commercial-cards strong{color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;font-variant-numeric:tabular-nums;font-size:20px;line-height:1.1;overflow:hidden}.commercial-cards strong.negative{color:var(--danger)}.faturamento-dashboard{flex:auto;grid-template-rows:minmax(0,1fr) 130px;grid-template-columns:minmax(0,2.7fr) minmax(250px,1fr);gap:8px;min-height:0;display:grid}.faturamento-matrix-panel{grid-area:1/1}.faturamento-side{grid-area:1/2/3;grid-template-rows:repeat(2,minmax(0,1fr));gap:8px;min-height:0;display:grid}.commercial-ranking,.commercial-evolution,.commercial-map{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);min-height:0;overflow:hidden}.commercial-ranking h2,.commercial-evolution h2,.commercial-map h2{border-bottom:1px solid var(--line);letter-spacing:.025em;align-items:center;height:34px;margin:0;padding:0 12px;font-size:11px;display:flex}.commercial-ranking>div{height:calc(100% - 34px);padding:7px 10px;overflow:auto}.ranking-row{grid-template-columns:minmax(90px,1.1fr) minmax(50px,1fr) auto;align-items:center;gap:7px;min-height:28px;font-size:10px;display:grid}.ranking-row>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ranking-row>div{background:var(--surface-soft);border-radius:1px;height:7px;overflow:hidden}.ranking-row i{background:var(--table-head-bg);height:100%;display:block}.ranking-row strong{font-variant-numeric:tabular-nums;text-align:right}.commercial-map-body{justify-content:center;align-items:center;height:calc(100% - 34px);min-height:0;padding:7px 10px 5px;display:flex;position:relative}.commercial-map svg{width:100%;height:100%;max-height:250px}.commercial-map path{fill:var(--table-head-bg);stroke:var(--surface);stroke-width:1.4px;transition:fill-opacity .15s}.commercial-map path:hover{fill-opacity:.72!important}.commercial-map-legend{color:var(--muted);align-items:center;gap:4px;font-size:7px;font-weight:700;display:flex;position:absolute;bottom:5px;right:8px}.commercial-map-legend i{background:linear-gradient(90deg,var(--surface-soft),var(--table-head-bg));width:44px;height:6px}.commercial-evolution{grid-area:2/1}.commercial-evolution>div{grid-auto-columns:minmax(75px,1fr);grid-auto-flow:column;gap:6px;height:calc(100% - 34px);padding:8px 12px;display:grid;overflow-x:auto}.commercial-evolution>div>div{border-left:3px solid var(--table-head-bg);background:var(--surface-soft);flex-direction:column;justify-content:flex-end;gap:3px;padding:6px;display:flex}.commercial-evolution span{color:var(--muted);font-size:10px;font-weight:700}.commercial-evolution strong,.commercial-evolution em{font-variant-numeric:tabular-nums;font-size:10px;font-style:normal}.commercial-evolution em{color:var(--danger)}.commercial-matrix{flex:auto;min-height:0;display:flex;position:relative;overflow:hidden}.commercial-matrix-scroll{flex:auto;min-height:0;overflow:auto}.commercial-matrix table{table-layout:fixed;width:max-content;min-width:100%}.commercial-matrix thead th{z-index:8;text-align:center;min-width:112px;padding-inline:10px;font-size:11px;position:sticky;top:0}.commercial-matrix .label-column{z-index:10;text-align:left;width:285px;min-width:285px;max-width:285px;position:sticky;left:0}.commercial-matrix tbody .label-column{z-index:4}.commercial-matrix tbody .label-column>div{align-items:center;min-width:0;display:flex}.commercial-matrix tbody .label-column span:last-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.commercial-matrix tbody td{font-variant-numeric:tabular-nums;min-width:112px}.faturamento-matrix-panel .commercial-matrix tbody tr.row-highlight>th,.faturamento-matrix-panel .commercial-matrix tbody tr.row-highlight>td{z-index:6;box-shadow:0 -1px 0 var(--line-strong);position:sticky;bottom:0}.faturamento-matrix-panel .commercial-matrix tbody tr.row-highlight>th.label-column{z-index:11}.taxes-toggle{width:100%;min-height:28px;color:inherit;font:inherit;font-weight:inherit;background:0 0;border:0;justify-content:center;align-items:center;gap:5px;padding:0;display:inline-flex}.taxes-toggle svg{border:1px solid;border-radius:2px;flex:none}.commercial-matrix .tax-detail-column{background-color:var(--primary-soft)}@supports (color:color-mix(in lab, red, red)){.commercial-matrix .tax-detail-column{background-color:color-mix(in srgb,var(--primary-soft) 45%,var(--surface))}}.commercial-matrix thead .tax-detail-column{color:var(--table-head-fg);background-color:var(--table-head-bg)}@supports (color:color-mix(in lab, red, red)){.commercial-matrix thead .tax-detail-column{background-color:color-mix(in srgb,var(--table-head-bg) 86%,#fff)}}.commercial-matrix .matrix-loading,.commercial-matrix .matrix-empty{z-index:20;color:var(--muted);background:var(--surface);justify-content:center;align-items:center;gap:8px;display:flex;position:absolute;inset:0}@supports (color:color-mix(in lab, red, red)){.commercial-matrix .matrix-loading,.commercial-matrix .matrix-empty{background:color-mix(in srgb,var(--surface) 86%,transparent)}}.row-groups-control{flex-direction:column;gap:6px;min-width:112px;display:flex;position:relative}.row-groups-control>span{color:var(--muted);font-size:10px;font-weight:700}.row-groups-button{border:1px solid var(--primary);border-radius:var(--radius);height:36px;color:var(--primary);background:var(--surface);white-space:nowrap;justify-content:center;align-items:center;gap:7px;padding:0 11px;font-size:12px;font-weight:700;display:inline-flex}.row-groups-button:hover,.row-groups-button[aria-expanded=true]{background:var(--primary-soft)}.row-groups-button strong{min-width:18px;height:18px;color:var(--table-head-fg);background:var(--primary);border-radius:9px;justify-content:center;align-items:center;padding:0 5px;font-size:10px;display:inline-flex}.row-groups-menu{z-index:45;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);width:330px;position:absolute;top:calc(100% + 7px);right:0;overflow:hidden;box-shadow:0 12px 32px #0f172a29}.row-groups-menu header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;height:50px;padding:0 14px;display:flex}.row-groups-menu header strong{font-size:15px}.row-groups-menu header button{color:var(--foreground);background:0 0;border:0;padding:6px 4px;font-size:12px}.row-groups-menu header button:hover{color:var(--primary)}.row-groups-list{max-height:min(440px,55vh);padding:6px 0;overflow-y:auto}.row-groups-list>div{grid-template-columns:20px 25px minmax(0,1fr);align-items:center;gap:7px;min-height:39px;padding:0 11px;display:grid}.row-groups-list>div:hover,.row-groups-list>div.selected:hover{background:var(--surface-soft)}.row-groups-list>div.dragging{opacity:.45}.row-group-grip{color:var(--muted);cursor:grab}.row-group-checkbox{border:1px solid var(--line-strong);color:#fff;background:var(--surface);border-radius:2px;justify-content:center;align-items:center;width:22px;height:22px;padding:0;display:inline-flex}.row-groups-list>div.selected .row-group-checkbox{border-color:var(--primary);background:var(--primary)}.row-group-label{color:var(--foreground);text-align:left;text-overflow:ellipsis;white-space:nowrap;background:0 0;border:0;padding:8px 0;font-size:13px;overflow:hidden}.row-groups-menu footer{border-top:1px solid var(--line);min-height:38px;color:var(--muted);padding:9px 14px;font-size:10px}.margin-filter-panel{flex:none}.margin-filters-grid{grid-template-columns:minmax(125px,.7fr) minmax(135px,.75fr) minmax(170px,1fr) minmax(170px,1fr) minmax(110px,.55fr) minmax(130px,.65fr) minmax(190px,1fr) minmax(250px,1.35fr) minmax(235px,1.2fr);align-items:end;gap:8px;display:grid}.margin-period{flex-direction:column;gap:6px;min-width:0;display:flex}.margin-period>span{color:var(--muted);font-size:10px;font-weight:700}.margin-table-panel{flex:auto;min-height:0}@media (width<=1450px){.faturamento-filters-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.faturamento-filters-grid>:first-child{grid-column:span 1}.faturamento-filters-grid>:nth-child(2),.faturamento-filters-grid>:nth-child(3){grid-column:span 2}.faturamento-filters-grid>.margin-period,.faturamento-filters-grid>.row-groups-control{grid-column:span 1}.margin-filters-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}@media (width<=900px){.commercial-cards{grid-template-columns:repeat(3,minmax(0,1fr))}.faturamento-dashboard{grid-template-rows:minmax(330px,1fr) 130px auto;grid-template-columns:1fr;overflow:auto}.faturamento-matrix-panel,.commercial-evolution,.faturamento-side{grid-column:1}.faturamento-matrix-panel{grid-row:1}.commercial-evolution{grid-row:2}.faturamento-side{grid-row:3;grid-template-rows:repeat(2,220px)}}@media (width<=720px){.faturamento-filters-grid,.margin-filters-grid{grid-template-columns:1fr 1fr}.faturamento-filters-grid>*,.faturamento-filters-grid>:first-child,.faturamento-filters-grid>:nth-child(2),.faturamento-filters-grid>:nth-child(3),.commercial-period-pills{grid-column:auto}.commercial-period-pills,.margin-period{grid-column:1/-1}.commercial-period-pills{grid-template-columns:86px minmax(0,1fr)}.commercial-month-pills .pill-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.commercial-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.commercial-matrix .label-column{width:min(68vw,285px);min-width:min(68vw,285px)}.row-groups-control{grid-column:1/-1}.row-groups-menu{width:auto;position:fixed;inset:auto 12px 12px}}.projection-page{overflow:hidden}.projection-filter-panel{min-width:0}.projection-panel{min-height:0}.projection-header{border-bottom:1px solid var(--line);flex:none;justify-content:space-between;align-items:center;gap:12px;min-height:52px;padding:8px 16px;display:flex}.projection-header>strong{font-size:16px;font-weight:600}.projection-count{color:var(--muted);font-variant-numeric:tabular-nums;font-size:11px}.projection-filters{flex:none;grid-template-columns:180px minmax(280px,1fr) 270px auto;align-items:end;gap:10px;display:grid}.projection-filters select{border:1px solid var(--line);border-radius:var(--radius);width:100%;min-width:0;height:36px;color:var(--foreground);background:var(--surface);font:inherit;padding:0 10px;font-size:12px}.projection-filters select:focus{outline:2px solid var(--primary)}@supports (color:color-mix(in lab, red, red)){.projection-filters select:focus{outline:2px solid color-mix(in srgb,var(--primary) 18%,transparent)}}.projection-filters select:focus{border-color:var(--primary)}.projection-filter-actions{justify-content:flex-end;align-items:center;gap:7px;display:flex}.projection-filter-actions .login-submit,.projection-filter-actions .secondary-button{white-space:nowrap;justify-content:center;align-items:center;gap:6px;width:auto;height:36px;margin:0;padding:0 13px;display:inline-flex}.projection-filter-actions .login-submit{color:var(--table-head-fg);background:var(--table-head-bg)}.projection-filter-actions .login-submit:hover:not(:disabled){background:var(--table-head-bg)}@supports (color:color-mix(in lab, red, red)){.projection-filter-actions .login-submit:hover:not(:disabled){background:color-mix(in srgb,var(--table-head-bg) 88%,#000)}}.projection-table-scroll{flex:auto;min-height:0;overflow:auto}.projection-table-scroll table{table-layout:fixed;min-width:1620px;font-family:var(--app-font);font-size:var(--table-font-size)}.projection-table-scroll thead tr{height:45px}.projection-table-scroll tbody tr{height:var(--table-row-height)}.projection-table-scroll .projection-col-date{width:124px}.projection-table-scroll .projection-col-company{width:96px}.projection-table-scroll .projection-col-code{width:132px}.projection-table-scroll .projection-col-nature{width:280px}.projection-table-scroll .projection-col-value{width:156px}.projection-table-scroll .projection-col-note{width:310px}.projection-table-scroll .projection-col-calculated{width:174px}.projection-table-scroll thead th{height:45px;color:var(--table-head-fg);background:var(--table-head-bg);letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;border:1px solid #ffffff38;padding:8px 16px;font-size:14px;font-weight:600}.projection-table-scroll thead th>button{width:100%;height:100%;color:inherit;font:inherit;letter-spacing:inherit;white-space:nowrap;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;gap:6px;padding:0;display:inline-flex}.projection-table-scroll thead th.projection-description>button{justify-content:flex-start}.projection-table-scroll thead th>button:hover{color:#fff}.projection-table-scroll tbody td{height:var(--table-row-height);border:1px solid var(--line);color:var(--foreground);background:var(--surface);text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums;padding:2px 16px;position:relative}.projection-table-scroll tbody td.projection-description{text-align:left;text-overflow:ellipsis;overflow:hidden}.projection-table-scroll .projection-sticky-column{z-index:12;background:var(--table-head-bg);position:sticky;left:0}.projection-table-scroll tbody .projection-sticky-column{z-index:3;background:var(--surface)}.projection-table-scroll tbody tr:hover td,.projection-table-scroll tbody tr:hover .projection-sticky-column,.projection-table-scroll tbody tr.is-editing-row td,.projection-table-scroll tbody tr.is-editing-row .projection-sticky-column,.projection-table-scroll tbody tr.has-context-menu td,.projection-table-scroll tbody tr.has-context-menu .projection-sticky-column{background:var(--primary-soft)}.projection-table-scroll .editable-cell{cursor:cell}.projection-table-scroll .editable-cell:hover{box-shadow:inset 0 0 0 1px var(--primary)}@supports (color:color-mix(in lab, red, red)){.projection-table-scroll .editable-cell:hover{box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--primary) 55%,transparent)}}.projection-table-scroll .editable-cell.is-active{z-index:4;background:var(--primary-soft);box-shadow:inset 0 0 0 1px var(--primary)}.projection-table-scroll .editable-cell.is-active:after{display:none}.projection-table-scroll td>input,.projection-table-scroll td>select{width:calc(100% - 2px);min-width:0;height:calc(100% - 2px);color:var(--foreground);font:inherit;text-align:inherit;background:0 0;border:0;border-radius:0;outline:0;margin:0;padding:0 14px;position:absolute;inset:1px}.projection-table-scroll td>select{cursor:pointer;text-align-last:right}.month-cell-picker{width:100%;height:100%;position:relative}.month-cell-trigger{width:100%;height:100%;min-height:32px;color:inherit;font:inherit;background:0 0;border:0;justify-content:center;align-items:center;gap:7px;padding:0 8px;display:flex}.month-cell-trigger svg{color:var(--primary);flex:none}.month-cell-popover{z-index:40;border:1px solid var(--line);background:var(--surface);width:250px;color:var(--foreground);text-align:left;border-radius:5px;padding:10px;position:absolute;top:calc(100% + 5px);left:2px;box-shadow:0 12px 30px #0f22192e}.month-cell-year{grid-template-columns:32px 1fr 32px;align-items:center;margin-bottom:8px;display:grid}.month-cell-year strong{text-align:center;font-size:13px}.month-cell-year button{border:1px solid var(--line);background:var(--surface);width:30px;height:28px;color:var(--primary);border-radius:4px;place-items:center;display:grid}.month-cell-year button:disabled{color:var(--muted);opacity:.42}.month-cell-grid{grid-template-columns:repeat(4,1fr);gap:5px;display:grid}.month-cell-grid button{border:1px solid var(--line);background:var(--surface);height:30px;color:var(--foreground);border-radius:4px;font-size:11px;font-weight:700}.month-cell-grid button:hover:not(:disabled),.month-cell-grid button.selected{border-color:var(--primary);background:var(--primary-soft);color:var(--primary-dark)}.month-cell-grid button:disabled{background:var(--surface-soft);color:var(--muted);opacity:.55}.month-cell-popover small{color:var(--muted);text-align:center;margin-top:8px;font-size:10px;display:block}.projection-table-scroll .calculated-cell{background:var(--surface-soft);cursor:default}.projection-table-scroll .projection-draft-row td{background:var(--primary-soft)}@supports (color:color-mix(in lab, red, red)){.projection-table-scroll .projection-draft-row td{background:color-mix(in srgb,var(--primary-soft) 54%,var(--surface))}}.projection-table-scroll .projection-draft-row .projection-sticky-column{background:var(--primary-soft)}@supports (color:color-mix(in lab, red, red)){.projection-table-scroll .projection-draft-row .projection-sticky-column{background:color-mix(in srgb,var(--primary-soft) 54%,var(--surface))}}.projection-table-scroll .projection-draft-hint{color:var(--muted);text-align:center;font-size:11px;font-weight:600}.projection-table-scroll tbody tr:hover .calculated-cell{background:var(--primary-soft)}.projection-table-scroll table,.projection-table-scroll tr,.projection-table-scroll th,.projection-table-scroll td,.projection-table-scroll input,.projection-table-scroll select{transition:none!important;animation:none!important}.projection-context-menu{z-index:100;border:1px solid var(--line);background:var(--surface);border-radius:5px;min-width:180px;padding:5px;position:fixed;box-shadow:0 10px 28px #19201d33}.projection-context-menu button{width:100%;height:34px;color:var(--danger);text-align:left;background:0 0;border:0;border-radius:3px;align-items:center;gap:8px;padding:0 10px;font-size:12px;font-weight:600;display:flex}.projection-context-menu button:hover{background:var(--danger)}@supports (color:color-mix(in lab, red, red)){.projection-context-menu button:hover{background:color-mix(in srgb,var(--danger) 9%,var(--surface))}}.projection-explanation{border-bottom:1px solid var(--line);color:var(--muted);background:var(--surface-soft);flex:none;padding:10px 14px;font-size:11px}@media (width<=1100px){.projection-filters{grid-template-columns:150px minmax(220px,1fr) 240px auto}}@media (width<=720px){.projection-header{flex-direction:column;align-items:flex-start}.projection-filters{grid-template-columns:1fr 1fr}.projection-filter-nature,.projection-period,.projection-filter-actions{grid-column:1/-1}}.refresh-log-table{border-collapse:collapse;text-align:left;width:100%;font-size:.85rem}.refresh-log-table th,.refresh-log-table td{vertical-align:top;border-bottom:1px solid;padding:.6rem}.refresh-log-table th{font-weight:600}.refresh-log-table td:nth-child(4){overflow-wrap:anywhere;min-width:20rem}:root.theme-iws{color:var(--foreground);--emphasis-bg-hover:#dcd0da;--shadow:0 3px 14px #3d27370d;--map-tone-1:#ece5eb;--map-tone-2:#d1c1ce;--map-tone-3:#b59eae;--map-tone-4:#87677c;--map-tone-5:#594050}.theme-iws .revenue-dashboard{--rd-accent:#79536d}.theme-iws .brazil-sales-map{--map-empty:#f0edef;--map-label:#50434f}.theme-iws .kpi-card{border-left-color:var(--primary)}.theme-iws .kpi-card strong{color:var(--foreground)}.theme-iws .capital-matrix thead th,.theme-iws .projection-table-scroll thead th{border-color:var(--line)}.theme-iws .revenue-dashboard thead th{background:var(--table-head-bg);color:var(--table-head-fg)}.theme-iws .revenue-dashboard .rd-sort-header:hover{color:var(--table-head-fg)}.theme-iws .revenue-dashboard .rd-sort-header:focus-visible{outline-color:var(--table-head-fg)}.theme-iws .matrix-loading{background:var(--surface)}@supports (color:color-mix(in lab, red, red)){.theme-iws .matrix-loading{background:color-mix(in srgb, var(--surface) 94%, transparent)}}.theme-picker{border:1px solid var(--line);height:34px;color:var(--muted);background:var(--surface);border-radius:8px;flex-shrink:0;align-items:center;gap:5px;padding:0 8px;display:inline-flex}.theme-picker select{width:68px;min-width:0;color:var(--foreground);font:inherit;cursor:pointer;background:0 0;border:0;font-size:12px}.language-picker select{width:145px}.theme-picker:focus-within{outline:2px solid var(--primary);outline-offset:2px}@media (width<=600px){.theme-picker{padding-inline:4px}.theme-picker>svg{display:none}}.translations-editor{width:100%;min-width:0}.translations-filters{flex-wrap:wrap;gap:12px;margin-bottom:16px;display:flex}.translations-filters input{flex:1;min-width:180px}.translations-filters input,.translations-filters select,.translations-editor textarea{color:var(--foreground);background:var(--surface);border:1px solid var(--line);border-radius:6px;padding:8px}.translations-editor table{table-layout:fixed;border-collapse:collapse;width:100%}.translations-editor th,.translations-editor td{vertical-align:top;border-bottom:1px solid var(--line);text-align:left;overflow-wrap:anywhere;padding:10px}.translations-editor thead{background:var(--table-head-bg);color:var(--table-head-fg)}.translations-editor tbody th{width:30%;font-size:12px;font-weight:500}.translations-editor th small,.translations-editor th span{margin-top:8px;display:block}.translations-editor textarea{box-sizing:border-box;resize:vertical;width:100%;min-height:80px}.translations-editor td>div{flex-wrap:wrap;gap:6px;margin-top:6px;display:flex}.translations-editor .rd-pagination{margin-top:16px}@media (width<=700px){.translations-editor table,.translations-editor tbody,.translations-editor tr,.translations-editor td,.translations-editor tbody th{width:100%;display:block}.translations-editor thead{display:none}.translations-editor td:nth-child(2):before{content:"Português (Brasil)"}.translations-editor td:nth-child(3):before{content:"English (US)"}.translations-editor tr{margin-bottom:20px}.language-picker{position:relative}.language-picker select{color:#0000;width:66px}.language-picker select option{color:var(--foreground);font-size:12px}.language-picker:after{content:attr(data-locale);pointer-events:none;color:var(--foreground);font-size:11px;position:absolute;left:8px}}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}
