*{box-sizing:border-box;margin:0;padding:0}body,html{min-height:100%;width:100%;font-family:Inter,Roboto,Helvetica,Arial,sans-serif;display:flex;flex-direction:column}#__next{flex:1 1;display:flex;flex-direction:column}a{text-decoration:none;color:inherit}.flex-container{display:flex;flex-direction:column;flex:1 1}.flex-row{display:flex;flex-direction:row}.flex-center{display:flex;justify-content:center;align-items:center}.flex-grow{flex:1 1}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}@media (prefers-color-scheme:dark){::-webkit-scrollbar-track{background:#333}::-webkit-scrollbar-thumb{background:#666}::-webkit-scrollbar-thumb:hover{background:#888}}