.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{position:relative;box-sizing:border-box}.rdp-root *{box-sizing:border-box}.rdp-day{width:var(--rdp-day-width);height:var(--rdp-day-height);text-align:center}.rdp-day_button{background:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;justify-content:center;align-items:center;display:flex;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)}.rdp-day_button:disabled{cursor:revert}.rdp-caption_label{z-index:1;position:relative;display:inline-flex;align-items:center;white-space:nowrap;border:0}.rdp-dropdown:focus-visible~.rdp-caption_label{outline:5px auto Highlight;outline:5px auto -webkit-focus-ring-color}.rdp-button_next,.rdp-button_previous{border:none;background:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;-moz-appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;justify-content:center;position:relative;appearance:none;width:var(--rdp-nav_button-width);height:var(--rdp-nav_button-height)}.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{display:inline-block;fill:var(--rdp-accent-color)}.rdp-root[dir=rtl] .rdp-nav .rdp-chevron{transform:rotate(180deg);transform-origin:50%}.rdp-dropdowns{position:relative;display:inline-flex;align-items:center;gap:var(--rdp-dropdown-gap)}.rdp-dropdown{z-index:2;opacity:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;inset-block-start:0;inset-block-end:0;inset-inline-start:0;width:100%;margin:0;padding:0;cursor:inherit;border:none;line-height:inherit}.rdp-dropdown_root{position:relative;display:inline-flex;align-items:center}.rdp-dropdown_root[data-disabled=true] .rdp-chevron{opacity:var(--rdp-disabled-opacity)}.rdp-month_caption{display:flex;align-content:center;height:var(--rdp-nav-height);font-weight:700;font-size:large}.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{position:absolute;inset-inline-start:0;top:0;height:var(--rdp-nav-height);display:inline-flex}.rdp-root[data-nav-layout=around] .rdp-button_next{position:absolute;inset-inline-end:0;top:0;height:var(--rdp-nav-height);display:inline-flex;justify-content:center}.rdp-months{position:relative;display:flex;flex-wrap:wrap;gap:var(--rdp-months-gap);max-width:fit-content}.rdp-month_grid{border-collapse:collapse}.rdp-nav{position:absolute;inset-block-start:0;inset-inline-end:0;display:flex;align-items:center;height:var(--rdp-nav-height)}.rdp-weekday{opacity:var(--rdp-weekday-opacity);padding:var(--rdp-weekday-padding);font-weight:500;font-size:smaller;text-align:var(--rdp-weekday-text-align);text-transform:var(--rdp-weekday-text-transform)}.rdp-week_number{opacity:var(--rdp-week_number-opacity);font-weight:400;font-size:small;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)}.rdp-today:not(.rdp-outside){color:var(--rdp-today-color)}.rdp-selected{font-weight:700;font-size:large}.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}:root{--brand-500: #016e46;--brand-600: #015436;--brand-700: #003320;--cyan: #31e2b8;--blue: #1976d2;--orange: #f57c00;--red: #c62828;--surface: #ffffff;--surface-soft: #f7faf9;--paper: #e8ebea;--line: #dfe6e3;--line-strong: #bdc9c4;--text: #212121;--muted: #6d7371;--muted-2: #8a9490;--shadow: 0 16px 40px rgba(0, 34, 21, .12);color:var(--text);background:var(--paper);font-family:Segoe UI,Roboto,Arial,sans-serif;font-synthesis:none;text-rendering:geometricPrecision}*{box-sizing:border-box}body{margin:0;min-width:1024px;background:linear-gradient(135deg,rgba(1,110,70,.08),transparent 28%),linear-gradient(180deg,#edf1ef,#dfe5e2)}button,input,select,textarea{font:inherit}button{cursor:pointer}.app-shell{min-height:100vh;display:flex;flex-direction:column;overflow:hidden}.topbar{height:58px;background:linear-gradient(90deg,var(--brand-700),var(--brand-500) 54%,#0e7e63);color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 18px;box-shadow:0 8px 24px #00332040;position:relative;z-index:5}.brand,.top-actions,.sidebar-heading,.section-title,.status-pill,.metric-tile,.api-mini,.endpoint-pill,.report-meta,.eyebrow{display:flex;align-items:center}.brand{gap:12px}.brand-mark{width:38px;height:38px;display:grid;place-items:center;border-radius:8px;color:var(--brand-700);background:linear-gradient(135deg,#ffffff,var(--cyan));box-shadow:inset 0 0 0 1px #ffffff59}.brand strong{display:block;font-size:16px;font-weight:700;line-height:20px}.brand span{display:block;color:#ffffffc7;font-size:12px;line-height:16px}.top-actions{gap:8px}.language-switcher{height:31px;display:inline-flex;align-items:center;gap:2px;padding:2px;border:1px solid rgba(255,255,255,.22);border-radius:6px;background:#ffffff1a}.language-switcher button{min-width:34px;height:25px;border:0;border-radius:4px;color:#ffffffc7;background:transparent;font-size:11px;font-weight:700;letter-spacing:.4px;transition:background .16s ease,color .16s ease,transform .16s ease}.language-switcher button:hover,.language-switcher button:focus-visible{color:#fff;background:#ffffff24;outline:none}.language-switcher button.active{color:var(--brand-700);background:linear-gradient(135deg,#ffffff,var(--cyan));box-shadow:0 2px 8px #00221529}.language-switcher button:active{transform:translateY(1px)}.help-button{height:31px;display:inline-flex;align-items:center;gap:6px;padding:0 10px;border:1px solid rgba(255,255,255,.28);border-radius:6px;color:#fff;background:#ffffff1a;font-size:12px;font-weight:700;white-space:nowrap}.help-button:hover,.help-button:focus-visible{border-color:#ffffff80;background:#ffffff2e;outline:none}.login-shell{min-height:100vh;display:grid;grid-template-rows:58px minmax(0,1fr);background:linear-gradient(180deg,#003320fa,#003320f0 28%,#e7ece9fa 28.1%),repeating-linear-gradient(90deg,rgba(255,255,255,.05) 0 1px,transparent 1px 72px)}.login-topbar{height:58px;display:flex;align-items:center;justify-content:space-between;padding:0 22px;color:#fff;background:linear-gradient(90deg,var(--brand-700),var(--brand-500));box-shadow:0 8px 24px #0033203d}.login-brand{display:flex;align-items:center;gap:12px}.login-brand strong,.login-brand span{display:block}.login-brand strong{font-size:16px;line-height:20px}.login-brand span{color:#ffffffc2;font-size:12px;line-height:16px}.login-toolbar-actions{display:flex;align-items:center;gap:9px;min-width:0}.login-settings-button{max-width:min(310px,34vw);height:34px;display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.24);border-radius:6px;padding:0 11px;color:#fff;background:#ffffff1f;font-size:12px;font-weight:800;transition:background .16s ease,border-color .16s ease,transform .16s ease}.login-settings-button span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.login-settings-button:hover,.login-settings-button:focus-visible{border-color:#31e2b8a6;background:#fff3;outline:none;transform:translateY(-1px)}.login-stage{min-height:0;display:grid;grid-template-columns:minmax(360px,.92fr) minmax(380px,440px);gap:34px;align-items:center;width:min(1120px,calc(100vw - 72px));margin:0 auto;padding:34px 0}.login-visual{min-height:520px;position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.18);border-radius:8px;background:linear-gradient(135deg,#016e46eb,#003320fa),repeating-linear-gradient(0deg,rgba(255,255,255,.08) 0 1px,transparent 1px 58px);box-shadow:0 20px 56px #00332047}.login-visual:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(180deg,rgba(255,255,255,.08) 1px,transparent 1px);background-size:46px 46px;opacity:.42}.login-orbit{position:absolute;top:56px;left:56px;width:86px;height:86px;display:grid;place-items:center;color:var(--brand-700);border-radius:8px;background:linear-gradient(135deg,#fff,var(--cyan));box-shadow:0 18px 38px #001a1047;animation:loginFloat 4s ease-in-out infinite}.login-visual-grid{position:absolute;left:54px;right:54px;bottom:110px;display:grid;grid-template-columns:repeat(3,minmax(96px,1fr));gap:12px}.login-visual-grid span{position:relative;height:86px;overflow:hidden;border:1px solid rgba(255,255,255,.18);border-radius:7px;background:linear-gradient(180deg,#fff3,#ffffff14);animation:loginPulse 3.8s ease-in-out infinite}.login-visual-grid span:before,.login-visual-grid span:after{content:"";position:absolute;top:12px;right:12px;bottom:12px;left:12px;border-radius:5px}.login-visual-grid span:before{opacity:.72}.login-visual-grid span:after{opacity:.9}.login-visual-grid span:nth-child(1):before{background:linear-gradient(90deg,rgba(255,255,255,.16) 1px,transparent 1px),linear-gradient(180deg,rgba(255,255,255,.12) 1px,transparent 1px);background-size:24px 18px}.login-visual-grid span:nth-child(1):after{inset:auto 18px 15px 18px;height:52px;background:linear-gradient(to top,rgba(49,226,184,.88) 0 38%,transparent 38%) 0 0 / 18% 100% no-repeat,linear-gradient(to top,rgba(255,255,255,.82) 0 62%,transparent 62%) 25% 0 / 18% 100% no-repeat,linear-gradient(to top,rgba(106,203,243,.78) 0 46%,transparent 46%) 50% 0 / 18% 100% no-repeat,linear-gradient(to top,rgba(49,226,184,.78) 0 76%,transparent 76%) 75% 0 / 18% 100% no-repeat}.login-visual-grid span:nth-child(2):before{background:linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px),linear-gradient(180deg,rgba(255,255,255,.1) 1px,transparent 1px);background-size:22px 16px}.login-visual-grid span:nth-child(2):after{top:17px;right:18px;bottom:16px;left:18px;border-radius:0;background:linear-gradient(135deg,transparent 0 16%,rgba(49,226,184,.95) 16% 18%,transparent 18% 36%,rgba(255,255,255,.9) 36% 38%,transparent 38% 54%,rgba(106,203,243,.9) 54% 56%,transparent 56% 100%),radial-gradient(circle at 16% 72%,#31e2b8 0 4px,transparent 4px),radial-gradient(circle at 37% 48%,#ffffff 0 4px,transparent 4px),radial-gradient(circle at 58% 60%,#6acbf3 0 4px,transparent 4px),radial-gradient(circle at 82% 25%,#31e2b8 0 4px,transparent 4px)}.login-visual-grid span:nth-child(3):before{background:linear-gradient(90deg,rgba(255,255,255,.18) 1px,transparent 1px),linear-gradient(180deg,rgba(255,255,255,.15) 1px,transparent 1px);background-size:34% 18px}.login-visual-grid span:nth-child(3):after{top:16px;right:16px;bottom:16px;left:16px;background:linear-gradient(90deg,rgba(49,226,184,.86) 0 32%,transparent 32% 36%,rgba(255,255,255,.72) 36% 68%,transparent 68% 72%,rgba(106,203,243,.68) 72% 100%) top / 100% 12px no-repeat,repeating-linear-gradient(180deg,transparent 0 13px,rgba(255,255,255,.24) 13px 14px)}.login-visual-grid span:nth-child(4):before{background:conic-gradient(from -80deg,#31e2b8f2 0,#31e2b8f2 42%,#6acbf3c7 42%,#6acbf3c7 68%,#ffffffc7 68%,#ffffffc7 84%,#ffffff2e 84%,#ffffff2e);width:46px;height:46px;inset:20px auto auto 18px;border-radius:50%;box-shadow:inset 0 0 0 10px #004626b8}.login-visual-grid span:nth-child(4):after{inset:19px 18px auto 78px;height:48px;background:linear-gradient(90deg,#31e2b8 0 12px,transparent 12px) 0 0 / 100% 10px no-repeat,linear-gradient(90deg,rgba(255,255,255,.8) 0 36px,transparent 36px) 0 18px / 100% 10px no-repeat,linear-gradient(90deg,rgba(106,203,243,.78) 0 24px,transparent 24px) 0 36px / 100% 10px no-repeat}.login-visual-grid span:nth-child(5):before{background:radial-gradient(circle at 24% 36%,rgba(49,226,184,.95) 0 5px,transparent 5px),radial-gradient(circle at 48% 62%,rgba(255,255,255,.82) 0 5px,transparent 5px),radial-gradient(circle at 70% 30%,rgba(106,203,243,.86) 0 5px,transparent 5px),radial-gradient(circle at 82% 70%,rgba(49,226,184,.7) 0 5px,transparent 5px)}.login-visual-grid span:nth-child(5):after{background:linear-gradient(24deg,transparent 0 27%,rgba(49,226,184,.72) 27% 30%,transparent 30% 48%,rgba(255,255,255,.62) 48% 51%,transparent 51% 68%,rgba(106,203,243,.62) 68% 71%,transparent 71% 100%)}.login-visual-grid span:nth-child(6):before{background:linear-gradient(90deg,rgba(49,226,184,.82) 0 42%,transparent 42%),linear-gradient(180deg,rgba(255,255,255,.18) 1px,transparent 1px);background-size:100% 100%,100% 16px}.login-visual-grid span:nth-child(6):after{top:18px;right:18px;bottom:18px;left:18px;background:linear-gradient(90deg,rgba(255,255,255,.82) 0 58%,transparent 58%) 0 0 / 100% 9px no-repeat,linear-gradient(90deg,rgba(106,203,243,.78) 0 42%,transparent 42%) 0 18px / 100% 9px no-repeat,linear-gradient(90deg,rgba(49,226,184,.82) 0 76%,transparent 76%) 0 36px / 100% 9px no-repeat}.login-visual-grid span:nth-child(2),.login-visual-grid span:nth-child(5){animation-delay:.24s}.login-visual-grid span:nth-child(3),.login-visual-grid span:nth-child(4){animation-delay:.52s}.login-visual-footer{position:absolute;left:54px;right:54px;bottom:42px;display:flex;align-items:flex-end;justify-content:space-between;color:#fff}.login-visual-footer b,.login-visual-footer small{display:block}.login-visual-footer b{font-size:24px;line-height:28px}.login-visual-footer small{color:#ffffffb8;font-size:12px;font-weight:700}.login-card{display:grid;gap:14px;padding:26px;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--shadow)}.login-heading{display:grid;gap:6px}.login-heading h1{margin:0;color:var(--brand-700);font-size:26px;line-height:31px;letter-spacing:0}.login-heading p{margin:0;color:var(--muted);font-size:14px;line-height:20px}.login-mode{display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:4px;border:1px solid var(--line);border-radius:7px;background:var(--surface-soft)}.login-mode button{min-height:34px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:0;border-radius:5px;color:var(--muted);background:transparent;font-size:12px;font-weight:700;transition:background .16s ease,color .16s ease,box-shadow .16s ease}.login-mode button:hover,.login-mode button:focus-visible{color:var(--brand-700);outline:none}.login-mode button.active{color:#fff;background:var(--brand-500);box-shadow:0 4px 12px #016e4633}.login-field{display:grid;gap:6px;color:var(--muted);font-size:12px;font-weight:700}.login-field input{width:100%;height:38px;border:1px solid var(--line-strong);border-radius:6px;padding:0 11px;color:var(--text);background:#fff;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.login-field input:focus{border-color:var(--brand-500);box-shadow:0 0 0 3px #016e461f;outline:none}.login-field input:disabled,.login-field input[readonly]{color:var(--muted);background:var(--surface-soft)}.login-field.muted{opacity:.7}.password-control{display:grid;grid-template-columns:minmax(0,1fr) 38px}.password-control input{border-radius:6px 0 0 6px}.password-control button{width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--line-strong);border-left:0;border-radius:0 6px 6px 0;color:var(--muted);background:var(--surface-soft)}.password-control button:disabled{cursor:not-allowed;opacity:.55}.password-control.embedded{width:100%;grid-template-columns:minmax(0,1fr) 34px}.password-control.embedded input{height:34px;border-radius:6px 0 0 6px}.password-control.embedded button{width:34px;height:34px}.login-error{min-height:38px;margin:0}.login-error svg{flex:0 0 auto}.login-check{display:inline-flex;align-items:center;gap:8px;color:var(--muted);font-size:12px;font-weight:600}.login-check input{width:15px;height:15px;accent-color:var(--brand-500)}.login-submit{height:40px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:6px;color:#fff;background:linear-gradient(90deg,var(--brand-600),var(--brand-500));font-size:14px;font-weight:800;box-shadow:0 10px 24px #016e463d;transition:transform .16s ease,box-shadow .16s ease}.login-submit:hover,.login-submit:focus-visible{transform:translateY(-1px);box-shadow:0 14px 28px #016e4647;outline:none}.login-submit:active{transform:translateY(0)}.login-status-grid{display:grid;gap:7px}.login-status-item{display:grid;grid-template-columns:28px minmax(0,1fr);align-items:center;gap:8px;min-height:42px;padding:6px 8px;border:1px solid var(--line);border-radius:6px;background:var(--surface-soft)}.login-status-item>span{width:28px;height:28px;display:grid;place-items:center;border-radius:5px}.login-status-item.ok>span{color:var(--brand-700);background:#31e2b833}.login-status-item.warn>span{color:var(--orange);background:#f57c001f}.login-status-item b,.login-status-item small{display:block}.login-status-item b{color:var(--text);font-size:12px;line-height:16px}.login-status-item small{color:var(--muted);font-size:11px;line-height:15px}.login-hint{margin:0;padding-top:2px;color:var(--muted);font-size:11px;line-height:16px}@keyframes loginFloat{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}@keyframes loginPulse{0%,to{opacity:.72}50%{opacity:1}}@media (max-width: 980px){body{min-width:0}.login-stage{grid-template-columns:1fr;width:min(520px,calc(100vw - 28px));gap:14px}.login-topbar{padding:0 12px}.login-toolbar-actions{gap:6px}.login-settings-button{width:34px;padding:0;justify-content:center}.login-settings-button span{display:none}.login-visual{min-height:190px}.login-visual-grid{display:none}.login-orbit{top:30px;left:30px;width:62px;height:62px}.login-visual-footer{left:30px;right:30px;bottom:26px}.login-db-summary{grid-template-columns:1fr}}.status-pill{height:31px;gap:6px;padding:0 10px;border:1px solid rgba(255,255,255,.22);border-radius:6px;background:#ffffff1f;color:#fff;font-size:12px;font-weight:600}.status-pill.ok{box-shadow:inset 0 -2px #31e2b8e6}.status-pill.warn{box-shadow:inset 0 -2px #f57c00e6}.status-pill.error{box-shadow:inset 0 -2px #c62828f2}.icon-button{width:34px;height:34px;border:1px solid rgba(255,255,255,.2);border-radius:6px;color:#fff;background:#ffffff1f}.icon-button:hover,.icon-button:focus-visible{background:#fff3;outline:none}.workspace{flex:1;display:grid;grid-template-columns:54px minmax(0,1fr);min-height:0;position:relative;transition:grid-template-columns .22s ease}.workspace.tree-pinned{grid-template-columns:276px minmax(0,1fr)}.sidebar{background:var(--brand-700);color:#fff;position:relative;z-index:8;min-width:0;overflow:visible}.sidebar-rail{width:54px;height:100%;display:flex;align-items:flex-start;justify-content:center;padding-top:14px;background:linear-gradient(180deg,var(--brand-700),#002719);border-right:1px solid rgba(255,255,255,.08)}.tree-menu-button,.tree-pin-button{display:inline-grid;place-items:center;border:1px solid rgba(255,255,255,.16);border-radius:7px;color:#fff;background:#ffffff14;transition:background .16s ease,border-color .16s ease,transform .16s ease}.tree-menu-button{width:36px;height:36px}.tree-pin-button{width:30px;height:30px;margin-left:auto}.tree-menu-button:hover,.tree-menu-button:focus-visible,.tree-pin-button:hover,.tree-pin-button:focus-visible,.tree-pin-button.active{background:#31e2b82e;border-color:#31e2b86b;outline:none}.tree-menu-button:active,.tree-pin-button:active{transform:translateY(1px)}.tree-drawer{position:absolute;top:0;bottom:0;left:54px;width:276px;display:flex;flex-direction:column;gap:12px;padding:16px 12px;background:linear-gradient(180deg,var(--brand-700),#002719);box-shadow:18px 0 42px #001a1047;opacity:0;visibility:hidden;pointer-events:none;transform:translate(-18px);transition:transform .22s cubic-bezier(.2,.8,.2,1),opacity .16s ease,visibility .16s ease}.workspace.tree-open .tree-drawer{opacity:1;visibility:visible;pointer-events:auto;transform:translate(0)}.workspace.tree-pinned .tree-drawer{position:relative;left:0;width:100%;min-height:100%;opacity:1;visibility:visible;pointer-events:auto;transform:none;box-shadow:none}.sidebar-heading{gap:8px;height:34px;padding:0 8px;color:#ffffffd1;font-size:13px;font-weight:700}.category-list{display:flex;flex-direction:column;gap:6px;overflow:auto;padding-right:2px}.category-node{width:100%;min-height:42px;display:grid;grid-template-columns:30px minmax(0,1fr) 28px;align-items:center;gap:8px;border:1px solid transparent;border-radius:7px;background:transparent;color:#ffffffe0;text-align:left;padding:5px 8px;transition:transform .16s ease,background .16s ease,border-color .16s ease}.category-node span:nth-child(2){min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:13px;font-weight:600}.category-node b{justify-self:end;color:#ffffffb8;font-size:12px}.category-node:hover,.category-node.selected{background:#ffffff1c;border-color:#ffffff1f;transform:translate(2px)}.category-node.drop-ready{border-color:var(--cyan);background:#31e2b829}.category-icon{width:28px;height:28px;display:grid;place-items:center;border-radius:7px;color:#fff;background:color-mix(in srgb,var(--accent, #016e46),#ffffff 12%)}.category-icon.all{background:#31e2b82e;color:var(--cyan)}.api-mini{margin-top:auto;gap:10px;min-height:60px;padding:10px;border-radius:8px;background:#ffffff1a;border:1px solid rgba(255,255,255,.12)}.api-mini strong,.api-mini span{display:block}.api-mini strong{font-size:12px;line-height:17px}.api-mini span{color:#ffffffad;font-size:11px;line-height:15px}.content{--metric-gap: 10px;--metric-column-width: calc((100% - 30px)/4) ;min-width:0;padding:16px;display:flex;flex-direction:column;gap:12px;overflow:auto}.toolbar-band{min-height:74px;display:grid;grid-template-columns:minmax(320px,1fr) minmax(320px,520px);gap:16px;align-items:center;padding:14px 16px;border:1px solid var(--line);border-radius:8px;background:linear-gradient(90deg,#fff,#ffffffd1),repeating-linear-gradient(135deg,rgba(1,110,70,.06) 0 1px,transparent 1px 12px);box-shadow:var(--shadow);animation:reveal .32s ease-out both}.title-block h1{margin:3px 0 0;font-size:22px;line-height:28px;font-weight:750;color:#1a2f28}.eyebrow{gap:6px;color:var(--brand-500);font-size:12px;font-weight:800;text-transform:uppercase}.search-box{height:42px;display:grid;grid-template-columns:38px minmax(0,1fr);align-items:center;border:1px solid var(--line-strong);border-radius:8px;background:#fff;overflow:hidden}.search-box svg{margin-left:12px;color:var(--brand-500)}.search-box input{height:100%;border:0;outline:none;padding:0 12px 0 2px;font-size:14px}.filter-band{display:grid;grid-template-columns:minmax(300px,1fr) minmax(170px,.65fr) minmax(180px,.7fr) minmax(360px,2fr);gap:8px;align-items:end;padding:10px;border-radius:8px;background:var(--surface);border:1px solid var(--line)}.filter-select{display:flex;flex-direction:column;gap:4px;min-width:0}.filter-period{position:relative;display:flex;min-width:0;margin:0;padding:0;border:0;flex-direction:column;gap:4px}.filter-period.open{z-index:40}.filter-period legend{width:100%;padding:0;color:var(--muted);font-size:11px;font-weight:700;line-height:14px}.filter-period-control{position:relative;display:flex;align-items:center;min-width:0}.filter-period-control input{width:100%;height:34px;min-width:0;border:1px solid var(--line-strong);border-radius:6px;background:#fff;color:var(--text);padding:0 40px 0 10px;outline:none;font-variant-numeric:tabular-nums}.filter-period-control input:focus{border-color:var(--brand-500);box-shadow:0 0 0 3px #016e461f}.filter-period-control.invalid input{border-color:var(--danger-500, #b42318)}.filter-period-control.invalid svg{color:var(--danger-500, #b42318)}.period-calendar-button{position:absolute;z-index:2;right:1px;width:33px;height:32px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;border-left:1px solid var(--line);border-radius:0 5px 5px 0;background:#f8faf9;color:var(--brand-500);cursor:pointer}.period-calendar-button:hover,.period-calendar-button:focus-visible,.filter-period.open .period-calendar-button{background:#016e4614;color:var(--brand-600)}.period-calendar-button:focus-visible{outline:2px solid var(--brand-500);outline-offset:-2px}.period-calendar-popover{position:absolute;top:calc(100% + 6px);right:0;z-index:60;width:min(338px,calc(100vw - 24px));padding:12px;border:1px solid var(--line-strong);border-radius:8px;background:#fff;box-shadow:0 8px 24px #002a1b33}.period-calendar-quick,.period-calendar-actions{display:flex;align-items:center;gap:6px}.period-calendar-quick button{flex:1;min-height:30px;padding:5px 8px;border:1px solid var(--line);border-radius:4px;background:#fff;color:var(--text);font-size:12px;font-weight:600;cursor:pointer}.period-calendar-quick button:hover,.period-calendar-quick button:focus-visible{border-color:var(--brand-500);background:#016e4614;color:var(--brand-600);outline:none}.period-calendar-selection{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:10px 0 4px}.period-calendar-selection span{min-width:0;padding:6px 8px;border:1px solid var(--line);border-radius:4px;background:var(--surface-soft)}.period-calendar-selection small,.period-calendar-selection strong{display:block}.period-calendar-selection small{margin-bottom:2px;color:var(--muted);font-size:10px;font-weight:700}.period-calendar-selection strong{color:var(--text);font-size:13px;font-variant-numeric:tabular-nums}.period-calendar-popover .rdp-root{--rdp-accent-color: var(--brand-500);--rdp-accent-background-color: #e5f1ec;--rdp-day-height: 36px;--rdp-day-width: 36px;--rdp-day_button-height: 32px;--rdp-day_button-width: 32px;--rdp-day_button-border-radius: 4px;--rdp-selected-border: 1px solid var(--brand-500);--rdp-nav_button-height: 32px;--rdp-nav_button-width: 32px;margin:4px 0 8px;color:var(--text);font-size:12px}.period-calendar-popover .rdp-month,.period-calendar-popover .rdp-month_grid{width:100%}.period-calendar-popover .rdp-month_grid{min-width:0;table-layout:fixed;border-collapse:collapse}.period-calendar-popover .rdp-weekday,.period-calendar-popover .rdp-day{height:var(--rdp-day-height);padding:0;border:0;text-align:center;white-space:normal}.period-calendar-popover .rdp-month_caption{height:38px;font-size:13px;font-weight:700}.period-calendar-popover .rdp-weekday{color:var(--muted);font-size:10px;font-weight:700}.period-calendar-popover .rdp-day_button:hover,.period-calendar-popover .rdp-day_button:focus-visible{border-color:var(--brand-500);background:#016e4614;outline:none}.period-calendar-actions{justify-content:flex-end;padding-top:10px;border-top:1px solid var(--line)}.period-calendar-actions button{min-height:32px}.filter-toggle{display:flex;flex-direction:column;gap:4px;min-width:0}.filter-toggle span{color:var(--muted);font-size:11px;font-weight:700;line-height:14px}.filter-toggle input{width:34px;height:34px;margin:0;border:1px solid var(--line-strong);accent-color:var(--brand-500);cursor:pointer}.filter-toggle.checked span{color:var(--brand-500)}.filter-select span{color:var(--muted);font-size:11px;font-weight:700;line-height:14px}.filter-select span small{display:block;max-width:100%;margin-top:1px;color:#8d9995;font-size:9px;font-weight:700;line-height:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.filter-select select{width:100%;height:34px;border:1px solid var(--line-strong);border-radius:6px;background:#fff;color:var(--text);padding:0 8px;outline:none}.filter-select select:focus{border-color:var(--brand-500);box-shadow:0 0 0 3px #016e461f}.filter-select.disabled{opacity:.72}.filter-select.disabled span,.filter-select.disabled span small{color:#9ca8a4}.filter-select.disabled select,.filter-select select:disabled{background:#f2f4f3;border-color:#d5dcda;border-style:dashed;color:#9aa3a0;cursor:not-allowed}.metric-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:var(--metric-gap)}.metric-tile{min-height:82px;gap:12px;padding:12px;border:1px solid var(--line);border-radius:8px;background:var(--surface);animation:lift .42s ease-out both}.metric-tile>span{width:38px;height:38px;display:grid;place-items:center;border-radius:8px;color:var(--brand-500);background:#016e461a}.metric-tile.ok>span{color:#016e46;background:#016e461a}.metric-tile.warn>span{color:#f57c00;background:#f57c001a}.metric-tile.error>span{color:#c62828;background:#c628281a}.metric-tile.warn strong{color:#a85600}.metric-tile.error strong{color:#c62828}.metric-tile strong,.metric-tile label,.metric-tile small{display:block}.metric-tile strong{font-size:23px;line-height:25px;font-weight:800}.metric-tile label{margin-top:2px;color:#2b3935;font-size:13px;font-weight:700}.metric-tile small{color:var(--muted);font-size:12px;line-height:16px}.connection-verifier{display:grid;gap:10px;padding:10px;border:1px solid var(--line);border-left:4px solid var(--brand-500);border-radius:8px;background:#fff;transition:border-color .18s ease,box-shadow .18s ease,padding .18s ease}.connection-verifier.collapsed{gap:0;padding-top:8px;padding-bottom:8px}.connection-verifier.ok{border-left-color:#016e46}.connection-verifier.warn{border-left-color:#f57c00}.connection-verifier.error{border-left-color:#c62828}.connection-verifier-head,.connection-title,.connection-check,.connection-actions,.compact-button{display:flex;align-items:center}.connection-verifier-head{justify-content:space-between;gap:12px}.connection-title{gap:9px;min-width:0}.connection-actions{gap:8px;margin-left:auto}.connection-title svg{color:var(--brand-500)}.connection-title strong,.connection-title small{display:block}.connection-title strong{color:#22322d;font-size:14px;font-weight:800}.connection-title small{max-width:920px;color:var(--muted);font-size:12px;line-height:16px}.compact-button{height:34px;white-space:nowrap}.connection-status{min-width:54px;height:24px;display:inline-flex;align-items:center;justify-content:center;padding:0 8px;border:1px solid var(--line);border-radius:999px;color:#52615d;background:#f7faf9;font-size:11px;font-weight:800;white-space:nowrap}.connection-status.ok{color:#016e46;border-color:#016e463d;background:#016e461a}.connection-status.warn{color:#a85600;border-color:#f57c003d;background:#f57c001a}.connection-status.error{color:#c62828;border-color:#c628283d;background:#c628281a}.connection-toggle{flex:0 0 auto;width:34px;height:34px}.connection-verifier-body{display:grid;gap:8px;max-height:260px;overflow:hidden;opacity:1;transition:max-height .24s ease,opacity .16s ease,margin-top .2s ease}.connection-verifier.collapsed .connection-verifier-body{max-height:0;margin-top:0;opacity:0;pointer-events:none}.connection-summary-grid{display:grid;grid-template-columns:1fr .75fr 1fr .85fr;gap:8px}.connection-checks{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.connection-check{min-width:0;gap:7px;padding:8px;border:1px solid var(--line);border-radius:8px;background:var(--surface-soft)}.connection-check svg{flex:0 0 auto}.connection-check.ok svg{color:#016e46}.connection-check.warn svg{color:#f57c00}.connection-check.error svg{color:#c62828}.connection-check b,.connection-check small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.connection-check b{color:#26342f;font-size:12px}.connection-check small{margin-left:auto;max-width:48%;color:var(--muted);font-size:11px}.connection-checks.muted{display:block;padding:8px;color:var(--muted);font-size:12px;font-weight:700}.main-grid{display:grid;grid-template-columns:var(--metric-column-width) minmax(0,1fr);gap:12px;min-height:600px}.report-list-area,.detail-area{min-width:0;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.report-list-area{display:flex;flex-direction:column;overflow:hidden}.section-title{gap:8px;height:42px;padding:0 12px;border-bottom:1px solid var(--line);color:#26342f;font-size:14px;font-weight:800}.section-title b{margin-left:auto;min-width:28px;height:22px;display:grid;place-items:center;border-radius:999px;color:var(--brand-600);background:#016e461a;font-size:12px}.section-title.compact{height:36px;padding:0;border-bottom:0}.report-list{padding:8px;display:flex;flex-direction:column;gap:6px;overflow:auto}.report-card{width:100%;min-height:58px;display:grid;grid-template-columns:24px minmax(0,1fr);gap:7px;align-items:center;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--text);padding:6px;text-align:left;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}.report-card:hover,.report-card.selected{border-color:#016e4661;box-shadow:0 12px 28px #002d1c1a;transform:translateY(-1px)}.report-card.inactive{border-color:#d7ddda;background:#f4f6f5;color:#7d8783;box-shadow:none}.report-card.inactive:hover{border-color:#d7ddda;box-shadow:none;transform:none}.report-card:active{transform:scale(.995)}.report-card.inactive:active{transform:none}.report-edit-trigger{width:22px;height:42px;display:grid;place-items:center;border:1px solid transparent;border-radius:6px;background:transparent;color:var(--muted-2);cursor:pointer}.report-edit-trigger:hover,.report-edit-trigger:focus-visible{color:var(--brand-500);background:#016e4614;border-color:#016e4633;outline:none}.report-edit-trigger.muted{cursor:default;opacity:.28}.report-edit-trigger.muted:hover{color:var(--muted-2);background:transparent;border-color:transparent}.report-card-main{min-width:0;min-height:44px;display:grid;grid-template-columns:4px minmax(0,1fr) 18px;gap:8px;align-items:center;border:0;background:transparent;color:inherit;padding:0;text-align:left;cursor:pointer}.report-card-main:disabled{cursor:not-allowed}.report-card.inactive .report-card-main{opacity:.58}.report-card.inactive .report-accent{background:#aeb8b4}.report-accent{width:4px;height:38px;border-radius:99px;background:var(--accent)}.report-body{min-width:0}.report-body strong,.report-body span{display:block}.report-body strong{min-width:0;color:#202927;font-size:14px;line-height:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.report-card.inactive .report-body strong,.report-card.inactive .report-meta em{color:#6d7371}.report-meta{display:flex;gap:6px;margin-top:4px;min-width:0;flex-wrap:wrap}.report-meta em{max-width:170px;height:21px;padding:0 7px;display:inline-flex;align-items:center;border-radius:999px;color:#44504c;background:#eef4f1;font-size:11px;font-style:normal;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.report-meta small{height:21px;display:inline-flex;align-items:center;border-radius:999px;padding:0 7px;color:#6d7371;background:#e1e5e3;font-size:11px;font-weight:800;white-space:nowrap}.detail-area{padding:14px;display:flex;flex-direction:column;gap:12px;overflow:hidden}.detail-header{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:start}.detail-header h2{margin:4px 0 0;font-size:20px;line-height:26px;font-weight:780;color:#14251f}.primary-button{height:38px;display:inline-flex;align-items:center;gap:8px;border:0;border-radius:6px;padding:0 14px;color:#fff;background:linear-gradient(135deg,var(--brand-500),#078864);font-size:13px;font-weight:800;box-shadow:0 12px 24px #016e4638}.detail-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.secondary-button{height:38px;display:inline-flex;align-items:center;gap:7px;border:1px solid var(--line-strong);border-radius:6px;padding:0 11px;color:#24332e;background:#fff;font-size:13px;font-weight:800}.secondary-button:hover{border-color:#016e4670;background:#f5fbf8}.primary-button:hover{filter:brightness(1.05)}.primary-button:disabled,.secondary-button:disabled,.icon-button:disabled{cursor:not-allowed;opacity:.65}.modal-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;display:grid;place-items:center;padding:18px;background:#00160e61;animation:fadeIn .14s ease-out both}.report-edit-modal{width:min(560px,100%);border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 24px 64px #0022153d;animation:modalIn .18s cubic-bezier(.2,.8,.2,1) both}.modal-header{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px 12px;border-bottom:1px solid var(--line)}.modal-header-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.modal-count-pill{height:28px;display:inline-flex;align-items:center;border-radius:999px;padding:0 10px;color:var(--brand-600);background:#016e461a;font-size:11px;font-weight:850;white-space:nowrap}.modal-header h3{margin:4px 0 0;color:#14251f;font-size:20px;line-height:24px}.modal-icon-button{width:34px;height:34px;display:grid;place-items:center;border:1px solid var(--line-strong);border-radius:6px;color:#26342f;background:#fff}.modal-icon-button:hover,.modal-icon-button:focus-visible{border-color:#016e4657;color:var(--brand-500);outline:none}.help-modal-layer{padding:16px}.help-center-modal{width:min(1180px,100%);height:min(780px,calc(100vh - 32px));display:grid;grid-template-rows:auto auto minmax(0,1fr);overflow:hidden}.help-center-modal.fullscreen{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;max-width:none;height:100vh;max-height:none;border-radius:0}.help-modal-header{min-height:64px}.help-modal-title{display:flex;align-items:center;gap:10px;color:var(--brand-500)}.help-modal-title h3{color:#14251f}.help-language-badge{min-height:28px;display:inline-flex;align-items:center;padding:0 9px;border:1px solid rgba(1,110,70,.22);border-radius:5px;color:var(--brand-600);background:#eef7f3;font-size:11px;font-weight:750}.help-tabs{min-height:48px;display:flex;align-items:stretch;gap:0;padding:7px 16px;border-bottom:1px solid var(--line);background:#f7faf9;overflow-x:auto}.help-tabs button{min-width:112px;min-height:34px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid var(--line-strong);border-right-width:0;color:#46534f;background:#fff;font-size:12px;font-weight:700}.help-tabs button:first-child{border-radius:5px 0 0 5px}.help-tabs button:last-child{border-right-width:1px;border-radius:0 5px 5px 0}.help-tabs button:hover,.help-tabs button:focus-visible{color:var(--brand-600);background:#f0f8f5;outline:none}.help-tabs button.active{color:#fff;border-color:var(--brand-500);background:var(--brand-500)}.help-modal-content{min-height:0;overflow:auto;background:#fff}.help-article{width:min(920px,100%);margin:0 auto;padding:28px 32px 36px}.help-article>header{padding-bottom:18px;border-bottom:1px solid var(--line)}.help-article h2,.help-report-browser h2,.help-report-detail h2{margin:0;color:#14251f;font-size:22px;line-height:28px}.help-article header p,.help-report-browser>p{margin:7px 0 0;color:var(--muted);font-size:13px;line-height:19px}.help-steps,.help-compact-steps{margin:20px 0 0;padding-left:26px;color:#31423c}.help-steps li{min-height:34px;padding:5px 0 8px 7px;border-bottom:1px solid #edf1ef;font-size:14px;line-height:20px}.help-topic-list,.help-status-list{margin:18px 0 0}.help-topic-list>div,.help-status-list>div{display:grid;grid-template-columns:190px minmax(0,1fr);gap:18px;padding:13px 0;border-bottom:1px solid #edf1ef}.help-topic-list dt,.help-status-list dt{color:#20352d;font-size:13px;font-weight:750}.help-status-list dt{display:flex;align-items:center;gap:7px;color:var(--brand-600)}.help-topic-list dd,.help-status-list dd{margin:0;color:#4d5c57;font-size:13px;line-height:19px}.help-note{margin-top:20px;display:grid;grid-template-columns:150px minmax(0,1fr);gap:16px;padding:14px 16px;border-left:4px solid var(--brand-500);background:#f0f8f5;color:#32463f;font-size:13px;line-height:19px}.help-note strong{color:var(--brand-600)}.help-reports-layout{min-height:100%;display:grid;grid-template-columns:320px minmax(0,1fr)}.help-report-browser{min-height:0;display:flex;flex-direction:column;padding:20px 16px;border-right:1px solid var(--line);background:#f7faf9}.help-report-browser-heading{display:flex;align-items:center;justify-content:space-between;gap:8px}.help-report-browser-heading h2{font-size:17px;line-height:22px}.help-report-browser-heading>span{min-width:28px;height:24px;display:grid;place-items:center;border-radius:4px;color:var(--brand-600);background:#dfeee8;font-size:11px;font-weight:800}.help-report-search{height:36px;display:flex;align-items:center;gap:7px;margin-top:15px;padding:0 9px;border:1px solid var(--line-strong);border-radius:5px;color:var(--muted);background:#fff}.help-report-search:focus-within{border-color:var(--brand-500);box-shadow:inset 0 0 2px 1px #016e4633}.help-report-search input{min-width:0;width:100%;border:0;outline:0;color:var(--text);background:transparent;font-size:12px}.help-category-select{width:100%;height:34px;margin-top:8px;padding:0 8px;border:1px solid var(--line-strong);border-radius:5px;color:var(--text);background:#fff;font-size:12px}.help-report-list{min-height:0;display:flex;flex-direction:column;gap:3px;margin-top:10px;overflow-y:auto}.help-report-list button{min-height:48px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:3px;padding:7px 9px;border:1px solid transparent;border-radius:5px;color:#273832;background:transparent;text-align:left}.help-report-list button:hover,.help-report-list button:focus-visible{border-color:#cbdad4;background:#fff;outline:none}.help-report-list button.active{border-color:#016e4652;color:var(--brand-700);background:#e7f3ee}.help-report-list button span{width:100%;overflow:hidden;font-size:12px;font-weight:750;line-height:16px;text-overflow:ellipsis}.help-report-list button small{color:var(--muted);font-size:10px;line-height:13px}.help-report-detail{min-width:0;padding:24px 28px 36px;overflow-y:auto}.help-report-detail>h2{margin-top:4px}.help-report-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 18px;margin-top:16px;padding:12px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.help-report-meta span{min-width:0;display:grid;grid-template-columns:88px minmax(0,1fr);gap:8px;color:#3d4e48;font-size:12px;line-height:18px}.help-report-meta span.wide{grid-column:1 / -1}.help-report-meta b{color:var(--muted);font-size:11px}.help-report-meta code,.help-chip-list code,.help-source-list code,.help-fields-table code{font-family:Consolas,Courier New,monospace;overflow-wrap:anywhere}.help-report-detail section{margin-top:20px}.help-report-detail section h3{margin:0 0 9px;color:#20352d;font-size:14px;line-height:20px}.help-compact-steps{margin-top:0;font-size:12px;line-height:19px}.help-chip-list{display:flex;flex-wrap:wrap;gap:5px}.help-chip-list code{padding:4px 7px;border:1px solid #cfddd7;border-radius:4px;color:#28443a;background:#f2f8f5;font-size:11px}.help-fields-table-wrap{width:100%;max-height:280px;border:1px solid var(--line);overflow:auto}.help-fields-table{width:100%;border-collapse:collapse;table-layout:fixed}.help-fields-table th,.help-fields-table td{padding:7px 9px;border-bottom:1px solid #e7ecea;color:#35463f;font-size:11px;line-height:16px;text-align:left;vertical-align:top;overflow-wrap:anywhere}.help-fields-table th{position:sticky;top:0;z-index:1;color:#52615c;background:#f2f5f4;font-weight:800}.help-fields-table th:nth-child(1){width:36%}.help-fields-table th:nth-child(2){width:42%}.help-fields-table th:nth-child(3){width:22%}.help-source-list{margin:0;padding-left:20px;color:#42534d;font-size:11px;line-height:19px}.modal-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:14px 16px}.modal-field{min-width:0;display:flex;flex-direction:column;gap:4px}.modal-field.wide{grid-column:1 / -1}.modal-field span{color:var(--muted);font-size:11px;font-weight:800}.modal-field input,.modal-field select{width:100%;height:34px;border:1px solid var(--line-strong);border-radius:6px;background:#fff;color:var(--text);padding:0 9px;outline:none}.modal-field select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:linear-gradient(45deg,transparent 50%,#51645e 50%),linear-gradient(135deg,#51645e 50%,transparent 50%);background-position:calc(100% - 14px) 14px,calc(100% - 9px) 14px;background-size:5px 5px,5px 5px;background-repeat:no-repeat;padding-right:30px}.modal-field input:focus,.modal-field select:focus{border-color:var(--brand-500);box-shadow:0 0 0 3px #016e461f}.modal-activity-toggle{grid-column:1 / -1;min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid var(--line);border-radius:8px;background:#f7f9f8;padding:8px 10px;cursor:pointer}.modal-activity-toggle span{min-width:0;display:flex;flex-direction:column;gap:2px}.modal-activity-toggle b{color:#22332e;font-size:13px;line-height:16px}.modal-activity-toggle small{color:var(--muted);font-size:11px;line-height:14px}.modal-activity-toggle input{-webkit-appearance:none;-moz-appearance:none;appearance:none;flex:0 0 auto;width:42px;height:24px;border:1px solid #b8c2be;border-radius:999px;background:#d7ddda;position:relative;transition:background .15s ease,border-color .15s ease}.modal-activity-toggle input:after{content:"";position:absolute;width:18px;height:18px;left:2px;top:2px;border-radius:50%;background:#fff;box-shadow:0 2px 5px #14251f33;transition:transform .15s ease}.modal-activity-toggle.checked{border-color:#016e4647;background:#016e460f}.modal-activity-toggle.checked input{border-color:var(--brand-500);background:var(--brand-500)}.modal-activity-toggle.checked input:after{transform:translate(18px)}.modal-activity-toggle input:focus-visible{outline:3px solid rgba(1,110,70,.14);outline-offset:2px}.modal-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;padding:12px 16px 16px;border-top:1px solid var(--line)}.login-db-modal{width:min(620px,calc(100vw - 36px))}.login-db-subtitle{margin:6px 0 0;color:var(--muted);font-size:12px;line-height:17px;font-weight:600}.login-db-body{display:grid;gap:12px;padding:14px 16px}.login-db-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.login-db-summary>div{min-height:76px;display:flex;flex-direction:column;justify-content:center;gap:4px;border:1px solid var(--line);border-radius:7px;padding:10px;background:var(--surface-soft)}.login-db-summary span,.login-db-summary small{color:var(--muted);font-size:11px;line-height:14px;font-weight:800}.login-db-summary strong{min-width:0;overflow:hidden;color:var(--text);font-size:13px;line-height:17px;text-overflow:ellipsis;white-space:nowrap}.login-db-summary .ok{border-color:#016e462e;background:#016e4612}.login-db-summary .ok strong{color:var(--brand-600)}.login-db-summary .warn{border-color:#ecd9a8;background:#fff8e8}.login-db-summary .warn strong{color:#755211}.login-db-actions{flex-wrap:wrap}.form-message.warn{border:1px solid #ecd9a8;background:#fff8e8;color:#755211}.password-modal{width:min(580px,calc(100vw - 36px))}.password-policy,.form-message,.credential-security-note{grid-column:1 / -1;min-height:34px;display:flex;align-items:center;gap:8px;border-radius:7px;padding:8px 10px;font-size:12px;line-height:16px;font-weight:700}.password-policy.ok,.form-message.ok,.credential-security-note{border:1px solid rgba(1,110,70,.16);background:#016e4612;color:#164a38}.password-policy.warn{border:1px solid #ecd9a8;background:#fff8e8;color:#755211}.password-mode-warning{min-height:42px;display:grid;grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:8px;border:1px solid #ecd9a8;border-radius:8px;background:#fff8e8;color:#755211;padding:8px 10px;font-size:12px;line-height:16px;font-weight:700}.password-mode-warning svg{color:#9b6c10}.password-mode-warning .secondary-button{background:#fff;border-color:#e0c279;color:#755211}.form-message.error{border:1px solid #edc8c3;background:#fff1ef;color:#92312b}.danger-button{height:38px;display:inline-flex;align-items:center;gap:7px;border:1px solid #e0b8b2;border-radius:6px;padding:0 11px;color:#92312b;background:#fff7f6;font-size:13px;font-weight:800}.danger-button:hover,.danger-button:focus-visible{color:#7c211c;border-color:#ce8d85;background:#fff0ee}.danger-button:disabled{cursor:not-allowed;opacity:.55}.user-management-modal{width:min(1280px,calc(100vw - 32px));max-height:calc(100vh - 44px);display:flex;flex-direction:column;overflow:hidden}.user-admin-body{flex:1 1 auto;display:grid;grid-template-columns:282px minmax(0,1fr);gap:12px;padding:14px 16px 16px;height:min(690px,calc(100vh - 132px));min-height:0}.user-list-panel,.user-detail-panel{min-width:0;min-height:0;border:1px solid var(--line);border-radius:8px;background:#f8faf9;overflow:hidden}.user-list-panel{display:flex;flex-direction:column}.user-list-header{height:42px;display:flex;align-items:center;gap:8px;padding:0 10px;border-bottom:1px solid var(--line);background:#fff;color:#20342d;font-size:13px;font-weight:850}.user-list-header svg{color:var(--brand-500)}.user-list-header b{margin-left:auto;min-width:24px;height:22px;display:grid;place-items:center;border-radius:999px;color:var(--brand-600);background:#016e461a;font-size:11px}.user-list{flex:1 1 auto;min-height:0;overflow-x:hidden;overflow-y:auto;padding:8px 8px 14px;scrollbar-gutter:stable}.user-list .user-row:last-child{margin-bottom:4px}.user-row{width:100%;min-height:58px;display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:9px;border:1px solid transparent;border-radius:7px;background:transparent;color:#1f302b;padding:7px;text-align:left;cursor:pointer;transition:border-color .15s ease,background .15s ease,transform .15s ease}.user-row:hover,.user-row:focus-visible{border-color:#016e463d;background:#fff;outline:none}.user-row.selected{border-color:#016e465c;background:#016e4614;box-shadow:inset 3px 0 0 var(--brand-500)}.user-row.blocked{opacity:.62}.user-row.pending .user-avatar{background:#fff6e8;color:#965b08}.user-row b,.user-row small{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-row b{font-size:13px;line-height:17px}.user-row small{color:var(--muted);font-size:11px;line-height:15px}.user-row em{min-width:34px;border-radius:999px;padding:4px 6px;color:var(--brand-600);background:#016e461a;font-size:10px;font-style:normal;font-weight:850;text-align:center}.user-row.blocked em{color:#92312b;background:#f7e8e6}.user-row.pending em{color:#8a5d08;background:#fff4d8}.user-avatar{width:34px;height:34px;display:grid;place-items:center;border-radius:8px;background:var(--brand-500);color:#fff;font-size:12px;font-weight:900}.user-detail-panel{display:flex;flex-direction:column;gap:12px;padding:12px;overflow:hidden}.user-detail-content{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;gap:12px;overflow:auto;padding-right:2px}.user-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.user-password-toggle{background:#fff}.user-toggle-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.user-toggle-grid .modal-activity-toggle{grid-column:auto;background:#fff}.permission-grid{display:grid;grid-template-columns:minmax(170px,.72fr) minmax(330px,1.35fr) minmax(350px,1.45fr);gap:12px;min-height:240px;flex:1 0 240px}.permission-box{min-width:0;min-height:0;display:flex;flex-direction:column;border:1px solid var(--line);border-radius:8px;background:#fff;overflow:hidden}.permission-title{min-height:40px;display:flex;align-items:center;gap:8px;padding:0 10px;border-bottom:1px solid var(--line);color:#22342e;font-size:13px;font-weight:850}.permission-title span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.permission-title svg{color:var(--brand-500)}.permission-title button{margin-left:auto;height:26px;border:1px solid var(--line-strong);border-radius:6px;background:#f7faf9;color:var(--brand-600);padding:0 8px;font-size:11px;font-weight:850}.permission-title button:hover,.permission-title button:focus-visible{border-color:#016e4661;background:#016e4614;outline:none}.permission-list{flex:1 1 auto;min-height:178px;display:grid;align-content:start;gap:2px;overflow:auto;padding:8px}.report-permissions{min-height:178px}.permission-check{min-height:34px;display:grid;grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:7px;border-radius:6px;padding:5px 7px;color:#243631;cursor:pointer}.permission-check:hover{background:#016e460f}.permission-check input{width:16px;height:16px;accent-color:var(--brand-500)}.permission-check span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:750}.permission-box-companies .permission-check{min-height:42px;align-items:flex-start;padding-top:7px;padding-bottom:7px}.permission-box-companies .permission-check span{overflow:visible;text-overflow:clip;white-space:normal;line-height:16px;word-break:normal;overflow-wrap:anywhere}.permission-box-databases .permission-check span{white-space:normal;line-height:16px}.permission-check em{border-radius:999px;background:#eef1f0;color:var(--muted);padding:3px 6px;font-size:10px;font-style:normal;font-weight:800}.permission-check.inactive{color:#6f7975;opacity:.78}.permission-check:has(input:disabled){cursor:default}.permission-empty{display:block;border-radius:6px;background:#f2f5f4;color:var(--muted);padding:9px;font-size:12px;line-height:16px;font-weight:700}.user-admin-footer{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid var(--line);padding:12px 0 2px;background:#f8faf9}.user-admin-footer small,.user-admin-footer b{display:block}.user-admin-footer small{color:var(--muted);font-size:11px;font-weight:800}.user-admin-footer b{margin-top:3px;color:#21342d;font-size:13px}.user-admin-footer-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.credential-modal{width:min(1120px,calc(100vw - 44px));max-height:calc(100vh - 44px);overflow:hidden}.credential-body{display:grid;grid-template-columns:310px minmax(0,1fr);gap:12px;padding:14px 16px 16px;min-height:540px;max-height:calc(100vh - 146px)}.credential-list-panel,.credential-detail-panel{min-width:0;border:1px solid var(--line);border-radius:8px;background:#f8faf9;overflow:auto}.credential-list-panel{padding:8px}.credential-detail-panel{display:flex;flex-direction:column;gap:12px;padding:12px}.credential-row{width:100%;min-height:58px;display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:9px;border:1px solid transparent;border-radius:7px;background:transparent;color:#1f302b;padding:7px;text-align:left;cursor:pointer;transition:border-color .15s ease,background .15s ease}.credential-row:hover,.credential-row:focus-visible{border-color:#016e463d;background:#fff;outline:none}.credential-row.selected{border-color:#016e465c;background:#016e4614;box-shadow:inset 3px 0 0 var(--brand-500)}.credential-row.inactive{opacity:.62}.credential-row b,.credential-row small{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.credential-row b{font-size:13px;line-height:17px}.credential-row small{color:var(--muted);font-size:11px;line-height:15px}.credential-row em{min-width:38px;border-radius:999px;padding:4px 6px;color:var(--brand-600);background:#016e461a;font-size:10px;font-style:normal;font-weight:850;text-align:center}.credential-row.no-secret em{color:#8a5d08;background:#fff4d8}.credential-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:8px;background:var(--brand-500);color:#fff}.credential-row.new .credential-icon{background:#e9f5f0;color:var(--brand-600)}.credential-security-note{grid-column:auto}.credential-expiry-modal{width:min(680px,calc(100vw - 36px))}.credential-expiry-content{display:grid;gap:12px;padding:14px 16px}.credential-expiry-lead{display:grid;grid-template-columns:36px minmax(0,1fr);gap:10px;align-items:center;border:1px solid #ecd9a8;border-radius:8px;background:#fff8e8;color:#755211;padding:10px}.credential-expiry-lead svg{width:36px;height:36px;border-radius:8px;padding:8px;background:#fff}.credential-expiry-lead strong,.credential-expiry-lead span{display:block}.credential-expiry-lead strong{color:#4f370c;font-size:15px;line-height:19px}.credential-expiry-lead span{margin-top:3px;font-size:12px;line-height:17px}.credential-expiry-list{display:grid;gap:7px;max-height:320px;overflow:auto}.credential-expiry-item{min-height:54px;display:grid;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:9px;border:1px solid var(--line);border-radius:8px;background:#f8faf9;padding:8px 10px}.credential-expiry-item>svg{width:32px;height:32px;border-radius:8px;padding:8px;color:#fff;background:var(--brand-500)}.credential-expiry-item b,.credential-expiry-item small{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.credential-expiry-item b{color:#1f302b;font-size:13px;line-height:17px}.credential-expiry-item small{color:var(--muted);font-size:11px;line-height:15px}.credential-expiry-item>span{min-width:96px;color:#8a5d08;font-size:12px;font-weight:850;text-align:right}.model-fields-modal{width:min(1040px,calc(100vw - 36px))}.model-fields-body{padding:14px 16px}.model-fields-layout{display:grid;grid-template-columns:minmax(520px,1.2fr) minmax(300px,.8fr);gap:12px;align-items:start}.model-fields-body .pivot-field-list,.model-fields-zones{max-height:min(62vh,680px);overflow:auto}.model-fields-zones{display:grid;grid-template-columns:1fr;gap:8px}.api-model-builder-modal{width:min(1280px,calc(100vw - 36px));max-height:calc(100vh - 36px);display:flex;flex-direction:column;overflow:hidden}.api-model-builder-modal .modal-header,.api-model-builder-modal .modal-actions,.api-builder-lead,.api-builder-steps,.api-builder-warning,.api-builder-error{flex:0 0 auto}.api-builder-lead{margin:12px 16px 0;min-height:54px;display:grid;grid-template-columns:30px minmax(0,1fr);align-items:center;gap:10px;padding:10px 12px;border:1px solid rgba(1,110,70,.14);border-radius:8px;background:#016e460f;color:#183f31}.api-builder-lead svg{color:var(--brand-500)}.api-builder-lead strong,.api-builder-lead span{display:block}.api-builder-lead span{color:var(--muted);font-size:12px;line-height:16px}.api-builder-grid{flex:1 1 auto;min-height:0;display:grid;grid-template-columns:minmax(300px,.95fr) minmax(420px,1.2fr) minmax(320px,.85fr);gap:12px;padding:14px 16px;overflow:hidden}.api-builder-panel{min-width:0;min-height:0;height:100%;display:flex;flex-direction:column;border:1px solid var(--line);border-radius:8px;background:var(--surface-soft);overflow:hidden}.api-builder-panel-title{min-height:44px;display:flex;align-items:center;gap:8px;padding:0 12px;border-bottom:1px solid var(--line);color:#20342d;font-size:14px;font-weight:850}.api-builder-panel-title svg{color:var(--brand-500)}.api-builder-search{height:36px;margin:10px;padding:0 10px;border:1px solid var(--line-strong);border-radius:6px;background:#fff}.api-builder-examples{margin:10px 10px 0;padding:10px;border:1px solid rgba(1,110,70,.14);border-radius:8px;background:#016e460d}.api-builder-examples>strong,.api-builder-examples>span{display:block}.api-builder-examples>strong{color:#173d30;font-size:13px;line-height:17px}.api-builder-examples>span{margin-top:2px;color:var(--muted);font-size:11px;line-height:15px}.api-builder-examples>div{display:grid;gap:6px;margin-top:8px;max-height:190px;overflow:auto}.example-model-chip{width:100%;min-height:48px;display:grid;gap:2px;padding:7px 9px;border:1px solid rgba(1,110,70,.16);border-radius:7px;background:#fff;color:var(--text);text-align:left}.example-model-chip:hover,.example-model-chip.selected{border-color:#016e4661;background:#eef8f3}.example-model-chip b{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#173d30;font-size:12px;line-height:16px}.example-model-chip small{color:var(--muted);font-size:11px;line-height:14px}.api-builder-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:12px 16px 0}.api-builder-steps span{min-height:34px;display:flex;align-items:center;gap:8px;padding:6px 10px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--muted);font-size:12px;font-weight:800}.api-builder-steps b{width:20px;height:20px;display:grid;place-items:center;border-radius:50%;background:var(--line);color:#34423d;font-size:11px}.api-builder-steps span.active,.api-builder-steps span.done{border-color:#016e4638;background:#016e460f;color:#173d30}.api-builder-steps span.active b,.api-builder-steps span.done b{background:var(--brand-500);color:#fff}.api-builder-warning,.api-builder-error{margin:10px 16px 0;min-height:38px;display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:8px;font-size:12px;line-height:16px;font-weight:750}.api-builder-warning{border:1px solid #ecd9a8;background:#fff8e8;color:#755211}.api-builder-error{border:1px solid #edc8c3;background:#fff1ef;color:#92312b}.endpoint-list,.api-builder-fields{flex:1 1 auto;min-height:0;overflow:auto}.endpoint-row{width:calc(100% - 20px);margin:0 10px 8px;display:grid;grid-template-columns:58px minmax(0,1fr);gap:4px 8px;padding:9px 10px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--text);text-align:left}.endpoint-row:hover,.endpoint-row.selected{border-color:#016e4659;background:#016e4612}.endpoint-row b{grid-row:span 2;align-self:start;justify-self:start;min-width:48px;padding:3px 6px;border-radius:5px;background:var(--brand-500);color:#fff;font-size:11px;text-align:center}.endpoint-row span,.endpoint-row small{min-width:0;overflow:hidden;text-overflow:ellipsis}.endpoint-row span{font-size:12px;font-weight:800;white-space:nowrap}.endpoint-row small{color:var(--muted);font-size:11px;line-height:15px}.api-builder-field-header,.api-builder-field-row{display:grid;grid-template-columns:minmax(0,1fr) 70px 70px;align-items:center;gap:8px}.api-builder-field-header{position:sticky;top:0;z-index:1;min-height:34px;padding:0 12px;border-bottom:1px solid var(--line);background:#fff;color:var(--muted);font-size:11px;font-weight:850;text-transform:uppercase}.api-builder-field-row{min-height:46px;padding:7px 12px;border-bottom:1px solid var(--line);background:#fff}.api-builder-field-row strong,.api-builder-field-row small{display:block}.api-builder-field-row strong{font-size:13px;line-height:17px}.api-builder-field-row small{color:var(--muted);font-size:11px;line-height:15px}.api-builder-field-row label{display:grid;place-items:center}.report-draft{min-height:0;padding-bottom:10px;overflow:auto}.report-draft label{display:grid;gap:4px;padding:10px 12px 0}.report-draft label span{color:var(--muted);font-size:12px;font-weight:800}.report-draft input,.report-draft select{height:36px;min-width:0;border:1px solid var(--line-strong);border-radius:6px;padding:0 10px;background:#fff}.api-builder-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:12px}.api-builder-summary span{min-height:48px;display:grid;place-items:center;border:1px solid rgba(1,110,70,.14);border-radius:8px;background:#016e460f;color:#183f31;font-size:12px;font-weight:800;text-align:center}.api-builder-summary b{display:block;font-size:17px}.api-builder-note,.empty-inline{margin:0;padding:10px 12px;color:var(--muted);font-size:12px;line-height:17px}.empty-inline{display:flex;align-items:center;gap:8px}.endpoint-strip{display:grid;grid-template-columns:1.1fr .8fr .85fr 1.1fr .7fr;gap:8px}.endpoint-pill{min-height:54px;flex-direction:column;align-items:flex-start;justify-content:center;gap:3px;padding:8px 10px;border:1px solid var(--line);border-radius:8px;background:var(--surface-soft);min-width:0}.endpoint-pill span{color:var(--muted);font-size:11px;font-weight:800;text-transform:uppercase}.endpoint-pill strong{max-width:100%;color:#22322d;font-size:12px;line-height:17px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.analysis-layout{display:grid;grid-template-columns:minmax(0,1fr);gap:12px;min-height:310px}.result-zone,.orm-panel,.configurator-panel{min-width:0;padding:10px;border:1px solid var(--line);border-radius:8px;background:#fff}.configurator-panel{display:flex;flex-direction:column;gap:10px}.configurator-panel.loading{min-height:74px;align-items:center;justify-content:center;flex-direction:row;color:var(--muted);font-size:13px;font-weight:700}.configurator-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,250px),1fr));gap:10px}.config-box{min-width:0;border:1px solid var(--line);border-radius:7px;background:var(--surface-soft);padding:9px}.source-box{grid-column:1 / -1}.config-box>label,.mapping-title{color:#44504c;font-size:11px;font-weight:800;text-transform:uppercase}.report-type-selector{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin-top:8px}.type-button{height:32px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid var(--line-strong);border-radius:6px;background:#fff;color:#34433e;font-size:12px;font-weight:800}.type-button.active{border-color:var(--brand-500);color:#fff;background:var(--brand-500);box-shadow:0 8px 18px #016e462e}.mini-select-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,118px),1fr));gap:6px;margin-top:8px}.source-grid{display:grid;grid-template-columns:minmax(220px,1fr) 140px;gap:8px;align-items:end;margin-top:8px}.source-model select{font-weight:700}.source-meta,.source-state{display:flex;align-items:center;gap:8px;min-width:0;margin-top:6px}.source-meta span,.source-state span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:11px;font-weight:700}.source-meta b,.source-state b{flex:0 0 auto;height:23px;display:inline-flex;align-items:center;border-radius:999px;padding:0 8px;font-size:11px;font-weight:850}.source-meta b{color:var(--brand-600);background:#016e461a}.source-state b{color:#145c85;background:#1976d21c}.small-select{min-width:0;display:flex;flex-direction:column;gap:4px}.small-select span{color:var(--muted);font-size:10px;font-weight:800}.small-select select,.mapping-row select,.mapping-row input{width:100%;min-width:0;height:30px;border:1px solid var(--line-strong);border-radius:6px;background:#fff;color:#24332e;padding:0 7px;outline:none;font-size:12px}.small-select select:focus,.mapping-row select:focus,.mapping-row input:focus{border-color:var(--brand-500);box-shadow:0 0 0 3px #016e461a}.mapping-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,340px),1fr));gap:10px}.mapping-table{min-width:0;border:1px solid var(--line);border-radius:7px;background:#fff;padding:8px}.mapping-title{display:flex;align-items:center;gap:6px;margin-bottom:6px}.pivot-builder-title{min-height:34px}.pivot-builder-title .compact-button{margin-left:2px}.pivot-title-actions{margin-left:auto;display:inline-flex;align-items:center;gap:6px;min-width:0}.pivot-icon-button{width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line-strong);border-radius:6px;color:#28443a;background:#fff;cursor:pointer;transition:color .15s ease,background .15s ease,border-color .15s ease,box-shadow .15s ease,transform .15s ease}.pivot-icon-button:hover,.pivot-icon-button:focus-visible{color:var(--brand-700);border-color:#016e466b;background:#016e4614;box-shadow:0 0 0 3px #016e4614;outline:none}.pivot-icon-button.active{color:#fff;border-color:var(--brand-500);background:var(--brand-500)}.pivot-icon-button:active{transform:scale(.94)}.pivot-quick-options{display:flex;align-items:center;flex-wrap:wrap;gap:8px 14px;justify-content:flex-end;min-height:28px;margin-top:-2px;margin-bottom:2px}.pivot-switch{display:inline-flex;align-items:center;gap:7px;min-width:0;color:#29443a;font-size:12px;font-weight:850;cursor:pointer;-webkit-user-select:none;user-select:none}.pivot-switch input{position:absolute;opacity:0;pointer-events:none}.pivot-switch span{width:34px;height:18px;position:relative;flex:0 0 34px;border:1px solid #b8cbc3;border-radius:999px;background:#edf3f0;transition:background .16s ease,border-color .16s ease,box-shadow .16s ease}.pivot-switch span:after{content:"";width:14px;height:14px;position:absolute;top:1px;left:1px;border-radius:999px;background:#fff;box-shadow:0 1px 4px #14282038;transition:transform .16s ease}.pivot-switch input:checked+span{border-color:var(--brand-500);background:var(--brand-500)}.pivot-switch input:checked+span:after{transform:translate(16px)}.pivot-switch input:focus-visible+span{box-shadow:0 0 0 3px #016e461f}.pivot-switch:has(input:disabled){opacity:.48;cursor:not-allowed}.pivot-switch input:disabled+span{background:#eef2f0;border-color:var(--line)}.pivot-switch b{min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.pivot-switch.compact-toggle{max-width:180px;font-size:11px}.compact-button{min-width:auto;height:30px;padding:0 10px;font-size:12px}.hidden-file-input{display:none}.mapping-row{display:grid;grid-template-columns:minmax(82px,1fr) minmax(100px,1.2fr) minmax(74px,.85fr);gap:6px;align-items:center;margin-top:6px}.pivot-builder{min-width:0;border:1px solid var(--line);border-radius:7px;background:#fff;padding:8px}.pivot-builder .mapping-title b{margin-left:auto;min-width:24px;height:22px;display:inline-grid;place-items:center;border-radius:999px;color:#fff;background:var(--brand-500);font-size:11px}.pivot-builder .pivot-builder-title b{margin-left:0}.pivot-layout{display:grid;grid-template-columns:minmax(430px,1.35fr) minmax(280px,.8fr);gap:10px;align-items:start}.pivot-layout.compact{display:block}.pivot-layout.compact .pivot-section-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.pivot-slide-panel{max-height:0;overflow:hidden;opacity:0;transform:translateY(-6px);transition:max-height .24s ease,opacity .18s ease,transform .22s ease,margin-top .22s ease;margin-top:0;pointer-events:none}.pivot-slide-panel.open{max-height:760px;opacity:1;transform:translateY(0);margin-top:8px;pointer-events:auto}.pivot-slide-panel.pinned{border-radius:7px}.pivot-field-list{min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:7px;background:var(--surface-soft)}.pivot-field-header,.pivot-field-row{display:grid;grid-template-columns:24px minmax(180px,1.35fr) minmax(116px,.72fr) minmax(140px,.9fr) minmax(108px,.66fr);gap:6px;align-items:center}.pivot-field-header{min-height:30px;padding:0 8px;color:var(--muted);background:#fff;border-bottom:1px solid var(--line);font-size:10px;font-weight:850;text-transform:uppercase}.pivot-field-row{min-height:42px;padding:6px 8px;border-bottom:1px solid rgba(223,230,227,.8);opacity:.68;transition:background .16s ease,opacity .16s ease,box-shadow .16s ease,transform .16s ease}.pivot-field-row:last-child{border-bottom:0}.pivot-field-row.active{opacity:1;background:#fff;box-shadow:inset 3px 0 #016e46b8}.pivot-field-row.dragging{opacity:.48;transform:scale(.995);background:#016e4614}.pivot-row-drag{width:22px;height:30px;display:inline-grid;place-items:center;border-radius:5px;color:var(--muted-2);cursor:grab;transition:color .16s ease,background .16s ease}.pivot-row-drag:hover,.pivot-row-drag:focus-visible{color:var(--brand-500);background:#016e461a;outline:none}.pivot-row-drag:active{cursor:grabbing}.pivot-check{min-width:0;display:grid;grid-template-columns:18px minmax(0,1fr);gap:6px;align-items:center}.pivot-check input{width:15px;height:15px;accent-color:var(--brand-500)}.pivot-check span{min-width:0;display:flex;flex-direction:column;gap:1px}.pivot-check strong,.pivot-check small{min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.pivot-check strong{color:#25342f;font-size:12px;font-weight:800}.pivot-check small{color:var(--muted);font-size:10px}.pivot-field-row select,.pivot-field-row input{width:100%;min-width:0;height:30px;border:1px solid var(--line-strong);border-radius:6px;background:#fff;color:#24332e;padding:0 7px;outline:none;font-size:12px}.pivot-field-row select:focus,.pivot-field-row input:focus{border-color:var(--brand-500);box-shadow:0 0 0 3px #016e461a}.pivot-field-row input:disabled,.pivot-field-row select:disabled{color:var(--muted-2);background:#eef2f0;border-color:var(--line);cursor:not-allowed}.pivot-section-grid{min-width:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.pivot-drop-zone{min-height:116px;display:flex;flex-direction:column;gap:7px;border:1px dashed var(--line-strong);border-radius:7px;background:linear-gradient(180deg,#fff,#f4f8f6);padding:8px;transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease}.pivot-drop-zone:hover{border-color:var(--brand-500);box-shadow:0 10px 22px #00301e14;transform:translateY(-1px)}.pivot-drop-zone.drag-active{border-color:#016e466b;background:linear-gradient(180deg,#fff,#eef8f4)}.pivot-drop-zone.drop-ready{border-color:var(--brand-500);box-shadow:0 0 0 3px #016e461f,0 12px 26px #00301e1f;transform:translateY(-1px)}.pivot-zone-title{display:flex;align-items:center;justify-content:space-between;gap:8px;color:#24332e;font-size:12px;font-weight:850}.pivot-zone-title b{min-width:22px;height:20px;display:inline-grid;place-items:center;border-radius:999px;color:var(--brand-600);background:#016e461a;font-size:11px}.pivot-zone-items{min-width:0;display:flex;flex-wrap:wrap;gap:6px;align-content:flex-start}.pivot-zone-items i{color:var(--muted-2);font-size:11px;font-style:normal}.pivot-chip{min-width:0;max-width:100%;display:inline-flex;align-items:center;gap:5px;border:1px solid rgba(1,110,70,.16);border-radius:999px;background:#016e4614;color:var(--brand-600);padding:4px 8px;font-size:11px;font-weight:800;cursor:grab;transition:border-color .16s ease,background .16s ease,opacity .16s ease,transform .16s ease}.pivot-chip:hover{border-color:#016e4657;background:#016e461f}.pivot-chip:active{cursor:grabbing}.pivot-chip.dragging{opacity:.5;transform:scale(.96)}.pivot-chip svg{flex:0 0 auto;color:#016e469e}.pivot-chip em,.pivot-chip small{min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;border-radius:999px;padding:2px 5px;color:#315b4c;background:#ffffffd9;font-size:10px;font-style:normal;font-weight:750}.pivot-table-wrap th{vertical-align:bottom}.pivot-table-wrap table{min-width:max-content}.pivot-table-wrap td{white-space:nowrap}.pivot-nesting-strip{display:flex;align-items:center;gap:6px;min-height:31px;padding:6px 8px;border:1px solid #d5e8df;border-bottom:0;border-radius:7px 7px 0 0;color:#38574c;background:linear-gradient(180deg,#fbfefd,#eef8f4);font-size:12px;font-weight:750}.pivot-nesting-strip span{color:var(--muted);font-weight:800}.pivot-nesting-strip b{display:inline-flex;align-items:center;max-width:220px;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;border-radius:999px;padding:3px 8px;color:var(--brand-700);background:#016e4614}.pivot-table-wrap .locked-column,.pivot-table-wrap .locked-column .column-drag-label{cursor:default}.pivot-group-row{color:#0d2d22;background:#f2f8f5;font-weight:850}.pivot-grand-total-row{color:#083326;background:#e6f3ee;font-weight:900}.pivot-group-row td{border-top-color:#b8d8ca}.pivot-leaf-row:hover,.pivot-group-row:hover,.pivot-grand-total-row:hover{background:#016e460f}.pivot-row-label-cell{width:320px;min-width:240px;max-width:420px}.pivot-row-label{display:inline-flex;align-items:center;gap:4px;min-width:0;padding-left:calc(var(--pivot-depth, 0) * 22px)}.pivot-row-label>span:last-child{min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.pivot-toggle,.pivot-toggle-spacer{width:18px;height:18px;flex:0 0 18px}.pivot-toggle{display:inline-flex;align-items:center;justify-content:center;border:1px solid #b8d8ca;border-radius:4px;color:var(--brand-700);background:#fff;cursor:pointer;transition:background .16s ease,border-color .16s ease,transform .16s ease}.pivot-toggle:hover{border-color:var(--brand-500);background:#016e4614}.pivot-toggle:active{transform:scale(.94)}.pivot-toggle-spacer{display:inline-block}.chart-panel{min-width:0;border:1px solid var(--line);border-radius:7px;background:#fff;padding:8px}.chart-panel-title{margin-bottom:0;flex-wrap:wrap}.chart-panel-title b{margin-left:0;min-width:24px;height:22px;display:inline-grid;place-items:center;border-radius:999px;color:#fff;background:var(--brand-500);font-size:11px}.chart-config-slide.open{margin-bottom:8px}.chart-panel-title .pivot-title-actions{flex-wrap:wrap;justify-content:flex-end}.chart-config-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:8px;border:1px dashed var(--line-strong);border-radius:7px;background:linear-gradient(180deg,#fff,#f4f8f6)}.chart-config-grid label{min-width:0;display:flex;flex-direction:column;gap:4px;color:#2b4239;font-size:11px;font-weight:850}.chart-config-grid select,.chart-config-grid input{width:100%;min-width:0;height:30px;border:1px solid var(--line-strong);border-radius:6px;background:#fff;color:#23342e;padding:0 8px;font-size:12px;outline:none}.chart-config-grid select:focus,.chart-config-grid input:focus{border-color:var(--brand-500);box-shadow:0 0 0 3px #016e461a}.chart-series-editor{grid-column:1 / -1;display:flex;flex-direction:column;gap:7px;padding:8px;border:1px solid #d7e8df;border-radius:7px;background:#ffffffb8}.chart-series-header{display:flex;align-items:center;justify-content:space-between;gap:8px;color:#12362a;font-size:12px;font-weight:900}.chart-series-row{display:grid;grid-template-columns:minmax(180px,1.2fr) minmax(140px,1fr) minmax(110px,.72fr) 34px;gap:7px;align-items:end}.icon-danger-button{width:30px;height:30px;display:inline-grid;place-items:center;border:1px solid #e2c1bd;border-radius:6px;background:#fff8f7;color:#a5483f;cursor:pointer}.icon-danger-button:hover,.icon-danger-button:focus-visible{border-color:#c97970;color:#7c211c;outline:none}.icon-danger-button:disabled{opacity:.42;cursor:not-allowed}.chart-switch{min-height:30px;align-self:end}.chart-switch input:disabled+span{opacity:.44}.chart-canvas,.chart-empty{min-height:286px;border:1px solid #d7e8df;border-radius:7px;background:linear-gradient(180deg,#fffffff5,#f6faf8fa),repeating-linear-gradient(90deg,rgba(1,110,70,.04) 0 1px,transparent 1px 72px);padding:8px}.chart-empty{display:grid;place-items:center;gap:8px;color:var(--muted);font-size:12px;font-weight:800}.chart-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:28px;color:var(--muted);font-size:11px;font-weight:800}.chart-meta b{color:var(--brand-700)}.chart-canvas svg{width:100%;min-height:250px;display:block}.chart-grid-line{stroke:#016e461f;stroke-width:1}.chart-axis-label{fill:#61746d;font-size:10px;font-weight:700}.chart-data-label{fill:#24332e;font-size:10px;font-weight:800}.chart-legend{display:flex;flex-wrap:wrap;gap:6px 10px;min-height:24px;padding-top:4px}.chart-legend span{display:inline-flex;align-items:center;gap:5px;min-width:0;color:#29443a;font-size:11px;font-weight:800}.chart-legend i{width:10px;height:10px;flex:0 0 10px;border-radius:2px}.chart-legend b{min-width:0;max-width:220px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.chart-legend small{color:var(--muted);font-size:10px;font-weight:750}.chart-canvas.bar-horizontal{display:flex;flex-direction:column;gap:7px}.chart-hbar-row{display:grid;grid-template-columns:minmax(120px,.34fr) minmax(160px,1fr) minmax(62px,auto);gap:8px;align-items:center;min-height:28px}.chart-hbar-row strong,.chart-hbar-row small{min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#263932;font-size:11px}.chart-hbar-row div{min-width:0;display:flex;gap:2px;align-items:center;height:18px;border-radius:999px;background:#016e4614;overflow:hidden}.chart-hbar-row i{display:block;height:100%;border-radius:999px}.chart-canvas.pie{min-height:286px}.pie-layout{display:grid;grid-template-columns:minmax(190px,260px) minmax(180px,1fr);gap:12px;align-items:center}.pie-layout svg{max-height:230px}.role-chip{height:30px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;color:var(--brand-600);background:#016e461a;font-size:11px;font-weight:800}.result-zone{display:flex;flex-direction:column;gap:8px}.result-filter-summary{display:flex;flex-direction:column;gap:7px;padding:8px;border:1px solid #d7e8df;border-radius:7px;background:linear-gradient(180deg,#fbfefd,#f3faf7)}.result-filter-heading,.result-field-filter-row{display:flex;align-items:center;gap:7px;min-width:0}.result-filter-heading{color:#243b33;font-size:12px;font-weight:850}.result-filter-heading svg{color:var(--brand-500)}.result-filter-heading small{margin-left:auto;color:var(--muted);font-size:11px;font-weight:750}.result-filter-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,180px),1fr));gap:6px}.result-filter-chip{min-width:0;display:grid;gap:2px;padding:7px 8px;border:1px solid rgba(1,110,70,.15);border-radius:6px;background:#fff}.result-filter-chip.editable{gap:6px}.result-filter-chip small{color:var(--muted);font-size:10px;font-weight:800;text-transform:uppercase}.result-filter-control{display:grid;grid-template-columns:auto minmax(110px,1fr) 28px;align-items:center;gap:6px;min-width:0}.result-filter-control span{color:#5d6965;font-size:11px;font-weight:800}.result-filter-control input{min-width:0;height:30px;padding:5px 8px;border:1px solid #bfd2ca;border-radius:7px;background:#fff;color:#173a2d;font-size:12px;font-weight:750}.result-filter-control input:focus{outline:2px solid rgba(1,110,70,.16);border-color:var(--brand-500)}.result-filter-clear{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(1,110,70,.18);border-radius:7px;background:#016e4614;color:var(--brand-600);cursor:pointer}.result-filter-clear:disabled{opacity:.4;cursor:default}.result-filter-chip b{min-width:0;overflow:hidden;color:#1f332c;font-size:12px;font-weight:850;line-height:16px;overflow-wrap:anywhere}.result-filter-chip.muted{border-color:var(--line);background:#f5f7f6}.result-filter-chip.muted b{color:#8a9491}.result-filter-chip.muted .result-filter-control input{background:#fbfcfc;color:#6c7773}.result-field-filter-row{flex-wrap:wrap;padding-top:2px}.result-field-filter-row>span{color:#4c5a56;font-size:11px;font-weight:850;text-transform:uppercase}.result-field-filter-row b,.result-field-filter-row i{max-width:100%;min-height:24px;display:inline-flex;align-items:center;gap:6px;padding:3px 7px;border-radius:999px;border:1px solid rgba(1,110,70,.18);background:#016e4614;color:var(--brand-600);font-size:11px;font-weight:850;font-style:normal}.result-field-filter-row b small{min-width:0;overflow:hidden;color:#5b6965;font-size:10px;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.result-field-filter-row i{border-color:var(--line);background:#f5f7f6;color:#8a9491}.bar-preview{padding:6px 0 2px;display:flex;flex-direction:column;gap:8px}.bar-row{display:grid;grid-template-columns:44px minmax(0,1fr) 42px;gap:8px;align-items:center}.bar-row span,.bar-row b{font-size:12px;color:var(--muted)}.bar-row b{color:#26342f;text-align:right}.bar-row div{height:10px;border-radius:99px;background:#edf3f0;overflow:hidden}.bar-row i{height:100%;display:block;border-radius:inherit;background:linear-gradient(90deg,var(--brand-500),var(--cyan));animation:growBar .56s ease-out both}.line-preview{min-height:124px;display:flex;flex-direction:column;gap:5px;padding:8px;border:1px solid var(--line);border-radius:7px;background:linear-gradient(180deg,#fbfefd,#f1f7f4)}.line-preview svg{width:100%;height:86px}.line-labels{display:flex;justify-content:space-between;gap:6px;color:var(--muted);font-size:11px}.line-labels span{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kpi-preview{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.kpi-card{min-height:88px;border:1px solid var(--line);border-radius:8px;background:linear-gradient(135deg,#fff,#f3faf7);padding:10px}.kpi-card span,.kpi-card strong,.kpi-card small{display:block}.kpi-card span{min-height:28px;color:var(--muted);font-size:12px;line-height:14px;font-weight:800}.kpi-card strong{margin-top:7px;color:var(--brand-600);font-size:24px;line-height:28px;font-weight:850}.kpi-card small{color:var(--muted-2);font-size:11px;font-weight:800;text-transform:uppercase}.result-view-actions{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:8px 0 6px;padding:6px 8px;border:1px solid var(--line);border-radius:7px;background:linear-gradient(180deg,#fff,#f7faf9)}.result-view-actions>div{display:inline-flex;align-items:center;gap:6px;min-width:0}.result-view-actions>div:first-child{color:var(--brand-600);font-size:12px;font-weight:850;text-transform:uppercase}.result-view-actions>div:last-child{flex-wrap:wrap;justify-content:flex-end}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:7px}.result-table-wrap{max-height:1312px;overflow:auto;scrollbar-gutter:stable}.result-table-wrap thead th{position:sticky;top:0;z-index:2}.result-table-wrap .pivot-nesting-strip{position:sticky;top:0;z-index:3}.result-table-wrap .pivot-nesting-strip+table thead th{top:32px}table{width:100%;min-width:580px;border-collapse:collapse}th,td{height:32px;padding:0 9px;border-bottom:1px solid var(--line);text-align:left;font-size:12px;white-space:nowrap}th{color:#4a5652;background:#f3f6f5;font-weight:800}th.draggable-column{position:relative;padding:0;-webkit-user-select:none;user-select:none;cursor:grab;transition:background .16s ease,color .16s ease,box-shadow .16s ease}th.draggable-column:active,th.draggable-column.dragging{cursor:grabbing}th.draggable-column:hover,th.draggable-column.drop-ready{color:var(--brand-600);background:#e8f5ef;box-shadow:inset 0 -2px 0 var(--brand-500)}th.draggable-column.dragging{opacity:.72}.column-drag-label{min-width:0;display:inline-flex;align-items:center;gap:5px;max-width:100%}.column-drag-label>span{min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.column-drag-label svg{flex:0 0 auto;color:var(--muted-2)}th.draggable-column:hover .column-drag-label svg,th.draggable-column.drop-ready .column-drag-label svg{color:var(--brand-500)}.column-header-content{display:grid;grid-template-columns:minmax(0,1fr) 8px;align-items:stretch;min-width:0;height:100%}.column-sort-button{min-width:0;width:100%;height:32px;display:inline-flex;align-items:center;justify-content:space-between;gap:6px;border:0;background:transparent;color:inherit;padding:0 5px 0 9px;font:inherit;font-weight:inherit;text-align:left;cursor:pointer}.column-sort-button:hover,.column-sort-button:focus-visible{color:var(--brand-600);outline:none}.column-sort-button.sorted{color:var(--brand-700)}.column-sort-indicator{flex:0 0 auto;width:14px;display:inline-grid;place-items:center;color:var(--muted-2);font-size:10px;line-height:1;opacity:.42}.column-sort-button.sorted .column-sort-indicator{color:var(--brand-500);opacity:1}.column-resize-handle{position:relative;display:block;width:8px;height:100%;cursor:col-resize}.column-resize-handle:after{content:"";position:absolute;top:6px;right:3px;bottom:6px;width:2px;border-radius:999px;background:var(--brand-500);opacity:0;transition:opacity .14s ease,background .14s ease}.column-resize-handle:hover:after,.column-resize-handle:active:after{opacity:.85}td{color:#26342f}tbody tr:hover{background:#016e460d}.empty-result{min-height:210px;display:grid;place-items:center;align-content:center;gap:8px;border:1px dashed var(--line-strong);border-radius:8px;background:#f8fbfa;color:var(--muted);text-align:center;padding:22px}.empty-result svg{color:var(--brand-500)}.empty-result strong{color:#26342f;font-size:14px;line-height:18px}.empty-result span{max-width:420px;font-size:12px;line-height:17px}.orm-panel{display:flex;flex-direction:column;gap:6px}.orm-grid{display:flex;flex-wrap:wrap;gap:6px}.orm-grid code{min-height:26px;display:inline-flex;align-items:center;border-radius:6px;border:1px solid #d8e5df;background:#f6fbf9;color:#174536;padding:0 8px;font-size:12px}.statusbar{height:30px;display:flex;justify-content:space-between;align-items:center;gap:12px;padding:0 14px;border-top:1px solid var(--line);color:var(--muted);background:#f7faf9;font-size:12px}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalIn{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes reveal{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes lift{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes growBar{0%{transform:scaleX(0);transform-origin:left}to{transform:scaleX(1);transform-origin:left}}@media (max-width: 1240px){body{min-width:900px}.workspace.tree-pinned{grid-template-columns:246px minmax(0,1fr)}.workspace.tree-pinned .tree-drawer{width:246px}.filter-band,.metric-grid,.connection-summary-grid,.connection-checks{grid-template-columns:repeat(3,minmax(0,1fr))}.filter-select.wide{grid-column:span 3}.user-admin-body,.credential-body,.permission-grid{grid-template-columns:1fr}.user-list,.credential-list-panel{max-height:220px}.analysis-layout,.configurator-grid,.mapping-grid,.pivot-layout,.model-fields-layout{grid-template-columns:1fr}.pivot-layout.compact .pivot-section-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 960px){body{min-width:360px}.period-calendar-popover{position:fixed;top:12px;right:auto;left:50%;width:min(338px,calc(100vw - 24px));max-height:calc(100vh - 24px);overflow-y:auto;transform:translate(-50%)}.topbar{height:auto;min-height:58px;align-items:flex-start;flex-direction:column;gap:10px;padding:12px}.top-actions{width:100%;flex-wrap:wrap}.help-center-modal{height:calc(100vh - 20px)}.help-center-modal.fullscreen{height:100vh}.help-tabs{padding-inline:10px}.help-tabs button{min-width:96px}.help-article{padding:22px 18px 28px}.help-topic-list>div,.help-status-list>div,.help-note{grid-template-columns:1fr;gap:5px}.help-reports-layout{grid-template-columns:1fr}.help-report-browser{max-height:310px;border-right:0;border-bottom:1px solid var(--line)}.help-report-detail{padding:20px 16px 28px}.help-report-meta{grid-template-columns:1fr}.help-report-meta span.wide{grid-column:auto}.workspace,.workspace.tree-pinned,.workspace.tree-floating{grid-template-columns:54px minmax(0,1fr)}.workspace.tree-pinned .tree-drawer,.tree-drawer{position:absolute;left:54px;width:min(276px,calc(100vw - 54px));min-height:100%;box-shadow:18px 0 42px #001a1047}.toolbar-band,.metric-grid,.main-grid,.filter-band,.endpoint-strip,.connection-summary-grid,.connection-checks,.report-type-selector,.mini-select-grid,.source-grid,.kpi-preview{grid-template-columns:1fr}.connection-verifier-head{align-items:flex-start;flex-direction:column}.connection-actions{width:100%;justify-content:flex-end}.detail-header{grid-template-columns:1fr}.detail-actions{justify-content:stretch}.detail-actions button{flex:1}.mapping-row{grid-template-columns:1fr}.pivot-field-header{display:none}.pivot-field-row,.pivot-section-grid{grid-template-columns:1fr}.filter-select.wide{grid-column:span 1}.user-management-modal,.credential-modal{width:min(100%,calc(100vw - 18px));max-height:calc(100vh - 18px)}.user-admin-body,.credential-body,.user-form-grid,.user-toggle-grid{grid-template-columns:1fr}.user-admin-body,.credential-body{height:calc(100vh - 140px);min-height:0;max-height:none;padding:10px}.password-mode-warning{grid-template-columns:20px minmax(0,1fr)}.password-mode-warning .secondary-button{grid-column:1 / -1;justify-content:center}.user-admin-footer{align-items:stretch;flex-direction:column}.user-admin-footer-actions,.user-admin-footer .primary-button,.user-admin-footer .secondary-button,.user-admin-footer .danger-button{width:100%;justify-content:center}}
