:root{--main-color:#0073c6;--secondary-color:#fff;--header-image:none;--background:#fbfbfb;--background-secondary:#f4f4f4;--sidebar:#f0f2f4;--border:#d6d6d6;--border-secondary:#999;--box-shadow:0 0 4px 0.5px #00000080;--hover:#00000010;--selected:#00000020;--footer-background:#eeeff1;--text-color:#000;--text-color-secondary:#333;--text-color-tertiary:#444;--text-color-quaternary:#666;--text-color-quinary:#999;--text-color-senary:#a8a8a8;--text-color-septenary:#ccc;--text-color-octonary:#eee;--text-warning:#f00;--text-link:#0059a1;--text-link-hover:#0059a1;--text-username:#2f94db;--text-username-hover:#1d4ed8;--text-vip-name:#e4493e;--text-vip-name-hover:#9c3028;--text-nickname:#6e849b;--notify-toaster-border:#f9c55d;--notify-toaster-background:#fefee4;--button-background:#fdfdfd;--popup-background:#f7f7f7}*{border:none;box-sizing:border-box;outline:none}*,body,html{margin:0;padding:0}body,html{position:relative;display:flex;flex-direction:column;width:100%;height:100%;font-family:arial,sans-serif;font-size:13px;overflow:clip;color:var(--text-color);background-color:var(--background);-webkit-user-select:none;-moz-user-select:none;user-select:none;--font-family:arial,sans-serif}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{border-radius:4px}::-webkit-scrollbar-thumb{background-color:#6d6d6d0f;border-radius:4px;border:1px solid #6d6d6d26}::-webkit-scrollbar-thumb:hover{background-color:#6d6d6d38}.resize-handle{min-width:2px;height:100%;background-color:var(--border);cursor:ew-resize;transition:background-color .1s ease-in-out}.resize-handle:active,.resize-handle:hover{background-color:var(--border-secondary)}.resize-handle-vertical{width:100%;min-height:2px;background-color:var(--border);cursor:ns-resize;transition:background-color .1s ease-in-out}.resize-handle-vertical:active,.resize-handle-vertical:hover{background-color:var(--border-secondary)}input[type=radio]{background-image:url(/ctrl/radiobox_icon.webp)}input[type=checkbox]{background-image:url(/ctrl/checkbox_icon.webp)}input[type=checkbox],input[type=radio]{min-height:19px;min-width:19px;background-size:inherit;background-position:0 0;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none}input[type=checkbox]:checked,input[type=radio]:checked{background-position:0 -18px}input[type=checkbox]:hover,input[type=radio]:hover{background-position:-18px 0}input[type=checkbox]:checked:hover,input[type=radio]:checked:hover{background-position:-18px -18px}button,input,input::placeholder,select,select::placeholder,textarea,textarea::placeholder{font-family:var(--font-family)}.hljs span{font-family:monospace}.hljs{line-height:1.25rem}.disabled,:disabled{color:#c5c5c5!important;filter:grayscale(100%)!important;pointer-events:none!important}[datatype=read-only]{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;&:hover{cursor:default}&:focus{outline:none}}.hover-text{z-index:1;position:absolute;left:0;bottom:100%;display:flex;align-items:center;height:20px;padding-right:3px;padding-left:3px;background-color:var(--background);border:1px solid var(--border);border-radius:3px;white-space:nowrap;color:var(--text-color-quinary);opacity:0}.has-hover-text{position:relative;cursor:pointer}.has-hover-text:hover .hover-text{opacity:1}input,select,textarea{color:var(--text-color);background-color:transparent}