: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{width:100%;height:100%;margin:0 auto;padding:2rem;text-align:center;background:linear-gradient(-90deg,#35577d,#141e30)}.home_page{justify-content:center}.loading_screen{width:100vw;height:100vh}li{list-style:none}h1,h2{color:#d1cfcf}#article_title{margin-bottom:0}h3{color:#faebd7}p{margin:0}.articles{display:flex;flex-direction:column;align-items:center;padding:0}.articles_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:1.5rem;width:100%;max-width:1200px;list-style-type:none;padding:0}.article_card{border-radius:16px;display:grid;overflow:hidden;padding:.5em;border:#a88c6f 4px ridge;margin:1em;height:33em;background:linear-gradient(-45deg,#89db906b 15%,#2b2be866 50%);min-width:360px}.article_title_wrapper{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;margin:1em}.article_card_title{margin:0;color:#a8c28e}.article_card_info{color:#ddcfcf}.nav_bar{display:flex;justify-content:space-evenly}.nav_item{font-size:2em}#list_users_dropdown,.display_logged_user{margin-bottom:2rem;text-align:center}#search_btn{font-size:.5em}#topic_search{display:grid}#article_card_author{font-size:1.2em;color:#ddcfcf;display:inline-block;margin-bottom:1em}#article_card_body{color:#ebe5e5}#comment_section{text-align:left;color:#e6e0e0}#comment_card_author{font-size:1.2em;color:#729b3f}#input_form{width:100%;min-width:20em;min-height:5em}#logged_user_comment{color:#82f46d}.article_img{height:15em}.article_comments{padding:.5em;border-bottom:#be1212 2px solid}.voting_card{display:grid;border:#172d40 3px solid;border-radius:10px;justify-self:center}#vote_count{font-size:1em;margin:0;color:#7fffd4}#upvote,#downvote{font-size:2.1em;padding:0;line-height:1em;width:100%}#upvote{background:linear-gradient(#25fa00,#8d4e61)}#downvote{background:linear-gradient(#8d4e61,red)}
