body,html{height:100%;width:100%}input::-ms-clear,input::-ms-reveal{display:none}*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0);font-family:sans-serif;line-height:1.15}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:initial;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{font-weight:500;margin-bottom:.5em;margin-top:0}p{margin-bottom:1em;margin-top:0}abbr[data-original-title],abbr[title]{border-bottom:0;cursor:help;-webkit-text-decoration:underline dotted;text-decoration:underline;text-decoration:underline dotted}address{font-style:normal;line-height:inherit;margin-bottom:1em}input[type=number],input[type=password],input[type=text],textarea{-webkit-appearance:none}dl,ol,ul{margin-bottom:1em;margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}code,kbd,pre,samp{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:1em}pre{margin-bottom:1em;margin-top:0;overflow:auto}figure{margin:0 0 1em}img{border-style:none;vertical-align:middle}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{caption-side:bottom;padding-bottom:.3em;padding-top:.75em;text-align:left}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{color:inherit;display:block;font-size:1.5em;line-height:inherit;margin-bottom:.5em;max-width:100%;padding:0;white-space:normal;width:100%}progress{vertical-align:initial}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:none;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{background-color:#feffe6;padding:.2em}.uiLoader{align-items:center;color:#0000008c;display:inline-flex;justify-content:center;vertical-align:middle}.uiLoader__spinner{animation:uiLoaderSpin .8s linear infinite;border:2px solid #0000001f;border-radius:999px;border-top-color:initial;height:18px;height:var(--ui-loader-size,18px);width:18px;width:var(--ui-loader-size,18px)}@keyframes uiLoaderSpin{to{transform:rotate(1turn)}}@media (prefers-reduced-motion:reduce){.uiLoader__spinner{animation-duration:1.6s}}.smart-tooltip{align-items:center;display:inline-flex;position:relative;z-index:1003}.smart-tooltip__bubble{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;backface-visibility:hidden;background:#1f1f1f;border-radius:25px;color:#fff;filter:none!important;font-size:12px;font-weight:400;line-height:1.3;max-width:min(280px,calc(100vw - 16px));min-width:max-content;opacity:0;overflow-wrap:break-word;padding:6px 8px;pointer-events:none;position:fixed;text-align:center;transition:opacity .12s ease,visibility .12s ease;visibility:hidden;white-space:normal;width:max-content;will-change:auto;word-break:normal;z-index:9999}.smart-tooltip__bubble.is-visible{opacity:1;visibility:visible}.smart-tooltip__bubble--center{left:50%;right:auto;transform:translateX(-50%)}.smart-tooltip__bubble--left{left:0;right:auto;transform:none}.smart-tooltip__bubble--right{left:auto;right:0;transform:none}.ui-button{align-items:center;border:none;cursor:pointer;display:inline-flex;font:inherit;gap:8px;justify-content:center;outline:none}.ui-button__text{font-size:14px}.ui-button:disabled{cursor:not-allowed;opacity:.6}.ui-button--block{width:100%}.ui-button--pill{background:#fff;border:1px solid #e7e7e7;border-radius:999px;color:#000;font-size:14px;font-weight:500;padding:8px 14px}.ui-button--primary{background:#000;color:#fff}.ui-button--primary,.ui-button--secondary{border-radius:15px;font-size:14px;font-weight:600;min-height:46px;padding:12px 18px}.ui-button--secondary{background:#f9fbfd;color:#2f4358}.ui-button--secondary:hover:not(:disabled){background:#f2f7fb}.ui-button--danger{background:#fff2f2;border:1px solid #ffc7c7;border-radius:15px;color:#d83b3b;font-size:14px;font-weight:600;min-height:46px;padding:12px 18px}.ui-button--danger:hover:not(:disabled){background:#ffeaea}.ui-button--text{background:#0000;color:#1677ff;font-size:13px;font-weight:600;min-height:auto;padding:0}.ui-button--text:hover:not(:disabled){color:#0b5ed7}.ui-button--sm{min-height:38px;padding:10px 14px}.ui-button__icon,.ui-button__spinner{align-items:center;display:inline-flex;flex-shrink:0;justify-content:center}.ui-button__spinner{animation:ui-button-spin .8s linear infinite;border:2px solid;border-radius:50%;border-right:2px solid #0000;height:14px;width:14px}@keyframes ui-button-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ui-field{background:#f9f9f9;border-radius:15px;box-sizing:border-box;display:flex;flex-direction:column;gap:2px;height:52px;justify-content:center;padding:8px 12px;transition:border-color .15s ease,box-shadow .15s ease;width:100%}.ui-field.ui-field--multiline{gap:8px;height:auto;justify-content:flex-start;min-height:172px;padding-bottom:10px;padding-top:10px}.ui-field:focus-within,.ui-field:hover{border-color:#c8bfff!important}.ui-field:focus-within{box-shadow:0 0 0 2px #0558ff0f}.ui-field__label{color:#00000073;font-size:12px;height:12px;line-height:12px;transition:color .15s ease}.ui-field.ui-field--has-value .ui-field__label,.ui-field:focus-within .ui-field__label{color:#1890ff}.ui-field__row{align-items:center;display:flex;flex:1 1;gap:10px}.ui-field.ui-field--multiline .ui-field__row{align-items:stretch}.ui-field__right{align-items:center;display:inline-flex;flex-shrink:0}.ui-field__input{flex:1 1;min-width:0}.ui-field.ui-field--no-label{gap:0}.ui-field.ui-field--no-label .ui-field__row{align-items:center}.ui-field :where(.ant-input){background:#0000!important;border:none!important;border-radius:0;box-shadow:none!important;color:#000000e0;font-family:inter;font-size:16px!important;font-weight:400;height:auto!important;line-height:1.55;outline:none!important;padding:0!important}.ui-field :where(.ant-input)::placeholder{color:#00000073}.ui-field :where(.ant-input-affix-wrapper){background:#0000!important;border:none!important;box-shadow:none!important;flex:1 1;min-width:0;outline:none!important;padding:0!important}.ui-field :where(.ant-input-affix-wrapper) .ant-input{padding:0!important}.ui-field.ui-field--multiline :where(textarea.ant-input){min-height:126px!important;resize:none!important}.ui-field.ui-field--error{border-color:#ff4d4f!important;box-shadow:none!important}.ui-field.ui-field--disabled{opacity:.7}.ui-checkbox{align-items:center;color:var(--ds-color-text);cursor:pointer;display:inline-flex;font-family:var(--ds-font-sans);font-size:14px;font-weight:400;gap:10px;-webkit-user-select:none;user-select:none}.ui-checkbox--disabled{cursor:not-allowed;opacity:.6}.ui-checkbox__input{opacity:0;pointer-events:none;position:absolute}.ui-checkbox__input:focus-visible+.ui-checkbox__box{outline:2px solid var(--ds-color-focus-ring);outline-offset:2px}.ui-checkbox__box{align-items:center;background:var(--ds-color-surface);border:1px solid var(--ds-color-border-strong);border-radius:5px;color:#fff;display:inline-flex;flex-shrink:0;height:16px;justify-content:center;transition:background var(--ds-transition-fast),border-color var(--ds-transition-fast);width:16px}.ui-checkbox:hover .ui-checkbox__box{border-color:var(--ds-color-text-secondary)}.ui-checkbox--checked .ui-checkbox__box{background:var(--ds-color-accent);border-color:var(--ds-color-accent)}.ui-checkbox__box svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8;height:11px;width:11px}.ui-checkbox__label{line-height:1.4}.ui-select{position:relative}.ui-select__field{min-width:0;position:relative}.ui-select__field--open{box-shadow:0 0 0 2px #0558ff0f}.ui-select__trigger{background:#0000;border:none;color:#000000e0;cursor:pointer;flex:1 1;font:inherit;min-width:0;padding:0;text-align:left}.ui-select__trigger:disabled{cursor:not-allowed}.ui-select__placeholder,.ui-select__value{display:block;font-size:16px;line-height:1.55;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-select__placeholder{color:#00000073}.ui-select__icon-button{align-items:center;background:#0000;border:none;color:#7f8da0;cursor:pointer;display:inline-flex;height:18px;justify-content:center;padding:0;transition:transform .15s ease,color .15s ease;width:18px}.ui-select__icon-button:disabled{cursor:not-allowed;opacity:.5}.ui-select__icon-button svg{height:16px;width:16px}.ui-select__icon-button--open{transform:rotate(180deg)}.ui-select__icon-button--clear{font-size:16px;line-height:1}.ui-select__dropdown{background:#fff;border-radius:18px;box-shadow:0 8px 12px #00000014,0 0 1px #0000009e;left:0;max-width:100%;min-width:0;overflow:hidden;position:absolute;right:0;top:calc(100% + 8px);width:100%;z-index:1060}.ui-select__search-wrap{border-bottom:1px solid #eef3f8;padding:10px 12px 8px}.ui-select__search{background:#f9f9f9;border:0;border-radius:12px;font:inherit;outline:none;padding:10px 12px;width:100%}.ui-select__options{max-height:240px;overflow-y:auto;padding:8px}.ui-select__option{align-items:center;background:#0000;border:none;border-radius:14px;color:#1f3347;cursor:pointer;display:flex;font:inherit;gap:12px;justify-content:space-between;min-width:0;padding:12px 14px;text-align:left;width:100%}.ui-select__option-label{flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-select__option:hover{background:#f9f9f9}.ui-select__option--selected{background:#f9f9f9;color:#000}.ui-select__option-check{color:#000;display:block;flex-shrink:0;height:16px;margin-left:auto;width:17px}.ui-select__option-check,.ui-select__option-check path,.ui-select__option-check svg{fill:currentColor!important}.ui-select__empty{color:#7c8b9a;font-size:14px;padding:16px 14px}.ui-select__actions{border-top:1px solid #eef3f8;padding:8px}.ui-select__action{background:#f7fbff;border:none;border-radius:14px;color:#0f5fd1;cursor:pointer;font:inherit;font-weight:600;padding:12px 14px;text-align:left;width:100%}.ui-select__action:hover{background:#edf5ff}.ds-button,.ds-button *{font-family:var(--ds-font-sans)}.ds-button{align-items:center;border:0;border-radius:var(--ds-radius-sm);cursor:pointer;display:inline-flex;font-size:var(--ds-font-size-sm);font-weight:500;gap:6px;justify-content:center;line-height:var(--ds-line-height-sm);outline:none;white-space:nowrap}.ds-button>span{font-size:inherit;font-weight:inherit;line-height:inherit}.ds-button--sm{min-height:var(--ds-control-height-sm);padding:0 var(--ds-space-3)}.ds-button--md{min-height:var(--ds-control-height-md);padding:0 var(--ds-space-4)}.ds-button--primary{background:var(--ds-color-accent);color:var(--ds-color-inverse)}.ds-button--primary:hover:not(:disabled){background:var(--ds-color-accent-hover)}.ds-button--secondary{background:var(--ds-color-surface-hover);color:var(--ds-color-text)}.ds-button--secondary:hover:not(:disabled){background:var(--ds-color-surface-active)}.ds-button--outline{background:var(--ds-color-surface);border:1px solid var(--ds-color-border-strong);color:var(--ds-color-text)}.ds-button--ghost:hover:not(:disabled),.ds-button--outline:hover:not(:disabled){background:var(--ds-color-surface-hover)}.ds-button--ghost{background:#0000;color:var(--ds-color-text)}.ds-button--danger{background:var(--ds-color-danger-soft);color:var(--ds-color-danger)}.ds-button:focus-visible{box-shadow:0 0 0 3px var(--ds-color-focus-ring)}.ds-button:disabled{cursor:not-allowed;opacity:.5}.ds-button--loading:disabled{cursor:wait;opacity:1}.ds-button__loader{color:currentColor;flex:0 0 auto}.ds-form-field,.ds-form-field *{font-family:var(--ds-font-sans)}.ds-form-field{display:flex;flex-direction:column;gap:5px;min-width:0}.ds-form-field__label{color:var(--ds-color-text);font-size:var(--ds-font-size-sm);font-weight:500;line-height:var(--ds-line-height-sm)}.ds-form-field__description,.ds-form-field__error{font-size:var(--ds-font-size-xs);line-height:var(--ds-line-height-xs)}.ds-form-field__description{color:var(--ds-color-text-secondary)}.ds-form-field__error{color:var(--ds-color-danger)}.ds-form-field__control{min-width:0}.ds-text-field__input-wrap{position:relative;width:100%}.ds-text-field__input{background:var(--ds-color-surface);border:1px solid var(--ds-color-border-strong);border-radius:var(--ds-radius-sm);color:var(--ds-color-text);display:block;font-family:var(--ds-font-sans);font-size:var(--ds-font-size-sm);font-weight:400;height:var(--ds-control-height-sm);line-height:calc(var(--ds-control-height-sm) - 4px);outline:none;padding:0 12px 2px;width:100%}.ds-text-field__input--with-start{padding-left:34px}.ds-text-field__input--with-end{padding-right:34px}.ds-text-field__adornment{align-items:center;color:var(--ds-color-text-tertiary);display:inline-flex;justify-content:center;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);z-index:1}.ds-text-field__adornment--start{left:11px}.ds-text-field__adornment--end{right:11px}.ds-text-field__adornment svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8;height:15px;width:15px}.ds-text-field__input::placeholder{color:var(--ds-color-text-tertiary)}.ds-text-field__input:hover:not(:disabled){border-color:var(--ds-color-status-off)}.ds-text-field__input:focus-visible{border-color:var(--ds-color-accent)}.ds-text-field__input[aria-invalid=true]{border-color:var(--ds-color-danger)}.ds-text-field__input:disabled{background:var(--ds-color-surface-muted);color:var(--ds-color-text-tertiary);cursor:not-allowed}.ds-toast{animation:ds-toast-in .18s ease-out both;background:var(--ds-color-success);border-radius:var(--ds-radius-md);box-shadow:var(--ds-shadow-overlay);color:var(--ds-color-inverse);font-family:var(--ds-font-sans);font-size:var(--ds-font-size-md);font-weight:500;left:50%;line-height:var(--ds-line-height-md);max-width:min(520px,calc(100vw - 32px));padding:10px 14px;pointer-events:none;position:fixed;text-align:center;top:18px;z-index:3000}.ds-toast--error{background:var(--ds-color-danger)}.ds-toast--leaving{animation:ds-toast-out .16s ease-in both}@keyframes ds-toast-in{0%{opacity:0;transform:translate(-50%,-10px) scale(.98)}to{opacity:1;transform:translate(-50%) scale(1)}}@keyframes ds-toast-out{0%{opacity:1;transform:translate(-50%) scale(1)}to{opacity:0;transform:translate(-50%,-8px) scale(.98)}}@media (prefers-reduced-motion:reduce){.ds-toast,.ds-toast--leaving{animation-duration:1ms}}.ui-data-table{min-width:0}.ui-data-table__controls{margin-bottom:var(--ds-space-3)}.ui-data-table__viewport{background:var(--ds-color-surface);border:0;border-radius:0;min-height:240px;overflow:auto;position:relative;scrollbar-color:var(--ds-color-status-off) #0000;scrollbar-width:thin}.ui-data-table__viewport::-webkit-scrollbar{height:8px;width:8px}.ui-data-table__viewport::-webkit-scrollbar-thumb{background:var(--ds-color-status-off);background-clip:padding-box;border:2px solid #0000;border-radius:999px}.ui-data-table__table{background:var(--ds-color-surface);border-collapse:initial;border-spacing:0;color:var(--ds-color-text-table);font-family:var(--ds-font-sans);font-size:var(--ds-font-size-md);font-weight:400;line-height:var(--ds-line-height-md);table-layout:fixed;width:100%}.ui-data-table__table td,.ui-data-table__table th{border-bottom:1px solid var(--ds-color-border);height:var(--ds-table-row-height);overflow:hidden;padding:7px var(--ds-space-6);text-align:left;text-overflow:ellipsis;vertical-align:middle}.ui-data-table__table th{background:var(--ds-color-surface-muted);border-bottom:0;border-top:0;color:var(--ds-color-text);font-size:var(--ds-font-size-xs);font-weight:400;height:var(--ds-table-header-height);letter-spacing:0;padding-bottom:var(--ds-space-2);padding-top:var(--ds-space-2);position:sticky;text-transform:none;top:0;z-index:2}.ui-data-table__table tbody tr:last-child td{border-bottom:0}.ui-data-table__row--clickable{cursor:pointer}.ui-data-table__row--clickable:hover td{background:var(--ds-color-border)}.ui-data-table__row--clickable:focus-visible{outline:2px solid var(--ds-color-accent);outline-offset:-2px}.ui-data-table__selection-cell{min-width:48px;padding-right:0;text-align:center;width:48px}.ui-data-table__selection-cell input{accent-color:var(--ds-color-accent);cursor:pointer;height:16px;margin:0;width:16px}.ui-data-table__state{background:var(--ds-color-surface);inset:var(--ds-table-header-height) 0 0;position:absolute}.ui-data-table__more,.ui-data-table__state{align-items:center;color:var(--ds-color-text-secondary);display:flex;gap:var(--ds-space-2);justify-content:center}.ui-data-table__more{background:color-mix(in srgb,var(--ds-color-surface) 92%,#0000);border-top:1px solid var(--ds-color-border);bottom:0;font-size:var(--ds-font-size-xs);min-height:40px;position:sticky}.ui-data-table__spinner{animation:ui-data-table-spin .7s linear infinite;border:2px solid var(--ds-color-border);border-radius:50%;border-top-color:var(--ds-color-accent);height:14px;width:14px}@keyframes ui-data-table-spin{to{transform:rotate(1turn)}}.ds-select,.ds-select *,.ds-select__menu,.ds-select__menu *{font-family:var(--ds-font-sans)}.ds-select{display:block;width:100%}.ds-select__trigger{align-items:center;background:var(--ds-color-surface);border:1px solid var(--ds-color-border-strong);border-radius:var(--ds-radius-sm);color:var(--ds-color-text);cursor:pointer;display:flex;gap:var(--ds-space-2);height:var(--ds-control-height-sm);justify-content:space-between;outline:none;padding:6px 10px 6px 12px;width:100%}.ds-select__trigger:hover:not(:disabled){border-color:var(--ds-color-status-off)}.ds-select__trigger:focus-visible,.ds-select__trigger[aria-expanded=true]{border-color:var(--ds-color-accent)}.ds-select__trigger:disabled{background:var(--ds-color-surface-muted);color:var(--ds-color-text-tertiary);cursor:not-allowed}.ds-select__value{font-size:var(--ds-font-size-sm);font-weight:400;line-height:var(--ds-line-height-sm);min-width:0;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.ds-select__value--placeholder{color:var(--ds-color-text-tertiary)}.ds-select__chevron{align-items:center;color:var(--ds-color-text-secondary);display:inline-flex;flex:0 0 auto;justify-content:center;transition:transform .14s ease}.ds-select__chevron--open{transform:rotate(180deg)}.ds-select__check svg,.ds-select__chevron svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7;height:16px;width:16px}.ds-select__menu{background:var(--ds-color-surface);border:0;border-radius:var(--ds-radius-lg);box-shadow:var(--ds-shadow-overlay);overflow-y:auto;padding:6px;scrollbar-color:var(--ds-color-border-strong) #0000;scrollbar-width:thin;z-index:2000}.ds-select__menu::-webkit-scrollbar{width:8px}.ds-select__menu::-webkit-scrollbar-thumb{background:var(--ds-color-border-strong);background-clip:padding-box;border:2px solid #0000;border-radius:var(--ds-radius-pill)}.ds-select__option{align-items:center;background:#0000;border:0;border-radius:var(--ds-radius-sm);color:var(--ds-color-text);cursor:pointer;display:flex;gap:var(--ds-space-3);justify-content:space-between;min-height:38px;padding:7px var(--ds-space-2);width:100%}.ds-select__option--active,.ds-select__option:hover{background:var(--ds-color-surface-hover)}.ds-select__option--selected{background:var(--ds-color-surface-muted)}.ds-select__option--selected.ds-select__option--active{background:var(--ds-color-surface-active)}.ds-select__option-copy{display:flex;flex-direction:column;gap:2px;min-width:0;text-align:left}.ds-select__option-label{font-size:var(--ds-font-size-sm);font-weight:400;line-height:var(--ds-line-height-sm)}.ds-select__option-description,.ds-select__option-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ds-select__option-description{color:var(--ds-color-text-secondary);font-size:var(--ds-font-size-xs);line-height:var(--ds-line-height-xs)}.ds-select__check{color:var(--ds-color-text);display:inline-flex;flex:0 0 auto}.ds-setting-row,.ds-setting-row *,.ds-settings-section,.ds-settings-section *{font-family:var(--ds-font-sans)}.ds-settings-section__title{color:var(--ds-color-text);font-size:var(--ds-font-size-md);font-weight:600;line-height:var(--ds-line-height-md);margin:0 0 var(--ds-space-4)}.ds-settings-section__description{color:var(--ds-color-text-secondary);font-size:var(--ds-font-size-sm);line-height:var(--ds-line-height-md);margin:calc(var(--ds-space-3)*-1) 0 var(--ds-space-4)}.ds-setting-row{align-items:center;border-bottom:1px solid var(--ds-color-border);display:flex;gap:var(--ds-space-6);justify-content:space-between;min-height:70px;padding:var(--ds-space-3) var(--ds-space-4)}.ds-setting-row:last-child{border-bottom:0}.ds-setting-row--standalone{border-bottom:0;min-height:0;padding:0;width:min(560px,100%)}.ds-setting-row__copy{display:flex;flex-direction:column;gap:var(--ds-space-1);min-width:0}.ds-setting-row__title{color:var(--ds-color-text);font-size:var(--ds-font-size-md);font-weight:500;line-height:var(--ds-line-height-sm)}.ds-setting-row__description{color:var(--ds-color-text-secondary);font-size:var(--ds-font-size-xs);line-height:var(--ds-line-height-xs)}.ds-setting-row__control{align-items:center;display:flex;flex:0 0 auto}@media (max-width:720px){.ds-setting-row:not(.ds-setting-row--standalone){align-items:flex-start;flex-direction:column;gap:var(--ds-space-3)}.ds-setting-row__control{width:100%}}.ui-switch{align-items:center;background:var(--ds-color-border-strong);border:0;border-radius:var(--ds-radius-pill);cursor:pointer;display:inline-flex;flex:0 0 auto;height:18px;outline:none;padding:2px;position:relative;transition:background-color .14s ease;width:32px}.ui-switch:hover:not(:disabled){background:var(--ds-color-status-off)}.ui-switch:focus-visible{box-shadow:0 0 0 3px var(--ds-color-focus-ring)}.ui-switch--checked{background:var(--ds-color-accent)}.ui-switch--checked:hover:not(:disabled){background:var(--ds-color-accent-hover)}.ui-switch:disabled{cursor:not-allowed;opacity:.45}.ui-switch__thumb{background:var(--ds-color-inverse);border-radius:50%;box-shadow:var(--ds-shadow-switch-thumb);height:14px;transform:translateX(0);transition:transform .14s ease;width:14px}.ui-switch--checked .ui-switch__thumb{transform:translateX(14px)}.ds-popover,.ds-popover *{font-family:var(--ds-font-sans)}.ds-popover{background:var(--ds-color-surface);border-radius:var(--ds-radius-lg);box-shadow:var(--ds-shadow-overlay);overflow:auto;padding:var(--ds-space-3);scrollbar-color:var(--ds-color-border-strong) #0000;scrollbar-width:thin;z-index:1900}.ds-date-range__calendars{grid-gap:var(--ds-space-4);display:grid;gap:var(--ds-space-4);grid-template-columns:1fr 1fr}.ds-date-range__month{grid-gap:8px;display:grid;gap:8px;min-width:0}.ds-date-range__month-head{grid-gap:4px;display:grid;gap:4px;grid-template-columns:28px 1fr 28px}.ds-date-range__nav{align-items:center;background:#0000;border:0;border-radius:50%;color:var(--ds-color-text-secondary);cursor:pointer;display:inline-flex;height:28px;justify-content:center;width:28px}.ds-date-range__nav:hover{background:var(--ds-color-surface-hover);color:var(--ds-color-text)}.ds-date-range__nav svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8;height:16px;width:16px}.ds-date-range__nav-placeholder{width:28px}.ds-date-range__month-title{color:var(--ds-color-text);font-size:var(--ds-font-size-sm);font-weight:600;line-height:var(--ds-line-height-md);text-align:center}.ds-date-range__week-days{grid-gap:3px;display:grid;gap:3px;grid-template-columns:repeat(7,30px);justify-content:center}.ds-date-range__week-days span{color:var(--ds-color-text-tertiary);font-size:11px;line-height:18px;text-align:center}.ds-date-range__grid{grid-gap:3px;display:grid;gap:3px;grid-template-columns:repeat(7,30px);justify-content:center}.ds-date-range__cell,.ds-date-range__cell--empty{align-items:center;background:#0000;border:0;border-radius:var(--ds-radius-sm);color:var(--ds-color-text);cursor:pointer;display:flex;font-family:var(--ds-font-sans);font-size:var(--ds-font-size-xs);font-weight:400;height:30px;justify-content:center;line-height:1;padding:0;transition:background-color var(--ds-transition-fast);width:30px}.ds-date-range__cell--empty{cursor:default}.ds-date-range__cell--in-range,.ds-date-range__cell:hover:not(.ds-date-range__cell--empty){background:var(--ds-color-surface-hover)}.ds-date-range__cell--today{font-weight:700}.ds-date-range__cell--today:hover:not(.ds-date-range__cell--empty){background:var(--ds-color-surface-active);color:var(--ds-color-text)}.ds-date-range__cell--selected{font-weight:600}.ds-date-range__cell--selected,.ds-date-range__cell--selected.ds-date-range__cell--today{background:var(--ds-color-text);color:var(--ds-color-inverse)}@media (max-width:660px){.ds-date-range__calendars{grid-template-columns:1fr}}.ds-multi-filter{align-items:center;flex-wrap:wrap;gap:var(--ds-space-2)}.ds-multi-filter,.ds-multi-filter__add-anchor{display:inline-flex}.ds-multi-filter__trigger{border-radius:var(--ds-radius-pill);color:var(--ds-color-text-tertiary);font-size:var(--ds-font-size-md);font-weight:400}.ds-multi-filter__trigger[aria-expanded=true]{border-color:var(--ds-color-text);color:var(--ds-color-text)}.ds-multi-filter__filter-icon{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8;height:15px;width:15px}.ds-multi-filter__chip{align-items:center;background:var(--ds-color-surface-hover);border-radius:var(--ds-radius-pill);color:var(--ds-color-text);display:inline-flex;min-height:var(--ds-control-height-sm);padding:0 7px 0 12px}.ds-multi-filter__chip--open,.ds-multi-filter__chip:hover{background:var(--ds-color-surface-active)}.ds-multi-filter__chip-main,.ds-multi-filter__chip-remove{align-items:center;background:#0000;border:0;color:inherit;cursor:pointer;display:inline-flex;font-family:var(--ds-font-sans)}.ds-multi-filter__chip-main{align-self:stretch;gap:6px;padding:0 8px 0 0}.ds-multi-filter__chip-main,.ds-multi-filter__chip-main>span{font-size:var(--ds-font-size-md);font-weight:500;line-height:var(--ds-line-height-md)}.ds-multi-filter__type-icon{align-items:center;display:inline-flex;flex:0 0 auto;justify-content:center}.ds-multi-filter__type-icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.65;height:15px;width:15px}.ds-multi-filter__chip-remove{background:var(--ds-color-status-off);border-radius:50%;color:var(--ds-color-inverse);height:20px;justify-content:center;padding:0;width:20px}.ds-multi-filter__chip-remove:hover{background:var(--ds-color-text-secondary)}.ds-multi-filter__chip-remove svg{fill:currentColor;stroke:none;height:10px;width:10px}.ds-popover.ds-multi-filter__add-popover,.ds-popover.ds-multi-filter__value-popover{overflow:hidden;padding:6px}.ds-multi-filter__add-options,.ds-multi-filter__options{display:flex;flex-direction:column;gap:2px}.ds-multi-filter__add-option,.ds-multi-filter__clear,.ds-multi-filter__option{background:#0000;border:0;border-radius:var(--ds-radius-md);color:var(--ds-color-text);cursor:pointer;font-family:var(--ds-font-sans);font-size:var(--ds-font-size-md);font-weight:400;line-height:var(--ds-line-height-md);min-height:36px;padding:0 10px;width:100%}.ds-multi-filter__add-option{justify-content:flex-start}.ds-multi-filter__add-option>span,.ds-multi-filter__option>span{font-size:var(--ds-font-size-md)}.ds-multi-filter__option{align-items:center;display:flex;gap:var(--ds-space-3);justify-content:space-between;text-align:left}.ds-multi-filter__add-option:hover,.ds-multi-filter__clear:hover,.ds-multi-filter__option--selected,.ds-multi-filter__option:hover{background:var(--ds-color-surface-hover)}.ds-multi-filter__check{color:var(--ds-color-text);display:inline-flex}.ds-multi-filter__check svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8;height:16px;width:16px}.ds-multi-filter__footer{border-top:1px solid var(--ds-gray-100);margin:6px -6px -6px;padding:6px}.ds-multi-filter__clear{color:var(--ds-color-text-secondary);min-height:34px;text-align:left;width:fit-content}.ds-dialog__backdrop{background:#00000047;display:grid;font-family:var(--ds-font-sans);inset:0;padding:var(--ds-space-4);place-items:center;position:fixed;z-index:1000}.ds-dialog{animation:ds-dialog-enter .16s ease-out;background:var(--ds-color-surface);border:0;border-radius:14px;box-shadow:0 8px 12px #00000014,0 0 1px #0000009e;display:flex;flex-direction:column;max-height:min(760px,calc(100vh - 32px));overflow:hidden}.ds-dialog__header{align-items:flex-start;display:flex;gap:var(--ds-space-4);justify-content:space-between;padding:20px 20px var(--ds-space-3)}.ds-dialog__heading{min-width:0}.ds-dialog__heading h2{color:var(--ds-color-text);font-size:18px;font-weight:600;line-height:26px;margin:0}.ds-dialog__heading p{color:var(--ds-color-text-secondary);font-size:var(--ds-font-size-xs);line-height:var(--ds-line-height-xs);margin:3px 0 0}.ds-dialog__close{background:#0000;border:0;border-radius:var(--ds-radius-sm);color:var(--ds-color-text-secondary);cursor:pointer;display:inline-grid;flex:0 0 30px;height:30px;padding:0;place-items:center;width:30px}.ds-dialog__close:hover{background:var(--ds-color-surface-hover);color:var(--ds-color-text)}.ds-dialog__close svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:1.6;height:17px;width:17px}.ds-dialog__content{min-height:0;overflow:auto;padding:var(--ds-space-2) 20px 20px}.ds-dialog__footer{align-items:center;border-top:1px solid var(--ds-gray-100);display:flex;gap:var(--ds-space-2);justify-content:flex-end;padding:var(--ds-space-3) 20px 20px}@keyframes ds-dialog-enter{0%{opacity:0;transform:translateY(8px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@media (prefers-reduced-motion:reduce){.ds-dialog{animation:none}}.ui-page-entity-title{align-items:baseline;display:flex;font-family:var(--ds-font-sans);font-size:20px;gap:var(--ds-space-2);line-height:28px;margin:0;min-width:0}.ui-page-entity-title__entity,.ui-page-entity-title__separator,.ui-page-entity-title__title{font-size:inherit;line-height:inherit}.ui-page-entity-title__title{color:var(--ds-color-text);flex:0 0 auto;font-weight:600}.ui-page-entity-title__separator{color:var(--ds-color-text-tertiary);flex:0 0 auto;font-weight:400}.ui-page-entity-title__entity{color:var(--ds-color-text-secondary);font-weight:400;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:720px){.ui-page-entity-title{font-size:18px;line-height:24px}}.ds-text-area{background:var(--ds-color-surface);border:1px solid var(--ds-color-border-strong);border-radius:var(--ds-radius-md);color:var(--ds-color-text);font-family:var(--ds-font-sans);font-size:var(--ds-font-size-sm);font-weight:400;line-height:1.55;min-height:260px;outline:none;padding:12px 14px;resize:vertical;transition:border-color var(--ds-transition-fast),background-color var(--ds-transition-fast);width:100%}.ds-text-area:focus,.ds-text-area:hover:not(:disabled){border-color:var(--ds-color-text-secondary)}.ds-text-area:focus{box-shadow:none}.ds-text-area:disabled{background:var(--ds-color-surface-subtle);color:var(--ds-color-text-tertiary);cursor:not-allowed}.ds-form-field[data-invalid] .ds-text-area{border-color:var(--ds-color-danger)}