:root{--background-color: rgb(242, 243, 245);--background-mod-hover: rgba(79, 84, 92, .16);--background-mod-active: rgba(79, 84, 92, .24);--background-mod-selected: rgba(79, 84, 92, .32);--border-color: rgb(116, 128, .24);--input-background: rgb(235 237 239);--text-color: rgb(46, 51, 56);--text-muted: rgb(94, 103, 114);--modal-background: rgb(255, 255, 255);--modal-footer-background: rgb(242, 243, 245);--button-text-color: rgb(255, 255, 255);--button-danger-background: rgb(216, 60, 62);--button-danger-background-active: rgb(209, 58, 60);--button-danger-background-hover: rgb(161, 45, 47);--scrollbar-thumb: rgb(204, 204, 204)}body.style-dark{--background-color: rgb(54, 57, 63);--background-mod-hover: rgba(79, 84, 92, .4);--background-mod-active: rgba(79, 84, 92, .48);--background-mod-selected: rgba(79, 84, 92, .6);--border-color: rgba(79, 84, 92, .48);--input-background: rgb(64, 68, 75);--text-color: rgb(220, 221, 222);--text-muted: rgb(163, 166, 170);--modal-background: rgb(47, 49, 54);--modal-footer-background: rgb(40, 42, 46);--scrollbar-thumb: rgb(32, 34, 37)}h1{margin:16px 0}h2{margin:12px 0}dl{padding:0;margin:0;overflow:hidden}dl:before,dl:after{display:table;content:" "}dl:after{clear:both}dt{float:left;max-width:100%;margin:0}dd{float:right;text-align:right;max-width:100%;margin:0}del{text-decoration:line-through;background-color:#fbb;color:#555}ins{text-decoration:none;background-color:#d4fcbc}*{box-sizing:border-box}html,body{width:100%;height:100%;margin:0;padding:0}body{display:flex;flex-direction:column;font:1rem/1.4 sans-serif;font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";color:var(--text-color)}main{flex:1;margin-top:16px}header{padding-bottom:0}footer{margin-top:16px;padding-top:0;display:flex;align-items:center;justify-content:center}.container{margin:0 auto;width:80%;padding:0 16px}.footer-inner{font-size:.8rem;text-align:center}#primary-nav{background-color:#333;padding:12px 0}#primary-nav .brand{display:block;font-size:2em;font-weight:700;text-decoration:none;margin:0 0 6px;color:#fff}#primary-nav ul{list-style-type:none;margin:6px 0 0;overflow:hidden;padding:0}#primary-nav li{float:left}#primary-nav .nav-link{color:#fff;text-align:center;text-decoration:none}#primary-nav:after{display:table;content:" ";clear:both}.nav-main{float:left}.nav-main li{margin-right:12px}.nav-side{float:right}.nav-side li{margin-left:12px}html.chat,html.chat body,html.chat #chat{padding:0;margin:0;width:100vw;height:100vh;overflow:hidden}#chat{display:flex;flex-direction:column;margin:0;background:var(--background-color);color:var(--text-color)}#chat-rooms{box-shadow:0 1px #04040533,0 1.5px #0606070d,0 2px #0404050d;padding:11px}.chat-room{color:var(--text-color);text-decoration:none;border-radius:3px;padding:6px;cursor:pointer}.chat-room.active{background:var(--background-mod-selected);text-decoration:underline}.chat-room:hover{background:var(--background-mod-hover);text-decoration:underline}.chat-content{display:flex;overflow:hidden;flex-direction:row;flex-grow:1}.chat-scroller{overflow-x:hidden;overflow-y:scroll;flex:1}.chat-scroller::-webkit-scrollbar{width:16px;height:16px}.chat-scroller::-webkit-scrollbar-corner{background-color:transparent}.chat-scroller::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb);min-height:40px}.chat-scroller::-webkit-scrollbar-track{margin-bottom:8px}.chat-scroller::-webkit-scrollbar-thumb,.chat-scroller::-webkit-scrollbar-track{border:4px solid transparent;background-clip:padding-box;border-radius:8px}#scroll-anchor-btn{display:none;position:sticky;bottom:8px;left:50%;transform:translate(-50%);z-index:10;background:var(--modal-background);color:var(--text-color);border:1px solid var(--border-color);border-radius:16px;padding:4px 16px;font-size:.8rem;cursor:pointer;box-shadow:0 2px 8px #0000004d;-webkit-user-select:none;user-select:none}#scroll-anchor-btn:hover{background:var(--background-mod-hover)}.ScrollAnchored #scroll-anchor-btn{display:block}#chat-messages{display:flex;flex-direction:column;justify-content:flex-end;position:relative;height:auto;min-height:100%;width:100%;overflow-y:visible;overflow-x:hidden;padding:15px 0}.chat-message{position:relative;padding-left:64px;padding-right:48px;margin-top:1.0625rem}.chat-message .avatar{position:absolute;left:16px;height:40px;width:40px;border-radius:50%}.chat-message .meta{display:block;line-height:1.375rem;min-height:1.375rem;margin-left:2px;padding-left:.25rem}.chat-message .author{font-weight:700;margin-right:.25rem;-webkit-user-select:none;user-select:none}#chat-messages>.chat-message .author{cursor:pointer;cursor:copy;cursor:alias}.chat-message .timestamp{height:1.25rem;font-size:.75rem;margin-left:.25rem;vertical-align:baseline;color:var(--text-muted)}.chat-message .timestamp.static{position:absolute;left:0;display:none;height:1.375rem;width:56px;line-height:1.375rem;text-align:center}.chat-message .message{border-left:2px solid transparent;padding-left:.25rem;overflow:hidden}.chat-message .message .bbcode-code{display:inline;margin:0}.chat-message .message .bbcode-url{color:#00aef3;color:hsl(197,calc(var(1, 1) * 100%),47.8%);text-decoration:none}.chat-message .message .bbcode-url:hover{text-decoration:underline}.chat-message .message img{height:auto;width:auto;max-height:250px;max-width:250px}.chat-message .chat-form{padding-top:8px}.chat-message .right-content{display:none;position:absolute;right:0;z-index:1;top:-25px;padding:0 14px 0 32px}.chat-message .buttons{display:grid;grid-auto-flow:column;box-sizing:border-box;height:32px;border-radius:4px;align-items:center;box-align:center;box-pack:s tart;justify-content:flex-start;-webkit-user-select:none;user-select:none;position:relative;overflow:hidden;background-color:var(--modal-background);box-shadow:0 0 0 1px #04040526}.chat-message .button{display:flex;box-sizing:content-box;align-items:center;justify-content:center;height:24px;padding:4px;min-width:24px;flex:0 0 auto;position:relative;border-radius:0}.chat-message .button:before{content:"";display:block;width:20px;height:20px;background-color:var(--text-muted);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.chat-message .button.pin:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.044 45.044'%3E%3Cpath d='M36.54 26.777a2.224 2.224 0 0 1-2.224 2.224h-7.6l-3.107 15.153a1.109 1.109 0 0 1-2.175 0l-3.107-15.153h-7.6a2.224 2.224 0 0 1-2.223-2.224c0-3.379 1.955-6.405 5.021-8.425v-6.631h-2.066a2.22 2.22 0 0 1-2.222-2.223V2.224C9.237.996 10.232 0 11.459 0h22.125c1.229 0 2.223.996 2.223 2.224v7.274a2.22 2.22 0 0 1-2.223 2.223H31.52v6.631c3.065 2.02 5.02 5.046 5.02 8.425'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.044 45.044'%3E%3Cpath d='M36.54 26.777a2.224 2.224 0 0 1-2.224 2.224h-7.6l-3.107 15.153a1.109 1.109 0 0 1-2.175 0l-3.107-15.153h-7.6a2.224 2.224 0 0 1-2.223-2.224c0-3.379 1.955-6.405 5.021-8.425v-6.631h-2.066a2.22 2.22 0 0 1-2.222-2.223V2.224C9.237.996 10.232 0 11.459 0h22.125c1.229 0 2.223.996 2.223 2.224v7.274a2.22 2.22 0 0 1-2.223 2.223H31.52v6.631c3.065 2.02 5.02 5.046 5.02 8.425'/%3E%3C/svg%3E")}.chat-message .button.edit:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 860.632 860.632'%3E%3Cpath d='M515.582 157.916l-439.199 439.2 4.6 10.1 27.1 58.8 41.6 22c9.8 5.2 17.7 13.101 22.9 22.9l22 41.6 58.8 27.101 10.101 4.6 439.2-439.2-187.102-187.101zm337.7 1.3l-151.8-151.8c-4.9-4.9-11.3-7.3-17.7-7.3s-12.8 2.4-17.7 7.3l-129.3 129.3 187.2 187.2 129.3-129.3a24.99 24.99 0 0 0 0-35.4zm-807.199 490.8l-4.3 16.9-41 162.5c-4.1 16.2 8.5 31.1 24.1 31.1 2 0 4.1-.3 6.2-.8l162.5-41 16.9-4.3 16.9-4.3 13.3-3.4-30.9-14.2-29.5-13.5c-5-2.3-9.1-6.199-11.7-11l-18.6-35.1-4.3-8a24.84 24.84 0 0 0-10.4-10.4l-8-4.3-35.1-18.6c-4.9-2.601-8.7-6.7-11-11.7l-13.5-29.5-14.2-30.9-3.4 13.301-4 17.199z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 860.632 860.632'%3E%3Cpath d='M515.582 157.916l-439.199 439.2 4.6 10.1 27.1 58.8 41.6 22c9.8 5.2 17.7 13.101 22.9 22.9l22 41.6 58.8 27.101 10.101 4.6 439.2-439.2-187.102-187.101zm337.7 1.3l-151.8-151.8c-4.9-4.9-11.3-7.3-17.7-7.3s-12.8 2.4-17.7 7.3l-129.3 129.3 187.2 187.2 129.3-129.3a24.99 24.99 0 0 0 0-35.4zm-807.199 490.8l-4.3 16.9-41 162.5c-4.1 16.2 8.5 31.1 24.1 31.1 2 0 4.1-.3 6.2-.8l162.5-41 16.9-4.3 16.9-4.3 13.3-3.4-30.9-14.2-29.5-13.5c-5-2.3-9.1-6.199-11.7-11l-18.6-35.1-4.3-8a24.84 24.84 0 0 0-10.4-10.4l-8-4.3-35.1-18.6c-4.9-2.601-8.7-6.7-11-11.7l-13.5-29.5-14.2-30.9-3.4 13.301-4 17.199z'/%3E%3C/svg%3E")}.chat-message .button.delete:before{background-color:#fff;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M432 96h-48V32c0-17.672-14.328-32-32-32H160c-17.672 0-32 14.328-32 32v64H80c-17.672 0-32 14.328-32 32v32h416v-32c0-17.672-14.328-32-32-32zm-240 0V64h128v32H192zM80 480.004C80 497.676 94.324 512 111.996 512h288.012C417.676 512 432 497.676 432 480.008v-.004V192H80v288.004zM320 272c0-8.836 7.164-16 16-16s16 7.164 16 16v160c0 8.836-7.164 16-16 16s-16-7.164-16-16V272zm-80 0c0-8.836 7.164-16 16-16s16 7.164 16 16v160c0 8.836-7.164 16-16 16s-16-7.164-16-16V272zm-80 0c0-8.836 7.164-16 16-16s16 7.164 16 16v160c0 8.836-7.164 16-16 16s-16-7.164-16-16V272z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M432 96h-48V32c0-17.672-14.328-32-32-32H160c-17.672 0-32 14.328-32 32v64H80c-17.672 0-32 14.328-32 32v32h416v-32c0-17.672-14.328-32-32-32zm-240 0V64h128v32H192zM80 480.004C80 497.676 94.324 512 111.996 512h288.012C417.676 512 432 497.676 432 480.008v-.004V192H80v288.004zM320 272c0-8.836 7.164-16 16-16s16 7.164 16 16v160c0 8.836-7.164 16-16 16s-16-7.164-16-16V272zm-80 0c0-8.836 7.164-16 16-16s16 7.164 16 16v160c0 8.836-7.164 16-16 16s-16-7.164-16-16V272zm-80 0c0-8.836 7.164-16 16-16s16 7.164 16 16v160c0 8.836-7.164 16-16 16s-16-7.164-16-16V272z'/%3E%3C/svg%3E")}.chat-message .button.report:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 437.699 437.699'%3E%3Cpath d='M372.578 63.101c-41.18-32.332-95.775-50.138-153.727-50.138S106.304 30.769 65.123 63.101C23.127 96.073 0 140.162 0 187.244c0 47.688 24.536 93.246 67.589 126.027l-20.81 97.656c-.893 4.186.629 8.518 3.94 11.227 2.079 1.701 4.645 2.582 7.237 2.582a11.45 11.45 0 0 0 4.548-.943l144.063-62.539c4.104.18 8.223.271 12.282.271 57.952 0 112.545-17.807 153.727-50.139 41.996-32.973 65.123-77.061 65.123-124.144s-23.125-91.169-65.121-124.141zM218.852 304.393c-15.709 0-28.49-12.78-28.49-28.489s12.781-28.491 28.49-28.491 28.49 12.781 28.49 28.491-12.781 28.489-28.49 28.489zm21.869-88.823c-.771 11.446-10.367 20.417-21.844 20.417a21.7 21.7 0 0 1-1.505-.051c-10.867-.737-19.624-9.498-20.355-20.376l-6.931-102.056a28.66 28.66 0 0 1 7.049-20.926 28.66 28.66 0 0 1 19.779-9.813 29.31 29.31 0 0 1 1.962-.066c15.11 0 27.757 11.813 28.778 26.894.548 6.607-6.933 105.977-6.933 105.977z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 437.699 437.699'%3E%3Cpath d='M372.578 63.101c-41.18-32.332-95.775-50.138-153.727-50.138S106.304 30.769 65.123 63.101C23.127 96.073 0 140.162 0 187.244c0 47.688 24.536 93.246 67.589 126.027l-20.81 97.656c-.893 4.186.629 8.518 3.94 11.227 2.079 1.701 4.645 2.582 7.237 2.582a11.45 11.45 0 0 0 4.548-.943l144.063-62.539c4.104.18 8.223.271 12.282.271 57.952 0 112.545-17.807 153.727-50.139 41.996-32.973 65.123-77.061 65.123-124.144s-23.125-91.169-65.121-124.141zM218.852 304.393c-15.709 0-28.49-12.78-28.49-28.489s12.781-28.491 28.49-28.491 28.49 12.781 28.49 28.491-12.781 28.489-28.49 28.489zm21.869-88.823c-.771 11.446-10.367 20.417-21.844 20.417a21.7 21.7 0 0 1-1.505-.051c-10.867-.737-19.624-9.498-20.355-20.376l-6.931-102.056a28.66 28.66 0 0 1 7.049-20.926 28.66 28.66 0 0 1 19.779-9.813 29.31 29.31 0 0 1 1.962-.066c15.11 0 27.757 11.813 28.778 26.894.548 6.607-6.933 105.977-6.933 105.977z'/%3E%3C/svg%3E")}.chat-message[id]:not(.chat-message--editing):hover .right-content{display:block}.chat-message--systemMsg{font-family:monospace;color:var(--text-muted)}.chat-message--hasParent{margin-top:0}.chat-message--hasParent .avatar,.chat-message--hasParent .meta{display:none}.chat-message--hasParent:hover .timestamp.static{display:block}.chat-message--isIgnored:before{content:"Blocked message.";font-size:.9rem}.chat-message--isIgnored+.chat-message--isIgnored{display:none}.chat-message--isIgnored .left-content,.chat-message--isIgnored .main-content,.chat-message--isIgnored .right-content{display:none}#chat-messages>.chat-message--highlightYou .message{border-left-color:#ff1a1a80;background-color:#ff1a1a1a}#chat-messages>.chat-message--highlightUser .message{border-left-color:#ff1aff80;background-color:#ff1aff1a}#chat-messages>.chat-message--highlightAuthor .message{border-left-color:#1aff1a80;background-color:#1aff1a1a}#chat-messages>.chat-message--highlight .message,#chat-messages>.chat-message:hover .message{border-left-color:#faa61a80;background-color:#faa61a1a}#chat-activity-scroller{flex-grow:0;position:relative;min-width:240px;max-height:100%}@media(max-height:100px){#chat-activity-scroller{display:none}}@media(max-width:960px){#chat-activity-scroller{display:none}}.activity{position:relative;max-width:224px;margin-left:8px;display:flex;align-items:center;border-radius:4px;height:42px;padding:0 8px}.avatar{display:flex;align-items:center;justify-content:center;flex:0 0 auto;width:32px;height:32px;margin-right:12px;position:relative;border-radius:50%;float:left}.user{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;min-width:0;flex:1 1 auto}.user:first-child{margin-left:44px}.chat-form{overflow:hidden;flex-shrink:0;padding-left:16px;padding-right:16px}.chat-fields{display:flex;border-radius:3px;background:var(--input-background);color:var(--text-color);margin:0 0 24px}.chat-input{box-sizing:border-box;min-height:calc(1.375rem + 22px);max-height:8rem;overflow-y:auto;width:100%;margin:0;padding:11px;resize:none;border:none;background:transparent;outline:0;color:var(--text-color);font-size:1rem;line-height:1.375rem;-webkit-user-select:text;user-select:text;font-weight:400;overflow-wrap:break-word;text-align:left;word-break:break-word;white-space:break-spaces}.chat-form-buttons{flex-shrink:1;width:auto}.chat-form-buttons button{position:relative;display:flex;justify-content:center;align-items:center;box-sizing:border-box;background:none;border:none;border-radius:3px;font-size:14px;font-weight:500;line-height:16px;padding:2px 16px;-webkit-user-select:none;user-select:none;height:44px;cursor:pointer}.chat-form-buttons .sprite svg{fill:var(--text-color);height:20px!important;width:20px!important}@media(max-height:100px){#chat-rooms,.chat-form{display:none}}.chat-toolbar{display:flex;gap:0;flex-shrink:0}.chat-toolbar .toolbar-btn{background:none;border:none;border-radius:0;color:var(--text-muted);cursor:pointer;font-size:13px;font-weight:600;height:28px;min-width:28px;padding:0 8px;-webkit-user-select:none;user-select:none;line-height:28px}.chat-toolbar .toolbar-btn:hover{color:var(--text-color)}.chat-toolbar .toolbar-btn:active{color:var(--text-color);opacity:.7}.mention-dropdown{position:absolute;background:var(--modal-background);border:1px solid var(--border-color);border-radius:4px;box-shadow:0 4px 12px #0000004d;max-height:200px;overflow-y:auto;z-index:100;min-width:180px}.mention-dropdown .mention-item{display:flex;align-items:center;padding:6px 10px;cursor:pointer;gap:8px}.mention-dropdown .mention-item:hover,.mention-dropdown .mention-item.active{background:var(--background-mod-hover)}.mention-dropdown .mention-item .mention-avatar{width:24px;height:24px;border-radius:50%}.mention-dropdown .mention-item .mention-name{color:var(--text-color);font-size:14px}#chat-motd{flex-shrink:0;position:relative;z-index:10;height:40px;overflow:hidden;background:var(--background-color);border-bottom:1px solid var(--border-color)}#chat-motd .chat-message{margin-top:0;padding:4px 8px 4px 40px}#chat-motd .avatar{width:32px;height:32px;left:4px;top:4px}#chat-motd .meta{display:none}#chat-motd .message{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:32px;font-size:.875rem}#chat-motd .message img{display:none}#chat-motd .left-content .timestamp,#chat-motd .right-content{display:none!important}#chat-motd:hover{overflow:visible}#chat-motd:hover .chat-message{position:absolute;top:0;left:0;right:0;padding-left:64px;padding-top:8px;padding-bottom:8px;background:var(--background-color);border-bottom:1px solid var(--border-color);box-shadow:0 4px 8px #0000004d}#chat-motd:hover .avatar{width:40px;height:40px;left:16px;top:8px}#chat-motd:hover .meta{display:block}#chat-motd:hover .message{white-space:normal;overflow:visible;text-overflow:unset;line-height:inherit;font-size:inherit}#chat-motd:hover .message img{display:inline;max-height:250px;max-width:250px}.chat-message--whisper .message{border-left-color:#8000ff80;background-color:#8000ff14;font-style:italic}.chat-message--whisper .whisper-direction{color:var(--text-muted);font-style:italic;margin-right:.25rem}.chat-message--whisper .right-content{display:none!important}.chat-message--pending{opacity:.5}.chat-message--pending .right-content{display:none!important}.tagDitto{display:inline-block;background:var(--input-background);border:1px solid var(--border-color);border-radius:4px;color:var(--text-color);cursor:pointer;font-size:inherit;font-family:inherit;padding:2px 8px;margin:1px 0}.tagDitto:hover{background:var(--background-mod-hover);text-decoration:none}.tagDitto:active{background:var(--background-mod-active)}.subtitle{font-weight:400}.thread .message{border:1px solid rgba(106,116,128,.24);display:flex;flex-direction:row;margin:1rem 0}.message-holder{padding:8px}.message-cell--author{border-right:1px solid rgba(106,116,128,.24);padding:8px;width:144px}.message-cell--author .avatar{height:auto;width:auto;max-width:128px;max-height:256px}.message-cell--main{flex:5;display:flex;flex-direction:column}.message-header{padding:8px 8px 0;font-size:.8rem}.message-header:after{display:block;content:" ";clear:both}.message-header--left{float:left}.message-header--right{float:right}.message-content{flex:1;padding:8px}.message-attachments{display:flex;padding:8px;gap:.4em;flex-direction:row;flex-wrap:wrap}.message-attachments .attachment{flex:1;padding:.2em;border:1px solid rgba(0,0,0,.2);border-radius:2px;min-width:384px;max-width:100%;overflow:hidden;text-overflow:ellipsis}.message-footer{display:flex;border-top:1px solid rgba(106,116,128,.24);font-size:.8rem;padding:8px}.message-footer--left,.message-footer--right{flex:1}.message-footer--right{text-align:right}.ugc img{height:auto;width:auto;max-height:80vh;max-width:100%}textarea,input[type=text]{display:block;width:100%;margin:0 0 .5rem}input{font-size:1.2rem;width:100%}.button{box-sizing:border-box;background:none;border:none;border-radius:3px;color:var(--button-text-color);font-size:14px;font-weight:500;outline:none;line-height:16px;padding:2px 16px;-webkit-user-select:none;user-select:none;cursor:pointer}.button:active{background-color:var(--background-mod-active)}.button:hover{background-color:var(--background-mod-hover)}.button.delete{background-color:var(--button-danger-background)}.button.delete:active{background-color:var(--button-danger-background-active)}.button.delete:hover{background-color:var(--button-danger-background-hover)}.button.cancel:active,.button.cancel:hover{background:none;text-decoration:underline}.modal-outer{display:none}.modal-outer.is-open{display:block}.modal-overlay{animation:mmfadeIn .3s cubic-bezier(0,0,.2,1);will-change:transform;align-items:center;background:#000000d9;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-dialog{animation:mmslideIn .3s cubic-bezier(0,0,.2,1);will-change:transform;background-color:var(--modal-background);color:var(--text-color);border-radius:4px;box-sizing:border-box;max-height:100vh;max-width:500px;overflow-y:auto}.modal-header{padding:16px}#modal-title{margin:0;font-size:20px;line-height:24px}.modal-header .close{flex-grow:0}.modal-content{padding:0 16px 16px}.modal-desc{margin:0 0 16px}.modal-actions{display:flex;justify-content:flex-start;align-items:stretch;flex-wrap:nowrap;flex-direction:row-reverse;background-color:var(--modal-footer-background);padding:16px}.modal-actions .button{width:auto;height:38px;min-width:96px;min-height:38px}@keyframes mmfadeIn{0%{opacity:0}to{opacity:1}}@keyframes mmfadeOut{0%{opacity:1}to{opacity:0}}@keyframes mmslideIn{0%{transform:translateY(15%)}to{transform:translateY(0)}}@keyframes mmslideOut{0%{transform:translateY(0)}to{transform:translateY(-10%)}}.struct-container{border-collapse:collapse;list-style:none;margin:0;padding:0;width:100%}.struct-item{display:table;table-layout:fixed;border-collapse:collapse;list-style:none;margin:0;padding:0;width:100%}.struct-item-cell{display:table-cell;vertical-align:top;padding:8px}.struct-item-cell--icon{width:50px}.struct-item-cell--latest{width:190px}.struct-item-cell--meta{font-size:.85rem;width:130px}.users-table{width:100%;border-collapse:collapse}.users-table td,.users-table th{border:1px solid black;padding:5px 10px}
