:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{max-width:1280px;margin:0 auto;padding:2rem 1rem;text-align:center}h1{color:#213547}h1:hover{color:#555}.navbar{background-color:#f5f5f5;display:flex;flex-wrap:wrap;border-bottom:1px solid #ccc;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;font-weight:600;font-size:1rem}.navbar a{color:#222;text-decoration:none;height:100%}.navbar a:hover{color:#555;text-decoration:underline}select{margin:.5rem 1rem}.article-card{display:block;padding:1rem;margin:1rem 0;border:1px solid #ccc;overflow:hidden;color:inherit;width:100%;box-sizing:border-box}.article-card img{display:block;width:100%;height:auto;max-height:200px;object-fit:cover}.article-card p{font-size:.8rem}.card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:.5rem;font-size:.85rem}.article-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));max-width:1200px;gap:1rem;padding:1rem}.vote-container{display:flex;align-items:center;justify-content:center;width:fit-content;margin:0 auto;gap:1rem}.comment-adder{display:flex;flex-direction:column;gap:.5rem;max-width:600px;margin:1rem auto;padding:1rem}.comment-adder textarea{resize:vertical;padding:.5rem;font-size:1rem;min-height:100px;width:100%}.comment-adder button{align-self:center;padding:.5rem 1rem;font-size:1rem;max-width:200px;border:solid 1px #ccc}.comment{display:block;border:1px solid #ccc;max-width:800px;padding:1rem;margin:1rem 0}.comment-list{padding-left:0;padding-right:0;margin-left:0;margin-right:0}.delete-error{color:red;text-align:center}.single-article-body{max-width:800px;padding:1rem;box-sizing:border-box}.single-article-body img{width:100%;height:auto;max-height:400px}.single-article-footer{max-width:800px;padding:1rem;box-sizing:border-box}@media (max-width: 600px){.article-list{grid-template-columns:1fr}}
