:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;color-scheme:light dark;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{background:var(--background);color:var(--text)}a{font-weight:500;color:var(--link);text-decoration:inherit;cursor:pointer}a:hover{color:var(--link-hover)}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}img.content{display:block;float:left;margin:10px 20px;border:none;cursor:pointer;align-self:flex-start;flex-grow:0;flex-shrink:0}img.banner{max-width:600px;max-height:100px;margin-top:40px}ul{list-style:none}.error{color:var(--error-message);font-weight:700}.pseudonym{color:var(--pseudonym);font-weight:700}.post-menu-button{transition:transform .1s;display:inline-block;color:var(--post-menu-button)}.post-menu-button:hover{color:var(--post-menu-button-open)}.post-menu-button-open{transform:rotate(90deg);color:var(--post-menu-button-open)}:root.theme-dark{--background: #151515;--text: white;--quotetext: rgb(255, 110, 110);--error-message: rgb(255, 141, 141);--link: gray;--link-hover: rgb(255, 110, 110);--pseudonym: white;--elevated-username: red;--button-background: rgb(102, 102, 102);--button-border: #200909;--button-border-hover: red;--post-border: black;--post-background: rgb(32, 32, 32);--post-background-highlight: rgb(102, 102, 102);--post-title: #cc020f;--post-menu-button: gray;--post-menu-button-open: #cc020f;--post-menu-background: white;--post-menu-border: white;--post-reference: red;--report-border: #ce6c6cff;--report-background: #ffd7d7ff}:root.theme-light{--background: white;--text: black;--quotetext: rgb(255, 110, 110);--error-message: red;--link: rgb(167, 67, 97);--link-hover: rgb(255, 110, 110);--pseudonym: black;--elevated-username: red;--button-background: rgb(102, 102, 102);--button-border: #200909;--button-border-hover: red;--post-border: red;--post-background: #fdeaea;--post-background-highlight: #ff6161;--post-title: #cc020f;--post-menu-button: gray;--post-menu-button-open: #cc020f;--post-menu-background: rgb(230, 230, 230);--post-menu-border: rgb(102, 102, 102);--post-reference: red;--report-border: gray;--report-background: rgb(255, 104, 104)}@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color: #ebebeb;--highlight-color: #f5f5f5;--animation-duration: 1.5s;--animation-direction: normal;--pseudo-element-display: block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:var( --custom-highlight-background, linear-gradient( 90deg, var(--base-color) 0%, var(--highlight-color) 50%, var(--base-color) 100% ) );transform:translate(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media(prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display: none}}.action-button{cursor:pointer;padding:5px;flex:1}.hidden{visibility:hidden}.approve{cursor:pointer;padding:5px;border:2px solid green;box-shadow:0 2px #0ea5e9;-webkit-user-select:none;user-select:none;color:green}.reject{cursor:pointer;padding:5px;border:2px solid red;box-shadow:0 2px #0ea5e9;-webkit-user-select:none;user-select:none;color:red}.reply-post{background:var(--post-background);margin:.2em 16px;padding:.2em .3em .5em .7em;border-width:1px;border-style:none solid solid none;border-color:var(--post-border);display:inline-block;border-radius:10px}.hovered{background:var(--post-background-highlight)}.original-post{margin-right:20px;margin-bottom:5px}svg{width:15px;height:15px}#plus-light,#minus-light{fill:#000}#plus-dark,#minus-dark{fill:var(--post-title)}#root{width:97%;padding:2rem}.main-container{display:flex;flex-direction:column;justify-content:flex-start;min-height:100vh}.rules{display:flex;justify-content:center;flex-direction:column;align-items:center}.rule-number{line-height:38px;text-align:center;font-size:xx-large;width:60px;height:60px}.rule-content>p{padding-left:0;margin-right:20px;font-size:14x}.rule-content>p:first-of-type{font-weight:700;padding-left:0;font-size:large}.rule-content ul>li{font-size:16px;list-style-type:"- "}.faq{display:flex;justify-content:center;flex-direction:column;align-items:center}table{border-collapse:collapse}tr{border:2px solid var(--link)}.faq-content>p{padding-left:0;margin-right:0;font-size:14x}.faq-content>p:first-of-type{font-weight:700;padding-left:0;font-size:large}
