: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;--link-font-weight: 500}#root{background:var(--background);color:var(--text)}a{font-weight:var(--link-font-weight);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}ul{list-style:none}.error{color:var(--error-message);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}}.post-form div{width:350px}.post-form textarea{min-width:500px;min-height:10em!important}@media(max-width:550px){.post-form textarea{min-width:auto;width:calc(100vw - 20px)!important}}.preview{display:flex;align-items:flex-start}.preview-button{cursor:pointer;background:none;border:none;padding:5px}.preview-image{display:inline-block}.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}.image-container{display:flex;flex-direction:column;margin:10px}.border{border:5px solid #ff4500}.image-container img{max-width:calc(100% - 40px)}.image-container img{align-self:center;justify-content:middle;margin:10px 20px;border:none;cursor:pointer;flex-grow:0;flex-shrink:0}.catalog{display:flex;flex-wrap:wrap;margin-top:40px;margin-left:25px;margin-right:25px;justify-content:center;gap:50px}@media(max-width:550px){.catalog{margin-left:0;margin-right:0}}.catalog-thread{vertical-align:top;text-align:center;font-weight:400;width:250px;height:400px;overflow:hidden;position:relative;font-size:11px;padding:15px;border:2px solid rgba(111,111,111,.34);background:#b6b6b61f}@media(max-width:550px){.catalog-thread{width:100vw}}.reply-post{background:var(--post-background);margin:.2em 64px;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;width:fit-content}@media(max-width:550px){.reply-post{width:calc(100%-10px);margin:5px}}.hovered{background:var(--post-background-highlight)}.content{display:flex;align-items:flex-start;flex-direction:row}@media(max-width:550px){.content{flex-direction:column}}menu{margin:0;padding:0;font-size:100%;font:inherit;list-style-type:none;position:absolute;top:100%;left:0;border:1px solid;cursor:pointer;display:flex;flex-direction:column;width:100px;background:var(--post-menu-background);border-color:var(--post-menu-border)}.side{position:absolute;left:100%;top:0}menu>li>button{cursor:pointer;background:none;border:none;padding:5px}menu>li:not(:first-child){border-top:1px solid;border-color:var(--post-menu-border);border-radius:0}.popout-form{position:absolute;left:100%;top:0;margin-left:5px;background:var(--post-menu-background);border:1px solid var(--post-menu-border);padding:10px}.post-reference{color:var(--post-reference);text-decoration:none;margin-right:5px}.small{font-size:12px}.missing{text-decoration:line-through;font-weight:500}@media(max-width:550px){.post-header{margin-left:10px}}.post-header>*{margin-right:5px}.post-header-skeleton>*{margin-right:10px}.post-title{color:var(--post-title);font-weight:700}@media(max-width:550px){.post-title{display:block;text-align:center}}.pseudonym{color:var(--pseudonym);font-weight:700}@media(max-width:550px){.pseudonym{display:inline-block;margin-top:10px}}.elevated-username{color:var(--elevated-username);font-weight:700}.anonymous-user-info{font-size:12px}.anonymous-user-info span{color:gray}.anonymous-user-info span:nth-child(odd){color:var(--elevated-username)}.post-text{word-wrap:break-word;white-space:pre-wrap;margin-left:1.8em;margin-top:.8em;padding-right:3em;padding-bottom:.3em}@media(max-width:550px){.post-text{margin:10px 0;padding:0 20px}}.post-text blockquote{margin:unset;color:var(--quotetext)}.post-text p{margin:unset;margin-bottom:1em}.post-text *:last-child{margin-bottom:0}svg{width:15px;height:15px}#plus-light,#minus-light{fill:#000}#plus-dark,#minus-dark{fill:var(--post-title)}article.thread{margin-bottom:40px;display:flex;flex-direction:column}article.minimized{display:flex;flex-direction:row;margin-bottom:10px}.omitted{margin-left:20px;margin-bottom:20px}@media(max-width:550px){.omitted{margin-top:10px;font-size:14px}}article.original-post{display:flex;align-items:flex-start;flex-direction:row;margin-right:20px;margin-bottom:5px}@media(max-width:550px){article.original-post{flex-direction:column;align-items:center;margin:0}}.board-nav{margin-top:20px}.board-nav>*{margin-right:5px}#root{width:97%;padding:2rem}@media(max-width:550px){#root{padding:5px}}.main-container{display:flex;flex-direction:column;justify-content:flex-start;min-height:100vh}.theme-switcher{display:inline-block}.theme-switcher>span{font-weight:var(--link-font-weight)}img.banner{display:block;margin:40px auto auto;max-width:600px;max-height:100px}@media(max-width:550px){img.banner{width:100%}}.page-header{text-align:center}nav{display:inline-block}nav>span{color:#000;font-weight:var(--link-font-weight)}.logged-in-message{color:var(--error-message)}.report-list{display:flex;flex-direction:column}.container{display:flex;justify-content:center;flex-direction:row}@media(max-width:550px){.container{flex-direction:column-reverse}}.section{width:50%;max-width:450px}@media(max-width:550px){.section{width:100%;max-width:100%;overflow:hidden}.section>ul{padding:10px}.section>ul>li:nth-child(n+10){display:none}.section>h3{text-align:center}}.item{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;color:var(--link)}.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}
