.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}
/*!
 * jQuery UI Draggable 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 */
.ui-draggable-handle {
	touch-action: none;
}

/*!
 * jQuery UI Resizable 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 */
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}

/*!
 * jQuery UI Sortable 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 */
.ui-sortable-handle {
	touch-action: none;
}

html{-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none}html,body{height:100%}*,::before,::after{box-sizing:border-box;border-width:0;border-style:solid;border-color:var(--default-border-color)}body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,blockquote,pre,dl,dd,menu,input{margin:0}table{border-collapse:collapse}ol,ul,menu{padding:0;list-style:none}input,select,textarea,button{color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;line-height:inherit}img,svg,video,canvas,iframe{display:block;vertical-align:middle}
html{--text-xxs: 0.5625rem;--text-xs: 0.6875rem;--text-sm: 0.75rem;--text-md: 0.875rem;--text-lg: 1rem;--text-xl: 1.3125rem;--text-xxl: 1.75rem;--emoji-font: "Twemoji";--header-font: "Tahoma", "Verdana", "Helvetica", var(--emoji-font), sans-serif;--body-font: "Verdana", "Helvetica", var(--emoji-font), sans-serif;--monospace-font: monospace;--arial-font: "Arial", "Helvetica", sans-serif}[hidden],[x-cloak]{display:none !important}html:not(:has(:-webkit-full-screen)){scrollbar-gutter:stable}html:not(:has(:fullscreen)){scrollbar-gutter:stable}body{color:var(--text-color);background-color:var(--body-background-color);font-family:var(--body-font);font-size:var(--text-md);line-height:1.25em}dd{margin-bottom:1em}dt{font-weight:bold}h1,h2,h3,h4,h5,h6,.heading{font-family:var(--header-font);font-weight:bold;line-height:1.5em;color:var(--header-color)}h1{font-size:var(--text-xxl)}h2{font-size:var(--text-lg)}h3,h4,h5,h6{font-size:var(--text-md)}input,select,textarea,button{background-color:var(--form-input-background);border-color:var(--form-input-border-color);border-width:1px;padding:.125rem .25rem}:where(input[type=checkbox],input[type=radio]){accent-color:var(--checkbox-selected-color)}::placeholder{color:var(--form-input-placeholder-text-color);font-size:.9em;padding-left:.5em}::selection{color:var(--inverse-text-color);background-color:var(--selection-background-color)}::target-text{color:var(--inverse-text-color);background-color:var(--target-text-background-color)}:target[id]:not(h1,h2,h3,h4,h5,h6){background-color:var(--target-background) !important}:focus-visible{outline:2px solid var(--focus-ring-color);outline-offset:-2px;border-color:rgba(0,0,0,0)}menu>li{display:inline}p{margin-bottom:1em}details summary{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;outline:none}.fineprint{color:var(--muted-text-color);font-style:italic;font-size:.8em}a.link-plain{color:unset}a.link-plain:hover{text-decoration:underline}.fixed-width-container{max-width:60rem}ul.list-bulleted{list-style:inside disc}ul.list-inline,ul.list-inline li{display:inline}.fit-width{max-width:100%;height:auto !important}.fit-height{max-height:90vh;height:auto !important}.svg-icon{display:inline-block;height:1em}.mobile-only{display:none !important}@media(max-width: 660px){.mobile-only{display:initial !important}}@media(max-width: 660px){.desktop-only{display:none !important}}
a{color:var(--link-color);text-decoration:none}a:visited{color:var(--link-color)}a:hover,a:active{color:var(--link-hover-color)}a.active{font-weight:bold}a.active-link{color:var(--link-color)}a.active-link:hover,a.active-link:focus{background-color:var(--subnav-menu-background-color);outline:none}a.inactive-link{color:var(--muted-text-color)}a.inactive-link:hover{color:var(--link-hover-color)}a[rel*=external]{word-break:break-all}
html{--grey-0: #f6f6f8;--grey-1: #e8e8ec;--grey-2: #d1d1da;--grey-3: #ababbc;--grey-4: #9192a7;--grey-5: #777892;--grey-6: #5b5c79;--grey-7: #3f4058;--grey-8: #2c2d3f;--grey-9: #1e1e2c;--red-0: #fff4f4;--red-1: #fbe3e3;--red-2: #ffc3c3;--red-3: #ff8a8b;--red-4: #ff5a5b;--red-5: #ed2426;--red-6: #c00004;--red-7: #861011;--red-8: #5c1313;--red-9: #391313;--orange-0: #fff4f0;--orange-1: #ffe2d5;--orange-2: #ffc5a5;--orange-3: #fd9200;--orange-4: #d97c00;--orange-5: #b56700;--orange-6: #8d4f00;--orange-7: #653700;--orange-8: #482500;--orange-9: #331900;--yellow-0: #fdf6e6;--yellow-1: #f7e7c3;--yellow-2: #ead084;--yellow-3: #ccaa00;--yellow-4: #ae9100;--yellow-5: #917800;--yellow-6: #705d00;--yellow-7: #504100;--yellow-8: #382d00;--yellow-9: #271f04;--green-0: #e8fce9;--green-1: #cbf2ce;--green-2: #93e49a;--green-3: #35c64a;--green-4: #00ab2c;--green-5: #008e23;--green-6: #006e19;--green-7: #004e0f;--green-8: #003708;--green-9: #002604;--azure-0: #f1f7ff;--azure-1: #d9eaff;--azure-2: #afd5ff;--azure-3: #4bb4ff;--azure-4: #009be6;--azure-5: #0081c0;--azure-6: #006496;--azure-7: #00466b;--azure-8: #00314d;--azure-9: #002237;--blue-0: #f4f6ff;--blue-1: #e1e8ff;--blue-2: #c3d0ff;--blue-3: #8caaff;--blue-4: #5d8fff;--blue-5: #0075f8;--blue-6: #005ac3;--blue-7: #003f8d;--blue-8: #002c66;--blue-9: #001e4a;--purple-0: #f9f5ff;--purple-1: #ece5f8;--purple-2: #ddc9fb;--purple-3: #c797ff;--purple-4: #b871ff;--purple-5: #ab3fff;--purple-6: #9000df;--purple-7: #6700a1;--purple-8: #421765;--purple-9: #2f0e49;--magenta-0: #fff3ff;--magenta-1: #f8e1f8;--magenta-2: #fabefb;--magenta-3: #fd78ff;--magenta-4: #fd23ff;--magenta-5: #d700d9;--magenta-6: #a800aa;--magenta-7: #79007a;--magenta-8: #4f1450;--magenta-9: #380c39;--white: #ffffff;--black: #000000;--shadow-lg: 0 10px 15px -3px rgba(0 0 0 / 10%), 0 4px 6px -2px rgba(0 0 0 / 5%)}html,body[data-current-user-theme=light]{--body-background-color: var(--white);--text-color: var(--black);--inverse-text-color: var(--white);--muted-text-color: var(--grey-4);--header-color: var(--grey-9);--link-color: var(--blue-5);--link-hover-color: var(--blue-3);--focus-ring-color: var(--link-color);--default-border-color: var(--grey-1);--success-color: var(--green-5);--warning-color: var(--yellow-3);--error-color: var(--red-5);--success-hover-color: var(--green-4);--warning-hover-color: var(--yellow-2);--error-hover-color: var(--red-4);--error-background-color: var(--red-1);--success-background-color: var(--green-0);--target-background: var(--yellow-0);--selection-background-color: var(--link-color);--target-text-background-color: var(--magenta-5);--subnav-menu-background-color: var(--blue-0);--responsive-menu-background-color: var(--blue-1);--card-background-color: var(--body-background-color);--chip-primary-background-color: var(--blue-0);--chip-secondary-background-color: var(--white);--chip-red-background-color: var(--red-0);--chip-green-background-color: var(--green-0);--chip-blue-background-color: var(--blue-0);--chip-yellow-background-color: var(--yellow-0);--chip-red-border-color: var(--red-2);--chip-green-border-color: var(--green-2);--chip-blue-border-color: var(--blue-2);--chip-yellow-border-color: var(--yellow-2);--badge-blue-background-color: var(--blue-5);--form-input-background: var(--body-background-color);--form-input-border-color: var(--grey-2);--form-input-placeholder-text-color: var(--grey-4);--form-input-validation-error-border-color: var(--red-4);--form-input-validation-error-text-color: var(--red-5);--form-button-text-color: var(--text-color);--form-button-disabled-text-color: var(--grey-5);--form-button-background: var(--grey-1);--form-button-border-color: var(--grey-2);--form-button-hover-background: var(--grey-0);--form-button-hover-box-shadow-color: var(--grey-5);--form-button-active-background: var(--grey-2);--checkbox-selected-color: var(--link-color);--toggle-switch-unselected-color: var(--grey-3);--toggle-switch-selected-color: var(--checkbox-selected-color);--toggle-switch-indeterminate-color: var(--link-hover-color);--toggle-switch-handle-color: var(--inverse-text-color);--dtext-editor-menu-background-color: var(--blue-0);--button-text-color: var(--white);--button-disabled-color: var(--grey-5);--button-primary-background-color: var(--link-color);--button-primary-hover-background-color: var(--link-hover-color);--button-danger-background-color: var(--red-5);--button-danger-hover-background-color: var(--red-4);--button-outline-primary-color: var(--link-color);--button-outline-danger-color: var(--red-5);--quick-search-form-background: var(--body-background-color);--user-upgrade-basic-background-color: var(--blue-0);--user-upgrade-gold-background-color: var(--yellow-1);--user-upgrade-platinum-background-color: var(--blue-1);--table-header-border-color: var(--grey-6);--table-row-border-color: var(--grey-2);--table-row-hover-background: var(--blue-1);--table-even-row-background: var(--grey-0);--preview-pending-color: var(--blue-5);--preview-flagged-color: var(--red-5);--preview-deleted-color: var(--grey-9);--preview-has-children-color: var(--green-3);--preview-has-parent-color: var(--yellow-3);--preview-selected-color: rgba(0 0 0 / 15%);--preview-icon-color: var(--inverse-text-color);--preview-icon-background: rgba(0 0 0 / 70%);--media-asset-placeholder-background-color: var(--grey-1);--modqueue-tag-warning-color: var(--red-1);--uploads-dropzone-background: var(--grey-1);--uploads-dropzone-progress-bar-foreground-color: var(--link-color);--uploads-dropzone-progress-bar-background-color: var(--grey-2);--forum-vote-up-color: var(--green-5);--forum-vote-meh-color: var(--orange-3);--forum-vote-down-color: var(--red-5);--forum-topic-status-new-color: var(--red-5);--forum-topic-status-pending-color: var(--blue-5);--forum-topic-status-approved-color: var(--green-5);--forum-topic-status-rejected-color: var(--red-5);--moderation-report-text-color: var(--red-5);--moderation-report-background-color: var(--red-1);--comment-sticky-background-color: var(--blue-0);--post-tooltip-background-color: var(--body-background-color);--post-tooltip-border-color: var(--grey-2);--post-tooltip-header-background-color: var(--blue-0);--post-tooltip-info-color: var(--muted-text-color);--post-tooltip-scrollbar-background: var(--grey-4);--post-tooltip-scrollbar-thumb-color: var(--grey-5);--post-tooltip-scrollbar-track-background: var(--grey-1);--user-tooltip-positive-feedback-color: var(--orange-3);--user-tooltip-negative-feedback-color: var(--red-5);--autocomplete-selected-background-color: var(--blue-1);--autocomplete-border-color: var(--grey-2);--autocomplete-tag-autocorrect-underline: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAADCAYAAAC09K7GAAAAHElEQVQYV2NkQAL/GRj+M4IJBgY4zQhSABMEsQHMOAgCT5YN9gAAAABJRU5ErkJggg==);--diff-list-added-color: var(--green-5);--diff-list-removed-color: var(--red-5);--diff-list-obsolete-added-color: var(--green-7);--diff-list-obsolete-removed-color: var(--red-7);--wiki-page-versions-diff-del-background: var(--red-2);--wiki-page-versions-diff-ins-background: var(--green-2);--post-notice-border-color: var(--grey-2);--post-parent-notice-background: var(--green-0);--post-child-notice-background: var(--yellow-0);--post-pending-notice-background: var(--blue-1);--post-banned-notice-background: var(--red-1);--post-deleted-notice-background: var(--red-1);--post-resized-notice-background: var(--magenta-1);--post-search-notice-background: var(--grey-1);--post-artist-commentary-container-background: var(--grey-0);--post-artist-commentary-container-border-color: var(--grey-1);--post-upvote-color: var(--link-color);--post-downvote-color: var(--red-5);--note-body-background: #ffffee;--note-body-text-color: var(--black);--note-body-border-color: var(--black);--note-box-border-color: var(--black);--note-box-shadow: 0 0 0 1px white;--unsaved-note-box-border-color: var(--red-4);--movable-note-box-border-color: var(--blue-5);--note-preview-border-color: var(--red-4);--note-preview-background: var(--note-body-background);--note-highlight-color: var(--blue-5);--note-tn-color: var(--muted-text-color);--series-pool-color: var(--copyright-tag-color);--series-pool-hover-color: var(--copyright-tag-hover-color);--collection-pool-color: var(--general-tag-color);--collection-pool-hover-color: var(--general-tag-hover-color);--post-mode-menu-active-post-outline-color: var(--blue-2);--post-mode-menu-translation-background: var(--blue-2);--tag-count-color: var(--muted-text-color);--low-post-count-color: var(--red-5);--remove-favorite-button: var(--red-4);--ugoira-background-color: var(--black);--ugoira-controls-icon-color: var(--white);--ugoira-controls-icon-hover-color: var(--azure-3);--ugoira-controls-background-color: var(--grey-9);--ugoira-controls-popup-hover-background-color: var(--grey-6);--ugoira-controls-divider-color: var(--grey-6);--ugoira-slider-playback-color: var(--azure-3);--ugoira-slider-loading-color: var(--grey-3);--ugoira-slider-unloaded-color: var(--grey-5);--keyboard-shortcut-color: var(--inverse-text-color);--keyboard-shortcut-background-color: var(--grey-6);--login-link-color: var(--red-5);--divider-border-color: var(--grey-1);--divider-border-hover-color: var(--grey-3);--jquery-ui-widget-content-background: var(--body-background-color);--dialog-titlebar-background-color: var(--grey-1);--dialog-titlebar-color: var(--text-color);--dialog-border-color: var(--dialog-titlebar-background-color);--notice-error-background: var(--red-1);--notice-error-border-color: var(--red-2);--notice-info-background: var(--yellow-0);--notice-info-border-color: var(--yellow-1);--dtext-blockquote-border-color: var(--grey-4);--dtext-hr-color: var(--grey-2);--dtext-code-background: var(--grey-1);--dtext-details-background-color: var(--grey-0);--dtext-details-summary-background-color: var(--grey-1);--dtext-details-summary-hover-background-color: var(--grey-2);--dtext-details-summary-text-color: var(--header-color);--dtext-spoiler-background-color: var(--text-color);--dtext-spoiler-hover-color: var(--inverse-text-color);--paginator-arrow-background-color: var(--inverse-text-color);--paginator-arrow-color: var(--link-color);--asset-paginator-link-color: var(--link-color);--asset-paginator-link-hover-color: var(--link-color);--asset-paginator-background-color: var(--white);--asset-paginator-background-hover-color: var(--white);--artist-tag-color: var(--red-6);--artist-tag-hover-color: var(--red-5);--copyright-tag-color: var(--magenta-6);--copyright-tag-hover-color: var(--magenta-5);--character-tag-color: var(--green-4);--character-tag-hover-color: var(--green-3);--general-tag-color: var(--link-color);--general-tag-hover-color: var(--link-hover-color);--meta-tag-color: var(--orange-3);--meta-tag-hover-color: var(--orange-2);--user-owner-color: var(--user-admin-color);--user-admin-color: var(--red-5);--user-moderator-color: var(--character-tag-color);--user-builder-color: var(--copyright-tag-color);--user-platinum-color: var(--grey-5);--user-gold-color: var(--meta-tag-color);--user-member-color: var(--general-tag-color);--user-restricted-color: var(--general-tag-color);--user-banned-color: var(--grey-7);--user-owner-hover-color: var(--user-admin-hover-color);--user-admin-hover-color: var(--red-4);--user-moderator-hover-color: var(--character-tag-hover-color);--user-builder-hover-color: var(--copyright-tag-hover-color);--user-platinum-hover-color: var(--grey-4);--user-gold-hover-color: var(--meta-tag-hover-color);--user-member-hover-color: var(--general-tag-hover-color);--user-restricted-hover-color: var(--general-tag-hover-color);--user-banned-hover-color: var(--grey-6);--user-verified-email-color: var(--green-4);--user-unverified-email-color: var(--yellow-2);--news-updates-background: var(--grey-0);--news-updates-border-color: var(--grey-1);--inactive-artist-url-color: var(--red-6);--inactive-artist-url-hover-color: var(--red-5);--banned-artist-label-color: var(--red-5);--deleted-artist-label-color: var(--grey-6)}body[data-current-user-theme=dark]{--body-background-color: var(--grey-9);--text-color: var(--grey-2);--inverse-text-color: var(--grey-0);--muted-text-color: var(--grey-4);--header-color: var(--grey-1);--link-color: var(--azure-4);--link-hover-color: var(--azure-3);--focus-ring-color: var(--link-color);--success-color: var(--green-4);--warning-color: var(--yellow-3);--error-color: var(--red-4);--success-hover-color: var(--green-3);--warning-hover-color: var(--yellow-2);--error-hover-color: var(--red-3);--default-border-color: var(--grey-7);--error-background-color: var(--red-9);--success-background-color: var(--green-9);--target-background: var(--azure-8);--selection-background-color: var(--blue-5);--target-text-background-color: var(--magenta-5);--subnav-menu-background-color: var(--grey-8);--responsive-menu-background-color: var(--grey-8);--card-background-color: var(--grey-8);--chip-primary-background-color: var(--grey-8);--chip-secondary-background-color: var(--grey-7);--chip-red-background-color: var(--red-8);--chip-green-background-color: var(--green-8);--chip-blue-background-color: var(--blue-8);--chip-yellow-background-color: var(--yellow-8);--chip-red-border-color: var(--red-6);--chip-green-border-color: var(--green-6);--chip-blue-border-color: var(--blue-6);--chip-yellow-border-color: var(--yellow-6);--badge-blue-background-color: var(--blue-5);--form-input-background: var(--grey-7);--form-input-border-color: var(--grey-5);--form-input-placeholder-text-color: var(--grey-3);--form-input-validation-error-border-color: var(--red-4);--form-input-validation-error-text-color: var(--red-5);--form-button-text-color: var(--grey-9);--form-button-disabled-text-color: var(--grey-5);--form-button-background: var(--grey-2);--form-button-border-color: var(--grey-4);--form-button-hover-background: var(--grey-0);--form-button-hover-box-shadow-color: var(--grey-5);--form-button-active-background: var(--grey-3);--checkbox-selected-color: var(--blue-5);--toggle-switch-unselected-color: var(--grey-5);--toggle-switch-selected-color: var(--checkbox-selected-color);--toggle-switch-indeterminate-color: var(--link-color);--toggle-switch-handle-color: var(--inverse-text-color);--dtext-editor-menu-background-color: var(--grey-8);--button-text-color: var(--white);--button-disabled-color: var(--grey-4);--button-primary-background-color: var(--link-color);--button-primary-hover-background-color: var(--link-hover-color);--button-danger-background-color: var(--red-4);--button-danger-hover-background-color: var(--red-3);--button-outline-primary-color: var(--azure-4);--button-outline-danger-color: var(--red-4);--quick-search-form-background: var(--grey-9);--user-upgrade-basic-background-color: var(--grey-8);--user-upgrade-gold-background-color: var(--grey-7);--user-upgrade-platinum-background-color: var(--blue-9);--table-header-border-color: var(--grey-7);--table-row-border-color: var(--grey-7);--table-even-row-background: var(--grey-8);--table-row-hover-background: var(--grey-7);--preview-pending-color: var(--azure-4);--preview-flagged-color: var(--red-5);--preview-deleted-color: var(--grey-3);--preview-has-children-color: var(--green-3);--preview-has-parent-color: var(--orange-3);--preview-selected-color: rgba(255 255 255 / 25%);--media-asset-placeholder-background-color: var(--grey-8);--modqueue-tag-warning-color: var(--red-7);--uploads-dropzone-background: var(--grey-7);--uploads-dropzone-progress-bar-foreground-color: var(--blue-5);--uploads-dropzone-progress-bar-background-color: var(--grey-6);--forum-vote-up-color: var(--green-4);--forum-vote-meh-color: var(--yellow-2);--forum-vote-down-color: var(--red-4);--forum-topic-status-new-color: var(--red-3);--forum-topic-status-pending-color: var(--azure-3);--forum-topic-status-approved-color: var(--green-3);--forum-topic-status-rejected-color: var(--red-3);--moderation-report-text-color: var(--red-4);--moderation-report-background-color: var(--red-9);--comment-sticky-background-color: var(--azure-8);--post-tooltip-background-color: var(--grey-8);--post-tooltip-border-color: var(--grey-7);--post-tooltip-header-background-color: var(--grey-8);--post-tooltip-info-color: var(--grey-2);--post-tooltip-scrollbar-background: var(--grey-4);--post-tooltip-scrollbar-thumb-color: var(--grey-5);--post-tooltip-scrollbar-track-background: var(--grey-1);--user-tooltip-positive-feedback-color: var(--yellow-1);--user-tooltip-negative-feedback-color: var(--red-1);--autocomplete-selected-background-color: var(--grey-7);--autocomplete-border-color: var(--grey-4);--diff-list-added-color: var(--green-4);--diff-list-removed-color: var(--red-4);--diff-list-obsolete-added-color: var(--green-6);--diff-list-obsolete-removed-color: var(--red-6);--wiki-page-versions-diff-del-background: var(--red-8);--wiki-page-versions-diff-ins-background: var(--green-8);--post-notice-border-color: var(--grey-7);--post-parent-notice-background: var(--green-8);--post-child-notice-background: var(--yellow-8);--post-pending-notice-background: var(--blue-8);--post-banned-notice-background: var(--red-8);--post-deleted-notice-background: var(--red-8);--post-resized-notice-background: var(--purple-8);--post-search-notice-background: var(--grey-8);--post-artist-commentary-container-background: var(--grey-8);--post-artist-commentary-container-border-color: var(--grey-7);--post-upvote-color: var(--link-color);--post-downvote-color: var(--red-4);--unsaved-note-box-border-color: var(--red-5);--movable-note-box-border-color: var(--blue-5);--note-preview-border-color: var(--red-5);--note-highlight-color: var(--blue-5);--series-pool-color: var(--copyright-tag-color);--series-pool-hover-color: var(--copyright-tag-hover-color);--collection-pool-color: var(--general-tag-color);--collection-pool-hover-color: var(--general-tag-hover-color);--post-mode-menu-active-post-outline-color: var(--azure-4);--post-mode-menu-translation-background: var(--blue-8);--low-post-count-color: var(--red-4);--remove-favorite-button: var(--red-4);--ugoira-background-color: var(--black);--ugoira-controls-icon-color: var(--white);--ugoira-controls-icon-hover-color: var(--azure-4);--ugoira-controls-background-color: var(--grey-9);--ugoira-controls-popup-hover-background-color: var(--grey-6);--ugoira-controls-divider-color: var(--grey-6);--ugoira-slider-playback-color: var(--azure-4);--ugoira-slider-loading-color: var(--grey-3);--ugoira-slider-unloaded-color: var(--grey-5);--keyboard-shortcut-color: var(--grey-0);--keyboard-shortcut-background-color: var(--grey-7);--login-link-color: var(--red-4);--divider-border-color: var(--grey-7);--divider-border-hover-color: var(--grey-6);--jquery-ui-widget-content-background: var(--grey-8);--dialog-titlebar-background-color: var(--grey-1);--dialog-titlebar-color: var(--grey-9);--dialog-border-color: var(--dialog-titlebar-background-color);--notice-error-background: var(--red-8);--notice-error-border-color: var(--red-7);--notice-info-background: var(--azure-8);--notice-info-border-color: var(--azure-6);--dtext-blockquote-border-color: var(--grey-4);--dtext-hr-color: var(--grey-7);--dtext-code-background: var(--grey-8);--dtext-details-background-color: var(--grey-8);--dtext-details-summary-background-color: var(--grey-7);--dtext-details-summary-hover-background-color: var(--grey-6);--dtext-details-summary-text-color: var(--text-color);--dtext-spoiler-background-color: black;--dtext-spoiler-hover-color: var(--grey-0);--paginator-arrow-background-color: var(--grey-0);--paginator-arrow-color: var(--link-color);--asset-paginator-link-color: var(--white);--asset-paginator-link-hover-color: var(--white);--asset-paginator-background-color: var(--grey-9);--asset-paginator-background-hover-color: var(--grey-8);--artist-tag-color: var(--red-3);--artist-tag-hover-color: var(--red-2);--copyright-tag-color: var(--purple-3);--copyright-tag-hover-color: var(--purple-2);--character-tag-color: var(--green-3);--character-tag-hover-color: var(--green-2);--general-tag-color: var(--azure-4);--general-tag-hover-color: var(--azure-3);--meta-tag-color: var(--yellow-2);--meta-tag-hover-color: var(--yellow-1);--user-owner-color: var(--user-admin-color);--user-admin-color: var(--artist-tag-color);--user-moderator-color: var(--character-tag-color);--user-builder-color: var(--copyright-tag-color);--user-platinum-color: var(--grey-3);--user-gold-color: var(--meta-tag-color);--user-member-color: var(--general-tag-color);--user-restricted-color: var(--general-tag-color);--user-banned-color: var(--grey-5);--user-owner-hover-color: var(--user-admin-hover-color);--user-admin-hover-color: var(--artist-tag-hover-color);--user-moderator-hover-color: var(--character-tag-hover-color);--user-builder-hover-color: var(--copyright-tag-hover-color);--user-platinum-hover-color: var(--grey-2);--user-gold-hover-color: var(--meta-tag-hover-color);--user-member-hover-color: var(--general-tag-hover-color);--user-restricted-hover-color: var(--general-tag-hover-color);--user-banned-hover-color: var(--grey-4);--user-verified-email-color: var(--green-3);--user-unverified-email-color: var(--yellow-2);--news-updates-background: var(--grey-7);--news-updates-border-color: var(--grey-6);--inactive-artist-url-color: var(--red-4);--inactive-artist-url-hover-color: var(--red-3);--banned-artist-label-color: var(--red-5);--deleted-artist-label-color: var(--grey-6)}@media(prefers-color-scheme: dark){body{--body-background-color: var(--grey-9);--text-color: var(--grey-2);--inverse-text-color: var(--grey-0);--muted-text-color: var(--grey-4);--header-color: var(--grey-1);--link-color: var(--azure-4);--link-hover-color: var(--azure-3);--focus-ring-color: var(--link-color);--success-color: var(--green-4);--warning-color: var(--yellow-3);--error-color: var(--red-4);--success-hover-color: var(--green-3);--warning-hover-color: var(--yellow-2);--error-hover-color: var(--red-3);--default-border-color: var(--grey-7);--error-background-color: var(--red-9);--success-background-color: var(--green-9);--target-background: var(--azure-8);--selection-background-color: var(--blue-5);--target-text-background-color: var(--magenta-5);--subnav-menu-background-color: var(--grey-8);--responsive-menu-background-color: var(--grey-8);--card-background-color: var(--grey-8);--chip-primary-background-color: var(--grey-8);--chip-secondary-background-color: var(--grey-7);--chip-red-background-color: var(--red-8);--chip-green-background-color: var(--green-8);--chip-blue-background-color: var(--blue-8);--chip-yellow-background-color: var(--yellow-8);--chip-red-border-color: var(--red-6);--chip-green-border-color: var(--green-6);--chip-blue-border-color: var(--blue-6);--chip-yellow-border-color: var(--yellow-6);--badge-blue-background-color: var(--blue-5);--form-input-background: var(--grey-7);--form-input-border-color: var(--grey-5);--form-input-placeholder-text-color: var(--grey-3);--form-input-validation-error-border-color: var(--red-4);--form-input-validation-error-text-color: var(--red-5);--form-button-text-color: var(--grey-9);--form-button-disabled-text-color: var(--grey-5);--form-button-background: var(--grey-2);--form-button-border-color: var(--grey-4);--form-button-hover-background: var(--grey-0);--form-button-hover-box-shadow-color: var(--grey-5);--form-button-active-background: var(--grey-3);--checkbox-selected-color: var(--blue-5);--toggle-switch-unselected-color: var(--grey-5);--toggle-switch-selected-color: var(--checkbox-selected-color);--toggle-switch-indeterminate-color: var(--link-color);--toggle-switch-handle-color: var(--inverse-text-color);--dtext-editor-menu-background-color: var(--grey-8);--button-text-color: var(--white);--button-disabled-color: var(--grey-4);--button-primary-background-color: var(--link-color);--button-primary-hover-background-color: var(--link-hover-color);--button-danger-background-color: var(--red-4);--button-danger-hover-background-color: var(--red-3);--button-outline-primary-color: var(--azure-4);--button-outline-danger-color: var(--red-4);--quick-search-form-background: var(--grey-9);--user-upgrade-basic-background-color: var(--grey-8);--user-upgrade-gold-background-color: var(--grey-7);--user-upgrade-platinum-background-color: var(--blue-9);--table-header-border-color: var(--grey-7);--table-row-border-color: var(--grey-7);--table-even-row-background: var(--grey-8);--table-row-hover-background: var(--grey-7);--preview-pending-color: var(--azure-4);--preview-flagged-color: var(--red-5);--preview-deleted-color: var(--grey-3);--preview-has-children-color: var(--green-3);--preview-has-parent-color: var(--orange-3);--preview-selected-color: rgba(255 255 255 / 25%);--media-asset-placeholder-background-color: var(--grey-8);--modqueue-tag-warning-color: var(--red-7);--uploads-dropzone-background: var(--grey-7);--uploads-dropzone-progress-bar-foreground-color: var(--blue-5);--uploads-dropzone-progress-bar-background-color: var(--grey-6);--forum-vote-up-color: var(--green-4);--forum-vote-meh-color: var(--yellow-2);--forum-vote-down-color: var(--red-4);--forum-topic-status-new-color: var(--red-3);--forum-topic-status-pending-color: var(--azure-3);--forum-topic-status-approved-color: var(--green-3);--forum-topic-status-rejected-color: var(--red-3);--moderation-report-text-color: var(--red-4);--moderation-report-background-color: var(--red-9);--comment-sticky-background-color: var(--azure-8);--post-tooltip-background-color: var(--grey-8);--post-tooltip-border-color: var(--grey-7);--post-tooltip-header-background-color: var(--grey-8);--post-tooltip-info-color: var(--grey-2);--post-tooltip-scrollbar-background: var(--grey-4);--post-tooltip-scrollbar-thumb-color: var(--grey-5);--post-tooltip-scrollbar-track-background: var(--grey-1);--user-tooltip-positive-feedback-color: var(--yellow-1);--user-tooltip-negative-feedback-color: var(--red-1);--autocomplete-selected-background-color: var(--grey-7);--autocomplete-border-color: var(--grey-4);--diff-list-added-color: var(--green-4);--diff-list-removed-color: var(--red-4);--diff-list-obsolete-added-color: var(--green-6);--diff-list-obsolete-removed-color: var(--red-6);--wiki-page-versions-diff-del-background: var(--red-8);--wiki-page-versions-diff-ins-background: var(--green-8);--post-notice-border-color: var(--grey-7);--post-parent-notice-background: var(--green-8);--post-child-notice-background: var(--yellow-8);--post-pending-notice-background: var(--blue-8);--post-banned-notice-background: var(--red-8);--post-deleted-notice-background: var(--red-8);--post-resized-notice-background: var(--purple-8);--post-search-notice-background: var(--grey-8);--post-artist-commentary-container-background: var(--grey-8);--post-artist-commentary-container-border-color: var(--grey-7);--post-upvote-color: var(--link-color);--post-downvote-color: var(--red-4);--unsaved-note-box-border-color: var(--red-5);--movable-note-box-border-color: var(--blue-5);--note-preview-border-color: var(--red-5);--note-highlight-color: var(--blue-5);--series-pool-color: var(--copyright-tag-color);--series-pool-hover-color: var(--copyright-tag-hover-color);--collection-pool-color: var(--general-tag-color);--collection-pool-hover-color: var(--general-tag-hover-color);--post-mode-menu-active-post-outline-color: var(--azure-4);--post-mode-menu-translation-background: var(--blue-8);--low-post-count-color: var(--red-4);--remove-favorite-button: var(--red-4);--ugoira-background-color: var(--black);--ugoira-controls-icon-color: var(--white);--ugoira-controls-icon-hover-color: var(--azure-4);--ugoira-controls-background-color: var(--grey-9);--ugoira-controls-popup-hover-background-color: var(--grey-6);--ugoira-controls-divider-color: var(--grey-6);--ugoira-slider-playback-color: var(--azure-4);--ugoira-slider-loading-color: var(--grey-3);--ugoira-slider-unloaded-color: var(--grey-5);--keyboard-shortcut-color: var(--grey-0);--keyboard-shortcut-background-color: var(--grey-7);--login-link-color: var(--red-4);--divider-border-color: var(--grey-7);--divider-border-hover-color: var(--grey-6);--jquery-ui-widget-content-background: var(--grey-8);--dialog-titlebar-background-color: var(--grey-1);--dialog-titlebar-color: var(--grey-9);--dialog-border-color: var(--dialog-titlebar-background-color);--notice-error-background: var(--red-8);--notice-error-border-color: var(--red-7);--notice-info-background: var(--azure-8);--notice-info-border-color: var(--azure-6);--dtext-blockquote-border-color: var(--grey-4);--dtext-hr-color: var(--grey-7);--dtext-code-background: var(--grey-8);--dtext-details-background-color: var(--grey-8);--dtext-details-summary-background-color: var(--grey-7);--dtext-details-summary-hover-background-color: var(--grey-6);--dtext-details-summary-text-color: var(--text-color);--dtext-spoiler-background-color: black;--dtext-spoiler-hover-color: var(--grey-0);--paginator-arrow-background-color: var(--grey-0);--paginator-arrow-color: var(--link-color);--asset-paginator-link-color: var(--white);--asset-paginator-link-hover-color: var(--white);--asset-paginator-background-color: var(--grey-9);--asset-paginator-background-hover-color: var(--grey-8);--artist-tag-color: var(--red-3);--artist-tag-hover-color: var(--red-2);--copyright-tag-color: var(--purple-3);--copyright-tag-hover-color: var(--purple-2);--character-tag-color: var(--green-3);--character-tag-hover-color: var(--green-2);--general-tag-color: var(--azure-4);--general-tag-hover-color: var(--azure-3);--meta-tag-color: var(--yellow-2);--meta-tag-hover-color: var(--yellow-1);--user-owner-color: var(--user-admin-color);--user-admin-color: var(--artist-tag-color);--user-moderator-color: var(--character-tag-color);--user-builder-color: var(--copyright-tag-color);--user-platinum-color: var(--grey-3);--user-gold-color: var(--meta-tag-color);--user-member-color: var(--general-tag-color);--user-restricted-color: var(--general-tag-color);--user-banned-color: var(--grey-5);--user-owner-hover-color: var(--user-admin-hover-color);--user-admin-hover-color: var(--artist-tag-hover-color);--user-moderator-hover-color: var(--character-tag-hover-color);--user-builder-hover-color: var(--copyright-tag-hover-color);--user-platinum-hover-color: var(--grey-2);--user-gold-hover-color: var(--meta-tag-hover-color);--user-member-hover-color: var(--general-tag-hover-color);--user-restricted-hover-color: var(--general-tag-hover-color);--user-banned-hover-color: var(--grey-4);--user-verified-email-color: var(--green-3);--user-unverified-email-color: var(--yellow-2);--news-updates-background: var(--grey-7);--news-updates-border-color: var(--grey-6);--inactive-artist-url-color: var(--red-4);--inactive-artist-url-hover-color: var(--red-3);--banned-artist-label-color: var(--red-5);--deleted-artist-label-color: var(--grey-6)}}

.ui-autocomplete{border-color:var(--autocomplete-border-color);padding-right:0 !important}.ui-autocomplete div.ui-menu-item-wrapper{padding:.25rem;line-height:1}.ui-autocomplete div.ui-menu-item-wrapper.ui-state-active{background-color:var(--autocomplete-selected-background-color)}.ui-autocomplete div.ui-menu-item-wrapper span.autocomplete-arrow{color:var(--text-color)}.ui-autocomplete div.ui-menu-item-wrapper span.post-count{margin-left:1em}.ui-autocomplete li[data-autocomplete-type=tag-autocorrect] .autocomplete-antecedent{position:relative;display:inline-block;background:var(--autocomplete-tag-autocorrect-underline);background-repeat:repeat-x;background-position-y:1.2em;line-height:1.5em}
a.button-outline-danger,button.button-outline-danger,input[type=submit].button-outline-danger,input[type=button].button-outline-danger,a.button-outline-primary,button.button-outline-primary,input[type=submit].button-outline-primary,input[type=button].button-outline-primary,a.button-primary,a.button-danger,button.button-primary,button.button-danger,input[type=submit].button-primary,input[type=submit].button-danger,input[type=button].button-primary,input[type=button].button-danger{display:inline-flex;gap:.25rem;align-items:center;justify-content:center;white-space:nowrap;border-radius:.25rem;border-width:1px;padding:.375rem .875rem;line-height:1;-webkit-user-select:none;-moz-user-select:none;user-select:none}a[disabled].button-outline-danger,button[disabled].button-outline-danger,input[disabled][type=submit].button-outline-danger,input[disabled][type=button].button-outline-danger,a[disabled].button-outline-primary,button[disabled].button-outline-primary,input[disabled][type=submit].button-outline-primary,input[disabled][type=button].button-outline-primary,a[disabled].button-primary,a[disabled].button-danger,button[disabled].button-primary,button[disabled].button-danger,input[disabled][type=submit].button-primary,input[disabled][type=submit].button-danger,input[disabled][type=button].button-primary,input[disabled][type=button].button-danger{cursor:default;pointer-events:none}input[type=button],input[type=submit],button{border-radius:3px;padding:.25em 1em;cursor:pointer;border-color:var(--form-button-border-color);background-color:var(--form-button-background);color:var(--form-button-text-color)}input[type=button]:disabled,input[type=submit]:disabled,button:disabled{cursor:wait;background-color:var(--form-button-hover-background);color:var(--form-button-disabled-text-color)}input[type=button]:not(:disabled):hover,input[type=submit]:not(:disabled):hover,button:not(:disabled):hover{box-shadow:0 0 2px var(--form-button-hover-box-shadow-color);background-color:var(--form-button-hover-background)}input[type=button]:not(:disabled):active,input[type=submit]:not(:disabled):active,button:not(:disabled):active{box-shadow:0 0 2px var(--form-button-hover-box-shadow-color);background-color:var(--form-button-active-background)}a.button-primary,a.button-danger,button.button-primary,button.button-danger,input[type=submit].button-primary,input[type=submit].button-danger,input[type=button].button-primary,input[type=button].button-danger{color:var(--button-text-color);transition:background-color 125ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 125ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 125ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}a.button-primary:hover:not([disabled]),a.button-danger:hover:not([disabled]),button.button-primary:hover:not([disabled]),button.button-danger:hover:not([disabled]),input[type=submit].button-primary:hover:not([disabled]),input[type=submit].button-danger:hover:not([disabled]),input[type=button].button-primary:hover:not([disabled]),input[type=button].button-danger:hover:not([disabled]){box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}a.button-primary[disabled],a.button-danger[disabled],button.button-primary[disabled],button.button-danger[disabled],input[type=submit].button-primary[disabled],input[type=submit].button-danger[disabled],input[type=button].button-primary[disabled],input[type=button].button-danger[disabled]{background-color:var(--button-disabled-color)}a.button-primary,button.button-primary,input[type=submit].button-primary,input[type=button].button-primary{background-color:var(--button-primary-background-color);border-color:rgba(0,0,0,0)}a.button-primary:hover:not([disabled]),button.button-primary:hover:not([disabled]),input[type=submit].button-primary:hover:not([disabled]),input[type=button].button-primary:hover:not([disabled]){background-color:var(--button-primary-hover-background-color)}a.button-danger,button.button-danger,input[type=submit].button-danger,input[type=button].button-danger{background-color:var(--button-danger-background-color);border-color:rgba(0,0,0,0)}a.button-danger:hover:not([disabled]),button.button-danger:hover:not([disabled]),input[type=submit].button-danger:hover:not([disabled]),input[type=button].button-danger:hover:not([disabled]){background-color:var(--button-danger-hover-background-color)}a.button-outline-primary,button.button-outline-primary,input[type=submit].button-outline-primary,input[type=button].button-outline-primary{color:var(--button-outline-primary-color);background-color:rgba(0,0,0,0);border-color:var(--button-outline-primary-color);transition:background-color 125ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 125ms cubic-bezier(0.4, 0, 0.2, 1) 0ms}a.button-outline-primary:hover:not([disabled]),button.button-outline-primary:hover:not([disabled]),input[type=submit].button-outline-primary:hover:not([disabled]),input[type=button].button-outline-primary:hover:not([disabled]){color:var(--inverse-text-color);background-color:var(--button-outline-primary-color)}a.button-outline-primary[disabled],button.button-outline-primary[disabled],input[type=submit].button-outline-primary[disabled],input[type=button].button-outline-primary[disabled]{color:var(--button-disabled-color);border-color:var(--button-disabled-color)}a.button-outline-danger,button.button-outline-danger,input[type=submit].button-outline-danger,input[type=button].button-outline-danger{color:var(--button-outline-danger-color);background-color:rgba(0,0,0,0);border-color:var(--button-outline-danger-color);transition:background-color 125ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 125ms cubic-bezier(0.4, 0, 0.2, 1) 0ms}a.button-outline-danger:hover:not([disabled]),button.button-outline-danger:hover:not([disabled]),input[type=submit].button-outline-danger:hover:not([disabled]),input[type=button].button-outline-danger:hover:not([disabled]){color:var(--inverse-text-color);background-color:var(--button-outline-danger-color)}a.button-outline-danger[disabled],button.button-outline-danger[disabled],input[type=submit].button-outline-danger[disabled],input[type=button].button-outline-danger[disabled]{color:var(--button-disabled-color);border-color:var(--button-disabled-color)}a.button-xxs,button.button-xxs,input[type=submit].button-xxs,input[type=button].button-xxs{padding:.125rem .375rem;font-size:var(--text-xxs)}a.button-xs,button.button-xs,input[type=submit].button-xs,input[type=button].button-xs{padding:.1875rem .5rem;font-size:var(--text-xs)}a.button-sm,button.button-sm,input[type=submit].button-sm,input[type=button].button-sm{padding:.25rem .625rem;font-size:var(--text-sm)}a.button-md,button.button-md,input[type=submit].button-md,input[type=button].button-md{padding:.375rem .875rem}a.button-lg,button.button-lg,input[type=submit].button-lg,input[type=button].button-lg{padding:.5rem 1.25rem}
.diff-list .added,.diff-list .added a{color:var(--diff-list-added-color);text-decoration:none;margin-right:.5em}.diff-list .removed,.diff-list .removed a{color:var(--diff-list-removed-color);text-decoration:line-through;margin-right:.5em}.diff-list ins,.diff-list ins a{color:var(--diff-list-added-color);text-decoration:none;margin-right:.5em}.diff-list del,.diff-list del a{color:var(--diff-list-removed-color);text-decoration:line-through;margin-right:.5em}.diff-body del{background:var(--wiki-page-versions-diff-del-background);text-decoration:none}.diff-body ins{background:var(--wiki-page-versions-diff-ins-background);text-decoration:none}.diff-body span.paragraph-mark{opacity:.25}
.prose{--max-sticker-size: 64px;--max-emoji-size: 24px;--paragraph-spacing: 0.75rem;word-break:break-word;text-wrap:pretty}.prose p,.prose ul,.prose pre,.prose blockquote,.prose details,.prose div:where(.spoiler),.prose table,.prose h1,.prose h2,.prose h3,.prose h4,.prose h5,.prose h6,.prose article,.prose media-gallery{margin-bottom:var(--paragraph-spacing)}.prose emoji[data-mode=block]:has(~:not(emoji[data-mode=block])){margin-bottom:var(--paragraph-spacing)}.prose *:last-child{margin-bottom:0}.prose h1,.prose h2,.prose h3,.prose h4,.prose h5,.prose h6{line-height:1}.prose h1,.prose h2,.prose h3,.prose h4{font-size:var(--text-xl)}.prose h1:not(:first-child),.prose h2:not(:first-child),.prose h3:not(:first-child),.prose h4:not(:first-child){margin-top:1.75rem}.prose h5{font-size:var(--text-lg)}.prose h6{font-size:var(--text-md)}.prose hr:not(.ugoira-container *){height:1px;margin:calc((.75rem + 1.25em - 1px)/2) auto;background-color:var(--dtext-hr-color)}.prose table th{white-space:nowrap}.prose thead[align=left] th,.prose thead[align=left] td,.prose tbody[align=left] th,.prose tbody[align=left] td,.prose thead tr[align=left] th,.prose thead tr[align=left] td,.prose tbody tr[align=left] th,.prose tbody tr[align=left] td,.prose tr[align=left] th,.prose tr[align=left] td{text-align:left}.prose thead[align=right] th,.prose thead[align=right] td,.prose tbody[align=right] th,.prose tbody[align=right] td,.prose thead tr[align=right] th,.prose thead tr[align=right] td,.prose tbody tr[align=right] th,.prose tbody tr[align=right] td,.prose tr[align=right] th,.prose tr[align=right] td{text-align:right}.prose thead[align=center] th,.prose thead[align=center] td,.prose tbody[align=center] th,.prose tbody[align=center] td,.prose thead tr[align=center] th,.prose thead tr[align=center] td,.prose tbody tr[align=center] th,.prose tbody tr[align=center] td,.prose tr[align=center] th,.prose tr[align=center] td{text-align:center}.prose thead[align=justify] th,.prose thead[align=justify] td,.prose tbody[align=justify] th,.prose tbody[align=justify] td,.prose thead tr[align=justify] th,.prose thead tr[align=justify] td,.prose tbody tr[align=justify] th,.prose tbody tr[align=justify] td,.prose tr[align=justify] th,.prose tr[align=justify] td{text-align:justify}.prose td[align=left],.prose th[align=left]{text-align:left !important}.prose td[align=right],.prose th[align=right]{text-align:right !important}.prose td[align=center],.prose th[align=center]{text-align:center !important}.prose td[align=justify],.prose th[align=justify]{text-align:justify !important}.prose ul:not(.ugoira-container *){margin-left:1em}.prose ul:not(.ugoira-container *) ul{margin-left:1em;margin-bottom:0}.prose ul:not(.ugoira-container *) li{list-style-type:disc}.prose code,.prose pre{font-family:var(--monospace-font);background:var(--dtext-code-background)}.prose pre{padding:.5em 1em;white-space:pre-wrap}.prose blockquote{padding-left:.5em;opacity:.75;border-left:3px solid var(--dtext-blockquote-border-color)}.prose blockquote blockquote{opacity:1}.prose .tn{font-size:.8em;color:var(--muted-text-color)}.prose a.dtext-named-external-link::after{content:"";padding:0 .275em;margin:0 .25rem;vertical-align:-0.125em;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 512 512%27%3E%3Cpath d=%27M352 0c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9L370.7 96 201.4 265.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L416 141.3l41.4 41.4c9.2 9.2 22.9 11.9 34.9 6.9s19.8-16.6 19.8-29.6V32c0-17.7-14.3-32-32-32H352zM80 32C35.8 32 0 67.8 0 112V432c0 44.2 35.8 80 80 80H400c44.2 0 80-35.8 80-80V320c0-17.7-14.3-32-32-32s-32 14.3-32 32V432c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16H192c17.7 0 32-14.3 32-32s-14.3-32-32-32H80z%27%3E%3C/path%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 512 512%27%3E%3Cpath d=%27M352 0c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9L370.7 96 201.4 265.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L416 141.3l41.4 41.4c9.2 9.2 22.9 11.9 34.9 6.9s19.8-16.6 19.8-29.6V32c0-17.7-14.3-32-32-32H352zM80 32C35.8 32 0 67.8 0 112V432c0 44.2 35.8 80 80 80H400c44.2 0 80-35.8 80-80V320c0-17.7-14.3-32-32-32s-32 14.3-32 32V432c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16H192c17.7 0 32-14.3 32-32s-14.3-32-32-32H80z%27%3E%3C/path%3E%3C/svg%3E");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;background-color:currentcolor}.prose a.dtext-wiki-does-not-exist,.prose a.dtext-tag-does-not-exist,.prose a.dtext-artist-does-not-exist{-webkit-text-decoration:dotted underline;text-decoration:dotted underline}.prose u a{text-decoration:underline}.prose .spoiler:not(:hover),.prose .spoiler:not(:hover) *{color:rgba(0,0,0,0) !important}.prose .spoiler:hover{color:var(--dtext-spoiler-hover-color)}.prose .spoiler:hover a{animation:delay-pointer-events 50ms}@keyframes delay-pointer-events{0%,99%{pointer-events:none}}.prose .spoiler{background:var(--dtext-spoiler-background-color)}.prose .spoiler:not(:hover)>*{visibility:hidden}.prose media-gallery{display:grid;grid-template-columns:repeat(auto-fill, minmax(var(--media-gallery-size), 1fr));gap:.5rem;--media-gallery-size: 180px}@media(max-width: 660px){.prose media-gallery{--media-gallery-size: 160px}}.prose media-gallery article{--media-embed-size: var(--media-gallery-size);width:100%;margin:0}.prose media-gallery article .media-embed-image{display:flex;justify-content:center;align-items:center;min-height:var(--media-embed-size)}.prose article{--media-embed-size: 270px}.prose article .media-embed-image img,.prose article .media-embed-image video,.prose article .media-embed-image canvas{border-radius:.25rem;max-width:100%;max-height:var(--media-embed-size);width:auto;height:auto}.prose article .media-embed-caption{line-height:1.4}.prose emoji[data-mode=block]{display:inline-block;font-size:var(--max-sticker-size);vertical-align:middle;line-height:1}.prose emoji[data-mode=inline]{display:inline-block;font-size:var(--max-emoji-size);vertical-align:text-bottom;line-height:1}.prose emoji[data-mode=inline] img{max-height:var(--max-emoji-size);max-width:var(--max-emoji-size)}.prose emoji[data-mode=block] img{max-height:var(--max-sticker-size);max-width:var(--max-sticker-size)}.prose details{border-radius:.25rem;background-color:var(--dtext-details-background-color)}.prose details[open] summary{border-bottom-right-radius:0;border-bottom-left-radius:0}.prose details[open] summary::before{rotate:0deg}.prose details summary{display:flex;align-items:center;list-style:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-weight:bold;padding:.5rem;border-radius:.25rem;color:var(--dtext-details-summary-text-color);background-color:var(--dtext-details-summary-background-color)}.prose details summary::before{content:"";display:inline-block;flex:none;width:12px;height:12px;margin-right:.25rem;background-color:var(--dtext-details-summary-text-color);-webkit-mask-image:url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\"><path fill=\"currentcolor\" d=\"m17.5 4.75-7.5 7.5-7.5-7.5L1 6.25l9 9 9-9z\"/></svg>");mask-image:url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\"><path fill=\"currentcolor\" d=\"m17.5 4.75-7.5 7.5-7.5-7.5L1 6.25l9 9 9-9z\"/></svg>");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;rotate:-90deg}.prose details summary:hover{background-color:var(--dtext-details-summary-hover-background-color);cursor:pointer}.prose details summary::-webkit-details-marker{display:none}.prose details>div{padding:1rem}
/* These are fonts intended for use in notes. */

/* https://fontlibrary.org/en/font/comic-relief */

@font-face {
  font-family: "Comic Sans MS";
  font-weight: normal;
  font-display: swap;
  src:
    local("Comic Relief"),
    url(/packs/static/public/fonts/ComicRelief-Regular-b8d28edbfa42439b0e93.woff) format("woff");
}

@font-face {
  font-family: "Comic Sans MS";
  font-weight: bold;
  font-display: swap;
  src:
    local("Comic Relief"),
    url(/packs/static/public/fonts/ComicRelief-Bold-79e16f1b2a2aaa893f45.woff) format("woff");
}

@font-face {
  font-family: "Comic";
  font-weight: normal;
  font-display: swap;
  src:
    local("Comic Relief"),
    url(/packs/static/public/fonts/ComicRelief-Regular-b8d28edbfa42439b0e93.woff) format("woff");
}

@font-face {
  font-family: "Comic";
  font-weight: bold;
  font-display: swap;
  src:
    local("Comic Relief"),
    url(/packs/static/public/fonts/ComicRelief-Bold-79e16f1b2a2aaa893f45.woff) format("woff");
}

/* https://fonts.google.com/specimen/IBM+Plex+Mono */

@font-face {
  font-family: "Mono";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src:
    local("IBM Plex Mono"),
    url(/packs/static/node_modules/@fontsource/ibm-plex-mono/files/ibm-plex-mono-latin-400-normal-57685f70bce71bc2281d.woff2) format("woff2"),
    url(/packs/static/node_modules/@fontsource/ibm-plex-mono/files/ibm-plex-mono-latin-400-normal-a249eaef7f811a5b3ef8.woff) format("woff");
}

@font-face {
  font-family: "Mono";
  font-weight: normal;
  font-style: italic;
  font-display: swap;
  src:
    local("IBM Plex Mono"),
    url(/packs/static/node_modules/@fontsource/ibm-plex-mono/files/ibm-plex-mono-latin-400-italic-26e789962e1ba8999f5b.woff2) format("woff2"),
    url(/packs/static/node_modules/@fontsource/ibm-plex-mono/files/ibm-plex-mono-latin-400-italic-c3493e139233cd944f1c.woff) format("woff");
}

@font-face {
  font-family: "Mono";
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  src:
    local("IBM Plex Mono"),
    url(/packs/static/node_modules/@fontsource/ibm-plex-mono/files/ibm-plex-mono-latin-700-normal-e26e03e0f7579ebb23f3.woff2) format("woff2"),
    url(/packs/static/node_modules/@fontsource/ibm-plex-mono/files/ibm-plex-mono-latin-700-normal-20beb9f6b1d11586736a.woff) format("woff");
}

@font-face {
  font-family: "Mono";
  font-weight: bold;
  font-style: italic;
  font-display: swap;
  src:
    local("IBM Plex Mono"),
    url(/packs/static/node_modules/@fontsource/ibm-plex-mono/files/ibm-plex-mono-latin-700-italic-f6b0315d2397d2a3f8b9.woff2) format("woff2"),
    url(/packs/static/node_modules/@fontsource/ibm-plex-mono/files/ibm-plex-mono-latin-700-italic-87a17b76379b142f7912.woff) format("woff");
}

/* https://fonts.google.com/specimen/Rokkitt */

@font-face {
  font-family: "Rockwell";
  font-weight: 400;
  font-display: swap;
  src:
    url(/packs/static/node_modules/@fontsource/rokkitt/files/rokkitt-latin-400-normal-4f6d1604fb13eb350d23.woff2) format("woff2"),
    url(/packs/static/node_modules/@fontsource/rokkitt/files/rokkitt-latin-400-normal-8bc924aa1eb20d31d295.woff) format("woff");
}

@font-face {
  font-family: "Rockwell";
  font-weight: 700;
  font-display: swap;
  src:
    url(/packs/static/node_modules/@fontsource/rokkitt/files/rokkitt-latin-700-normal-35db108ffdc41bcd3618.woff2) format("woff2"),
    url(/packs/static/node_modules/@fontsource/rokkitt/files/rokkitt-latin-700-normal-474ed4890c7ce2ef6884.woff) format("woff");
}

@font-face {
  font-family: "Slab Serif";
  font-weight: 400;
  font-display: swap;
  src:
    url(/packs/static/node_modules/@fontsource/rokkitt/files/rokkitt-latin-400-normal-4f6d1604fb13eb350d23.woff2) format("woff2"),
    url(/packs/static/node_modules/@fontsource/rokkitt/files/rokkitt-latin-400-normal-8bc924aa1eb20d31d295.woff) format("woff");
}

@font-face {
  font-family: "Slab Serif";
  font-weight: 700;
  font-display: swap;
  src:
    url(/packs/static/node_modules/@fontsource/rokkitt/files/rokkitt-latin-700-normal-35db108ffdc41bcd3618.woff2) format("woff2"),
    url(/packs/static/node_modules/@fontsource/rokkitt/files/rokkitt-latin-700-normal-474ed4890c7ce2ef6884.woff) format("woff");
}

/* https://fonts.google.com/specimen/Anton */

@font-face {
  font-family: "Impact";
  font-display: swap;
  src:
    local("Anton"),
    url(/packs/static/node_modules/@fontsource/anton/files/anton-latin-400-normal-3da3746fa89db4a2d99f.woff2) format("woff2"),
    url(/packs/static/node_modules/@fontsource/anton/files/anton-latin-400-normal-306ecc1873eabd2e7f79.woff) format("woff");
}

@font-face {
  font-family: "Slab Sans";
  font-display: swap;
  src:
    local("Anton"),
    url(/packs/static/node_modules/@fontsource/anton/files/anton-latin-400-normal-3da3746fa89db4a2d99f.woff2) format("woff2"),
    url(/packs/static/node_modules/@fontsource/anton/files/anton-latin-400-normal-306ecc1873eabd2e7f79.woff) format("woff");
}

/* https://fonts.google.com/specimen/Archivo+Narrow */

@font-face {
  font-family: "Arial Narrow";
  font-weight: 400;
  font-display: swap;
  src:
    local("Archivo Narrow"),
    url(/packs/static/node_modules/@fontsource/archivo-narrow/files/archivo-narrow-latin-400-normal-526087cf510a0950c1ac.woff2) format("woff2"),
    url(/packs/static/node_modules/@fontsource/archivo-narrow/files/archivo-narrow-latin-400-normal-73ae1e3439a33b3ce923.woff) format("woff");
}

@font-face {
  font-family: "Arial Narrow";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src:
    local("Archivo Narrow"),
    url(/packs/static/node_modules/@fontsource/archivo-narrow/files/archivo-narrow-latin-400-italic-4016bec4bf63e94bb76f.woff2) format("woff2"),
    url(/packs/static/node_modules/@fontsource/archivo-narrow/files/archivo-narrow-latin-400-italic-cf05f79120d9a2da6d61.woff) format("woff");
}

@font-face {
  font-family: "Arial Narrow";
  font-weight: 700;
  font-display: swap;
  src:
    local("Archivo Narrow"),
    url(/packs/static/node_modules/@fontsource/archivo-narrow/files/archivo-narrow-latin-700-normal-eac003590d04e1eec724.woff2) format("woff2"),
    url(/packs/static/node_modules/@fontsource/archivo-narrow/files/archivo-narrow-latin-700-normal-9c65e59152ea74b8bd01.woff) format("woff");
}

@font-face {
  font-family: "Arial Narrow";
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src:
    local("Archivo Narrow"),
    url(/packs/static/node_modules/@fontsource/archivo-narrow/files/archivo-narrow-latin-700-italic-156e40c22f629954a706.woff2) format("woff2"),
    url(/packs/static/node_modules/@fontsource/archivo-narrow/files/archivo-narrow-latin-700-italic-0c4589840d2c1b7cd03d.woff) format("woff");
}

@font-face {
  font-family: "Narrow";
  font-weight: 400;
  font-display: swap;
  src:
    local("Archivo Narrow"),
    url(/packs/static/node_modules/@fontsource/archivo-narrow/files/archivo-narrow-latin-400-normal-526087cf510a0950c1ac.woff2) format("woff2"),
    url(/packs/static/node_modules/@fontsource/archivo-narrow/files/archivo-narrow-latin-400-normal-73ae1e3439a33b3ce923.woff) format("woff");
}

@font-face {
  font-family: "Narrow";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src:
    local("Archivo Narrow"),
    url(/packs/static/node_modules/@fontsource/archivo-narrow/files/archivo-narrow-latin-400-italic-4016bec4bf63e94bb76f.woff2) format("woff2"),
    url(/packs/static/node_modules/@fontsource/archivo-narrow/files/archivo-narrow-latin-400-italic-cf05f79120d9a2da6d61.woff) format("woff");
}

@font-face {
  font-family: "Narrow";
  font-weight: 700;
  font-display: swap;
  src:
    local("Archivo Narrow"),
    url(/packs/static/node_modules/@fontsource/archivo-narrow/files/archivo-narrow-latin-700-normal-eac003590d04e1eec724.woff2) format("woff2"),
    url(/packs/static/node_modules/@fontsource/archivo-narrow/files/archivo-narrow-latin-700-normal-9c65e59152ea74b8bd01.woff) format("woff");
}

@font-face {
  font-family: "Narrow";
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src:
    local("Archivo Narrow"),
    url(/packs/static/node_modules/@fontsource/archivo-narrow/files/archivo-narrow-latin-700-italic-156e40c22f629954a706.woff2) format("woff2"),
    url(/packs/static/node_modules/@fontsource/archivo-narrow/files/archivo-narrow-latin-700-italic-0c4589840d2c1b7cd03d.woff) format("woff");
}

/* https://fonts.google.com/specimen/Lora */

@font-face {
  font-family: "Formal Serif";
  font-display: swap;
  src:
    local("Lora"),
    url(/packs/static/node_modules/@fontsource/lora/files/lora-latin-400-normal-bb84bcfe741b8f1b3e73.woff2) format("woff2"),
    url(/packs/static/node_modules/@fontsource/lora/files/lora-latin-400-normal-945b9533957026c4896b.woff) format("woff");
}

@font-face {
  font-family: "Formal Serif";
  font-weight: bold;
  font-display: swap;
  src:
    local("Lora"),
    url(/packs/static/node_modules/@fontsource/lora/files/lora-latin-700-normal-79a65c8358004ff60b01.woff2) format("woff2"),
    url(/packs/static/node_modules/@fontsource/lora/files/lora-latin-700-normal-9ea94afa1734ea111660.woff) format("woff");
}

@font-face {
  font-family: "Formal Serif";
  font-style: italic;
  font-display: swap;
  src:
    local("Lora"),
    url(/packs/static/node_modules/@fontsource/lora/files/lora-latin-400-italic-e186eb66c64e918afef0.woff2) format("woff2"),
    url(/packs/static/node_modules/@fontsource/lora/files/lora-latin-400-italic-23141916aabe88a4dfe1.woff) format("woff");
}

@font-face {
  font-family: "Formal Serif";
  font-weight: bold;
  font-style: italic;
  font-display: swap;
  src:
    local("Lora"),
    url(/packs/static/node_modules/@fontsource/lora/files/lora-latin-700-italic-7ffc39a1f4ee8c8500b7.woff2) format("woff2"),
    url(/packs/static/node_modules/@fontsource/lora/files/lora-latin-700-italic-a110fc059cef0dc7001f.woff) format("woff");
}

/* https://fonts.google.com/specimen/Lora */

@font-face {
  font-family: "Print";
  font-display: swap;
  src:
    local("Kalam"),
    url(/packs/static/public/fonts/Kalam-Regular-738d84649c9ec6362a33.woff) format("woff");
}

@font-face {
  font-family: "Print";
  font-weight: bold;
  font-display: swap;
  src:
    local("Kalam"),
    url(/packs/static/public/fonts/Kalam-Bold-3a2436c7ab5bc3c048d0.woff) format("woff");
}

/* https://fonts.google.com/specimen/Indie+Flower */

@font-face {
  font-family: "Hand";
  font-display: swap;
  src:
    local("Indie Flower"),
    url(/packs/static/node_modules/@fontsource/indie-flower/files/indie-flower-latin-400-normal-8dfdf79ce07c601ab41c.woff2) format("woff2"),
    url(/packs/static/node_modules/@fontsource/indie-flower/files/indie-flower-latin-400-normal-1bfa6c012db6a575e663.woff) format("woff");
}

/* https://fonts.google.com/specimen/Petit+Formal+Script */

@font-face {
  font-family: "Formal Cursive";
  font-display: swap;
  src:
    local("Petit Formal Script"),
    url(/packs/static/node_modules/@fontsource/petit-formal-script/files/petit-formal-script-latin-400-normal-dc1e1ec08ae6a81646ce.woff2) format("woff2"),
    url(/packs/static/node_modules/@fontsource/petit-formal-script/files/petit-formal-script-latin-400-normal-99922dc9d2758de93aee.woff) format("woff");
}

/* https://fonts.google.com/specimen/UnifrakturMaguntia */

@font-face {
  font-family: "Blackletter";
  font-display: swap;
  src:
    local("UnifrakturMaguntia"),
    url(/packs/static/node_modules/@fontsource/unifrakturmaguntia/files/unifrakturmaguntia-latin-400-normal-ec43fd2c685fcb6c93a2.woff2) format("woff2"),
    url(/packs/static/node_modules/@fontsource/unifrakturmaguntia/files/unifrakturmaguntia-latin-400-normal-ba7c0e97a965b6b8ff62.woff) format("woff");
}

/* https://www.dafont.com/anarchy2.font */

@font-face {
  font-family: "Scary";
  font-display: swap;
  src:
    local("Anarchy"),
    url(/packs/static/public/fonts/Anarchy-80640eea2f28c9df8803.ttf) format("truetype");
}

/* https://www.1001freefonts.com/gisele-script.font */

@font-face {
  font-family: "Childlike";
  font-display: swap;
  src:
    local("Gisele Script"),
    url(/packs/static/public/fonts/gisele-71e5428acc071ba2bae4.ttf) format("truetype");
}

/*
 * https://github.com/jdecked/twemoji
 * https://github.com/mozilla/twemoji-colr
 * https://github.com/mrdrogdrog/twemoji-color-font
 */

@font-face {
  font-family: "Twemoji";
  font-display: swap;

  /*
   * Make it so the font is only loaded when emoji characters are present. This range includes some non-emoji, but
   * that's okay because it just means the font may be loaded for non-emoji, but it won't actually be used. An exact
   * list would be enormous.
   *
   * https://en.wikipedia.org/wiki/List_of_emojis
   */
  unicode-range: U+00A9, U+00AE, U+203C-2B55, U+3030, U+303D, U+3297, U+3299, U+1F000-1FFFF;

  src:
    /* url("https://cdn.jsdelivr.net/npm/twemoji-colr-font@15.0.3/twemoji.woff2") format("woff2"); */
    url(/packs/static/node_modules/twemoji-colr-font/twemoji-24cebc56ae61b5a8b849.woff2) format("woff2");
}

span.link{color:var(--link-color);cursor:pointer}span.count{color:var(--tag-count-color);margin-left:.5em}kbd.key{background:var(--keyboard-shortcut-background-color);border:1px solid var(--keyboard-shortcut-background-color);padding:1px 6px;color:var(--keyboard-shortcut-color);text-align:center;display:inline-block;border-radius:3px}div.inactive,span.inactive{color:var(--muted-text-color)}td a.last-page{color:var(--muted-text-color)}
.ui-widget-content{background:var(--jquery-ui-widget-content-background)}div.ui-dialog{position:absolute;height:auto !important;overflow:visible;z-index:999 !important;box-shadow:var(--shadow-lg);border-radius:.25rem;border-width:1px;border-color:var(--dialog-titlebar-background-color)}div.ui-dialog .ui-dialog-titlebar{display:flex;justify-content:space-between;align-items:center;gap:.25rem;padding:.375rem .375rem .375rem .75rem;background-color:var(--dialog-titlebar-background-color);color:var(--dialog-titlebar-color);font-weight:bold}div.ui-dialog.ui-draggable .ui-dialog-titlebar{cursor:move}div.ui-dialog .ui-dialog-title{width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}div.ui-dialog .ui-dialog-content{padding:.5rem .75rem}div.ui-dialog .ui-dialog-buttonpane{border-top-width:1px;padding:1rem .75rem}div.ui-dialog .ui-dialog-buttonset{display:flex;justify-content:end;flex-wrap:wrap;gap:6px}div.ui-dialog .ui-button-icon-only{position:relative;height:1.25rem;text-indent:-9999px}div.ui-dialog .ui-resizable-n{height:2px;top:0}div.ui-dialog .ui-resizable-e{width:2px;right:0}div.ui-dialog .ui-resizable-s{height:2px;bottom:0}div.ui-dialog .ui-resizable-w{width:2px;left:0}div.ui-dialog .ui-resizable-se,div.ui-dialog .ui-resizable-sw,div.ui-dialog .ui-resizable-ne,div.ui-dialog .ui-resizable-nw{width:7px;height:7px}div.ui-dialog .ui-resizable-se{right:0;bottom:0}div.ui-dialog .ui-resizable-sw{left:0;bottom:0}div.ui-dialog .ui-resizable-ne{right:0;top:0}div.ui-dialog .ui-resizable-nw{left:0;top:0}.ui-front{z-index:1000}.ui-helper-hidden-accessible{display:none}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:var(--white);opacity:.5}.ui-button-icon-only .ui-icon{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px}.ui-icon{width:16px;height:16px;background-image:url(/packs/static/ui-icons_777777_256x240-43557192d14bec1ce5a1.png)}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}
div#page{overflow:visible}div#page aside#sidebar>section{margin-bottom:1em}div#page section#content{overflow:visible}.sidebar-container #sidebar{min-width:230px}@media(min-width: 1080px){.sidebar-container #sidebar{min-width:245px}}@media(min-width: 1920px){.sidebar-container #sidebar{min-width:280px}}div.page-heading{display:flex;margin-bottom:1em}div.page-heading h1{flex-grow:1;line-height:1em}div.page-heading a{align-self:center}
div.list-of-messages{margin:1em 0}div.list-of-messages>*+*{margin-top:2em}div.list-of-messages article.message{display:flex;word-wrap:break-word;padding:5px}div.list-of-messages article.message:first-of-type{margin-top:1em}div.list-of-messages article.message div.author{width:12em;margin-right:1em}div.list-of-messages article.message div.author a.message-timestamp{font-style:italic;font-size:var(--text-sm);color:var(--muted-text-color)}div.list-of-messages article.message div.author a.message-timestamp:hover{text-decoration:underline}div.list-of-messages article.message div.content{flex:1}@media(max-width: 660px){div.list-of-messages article.message{display:block;margin-top:2em}div.list-of-messages article.message div.author{margin:0 0 1em;width:auto}div.list-of-messages article.message div.author div.author-name{display:inline;margin-right:.5em}div.list-of-messages article.message div.author a.message-timestamp{display:inline;color:var(--muted-text-color);font-size:var(--text-sm)}}
div#news-updates{background:var(--news-updates-background);border-bottom:2px solid var(--news-updates-border-color)}
.notice{border-radius:3px}.notice-small{font-size:.8em;margin:.5em 0;padding:.5em 1em}.notice-large{margin:1em 0;padding:1em;text-align:center;position:relative}.notice-info{background:var(--notice-info-background);border:1px solid var(--notice-info-border-color)}.notice-error{background:var(--notice-error-background);border:1px solid var(--notice-error-border-color)}
div.recent-posts{margin-bottom:1rem}div.recent-posts h2.recent-posts-header{margin-bottom:.25rem}
form.simple_form{margin:0 0 1em 0}form.simple_form label{font-weight:bold}form.simple_form div.input{margin-bottom:1em}form.simple_form div.input input[type=text],form.simple_form div.input input[type=file],form.simple_form div.input input[type=password],form.simple_form div.input input[type=email],form.simple_form div.input input[type=url]{width:100%;max-width:25em}form.simple_form div.input .hint{padding-left:1em}@media(max-width: 660px){form.simple_form div.input .hint{padding-left:0;display:block}}form.simple_form div.input.field_with_errors input,form.simple_form div.input.field_with_errors select,form.simple_form div.input.field_with_errors textarea{border:1px solid var(--form-input-validation-error-border-color)}form.simple_form div.input.field_with_errors span.error{display:block;color:var(--form-input-validation-error-text-color);font-style:italic;font-size:var(--text-sm)}form.simple_form div.input.text .hint{padding-left:0;display:block}form.simple_form div.input.text textarea{width:100%;max-width:60rem;max-height:15rem}form.simple_form div.input.text textarea.text{height:20vh}form.simple_form div.input select[multiple]{height:20vh;max-height:15rem}form.simple_form div.input label{display:block;line-height:1.5em}form.simple_form div.input.required abbr[title=required]{display:none}form.simple_form div.input.radio_buttons span.radio{display:inline-block;white-space:nowrap}form.simple_form div.input.radio_buttons span.radio label{font-weight:normal;display:inline;margin:0 1rem 0 .25rem;vertical-align:middle}form.simple_form div.input.radio_buttons.radio-button-group{white-space:nowrap}form.simple_form div.input.radio_buttons.radio-button-group input{position:absolute;pointer-events:none;opacity:0}form.simple_form div.input.radio_buttons.radio-button-group .radio label{display:inline-block;margin:0;margin-right:0;padding:.25rem .33rem;border-width:1px;border-radius:.25rem;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}form.simple_form div.input.radio_buttons.radio-button-group .radio label:hover{color:var(--inverse-text-color);background-color:var(--link-hover-color);border-color:var(--link-hover-color)}form.simple_form div.input.radio_buttons.radio-button-group input:focus~label{box-shadow:inset 0 0 0 2px var(--link-color)}form.simple_form div.input.radio_buttons.radio-button-group input:checked~label,form.simple_form div.input.radio_buttons.radio-button-group input:checked~label:hover{color:var(--inverse-text-color);background-color:var(--link-color);border-color:var(--link-color)}form.simple_form div.input.radio_buttons.radio-button-group .radio:not(:last-of-type) label{border-top-right-radius:0;border-bottom-right-radius:0}form.simple_form div.input.radio_buttons.radio-button-group .radio:not(:first-of-type) label{margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}form.simple_form div.input.radio_buttons.radio-button-group.field_with_errors .radio label{border-color:var(--chip-red-border-color);background-color:var(--chip-red-background-color)}form.simple_form.stacked-hints span.hint{display:block;padding-left:0}form.inline-form{display:table;width:100%}form.inline-form>div.input{display:table-row;line-height:2em}form.inline-form>div.input label{text-align:right;padding-right:1em;white-space:nowrap;width:1%}form.inline-form>div.input label,form.inline-form>div.input input{display:table-cell;line-height:1em}form.inline-form>div.input span.hint{line-height:1em;padding-bottom:.5em}form.quick-search-form{margin:0}form.quick-search-form input{background:var(--quick-search-form-background)}form.one-line-form>input,form.one-line-form>div.input{display:inline}form.one-line-form>input label,form.one-line-form>div.input label{display:inline;margin-right:1em}form.stacked-form{display:flex;flex-direction:column;align-items:center}form.stacked-form div.input{width:100%}form.stacked-form div.input input[type]{max-width:unset}form.stacked-form div.notice{width:100%}div.ui-dialog textarea,div.ui-dialog input[type=text]{width:100%;max-width:100%}div.ui-dialog form.simple_form{margin-bottom:0}div.ui-dialog form.simple_form textarea,div.ui-dialog form.simple_form input[type=text]{width:100%;max-width:100%}div.ui-dialog form.simple_form div.input{margin-bottom:.5em}div.ui-dialog form.simple_form div.input.hidden{display:none}div.inline-toggle-switch{display:flex;align-items:center;gap:.5em}div.inline-toggle-switch .toggle-switch{order:-1}div.inline-toggle-switch .hint{order:1}input.toggle-switch{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--toggle-switch-unselected-color);border-color:rgba(0,0,0,0);border-radius:1rem;border-width:.125rem;height:1em;min-width:2em;transition:background-color .15s;vertical-align:text-bottom;cursor:pointer;padding:0}input.toggle-switch:checked{background-color:var(--toggle-switch-selected-color)}input.toggle-switch:checked::before{margin-left:1em}input.toggle-switch:indeterminate{background-color:var(--toggle-switch-indeterminate-color)}input.toggle-switch:indeterminate::before{margin-left:.5em}input.toggle-switch::before{display:block;content:"";background-color:var(--toggle-switch-handle-color);height:100%;aspect-ratio:1/1;border-radius:1rem;transition:margin .15s}input.toggle-switch:disabled{cursor:not-allowed;opacity:.5}input.toggle-switch:focus-visible{outline-offset:2px}
table.striped td,table.striped th{padding:4px 6px}table.striped tbody tr{border-bottom:1px solid var(--table-row-border-color)}table.striped tbody tr:hover{background:var(--table-row-hover-background)}table.striped thead tr{border-bottom:2px solid var(--table-header-border-color)}table.striped thead th{text-align:left}table.striped tr:nth-child(even){background:var(--table-even-row-background)}table.autofit td,table.autofit th,table.autofit .col-fit{white-space:nowrap;padding-right:2em}table.autofit .col-expand{white-space:normal;width:100%}table.autofit .col-normal{white-space:normal}table.search th,table.aligned-vertical th{text-align:right;padding-right:1em;vertical-align:middle;white-space:nowrap}table.search td,table.aligned-vertical td{vertical-align:middle}table.aligned-vertical{height:1.75em}table.table-xs th,table.table-xs td{padding:.125rem .25rem}table.table-sm th,table.table-sm td{padding:.25rem}table.table-md th,table.table-md td{padding:.5rem}td>.user{display:inline-block;max-width:max(15vw,150px);overflow:hidden;text-overflow:ellipsis;vertical-align:bottom}
.tag-type-0 a,a.tag-type-0{color:var(--general-tag-color)}.tag-type-0 a:link,.tag-type-0 a:visited,a.tag-type-0:link,a.tag-type-0:visited{color:var(--general-tag-color)}.tag-type-0 a:hover,a.tag-type-0:hover{color:var(--general-tag-hover-color)}.tag-type-1 a,a.tag-type-1{color:var(--artist-tag-color)}.tag-type-1 a:link,.tag-type-1 a:visited,a.tag-type-1:link,a.tag-type-1:visited{color:var(--artist-tag-color)}.tag-type-1 a:hover,a.tag-type-1:hover{color:var(--artist-tag-hover-color)}.tag-type-3 a,a.tag-type-3{color:var(--copyright-tag-color)}.tag-type-3 a:link,.tag-type-3 a:visited,a.tag-type-3:link,a.tag-type-3:visited{color:var(--copyright-tag-color)}.tag-type-3 a:hover,a.tag-type-3:hover{color:var(--copyright-tag-hover-color)}.tag-type-4 a,a.tag-type-4{color:var(--character-tag-color)}.tag-type-4 a:link,.tag-type-4 a:visited,a.tag-type-4:link,a.tag-type-4:visited{color:var(--character-tag-color)}.tag-type-4 a:hover,a.tag-type-4:hover{color:var(--character-tag-hover-color)}.tag-type-5 a,a.tag-type-5{color:var(--meta-tag-color)}.tag-type-5 a:link,.tag-type-5 a:visited,a.tag-type-5:link,a.tag-type-5:visited{color:var(--meta-tag-color)}.tag-type-5 a:hover,a.tag-type-5:hover{color:var(--meta-tag-hover-color)}
a.user-owner{color:var(--user-owner-color)}a.user-admin{color:var(--user-admin-color)}a.user-moderator{color:var(--user-moderator-color)}a.user-approver{color:var(--user-builder-color)}a.user-contributor{color:var(--user-builder-color)}a.user-builder{color:var(--user-builder-color)}a.user-platinum{color:var(--user-platinum-color)}a.user-gold{color:var(--user-gold-color)}a.user-member{color:var(--user-member-color)}a.user-restricted{color:var(--user-restricted-color)}a.user-owner:hover{color:var(--user-owner-hover-color)}a.user-admin:hover{color:var(--user-admin-hover-color)}a.user-moderator:hover{color:var(--user-moderator-hover-color)}a.user-approver:hover{color:var(--user-builder-hover-color)}a.user-contributor:hover{color:var(--user-builder-hover-color)}a.user-builder:hover{color:var(--user-builder-hover-color)}a.user-platinum:hover{color:var(--user-platinum-hover-color)}a.user-gold:hover{color:var(--user-gold-hover-color)}a.user-member:hover{color:var(--user-member-hover-color)}a.user-restricted:hover{color:var(--user-restricted-hover-color)}a.user-banned-color{color:var(--user-banned-color)}a.user-banned-color:hover{color:var(--user-banned-hover-color)}
.invisible{visibility:hidden}.visible{visibility:visible}.font-arial{font-family:var(--arial-font)}.font-monospace{font-family:var(--monospace-font)}.font-header{font-family:var(--header-font)}.font-normal{font-weight:normal}.font-bold{font-weight:bold}.font-italic{font-style:italic}.cursor-pointer{cursor:pointer}.cursor-zoom-in{cursor:zoom-in}.cursor-zoom-out{cursor:zoom-out}.cursor-wait{cursor:wait}.cursor-col-resize{cursor:col-resize}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.hidden{display:none !important}.inline{display:inline}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.block{display:block}.flex{display:flex}.grid{display:grid}.contents{display:contents}.resize{resize:both}.resize-none{resize:none}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-muted{color:var(--muted-text-color)}.\!text-right{text-align:right !important}.text-xxs{font-size:var(--text-xxs)}.text-xs{font-size:var(--text-xs)}.text-sm{font-size:var(--text-sm)}.text-lg{font-size:var(--text-lg)}.text-xl{font-size:var(--text-xl)}.text-xxl{font-size:var(--text-xxl)}.\!text-xxl{font-size:var(--text-xxl) !important}.underline{text-decoration-line:underline}.line-through{text-decoration-line:line-through}.decoration-dotted{text-decoration-style:dotted}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-hidden{overflow-x:hidden}.scrollbar-stable{scrollbar-gutter:stable}.break-all{word-break:break-all;overflow-wrap:anywhere}.break-words{word-break:break-word !important;overflow-wrap:anywhere}.whitespace-nowrap{white-space:nowrap}.whitespace-pre{white-space:pre}.whitespace-pre-wrap{white-space:pre-wrap}.text-balance{text-wrap:balance}.pointer-events-none{pointer-events:none}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.opacity-0{opacity:0}.opacity-50{opacity:.5}.hover\:opacity-50:hover{opacity:.5}.hover\:brightness-125:hover{filter:brightness(125%)}.leading-none{line-height:1}.leading-normal{line-height:1.5}.absolute{position:absolute}.relative{position:relative}.sticky{position:-webkit-sticky;position:sticky}.fixed{position:fixed}.top-0{top:0}.bottom-0{bottom:0}.left-0{left:0}.right-0{right:0}.top-0\.5{top:.125rem}.bottom-0\.5{bottom:.125rem}.left-0\.5{left:.125rem}.right-0\.5{right:.125rem}.top-2{top:.5rem}.bottom-2{bottom:.5rem}.left-2{left:.5rem}.right-2{right:.5rem}.top-4{top:1rem}.bottom-4{bottom:1rem}.left-4{left:1rem}.right-4{right:1rem}.inset-0{top:0;right:0;bottom:0;left:0}.border,.card-outlined,.card,.card-elevated{border-width:1px}.border-0{border-width:0}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:.125rem}.border-t{border-top-width:1px}.border-l{border-left-width:1px}.border-x{border-left-width:1px;border-right-width:1px}.border-current{border-color:currentcolor}.rounded-sm{border-radius:.125rem}.rounded{border-radius:.25rem}.rounded-lg,.card-outlined,.card,.card-elevated{border-radius:.5rem}.rounded-t-sm{border-top-left-radius:.125rem;border-top-right-radius:.125rem}.rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.rounded-full{border-radius:9999px}.shadow-md,.card,.card-elevated{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}.object-contain{object-fit:contain}.object-cover{object-fit:cover}.m-auto{margin:auto}.m-0{margin:0}.\!m-0{margin:0 !important}.m-px{margin:1px}.m-0\.5{margin:.125rem}.m-1{margin:.25rem}.mx-auto{margin-left:auto;margin-right:auto}.mx-0\.5{margin-left:.125rem;margin-right:.125rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-8{margin-left:2rem;margin-right:2rem}.my-0\.5{margin-top:.125rem;margin-bottom:.125rem}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-4{margin-top:1rem;margin-bottom:1rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.-mb-px{margin-bottom:-1px}.ml-4{margin-left:1rem}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-4{margin-right:1rem}.p-0{padding:0}.p-px{padding:1px}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-4{padding:1rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-8{padding-left:2rem;padding-right:2rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pt-4{padding-top:1rem}.pt-8{padding-top:2rem}.pb-2{padding-bottom:.5rem}.pb-4{padding-bottom:1rem}.pl-2{padding-left:.5rem}.pl-4{padding-left:1rem}.pr-2{padding-right:.5rem}.pr-4{padding-right:1rem}.w-auto{width:auto}.w-min{width:-webkit-min-content;width:-moz-min-content;width:min-content}.w-max{width:-webkit-max-content;width:-moz-max-content;width:max-content}.w-fit{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.w-1{width:.25rem}.w-2{width:.5rem}.w-3{width:.75rem}.w-4{width:1rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-sm{width:24rem}.w-md{width:28rem}.w-1\/4{width:25%}.w-1\/2{width:50%}.w-full{width:100%}.w-24px{width:24px}.w-48px{width:48px}.w-150px{width:150px}.w-180px{width:180px}.w-225px{width:225px}.w-270px{width:270px}.w-320px{width:320px}.w-360px{width:360px}.w-600px{width:600px}.min-w-0{min-width:0}.min-w-4{min-width:1rem}.min-w-150px{min-width:150px}.max-w-150px{max-width:150px}.max-w-360px{max-width:360px}.max-w-480px{max-width:480px}.max-w-540px{max-width:540px}.max-w-720px{max-width:720px}.max-w-960px{max-width:960px}.max-w-1080px{max-width:1080px}.max-w-1\/4{max-width:25%}.max-w-1\/2{max-width:50%}.max-w-3\/4{max-width:75%}.max-w-full{max-width:100%}.max-h-1\/4{max-height:25%}.max-h-full{max-height:100%}.\!max-w-full{max-width:100% !important}.h-auto{height:auto}.h-inherit{height:inherit}.h-fit{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.h-1{height:.25rem}.h-3{height:.75rem}.h-4{height:1rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-16{height:4rem}.h-full{height:100%;height:round(100%,1px)}.h-24px{height:24px}.h-150px{height:150px}.h-180px{height:180px}.h-225px{height:225px}.h-270px{height:270px}.h-360px{height:360px}.min-h-8{min-height:2rem}.min-h-150px{min-height:150px}.\!max-h-120px{max-height:120px !important}.max-h-150px{max-height:150px}.max-h-180px{max-height:180px}.max-h-225px{max-height:225px}.max-h-270px{max-height:270px}.max-h-360px{max-height:360px}.max-h-480px{max-height:480px}.max-h-720px{max-height:720px}.max-h-screen{max-height:100vh}.max-h-inherit{max-height:inherit}.aspect-square{aspect-ratio:1}.space-x-1>*+*{margin-left:.25rem}.space-x-2>*+*{margin-left:.5rem}.space-x-4>*+*{margin-left:1rem}.space-y-1>*+*{margin-top:.25rem}.space-y-2>*+*{margin-top:.5rem}.space-y-4>*+*{margin-top:1rem}.space-y-8>*+*{margin-top:2rem}.space-y-12>*+*{margin-top:3rem}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-y-1{row-gap:.25rem}.gap-y-2{row-gap:.5rem}.gap-y-3{row-gap:.75rem}.gap-y-4{row-gap:1rem}.divide-y-1>*+*{border-top:1px solid var(--divider-border-color)}.align-top{vertical-align:top}.align-middle{vertical-align:middle}.align-bottom{vertical-align:bottom}.align-baseline{vertical-align:baseline}.flex-0{flex:0 1 0%}.flex-1{flex:1 1 0%}.flex-auto{flex:1 1 auto}.flex-initial{flex:0 1 auto}.flex-none{flex:none}.flex-grow-1{flex-grow:1}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.items-end{align-items:flex-end}.items-stretch{align-items:stretch}.justify-items-center{justify-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.self-start{align-self:flex-start}.self-center{align-self:center}.self-stretch{align-self:stretch}.self-end{align-self:flex-end}.float-right{float:right}.-rotate-90{rotate:-90deg}.rotate-90{rotate:90deg}.rotate-180{rotate:180deg}.grid-cols-1{grid-template-columns:repeat(1, minmax(0, 1fr))}.grid-cols-2{grid-template-columns:repeat(2, minmax(0, 1fr))}.grid-cols-3{grid-template-columns:repeat(3, minmax(0, 1fr))}.grid-cols-4{grid-template-columns:repeat(4, minmax(0, 1fr))}.grid-cols-6{grid-template-columns:repeat(6, minmax(0, 1fr))}.grid-cols-8{grid-template-columns:repeat(8, minmax(0, 1fr))}.grid-cols-10{grid-template-columns:repeat(10, minmax(0, 1fr))}.grid-cols-12{grid-template-columns:repeat(12, minmax(0, 1fr))}.col-span-1{grid-column:span 1/span 1}.col-span-2{grid-column:span 2/span 2}.col-span-3{grid-column:span 3/span 3}.col-span-4{grid-column:span 4/span 4}.col-span-6{grid-column:span 6/span 6}.col-span-8{grid-column:span 8/span 8}.col-span-9{grid-column:span 9/span 9}.col-span-10{grid-column:span 10/span 10}.col-span-12{grid-column:span 12/span 12}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-9999{z-index:9999}.link-color{color:var(--link-color)}.text-success{color:var(--success-color) !important}.text-error{color:var(--error-color) !important}.text-warning{color:var(--warning-color) !important}.text-danger{color:var(--error-color) !important}.text-inverse{color:var(--inverse-text-color)}a.text-success:hover{color:var(--success-hover-color) !important}a.text-error:hover{color:var(--error-hover-color) !important}a.text-warning:hover{color:var(--warning-hover-color) !important}a.text-danger:hover{color:var(--error-hover-color) !important}.bg\:primary-color{background-color:var(--link-color)}.bg\:error-color{background-color:var(--error-color)}.bg-transparent{background-color:rgba(0,0,0,0)}.transition-opacity{transition:opacity .15s ease}.transition-transform{transition:transform,translate,scale,rotate .15s ease}[inert],.inert{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:default;opacity:.5}.card,.card-elevated{background-color:var(--card-background-color)}.chip-yellow,.chip-blue,.chip-green,.chip-red,.chip-primary{padding:.125rem .25rem;border-radius:.25rem;border-width:1px}.chip-primary{background-color:var(--chip-primary-background-color)}.chip-primary-bg{background-color:var(--chip-primary-background-color)}.chip-secondary-bg{background-color:var(--chip-secondary-background-color)}.chip-red{background-color:var(--chip-red-background-color);border-color:var(--chip-red-border-color)}.chip-green{background-color:var(--chip-green-background-color);border-color:var(--chip-green-border-color)}.chip-blue{background-color:var(--chip-blue-background-color);border-color:var(--chip-blue-border-color)}.chip-yellow{background-color:var(--chip-yellow-background-color);border-color:var(--chip-yellow-border-color)}.badge-blue{display:inline-block;padding:.125rem .25rem;border-radius:.5rem;font-size:var(--text-xs);color:var(--inverse-text-color);line-height:1}.badge-blue{background-color:var(--badge-blue-background-color)}.thin-scrollbar{overflow:auto;padding-right:.5rem;overscroll-behavior-x:contain;scrollbar-width:thin}.thin-scrollbar::-webkit-scrollbar{width:5px;height:5px}.thin-scrollbar::-webkit-scrollbar-button{width:0;height:0}.thin-scrollbar::-webkit-scrollbar-thumb{background:var(--post-tooltip-scrollbar-background);border:none;border-radius:0}.thin-scrollbar::-webkit-scrollbar-thumb:hover{background:var(--post-tooltip-scrollbar-thumb-color)}.thin-scrollbar::-webkit-scrollbar-thumb:active{background:var(--post-tooltip-scrollbar-thumb-color)}.thin-scrollbar::-webkit-scrollbar-track{background:var(--post-tooltip-scrollbar-track-background);border:none;border-radius:0}.thin-scrollbar::-webkit-scrollbar-track:hover{background:var(--post-tooltip-scrollbar-track-background)}.thin-scrollbar::-webkit-scrollbar-track:active{background:var(--post-tooltip-scrollbar-track-background)}.thin-scrollbar::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.thin-x-scrollbar{overflow-x:auto}@media(hover: hover){.thin-x-scrollbar{overflow-x:hidden}.thin-x-scrollbar:hover{overflow-x:auto;scrollbar-width:thin}.thin-x-scrollbar:hover::-webkit-scrollbar{width:5px;height:5px}.thin-x-scrollbar:hover::-webkit-scrollbar-button{width:0;height:0}.thin-x-scrollbar:hover::-webkit-scrollbar-thumb{background:var(--post-tooltip-scrollbar-background);border:none;border-radius:0}.thin-x-scrollbar:hover::-webkit-scrollbar-thumb:hover{background:var(--post-tooltip-scrollbar-thumb-color)}.thin-x-scrollbar:hover::-webkit-scrollbar-thumb:active{background:var(--post-tooltip-scrollbar-thumb-color)}.thin-x-scrollbar:hover::-webkit-scrollbar-track{background:var(--post-tooltip-scrollbar-track-background);border:none;border-radius:0}.thin-x-scrollbar:hover::-webkit-scrollbar-track:hover{background:var(--post-tooltip-scrollbar-track-background)}.thin-x-scrollbar:hover::-webkit-scrollbar-track:active{background:var(--post-tooltip-scrollbar-track-background)}.thin-x-scrollbar:hover::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}}.animate-spin{animation:animate-spin 1s linear infinite}@keyframes animate-spin{from{rotate:0deg}to{rotate:360deg}}@media screen and (min-width: 660px){.md\:inline-block{display:inline-block}.md\:block{display:block}.md\:flex{display:flex}.md\:grid{display:grid}.md\:sticky{position:-webkit-sticky;position:sticky}.md\:space-x-4>*+*{margin-left:1rem}.md\:space-x-8>*+*{margin-left:2rem}.md\:space-y-0>*+*{margin-top:0}.md\:w-180px{width:180px}.md\:w-320px{width:320px}.md\:w-360px{width:360px}.md\:p-2{padding:.5rem}.md\:mx-auto{margin-left:auto;margin-right:auto}.md\:border-l{border-left-width:1px}.md\:-rotate-90{rotate:-90deg}.md\:rotate-90{rotate:90deg}}@media screen and (max-width: 660px){.sm\:text-sm{font-size:var(--text-sm)}.sm\:text-center{text-align:center}.sm\:items-center{align-items:center}.sm\:flex-col{flex-direction:column}.sm\:order-1{order:1}.sm\:order-2{order:2}.sm\:mx-auto{margin-left:auto;margin-right:auto}.sm\:mx-2{margin-left:.5rem;margin-right:.5rem}.sm\:mt-2{margin-top:.5rem}.sm\:p-2{padding:.5rem}.sm\:border-b{border-bottom-width:1px}.sm\:w-full{width:100%}.\!sm\:w-full{width:100% !important}}.\@container{container-type:inline-size}@container (max-width: 120px){.\@max-120px\:hidden{display:none}}@container (max-width: 270px){.\@max-270px\:hidden{display:none}}
body.a-index div#p-revert-listing{display:flex}body.a-index div#p-revert-listing table.striped{flex:1}body.a-index div#p-revert-listing>article.post-preview{margin-top:2em}div#version-comparisons{margin-bottom:1em}div#version-comparisons span{font-weight:bold}div#version-comparisons ul#version-comparisons-list,div#version-comparisons ul#version-comparisons-list li{display:inline}
.inactive-artist-url:link,.inactive-artist-url:visited{color:var(--inactive-artist-url-color)}.inactive-artist-url:hover{color:var(--inactive-artist-url-hover-color)}.banned-artist-label{background-color:var(--banned-artist-label-color);color:var(--inverse-text-color)}.deleted-artist-label{background-color:var(--deleted-artist-label-color);color:var(--inverse-text-color)}
#c-bans #a-index tr[data-expired=true]{background-color:var(--success-background-color)}#c-bans #a-index tr[data-expired=false]{background-color:var(--error-background-color)}
div[data-tippy-root]{display:inline-block}div[data-tippy-root].tooltip-loading{visibility:hidden !important}.tippy-box[data-theme~=common-tooltip]{border:1px solid var(--post-tooltip-border-color);border-radius:4px;color:var(--text-color);background-color:var(--post-tooltip-background-color);background-clip:padding-box;box-shadow:var(--shadow-lg)}.tippy-box[data-theme~=common-tooltip][data-placement^=bottom]>.tippy-arrow::before{border-bottom-color:var(--post-tooltip-background-color);bottom:16px}.tippy-box[data-theme~=common-tooltip][data-placement^=bottom]>.tippy-arrow::after{border-bottom-color:var(--post-tooltip-border-color);border-width:0 7px 7px;top:-8px;left:1px}.tippy-box[data-theme~=common-tooltip][data-placement^=top]>.tippy-arrow::before{border-top-color:var(--post-tooltip-background-color)}.tippy-box[data-theme~=common-tooltip][data-placement^=top]>.tippy-arrow::after{border-top-color:var(--post-tooltip-border-color);border-width:7px 7px 0;top:17px;left:1px}.tippy-box[data-theme~=common-tooltip]>.tippy-arrow::after{border-color:rgba(0,0,0,0);border-style:solid;content:"";position:absolute;z-index:-1}
div#c-dmails tr[data-is-read=false]{font-weight:bold}
ul.backtrace{background:var(--dtext-code-background)}
div#c-forum-topics a.topic-status{margin-right:.25em;line-height:1}div#c-forum-topics a.topic-status.label{display:inline-block;font-size:var(--text-xxs);text-transform:uppercase;border:1px solid;border-radius:.25rem;background-color:var(--body-background-color);padding:.125rem .25rem}div#c-forum-topics a.topic-status.label:hover{color:var(--inverse-text-color)}div#c-forum-topics a.topic-status.icon{color:var(--muted-text-color)}div#c-forum-topics a.topic-status.new{color:var(--forum-topic-status-new-color);border-color:var(--forum-topic-status-new-color)}div#c-forum-topics a.topic-status.new:hover{background-color:var(--forum-topic-status-new-color)}div#c-forum-topics a.topic-status.pending{color:var(--forum-topic-status-pending-color);border-color:var(--forum-topic-status-pending-color)}div#c-forum-topics a.topic-status.pending:hover{background-color:var(--forum-topic-status-pending-color)}div#c-forum-topics a.topic-status.approved{color:var(--forum-topic-status-approved-color);border-color:var(--forum-topic-status-approved-color)}div#c-forum-topics a.topic-status.approved:hover{background-color:var(--forum-topic-status-approved-color)}div#c-forum-topics a.topic-status.rejected{color:var(--forum-topic-status-rejected-color);border-color:var(--forum-topic-status-rejected-color)}div#c-forum-topics a.topic-status.rejected:hover{background-color:var(--forum-topic-status-rejected-color)}
.note-container{display:inline-block;position:relative;box-sizing:content-box}.note-container.hide-notes .note-box{visibility:hidden}.note-container div.note-body{display:none;position:absolute;font-size:14px;border:1px solid var(--note-body-border-color);background:var(--note-body-background);color:var(--note-body-text-color);box-shadow:var(--shadow-lg);min-width:140px;width:-webkit-min-content;width:-moz-min-content;width:min-content;min-height:1em;line-height:1.25;cursor:pointer;padding:4px;z-index:150;overflow-wrap:break-word;overflow-y:hidden}.note-container div.note-body,.note-container div.note-box.embedded div.note-box-inner-border{box-sizing:content-box}.note-container div.note-body h1,.note-container div.note-body h2,.note-container div.note-body h3,.note-container div.note-body h4,.note-container div.note-body h5,.note-container div.note-body h6,.note-container div.note-body a,.note-container div.note-body span,.note-container div.note-body div,.note-container div.note-body blockquote,.note-container div.note-body p,.note-container div.note-body ul,.note-container div.note-body li,.note-container div.note-body ol,.note-container div.note-body em,.note-container div.note-body strong,.note-container div.note-body small,.note-container div.note-body big,.note-container div.note-body b,.note-container div.note-body i,.note-container div.note-body font,.note-container div.note-body u,.note-container div.note-body s,.note-container div.note-body code,.note-container div.note-body center,.note-container div.note-box.embedded div.note-box-inner-border h1,.note-container div.note-box.embedded div.note-box-inner-border h2,.note-container div.note-box.embedded div.note-box-inner-border h3,.note-container div.note-box.embedded div.note-box-inner-border h4,.note-container div.note-box.embedded div.note-box-inner-border h5,.note-container div.note-box.embedded div.note-box-inner-border h6,.note-container div.note-box.embedded div.note-box-inner-border a,.note-container div.note-box.embedded div.note-box-inner-border span,.note-container div.note-box.embedded div.note-box-inner-border div,.note-container div.note-box.embedded div.note-box-inner-border blockquote,.note-container div.note-box.embedded div.note-box-inner-border p,.note-container div.note-box.embedded div.note-box-inner-border ul,.note-container div.note-box.embedded div.note-box-inner-border li,.note-container div.note-box.embedded div.note-box-inner-border ol,.note-container div.note-box.embedded div.note-box-inner-border em,.note-container div.note-box.embedded div.note-box-inner-border strong,.note-container div.note-box.embedded div.note-box-inner-border small,.note-container div.note-box.embedded div.note-box-inner-border big,.note-container div.note-box.embedded div.note-box-inner-border b,.note-container div.note-box.embedded div.note-box-inner-border i,.note-container div.note-box.embedded div.note-box-inner-border font,.note-container div.note-box.embedded div.note-box-inner-border u,.note-container div.note-box.embedded div.note-box-inner-border s,.note-container div.note-box.embedded div.note-box-inner-border code,.note-container div.note-box.embedded div.note-box-inner-border center{line-height:1.25}.note-container div.note-body>:last-child,.note-container div.note-box.embedded div.note-box-inner-border>:last-child{margin-bottom:0}.note-container div.note-body b,.note-container div.note-body strong,.note-container div.note-box.embedded div.note-box-inner-border b,.note-container div.note-box.embedded div.note-box-inner-border strong{font-weight:bold}.note-container div.note-body i,.note-container div.note-body em,.note-container div.note-box.embedded div.note-box-inner-border i,.note-container div.note-box.embedded div.note-box-inner-border em{font-style:italic}.note-container div.note-body small,.note-container div.note-box.embedded div.note-box-inner-border small{font-size:.8em}.note-container div.note-body code,.note-container div.note-box.embedded div.note-box-inner-border code{font-family:var(--monospace-font)}.note-container div.note-body a[rel*=external],.note-container div.note-box.embedded div.note-box-inner-border a[rel*=external]{word-break:initial}.note-container div.note-body .tn,.note-container div.note-box.embedded div.note-box-inner-border .tn{font-size:.8em;color:var(--note-tn-color)}.note-container div.note-body ruby rt,.note-container div.note-box.embedded div.note-box-inner-border ruby rt{font-size:.8em}.note-container div.note-body sub,.note-container div.note-body sup,.note-container div.note-box.embedded div.note-box-inner-border sub,.note-container div.note-box.embedded div.note-box-inner-border sup{font-size:.75em;line-height:0}.note-container div.note-body ul,.note-container div.note-box.embedded div.note-box-inner-border ul{margin-left:1em;margin-bottom:1em}.note-container div.note-body ul ul,.note-container div.note-box.embedded div.note-box-inner-border ul ul{margin-bottom:0}.note-container div.note-body ul li,.note-container div.note-box.embedded div.note-box-inner-border ul li{list-style-type:disc}.note-container div.note-body ul li+br,.note-container div.note-box.embedded div.note-box-inner-border ul li+br{display:none}.note-container div.note-box{display:flex;justify-content:center;align-items:center;text-align:center;position:absolute !important;border:1px solid var(--note-box-border-color);min-width:5px;min-height:5px;width:100px;height:100px;cursor:move;background:var(--note-body-background);box-shadow:var(--shadow-lg);line-height:1.25;opacity:.5;z-index:100;box-sizing:content-box;font-size:var(--note-font-size)}.note-container div.note-box:hover{z-index:200}.note-container div.note-box.unsaved{border:1px solid var(--unsaved-note-box-border-color)}.note-container div.note-box.movable{border:1px solid var(--movable-note-box-border-color)}.note-container div.note-box.embedded{color:var(--note-body-text-color);border:1px solid rgba(0,0,0,0);opacity:1;box-shadow:none}.note-container div.note-box.embedded:hover{border:1px solid var(--note-box-border-color);box-shadow:var(--note-box-shadow)}.note-container div.note-box.embedded:hover.editing,.note-container div.note-box.embedded:hover.movable{opacity:1}.note-container div.note-box.embedded.editing,.note-container div.note-box.embedded.movable{opacity:.4}.note-container div.note-box.embedded.unsaved,.note-container div.note-box.embedded.out-of-bounds{border:1px solid var(--unsaved-note-box-border-color)}.note-container div.note-box.embedded.movable{border:1px solid var(--movable-note-box-border-color)}.note-container div.note-box.embedded:not(:hover).level-1{z-index:101}.note-container div.note-box.embedded:not(:hover).level-2{z-index:102}.note-container div.note-box.embedded:not(:hover).level-3{z-index:103}.note-container div.note-box.embedded:not(:hover).level-4{z-index:104}.note-container div.note-box.embedded:not(:hover).level-5{z-index:105}.note-container div.note-box.embedded:not(:hover) div.ui-resizable-handle{display:none !important}.note-container div.note-box.note-box-highlighted{outline:1px solid var(--note-highlight-color)}.note-container div.note-box div.ui-resizable-handle{position:absolute}div#note-preview{position:absolute;cursor:crosshair;border:1px solid var(--note-preview-border-color);opacity:.6;display:none;background:var(--note-preview-background);box-shadow:var(--shadow-lg);z-index:250;box-sizing:content-box}div.note-edit-dialog{font-size:.8em}
a.pool-category-series,.pool-category-series a{color:var(--series-pool-color)}a.pool-category-series:hover,.pool-category-series a:hover{color:var(--series-pool-hover-color)}a.pool-category-collection,.pool-category-collection a{color:var(--collection-pool-color)}a.pool-category-collection:hover,.pool-category-collection a:hover{color:var(--collection-pool-hover-color)}div#c-pool-orders div#a-edit ul.ui-sortable li,div#c-favorite-group-orders div#a-edit ul.ui-sortable li{display:inline-block;min-width:150px}div#c-pool-orders div#a-edit ul.ui-sortable li,div#c-pool-orders div#a-edit ul.ui-sortable li .post-preview a,div#c-favorite-group-orders div#a-edit ul.ui-sortable li,div#c-favorite-group-orders div#a-edit ul.ui-sortable li .post-preview a{cursor:move}div#c-pool-orders div#a-edit ul.ui-sortable li.ui-state-placeholder,div#c-favorite-group-orders div#a-edit ul.ui-sortable li.ui-state-placeholder{border:none;background:none}div#c-pool-versions del a,div#c-pool-versions ins a{margin-right:.25em}
body[data-mode-menu-active=true] .post-preview-container a:hover{outline:4px solid var(--post-mode-menu-active-post-outline-color)}body.mode-translation{background-color:var(--post-mode-menu-translation-background)}#page,#top,#page-footer{background-color:var(--body-background-color)}
.tippy-box[data-theme~=post-tooltip]{--tooltip-body-height: 96px;min-width:180px;max-width:400px !important}.tippy-box[data-theme~=post-tooltip] .tippy-content{padding:0}.tippy-box[data-theme~=post-tooltip] .tippy-content>*{padding:4px 8px}.tippy-box[data-theme~=post-tooltip] .tippy-content .post-tooltip-body{max-height:var(--tooltip-body-height)}.tippy-box[data-theme~=post-tooltip] .tippy-content .post-tooltip-body.has-preview{max-height:calc(2*var(--tooltip-body-height))}.tippy-box[data-theme~=post-tooltip] .tippy-content div.post-tooltip-header{background-color:var(--post-tooltip-header-background-color);font-size:10px}.tippy-box[data-theme~=post-tooltip] .tippy-content div.post-tooltip-header .post-tooltip-score .post-votes{gap:2px}.tippy-box[data-theme~=post-tooltip] .tippy-content div.post-tooltip-header a.user{min-width:0;max-width:11em}
body.c-post-versions.a-index #subnav-undo-selected{display:none}body.c-post-versions.a-index .post-version-select-column{min-width:2em}body.c-post-versions.a-index ins.diff-obsolete a{color:var(--diff-list-obsolete-added-color);font-weight:bold}body.c-post-versions.a-index del.diff-obsolete a{color:var(--diff-list-obsolete-removed-color);font-weight:bold}body.c-post-versions.a-index td.tags-column,body.c-post-versions.a-index td.edits-column{width:40%}
@keyframes heartbeat{0%{transform:scale(1)}50%{transform:scale(1.3)}100%{transform:scale(1)}}@keyframes sharpen{from{filter:blur(8px)}to{filter:none}}#edit-dialog .post_parent_id,#edit-dialog .post_source,#edit-dialog .post_has_embedded_notes{display:none}#edit-dialog .upload-form{position:static}#post_tag_string{max-height:10rem}#has-parent-relationship-preview article.post-preview.current-post,#has-children-relationship-preview article.post-preview.current-post{border-radius:.25rem;background-color:var(--preview-selected-color)}.post-count{color:var(--tag-count-color);margin-left:.2em}.low-post-count{color:var(--low-post-count-color)}div.post_rating>label{display:inline-block !important;margin-right:.5rem;vertical-align:middle;font-size:var(--text-md)}div#c-posts form#remove-fav-button button:not([disabled]) .icon{color:var(--remove-favorite-button)}div#c-posts #remove-fav-button.animate i{animation:heartbeat .4s ease}div#c-posts .fav-buttons-true #add-fav-button{display:none}div#c-posts .fav-buttons-false #remove-fav-button{display:none}div#c-posts .post-notice{margin:.5em 0;padding:.5em;overflow:hidden;border:1px solid var(--post-notice-border-color)}div#c-posts .post-notice p{margin-bottom:0}div#c-posts .post-notice.post-notice-parent{background:var(--post-parent-notice-background)}div#c-posts .post-notice.post-notice-child{background:var(--post-child-notice-background)}div#c-posts .post-notice.post-notice-pending{background:var(--post-pending-notice-background)}div#c-posts .post-notice.post-notice-banned{background:var(--post-banned-notice-background)}div#c-posts .post-notice.post-notice-deleted{background:var(--post-deleted-notice-background)}div#c-posts .post-notice.post-notice-resized{background:var(--post-resized-notice-background)}div#c-posts .post-notice.post-notice-search{background:var(--post-search-notice-background)}div#c-posts #search-box-submit{padding:2px 6px;border-left:none;border-radius:0}div#c-posts div#a-index menu#post-sections{font-size:var(--text-lg)}div#c-posts div#a-index menu#post-sections li.active{font-weight:bold}div#c-posts div#a-show #post-info-source{word-break:break-all}div#c-posts div#a-show menu#post-sections{font-size:var(--text-lg)}div#c-posts div#a-show menu#post-sections li{padding:0 1em 0 0}div#c-posts div#a-show .image-container{margin:1em 0 .5em;image-orientation:from-image}div#c-posts div#a-show .image-container.danbirthday::before{content:"";position:absolute;left:33%;top:-16%;width:100%;height:100%;background:top left/20% no-repeat url(/packs/static/danbirthday-4efbff6333a3279c045d.png)}div#c-posts div#a-show #recommended.loading-recommended-posts{pointer-events:none;opacity:.5}div#c-posts div#a-show span.close-button{position:absolute;top:5px;right:5px;cursor:pointer}div#c-posts div#a-show #artist-commentary{border:1px solid var(--post-artist-commentary-container-border-color);border-radius:3px;background:var(--post-artist-commentary-container-background);margin-bottom:.5em;padding:.5em}div#c-posts div#a-show #artist-commentary #original-artist-commentary,div#c-posts div#a-show #artist-commentary #translated-artist-commentary{max-height:20em;overflow-y:auto}body[data-post-current-image-size=large] #post-options .image-view-large-link,body[data-post-current-image-size=original] #post-options .image-view-original-link,body[data-post-current-image-size=original] #image-resize-notice{display:none}@media screen and (max-width: 660px){#image-resize-notice{display:block !important}}body.mode-translation .note-container{cursor:crosshair}body:not(.mode-translation) div#c-posts div#a-show #mark-as-translated-section{display:none}
#related-tags-container .related-tags-body{height:30rem}#related-tags-container li.selected a{-webkit-text-stroke:.5px}@media(hover: hover){#related-tags-container input[type=checkbox]{visibility:hidden}#related-tags-container li.selected input[type=checkbox],#related-tags-container li:hover input[type=checkbox]{visibility:visible}}
div#c-uploads div#a-show input,div#c-uploads div#a-show textarea{max-width:100%}div#c-uploads div#a-show .upload-container{--min-edit-container-width: 180;--edit-container-width: 480;display:grid;gap:.5rem}div#c-uploads div#a-show .upload-container[data-dock=auto] .upload-container{grid-template-columns:1fr;grid-template-rows:-webkit-min-content;grid-template-rows:min-content;gap:.25rem}div#c-uploads div#a-show .upload-container[data-dock=auto] .upload-divider{display:none}div#c-uploads div#a-show .upload-container[data-dock=auto] #dock-auto-link{font-weight:bold}@media(min-aspect-ratio: 4/3){div#c-uploads div#a-show .upload-container[data-dock=auto]{grid-template-columns:1fr -webkit-max-content calc(var(--edit-container-width)*1px);grid-template-columns:1fr max-content calc(var(--edit-container-width)*1px)}div#c-uploads div#a-show .upload-container[data-dock=auto] .upload-divider{display:block}}div#c-uploads div#a-show .upload-container[data-dock=bottom]{grid-template-columns:1fr;grid-template-rows:-webkit-min-content;grid-template-rows:min-content;gap:.25rem}div#c-uploads div#a-show .upload-container[data-dock=bottom] .upload-divider{display:none}div#c-uploads div#a-show .upload-container[data-dock=bottom] #dock-bottom-link{font-weight:bold}div#c-uploads div#a-show .upload-container[data-dock=right]{grid-template-columns:1fr -webkit-max-content calc(var(--edit-container-width)*1px);grid-template-columns:1fr max-content calc(var(--edit-container-width)*1px)}div#c-uploads div#a-show .upload-container[data-dock=right] #dock-right-link{font-weight:bold}div#c-uploads div#a-show .upload-container[data-dock=left]{grid-template-columns:calc(var(--edit-container-width)*1px) -webkit-max-content 1fr;grid-template-columns:calc(var(--edit-container-width)*1px) max-content 1fr}div#c-uploads div#a-show .upload-container[data-dock=left] .upload-edit-container{order:1;z-index:1}div#c-uploads div#a-show .upload-container[data-dock=left] .upload-divider{order:2}div#c-uploads div#a-show .upload-container[data-dock=left] .upload-image-container{order:3}div#c-uploads div#a-show .upload-container[data-dock=left] #dock-left-link{font-weight:bold}div#c-uploads div#a-show .media-asset-component-fit-height{position:-webkit-sticky;position:sticky}div#c-uploads div#a-show .upload-divider{touch-action:none;background:linear-gradient(currentcolor, currentcolor) no-repeat center/1px 100%;color:var(--divider-border-color)}@media(hover: hover){div#c-uploads div#a-show .upload-divider:hover{color:var(--divider-border-hover-color)}}div#c-uploads div#a-show .upload-divider.dragging{color:var(--link-color)}
div#c-user-feedbacks [data-category=positive],div#c-moderator-dashboards div#col2 [data-category=positive]{background:var(--success-background-color)}div#c-user-feedbacks [data-category=negative],div#c-moderator-dashboards div#col2 [data-category=negative]{background:var(--error-background-color)}
.tippy-box[data-theme~=user-tooltip]{line-height:1.25em;min-width:350px}.tippy-box[data-theme~=user-tooltip] .user-tooltip-header{margin-bottom:1em;display:grid;grid:"avatar header-top menu" "avatar header-bottom menu"/32px 1fr 32px;-moz-column-gap:.25em;column-gap:.25em}.tippy-box[data-theme~=user-tooltip] .user-tooltip-header .user-tooltip-avatar{font-size:32px;grid-area:avatar;align-self:center}.tippy-box[data-theme~=user-tooltip] .user-tooltip-header .user-tooltip-header-top{grid-area:header-top}.tippy-box[data-theme~=user-tooltip] .user-tooltip-header .user-tooltip-header-top .user-tooltip-badge{color:var(--inverse-text-color);font-size:.7em;padding:2px 4px;margin-right:.25em;border-radius:3px}.tippy-box[data-theme~=user-tooltip] .user-tooltip-header .user-tooltip-header-top .user-tooltip-badge.user-tooltip-badge-owner{background-color:var(--user-admin-color)}.tippy-box[data-theme~=user-tooltip] .user-tooltip-header .user-tooltip-header-top .user-tooltip-badge.user-tooltip-badge-admin{background-color:var(--user-admin-color)}.tippy-box[data-theme~=user-tooltip] .user-tooltip-header .user-tooltip-header-top .user-tooltip-badge.user-tooltip-badge-moderator{background-color:var(--user-moderator-color)}.tippy-box[data-theme~=user-tooltip] .user-tooltip-header .user-tooltip-header-top .user-tooltip-badge.user-tooltip-badge-approver{background-color:var(--user-builder-color)}.tippy-box[data-theme~=user-tooltip] .user-tooltip-header .user-tooltip-header-top .user-tooltip-badge.user-tooltip-badge-contributor{background-color:var(--user-builder-color)}.tippy-box[data-theme~=user-tooltip] .user-tooltip-header .user-tooltip-header-top .user-tooltip-badge.user-tooltip-badge-builder{background-color:var(--user-builder-color)}.tippy-box[data-theme~=user-tooltip] .user-tooltip-header .user-tooltip-header-top .user-tooltip-badge.user-tooltip-badge-platinum{background-color:var(--user-platinum-color)}.tippy-box[data-theme~=user-tooltip] .user-tooltip-header .user-tooltip-header-top .user-tooltip-badge.user-tooltip-badge-gold{background-color:var(--user-gold-color)}.tippy-box[data-theme~=user-tooltip] .user-tooltip-header .user-tooltip-header-top .user-tooltip-badge.user-tooltip-badge-member{background-color:var(--user-member-color)}.tippy-box[data-theme~=user-tooltip] .user-tooltip-header .user-tooltip-header-top .user-tooltip-badge.user-tooltip-badge-restricted{background-color:var(--user-restricted-color)}.tippy-box[data-theme~=user-tooltip] .user-tooltip-header .user-tooltip-header-top .user-tooltip-badge.user-tooltip-badge-banned{background-color:var(--user-banned-color)}.tippy-box[data-theme~=user-tooltip] .user-tooltip-header .user-tooltip-header-top .user-tooltip-badge.user-tooltip-badge-positive-feedback{color:var(--user-tooltip-positive-feedback-color);border:1px solid}.tippy-box[data-theme~=user-tooltip] .user-tooltip-header .user-tooltip-header-top .user-tooltip-badge.user-tooltip-badge-negative-feedback{color:var(--user-tooltip-negative-feedback-color);border:1px solid}.tippy-box[data-theme~=user-tooltip] .user-tooltip-header .user-tooltip-header-bottom{grid-area:header-bottom;color:var(--muted-text-color);font-size:.75em}.tippy-box[data-theme~=user-tooltip] .user-tooltip-header .user-tooltip-header-bottom a{color:var(--muted-text-color)}.tippy-box[data-theme~=user-tooltip] .user-tooltip-header div.popup-menu{grid-area:menu;align-self:center}.tippy-box[data-theme~=user-tooltip] .user-tooltip-stats{display:grid;grid:auto/repeat(3, 1fr);-moz-column-gap:1em;column-gap:1em;row-gap:.5em}.tippy-box[data-theme~=user-tooltip] .user-tooltip-stats .user-tooltip-stat-item{text-align:center}.tippy-box[data-theme~=user-tooltip] .user-tooltip-stats .user-tooltip-stat-item a{color:var(--text-color)}.tippy-box[data-theme~=user-tooltip] .user-tooltip-stats .user-tooltip-stat-item .user-tooltip-stat-value{font-weight:bold}.tippy-box[data-theme~=user-tooltip] .user-tooltip-stats .user-tooltip-stat-item .user-tooltip-stat-name{font-size:.9em;color:var(--muted-text-color)}
div#c-user-upgrades div#a-new summary{padding:1rem 0}div#c-user-upgrades div#a-new table#feature-comparison colgroup#basic{background-color:var(--user-upgrade-basic-background-color)}div#c-user-upgrades div#a-new table#feature-comparison colgroup#gold{background-color:var(--user-upgrade-gold-background-color)}div#c-user-upgrades div#a-new table#feature-comparison colgroup#platinum{background-color:var(--user-upgrade-platinum-background-color)}
div#c-users div#a-show table.user-statistics th{width:15%;text-align:right;padding-right:1em}div#c-users div#a-show table.user-statistics .user-verified-email-icon{color:var(--user-verified-email-color)}div#c-users div#a-show table.user-statistics .user-unverified-email-icon{color:var(--user-unverified-email-color)}div#c-users div#a-edit div.input{margin-bottom:2em}
div#c-wiki-page-versions #a-diff ul.wiki-other-names-diff-list li.removed{background:var(--wiki-page-versions-diff-del-background);text-decoration:none}div#c-wiki-page-versions #a-diff ul.wiki-other-names-diff-list li.added{background:var(--wiki-page-versions-diff-ins-background);text-decoration:none}
.blacklisted-hidden.blacklisted-hidden{display:none}.blacklisted-blurred .post-preview-link,.blacklisted-blurred.image-container{overflow:hidden}.blacklisted-blurred .post-preview-image,.blacklisted-blurred #image{filter:blur(var(--blacklist-blur-amount, 40px)) !important}.post-preview:not(.blacklist-initialized),.image-container:not(.blacklist-initialized){visibility:hidden}
article.comment[data-is-sticky=true]{background:var(--comment-sticky-background-color)}article.comment[data-is-reported=true]{background-color:var(--moderation-report-background-color)}article.comment[data-is-dimmed=true]{opacity:.3}article.comment[data-is-dimmed=true]:hover{opacity:1}article.comment[data-is-thresholded=true][data-show-thresholded=false] .body{display:none}article.comment[data-is-thresholded=false] .unhide-comment-link,article.comment[data-is-thresholded=true][data-show-thresholded=true] .unhide-comment-link{display:none}article.comment .moderation-report-notice{color:var(--moderation-report-text-color)}
.comment-votes-tooltip{max-height:240px}.comment-votes-tooltip .upvote-icon{color:var(--post-upvote-color)}.comment-votes-tooltip .downvote-icon{color:var(--post-downvote-color)}.comment-votes-tooltip .comment-voter{max-width:160px}
.dtext-editor .dtext-editor-menu{border-color:var(--form-input-border-color);background-color:var(--dtext-editor-menu-background-color)}.dtext-editor .dtext-editor-body{width:60rem;height:10rem;min-width:20rem;min-height:3rem;max-height:90vh;max-width:100cqw}.dtext-editor.dtext-editor-large .dtext-editor-body{height:25rem}.dtext-editor .dtext-preview{background-color:var(--form-input-background);border-color:var(--form-input-border-color);color:var(--form-input-text-color);--paragraph-spacing: 1lh}
.favorites-tooltip{font-size:var(--text-xs);max-height:240px}.favorites-tooltip .post-favoriter{max-width:160px}
.file-upload-component .dropzone-container{background:var(--uploads-dropzone-background)}.file-upload-component .dropzone-container.error{background:var(--error-background-color)}.file-upload-component .dropzone-container.success{background:var(--success-background-color)}.file-upload-component .dz-progress{background-color:var(--uploads-dropzone-progress-bar-background-color)}.file-upload-component .dz-progress .dz-upload{background-color:var(--uploads-dropzone-progress-bar-foreground-color)}
article.forum-post[data-is-reported=true]{background-color:var(--moderation-report-background-color)}article.forum-post[data-is-deleted=true]{opacity:.3}article.forum-post[data-is-deleted=true]:hover{opacity:1}article.forum-post a.voted{font-weight:bold}article.forum-post div.content .edit_forum_post,article.forum-post div.content .edit_forum_topic{display:none}article.forum-post .moderation-report-notice{font-weight:bold;color:var(--moderation-report-text-color)}.forum-post-votes .vote-score-up .upvote-icon{color:var(--forum-vote-up-color)}.forum-post-votes .vote-score-meh .meh-icon{color:var(--forum-vote-meh-color)}.forum-post-votes .vote-score-down .downvote-icon{color:var(--forum-vote-down-color)}
.media-asset-container:not(:hover) .media-asset-zoom-level{opacity:0}.media-asset-zoom-level{color:var(--preview-icon-color);background:var(--preview-icon-background)}.media-asset-component{--min-asset-height: 320px}.media-asset-component:not(.media-asset-component-fit-height) .media-asset-paginator{position:-webkit-sticky;position:sticky;top:calc((max(var(--min-asset-height),100vh) + var(--header-visible-height) - var(--paginator-size))/2)}@supports(top: 100dvh){.media-asset-component:not(.media-asset-component-fit-height) .media-asset-paginator{top:calc((max(var(--min-asset-height),100dvh) + var(--header-visible-height) - var(--paginator-size))/2)}}.media-asset-component:hover .media-asset-paginator-prev,.media-asset-component:hover .media-asset-paginator-next{opacity:.4}.media-asset-component[data-dynamic-height=true]:not([data-dynamic-height-initialized=true]){visibility:hidden}.media-asset-component .media-asset-paginator{top:calc((100% - var(--paginator-size))/2);height:0;--paginator-size: 32px;font-size:var(--text-lg)}@media screen and (min-width: 660px){.media-asset-component .media-asset-paginator{--paginator-size: 48px;font-size:var(--text-xl)}}.media-asset-component .media-asset-paginator-prev,.media-asset-component .media-asset-paginator-next{opacity:0;width:var(--paginator-size);height:var(--paginator-size);border-radius:var(--paginator-size);transition:opacity .125s,background-color .125s;color:var(--asset-paginator-link-color);background-color:var(--asset-paginator-background-color)}.media-asset-component .media-asset-paginator-prev:hover,.media-asset-component .media-asset-paginator-next:hover{opacity:1;color:var(--asset-paginator-link-hover-color);background-color:var(--asset-paginator-background-hover-color)}.media-asset-component .media-asset-paginator-prev:focus,.media-asset-component .media-asset-paginator-next:focus{outline:none}.media-asset-component .media-asset-image{-webkit-user-select:none;-moz-user-select:none;user-select:none;width:auto;max-height:inherit}.media-asset-component.media-asset-component-fit-height{justify-content:center}.media-asset-component.media-asset-component-fit-height .media-asset-container{aspect-ratio:var(--media-asset-width)/var(--media-asset-height);height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.media-asset-component.media-asset-component-fit-height[data-dynamic-height=false]{top:calc(var(--header-initial-height)/2);max-height:calc(max(var(--min-asset-height),100vh) - var(--header-initial-height))}@supports(max-height: 100dvh){.media-asset-component.media-asset-component-fit-height[data-dynamic-height=false]{max-height:calc(max(var(--min-asset-height),100dvh) - var(--header-initial-height))}}.media-asset-component.media-asset-component-fit-height[data-dynamic-height=true]{max-height:calc(max(var(--min-asset-height),100vh) - var(--header-visible-height))}@supports(max-height: 100dvh){.media-asset-component.media-asset-component-fit-height[data-dynamic-height=true]{max-height:calc(max(var(--min-asset-height),100dvh) - var(--header-visible-height))}}.media-asset-component.media-asset-component-fit-width .media-asset-container{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;width:intrinsic}.media-asset-component.media-asset-component-fit-width .media-asset-image{height:auto;max-width:100%}
.media-asset-gallery .media-assets-container{gap:.5rem}@media screen and (min-width: 660px){.media-asset-gallery.media-asset-gallery-150 .post-preview-container{height:150px}.media-asset-gallery.media-asset-gallery-180 .post-preview-container{height:180px}.media-asset-gallery.media-asset-gallery-225 .post-preview-container{height:225px}.media-asset-gallery.media-asset-gallery-270 .post-preview-container{height:270px}.media-asset-gallery.media-asset-gallery-360 .post-preview-container{height:360px}.media-asset-gallery.media-asset-gallery-540 .post-preview-container{height:540px}.media-asset-gallery.media-asset-gallery-720 .post-preview-container{height:720px}}.media-asset-gallery.media-asset-gallery-150 .media-assets-container{grid-template-columns:repeat(auto-fill, minmax(150px, 1fr))}.media-asset-gallery.media-asset-gallery-180 .media-assets-container{grid-template-columns:repeat(auto-fill, minmax(180px, 1fr))}.media-asset-gallery.media-asset-gallery-225 .media-assets-container{grid-template-columns:repeat(auto-fill, minmax(225px, 1fr))}.media-asset-gallery.media-asset-gallery-270 .media-assets-container{grid-template-columns:repeat(auto-fill, minmax(270px, 1fr))}.media-asset-gallery.media-asset-gallery-360 .media-assets-container{grid-template-columns:repeat(auto-fill, minmax(360px, 1fr))}.media-asset-gallery.media-asset-gallery-540 .media-assets-container{grid-template-columns:repeat(auto-fill, minmax(540px, 1fr))}.media-asset-gallery.media-asset-gallery-720 .media-assets-container{grid-template-columns:repeat(auto-fill, minmax(720px, 1fr))}@media screen and (max-width: 660px){.media-asset-gallery .media-assets-container{gap:.25rem}.media-asset-gallery.media-asset-gallery-150 .media-assets-container{grid-template-columns:repeat(3, minmax(0, 150px))}.media-asset-gallery.media-asset-gallery-180 .media-assets-container{grid-template-columns:repeat(2, auto)}.media-asset-gallery.media-asset-gallery-225 .media-assets-container{grid-template-columns:repeat(2, auto)}.media-asset-gallery.media-asset-gallery-270 .media-assets-container{grid-template-columns:repeat(2, auto)}.media-asset-gallery.media-asset-gallery-360 .media-assets-container{grid-template-columns:repeat(1, auto)}.media-asset-gallery.media-asset-gallery-540 .media-assets-container{grid-template-columns:repeat(1, auto)}.media-asset-gallery.media-asset-gallery-720 .media-assets-container{grid-template-columns:repeat(1, auto)}}
.media-asset-animation-icon,.media-asset-image-count-icon{color:var(--preview-icon-color);background:var(--preview-icon-background)}.media-asset-placeholder{background-color:var(--media-asset-placeholder-background-color)}
#main-menu .current{background:var(--subnav-menu-background-color)}#main-menu #nav-login{color:var(--login-link-color)}@media screen and (max-width: 660px){#main-menu{background-color:var(--responsive-menu-background-color)}}#subnav-menu{background:var(--subnav-menu-background-color)}
.paginator>*{padding:.25rem .75rem}.paginator>a:hover{background:var(--paginator-arrow-color);color:var(--paginator-arrow-background-color)}
div.popup-menu a.default-popup-menu-button{display:flex;align-items:center;height:100%;border-radius:.25rem;padding:.25rem;color:var(--muted-text-color)}div.popup-menu a.default-popup-menu-button[aria-expanded=true]{color:var(--link-color)}div.popup-menu a.default-popup-menu-button[aria-expanded=true]:hover,div.popup-menu a.default-popup-menu-button[aria-expanded=true]:focus{background-color:var(--subnav-menu-background-color);outline:none}div.popup-menu a.default-popup-menu-button:not([aria-expanded=true]){color:var(--muted-text-color)}div.popup-menu a.default-popup-menu-button:not([aria-expanded=true]):hover{color:var(--link-hover-color)}div.popup-menu ul.popup-menu-content{display:none}div.popup-menu ul.popup-menu-content li a{display:block;padding:.125em 0 .125em 0}div.popup-menu ul.popup-menu-content li a .icon{width:1rem;margin-right:.25rem}
.post-gallery-inline .posts-container{overflow-x:auto;white-space:nowrap}.post-gallery-grid .posts-container{display:grid}.post-gallery-grid .post-preview-container{display:flex;place-items:flex-end}@media screen and (min-width: 660px){.post-gallery-grid.post-gallery-150 .post-preview-container{height:150px}.post-gallery-grid.post-gallery-180 .post-preview-container{height:180px}.post-gallery-grid.post-gallery-225 .post-preview-container{height:225px}.post-gallery-grid.post-gallery-270 .post-preview-container{height:270px}.post-gallery-grid.post-gallery-360 .post-preview-container{height:360px}.post-gallery-grid.post-gallery-540 .post-preview-container{height:540px}.post-gallery-grid.post-gallery-720 .post-preview-container{height:720px}}.post-gallery-grid.post-gallery-150 .posts-container{grid-template-columns:repeat(auto-fill, minmax(150px, 1fr))}.post-gallery-grid.post-gallery-180 .posts-container{grid-template-columns:repeat(auto-fill, minmax(180px, 1fr))}.post-gallery-grid.post-gallery-225 .posts-container{grid-template-columns:repeat(auto-fill, minmax(225px, 1fr))}.post-gallery-grid.post-gallery-225w .posts-container{grid-template-columns:repeat(auto-fill, minmax(225px, 1fr))}.post-gallery-grid.post-gallery-270 .posts-container{grid-template-columns:repeat(auto-fill, minmax(270px, 1fr))}.post-gallery-grid.post-gallery-270w .posts-container{grid-template-columns:repeat(auto-fill, minmax(270px, 1fr))}.post-gallery-grid.post-gallery-360 .posts-container{grid-template-columns:repeat(auto-fill, minmax(360px, 1fr))}.post-gallery-grid.post-gallery-540 .posts-container{grid-template-columns:repeat(auto-fill, minmax(540px, 1fr))}.post-gallery-grid.post-gallery-720 .posts-container{grid-template-columns:repeat(auto-fill, minmax(720px, 1fr))}@media screen and (max-width: 660px){.post-gallery-grid .posts-container{gap:.25rem}.post-gallery-grid.post-gallery-150 .posts-container{grid-template-columns:repeat(3, minmax(0, 150px))}.post-gallery-grid.post-gallery-180 .posts-container{grid-template-columns:repeat(2, auto)}.post-gallery-grid.post-gallery-225 .posts-container{grid-template-columns:repeat(2, auto)}.post-gallery-grid.post-gallery-225w .posts-container{grid-template-columns:repeat(2, auto)}.post-gallery-grid.post-gallery-270 .posts-container{grid-template-columns:repeat(2, auto)}.post-gallery-grid.post-gallery-270w .posts-container{grid-template-columns:repeat(2, auto)}.post-gallery-grid.post-gallery-360 .posts-container{grid-template-columns:repeat(1, auto)}.post-gallery-grid.post-gallery-540 .posts-container{grid-template-columns:repeat(1, auto)}.post-gallery-grid.post-gallery-720 .posts-container{grid-template-columns:repeat(1, auto)}}
.post-notice-search li{display:flex}.post-notice-search li[data-selected=true]{font-weight:bold}.post-notice-search li .first,.post-notice-search li .prev,.post-notice-search li .next,.post-notice-search li .last{flex:0;margin:0 .25em;white-space:nowrap}.post-notice-search li .first,.post-notice-search li .last{flex-basis:1em}.post-notice-search li.search-navbar .prev,.post-notice-search li.search-navbar .next{margin:0 1.75em}.post-notice-search li .pool-name,.post-notice-search li .favgroup-name,.post-notice-search li .search-name{flex:1;text-align:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
article.post-preview .post-preview-link{display:block;position:relative;margin:0 auto}article.post-preview .post-preview-link .post-animation-icon{color:var(--preview-icon-color);background:var(--preview-icon-background)}article.post-preview .desc{font-size:var(--text-sm);margin-bottom:0;text-align:center}.post-preview-image{max-width:100%;height:auto}.post-preview-fit-fixed{display:inline-flex;flex-direction:column;place-items:center}.post-preview-fit-fixed.post-preview-150{width:150px}.post-preview-fit-fixed.post-preview-180{width:180px}.post-preview-fit-fixed.post-preview-225{width:225px}.post-preview-fit-fixed.post-preview-225w{width:225px}.post-preview-fit-fixed.post-preview-270{width:270px}.post-preview-fit-fixed.post-preview-270w{width:270px}.post-preview-fit-fixed.post-preview-360{width:360px}.post-preview-fit-fixed.post-preview-540{width:540px}.post-preview-fit-fixed.post-preview-720{width:720px}.post-preview-150 .post-preview-image{max-height:150px;width:auto}.post-preview-180 .post-preview-image{max-height:180px;width:auto}.post-preview-225 .post-preview-image{max-height:225px;width:auto}.post-preview-225w .post-preview-image{max-height:360px;width:auto}.post-preview-270 .post-preview-image{max-height:270px;width:auto}.post-preview-270w .post-preview-image{max-height:360px;width:auto}.post-preview-360 .post-preview-image{max-height:360px;width:auto}.post-preview-540 .post-preview-image{max-height:540px;width:auto}.post-preview-720 .post-preview-image{max-height:720px;width:auto}.post-preview .post-preview-image{border:2px solid rgba(0,0,0,0)}.post-preview.post-status-has-children .post-preview-image{border-color:var(--preview-has-children-color)}.post-preview.post-status-has-parent .post-preview-image{border-color:var(--preview-has-parent-color)}.post-preview.post-status-has-children.post-status-has-parent .post-preview-image{border-color:var(--preview-has-children-color) var(--preview-has-parent-color) var(--preview-has-parent-color) var(--preview-has-children-color)}.post-preview.post-status-deleted .post-preview-image{border-color:var(--preview-deleted-color)}.post-preview.post-status-has-children.post-status-deleted .post-preview-image{border-color:var(--preview-has-children-color) var(--preview-deleted-color) var(--preview-deleted-color) var(--preview-has-children-color)}.post-preview.post-status-has-parent.post-status-deleted .post-preview-image{border-color:var(--preview-has-parent-color) var(--preview-deleted-color) var(--preview-deleted-color) var(--preview-has-parent-color)}.post-preview.post-status-has-children.post-status-has-parent.post-status-deleted .post-preview-image{border-color:var(--preview-has-children-color) var(--preview-deleted-color) var(--preview-deleted-color) var(--preview-has-parent-color)}.post-preview.post-status-pending:not(.mod-queue-preview) .post-preview-image,.post-preview.post-status-flagged:not(.mod-queue-preview) .post-preview-image{border-color:var(--preview-pending-color)}.post-preview.post-status-has-children.post-status-pending:not(.mod-queue-preview) .post-preview-image,.post-preview.post-status-has-children.post-status-flagged:not(.mod-queue-preview) .post-preview-image{border-color:var(--preview-has-children-color) var(--preview-pending-color) var(--preview-pending-color) var(--preview-has-children-color)}.post-preview.post-status-has-parent.post-status-pending:not(.mod-queue-preview) .post-preview-image,.post-preview.post-status-has-parent.post-status-flagged:not(.mod-queue-preview) .post-preview-image{border-color:var(--preview-has-parent-color) var(--preview-pending-color) var(--preview-pending-color) var(--preview-has-parent-color)}.post-preview.post-status-has-children.post-status-has-parent.post-status-pending:not(.mod-queue-preview) .post-preview-image,.post-preview.post-status-has-children.post-status-has-parent.post-status-flagged:not(.mod-queue-preview) .post-preview-image{border-color:var(--preview-has-children-color) var(--preview-pending-color) var(--preview-pending-color) var(--preview-has-parent-color)}body[data-current-user-is-approver=true] .post-preview.post-status-flagged .post-preview-image{border-color:var(--preview-flagged-color)}body[data-current-user-is-approver=true] .post-preview.post-status-has-children.post-status-flagged .post-preview-image{border-color:var(--preview-has-children-color) var(--preview-flagged-color) var(--preview-flagged-color) var(--preview-has-children-color)}body[data-current-user-is-approver=true] .post-preview.post-status-has-parent.post-status-flagged .post-preview-image{border-color:var(--preview-has-parent-color) var(--preview-flagged-color) var(--preview-flagged-color) var(--preview-has-parent-color)}body[data-current-user-is-approver=true] .post-preview.post-status-has-children.post-status-has-parent.post-status-flagged .post-preview-image{border-color:var(--preview-has-children-color) var(--preview-flagged-color) var(--preview-flagged-color) var(--preview-has-parent-color)}@media screen and (max-width: 660px){.post-preview-image{border:none !important}}
article.post-preview .post-score a,.post-tooltip-header .post-score a{color:var(--muted-text-color)}article.post-preview .post-score a:hover,.post-tooltip-header .post-score a:hover{color:var(--link-hover-color)}
.post-votes-tooltip{max-height:240px}.post-votes-tooltip .upvote-icon{color:var(--post-upvote-color)}.post-votes-tooltip .downvote-icon{color:var(--post-downvote-color)}.post-votes-tooltip .post-voter{max-width:160px}
div.source-data:not(.loading) .source-data-loading{display:none}div.source-data.loading .source-data-content{display:none}div.source-data.loading .source-data-fetch{display:none}div.source-data th{padding-right:1rem;padding-bottom:.5rem}div.source-data td{vertical-align:top}
.tab-panel-component.horizontal-tab-panel>.tab-list{display:flex;white-space:nowrap;border-bottom-width:1px;padding-bottom:2px;gap:1rem;margin-bottom:1rem}.tab-panel-component.horizontal-tab-panel>.tab-list .tab,.tab-panel-component.horizontal-tab-panel>.tab-list .tab-menu-item{padding:.25rem;padding-bottom:.5rem;line-height:1}.tab-panel-component.horizontal-tab-panel>.tab-list .tab:focus,.tab-panel-component.horizontal-tab-panel>.tab-list .tab-menu-item:focus{outline:none}.tab-panel-component.horizontal-tab-panel>.tab-list .tab.active-tab{border-color:currentcolor;border-bottom-width:2px;margin-bottom:-2px}.tab-panel-component.horizontal-tab-panel>.tab-list .tab:not(.active-tab){color:var(--muted-text-color)}.tab-panel-component.horizontal-tab-panel>.tab-list .tab:not(.active-tab):hover{color:var(--link-hover-color)}.tab-panel-component.button-group-tab-panel>.tab-list{display:flex;white-space:nowrap}.tab-panel-component.button-group-tab-panel>.tab-list .tab{color:var(--button-outline-primary-color);border-color:var(--button-outline-primary-color);border-width:1px;border-radius:.25rem}.tab-panel-component.button-group-tab-panel>.tab-list .tab:focus{outline:none}.tab-panel-component.button-group-tab-panel>.tab-list .tab:hover{color:var(--inverse-text-color);background-color:var(--button-outline-primary-color)}.tab-panel-component.button-group-tab-panel>.tab-list .tab:not(:last-of-type){border-top-right-radius:0;border-bottom-right-radius:0}.tab-panel-component.button-group-tab-panel>.tab-list .tab:not(:first-of-type){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}.tab-panel-component.button-group-tab-panel>.tab-list .tab.active-tab{color:var(--inverse-text-color);background-color:var(--button-outline-primary-color)}.tab-panel-component>.tab-panels>.tab-panel:not(.active-tab){display:none}
.tag-list a.search-tag{overflow-wrap:anywhere}.tag-list.inline-tag-list{display:inline}.tag-list.inline-tag-list a{margin-right:.5em}.tag-list ul{margin-bottom:1em}
.ugoira-container:hover .ugoira-controls,.ugoira-container[data-paused=true] .ugoira-controls,.ugoira-container:has(a.popup-menu-button[aria-expanded=true]) .ugoira-controls{opacity:100%}.ugoira-container:-webkit-full-screen video{width:100%}.ugoira-container:fullscreen video{width:100%}.ugoira-container{background-color:var(--ugoira-background-color)}.ugoira-controls,.ugoira-controls .tippy-box{background-color:rgba(31,32,44,.7529411765);border:0}@supports (color: lab(from red l 1 1% / calc(alpha + 0.1))){
.ugoira-controls,.ugoira-controls .tippy-box{background-color:rgb(from var(--ugoira-controls-background-color) r g b/80%)}
}.ugoira-controls .popup-menu:has(a.popup-menu-button[aria-expanded=true]) .tippy-box{overflow:hidden}.ugoira-controls,.ugoira-controls a.popup-menu-button,.ugoira-controls .tippy-content li,.ugoira-controls .tippy-content a{color:var(--ugoira-controls-icon-color)}.ugoira-controls .icon:hover{color:var(--ugoira-controls-icon-hover-color)}.ugoira-controls .tippy-content{padding:0}.ugoira-controls .tippy-content li:has(a):hover{background-color:rgba(63,64,88,.8)}@supports (color: lab(from red l 1 1% / calc(alpha + 0.1))){
.ugoira-controls .tippy-content li:has(a):hover{background-color:rgb(from var(--ugoira-controls-popup-hover-background-color) r g b/80%)}
}.ugoira-controls .tippy-content hr{border-color:var(--ugoira-controls-divider-color)}.ugoira-controls .ugoira-slider{--playback-progress: 0%;--load-progress: 0%}.ugoira-controls .ugoira-slider::-moz-range-track{height:.375rem;border-radius:1rem;background:linear-gradient(to right, var(--ugoira-slider-playback-color) 0% var(--playback-progress), var(--ugoira-slider-loading-color) var(--playback-progress) var(--load-progress), var(--ugoira-slider-unloaded-color) var(--playback-progress) 100%)}.ugoira-controls .ugoira-slider::-webkit-slider-runnable-track{height:.375rem;border-radius:1rem;background:linear-gradient(to right, var(--ugoira-slider-playback-color) 0% var(--playback-progress), var(--ugoira-slider-loading-color) var(--playback-progress) var(--load-progress), var(--ugoira-slider-unloaded-color) var(--playback-progress) 100%)}.ugoira-controls .ugoira-slider::-moz-range-thumb{background-color:var(--ugoira-controls-icon-color);border-color:var(--ugoira-controls-icon-color);height:.75rem;width:.75rem}.ugoira-controls .ugoira-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background-color:var(--ugoira-controls-icon-color);border-radius:1rem;height:.75rem;width:.75rem;position:relative;top:-50%}

/*# sourceMappingURL=application-a97b513c.css.map*/