:root{--body-bg:#f6f7f9;--body-color:#222;}html{box-sizing:border-box;}html[data-theme="dark"]{--body-bg:#191c1f;--body-color:#fafafc;}*,*:before,*:after{box-sizing:inherit;}body{font-family:Arial,Helvetica,sans-serif;background:var(--body-bg);color:var(--body-color);margin:0;padding:.5em .2em 1em;min-height:120dvh;}header{display:flex;flex-wrap:wrap;flex-direction:row;align-items:center;justify-content:space-evenly;gap:0 3em;}article{max-width:100dvw;}.f{transform:scale(-1,1);}@media (max-width:700px){header{flex-wrap:wrap;gap:.25em 1em}}a,.a{color:#FF0000;text-decoration:none;transition:color .16s;cursor:pointer;}a:focus,a:hover,.a:focus,.a:hover{color:#23527c;text-decoration:underline;}a:focus,.a:focus{outline:2px solid #ffd600;outline-offset:2px;}dialog.age::backdrop{background:#000;}*[popover]::backdrop{background:#000;}.content-layout{max-width:1440px;margin:.25em auto;display:grid;grid-template-columns:auto minmax(800px,1fr) auto;gap:.5em;align-items:start;min-height:80dvh;}.skyscraper-banner{aspect-ratio:300 / 1200;width:auto;height:80dvh;display:flex;align-items:center;justify-content:center;text-align:center;position:sticky;top:3em;}.skyscraper-banner *{display:block;height:100%;width:auto;aspect-ratio:300 / 1200;}@media (max-width:1100px){.content-layout{grid-template-columns:1fr}.skyscraper-banner{display:none}}@keyframes fadeOut{0%{opacity:1}99%{opacity:0}100%{display:none}}.out{animation:fadeOut .5s ease forwards;}.p{cursor:pointer;}.center{text-align:center;}.reached-end{grid-column:1 / -1;font-size:1.5em;text-align:center;padding:2em 0;}body>nav{display:flex;justify-content:center;align-items:center;gap:.25em;padding:1em;}.pending{filter:grayscale(1) sepia(1);}.rejected{filter:grayscale(1);text-decoration:line-through;}