@font-face{font-family:Monaco;src:local("Monaco");font-weight:400;font-style:normal}@font-face{font-family:JetBrains Mono;src:url(/fonts/JetBrainsMono-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Share Tech;src:url(/fonts/ShareTech-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Inconsolata;src:url(/fonts/Inconsolata-VariableFont_wdth,wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Fira Code;src:url(/fonts/FiraCode-VariableFont_wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}*{margin:0;padding:0;box-sizing:border-box}body,html{font-family:Times,serif;background:#c44;color:#000;line-height:1.6;min-height:100vh}.layout{min-height:100vh;display:flex;flex-direction:column}.header{padding:2rem;border-bottom:1px solid #000}.nav{display:flex;gap:1.5rem;margin-bottom:1rem}.nav a{color:#c9c6a9;text-decoration:none;font-size:.9rem;transition:opacity .2s;font-weight:900;font-family:Georgia;font-style:italic}.nav a:hover{opacity:.7}.header h1{color:#222242;font-size:3rem}.header h1,.translate-button{font-weight:900;font-family:Monaco,Fira Code,JetBrains Mono,monospace}.translate-button{background:#222242;color:#c9c6a9;border:1px solid #000;padding:.5rem 1rem;cursor:pointer;font-size:.9rem;transition:background .2s;margin-top:.5rem}.translate-button:hover{background:#333353}.comment-translate-button{background:#222242;color:#c9c6a9;border:1px solid #000;padding:.25rem .75rem;cursor:pointer;font-size:.75rem;font-weight:900;font-family:Monaco,Fira Code,JetBrains Mono,monospace;transition:background .2s;margin-left:1rem}.comment-translate-button:hover{background:#333353}.comment-translate-button:disabled{opacity:.7;cursor:not-allowed}.loading-dots{display:inline-block;min-width:1.2em;text-align:center}.main{flex:1 1;padding:2rem;max-width:800px;margin:0 auto;width:100%}form label{display:block;margin-bottom:1rem}form input,form textarea{background:#fff;border:1px solid #000;color:#000;padding:.5rem;font-family:inherit;font-size:.9rem;width:100%;max-width:500px}form input:focus,form textarea:focus{outline:1px solid #a31e32;border-color:#a31e32}form input::placeholder,form textarea::placeholder{color:#999}form button{background:#000;color:#c9c6a9;border:none;padding:.5rem 1.5rem;cursor:pointer;font-size:.9rem;transition:background .2s}form button:hover:not(:disabled){background:#333}form button:disabled{opacity:.5;cursor:not-allowed}.tweet{background:#fff;padding:1.5rem;margin-bottom:1rem;border-radius:4px;border:1px solid #000;position:relative}.timestamp{font-size:.75rem;color:#999;display:block;margin-bottom:.5rem}.aday{cursor:pointer}.listItemTitle{font-weight:900;color:#232323;margin-bottom:.5rem}.word{color:#000;line-height:1.6;font-size:1.1rem;font-family:Verdana;white-space:pre-line;-webkit-hyphens:auto;hyphens:auto}.word,.word a{overflow-wrap:anywhere;word-break:break-word}.word a{color:gold;text-decoration:underline;word-wrap:break-word}.word a:hover{opacity:.8}.tweet textarea{background:#fff;border:1px solid #000;color:#000;padding:.5rem;font-family:inherit;font-size:.9rem;width:100%;margin-bottom:.5rem}.tweet textarea:focus{outline:1px solid #a31e32;border-color:#a31e32}.tweet>a{position:absolute;top:1rem;right:1rem;color:#000;font-size:1.2rem;transition:color .2s}.tweet>a:hover{color:#a31e32}.tweet>a:nth-of-type(2){right:3rem}.visible{opacity:1}.notVisible{opacity:.3}.footer{border-top:1px solid #000;padding:2rem;margin-top:auto}.footer-content{display:flex;justify-content:space-between;align-items:center;max-width:800px;margin:0 auto}.footer p{color:#c9c6a9;font-size:.85rem;font-family:Georgia;font-weight:900}.upArrow{background:#fff;border:1px solid #000;color:#000;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:4px;transition:all .2s;font-size:1.2rem}.upArrow:hover{background:#a31e32;border-color:#a31e32;color:#fff}div[role=progressbar]{margin:2rem auto;display:flex;justify-content:center}.toggle-button{color:#c9c6a9;border:none;padding:.5rem 1.5rem;cursor:pointer;font-size:.9rem;margin-bottom:1rem;transition:background .2s}.toggle-button,.toggle-button:hover{background:#222242}.form-container{max-height:0;overflow:hidden;opacity:0;transition:max-height .3s ease-in-out,opacity .3s ease-in-out,margin-bottom .3s ease-in-out;margin-bottom:0}.form-container.open{max-height:500px;opacity:1;margin-bottom:3rem}.form-container.closed{max-height:0;opacity:0;margin-bottom:0}@media (max-width:600px){.footer,.header,.main{padding:1rem}}