html,body,#root{color:var(--color-text);cursor:default;background-repeat:no-repeat;background-attachment:fixed;background-color:var(--color-background-body);min-height:100%;margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-size:14px}body{overflow:auto}*{font:inherit;cursor:inherit;touch-action:pan-x pan-y;-webkit-tap-highlight-color:transparent}code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,Liberation Mono,Courier New,monospace}b{font-weight:700}textarea,input{cursor:text}input::placeholder,textarea::placeholder{-webkit-user-select:none;user-select:none}input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.vm-snackbar{z-index:999;animation:.15s cubic-bezier(.28,.84,.42,1.1) vm-slide-snackbar;position:fixed;bottom:12px;left:12px}.vm-snackbar-content{grid-template-columns:1fr auto;align-items:flex-start;gap:16px;line-height:24px;display:grid}.vm-snackbar-content__close{width:24px;height:24px;color:inherit;opacity:.8;cursor:pointer;border-radius:4px;justify-content:center;align-items:center;padding:4px;display:flex}.vm-snackbar-content__close:hover{background-color:var(--color-hover-black)}.vm-snackbar-details{grid-template-columns:1fr;gap:0;display:grid}.vm-snackbar-details__title{border-bottom:1px solid inherit;margin-bottom:4px;padding-bottom:4px;font-weight:600}.vm-snackbar-details__msg{white-space:pre-line;text-wrap:pretty;overflow-wrap:anywhere;line-height:150%;display:grid}.vm-snackbar-details__msg ul,.vm-snackbar-details__msg ol{margin-bottom:8px;list-style-position:inside}.vm-snackbar_mobile{bottom:0;left:0;right:0}@keyframes vm-slide-snackbar{0%{transform:translateY(100%)}to{transform:translateY(0)}}svg{width:100%}*{scrollbar-width:thin;scrollbar-color:var(--color-text-disabled) var(--color-background-block)}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:var(--color-background-block)}::-webkit-scrollbar-thumb{background-color:var(--color-text-disabled);border:3px solid var(--color-background-block);border-radius:20px}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,u,center,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{vertical-align:baseline;border:0;margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-weight:400}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}q:before,q:after{content:""}table{border-collapse:collapse;border-spacing:0}input::placeholder{opacity:1;transition:opacity .3s}input:focus::placeholder{opacity:0;transition:opacity .3s}*{box-sizing:border-box;outline:none}button{background:0 0;border:none;border-radius:0;padding:0}input[type=file]{opacity:0;cursor:pointer;width:100%;height:100%;font-size:0;position:absolute;top:0;left:0}input[type=file]:disabled{cursor:not-allowed}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}input,textarea{-webkit-text-fill-color:inherit;appearance:none}input:disabled,textarea:disabled{opacity:1!important}input:placeholder-shown,textarea:placeholder-shown{width:100%}input:-webkit-autofill{z-index:2;width:100%;-webkit-box-shadow:inset 0 0 #fff!important}input:-webkit-autofill:hover{z-index:2;width:100%;-webkit-box-shadow:inset 0 0 #fff!important}input:-webkit-autofill:focus{z-index:2;width:100%;-webkit-box-shadow:inset 0 0 #fff!important}input:-webkit-autofill:active{z-index:2;width:100%;-webkit-box-shadow:inset 0 0 #fff!important}.vm-header-button{border:1px solid #110f0f33!important}.vm-list-item{cursor:pointer;background-color:#0000;padding:12px;transition:background-color .2s}.vm-list-item_mobile{padding:12px}.vm-list-item:hover,.vm-list-item_active{background-color:var(--color-hover-black)}.vm-list-item_multiselect{grid-template-columns:10px 1fr;justify-content:flex-start;align-items:center;gap:8px;display:grid}.vm-list-item_multiselect svg{animation:.15s cubic-bezier(.28,.84,.42,1) vm-scale}.vm-list-item_multiselect span{grid-column:2}.vm-list-item_multiselect_selected{color:var(--color-primary)}.vm-list-item_with-icon{grid-template-columns:14px 1fr;justify-content:flex-start;align-items:center;gap:4px;display:grid}.vm-mobile-option{-webkit-user-select:none;user-select:none;justify-content:flex-start;align-items:center;gap:8px;width:100%;padding:6px 0;display:flex}.vm-mobile-option__arrow,.vm-mobile-option__icon{justify-content:center;align-items:center;display:flex}.vm-mobile-option__icon{width:22px;height:22px;color:var(--color-primary)}.vm-mobile-option__arrow{width:14px;height:14px;color:var(--color-primary);transform:rotate(-90deg)}.vm-mobile-option-text{flex-grow:1;align-items:center;gap:2px;display:grid}.vm-mobile-option-text__label{font-weight:700}.vm-mobile-option-text__value{color:var(--color-text-secondary);font-size:12px}.vm-block{background-color:var(--color-background-block);box-shadow:var(--box-shadow);border-radius:8px;padding:12px}.vm-block_mobile{border-radius:0;padding:12px}.vm-block_empty-padding{padding:0}.vm-section-header{border-bottom:var(--border-width) var(--border-style) var(--border-color);border-radius:8px 8px 0 0;grid-template-columns:1fr auto;justify-content:center;align-items:center;padding:0 12px;display:grid}.vm-section-header__title{font-size:14px;font-weight:700}.vm-section-header__title_mobile{text-overflow:ellipsis;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.vm-section-header__tabs{justify-content:flex-start;align-items:center;font-size:12px;display:flex}.vm-link{cursor:pointer;transition:color .2s}.vm-link_colored{color:var(--color-primary)}.vm-link_underlined{text-decoration:underline}.vm-link_with-icon{grid-template-columns:14px auto;justify-content:center;align-items:center;gap:6px;display:grid}.vm-link:hover{color:var(--color-primary);text-decoration:underline}.vm-dynamic-number{color:var(--color-text-disabled);align-items:center;padding-left:1em;font-size:12px;display:flex;position:relative}.vm-dynamic-number_static{color:var(--color-text-secondary);padding-left:0}.vm-dynamic-number_positive{color:var(--color-success)}.vm-dynamic-number_negative{color:var(--color-error)}.vm-dynamic-number_warning{color:var(--color-warning)}.vm-dynamic-number:before{width:1em;position:absolute;top:auto;left:0}.vm-dynamic-number_down:before{content:"↓ "}.vm-dynamic-number_up:before{content:"↑ "}.vm-markdown{line-height:1.5;display:block}.vm-markdown pre,.vm-markdown code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}.vm-markdown pre{white-space:pre-wrap;padding:.5em;line-height:1.25;overflow-x:scroll}.vm-markdown a,.vm-markdown a:visited{color:var(--color-primary);cursor:pointer;text-decoration:underline}.vm-markdown body{line-height:1.85}.vm-markdown p{margin-bottom:1.3em;font-size:1em}.vm-markdown h1,.vm-markdown h2,.vm-markdown h3,.vm-markdown h4,.vm-markdown h5,.vm-markdown h6{font-weight:inherit;margin:.5em 0 .25em;line-height:1.42}.vm-markdown h1{font-size:1.8em}.vm-markdown h2{font-size:1.6em}.vm-markdown h3{font-size:1.4em}.vm-markdown h4{font-size:1.2em}.vm-markdown h5{font-size:1em}.vm-markdown h6,.vm-markdown small{font-size:.8em}.vm-markdown img,.vm-markdown canvas,.vm-markdown iframe,.vm-markdown video,.vm-markdown svg,.vm-markdown select,.vm-markdown textarea{max-width:100%}.vm-markdown pre{background-color:var(--color-hover-black)}.vm-markdown blockquote{opacity:.7;border-left:3px solid #110f0f33;padding-left:1em}.vm-markdown ul,.vm-markdown ol{margin:.3em 0;list-style-position:inside}.vm-markdown ul li,.vm-markdown ol li{margin-bottom:.3em}.vm-markdown ul li ul,.vm-markdown ul li ol,.vm-markdown ol li ul,.vm-markdown ol li ol{margin-left:1em}.vm-markdown input[type=checkbox]{display:none}.vm-markdown th,.vm-markdown td{padding:.2em .4em}.vm-markdown hr{border-top:var(--border-width) var(--border-style) var(--border-color)}.vm-markdown strong{font-weight:700}.vm-markdown em{font-style:italic}.vm-markdown del{text-decoration:line-through}.vm-markdown code:not(pre code){vertical-align:middle;background:var(--color-hover-black);border:var(--border-width) var(--border-style) var(--border-color);tab-size:4;font-variant-ligatures:none;border-radius:4px;padding:.12em .4em;font-size:.9em;display:inline}.vm-title{color:var(--color-text-secondary);letter-spacing:.06em;white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:600;overflow:hidden}:root{--color-primary:#3f51b5;--color-secondary:#e91e63;--color-error:#fd080e;--color-warning:#ff8308;--color-info:#03a9f4;--color-success:#4caf50;--color-primary-text:#fff;--color-secondary-text:#fff;--color-error-text:#fff;--color-warning-text:#fff;--color-info-text:#fff;--color-success-text:#fff;--color-background-body:#fefeff;--color-background-block:#fff;--color-background-tooltip:#505050e6;--color-text:#110f0f;--color-text-secondary:#706f6f;--color-text-disabled:#a09f9f;--box-shadow:#00000014 1px 2px 6px;--box-shadow-popper:#0000001a 0px 2px 8px 0px;--border-width:1px;--border-style:solid;--border-color:var(--lightningcss-light,#00000026)var(--lightningcss-dark,#3d444d);--color-hover-black:#0000000f}.vm-switch{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:flex-start;align-items:center;font-size:12px;display:flex}.vm-switch_full-width{flex-direction:row-reverse;justify-content:space-between}.vm-switch_full-width .vm-switch__label{margin-left:0}.vm-switch_disabled{opacity:.6;cursor:default}.vm-switch_secondary_active .vm-switch-track{background-color:var(--color-secondary)}.vm-switch_primary_active .vm-switch-track{background-color:var(--color-primary)}.vm-switch_active .vm-switch-track__thumb{left:20px}.vm-switch:hover .vm-switch-track{opacity:.8}.vm-switch-track{background-color:#110f0f66;border-radius:17px;justify-content:flex-start;align-items:center;width:34px;height:17px;padding:3px;transition:background-color .2s,opacity .3s ease-out;display:flex;position:relative}.vm-switch-track__thumb{background-color:var(--color-background-block);min-width:11px;min-height:11px;transform-style:preserve-3d;border-radius:50%;transition:right .2s ease-out,left .2s ease-out;position:absolute;top:auto;left:3px}.vm-switch__label{white-space:nowrap;font-size:inherit;color:var(--color-text-secondary);margin-left:8px;transition:color .2s}.vm-switch_active .vm-switch__label{color:var(--color-text)}.vm-alert{z-index:8;grid-template-columns:16px 1fr;align-items:center;gap:8px;padding:12px;font-size:12px;display:grid;position:relative}.vm-alert__backdrop{background:var(--color-background-block);z-index:-1;border-radius:8px;width:100%;height:100%;position:absolute}.vm-alert:before,.vm-alert:after{content:"";z-index:-1;border-radius:8px;width:100%;height:100%;position:absolute;top:0;left:0}.vm-alert:after{opacity:.04}.vm-alert:before{opacity:.4;transform:translate(-1px,-1px)}.vm-alert__title{font-weight:500}.vm-alert__content{color:var(--color-text-secondary);word-break:break-word;text-wrap:pretty;grid-column:1/span 2;line-height:1.3}.vm-alert_info .vm-alert__icon{color:var(--color-info)}.vm-alert_info:after{background-color:var(--color-info)}.vm-alert_info:before{border:1px solid var(--color-info)}.vm-alert_warning .vm-alert__icon{color:var(--color-warning)}.vm-alert_warning:after{background-color:var(--color-warning)}.vm-alert_warning:before{border:1px solid var(--color-warning)}.vm-alert_error .vm-alert__icon{color:var(--color-error)}.vm-alert_error:after{background-color:var(--color-error)}.vm-alert_error:before{border:1px solid var(--color-error)}.vm-alert_success .vm-alert__icon{color:var(--color-success)}.vm-alert_success:after{background-color:var(--color-success)}.vm-alert_success:before{border:1px solid var(--color-success)}.vm-tabs{-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;gap:12px;height:100%;display:flex;position:relative}.vm-tabs-item{color:inherit;text-transform:capitalize;font-size:inherit;font-weight:inherit;opacity:.6;cursor:pointer;justify-content:center;align-items:center;padding:12px 8px;text-decoration:none;transition:opacity .2s;display:flex}.vm-tabs-item_active{opacity:1}.vm-tabs-item:hover{opacity:.8}.vm-tabs-item__icon{width:16px;margin-right:8px;display:grid}.vm-tabs-item__icon_single{margin-right:0}.vm-tabs__indicator{border-bottom:2px solid;transition:width .2s,left .3s cubic-bezier(.28,.84,.42,1);position:absolute}.vm-query-page-body{position:relative}.vm-query-page-body-header{background-color:var(--color-background-block);z-index:3;grid-template-columns:1fr repeat(3,auto);margin:-12px -12px 0;position:sticky;top:0}@media (width<=1000px){.vm-query-page-body-header{display:block;top:52px}}.vm-query-page-body-header_mobile{border-bottom:none;margin:-12px -12px 0}.vm-query-page-body-header__settings{flex-wrap:wrap;justify-content:flex-end;align-items:center;display:flex}.vm-query-page-body-header__settings_mobile{border-bottom:var(--border-width) var(--border-style) var(--border-color);width:100%;padding-block:4px}.vm-query-page-body-header__tabs_mobile{border-bottom:var(--border-width) var(--border-style) var(--border-color)}.vm-query-page-body__empty{min-height:120px;color:var(--color-text-disabled);text-align:center;justify-content:center;align-items:center;display:flex}.vm-query-page-body__content{padding-top:12px;font-size:12px;overflow:scroll}.vm-query-page-body__content_table:not(.vm-query-page-body__content_hide){padding-top:0}.vm-query-page-body__content_mobile{padding-top:16px}.vm-query-page-body__hiden-info{min-height:30px;color:var(--color-text-secondary);flex-grow:1;justify-content:space-between;align-items:center;padding-top:12px;font-size:12px;display:flex}.vm-line-loader{z-index:9;height:2px;position:absolute;top:0;left:0;right:0;overflow:hidden}.vm-line-loader__background{background-color:var(--color-text);opacity:.1;position:absolute;inset:0}.vm-line-loader__line{background-color:var(--color-primary);opacity:.8;width:10%;height:100%;animation:2s linear infinite slide;position:absolute}@keyframes slide{0%{left:0}to{left:100%}}.vm-group-logs{margin-top:-12px;padding-bottom:13px}.vm-group-logs-header{flex-wrap:wrap;justify-content:flex-end;align-items:center;display:flex}.vm-group-logs-header-keys{max-height:300px;overflow:auto}.vm-group-logs-header-keys__search{padding:8px}.vm-group-logs-header .vm-bar-hits-stats{margin-right:8px}.vm-group-logs-section{border-bottom:var(--border-width) var(--border-style) var(--border-color);padding-bottom:8px}.vm-group-logs-section__ungrouped{padding-top:8px}.vm-group-logs-section-keys{font-size:var(--font-size-logs,12px);flex-wrap:wrap;align-items:center;gap:8px;padding:8px 120px 8px 0;display:flex;position:relative}.vm-group-logs-section-keys_compact{flex-wrap:nowrap;overflow:hidden}.vm-group-logs-section-keys_popper{flex-flow:column;justify-content:flex-start;align-items:flex-start;max-height:400px;padding:12px;display:flex;overflow:auto}.vm-group-logs-section-keys__title{white-space:nowrap;font-weight:700}.vm-group-logs-section-keys__title code{font-family:monospace}.vm-group-logs-section-keys__title code:before,.vm-group-logs-section-keys__title code:after{content:"\""}.vm-group-logs-section-keys__count{text-align:right;font-size:var(--font-size-logs,12px);color:var(--color-text-secondary);flex-grow:1;padding-right:48px;position:absolute;top:auto;right:0}.vm-group-logs-section-keys__pair{color:#1a6399;white-space:nowrap;cursor:pointer;background-color:#e9f4fb;border-radius:8px;order:0;padding:6px 12px;transition:background-color .3s ease-in,transform .1s ease-in,opacity .3s ease-in}.vm-group-logs-section-keys__pair_hide{visibility:hidden;opacity:0;pointer-events:none;order:2}.vm-group-logs-section-keys__pair_more{order:1}.vm-group-logs-section-keys__pair:hover{background-color:#c9e3f6}.vm-group-logs-section-keys__pair:active{transform:scale(.98)}.vm-group-logs-section-keys__pair_dark{color:#76bcff;background-color:var(--color-background-body);opacity:.8}.vm-group-logs-section-keys__pair_dark:hover{background-color:var(--color-background-body);opacity:1}.vm-group-logs-section-rows{font-size:var(--font-size-logs,12px);font-variant-numeric:tabular-nums;line-height:1.2}.vm-group-logs-row{margin-block:1px;position:relative}.vm-group-logs-row:hover{z-index:2}.vm-group-logs-row:nth-child(2n)>.vm-group-logs-row-content{background-color:var(--color-hover-black)}.vm-group-logs-row-content{cursor:pointer;border-radius:4px;align-items:flex-start;padding:2px 70px 2px 2px;display:flex}.vm-group-logs-row-content_mobile{border-bottom:var(--border-width) var(--border-style) var(--border-color);flex-wrap:wrap;gap:8px}.vm-group-logs-row-content_active{padding-right:0}.vm-group-logs-row-content_interactive{contain:layout;outline-offset:-2px;will-change:outline-width;outline:0 solid #1a90ff80}.vm-group-logs-row-content_interactive:hover{outline-width:2px}.vm-group-logs-row-content__arrow{justify-content:center;align-items:center;transition:transform .2s ease-out;display:flex;transform:rotate(-90deg)}.vm-group-logs-row-content__arrow_open{transform:rotate(0)}.vm-group-logs-row-content__arrow svg{width:14px;height:14px}.vm-group-logs-row-content__time{white-space:nowrap;justify-content:flex-end;align-items:flex-start;padding:0 12px 0 8px;display:flex}.vm-group-logs-row-content__time_missing{color:var(--color-text-disabled);justify-content:center;font-style:italic}.vm-group-logs-row-content__msg{overflow-wrap:anywhere;flex-grow:1;padding-right:8px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,Liberation Mono,Courier New,monospace}.vm-group-logs-row-content__msg_single-line,.vm-group-logs-row-content__msg_empty-msg{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.vm-group-logs-row-content__msg_missing{color:var(--color-text-disabled);text-align:center;font-style:italic}.vm-group-logs-row-content__msg p,.vm-group-logs-row-content__msg pre,.vm-group-logs-row-content__msg code{white-space:pre-wrap;word-wrap:break-word;word-break:normal}.vm-group-logs-row-content__msg code:not(pre code),.vm-group-logs-row-content__msg pre{background:var(--color-hover-black);border:1px solid var(--color-hover-black);tab-size:4;font-variant-ligatures:none;border-radius:4px;margin:2px 0;display:inline-block}.vm-group-logs-row-content__msg p{font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}.vm-group-logs-row-content__msg pre{padding:8px}.vm-group-logs-row-content__msg code{font-size:var(--font-size-logs,12px);padding:2px 4px}.vm-group-logs-row-content__msg a{color:var(--color-primary);cursor:pointer}.vm-group-logs-row-content__msg a:hover{text-decoration:underline}.vm-group-logs-row-content__msg strong{font-weight:700}.vm-group-logs-row-content__msg em{font-style:italic}.vm-group-logs-row-content__msg blockquote{border-left:4px solid var(--color-hover-black);margin:4px 8px;padding:4px 8px}.vm-group-logs-row-content__msg ul,.vm-group-logs-row-content__msg ol{list-style-position:inside}.vm-group-logs-row-content__sub-msg{padding-right:12px}.vm-group-logs-row-content__actions{visibility:hidden;border:var(--border-width) var(--border-style) var(--border-color);background-color:var(--color-background-body);border-radius:4px;align-self:flex-start;align-items:center;padding:4px;display:flex;position:absolute;top:2px;right:2px}.vm-group-logs-row-content_active .vm-group-logs-row-content__actions{visibility:visible;background:0 0;border-color:#0000;position:relative;top:0}.vm-group-logs-row-content_interactive:hover .vm-group-logs-row-content__actions{visibility:visible}.vm-group-logs-row-fields{border:var(--border-width) var(--border-style) var(--border-color);resize:vertical;height:300px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,Liberation Mono,Courier New,monospace;font-size:var(--font-size-logs,12px);font-variant-numeric:tabular-nums;border-radius:4px;margin-bottom:8px;padding:0;position:relative;overflow:auto}.vm-group-logs-row-fields_mobile{height:auto;margin:8px 0;padding:4px}.vm-group-logs-row-fields_interactive .vm-group-logs-row-fields-item{contain:layout;will-change:background-color}.vm-group-logs-row-fields_interactive .vm-group-logs-row-fields-item:hover{background-color:var(--color-hover-black)}.vm-group-logs-row-fields-item{border-bottom:1px dashed var(--border-color)}.vm-group-logs-row-fields-item:last-child{border-bottom:none}.vm-group-logs-row-fields-item_mobile{border-bottom:var(--border-width) var(--border-style) var(--border-color);flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;gap:4px;max-width:calc(100vw - 48px);display:flex}.vm-group-logs-row-fields-item_mobile .vm-group-logs-row-fields-item__key{color:var(--color-text-secondary);flex-grow:1;order:1;max-width:calc(100% - 100px)}.vm-group-logs-row-fields-item_mobile .vm-group-logs-row-fields-item-controls{flex-grow:1;order:2}.vm-group-logs-row-fields-item_mobile .vm-group-logs-row-fields-item__value{order:3}.vm-group-logs-row-fields-item_mobile .vm-group-logs-row-fields-item-controls__wrapper{justify-content:flex-end;width:100%}.vm-group-logs-row-fields-item-controls{padding:1px 2px}.vm-group-logs-row-fields-item-controls__wrapper{justify-content:center;align-items:center;transition:opacity .1s ease-in;display:flex}.vm-group-logs-row-fields-item-controls__button.vm-button_small{width:22px;height:22px;min-height:22px}.vm-group-logs-row-fields-item__key,.vm-group-logs-row-fields-item__value{vertical-align:top;padding:6px 4px;line-height:14px}.vm-group-logs-row-fields-item__key{color:var(--color-text-secondary);overflow-wrap:break-word;padding-inline:6px}.vm-group-logs-row-fields-item__value{word-break:break-all;white-space:pre-wrap;text-wrap:balance;width:100%}.vm-tooltip{background-color:var(--color-background-tooltip);box-shadow:var(--box-shadow-popper);color:#fff;white-space:nowrap;z-index:101;opacity:1;pointer-events:auto;border-radius:4px;padding:3px 8px;font-size:12px;line-height:150%;transition:opacity .1s ease-in-out;animation:.15s cubic-bezier(.28,.84,.42,1) vm-scale;position:fixed}@keyframes vm-scale{0%{transform:scale(0)}to{transform:scale(1)}}.vm-button{color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;gap:6px;padding:6px 14px;font-size:12px;font-weight:400;transition:transform .2s,opacity .2s,background-color .2s;display:inline-flex}.vm-button:focus-visible{outline-offset:2px;outline:2px solid #006fee}.vm-button:active{opacity:.9;transform:scale(.97)}.vm-button:disabled{opacity:.3;pointer-events:none}.vm-button_small{border-radius:4px;padding:4px 10px;line-height:14px}.vm-button_small svg{width:14px;min-width:14px;max-width:14px}.vm-button_medium{padding:6px 14px;line-height:14px}.vm-button_medium svg{width:16px;min-width:16px;max-width:16px}.vm-button_large{padding:8px 20px;font-size:16px}.vm-button_large svg{width:18px;min-width:18px;max-width:18px;line-height:16px}.vm-button_icon_only{aspect-ratio:1}.vm-button_small.vm-button_icon_only{padding:4px}.vm-button_medium.vm-button_icon_only{padding:6px}.vm-button_large.vm-button_icon_only{padding:8px}.vm-button_contained_primary{background-color:var(--color-primary);color:#fff}.vm-button_contained_primary:hover:not(:disabled){opacity:.8}.vm-button_outlined_primary{border-color:var(--color-primary);color:var(--color-primary);background-color:#0000}.vm-button_outlined_primary:hover:not(:disabled){background-color:var(--color-hover-black);opacity:.8}.vm-button_text_primary{color:var(--color-primary);background-color:#0000}.vm-button_text_primary:hover:not(:disabled){background-color:var(--color-hover-black)}.vm-button_contained_secondary{background-color:var(--color-secondary);color:#fff}.vm-button_contained_secondary:hover:not(:disabled){opacity:.8}.vm-button_outlined_secondary{border-color:var(--color-secondary);color:var(--color-secondary);background-color:#0000}.vm-button_outlined_secondary:hover:not(:disabled){background-color:var(--color-hover-black);opacity:.8}.vm-button_text_secondary{color:var(--color-secondary);background-color:#0000}.vm-button_text_secondary:hover:not(:disabled){background-color:var(--color-hover-black)}.vm-button_contained_success{background-color:var(--color-success);color:#fff}.vm-button_contained_success:hover:not(:disabled){opacity:.8}.vm-button_outlined_success{border-color:var(--color-success);color:var(--color-success);background-color:#0000}.vm-button_outlined_success:hover:not(:disabled){background-color:var(--color-hover-black);opacity:.8}.vm-button_text_success{color:var(--color-success);background-color:#0000}.vm-button_text_success:hover:not(:disabled){background-color:var(--color-hover-black)}.vm-button_contained_warning{background-color:var(--color-warning);color:#fff}.vm-button_contained_warning:hover:not(:disabled){opacity:.8}.vm-button_outlined_warning{border-color:var(--color-warning);color:var(--color-warning);background-color:#0000}.vm-button_outlined_warning:hover:not(:disabled){background-color:var(--color-hover-black);opacity:.8}.vm-button_text_warning{color:var(--color-warning);background-color:#0000}.vm-button_text_warning:hover:not(:disabled){background-color:var(--color-hover-black)}.vm-button_contained_error{background-color:var(--color-error);color:#fff}.vm-button_contained_error:hover:not(:disabled){opacity:.8}.vm-button_outlined_error{border-color:var(--color-error);color:var(--color-error);background-color:#0000}.vm-button_outlined_error:hover:not(:disabled){background-color:var(--color-hover-black);opacity:.8}.vm-button_text_error{color:var(--color-error);background-color:#0000}.vm-button_text_error:hover:not(:disabled){background-color:var(--color-hover-black)}.vm-button_contained_gray{background-color:var(--color-text-secondary);color:#fff}.vm-button_contained_gray:hover:not(:disabled){opacity:.8}.vm-button_outlined_gray{border-color:var(--border-color);color:var(--color-text-secondary);background-color:#0000}.vm-button_outlined_gray:hover:not(:disabled){background-color:var(--color-hover-black);opacity:.8}.vm-button_text_gray{color:var(--color-text-secondary);background-color:#0000}.vm-button_text_gray:hover:not(:disabled){background-color:var(--color-hover-black)}.vm-button_contained_white{color:#110f0f;background-color:#fff}.vm-button_contained_white:hover:not(:disabled){opacity:.8}.vm-button_outlined_white{color:#fff;background-color:#0000;border-color:#fff}.vm-button_outlined_white:hover:not(:disabled){background-color:var(--color-hover-black);opacity:.8}.vm-button_text_white{color:#fff;background-color:#0000}.vm-button_text_white:hover:not(:disabled){background-color:var(--color-hover-black)}.vm-popper{background-color:var(--color-background-block);box-shadow:var(--box-shadow-popper);z-index:-99;pointer-events:none;opacity:0;border-radius:4px;transition:opacity .1s ease-in-out;position:fixed}.vm-popper_open{z-index:101;opacity:1;transform-origin:top;pointer-events:auto;animation:.1s ease-out vm-slider}.vm-popper_mobile{border-radius:0;width:100%;animation:none;position:fixed;inset:0;overflow:auto}.vm-popper-header{background-color:var(--color-background-block);color:var(--color-text);border-bottom:var(--border-width) var(--border-style) var(--border-color);border-radius:4px 4px 0 0;grid-template-columns:1fr 25px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;padding:8px 12px;display:grid}.vm-popper-header__title{-webkit-user-select:none;user-select:none;font-size:12px;font-weight:700}.vm-popper_dark{background-color:var(--color-background-tooltip);color:#fff}.vm-popper_dark .vm-popper-header{color:#fff;background-color:#0000}@keyframes vm-slider{0%{opacity:0;transform-origin:top;transform:scaleY(0)}to{opacity:1;transform-origin:top;transform:scaleY(1)}}.vm-modal{z-index:100;background:#110f0f8c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.vm-modal_mobile{min-height:calc(var(--vh) * 100);max-height:calc(var(--vh) * 100);align-items:flex-start;overflow:auto}.vm-modal_mobile .vm-modal-content{border-radius:0;grid-template-rows:70px max-content;width:100vw;min-height:100%;max-height:max-content;overflow:visible}.vm-modal_mobile .vm-modal-content-header{padding:8px 8px 8px 12px}.vm-modal_mobile .vm-modal-content-header__title{max-width:80vw}.vm-modal_mobile .vm-modal-content-body{align-items:flex-start;min-height:100%;padding:12px;display:grid}.vm-modal-content{background:var(--color-background-block);max-height:calc(var(--vh) * 90);border-radius:8px;overflow:auto;box-shadow:0 0 24px #110f0f12}.vm-modal-content-header{background-color:var(--color-background-body);color:var(--color-text);border-bottom:var(--border-width) var(--border-style) var(--border-color);z-index:3;border-radius:8px 8px 0 0;grid-template-columns:1fr auto;justify-content:space-between;align-items:center;gap:8px;padding:8px 12px;display:grid;position:sticky;top:0}.vm-modal-content-header__title{-webkit-user-select:none;user-select:none;text-overflow:ellipsis;white-space:nowrap;max-width:50vw;font-weight:500;overflow:hidden}.vm-modal-content-header__close{aspect-ratio:1;box-sizing:content-box;color:#fff;cursor:pointer;justify-content:center;align-items:center;width:24px;height:auto;display:flex}.vm-modal-content-header__close button{width:100%;height:100%;padding:0}.vm-modal-content-body{padding:12px;position:relative}.vm-select-limits-button{color:var(--color-text-secondary);border:var(--border-width) var(--border-style) var(--border-color);cursor:pointer;border-radius:4px;grid-template-columns:auto 18px;justify-content:center;align-items:center;padding:2px 4px 2px 8px;font-size:12px;display:grid}.vm-select-limits-button:hover{background-color:var(--color-hover-black)}.vm-select-limits{padding:8px 0;display:grid}.vm-select-limits-list{max-height:300px;overflow:auto}.vm-select-limits__item{overflow-wrap:break-word;word-break:normal;text-wrap:balance;max-width:300px}.vm-select-limits__error{color:var(--color-error);grid-template-columns:18px 1fr;justify-content:center;align-items:center;gap:8px;padding:8px;font-size:12px;display:grid}.vm-select-limits__empty{color:var(--color-text-secondary);padding:8px 12px;font-size:12px}.vm-select-limits__search{padding-inline:12px;position:sticky;top:0}.vm-text-field{width:100%;margin:6px 0;display:grid;position:relative}.vm-text-field_textarea:after{content:attr(data-replicated-value) " ";white-space:pre-wrap;overflow-wrap:break-word;visibility:hidden}.vm-text-field__input,.vm-text-field:after{border:var(--border-width) var(--border-style) var(--border-color);width:100%;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,Liberation Mono,Courier New,monospace;font-size:inherit;box-sizing:border-box;background-color:#0000;grid-area:1/1/2/2;padding:8px 12px;line-height:18px;overflow:hidden}.vm-text-field__label,.vm-text-field__error,.vm-text-field__warning,.vm-text-field__helper-text{pointer-events:none;-webkit-user-select:none;user-select:none;background-color:var(--color-background-block);z-index:2;text-overflow:ellipsis;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;max-width:calc(100% - 12px);padding:0 3px;font-size:12px;line-height:14px;display:-webkit-box;position:absolute;left:6px;overflow:hidden}.vm-text-field__label{color:var(--color-text-secondary);top:-8px}.vm-text-field__helper-text,.vm-text-field__warning,.vm-text-field__error{overflow-wrap:anywhere;pointer-events:auto;-webkit-user-select:text;user-select:text;width:fit-content;position:relative;top:-6px}.vm-text-field__helper-text_full,.vm-text-field__warning_full,.vm-text-field__error_full{display:block;overflow:visible}.vm-text-field__helper-text_overflowed,.vm-text-field__warning_overflowed,.vm-text-field__error_overflowed{cursor:pointer}.vm-text-field__error{color:var(--color-error)}.vm-text-field__warning{color:var(--color-warning)}.vm-text-field__helper-text{color:var(--color-text-secondary)}.vm-text-field__input{resize:none;color:var(--color-text);background-color:#0000;border-radius:8px;transition:border .2s;display:block;overflow:hidden}.vm-text-field__input:focus,.vm-text-field__input:hover{border:1px solid var(--color-primary)}.vm-text-field__input_error,.vm-text-field__input_error:hover,.vm-text-field__input_error:focus{border-color:var(--color-error)}.vm-text-field__input_warning,.vm-text-field__input_warning:hover,.vm-text-field__input_warning:focus{border-color:var(--color-warning)}.vm-text-field__input_icon-start{padding-left:31px}.vm-text-field__input:disabled{background-color:inherit;color:inherit}.vm-text-field__input:disabled:hover{border-color:var(--color-text-disabled)}.vm-text-field__icon-start,.vm-text-field__icon-end{max-width:15px;height:36px;color:var(--color-text-secondary);justify-content:center;align-items:center;display:flex;position:absolute;top:0;left:12px}.vm-text-field__icon-end{left:auto;right:12px}.vm-text-field__controls-info{color:var(--color-text-secondary);opacity:.8;font-size:12px;position:absolute;bottom:8px;right:12px}.vm-stream-context-page{position:relative}.vm-steam-context_modal{min-width:90vw;max-width:90vw;min-height:220px}.vm-steam-context_modal .vm-steam-context__target-row{top:100px}.vm-steam-context__target-row{z-index:1;background-color:#1a90ff26;border-radius:4px;position:sticky;top:59px;bottom:0}.vm-steam-context__target-row .vm-group-logs-row-content{background-color:#c9e3f6;border-radius:4px;padding-block:8px}.vm-steam-context__target-row .vm-group-logs-row-content:hover{background-color:#c9e3f6}.vm-steam-context__target-row .vm-group-logs-row-content_dark{background-color:var(--color-background-body);opacity:.8}.vm-steam-context__target-row .vm-group-logs-row-content_dark:hover{background-color:var(--color-background-body);opacity:1}.vm-steam-context__error{padding-top:12px}.vm-steam-context__load-more{justify-content:center;align-items:center;padding:12px;display:flex}.vm-steam-context__load-more button{text-transform:none}.vm-steam-context-header{border-bottom:var(--border-width) var(--border-style) var(--border-color);background-color:var(--color-background-block);z-index:1;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:16px;margin:-12px -12px 0;padding:12px;display:flex;position:sticky;top:0}.vm-steam-context-header_page{border-top:var(--border-width) var(--border-style) var(--border-color)}.vm-steam-context-header-title{gap:8px;display:grid}.vm-steam-context-header-streams{flex-wrap:wrap;flex-grow:1;justify-content:flex-start;align-items:center;gap:4px;font-size:12px;display:flex}.vm-steam-context-header__link button{text-transform:none}.vm-steam-context_modal .vm-steam-context-header{top:41px}.vm-autocomplete{align-items:stretch;display:flex}.vm-autocomplete-base-panel{flex-grow:1}.vm-autocomplete__no-options{text-align:center;color:var(--color-text-secondary);padding:12px;font-style:italic}.vm-autocomplete__loader{color:var(--color-text-secondary);z-index:2;pointer-events:none;grid-template-columns:14px auto;justify-content:center;align-items:center;gap:8px;padding:12px;display:grid}.vm-autocomplete__loader svg{animation:1s linear infinite vm-spinner-animation}.vm-autocomplete__warning{background-color:var(--color-background-block);border-top:var(--border-width) var(--border-style) var(--border-color);color:var(--color-warning);padding:12px;font-size:12px;position:relative}.vm-autocomplete__warning:after{content:"";background:var(--color-warning);opacity:.1;width:100%;height:100%;position:absolute;top:0;left:0}@keyframes vm-spinner-animation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vm-autocomplete-details-panel{background-color:var(--color-background-block);border-left:var(--border-width) var(--border-style) var(--border-color);overflow-wrap:anywhere;min-width:360px;max-width:420px;padding:12px}.vm-autocomplete-details-panel__type{color:var(--color-text-secondary);margin-bottom:8px}.vm-autocomplete-details-panel__description{overscroll-behavior:none;max-height:260px;font-size:12px;overflow:auto}.vm-autocomplete-list{overscroll-behavior:none;min-width:100px;max-height:300px;position:relative;overflow:auto}.vm-autocomplete-list_mobile{width:100vw}.vm-select-input{cursor:pointer;border:var(--border-width) var(--border-style) var(--border-color);border-radius:8px;align-items:center;min-height:36px;padding:8px 0 8px 12px;display:flex;position:relative}.vm-select-input-content{flex-wrap:wrap;flex-grow:1;justify-content:flex-start;align-items:center;gap:8px;display:flex}.vm-select-input-content_mobile{flex-wrap:nowrap}.vm-select-input-content__counter{font-size:14px;line-height:14px}.vm-select-input-content__selected{background-color:var(--color-hover-black);border-radius:4px;justify-content:center;align-items:center;max-width:100%;padding:2px 2px 2px 8px;font-size:12px;line-height:14px;display:inline-flex}.vm-select-input-content__selected span{text-overflow:ellipsis;width:100%;overflow:hidden}.vm-select-input-content__selected svg{background-color:#0000;border-radius:4px;justify-content:center;align-items:center;width:20px;margin-left:10px;padding:4px;transition:background-color .2s ease-in-out;display:flex}.vm-select-input-content__selected svg:hover{background-color:#110f0f1a}.vm-select-input input{z-index:2;width:100%;height:18px;color:var(--color-text);background-color:#0000;border:none;border-radius:4px;flex-grow:1;padding:0;font-size:14px;line-height:18px;display:inline-block;position:relative}.vm-select-input input:placeholder-shown{width:auto}.vm-select-input__icon{color:var(--color-text-secondary);border-right:var(--border-width) var(--border-style) var(--border-color);cursor:pointer;justify-content:flex-end;align-items:center;padding:0 8px;transition:transform .2s ease-in,opacity .2s ease-in;display:inline-flex}.vm-select-input__icon:last-child{border:none}.vm-select-input__icon svg{width:14px}.vm-select-input__icon_open{transform:rotate(180deg)}.vm-select-input__icon:hover{opacity:.7}.vm-select-options{gap:8px;max-width:300px;max-height:208px;padding:12px;font-size:14px;display:grid;overflow:auto}.vm-select-options_mobile{max-width:100%;max-height:calc(var(--vh) * 100 - 70px);padding:0 12px 8px}.vm-select_disabled *{cursor:not-allowed}.vm-select_disabled .vm-select-input-content input{color:var(--color-text-disabled)}.vm-group-logs-configurator{gap:24px;max-width:600px;padding:12px 0;display:grid}.vm-group-logs-configurator-item{grid-template-columns:1fr 31px;justify-content:stretch;align-items:center;gap:0 8px;display:grid}.vm-group-logs-configurator-item__info{color:var(--color-text-secondary);grid-column:1/span 2;margin-top:8px;font-size:12px;line-height:130%}.vm-group-logs-configurator-item__info_input{margin-top:0}.vm-group-logs-configurator-button{position:relative}.vm-group-logs-configurator-button__marker{background-color:var(--color-secondary);border-radius:50%;width:5px;height:5px;position:absolute;top:6px;right:6px}.vm-group-logs-configurator__tooltip ul{list-style-position:inside}.vm-pagination{flex-wrap:wrap;justify-content:center;gap:8px;padding:12px 0;font-size:14px;display:flex;position:sticky;left:0}.vm-pagination_mobile{padding:12px 0}.vm-pagination__page{min-width:30px;height:30px;color:var(--color-text);cursor:pointer;border:1px solid #0000;border-radius:4px;justify-content:center;align-items:center;padding:0 8px;transition:background-color .3s;display:flex}.vm-pagination__page_active{background-color:var(--color-primary);color:var(--color-primary-text);pointer-events:none}.vm-pagination__page_disabled{cursor:default;pointer-events:none;color:var(--color-text-disabled)}.vm-pagination__page:hover{background-color:var(--color-hover-black)}.vm-pagination__arrow svg{max-width:14px;max-height:14px}.vm-pagination__arrow:disabled{color:var(--color-text-disabled);cursor:default;pointer-events:none}.vm-pagination__arrow_prev{transform:rotate(90deg)}.vm-pagination__arrow_next{transform:rotate(-90deg)}.vm-accordion-header{font-size:inherit;cursor:pointer;align-items:center;display:grid;position:relative}.vm-accordion-header__arrow{justify-content:center;align-items:center;transition:transform .2s ease-in-out;display:flex;position:absolute;top:auto;right:14px;transform:rotate(0)}.vm-accordion-header__arrow_open{transform:rotate(180deg)}.vm-accordion-header__arrow svg{width:14px;height:auto}.accordion-section{overflow:hidden}.vm-empty{min-height:120px;color:var(--color-text-secondary);text-align:center;justify-content:center;align-items:center;display:flex}.vm-table-view-settings__button{margin-right:8px}.vm-table-view-settings,.vm-table-view__settings-buttons{align-items:center;display:flex}.vm-table-settings-wrapper{background-color:var(--color-background-body);box-shadow:var(--box-shadow-popper);z-index:99;position:fixed;top:0;bottom:0;right:0}.vm-table-settings{overscroll-behavior:none;width:max(300px,30vw);height:100%;font-size:12px;overflow-y:auto}.vm-table-settings_mobile{width:100vw}.vm-table-settings-header{background-color:var(--color-background-body);border-bottom:var(--border-width) var(--border-style) var(--border-color);z-index:2;justify-content:space-between;align-items:center;padding:8px 12px;font-weight:700;display:flex;position:sticky;top:0}.vm-table-settings-section{padding-inline:8px;padding-top:8px;display:grid}.vm-table-settings-section:last-child{padding-bottom:8px}.vm-table-settings-section-search{align-items:center;gap:8px;display:flex}.vm-table-settings-section-search-help-tooltip-item{border-bottom:var(--border-width) var(--border-style) var(--border-color);grid-template-columns:80px 1fr;padding:4px 0;display:grid}.vm-table-settings-section-search-help-tooltip-item:last-child{border-bottom:none}.vm-table-settings-section-search-help-tooltip-item span:last-child{text-align:right}.vm-table-settings-section-header{background-color:var(--color-hover-black);text-overflow:ellipsis;white-space:nowrap;border-radius:8px;justify-content:flex-start;align-items:center;gap:8px;min-height:40px;padding:8px 12px;display:flex;overflow:hidden}.vm-table-settings-section-header__title{color:var(--color-text-secondary);text-overflow:ellipsis;white-space:nowrap;font-weight:700;overflow:hidden}.vm-table-settings-section-header__actions{flex-grow:1;justify-content:flex-end;align-items:center;gap:8px;display:flex}.vm-table-settings-section-list{table-layout:auto;border-collapse:collapse;width:100%;margin-block:2px}.vm-table-settings-section-list-cell{vertical-align:middle;box-sizing:content-box;height:30px;padding-block:2px;padding-inline:6px}.vm-table-settings-section-list-cell_stats,.vm-table-settings-section-list-cell_drag-handle,.vm-table-settings-section-list-cell_checkbox{width:1%}.vm-table-settings-section-list-cell_title{text-overflow:ellipsis;white-space:nowrap;width:fit-content;max-width:0;overflow:hidden}.vm-table-settings-section-list-cell_stats{color:var(--color-text-secondary);text-align:right;font-variant-numeric:tabular-nums;padding-right:12px}.vm-table-settings-section-list-cell:first-child:not(.vm-table-settings-section-list-cell__icon){padding-left:12px}.vm-table-settings-section-list-cell:first-child{border-radius:8px 0 0 8px}.vm-table-settings-section-list-cell:last-child{border-radius:0 8px 8px 0;padding-right:12px}.vm-table-settings-section-list-row{background-color:var(--color-background-body);cursor:pointer;will-change:transform;transition:transform 50ms linear;position:relative}.vm-table-settings-section-list-row_static{cursor:default}.vm-table-settings-section-list-row:hover:not(.vm-table-settings-section-list-row_static){background-color:var(--color-hover-black)}.vm-table-settings-section-list-row_dropping{transition:none}.vm-table-settings-section-list-row_dragging,.vm-table-settings-section-list-row_focus{outline-offset:-2px;z-index:2;outline:2px solid #1a90ff;position:relative}.vm-table-settings-section-list button.vm-grab-handle{cursor:grab}.vm-table-settings-section-list button.vm-grab-handle:active{cursor:grabbing}.vm-drag-resize-handle{cursor:col-resize;will-change:transform;z-index:10;justify-content:center;align-items:flex-start;min-width:20px;max-width:20px;min-height:100%;display:flex;position:absolute;top:0;right:-10px}.vm-drag-resize-handle_revert{left:-10px;right:auto}.vm-drag-resize-handle:after{content:"";width:4px;height:100%;transition:background-color .2s;position:absolute;top:0;left:auto;right:auto}.vm-drag-resize-handle_resizing:after,.vm-drag-resize-handle:hover:after{background-color:#1a90ff66}.vm-drag-resize-overlay{cursor:col-resize;z-index:9999;width:100%;height:100%;position:absolute;top:0;left:0}.vm-checkbox{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:flex-start;align-items:center;display:flex}.vm-checkbox_small .vm-checkbox-track{border-radius:4px;width:12px;height:12px;padding:2px}.vm-checkbox_small .vm-checkbox-track__thumb{width:8px;height:8px}.vm-checkbox_small .vm-checkbox-track__thumb svg{width:8px}.vm-checkbox_small .vm-checkbox__label{margin-left:8px}.vm-checkbox_medium .vm-checkbox-track{border-radius:4px;width:14px;height:14px;padding:2px}.vm-checkbox_medium .vm-checkbox-track__thumb{width:10px;height:10px}.vm-checkbox_medium .vm-checkbox-track__thumb svg{width:10px}.vm-checkbox_medium .vm-checkbox__label{margin-left:8px}.vm-checkbox_large .vm-checkbox-track{border-radius:4px;width:16px;height:16px;padding:3px}.vm-checkbox_large .vm-checkbox-track__thumb{width:10px;height:10px}.vm-checkbox_large .vm-checkbox-track__thumb svg{width:10px}.vm-checkbox_large .vm-checkbox__label{margin-left:8px}.vm-checkbox_disabled{opacity:.6;cursor:default}.vm-checkbox_secondary_active .vm-checkbox-track{background-color:var(--color-secondary)}.vm-checkbox_secondary .vm-checkbox-track{border:1px solid var(--color-secondary)}.vm-checkbox_primary_active .vm-checkbox-track{background-color:var(--color-primary)}.vm-checkbox_primary .vm-checkbox-track{border:1px solid var(--color-primary)}.vm-checkbox_gray_active .vm-checkbox-track{background-color:var(--border-color);border-color:#0000!important}.vm-checkbox_gray .vm-checkbox-track{border:1px solid var(--border-color)}.vm-checkbox_inherit .vm-checkbox-track{background-color:currentColor}.vm-checkbox_active .vm-checkbox-track__thumb{transform:scale(1)}.vm-checkbox:hover .vm-checkbox-track{opacity:.8}.vm-checkbox-track{background-color:#0000;justify-content:center;align-items:center;transition:background-color .2s,opacity .3s ease-out;display:flex;position:relative}.vm-checkbox-track__thumb{color:#fff;justify-content:center;align-items:center;transition:transform .1s ease-in-out;display:grid;transform:scale(0)}.vm-checkbox__label{white-space:nowrap;font-size:inherit;color:inherit;transition:color .2s}.vm-table-sort-button{justify-content:center;align-items:center;width:16px;transition:transform .2s ease-in;display:flex;transform:scale(0)}.vm-table-sort-button_sorted{transform:scale(1)}.vm-table-sort-button_desc{transform:scale(-1)}.vm-table-header-menu{flex-grow:1;justify-content:flex-end;align-items:center;display:flex}.vm-table-cell-header{text-align:left;overflow-wrap:normal;background-color:var(--color-background-block);vertical-align:middle;height:36px;color:var(--color-text-secondary);position:relative}.vm-table-cell-header_sortable{cursor:pointer}.vm-table-cell-header_sortable:hover{background-color:var(--color-hover-black)}.vm-table-cell-header_dropping{transition:none}.vm-table-cell-header_draggable{cursor:grab}.vm-table-cell-header_dragging{outline-offset:-2px;z-index:2;cursor:grabbing;outline:2px solid #1a90ff;position:relative}.vm-table-cell-header_insert:after{content:"";background-color:#1a90ff;width:4px;height:100%;position:absolute;top:0;bottom:0}.vm-table-cell-header_insert_left:after{left:0}.vm-table-cell-header_insert_right:after{right:0}.vm-table-cell-header_number .vm-table-cell-header__title,.vm-table-cell-header_right .vm-table-cell-header__title{text-align:right}.vm-table-cell-header_number .vm-table-cell-header-content,.vm-table-cell-header_right .vm-table-cell-header-content{justify-content:flex-end}.vm-table-cell-header__title{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.vm-table-cell-header-content{justify-content:flex-start;align-items:center;gap:8px;height:100%;display:flex}.vm-table-cell{border-bottom:var(--border-width) var(--border-style) var(--border-color);vertical-align:top;overflow-wrap:anywhere;font-variant-numeric:tabular-nums;width:fit-content;padding:4px 8px;line-height:1.4;transition:background-color .2s}.vm-table-cell_empty{pointer-events:none;width:auto;padding:0}.vm-table-cell_right{text-align:right}.vm-table-cell_number{text-align:right;white-space:nowrap}.vm-table-cell_no-padding{padding:0}.vm-table-cell_actions{width:24px;min-width:24px;max-width:24px}.vm-table-cell_wrapped,.vm-table-cell_wrapped .vm-table-cell__content{white-space:normal}.vm-table-cell_full{width:100%}.vm-table-cell__content{white-space:nowrap;text-overflow:ellipsis;max-width:30vw;overflow:hidden}.vm-table-row{background-color:var(--color-background-block);transition:background-color .2s}.vm-table-row:hover:not(.vm-table-row_header){background-color:var(--color-hover-black)}.vm-table-row_header{z-index:2;position:relative}.vm-table-row_clickable{cursor:pointer}.vm-table-row_clickable:hover{background-color:var(--color-hover-black)}.vm-table-row_active{background-color:#1a90ff33;transition:background-color .2s}.vm-table-row_active:hover{background-color:#1a90ff4d!important}.vm-table{table-layout:auto;border-collapse:separate;border-spacing:0;background-color:var(--color-background-block);font-variant-numeric:lining-nums tabular-nums;width:100%;max-width:none}.vm-json-view__settings-container{flex-direction:row;align-items:center;display:flex}.vm-scroll-to-top-button{z-index:4;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s;position:fixed;bottom:20px;right:20px}.vm-scroll-to-top-button_visible{opacity:1;visibility:visible}.vm-scroll-to-top-button .vm-button{border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex;box-shadow:0 2px 5px #0003}.vm-live-tailing-view__settings{justify-content:space-between;align-items:center;gap:8px;width:100%;display:flex}.vm-live-tailing-view__settings-modal{min-width:300px;max-width:500px}.vm-live-tailing-view__settings-modal-item{flex-direction:column;gap:8px;display:flex}.vm-live-tailing-view__settings-modal-item-info{color:var(--color-text-secondary);font-size:12px;line-height:130%}.vm-live-tailing-view__settings-buttons{align-items:center;display:flex}.vm-live-tailing-view__container{width:100%;height:100%;min-height:calc(100vh - 120px);padding-bottom:12px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,Liberation Mono,Courier New,monospace;transition:min-height .3s;overflow:auto}.vm-live-tailing-view__empty{height:100%;color:var(--color-text-secondary);justify-content:center;align-items:center;display:flex}.vm-live-tailing-view__error{height:100%;color:var(--color-error);justify-content:center;align-items:center;display:flex}.vm-live-tailing-view__logs .vm-group-logs-row{animation:1s ease-out forwards highlight-fade}.vm-live-tailing-view__log-row{margin-top:8px}@keyframes highlight-fade{0%{background-color:#c9e3f6}to{background-color:var(--color-background-block)}}.vm-download-logs{gap:24px;width:clamp(200px,50vw,600px);padding:0 8px 8px;display:grid}.vm-download-logs-section{grid-template-columns:1fr 120px;gap:0 8px;display:grid}.vm-download-logs-query{grid-column:span 2}.vm-download-logs-filename{align-items:flex-end;gap:8px;display:flex}.vm-download-logs-extension{margin-block:6px}.vm-download-logs__description{color:var(--color-text-secondary);grid-column:1/span 2;margin-top:8px;font-size:12px;line-height:130%}.vm-download-logs-footer{justify-content:flex-end;align-items:center;gap:8px;width:100%;padding-top:12px;display:flex}.vm-query-page-header{flex-direction:column;gap:8px;display:flex}.vm-query-page-header-top{grid-template-columns:minmax(200px,1fr) minmax(auto,200px);justify-content:center;align-items:flex-start;gap:8px;margin-bottom:-6px;display:grid}.vm-query-page-header-bottom{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.vm-query-page-header-bottom-contols{flex-wrap:wrap;flex-grow:1;justify-content:flex-start;align-items:center;gap:8px;display:flex}.vm-query-page-header-bottom-execute{display:grid;position:relative}.vm-query-page-header-bottom-execute__text{position:absolute}.vm-query-page-header-bottom-execute__text_hidden{visibility:hidden;position:relative}.vm-query-page-header-bottom-helpful{flex-wrap:wrap;justify-content:center;align-items:center;display:flex}.vm-query-editor{position:relative}.vm-query-editor .marker-detection{pointer-events:none;z-index:-9999;visibility:hidden;position:absolute;top:0;left:0}.vm-query-editor-help-tooltip-item{border-bottom:var(--border-width) var(--border-style) var(--border-color);grid-template-columns:80px 1fr;padding:4px 0;display:grid}.vm-query-editor-help-tooltip-item:last-child{border-bottom:none}.vm-query-editor-help-tooltip-item span:last-child{text-align:right}.vm-query-history{min-width:500px;max-width:80vw}.vm-query-history_mobile{min-width:100vw;max-width:100vw}.vm-query-history__tabs{border-bottom:var(--border-width) var(--border-style) var(--border-color);margin:-12px -12px 0;padding:0 8px}.vm-query-history__tabs_mobile{margin:-12px -12px 0}.vm-query-history-list{align-items:flex-start;display:grid}.vm-query-history-list__group-title{margin:0 -12px;padding:12px 12px 8px;font-weight:700}.vm-query-history-list__group-title_first{padding-top:12px}.vm-query-history-list__no-data{color:var(--color-text-secondary);text-align:center;white-space:pre-line;justify-content:center;align-items:center;padding:16px 12px;line-height:18px;display:flex}.vm-query-history-item{border-bottom:var(--border-width) var(--border-style) var(--border-color);grid-template-columns:1fr auto;align-items:center;gap:8px;margin:0 -12px;padding:8px 12px;display:grid}.vm-query-history-item__value{white-space:pre-wrap;overflow-wrap:anywhere;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,Liberation Mono,Courier New,monospace}.vm-query-history-item__buttons{display:flex}.vm-query-history-footer{justify-content:flex-end;padding-top:12px;display:flex}.vm-query-examples{grid-template-columns:minmax(200px,auto) 1fr;gap:6px 12px;width:clamp(300px,80vw,1200px);padding-bottom:6px;font-size:12px;line-height:1.3;display:grid}.vm-query-examples__mobile{grid-template-columns:1fr;width:100%}.vm-query-examples__mobile .vm-query-examples-content{grid-template-columns:1fr;height:100%}.vm-query-examples__mobile .vm-query-examples-header{grid-column:1}.vm-query-examples-header{grid-column:span 2}.vm-query-examples-header__title{padding-inline:8px;font-size:14px;font-weight:500}.vm-query-examples__title{padding-bottom:8px;color:var(--color-text-disabled);padding-inline:8px;font-size:14px;font-weight:500}.vm-query-examples__no-results{color:var(--color-text-disabled);padding-inline:8px}.vm-query-examples-nav{grid-auto-rows:min-content;gap:4px;display:grid}.vm-query-examples-nav-item{cursor:pointer;border-radius:8px;padding-block:6px;padding-inline:12px;font-size:14px;font-weight:500;transition:background-color .1s ease-in;position:relative}.vm-query-examples-nav-item:after{content:"";opacity:0;background:#1a90ff;border-radius:8px 0 0 8px;width:3px;transition:opacity .1s ease-in;position:absolute;top:0;bottom:0;left:0}.vm-query-examples-nav-item_active{color:#1a90ff;background-color:#1a90ff1a}.vm-query-examples-nav-item_active:after{opacity:1}.vm-query-examples-nav-item:hover:not(.vm-query-examples-nav-item_active){background:#1a90ff1a}.vm-query-examples-nav-item:hover:not(.vm-query-examples-nav-item_active):after{opacity:.4}.vm-query-examples-content{grid-template-columns:repeat(auto-fill,minmax(400px,1fr));grid-auto-rows:min-content;align-items:flex-start;gap:8px;height:60vh;display:grid;overflow:auto}.vm-query-examples-content-item{border:var(--border-width) var(--border-style) var(--border-color);border-radius:8px;flex-direction:column;gap:12px;height:100%;padding:12px;display:flex;position:relative}.vm-query-examples-content-item-header{gap:4px;display:grid}.vm-query-examples-content-item-header-controls{align-items:center;display:flex;position:absolute;top:6px;right:6px}.vm-query-examples-content-item-header__title{font-weight:600}.vm-query-examples-content-item-header__description{color:var(--color-text-secondary)}.vm-query-examples-content-item-code{grid-template-columns:1fr;align-items:flex-start;gap:4px;display:grid}.vm-query-examples-content-item-code__label{color:var(--color-text-secondary)}.vm-query-examples-content-item-controls{flex-grow:1;justify-content:flex-end;align-items:flex-start;gap:8px;display:flex}.vm-code-example{white-space:pre-wrap;background-color:var(--color-hover-black);color:var(--color-text);font-size:inherit;border-radius:8px;padding-block:8px;padding-inline:12px 36px;line-height:1.4;display:block;position:relative;overflow:auto}.vm-code-example:hover .vm-code-example__copy{opacity:1}.vm-code-example__copy{opacity:1;transition:opacity .1s;position:absolute;top:4px;right:4px}.vm-query-page{grid-template-columns:1fr;justify-content:flex-start;gap:12px;min-height:100%;display:grid}.vm-query-page_with-sidebar{grid-template-columns:auto 1fr}.vm-query-page-content{flex-direction:column;gap:12px;min-width:0;display:flex}.vm-query-page-chart{justify-content:center;align-items:center;display:flex;position:relative;padding:0 0 0 8px!important}.vm-query-page-chart__empty{margin-block:8px;z-index:2;margin-left:8px;margin-right:16px}.vm-bar-hits-chart{width:100%;height:200px;position:relative}.vm-bar-hits-chart__wrapper{flex-direction:column;width:100%;height:100%;display:flex}.vm-bar-hits-chart_panning{pointer-events:none}.vm-bar-hits-chart-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding:8px;display:flex}.vm-bar-hits-options{z-index:2;flex-wrap:wrap;flex-grow:1;justify-content:flex-end;align-items:center;display:flex}.vm-bar-hits-options__hidden-info{color:var(--color-text-secondary);flex-grow:1;justify-content:space-between;align-items:center;font-size:12px;display:flex}.vm-bar-hits-options_selections{flex-wrap:wrap;flex-grow:1;justify-content:flex-start;gap:8px;display:flex}.vm-bar-hits-options-item_switch{padding-right:12px}.vm-bar-hits-options_mobile{gap:0}.vm-bar-hits-options_mobile .vm-select-limits-button{height:100%}.vm-bar-hits-options_mobile .vm-bar-hits-options-item{border-bottom:var(--border-width) var(--border-style) var(--border-color);width:100%;padding:12px 0}.vm-bar-hits-options_mobile .vm-bar-hits-options_selections{gap:0;width:100%}.vm-bar-hits-options_mobile .vm-bar-hits-options_selections>.vm-bar-hits-options-item{padding:0}.vm-bar-hits-options_mobile .vm-select-limits-button{border:none;justify-content:flex-start;padding:12px 0}.vm-shortcuts{min-width:400px}@media (width<=500px){.vm-shortcuts{min-width:100%}}.vm-shortcuts-section{border-bottom:var(--border-width) var(--border-style) var(--border-color);margin-bottom:12px;padding-bottom:12px;position:relative}.vm-shortcuts-section__title{margin-bottom:12px;font-weight:700;line-height:24px}.vm-shortcuts-section-list{gap:12px;display:grid}@media (width<=500px){.vm-shortcuts-section-list{gap:12px}}.vm-shortcuts-section-list-item{grid-template-columns:210px 1fr;align-items:center;gap:8px;display:grid}@media (width<=500px){.vm-shortcuts-section-list-item{grid-template-columns:1fr}}.vm-shortcuts-section-list-item__key{align-items:center;gap:4px;display:flex}.vm-shortcuts-section-list-item__key svg,.vm-shortcuts-section-list-item__key code{color:var(--color-text);text-align:center;background-color:var(--color-background-body);border:var(--border-width) var(--border-style) var(--border-color);text-transform:capitalize;background-repeat:repeat-x;border-radius:4px;padding:2px 8px 0;font-size:12px;line-height:2;display:inline-block}.vm-shortcuts-section-list-item__key svg{width:24px;color:var(--color-primary);padding:4px}.vm-shortcuts-section-list-item__description{font-size:14px}.vm-bar-hits-tooltip{opacity:1;pointer-events:auto;gap:8px}.vm-bar-hits-tooltip-item{grid-template-columns:1fr auto;align-items:center;gap:12px;max-width:100%;display:grid}.vm-bar-hits-tooltip-item__label{text-overflow:ellipsis;white-space:nowrap;display:inline-block;overflow:hidden}.vm-bar-hits-tooltip__date{white-space:nowrap}.vm-bar-hits-tooltip-tips{text-transform:lowercase;font-size:12px;font-style:italic}.vm-chart-tooltip{background:var(--color-background-tooltip);color:#fff;word-wrap:break-word;z-index:98;-webkit-user-select:text;user-select:text;pointer-events:none;border-radius:8px;gap:12px;width:370px;padding:12px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,Liberation Mono,Courier New,monospace;font-size:12px;font-weight:400;line-height:150%;display:grid;position:absolute}.vm-chart-tooltip_hits{white-space:pre-wrap;word-break:break-all;width:auto;max-width:33.3333vw}.vm-chart-tooltip_hits .vm-chart-tooltip-data{grid-template-columns:14px 1fr;display:grid}.vm-chart-tooltip_sticky{pointer-events:auto;z-index:99}.vm-chart-tooltip_moved{margin-top:-24.5px;margin-left:-316.5px;position:fixed}.vm-chart-tooltip-header{grid-template-columns:1fr 25px 25px;justify-content:center;align-items:center;gap:8px;min-height:25px;display:grid}.vm-chart-tooltip-header__title{grid-row:1}.vm-chart-tooltip-header__close{color:#fff;grid-area:1/3}.vm-chart-tooltip-header__drag{color:#fff;cursor:move;grid-area:1/2}.vm-chart-tooltip-header__date{grid-column:1;gap:2px;display:grid}.vm-chart-tooltip-data{justify-content:flex-start;align-items:center;gap:8px;display:flex}.vm-chart-tooltip-data_margin-bottom{margin-bottom:12px}.vm-chart-tooltip-data_margin-top{margin-top:12px}.vm-chart-tooltip-data__marker{border:1px solid #ffffff80;width:14px;min-width:14px;max-width:14px;height:14px}.vm-chart-tooltip-data__marker_tranparent{opacity:0}.vm-chart-tooltip-data__value{font-size:14px;line-height:1}.vm-chart-tooltip-stats{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:8px 12px;display:flex}.vm-chart-tooltip-stats-row{justify-content:flex-start;align-items:center;display:grid}.vm-chart-tooltip-stats-row:not(:last-child){padding-right:8px}.vm-chart-tooltip-stats-row__key{margin-right:4px;line-height:1}.vm-chart-tooltip-stats-row__value{font-weight:700}.vm-chart-tooltip__info{word-break:break-all;white-space:pre-wrap}.vm-bar-hits-legend{color:var(--color-text);flex-wrap:wrap;gap:2px;padding:0 8px 8px;display:flex}.vm-bar-hits-legend-item{cursor:pointer;border-radius:4px;align-items:center;gap:4px;max-width:calc(50% - 2px);padding-left:5px;font-size:12px;transition:all .2s;display:flex}.vm-bar-hits-legend-item_active,.vm-bar-hits-legend-item:hover{background-color:#0000000d}.vm-bar-hits-legend-item:hover .vm-bar-hits-legend-item__actions{transform:scale(1)}.vm-bar-hits-legend-item_hide{opacity:.5;text-decoration:line-through}.vm-bar-hits-legend-item__marker{border:var(--color-background-block);min-width:14px;max-width:14px;height:14px}.vm-bar-hits-legend-item__label{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.vm-bar-hits-legend-item__total{color:var(--color-text-secondary);grid-column:2}.vm-bar-hits-legend-item__actions{transition:transform .2s ease-in;transform:scale(0)}.vm-legend{cursor:default;flex-direction:column;width:100%;display:flex;position:relative}.vm-legend-group{width:100%;min-width:23%;margin:0 12px 12px 0}.vm-legend-group-header{border-bottom:var(--border-width) var(--border-style) var(--border-color);align-items:center;gap:8px;margin-bottom:1px;padding:8px;font-size:12px;display:grid}.vm-legend-group-header-title{color:var(--color-text-secondary);align-items:center;gap:8px;display:flex}.vm-legend-group-header-title b{color:var(--color-text)}.vm-legend-group-header-labels{color:var(--color-text-secondary);flex-wrap:wrap;gap:8px;display:flex}.vm-legend-group-header-labels__item{color:var(--color-text);cursor:pointer}.vm-legend-group-header-labels__item:hover{text-decoration:underline}.vm-legend-group-header-labels__item:not(:last-child):after{content:","}.vm-legend-hits-menu{z-index:1;min-width:160px;padding-inline:8px;font-size:12px}.vm-legend-hits-menu_submenu{background-color:var(--color-background-block);box-shadow:var(--box-shadow-popper);transform-origin:0 0;border-radius:4px;animation:.15s cubic-bezier(.28,.84,.2,1) vm-submenu-show;position:absolute;top:-8px;left:calc(100% + 4px)}.vm-legend-hits-menu_submenu_left{transform-origin:100% 0;left:auto;right:calc(100% + 4px)}.vm-legend-hits-menu-section{border-bottom:var(--border-width) var(--border-style) var(--border-color);padding-block:8px}.vm-legend-hits-menu-section:last-child{border-bottom:none}.vm-legend-hits-menu-section_info{font-size:12px;font-style:italic;font-weight:500}.vm-legend-hits-menu-row{color:var(--color-text);border-radius:4px;justify-content:flex-start;align-items:center;gap:8px;padding:0 12px;transition:background-color .3s;display:flex;position:relative}.vm-legend-hits-menu-row_interactive{cursor:pointer}.vm-legend-hits-menu-row_interactive:hover{background-color:var(--color-hover-black)}.vm-legend-hits-menu-row__icon{width:14px;height:14px;color:var(--color-text-secondary);justify-content:center;align-items:center;display:flex}.vm-legend-hits-menu-row__icon_drop{transform:rotate(-90deg)}.vm-legend-hits-menu-row__title{white-space:nowrap;text-overflow:ellipsis;flex-grow:1;max-width:400px;padding:8px 0;position:relative;overflow:hidden}.vm-legend-hits-menu-row__shortcut{color:var(--color-text-secondary);white-space:nowrap;font-size:12px}.vm-legend-hits-menu-other-list{width:80vw;height:80vh;overflow:auto}.vm-legend-hits-menu-other-list__search{background-color:var(--color-background-block);border-bottom:var(--border-width) var(--border-style) var(--border-color);z-index:2;padding:8px 0;position:sticky;top:0}.vm-legend-hits-menu-other-list-row{border-bottom:var(--border-width) var(--border-style) var(--border-color)}.vm-legend-hits-menu-other-list-row_header{background-color:var(--color-background-block);z-index:1;border-bottom:none;width:100%;position:sticky;top:65px}.vm-legend-hits-menu-other-list-row_header:after{content:"";border-bottom:var(--border-width) var(--border-style) var(--border-color);width:100%;height:1px;position:absolute;bottom:0;left:0}.vm-legend-hits-menu-other-list-cell{text-align:left;padding:4px 0}.vm-legend-hits-menu-other-list-cell_header{padding:8px;font-weight:500}.vm-legend-hits-menu-other-list-cell_number{text-align:right;font-variant-numeric:tabular-nums;padding:8px}.vm-legend-hits-menu-other-list-cell_fields{width:100%}.vm-legend-hits-menu-other-list-fields{flex-wrap:wrap;justify-content:flex-start;align-items:center;display:flex}.vm-legend-hits-menu-other-list-fields__field{border-radius:4px;padding:4px 8px;transition:background-color .3s}.vm-legend-hits-menu-other-list-fields__field:hover{background-color:var(--color-hover-black)}.vm-legend-hits-menu-other-list-fields__field:not(:last-child):after{content:","}.vm-legend-hits-menu-other-list-actions{justify-content:center;align-items:center;display:flex}@keyframes vm-submenu-show{0%{opacity:0}to{opacity:1}}.vm-bar-hits-stats{align-items:center;gap:8px;display:flex}.vm-bar-hits-stats__item{background-color:var(--color-hover-black);min-height:24px;color:var(--color-text-secondary);border-radius:4px;justify-content:center;align-items:center;gap:4px;padding:2px 8px;font-size:12px;display:flex}.vm-logs-limit-modal{gap:16px;padding:8px;display:grid}.vm-logs-limit-modal-text{line-height:1.3}.vm-logs-limit-modal-download{padding-block:8px}.vm-logs-limit-modal-footer{justify-content:space-between;align-items:center;gap:64px;display:flex}.vm-logs-limit-modal-footer__actions{justify-content:flex-end;align-items:center;gap:8px;width:100%;display:flex}.vm-filter-sidebar-field{border:var(--border-width) var(--border-style) transparent;border-radius:8px;height:100%;font-size:12px;position:relative;overflow:hidden}.vm-filter-sidebar-field_open{border-color:var(--border-color)}.vm-filter-sidebar-field_open>.vm-filter-sidebar-field-header{background-color:var(--color-hover-black)}.vm-filter-sidebar-field_empty>.vm-filter-sidebar-field-header{color:var(--color-text-secondary)}.vm-filter-sidebar-field-header{cursor:pointer;justify-content:center;align-items:center;min-height:28px;padding-inline:0 8px;transition:background-color .2s ease-in;display:flex;position:relative}.vm-filter-sidebar-field-header:hover{background-color:var(--color-hover-black)}.vm-filter-sidebar-field__checkbox{padding:8px;transition:background-color .2s ease-in}.vm-filter-sidebar-field__checkbox:hover{background-color:var(--color-hover-black)}.vm-filter-sidebar-field-label{text-overflow:ellipsis;white-space:nowrap;flex-grow:1;overflow:hidden}.vm-filter-sidebar-field-label__title{line-height:2}.vm-filter-sidebar-field-label__hits{color:var(--color-text-secondary)}.vm-filter-sidebar-field__badge{color:var(--color-text-secondary);background-color:var(--color-hover-black);border-radius:4px;margin-right:8px;padding:4px 8px;position:relative;overflow:hidden}.vm-filter-sidebar-field__arrow{color:var(--color-text-secondary);justify-content:center;align-items:center;transition:transform .2s;display:flex;transform:rotate(90deg)}.vm-filter-sidebar-field__arrow svg{width:14px}.vm-filter-sidebar-field__arrow_open{transform:rotate(0)}.vm-filter-sidebar-field-values{flex-direction:column;gap:2px;padding:4px;display:flex}.vm-filter-sidebar-alert{grid-template-columns:16px 1fr;align-items:center;gap:8px;padding:12px;font-size:12px;display:grid;position:relative}.vm-filter-sidebar-alert:before,.vm-filter-sidebar-alert:after{content:"";border-radius:8px;width:100%;height:100%;position:absolute;top:0;left:0}.vm-filter-sidebar-alert:after{opacity:.04}.vm-filter-sidebar-alert:before{opacity:.4;transform:translate(-1px,-1px)}.vm-filter-sidebar-alert__title{font-weight:500}.vm-filter-sidebar-alert__message{color:var(--color-text-secondary);grid-column:1/span 2;line-height:1.3}.vm-filter-sidebar-alert_info .vm-filter-sidebar-alert__icon{color:var(--color-info)}.vm-filter-sidebar-alert_info:after{background-color:var(--color-info)}.vm-filter-sidebar-alert_info:before{border:1px solid var(--color-info)}.vm-filter-sidebar-alert_warning .vm-filter-sidebar-alert__icon{color:var(--color-warning)}.vm-filter-sidebar-alert_warning:after{background-color:var(--color-warning)}.vm-filter-sidebar-alert_warning:before{border:1px solid var(--color-warning)}.vm-filter-sidebar-alert_error .vm-filter-sidebar-alert__icon{color:var(--color-error)}.vm-filter-sidebar-alert_error:after{background-color:var(--color-error)}.vm-filter-sidebar-alert_error:before{border:1px solid var(--color-error)}.vm-filter-sidebar-value{cursor:pointer;border-radius:4px;justify-content:flex-start;align-items:center;gap:8px;min-height:28px;padding-block:4px;padding-inline:8px;display:flex}.vm-filter-sidebar-value:hover{background-color:var(--color-hover-black)}.vm-filter-sidebar-value_empty{color:var(--color-text-secondary)}.vm-filter-sidebar-value__title{text-overflow:ellipsis;white-space:nowrap;flex-grow:1;overflow:hidden}.vm-filter-sidebar-value__hits{color:var(--color-text-secondary)}.vm-filter-sidebar{background-color:var(--color-background-block);width:clamp(300px,26vw,380px);max-width:50vw;height:100dvh;box-shadow:var(--box-shadow-popper);z-index:99;border-radius:8px;flex-direction:column;gap:4px;padding:8px;font-size:12px;display:flex;position:sticky;top:0}.vm-filter-sidebar_hidden{opacity:0;z-index:-1;pointer-events:none;position:absolute;left:-100vw}.vm-filter-sidebar_mobile{border-radius:0;width:100vw;max-width:none;position:fixed;top:0;left:0}.vm-filter-sidebar_mobile .vm-filter-sidebar-list{margin-right:0}.vm-filter-sidebar-header{padding-block:0;padding-inline:12px 8px}.vm-filter-sidebar-list{overscroll-behavior:none;scrollbar-gutter:stable;grid-auto-rows:min-content;gap:2px;height:100%;margin-right:-8px;display:grid;overflow:auto}.vm-filter-sidebar-actions{flex-grow:1;justify-content:flex-end;align-items:center;display:flex}.vm-extra-filters-panel{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:4px;font-size:12px;display:flex}.vm-extra-filters-panel-item{max-width:clamp(180px,50%,360px);color:var(--color-text-secondary);background-color:var(--color-hover-black);border-radius:6px;justify-content:center;align-items:center;gap:4px;padding-block:1px;padding-inline:8px 2px;display:flex}.vm-extra-filters-panel-item__tooltip{word-break:break-word;white-space:normal;max-width:calc(clamp(180px,24vw,360px) - 16px)}.vm-extra-filters-panel-item__label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.vm-extra-filters-panel-item__remove{color:var(--color-text-secondary);cursor:pointer;background-color:#0000;border-radius:6px;justify-content:center;align-items:center;padding:4px;display:flex}.vm-extra-filters-panel-item__remove:hover{background-color:var(--color-hover-black)}.vm-extra-filters-panel-item__remove svg{width:14px}.vm-header{z-index:99;flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:0 16px;min-height:51px;padding:8px 12px;display:flex}.vm-header_app{padding:8px 0}@media (width<=1000px){.vm-header{gap:8px;padding:8px;position:sticky;top:0}}.vm-header_sidebar{box-shadow:var(--color-background-body) 0 1px 1px 0px;grid-template-columns:40px auto 1fr;display:grid}.vm-header_mobile{grid-template-columns:33px 1fr 33px;justify-content:space-between;display:grid}.vm-header_dark .vm-header-button,.vm-header_dark button:before,.vm-header_dark button{background-color:var(--color-background-block)}.vm-header-logo{cursor:pointer;justify-content:flex-start;align-items:center;width:100%;min-width:75px;max-width:75px;margin-bottom:2px;display:flex;position:relative;overflow:hidden}.vm-header-logo svg{min-width:75px;max-width:75px}.vm-header-logo_mobile{min-width:75px;max-width:75px;margin:0 auto}.vm-header-nav{justify-content:flex-start;align-items:center;gap:12px;display:flex}.vm-header-nav_column{flex-direction:column;align-items:stretch;gap:8px}.vm-header-nav_column .vm-header-nav-item{padding:12px 0}.vm-header-nav_column .vm-header-nav-item_sub{justify-content:stretch}.vm-header-nav-item{opacity:1;cursor:pointer;text-transform:capitalize;padding:12px 8px;font-size:14px;font-weight:400;transition:opacity .2s ease-in;position:relative}.vm-header-nav-item_sub{cursor:default;grid-template-columns:auto 14px;justify-content:center;align-items:center;gap:4px;display:grid}.vm-header-nav-item:hover{opacity:.7}.vm-header-nav-item_active{border-bottom:2px solid #110f0f33}.vm-header-nav-item svg{transition:transform .2s ease-in;transform:rotate(0)}.vm-header-nav-item_open svg{transform:rotate(180deg)}.vm-header-nav-item-submenu{white-space:nowrap;color:#fff;opacity:1;transform-origin:top;border-radius:4px;padding:8px;display:grid}.vm-header-nav-item-submenu-item{cursor:pointer}.vm-menu-burger{cursor:pointer;width:18px;height:18px;transform-style:preserve-3d;background:0 0;border:none;outline:none;padding:0;position:relative}.vm-menu-burger:after{content:"";background-color:#110f0f1a;border-radius:50%;width:calc(100% + 12px);height:calc(100% + 12px);transition:transform .14s ease-in-out;position:absolute;top:-6px;left:-6px;transform:scale(0)translateZ(-2px)}.vm-menu-burger:hover:after{transform:scale(1)translateZ(-2px)}.vm-menu-burger span{border-top:2px solid #fff;transition:transform .3s,border-color .3s;display:block;top:50%;transform:translateY(-50%)}.vm-menu-burger span,.vm-menu-burger span:before,.vm-menu-burger span:after{border-radius:6px;width:100%;height:2px;position:absolute;left:0}.vm-menu-burger span:before,.vm-menu-burger span:after{content:"";background:#fff;animation-duration:.6s;animation-timing-function:cubic-bezier(.645,.045,.355,1);animation-fill-mode:forwards;top:0}.vm-menu-burger span:before{animation-name:topLineBurger}.vm-menu-burger span:after{animation-name:bottomLineBurger}.vm-menu-burger_opened span{border-color:#0000}.vm-menu-burger_opened span:before{animation-name:topLineCross}.vm-menu-burger_opened span:after{animation-name:bottomLineCross}@keyframes topLineCross{0%{transform:translateY(-7px)}50%{transform:translateY(0)}to{width:60%;transform:translateY(-2px)translate(30%)rotate(45deg)}}@keyframes bottomLineCross{0%{transform:translateY(3px)}50%{transform:translateY(0)}to{width:60%;transform:translateY(-2px)translate(30%)rotate(-45deg)}}@keyframes topLineBurger{0%{transform:translateY(0)rotate(45deg)}50%{transform:rotate(0)}to{transform:translateY(-7px)rotate(0)}}@keyframes bottomLineBurger{0%{transform:translateY(0)rotate(-45deg)}50%{transform:rotate(0)}to{transform:translateY(3px)rotate(0)}}.vm-header-sidebar{width:24px;height:24px;color:inherit;background-color:inherit}.vm-header-sidebar-button{justify-content:center;align-items:center;width:51px;height:51px;transition:left .35s cubic-bezier(.28,.84,.42,1);display:flex;position:absolute;top:0;left:0}.vm-header-sidebar-button_open{z-index:102;position:fixed;left:149px}.vm-header-sidebar-menu{background-color:inherit;z-index:101;transform-origin:0;width:200px;height:100%;box-shadow:var(--box-shadow-popper);grid-template-rows:1fr auto;gap:12px;padding:12px;transition:transform .3s cubic-bezier(.28,.84,.42,1);display:grid;position:fixed;top:0;left:0;transform:translate(-100%)}.vm-header-sidebar-menu_open{transform:translate(0)}.vm-header-sidebar-menu__logo{cursor:pointer;justify-content:flex-start;align-items:center;width:65px;display:flex;position:relative}.vm-header-sidebar-menu-settings{align-items:center;gap:8px;display:grid}.vm-header-controls{flex-grow:1;justify-content:flex-end;align-items:center;gap:8px;display:flex}.vm-header-controls_mobile{grid-template-columns:1fr;padding:0;display:grid}.vm-header-controls_mobile .vm-header-button{border:none}.vm-header-controls-modal{transform:scale(0)}.vm-header-controls-modal_open{transform:scale(1)}.vm-container{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;min-height:calc(var(--vh) * 100 - var(--scrollbar-height));flex-direction:column;display:flex}.vm-container_dark{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}.vm-container-body{background-color:var(--color-background-body);flex-grow:1;align-items:flex-start;min-height:100%;padding:12px;display:grid}.vm-container-body_mobile{padding:8px 0 0}@media (width<=768px){.vm-container-body{padding:8px 0 0}}.vm-container-body_app{background-color:#0000;padding:8px 0}.vm-footer{border-top:var(--border-width) var(--border-style) var(--border-color);color:var(--color-text-secondary);background:var(--color-background-body);flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;padding:12px;display:flex}@media (width<=768px){.vm-footer{gap:12px;padding:12px}}.vm-footer__link,.vm-footer__website{grid-template-columns:12px auto;justify-content:center;align-items:center;gap:6px;display:grid}.vm-footer__website{margin-right:12px}@media (width<=768px){.vm-footer__website{margin-right:0}}.vm-footer__link{grid-template-columns:14px auto}.vm-footer__version,.vm-footer__copyright{text-align:right;flex-grow:1}@media (width<=768px){.vm-footer__version,.vm-footer__copyright{text-align:center;width:100%;font-size:12px}}.vm-server-configurator{flex-direction:column;align-items:center;gap:16px;width:600px;padding-bottom:12px;display:flex}.vm-server-configurator_mobile{grid-auto-rows:min-content;align-items:flex-start;width:100%;height:100%}@media (width<=768px){.vm-server-configurator{width:100%}}.vm-server-configurator__input{width:100%}.vm-server-configurator__input_flex{align-items:flex-start;gap:12px;display:flex}.vm-server-configurator__title{grid-column:auto/span 2;justify-content:flex-start;align-items:center;margin-bottom:12px;font-size:14px;font-weight:700;display:flex}.vm-server-configurator__info{color:var(--color-text-secondary);padding-top:8px;font-size:12px;line-height:130%}.vm-server-configurator-url{align-items:flex-start;gap:8px;display:flex}.vm-server-configurator-url__button{margin-top:8px}.vm-server-configurator-footer{justify-content:flex-end;align-items:center;gap:8px;width:100%;display:flex}.vm-server-configurator_mobile .vm-server-configurator-footer{grid-template-columns:1fr 1fr;display:grid}.vm-timezones-item{cursor:pointer;justify-content:space-between;align-items:center;gap:8px;display:flex}.vm-timezones-item_selected{border:var(--border-width) var(--border-style) var(--border-color);border-radius:4px;padding:8px 12px}.vm-timezones-item__title{text-transform:capitalize;align-items:center;gap:8px;display:flex}.vm-timezones-item__title svg{width:14px;color:var(--color-warning)}.vm-timezones-item__utc{background-color:var(--color-hover-black);border-radius:4px;justify-content:center;align-items:center;padding:4px;display:inline-flex}.vm-timezones-item__icon{justify-content:flex-end;align-items:center;margin:0 0 0 auto;transition:transform .2s ease-in;display:inline-flex}.vm-timezones-item__icon svg{width:14px}.vm-timezones-item__icon_open{transform:rotate(180deg)}.vm-timezones-list{background-color:var(--color-background-block);border-radius:8px;max-height:300px;overflow:auto}.vm-timezones-list_mobile{max-height:calc(var(--vh) * 100 - 70px)}.vm-timezones-list_mobile .vm-timezones-list-header__search{padding:0 12px}.vm-timezones-list-header{background-color:var(--color-background-block);z-index:2;border-bottom:var(--border-width) var(--border-style) var(--border-color);position:sticky;top:0}.vm-timezones-list-header__search{padding:8px}.vm-timezones-list-group{border-bottom:var(--border-width) var(--border-style) var(--border-color);padding:8px 0}.vm-timezones-list-group:last-child{border-bottom:none}.vm-timezones-list-group__title{color:var(--color-text-secondary);padding:8px 12px;font-weight:700}.vm-timezones-list-group-options{align-items:flex-start;display:grid}.vm-timezones-list-group-options__item{padding:8px 12px;transition:background-color .2s}.vm-timezones-list-group-options__item:hover{background-color:#110f0f1a}.vm-theme-control__toggle{text-transform:capitalize;min-width:300px;display:inline-flex}.vm-theme-control_mobile .vm-theme-control__toggle{min-width:100%;display:flex}.vm-toggles{gap:3px;width:100%;display:grid;position:relative}.vm-toggles__label{color:var(--color-text-secondary);padding:0 12px;font-size:12px;line-height:1}.vm-toggles-group{justify-content:center;align-items:center;width:100%;display:grid;position:relative;overflow:hidden}.vm-toggles-group-item{border-right:var(--border-width) var(--border-style) var(--border-color);border-top:var(--border-width) var(--border-style) var(--border-color);border-bottom:var(--border-width) var(--border-style) var(--border-color);color:var(--color-text-secondary);cursor:pointer;text-align:center;z-index:2;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;padding:8px;font-size:12px;font-weight:700;transition:color .15s ease-in;display:grid;position:relative}.vm-toggles-group-item_first{border-left:var(--border-width) var(--border-style) var(--border-color);border-radius:16px 0 0 16px}.vm-toggles-group-item:last-child{border-left:none;border-radius:0 16px 16px 0}.vm-toggles-group-item_icon{grid-template-columns:14px auto;gap:4px}.vm-toggles-group-item:hover{color:var(--color-primary)}.vm-toggles-group-item_active{color:var(--color-primary);border-color:#0000}.vm-toggles-group-item_active:hover{background-color:#0000}.vm-toggles-group__highlight{background-color:rgba(var(--color-primary), .08);border:1px solid var(--color-primary);z-index:1;height:100%;transition:left .2s cubic-bezier(.28,.84,.42,1),border-radius .2s linear;position:absolute;top:0}.vm-time-duration{max-height:227px;font-size:14px;overflow:auto}.vm-time-duration_mobile{max-height:100%}.vm-time-selector{grid-template-columns:repeat(2,230px);padding:12px 0;display:grid}.vm-time-selector_mobile{width:100%;min-width:250px;max-height:calc(var(--vh) * 100 - 70px);grid-template-columns:1fr;overflow:auto}.vm-time-selector_mobile .vm-time-selector-left{border-right:none;border-bottom:var(--border-width) var(--border-style) var(--border-color);padding-bottom:12px}.vm-time-selector-left{border-right:var(--border-width) var(--border-style) var(--border-color);flex-direction:column;gap:8px;padding:0 12px;display:flex}.vm-time-selector-left-inputs{flex-grow:1;justify-content:stretch;align-items:flex-start;display:grid}.vm-time-selector-left-timezone{cursor:pointer;justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px;font-size:12px;display:flex}.vm-time-selector-left-timezone:hover{color:var(--color-primary);text-decoration:underline}.vm-time-selector-left-timezone__utc{background-color:var(--color-hover-black);border-radius:4px;justify-content:center;align-items:center;padding:4px;display:inline-flex}.vm-time-selector-left__controls{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.vm-time-selector-warning{color:var(--color-warning);border-bottom:var(--border-width) var(--border-style) var(--border-color);flex-direction:column;grid-column:1/span 2;gap:2px;margin-bottom:12px;padding:0 12px 12px;font-size:12px;line-height:1.3;display:flex}.vm-time-selector-warning__interactive{cursor:pointer;text-decoration:underline;transition:filter .2s}.vm-time-selector-warning__interactive:hover{filter:brightness(.8)}.vm-calendar{-webkit-user-select:none;user-select:none;background-color:var(--color-background-block);border-radius:8px;grid-template-rows:auto 1fr auto;padding:12px;font-size:14px;display:grid}.vm-calendar_mobile{padding:0 12px}.vm-calendar-header{grid-template-columns:1fr auto;justify-content:center;align-items:center;gap:12px;min-height:36px;padding-bottom:12px;display:grid}.vm-calendar-header-left{cursor:pointer;grid-template-columns:auto auto;justify-content:flex-start;align-items:center;gap:8px;transition:opacity .2s ease-in-out;display:grid}.vm-calendar-header-left:hover{opacity:.8}.vm-calendar-header-left__date{color:var(--color-text);font-size:14px;font-weight:700}.vm-calendar-header-left__select-year{justify-content:center;align-items:center;width:14px;height:14px;display:grid}.vm-calendar-header-right{grid-template-columns:18px 18px;justify-content:center;align-items:center;gap:8px;display:grid}.vm-calendar-header-right__prev,.vm-calendar-header-right__next{cursor:pointer;margin:-8px;padding:8px;transition:opacity .2s ease-in-out}.vm-calendar-header-right__prev:hover,.vm-calendar-header-right__next:hover{opacity:.8}.vm-calendar-header-right__prev{transform:rotate(90deg)}.vm-calendar-header-right__next{transform:rotate(-90deg)}.vm-calendar-body{grid-template-rows:repeat(7,32px);grid-template-columns:repeat(7,32px);justify-content:center;align-items:center;gap:2px;display:grid}@media (width<=500px){.vm-calendar-body{grid-template-rows:repeat(7,calc(14.2857vw - 5.14286px));grid-template-columns:repeat(7,calc(14.2857vw - 5.14286px))}}.vm-calendar-body-cell{text-align:center;border-radius:50%;justify-content:center;align-items:center;height:100%;display:flex}.vm-calendar-body-cell_weekday{color:var(--color-text-secondary)}.vm-calendar-body-cell_day{cursor:pointer;transition:color .2s,background-color .3s ease-in-out}.vm-calendar-body-cell_day:hover{background-color:var(--color-hover-black)}.vm-calendar-body-cell_day_empty{pointer-events:none}.vm-calendar-body-cell_day_active{background-color:var(--color-primary);color:#fff}.vm-calendar-body-cell_day_active:hover{background-color:var(--color-primary)}.vm-calendar-body-cell_day_today{border:1px solid var(--color-primary)}.vm-calendar-years{grid-template-columns:repeat(3,1fr);gap:8px;max-height:400px;display:grid;overflow:auto}.vm-calendar-years__year{cursor:pointer;border-radius:8px;justify-content:center;align-items:center;padding:8px 16px;transition:color .2s,background-color .3s ease-in-out;display:flex}.vm-calendar-years__year:hover{background-color:var(--color-hover-black)}.vm-calendar-years__year_selected{background-color:var(--color-primary);color:#fff}.vm-calendar-years__year_selected:hover{background-color:var(--color-primary)}.vm-calendar-years__year_today{border:1px solid var(--color-primary)}.vm-calendar-footer{justify-content:flex-end;align-items:center;display:flex}.vm-date-time-input{cursor:pointer;grid-template-columns:1fr;justify-content:center;align-items:center;gap:8px 0;margin-bottom:12px;transition:color .2s ease-in-out,border-bottom-color .3s;display:grid;position:relative}.vm-date-time-input:hover input{border-bottom-color:var(--color-primary)}.vm-date-time-input label{width:100%;color:var(--color-text-secondary);-webkit-user-select:none;user-select:none;grid-column:1/3;font-size:12px}.vm-date-time-input__icon{position:absolute;bottom:2px;right:0}.vm-date-time-input input{border-bottom:var(--border-width) var(--border-style) var(--border-color);color:var(--color-text);background:0 0;border-top:none;border-left:none;border-right:none;padding:0 0 8px}.vm-date-time-input input:focus{border-bottom-color:var(--color-primary)}.vm-date-time-input_error input{border-color:var(--color-error)}.vm-date-time-input_error input:focus{border-bottom-color:var(--color-error)}.vm-date-time-input__error-text{color:var(--color-error);font-size:12px;position:absolute;bottom:-12px;left:0}.vm-tenant-input{position:relative}.vm-tenant-input-list{overscroll-behavior:none;border-radius:8px;max-height:300px;overflow:auto}.vm-tenant-input-list_mobile{max-height:calc(var(--vh) * 100 - 70px)}.vm-tenant-input-list_mobile .vm-tenant-input-list__search{padding:0 12px 8px}.vm-tenant-input-list__fields{gap:4px;padding:12px;display:grid}.vm-tenant-input-list__search{background-color:var(--color-background-block);padding:8px 12px;position:sticky;top:0}.vm-tenant-input-list__buttons{justify-content:space-between;gap:8px;padding:8px;display:flex}.vm-execution-controls-buttons{border-radius:7px;justify-content:space-between;min-width:107px;display:flex}.vm-execution-controls-buttons_mobile{flex-direction:column;gap:12px;border:none!important}.vm-execution-controls-buttons__arrow{justify-content:center;align-items:center;transition:transform .2s ease-in-out;display:flex;transform:rotate(0)}.vm-execution-controls-buttons__arrow_open{transform:rotate(180deg)}.vm-execution-controls-list{width:124px;max-height:208px;padding:8px 0;font-size:14px;overflow:auto}.vm-execution-controls-list_mobile{width:100%;max-height:calc(var(--vh) * 100 - 70px);padding:0}.vm-storage-check h3{font-weight:700}.vm-storage-check p{margin-bottom:12px}.vm-filters-bar{background-color:var(--color-background-block);z-index:9;flex-wrap:wrap;align-items:center;gap:8px;display:flex;position:sticky;top:0}.vm-filters-bar_preview{padding:12px}.vm-filters-bar-title{color:var(--color-text-secondary);justify-content:start;align-items:center;gap:2px;display:grid}.vm-filters-bar-item{background-color:var(--color-hover-black);word-wrap:anywhere;width:auto;word-break:auto-phrase;border:1px solid #0000;border-radius:4px;align-items:center;gap:4px;padding-left:8px;font-size:12px;display:inline-flex;overflow:hidden}.vm-filters-bar-item_focusable{background-color:#1a90ff33}.vm-filters-bar__actions{flex-grow:1;justify-content:flex-end;align-items:flex-start;gap:8px;display:flex}.vm-filters-bar__info{width:100%;color:var(--color-text-secondary);font-size:12px}.vm-total-section{flex-wrap:wrap;gap:12px;display:flex}.vm-total-card{flex-direction:column;align-items:flex-start;gap:8px;min-width:200px;display:flex;position:relative;overflow:hidden}.vm-total-card-header{width:100%;color:var(--color-text-secondary);grid-template-columns:1fr 16px;align-items:center;gap:12px;display:grid}.vm-total-card-info__icon{color:var(--color-text-secondary);opacity:.5}.vm-total-card-info__text{overflow-wrap:anywhere;white-space:pre-wrap;text-wrap:balance;width:340px;padding-block:4px}.vm-total-card-body{justify-content:space-between;gap:8px;display:flex}.vm-total-card__delta,.vm-total-card__value{font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1, "ss01" 1;align-items:flex-end;font-size:18px;font-weight:700;line-height:1;display:flex}.vm-total-card__delta{align-items:center;font-size:14px;display:flex}.vm-top-fields-row{grid-template-columns:1fr 1fr;justify-content:center;align-items:start;display:grid}.vm-top-fields-row>:first-child{border-right:var(--border-width) var(--border-style) var(--border-color);height:100%;margin-right:12px;padding-right:12px}@media (width<=1000px){.vm-top-fields-row>:first-child{border-right:none;margin-right:0;padding-right:0}.vm-top-fields-row{grid-template-columns:1fr}}.vm-top-fields{flex-direction:column;flex-grow:1;gap:16px;min-width:48%;padding-top:12px;font-size:12px;display:flex;position:relative;overflow:auto}.vm-top-fields-header{grid-template-columns:1fr auto;justify-content:space-between;align-items:center;display:grid}.vm-top-fields-header__title{grid-column:1}.vm-top-fields-header__configs{justify-content:flex-end;align-items:center;gap:8px;display:flex}.vm-top-fields__search{padding-bottom:12px}.vm-top-fields-body__error{padding:0 8px 12px}.vm-top-fields-body__empty{justify-content:center;align-items:center;height:100%;display:flex}.vm-top-fields-body__table{flex-grow:1}.vm-top-fields-option{flex-direction:column;gap:8px;display:flex}.vm-top-fields-option__label{text-transform:capitalize}.vm-top-fields-option__info{color:var(--color-text-secondary);font-size:12px}.vm-top-row-menu{z-index:1;width:260px;padding-inline:8px;font-size:12px}.vm-top-row-menu-section{border-bottom:var(--border-width) var(--border-style) var(--border-color);padding-block:8px}.vm-top-row-menu-section:last-child{border-bottom:none}.vm-top-row-menu-item{color:var(--color-text);cursor:pointer;border-radius:4px;justify-content:flex-start;align-items:center;gap:0 8px;padding:0 8px;transition:background-color .3s;display:flex;position:relative}.vm-top-row-menu-item:hover{background-color:var(--color-hover-black)}.vm-top-row-menu-item__icon{min-width:14px;max-width:14px;min-height:14px;max-height:14px;color:var(--color-text-secondary);justify-content:center;align-items:center;display:flex}.vm-top-row-menu-item__label{white-space:nowrap;text-overflow:ellipsis;flex-grow:1;max-width:400px;padding:8px 0;position:relative;overflow:hidden}.vm-top-row-menu-item__shortcut{color:var(--color-text-secondary);white-space:nowrap;font-size:12px}.vm-cardinality-card{border-bottom:var(--border-width) var(--border-style) var(--border-color);padding-top:12px;padding-bottom:12px;font-size:12px;position:relative}.vm-cardinality-card__error{padding:0 8px 12px}.vm-cardinality-card-body{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:8px;padding-top:8px;display:flex}.vm-cardinality-card-body-item{background-color:var(--color-hover-black);border-radius:4px;align-items:center;gap:4px;padding:6px 12px;display:flex}.vm-cardinality-card-body-item__title:after{content:":"}.vm-cardinality-card-body-item__info-icon{aspect-ratio:1;width:16px;color:var(--color-text-secondary);opacity:.5}.vm-cardinality-card-body-item__description{overflow-wrap:anywhere;white-space:pre-wrap;text-wrap:balance;width:230px;padding-block:4px}.vm-overview-fields-tour-content{text-wrap:pretty;max-width:760px;padding-inline:12px}.vm-overview-logs{gap:12px;display:grid}.vm-overview-logs-header{border-bottom:var(--border-width) var(--border-style) var(--border-color);flex-wrap:wrap;align-items:center;gap:8px;margin-inline:-12px;padding:0 12px 12px;display:flex}.vm-overview-logs-header__actions{flex-grow:1;justify-content:flex-end;align-items:center;display:flex}.vm-overview-logs-query{flex-wrap:wrap;flex-grow:1;align-items:center;font-size:12px;display:flex}.vm-explorer-page{gap:12px;padding-bottom:16px;display:grid}.vm-explorer-page-panel-header{margin:-12px -12px 0}.vm-explorer-page-panel-content{display:none}.vm-explorer-page-panel-content_active{display:block}.vm-preview-icons{grid-template-columns:repeat(auto-fill,100px);justify-content:center;align-items:flex-start;gap:12px;display:grid}.vm-preview-icons-item{cursor:pointer;border:1px solid #0000;border-radius:4px;grid-template-rows:1fr auto;justify-content:center;align-items:stretch;gap:8px;height:100px;padding:12px 8px;transition:box-shadow .2s ease-in-out;display:grid}.vm-preview-icons-item:hover{box-shadow:0 1px 4px #00000029}.vm-preview-icons-item:active .vm-preview-icons-item__svg{transform:scale(.9)}.vm-preview-icons-item__name{white-space:nowrap;text-overflow:ellipsis;text-align:center;font-size:12px;line-height:2;overflow:hidden}.vm-preview-icons-item__svg{justify-content:center;align-items:center;height:100%;transition:transform .1s ease-out;display:flex}.vm-preview-icons-item__svg svg{width:auto;height:24px}
