:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body{height:100%;width:100%;margin:0;padding:0}body{background:radial-gradient(circle at center,#372551 -15%,#6040dd00),linear-gradient(131deg,#9800a8,#310570,#a007ef);overflow:hidden}#root{width:100%;height:100%;text-align:center}h1{font-size:3.2em;line-height:1.1;color:#fff;letter-spacing:8px}.auth-title-logo{width:160px;max-width:100%;margin:0 auto;display:block}button{border-radius:8px;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;cursor:pointer;transition:border-color .25s;outline:none;border:0}button:focus,button:focus-visible{outline:0px auto -webkit-focus-ring-color}.auth-btn{margin-top:32px;color:#f9f6ff;background:#ffffff14;border:1px solid rgba(255,255,255,.4);letter-spacing:.6px;min-width:220px;text-transform:uppercase;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;border-radius:16px;text-shadow:0 1px 3px rgba(8,0,19,.4);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.auth-btn:hover{transform:translateY(-1px);background:#ffffff1f}.auth-btn:active{transform:translateY(1px);background:#ffffff29}.auth-page{max-width:1280px;margin:0 auto;height:100%;display:flex;justify-content:center;align-items:center}.auth-error{margin:20px auto 0;padding:12px 20px;background:#0006;border:1px solid rgba(255,255,255,.4);border-radius:6px;color:#fdd;font-weight:600;max-width:320px}.header{padding:10px 20px;background:0;display:flex;align-items:center;justify-content:flex-start;position:fixed;top:0;left:0;height:60px;right:0}.header-name{color:#fff;font-weight:700}.logo{height:40px;width:40px}.star{position:absolute;width:18px;height:18px;pointer-events:none;animation:fly 2.8s ease-out forwards}.loading{color:#fff;font-weight:700;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;font-size:18px}.spinner{border:6px solid #ffffff;border-top:6px solid #af34db;border-radius:50%;width:50px;height:50px;animation:load .9s linear infinite;margin-bottom:40px}.mobile-block{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px}.mobile-logo{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEEAAABBCAYAAACO98lFAAAACXBIWXMAAAsTAAALEwEAmpwYAAADJklEQVR4nO3bTYhVZRzH8WMzJYHgCxJlgmjQQjEXFbaICJJwYYuwoiLb6aIsi4iCQKM2Uhm4iAiEyqgsWilF9ApSQSWBC1sILnpBtBJ8wcSX+sQz/o3TNN65M/eeOWfmPN/dDHfueZ7v/Z/f83/Oc6coMplMJlMdmI+P8Q7W4IqibeBp/+UvfI/ncBMGiqkOntWZI3gf63B10VIJw9mHzViBS4uWSrhYlcwrWiphalSJ/kqYnFWiOgmTp0pMnITmVol6JDSrSjRDQr1VonkSJr5KNF9CmcO4re0SEh9kCezMEmQJiSxBljBEliBLGCJLkCUMkSXIEobIElQkYa3JRSUSBvEovonTp/ZJKIO5eDCe7JzQRgllcDnuwGs4qI0SyuASXB8h+mMrJQwHi7ABX9WQI82QUAZXxgqzu7USLhD5cYGv8fuUlOB8NizH8/gBf+AjPISHSwNNQgZwC17C35NaAmbiHryJ37oc6IbyN1xwtnSG8G2POTIxEjADT+ALnOnhJCl9D+p+nIvfbYv3vypOmD7EqaZKeFc1pPC8bgThq7E9bq/GSHhBtfyEV7EqNWWl66YcuRUv40BfJTjf/d2OF+PTeCV+vqzD36TBbMH+ioX8iTdGGguW4hl8VwrXzd1OehqW4Ul80uG+O4b34r6d1eH9ro2M+LIUcv1m+ShzmherzeBoTcsavIVD4xhECsDP8AgWdLjObNyLtyP8euUkXu9UlaOV+Io4tt7T57W4fCR+c6qsi4xhoLSnSGPolgOxMbs7BeOYJx8X3zSOpaUXfu4yR67BY1FRZ4Z92mk5XJ9eM65Jj3Cxw+oj5cgO3DdKjqQm684Q9+8K0DdwF/aqn65ypFKwIDqvXThdt5FucqRqIbMjaFLndbRuG3HLbo/N1PQ6hAzGp7EVv9RtI4JxVzy/nFWHkGm4Iba/TcmRT2PrPfbeoE9SFsZW9/MKu79u2VKLhDKYgwfiEfvxGiQ8XjQJTMfK2N39WtGkz8bD2Y24sWg6WFJqh3tpycst8sSHYk39yIkIvqewuJiK+H8/ci6qpZn/y1A1acKV7AsymUwxBv4B3fF5A7mHt08AAAAASUVORK5CYII=);height:65px;width:65px}.mobile-warning{color:#fff;text-align:center;font-size:1.1rem;line-height:1.4}@keyframes load{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fly{0%{transform:translate(-50%,-50%) scale(.6);opacity:1}to{transform:translate(calc(-50% + var(--dx)),calc(-50% + var(--dy))) scale(1.2);opacity:0}}@media(prefers-color-scheme:dark){:root{color:#f7f2ff;background-color:#090015}body{color:#f7f2ff}.auth-btn{color:#fefbff;background:#ffffff14;border:1px solid rgba(255,255,255,.35)}}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}/*! tailwindcss v4.1.15 | MIT License | https://tailwindcss.com */@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-outline-style:solid;--tw-duration:initial}}}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.mx-auto{margin-inline:auto}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-flex{display:inline-flex}.w-full{width:100%}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.cursor-pointer{cursor:pointer}.resize{resize:both}.flex-col{flex-direction:column}.border{border-style:var(--tw-border-style);border-width:1px}.uppercase{text-transform:uppercase}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.transition-shadow{transition-property:box-shadow;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.duration-200{--tw-duration:.2s;transition-duration:.2s}html,body,#root{overflow-x:hidden}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background-color:#6366f1cc;border:3px solid #fff0;border-radius:999px}::-webkit-scrollbar-thumb:hover{background-color:#4f46e5f2}*{scrollbar-width:thin;scrollbar-color:#6366f1cc transparent}.scrollbar-rounded{scrollbar-width:thin}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-duration{syntax:"*";inherits:false}.client--bg{display:flex;height:100vh;width:100%;background:#fff;flex-direction:column;overflow:hidden}body{color:#1f1f24;background-color:#fff}a{color:#590051;text-decoration:none;font-weight:600}a:hover{color:#5e0056}.header-main{background:#fff;border-bottom:1px solid #e5e7eb;padding:0 10px;display:flex;align-items:center;justify-content:space-between;height:65px;flex-shrink:0}#sso-exit{font-size:14px;border:1px solid rgba(124,58,237,.3);outline:none;background:#fff;padding:10px 20px;border-radius:12px;cursor:pointer;transition:background .2s ease,color .2s ease;display:flex;gap:10px;align-items:center;color:#4c1d95;font-weight:600}#sso-exit:hover{background:#f4f0ff}#sso-body{flex:1;display:flex;flex-direction:column;min-height:0;background:#fff;padding:0 16px 32px;overflow-x:hidden;overflow-y:auto}.header-bar{display:flex;background:#fff;height:65px;margin:0 auto;color:#1d1d1d;position:relative}.header-bar div{margin:0 20px;font-size:14px;height:65px;display:flex;justify-content:center;align-items:center;font-weight:500}.header-name--sso{color:#880ed6;font-weight:700}.active{width:75px;color:#6f008c}#bar{height:65px;justify-content:center;display:flex;align-items:center;color:#373737;margin-left:10px;margin-right:10px;position:relative;width:auto;padding:0 8px;font-size:14px;font-weight:600}.bar-indicator{position:absolute;top:64px;left:0;height:3px;width:0;background:#7c3aed;transition:all .3s ease}.footer{position:relative;display:flex;align-items:center;justify-content:space-between;padding:0 10px;height:35px;border-top:1px solid #e9e9e9;font-size:11px;margin:0;flex-shrink:0;color:#4b5563}.footer .center{position:absolute;left:50%;transform:translate(-50%);text-align:center;display:flex;align-items:center;color:#727500;font-weight:600}.footer .icon{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAACXBIWXMAAAsTAAALEwEAmpwYAAABmUlEQVR4nO2Uu0pDQRCG1yuChRaZObGysIqlgrX4BFpYxVKDvUVAk5na7MYU2oiCYhTEJ4iFpaAvICKoRbCwDV4KjZE1cqLJuedELM4PPyzszH67s7MrRKRI/0nMoruQiSe09fhPoJKNGUlwrxhrdcOdZGO6o9BCJp5QBM8NqAl/0nMdAyvC01botwnOOgLNZXHOFtrwbKhQ5vF+xXjjBpYEt8yjA6GBJUH6d1mxKhmO68b3Jng6FOjGamxEMVaaTnfwY1PFprmKzmkbrBj3WxsJN00w41ZryXGvLeg6xyZ0WS3usmhujODIYmPVPBtTgaA1Ibok4bllEzGW3J6YztVr+AYrwqRt9zK8KMbFHOGSIni1f9uY9AWVK8agIiw7LPgmGQ619dghrqzX8g5mJJf3umNWhmHXMZaR/JT5wfmzgIsCDw1rS4JLx1jCsicos+iVhB+u36PudouOt4o7mRc93k7MeO3hX/ZkyXDludR5xoWwwP47m3FZETwGB37lpkQQbadEX24NxlQ2NunHOkfnBoJGiiTa1CemDSuqeC1LpAAAAABJRU5ErkJggg==) no-repeat center / contain;margin-right:8px;height:30px;width:30px;flex-shrink:0}.circle-radio{position:relative;display:inline-flex;align-items:center;gap:12px;padding:6px 12px;border-radius:999px;color:#1f1f24;cursor:pointer;transition:background .2s ease,color .2s ease}.circle-radio:hover{background:#7c3aed14}.circle-custom{width:18px;height:18px;border-radius:50%;border:2px solid rgba(124,58,237,.6);display:inline-flex;align-items:center;justify-content:center;background:#fff;position:relative;transition:all .2s ease}.circle-custom:after{content:"";width:8px;height:8px;border-radius:50%;background:#7c3aed;transform:scale(0);transition:transform .2s ease}.circle-radio input:checked+.circle-custom{border-color:#7c3aed;box-shadow:0 0 0 4px #7c3aed26}.circle-radio input:checked+.circle-custom:after{transform:scale(1)}.alerts-filter-panel{display:flex;flex-wrap:wrap;gap:14px;align-items:flex-end;flex:1 1 auto}.alerts-filter-field{display:flex;flex-direction:column;gap:6px;font-size:12px;color:#4b5563;min-width:160px;text-align:left}.alerts-filter-field input,.alerts-filter-field select{padding:clamp(8px,1.2vh,12px) clamp(12px,1.8vw,16px);border:1px solid #d4d4d8;border-radius:10px;font-size:14px;color:#1f1f24;background:#fff;box-shadow:inset 0 1px 2px #0f172a0a}.alerts-filter-field select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:linear-gradient(45deg,transparent 50%,#7c3aed 50%),linear-gradient(135deg,#7c3aed 50%,transparent 50%),linear-gradient(to right,#fff,#fff);background-position:calc(100% - 18px) calc(1em + 2px),calc(100% - 13px) calc(1em + 2px),0 0;background-size:6px 6px,6px 6px,100% 100%;background-repeat:no-repeat;padding-right:36px}.client--bg select,.admin-card select,.param-selection select,.param-chart-area select,.alerts-filter-field select{border-radius:10px;padding:8px 12px;transition:box-shadow .12s ease,border-color .12s ease}.client--bg input,.client--bg select,.client--bg textarea{color:#1f1f24;font-weight:500}.client--bg input::-moz-placeholder,.client--bg textarea::-moz-placeholder{color:#6b7280}.client--bg input::placeholder,.client--bg textarea::placeholder{color:#6b7280}.alerts-filter-field input:focus,.alerts-filter-field select:focus{outline:2px solid rgba(124,58,237,.25);border-color:#7c3aed}.alerts-filter-multiselect{display:flex;flex-wrap:wrap;gap:8px}.alerts-filter-pill{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:#f5f3ff;color:#4c1d95;font-size:12px;border:1px solid #c4b5fd;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.alerts-filter-pill input{display:none}.alerts-filter-pill.checked{background:#7c3aed;color:#fff;border-color:#7c3aed;box-shadow:0 6px 16px #7c3aed33}.alerts-filter-actions{display:flex;flex-direction:column;gap:12px;align-items:flex-start}.admin-panel{display:flex;flex-direction:column;gap:24px}.admin-card{background:#fff;border-radius:18px;padding:clamp(16px,3vw,28px);box-shadow:0 20px 45px #0f172a14;color:#1f1f24}.admin-card__header{display:flex;flex-direction:column;gap:16px;margin-bottom:16px}.admin-card__header h2{margin:0;font-size:20px;font-weight:600}.admin-card__header p{margin:4px 0 0;color:#6b7280;font-size:13px}.admin-card__filters{display:flex;flex-wrap:wrap;gap:12px;align-items:flex-end}.history-meta,.history-selected{color:#374151;font-size:14px}.history-meta__strong,.history-selected__id{color:#111827;font-weight:600}.history-meta__muted{color:#6b7280;font-weight:500}.status-pill{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:12px;border:1px solid transparent;font-weight:600;font-size:14px}.status-pill__dot{width:10px;height:10px;border-radius:50%;background:#10b981;display:inline-block}.status-pill__spinner{width:10px;height:10px;border-radius:50%;border:2px solid rgba(0,0,0,.08);border-top-color:#7c3aedcc;animation:spin 1s linear infinite}.status-pill--running{background:#ecfdf5;border-color:#bbf7d0;color:#047857}.status-pill--stopped{background:#f8fafc;border-color:#e6e6e6;color:#6b7280}.status-pill--failed{background:#fff1f2;border-color:#fecaca;color:#9f1239}.status-pill--pending{background:#fffbeb;border-color:#fde68a;color:#92400e}.admin-card__error{margin-bottom:12px;padding:12px 16px;border-radius:10px;border:1px solid #fecaca;background:#fef2f2;color:#b91c1c}.admin-pagination{margin-top:16px;display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.circle-label{font-weight:500}.checkbox-wrapper{display:inline-flex;align-items:center;gap:10px;padding:6px 12px;border-radius:12px;color:#1f1f24;cursor:pointer;transition:background .2s ease}.checkbox-wrapper:hover{background:#7c3aed14}.checkbox-wrapper input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border-radius:6px;border:2px solid rgba(124,58,237,.5);background:#fff;position:relative;transition:all .2s ease}.checkbox-wrapper input[type=checkbox]:after{content:"";position:absolute;top:2px;left:5px;width:4px;height:8px;border:solid transparent;border-width:0 2px 2px 0;transform:rotate(45deg) scale(0);transition:transform .2s ease,border-color .2s ease}.checkbox-wrapper input[type=checkbox]:checked{background:#7c3aed;border-color:#7c3aed;box-shadow:0 0 0 4px #7c3aed26}.checkbox-wrapper input[type=checkbox]:checked:after{border-color:#fff;transform:rotate(45deg) scale(1)}.checkbox-label{font-weight:500;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-datepicker-wrapper,.react-datepicker__input-container{width:100%}.react-datepicker__input-container input{width:100%;padding:clamp(8px,1.2vh,12px) clamp(12px,1.8vw,16px);border:1px solid #d4d4d8;border-radius:10px;font-size:14px;color:#1f1f24;background:#fff;box-shadow:inset 0 1px 2px #0f172a0a}.react-datepicker__input-container input:focus{outline:2px solid rgba(124,58,237,.25);border-color:#7c3aed}.react-datepicker-popper{z-index:10!important}.alerts-scroll{scrollbar-width:thin;scrollbar-color:#7c3aed #f1f3ff}.alerts-scroll::-webkit-scrollbar{width:6px}.alerts-scroll::-webkit-scrollbar-track{background:#f1f3ff;border-radius:999px}.alerts-scroll::-webkit-scrollbar-thumb{background:#7c3aed;border-radius:999px}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;animation:fadeIn .3s ease;z-index:1000}.modal-content{background:#fff;padding:28px;border-radius:8px;min-width:300px;max-width:500px;animation:scaleIn .3s ease;position:relative;text-align:left}.modal-close{position:absolute;top:8px;right:8px;border:none;background:transparent;font-size:18px;cursor:pointer}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.ripple--correct{margin-right:15px}.panel-page{display:flex;flex-direction:column;gap:clamp(12px,3vh,24px);color:#1f1f24}.panel-selection{display:flex;flex-direction:column;gap:clamp(10px,2.4vh,18px)}.panel-selection__title{font-size:18px;font-weight:600;color:#6b21a8}.panel-controls{display:flex;flex-wrap:wrap;align-items:center;gap:clamp(12px,2vw,18px)}.panel-dropdown{position:relative}.panel-toggle{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:0 12px;height:50px;font-size:14px;color:#1f1f24;display:flex;align-items:center;justify-content:space-between;min-width:140px;cursor:pointer;gap:12px;box-shadow:none;transition:border-color .2s ease,box-shadow .2s ease}.panel-toggle:disabled{cursor:not-allowed;opacity:.6}.panel-toggle:hover:not(:disabled),.panel-toggle:focus-visible{border-color:#7c3aed;box-shadow:none}.arrow-icon{width:18px;height:18px}.panel-menu{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#fff;border:1px solid #d6d3ce;border-radius:12px;box-shadow:0 18px 48px #1f1f242e;overflow:hidden;max-height:0;opacity:0;pointer-events:none;transition:max-height .25s ease,opacity .2s ease;z-index:20}.panel-menu.open{max-height:clamp(220px,36vh,320px);opacity:1;pointer-events:auto;overflow-y:auto}.panel-menu.open .panel-item{padding:10px 16px}.panel-item{display:block;width:100%;background:none;border:none;text-align:left;font-size:14px;cursor:pointer;color:#1f1f24;transition:background-color .2s ease,color .2s ease}.panel-item:hover,.panel-item:focus-visible{background:#f3e8ff;color:#6b21a8}.panel-period{display:flex;align-items:baseline;gap:8px;font-size:14px;color:#4b5563}.panel-period__value{color:#7c3aed}.panel-alert{padding:14px 18px;border-radius:12px;font-size:14px;border:1px solid transparent}.panel-alert--error{background:#fef2f2;border-color:#fecdd3;color:#b91c1c}.panel-alert--info{background:#f3e8ff;border-color:#e9d5ff;color:#6b21a8}.panel-summary__card{background:#fff;border:1px solid #d6d3ce;border-radius:14px;padding:clamp(12px,2vh,18px);box-shadow:0 12px 28px #1f1f2414;display:flex;flex-direction:column;gap:clamp(4px,1vh,8px)}.panel-summary__label{font-size:13px;color:#6b7280}.panel-summary__value{font-size:20px;font-weight:600;color:#1f1f24}.panel-summary__trend{font-size:12px;color:#7c3aed}.panel-summary__empty{background:#f9fafb;border:1px dashed #d6d3ce;border-radius:14px;padding:24px;text-align:center;color:#6b7280}.panel-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:clamp(12px,2.2vw,18px)}.panel-card{background:#fff;border:1px solid #d6d3ce;border-radius:16px;padding:clamp(10px,1.6vh,14px) clamp(12px,2vw,18px);box-shadow:0 14px 32px #1f1f241a;display:flex;flex-direction:column;gap:clamp(8px,1.4vh,12px);height:100%}.panel-card--wide{grid-column:span 2;min-width:0}.panel-card .tiny-line,.panel-card .histogram-chart{display:flex;flex-direction:column;gap:12px;flex:1;min-height:0;width:100%}.panel-card .tiny-line__chart,.panel-card .histogram-chart__body{flex:1;max-height:clamp(200px,34vh,300px);overflow:hidden}.panel-card svg{width:100%;flex:1;height:100%;min-height:0}.chart-title{font-size:16px;font-weight:600;color:#1f1f24}.tiny-line{display:flex;flex-direction:column;gap:12px}.tiny-line__chart,.histogram-chart__body{position:relative}.tiny-line__header{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.tiny-line__latest{display:flex;align-items:baseline;gap:6px;font-size:14px;color:#4b5563}.tiny-line__latest-value{font-size:20px;font-weight:600}.tiny-line__latest-label{font-size:12px;color:#6b7280}.tiny-line__axis-label{font-size:11px;fill:#6b7280}.tiny-line--empty{background:#f9fafb;border:1px dashed #d6d3ce;border-radius:14px;padding:24px;text-align:center;color:#6b7280}.histogram-chart{display:flex;flex-direction:column;gap:12px}.histogram-chart--empty{background:#f9fafb;border:1px dashed #d6d3ce;border-radius:14px;padding:24px;text-align:center;color:#6b7280}.histogram-chart__axis-label{font-size:11px;fill:#6b7280}.panel-parameters{background:#fff;border:1px solid #d6d3ce;border-radius:18px;padding:clamp(14px,2.4vh,20px) clamp(16px,2.4vw,24px);box-shadow:0 16px 40px #1f1f241f;display:flex;flex-direction:column;gap:clamp(12px,2.4vh,18px)}.panel-parameters__header{display:flex;justify-content:space-between;align-items:baseline;gap:16px}.panel-parameters__title{font-size:20px;font-weight:700;color:#6b21a8}.panel-parameters__meta{font-size:14px;color:#6b21a8}.panel-parameters__body{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:clamp(10px,2vw,16px)}.panel-parameters__limits{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:clamp(8px,1.4vw,14px)}.panel-parameters__limit{background:#f5ebff;border:1px solid #ead4ff;border-radius:12px;padding:clamp(8px,1.4vh,12px) clamp(10px,1.8vw,16px);display:flex;flex-direction:column;gap:4px}.panel-parameters__limit-label{font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:#7c3aed}.panel-parameters__limit-value{font-size:16px;font-weight:600;color:#4c1d95}@media(max-width:1024px){.panel-card--wide{grid-column:span 1}}.history-title{font-size:20px;font-weight:600;text-align:left;color:#1a1330}.history-controls{margin-top:clamp(12px,3vh,24px);display:flex;align-items:flex-start;gap:clamp(12px,2vw,20px);margin-bottom:clamp(12px,3vh,24px);color:#1f1f24}.dropdown{position:relative}.dropdown-toggle{background:#fff;border:1px solid #e3e3e3;padding:clamp(10px,1.6vh,14px) clamp(12px,2vw,18px);border-radius:6px;cursor:pointer;font-size:14px;min-width:180px;display:flex;justify-content:space-between;align-items:center;width:clamp(220px,24vw,340px);color:#1f1f24}.dropdown-toggle:hover{border:1px solid #6d28d9}.status-cell{display:flex;flex-direction:column;align-items:flex-start;gap:6px;padding:8px 6px}.status-pill{display:inline-flex;align-items:center;gap:10px;border-radius:12px;padding:6px 14px;font-weight:600;font-size:13px;border:1px solid transparent;min-width:150px;background:#f4edf7;color:#6b21a8}.status-pill__dot{width:10px;height:10px;border-radius:50%;background:currentColor}.status-pill__spinner{width:14px;height:14px;border:2px solid rgba(0,0,0,.15);border-top:2px solid currentColor;border-radius:50%;animation:spin .6s linear infinite}.status-cell__message{font-size:12px;color:#4b5563;line-height:1.4}.status-pill--running{background:#10b9811f;border-color:#10b9814d;color:#047857}.status-pill--stopped{background:#f871711a;border-color:#ef444466;color:#b91c1c}.status-pill--failed{background:#ef44441f;border-color:#b91c1c66;color:#b91c1c}.status-pill--pending{background:#fbbf2424;border-color:#d9770680;color:#b45309}.status-pill--muted{background:#94a3b82e;border-color:#94a3b899;color:#1f2937}@keyframes spin{to{transform:rotate(360deg)}}.dropdown-menu{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #ccc;border-radius:6px;overflow:hidden;max-height:0;opacity:0;transition:all .3s ease;color:#1f1f24}.dropdown-menu.open{max-height:clamp(220px,40vh,340px);opacity:1;padding-top:clamp(4px,1vh,8px);padding-bottom:clamp(4px,1vh,8px);background:#fff;margin-top:clamp(4px,1vh,10px);margin-left:0;box-sizing:border-box;width:100%;z-index:1000}.dropdown-item{padding:clamp(6px,1.4vh,10px) clamp(10px,2vw,16px);cursor:pointer;font-size:14px;margin:0 -8px;border-radius:7px;position:relative;z-index:1;text-align:left;color:#1f1f24}.dropdown-item:hover{background:#f4edf7}.history-btn{position:relative;overflow:hidden;background:#7c3aed;border:none;color:#fff;padding:clamp(10px,1.8vh,14px) clamp(16px,2.4vw,24px);border-radius:12px;cursor:pointer;transition:background .2s ease;font-size:15px;display:inline-flex;align-items:center;justify-content:center;height:50px}.history-btn:hover{background:#6d28d9}.ripple{position:absolute;border-radius:50%;background:#9366da7a;transform:scale(0);animation:ripple .6s linear;pointer-events:none}@keyframes ripple{to{transform:scale(4);opacity:0}}.arrow-icon{width:16px;height:16px;margin-left:8px}table{width:100%;border-collapse:collapse;font-size:14px;color:#1f1f24}td{padding:5px;color:inherit}table tbody tr:hover{background-color:#f8f4f9;cursor:pointer}.warning{background:#ffc800;border-radius:5px;padding:12px;font-weight:600}.table-container{position:relative;margin-top:clamp(16px,4vh,28px);max-height:calc(100vh - clamp(240px,32vh,320px));overflow-y:auto;background:#fff;border-radius:10px;box-shadow:0 12px 28px #1f1f2414}.table-container{scrollbar-width:thin}thead th{position:sticky;top:0;background:#f5f5f5;z-index:5;padding:8px;border-bottom:2px solid #d7d7d7;color:#1f1f24}.table-sort-button{display:inline-flex;align-items:center;gap:6px;background:none;border:none;padding:0;font:inherit;color:inherit;cursor:pointer}.table-sort-button:hover .sort-indicator{color:#7c3aed}.sort-indicator{font-size:12px;color:#6b7280}tbody tr:nth-child(2n){background-color:#f9f9f9}tbody tr:nth-child(odd){background-color:#fff}.mon-status-icon{display:inline-block;font-size:14px;line-height:1;margin-right:6px}.si-senter--active{display:flex;justify-content:center}.mon-si--status-action{border:1px solid rgba(124,58,237,.4);padding:10px 18px;border-radius:12px;text-align:center;min-width:140px;color:#4c1d95;margin:10px;background:transparent;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:600;cursor:pointer;transition:transform .15s ease,opacity .2s ease,background .2s ease}.mon-si--status-action__start{color:#166534;border-color:#22c55e80;background:#22c55e14}.mon-si--status-action__stop{color:#b91c1c;border-color:#f43f5e80;background:#f43f5e14}.mon-si--status-action__idle{color:#4c1d95;border-color:#7c3aed73;background:#7c3aed12}.mon-si--status-action:hover:not(:disabled){transform:translateY(-1px)}.mon-si--status-action:disabled{opacity:.55;cursor:not-allowed}.mon-si--status-action.disabled{background:#6b728014;color:#6b7280;border:1px dashed #cbd5f5}.history-btn.error--role{background:#f3f4f6;border:1px solid #d6d6d6;color:#3f3f46!important;opacity:1;cursor:not-allowed;border-radius:12px}.history-btn.error--role span{color:inherit}.history-btn.error--role img{filter:invert(25%) sepia(4%) saturate(12%) hue-rotate(316deg) brightness(94%) contrast(91%)}.history-btn.error--role:hover{background:#f3f4f6;color:inherit}.param-date{font-size:19px;color:#000;font-weight:500;padding-bottom:20px}.fails-section{margin-top:clamp(28px,6vh,48px);padding:clamp(16px,4vh,28px);background:#fff;border-radius:16px;box-shadow:0 12px 28px #1f1f2414;display:flex;flex-direction:column;gap:clamp(16px,3vh,28px)}.fails-section__header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;flex-wrap:wrap}.fails-section__title{font-size:18px;font-weight:600;color:#1f1f24}.fails-section__subtitle{font-size:13px;color:#6b7280;margin-top:6px}.fails-meta{font-size:13px;color:#6b7280}.fails-filters{display:flex;flex-wrap:wrap;gap:16px;align-items:flex-end}.fails-filters__field{display:flex;flex-direction:column;gap:6px;font-size:12px;color:#4b5563;min-width:180px}.fails-filters__field input,.fails-filters__field select{height:50px;padding:0 12px;border:1px solid #d4d4d8;border-radius:10px;font-size:14px;color:#1f1f24;background:#fff;box-shadow:inset 0 1px 2px #0f172a0a}.fails-filters__field input:focus,.fails-filters__field select:focus{outline:2px solid rgba(124,58,237,.25);border-color:#7c3aed}.fails-table-container{overflow-x:auto}.fails-table{width:100%;border-collapse:collapse;font-size:13px;color:#1f1f24}.fails-table thead th{position:static;background:#f6f5ff;padding:10px;border-bottom:1px solid #ebe4ff}.fails-table td{padding:12px 10px;vertical-align:top;border-bottom:1px solid #f1f1f5}.fails-table tbody tr:hover{background-color:#fdfaff;cursor:default}.fails-job{font-family:JetBrains Mono,Fira Code,SFMono-Regular,monospace;font-size:12px;word-break:break-all}.fails-error{font-weight:600;color:#c81e1e;word-break:break-word;border-left:3px solid #f87171;padding-left:10px;min-height:20px}.fails-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.fails-list__accent{font-weight:600;color:#4c1d95;margin-right:6px}.fails-list__muted{color:#6b7280;font-size:12px}.fails-empty-cell{color:#9ca3af;font-size:12px}.fails-empty{text-align:center;padding:18px 0;color:#6b7280}.fails-pagination{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}body{color:#1f1f24}.container{display:flex;align-items:flex-start;gap:clamp(18px,3vw,32px);width:100%;box-sizing:border-box;overflow-x:hidden;position:relative}.sidebar{background:#fff;border:1px solid #e3e3e3;border-radius:12px;box-shadow:0 6px 24px #11182714;display:flex;flex-direction:column;gap:clamp(12px,2vh,18px);overflow:hidden;transition:width .25s ease,padding .25s ease;min-height:clamp(300px,52vh,560px)}.checkbox-wrapper{display:flex;align-items:center;gap:10px;font-size:14px;color:#1f1f24;cursor:pointer}.checkbox-wrapper input[type=checkbox]{width:18px;height:18px;border:1px solid #c5c5d2;border-radius:4px;accent-color:#6d28d9}.checkbox-label{-webkit-user-select:none;-moz-user-select:none;user-select:none}.circle-radio{position:relative;display:flex;align-items:center;gap:12px;padding:4px 0;font-size:14px;color:#1f1f24;cursor:pointer}.circle-radio input{position:absolute;opacity:0;pointer-events:none}.circle-custom{width:16px;height:16px;border-radius:50%;border:2px solid #6d28d9;display:inline-flex;align-items:center;justify-content:center}.circle-radio input:checked+.circle-custom{background:radial-gradient(circle,#6d28d9 35%,transparent 36%)}.circle-label{-webkit-user-select:none;-moz-user-select:none;user-select:none}.main-content{flex:1;min-width:0}.param--link{margin-left:12px;font-size:14px;color:#6d28d9;text-decoration:none}.param--link:hover{text-decoration:underline}.param-alert{padding:14px 16px;border-radius:10px;font-size:14px;margin-bottom:12px}.param-alert--error{color:#9f1239;background:#fee2e2;border:1px solid #fecdd3}.param-alert--info{color:#155e75;background:#e0f2fe;border:1px solid #bae6fd}.param-alert--warning{color:#92400e;background:#fef3c7;border:1px solid #fde68a}.param-meta{font-size:13px;color:#4b5563;margin-bottom:16px}.param-toolbar{display:flex;align-items:center;gap:clamp(10px,2vw,18px);margin-bottom:clamp(16px,3vh,28px)}.param-layout{display:flex;gap:clamp(18px,3vw,32px);align-items:flex-start;flex-wrap:wrap;margin-bottom:32px}.param-chart-area{flex:1 1 60%;min-width:0;min-height:clamp(320px,60vh,820px);background:#fff;border:1px solid #e3e3e3;border-radius:16px;padding:clamp(14px,2.4vh,22px);box-shadow:0 10px 34px #11182714;display:flex;flex-direction:column}.param-selection{flex:1 1 clamp(260px,28%,420px);min-width:0;display:flex;flex-direction:column;min-height:clamp(320px,60vh,820px);background:#fff;border:1px solid #e3e3e3;border-radius:16px;box-shadow:0 10px 34px #11182714}.param-selection__header{padding:clamp(14px,2.4vh,20px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #f1f1f4}.param-selection__title{font-weight:600;color:#1f1f24}.param-selection__actions{display:flex;align-items:center;gap:clamp(10px,2vw,16px)}.param-selection__action{font-size:13px;color:#6d28d9;background:none;border:none;cursor:pointer;padding:6px 0}.param-selection__action:disabled{color:#9ca3af;cursor:not-allowed}.param-selection__list{overflow-y:auto;padding:clamp(10px,2vh,14px) clamp(14px,2.4vw,20px) clamp(16px,3vh,22px);display:flex;flex-direction:column;gap:clamp(8px,1.6vh,12px);flex:1 1 auto;min-height:0}.param--block-bar{display:block;border:1px solid transparent;border-radius:10px;padding:10px 12px;background:#f8f9fb;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;cursor:pointer}.param--block-bar:hover{border-color:#d1d5db;box-shadow:0 6px 18px #11182714}.param--block-bar.is-selected{border-color:#6d28d9;background:#f4ebff;box-shadow:0 10px 24px #6d28d929}.param-block-content{display:flex;align-items:center;justify-content:space-between;gap:16px}.param-block-info{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.param-block-checkbox{width:18px;height:18px;accent-color:#6d28d9}.param-color--correct{width:14px;height:14px;border-radius:4px;background:#6d28d9;flex-shrink:0}.param-block-name{font-size:14px;color:#1f1f24;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.param-block-value{font-size:13px;color:#4b5563;white-space:nowrap}.param-graphic{display:flex;flex-direction:column;gap:12px;flex:1;min-height:0}.param-graphic svg{display:block;width:100%;flex:1 1 auto;min-width:0;min-height:120px}.param-graphic__title{font-size:16px;font-weight:600;color:#1f1f24}.param-graphic__axis text{font-size:11px;fill:#4b5563}.param-graphic__footnote{margin-top:4px;font-size:12px;color:#6b7280;text-align:right}.param-graphic__axis line{stroke-linecap:round}.param-graphic--empty{display:flex;align-items:center;justify-content:center;color:#4b5563;font-size:14px;background:#f8f9fb;border:1px dashed #d1d5db;border-radius:12px;padding:24px}.param-graphic__axis-label{font-size:12px;fill:#374151;font-weight:500}.param-graphic__box-label{font-size:12px;fill:#1f2937;dominant-baseline:central}.param-measurement-panel{position:fixed;z-index:50;width:320px;max-height:calc(100vh - 80px);background:#fff;border:1px solid #e3e3e3;border-radius:16px;box-shadow:0 16px 42px #1118273d;padding:16px;display:flex;flex-direction:column;gap:14px}.param-measurement-panel__header{display:flex;align-items:center;justify-content:space-between;font-weight:600;color:#1f1f24}.param-measurement-panel__close{border:none;background:none;font-size:20px;line-height:1;cursor:pointer;color:#6b7280}.param-measurement-panel__list{display:flex;flex-direction:column;gap:12px;overflow-y:auto;padding-right:4px}.param-measurement-panel__row{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center}.param-measurement-panel__dot{width:10px;height:10px;border-radius:50%;background:#6d28d9}.param-measurement-panel__info{display:flex;flex-direction:column;gap:2px}.param-measurement-panel__name{font-size:13px;font-weight:600;color:#1f1f24}.param-measurement-panel__value{font-size:13px;color:#4b5563}.param-measurement-panel__time{font-size:12px;color:#6b7280}.param-date{font-size:16px;font-weight:600;color:#1f1f24;margin-bottom:24px;display:flex;align-items:center;gap:8px}.param-date-input .react-datepicker__input-container input{width:100%;padding:8px 12px;font-size:14px;color:#1f1f24;border-radius:8px;border:1px solid #e2e8f0;box-shadow:none;height:50px}.param-date-input .react-datepicker__input-container input::-moz-placeholder,.date-input-field::-moz-placeholder{color:#94a3b8}.param-date-input .react-datepicker__input-container input::placeholder,.date-input-field::placeholder{color:#94a3b8}.date-input-field{width:100%;height:32px;padding:0 12px;background:#fff;color:#1f1f24;border-radius:8px;border:1px solid #e2e8f0;box-shadow:none}.param-date-input .react-datepicker__input-container input:focus{border-color:#7c3aed;box-shadow:none;outline:none}.custom-datepicker{width:100%;margin:6px 0 16px}.history-title{color:#1f1f24}@media(max-width:1280px){.param-layout{flex-direction:column}.param-selection{width:100%;max-height:none}}@media(max-width:920px){.container{flex-direction:column}.param-chart-area{padding:14px}}.color1{background-color:#ffbfbf}.color2{background-color:#c9ffbf}.color3{background-color:#ccffbfbf}.color4{background-color:#00eaff}.color5{background-color:#005eff}.color6{background-color:#3700ff}.color7{background-color:#60f}.color8{background-color:#9d00ff}.color9{background-color:#d000ff}.color10{background-color:#ff00f7}.color11{background-color:#ff00b3}.color12{background-color:#ff006a}.color13{background-color:#ff003c}.color14,.color15{background-color:red}.param-btn{padding:clamp(8px,1.2vh,12px) clamp(12px,1.8vw,16px)!important;height:50px!important;border-radius:10px!important;font-size:14px!important;font-weight:400!important;line-height:1.5!important}.sac-selection__list{overflow-y:auto;padding:clamp(10px,2vh,14px) clamp(14px,2.4vw,20px) clamp(16px,3vh,22px);display:flex;flex-direction:column;gap:clamp(8px,1.6vh,12px);flex:1 1 auto;min-height:0}
