html,body{width:100%;height:100%;margin:0;padding:0;background-color:var(--background-color);color:var(--text-color)!important;background-color:#000!important;font-family:Helvetica Neue,sans-serif}:root{--background-color: black;--text-color: white;--primary: #1BA1F3;--primary-hover: #178bd3;--feed-width: 600px;--modal-width: 600px;--nav-width: 275px;--padding: 8px;--top-padding: 4px;--search-width: 350px;--border-radius: 12px;--hover-color: #5D6166;--nav-hover-color: #232425;--border-color: #232425}.section{width:var(--feed-width);padding:0 var(--padding);height:100dvh;display:flex;flex-direction:column;align-items:flex-start;border-left:1px solid var(--border-color);border-right:1px solid var(--border-color)}@media screen and (max-width: 715px) and (min-width: 470px){.section{max-width:calc(100vw - 82px)}}@media screen and (max-width: 469px){.section{max-width:calc(100vw - 18px);min-width:calc(100vw - 18px);width:calc(100vw - 18px);height:calc(100dvh - 54px)}}@supports (env(safe-area-inset-top: 0)) or (padding: env(safe-area-inset-top)){body:before{content:"";position:fixed;top:0;left:0;right:0;height:env(safe-area-inset-top);background:#000;z-index:9999;pointer-events:none}}
