:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}button{border-radius:4px;border:none;padding:.5em 1em;font-size:.9em;font-weight:500;font-family:inherit;background-color:#2196f3;color:#fff;cursor:pointer;transition:opacity .25s}button:hover{opacity:.9}button:focus,button:focus-visible{outline:2px solid #2196F3;outline-offset:2px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;background-color:#f5f5f5}#root{max-width:100%;margin:0;padding:0}.app{max-width:1200px;margin:0 auto;background:#fff;height:100vh;display:flex;flex-direction:column;overflow:hidden;position:relative}.main-content{display:flex;flex:1;height:0;min-height:0;position:relative}@media (max-width: 768px){.app{max-width:100%}.main-content{position:relative}.sidebar-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:1000;display:none}.sidebar-overlay.open{display:block}.mobile-sidebar{position:fixed;top:0;left:-100%;width:320px;height:100vh;background:#fff;z-index:1001;transition:left .3s ease-in-out;box-shadow:2px 0 10px #0000001a}.mobile-sidebar.open{left:0}.articles-container{width:100%;padding-top:0}}
