.header-shell{background-color:var(--background);display:flex;flex-direction:column}.header-main-row{min-height:var(--header-height);display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;column-gap:16px;border-bottom:1px solid var(--gray-lightest)}.header-main-center,.header-main-left,.header-main-right{min-width:0;display:flex;align-items:center}.header-main-left{justify-content:flex-start;gap:10px}.header-main-center{justify-content:center}.header-main-right,.header-right-menu{justify-content:flex-end}.header-right-menu{display:flex;align-items:center;gap:8px;max-width:100%}.header-global-search{flex:1 1 auto;min-width:0}.header-admin-row{display:flex;align-items:center;min-height:52px;padding:8px 10px;background:linear-gradient(180deg,#f8f8f8,#efefef);overflow-x:auto;border-top:1px solid #fff}.header-admin-actions{display:flex;align-items:center;gap:8px;min-width:max-content}.header-button{cursor:pointer;display:flex;align-items:center}.header-button span{font-size:var(--font-size-xlarge);margin:4px}.header-button svg{fill:var(--icon-color);transition:fill 1s}@media(max-width:768px){.header-main-row{min-height:56px;column-gap:8px}.header-admin-row{padding:6px 8px}.header-global-search,.header-version-wrap{display:none}}.sidebar-version-wrap{display:none}@media(max-width:768px){.sidebar-version-wrap{display:block}}.logo-button{transition:all var(--transition-long);width:56px;height:36px;z-index:2000}.logo-button svg{width:100%;height:100%}.logo-button:hover{transform:scale(1.2)}.global-search{position:relative;width:min(368px,38vw);min-width:240px}.global-search--sidebar{width:100%;min-width:0}.global-search-field{width:100%}.global-search-results{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:70;max-height:min(420px,70dvh);overflow-y:auto;border:1px solid var(--gray-lightest);border-radius:6px;background:var(--background);box-shadow:0 12px 28px rgba(0,0,0,.16)}.global-search--sidebar .global-search-results{position:static;margin-top:6px;max-height:260px;box-shadow:none}.global-search-result{display:flex;flex-direction:column;gap:3px;width:100%;padding:9px 12px;border:0;border-bottom:1px solid var(--gray-lightest);background:rgba(0,0,0,0);color:var(--black);text-align:left;text-decoration:none;cursor:pointer}.global-search-result:focus-visible,.global-search-result:hover{background:var(--gray-white);outline:none}.global-search-result:last-child{border-bottom:0}.global-search-result-title{display:flex;align-items:center;gap:8px;min-width:0;font-size:.92rem;font-weight:600}.global-search-result-version{flex-shrink:0;border-radius:999px;padding:1px 7px;background:var(--default-blue);color:var(--gray-darkest);font-size:.72rem;font-weight:700}.global-search-result-text{display:-webkit-box;overflow:hidden;color:var(--gray-darkest);font-size:.82rem;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.global-search-empty{padding:10px 12px;color:var(--gray-dark);font-size:.86rem}@media(max-width:1024px){.global-search{width:min(358px,38vw)}}@media(max-width:768px){.global-search{min-width:0;width:100%}}.burger{box-shadow:var(--outer-box-shadow);border-radius:var(--border-radius-smaller);justify-content:center;width:var(--header-icons-size);height:var(--header-icons-size);display:flex;flex-direction:column;position:relative;margin-right:var(--margin-icons)}.burger svg{transition:transform 1s;margin:2px;width:36px;height:4px}.burger svg line{stroke:var(--icon-color);transition:stroke 1s}.burger:hover{box-shadow:var(--inner-box-shadow);border-radius:var(--border-radius-smaller)}.burger.sidebar-opened .first{transform:translateY(8px) rotate(-225deg)}.burger.sidebar-opened .second{transform:rotateY(90deg)}.burger.sidebar-opened .third{transform:translateY(-8px) rotate(225deg)}.language-switch-control{width:210px}.language-switch .MuiSelect-select{padding-left:10px!important}.language-field{display:flex;align-items:center;width:100%;min-height:34px;color:var(--gray-darkest)}.language-field-text{flex:1;font-size:16px;line-height:1}.language-field-badge{font-size:12px;line-height:1;color:var(--primary-dark);border:1px solid;border-radius:999px;padding:4px 8px}.language-flag{width:24px;height:24px;margin:auto 10px auto 4px}@media(max-width:1024px){.language-switch-control{width:200px}}@media(max-width:768px){.language-switch-control{width:44px;min-width:44px}.language-switch{height:44px;width:44px}.language-switch .MuiSelect-select{padding:0!important;width:44px;height:44px;display:flex;align-items:center;justify-content:center}.language-switch .MuiSelect-icon,.language-switch:after{display:none}.language-field{justify-content:center;min-height:0;width:44px;height:44px}.language-field-badge,.language-field-text{display:none}.language-flag{width:24px;height:24px;margin:0;flex-shrink:0}}.version-select-control{width:150px}@media(max-width:768px){.version-select-control{width:120px}}.sidebar{width:320px;flex-shrink:0;height:calc(100dvh - var(--layout-header-height));background-color:var(--background);border-width:1px;transform:translate(-100%);padding:10px;display:flex;flex-direction:column;min-height:0;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:1s}.sidebar.sidebar-opened{transform:translate(0)}.sidebar-content{flex:1 1 auto;min-height:0;overflow-y:auto}.sidebar-mobile-global-search{display:none;padding-bottom:8px}.sidebar-section-search{width:100%;padding-bottom:8px}.sidebar-bottom{flex-shrink:0;border-top:1px solid var(--gray-lightest);padding:10px 4px 4px}.sidebar-compare-section{display:flex;align-items:center;gap:8px;margin-top:12px;padding:8px 8px 8px 12px;border-radius:6px;color:var(--foreground,rgba(0,0,0,.85));text-decoration:none;font-size:.95rem;font-weight:500;cursor:pointer;transition:background-color .12s ease}.sidebar-compare-section:hover{background-color:rgba(0,0,0,.04)}@media not all and (min-width:768px){.sidebar{z-index:50;position:absolute;width:100%}.sidebar-mobile-global-search{display:block}}@media(min-width:768px){.sidebar{transform:translate(0)}}@media(min-width:1024px){.sidebar{position:static}}.home-header{display:flex;flex-direction:column;background-color:var(--background)}.home-header .home-sidebar{display:flex;flex-grow:1}
/*
! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com
*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246/0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246/0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.\!container{width:100%!important}.container{width:100%}@media (min-width:640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media (min-width:768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media (min-width:1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media (min-width:1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media (min-width:1536px){.\!container{max-width:1536px!important}.container{max-width:1536px}}.\!visible{visibility:visible!important}.visible{visibility:visible}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.mb-\[10px\]{margin-bottom:10px}.mb-\[4px\]{margin-bottom:4px}.mb-\[6px\]{margin-bottom:6px}.mb-\[8px\]{margin-bottom:8px}.ml-auto{margin-left:auto}.mr-\[4px\]{margin-right:4px}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.h-\[60px\]{height:60px}.h-\[calc\(100dvh-var\(--layout-header-height\)\)\]{height:calc(100dvh - var(--layout-header-height))}.h-auto{height:auto}.w-\[120px\]{width:120px}.w-auto{width:auto}.w-full{width:100%}.min-w-0{min-width:0}.max-w-\[var\(--image-width\)\]{max-width:var(--image-width)}.grow{flex-grow:1}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-move{cursor:move}.cursor-pointer{cursor:pointer}.resize{resize:both}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.gap-\[12px\]{gap:12px}.gap-\[16px\]{gap:16px}.gap-\[20px\]{gap:20px}.gap-\[4px\]{gap:4px}.gap-\[6px\]{gap:6px}.gap-\[8px\]{gap:8px}.overflow-auto{overflow:auto}.overflow-hidden,.truncate{overflow:hidden}.truncate{text-overflow:ellipsis;white-space:nowrap}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.border{border-width:1px}.border-amber-500{--tw-border-opacity:1;border-color:rgb(245 158 11/var(--tw-border-opacity))}.border-red-500{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity))}.border-slate-200{--tw-border-opacity:1;border-color:rgb(226 232 240/var(--tw-border-opacity))}.object-contain{object-fit:contain}.p-\[10px\]{padding:10px}.p-\[20px\]{padding:20px}.p-\[4px\]{padding:4px}.px-\[16px\]{padding-left:16px;padding-right:16px}.px-\[6px\]{padding-left:6px;padding-right:6px}.py-\[1px\]{padding-top:1px;padding-bottom:1px}.py-\[24px\]{padding-top:24px;padding-bottom:24px}.pl-\[10px\]{padding-left:10px}.pr-\[10px\]{padding-right:10px}.pt-\[8px\]{padding-top:8px}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[12px\]{font-size:12px}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.tracking-wide{letter-spacing:.025em}.text-amber-700{--tw-text-opacity:1;color:rgb(180 83 9/var(--tw-text-opacity))}.text-inherit{color:inherit}.text-red-600{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity))}.text-slate-400{--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity))}.text-slate-500{--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity))}.no-underline{text-decoration-line:none}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}@font-face{font-family:Roboto;src:url(/fonts/Roboto/Roboto-Light.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(/fonts/Roboto/Roboto-LightItalic.ttf) format("truetype");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:Roboto;src:url(/fonts/Roboto/Roboto-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(/fonts/Roboto/Roboto-Italic.ttf) format("truetype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Roboto;src:url(/fonts/Roboto/Roboto-Medium.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(/fonts/Roboto/Roboto-MediumItalic.ttf) format("truetype");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:Roboto;src:url(/fonts/Roboto/Roboto-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(/fonts/Roboto/Roboto-SemiBoldItalic.ttf) format("truetype");font-weight:600;font-style:italic;font-display:swap}@font-face{font-family:Roboto;src:url(/fonts/Roboto/Roboto-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(/fonts/Roboto/Roboto-BoldItalic.ttf) format("truetype");font-weight:700;font-style:italic;font-display:swap}:root{--header-height:64px;--layout-header-height:var(--header-height);--app-font-family:"Roboto",sans-serif;--app-code-font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace;--background:#ffffff;--bckg:#f3f3f3;--gray-white:#fafafa;--gray-lightest:#d4d4d4;--gray-light:#c6c6c6;--gray-medium:#9d9d9d;--gray-dark:#747474;--gray-darkest:#555555;--black:#060606;--default-blue:hsl(218,100%,88%);--primary-origin:252,100%;--primary:hsl(var(--primary-origin),50%);--primary-dark:hsl(var(--primary-origin),38%);--error-origin:4,84%;--error:hsl(var(--error-origin),55%);--error-dark:hsl(var(--error-origin),44%);--warning-origin:49,100%;--warning:hsl(var(--warning-origin),58%);--warning-dark:hsl(var(--warning-origin),48%);--success-origin:93,85%;--success:hsl(var(--success-origin),41%);--success-dark:hsl(var(--success-origin),35%);--foreground-rgb:0,0,0;--background-rgb:255,255,255;--transition-short:0.2s;--transition-long:0.5s;--header-icons-size:40px;--margin-icons:14px;--margin-icons-toolbar:16px;--inner-box-shadow:inset -6px -6px 15px #ffffff,0px 0px 0px #ffffff,inset 6px 6px 10px #d4d4d4,0px 0px 0px #d4d4d4;--outer-box-shadow:inset 0px 0px 0px #ffffff,-6px -6px 15px #ffffff,inset 0px 0px 0px #d4d4d4,6px 6px 10px #d4d4d4;--border-radius-smaller:12px;--icon-color:var(--gray-dark);--text-width:100%;--image-width:800px}body,html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.MuiButtonBase-root,.MuiInputBase-root,.MuiTypography-root,body,button,html,input,select,svg text,textarea{font-family:var(--app-font-family)}code,kbd,pre,samp{font-family:var(--app-code-font-family)}@media (min-width:768px){.md\:hidden{display:none}}:root{--app-cursor-default:url(/cursors/default-filled.svg) 5 4,default;--app-cursor-pointer:url(/cursors/pointer-filled.svg) 12 5,pointer;--app-cursor-text:url(/cursors/text.svg) 12 12,text;--app-cursor-grab:url(/cursors/grab-filled.svg) 12 7,grab;--app-cursor-grabbing:url(/cursors/grabbing-filled.svg) 12 7,grabbing;--app-cursor-move:url(/cursors/move.svg) 16 16,move;--app-cursor-crosshair:url(/cursors/crosshair.svg) 12 12,crosshair;--app-cursor-ew-resize:url(/cursors/ew-resize.svg) 16 16,ew-resize;--app-cursor-ns-resize:url(/cursors/ns-resize.svg) 16 16,ns-resize;--app-cursor-nwse-resize:url(/cursors/nwse-resize.svg) 16 16,nwse-resize;--app-cursor-nesw-resize:url(/cursors/nesw-resize.svg) 16 16,nesw-resize}body,html{cursor:var(--app-cursor-default)!important}:where(input:not([type=button]):not([type=submit]):not([type=reset]):not([type=checkbox]):not([type=radio]):not([type=range]):not([type=color]),textarea,[contenteditable=true],.monaco-editor textarea,.monaco-editor .inputarea,.monaco-editor .view-lines,.monaco-editor .view-line){cursor:var(--app-cursor-text)!important}:where(a[href],button,select,summary,[role=button],[role=option],.clickable,.cursor-pointer,.copyable-code-button,.MuiButtonBase-root,.MuiFormControlLabel-root,.MuiMenuItem-root,.MuiAutocomplete-option,.MuiAutocomplete-popupIndicator,.MuiAutocomplete-clearIndicator,.MuiSelect-select,.MuiSlider-root,[style*="cursor:pointer"],[style*="cursor: pointer"]){cursor:var(--app-cursor-pointer)!important}:where(.cursor-grab,.sortable-chosen,.sortable-ghost,.drag-handle,[style*="cursor:grab"],[style*="cursor: grab"]){cursor:var(--app-cursor-grab)!important}:where(.cursor-grabbing,.sortable-drag,.drag-handle:active,[style*="cursor:grabbing"],[style*="cursor: grabbing"]){cursor:var(--app-cursor-grabbing)!important}:where(.cursor-move,[style*="cursor:move"],[style*="cursor: move"]){cursor:var(--app-cursor-move)!important}:where(.cursor-crosshair,[style*="cursor:crosshair"],[style*="cursor: crosshair"]){cursor:var(--app-cursor-crosshair)!important}:where(.cursor-ew-resize,[style*="cursor:ew-resize"],[style*="cursor: ew-resize"],[style*="cursor:col-resize"],[style*="cursor: col-resize"],[style*="cursor:e-resize"],[style*="cursor: e-resize"],[style*="cursor:w-resize"],[style*="cursor: w-resize"]){cursor:var(--app-cursor-ew-resize)!important}:where(.cursor-ns-resize,[style*="cursor:ns-resize"],[style*="cursor: ns-resize"],[style*="cursor:row-resize"],[style*="cursor: row-resize"],[style*="cursor:n-resize"],[style*="cursor: n-resize"],[style*="cursor:s-resize"],[style*="cursor: s-resize"]){cursor:var(--app-cursor-ns-resize)!important}:where(.cursor-nwse-resize,[style*="cursor:nwse-resize"],[style*="cursor: nwse-resize"],[style*="cursor:nw-resize"],[style*="cursor: nw-resize"],[style*="cursor:se-resize"],[style*="cursor: se-resize"]){cursor:var(--app-cursor-nwse-resize)!important}:where(.cursor-nesw-resize,[style*="cursor:nesw-resize"],[style*="cursor: nesw-resize"],[style*="cursor:ne-resize"],[style*="cursor: ne-resize"],[style*="cursor:sw-resize"],[style*="cursor: sw-resize"]){cursor:var(--app-cursor-nesw-resize)!important}:where(:disabled,:disabled *,[disabled],[disabled] *,[aria-disabled=true],[aria-disabled=true] *,.Mui-disabled,.Mui-disabled *,[style*="cursor:default"],[style*="cursor: default"],[style*="cursor:auto"],[style*="cursor: auto"]){cursor:var(--app-cursor-default)!important}