:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#213547;background-color:#dee4e7;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100vw;height:100vh}a{font-weight:500;color:#1677ff;text-decoration:inherit}a:hover{color:#1677ff}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}.flex-row{display:flex;flex-direction:row}.flex-col{display:flex;flex-direction:column}.flex-1{flex:1}.flex-row-center{display:flex;justify-content:center;align-items:center}.flex-col-center{display:flex;flex-direction:column;justify-content:center;align-items:center}.flex-row-space-between{display:flex;justify-content:space-between;align-items:center}.flex-col-space-between{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.flex-row-space-around{display:flex;justify-content:space-around;align-items:center}.flex-col-space-around{display:flex;flex-direction:column;justify-content:space-around;align-items:center}.flex-wrapper{flex-wrap:wrap}.w-100{width:100%}.h-100{height:100%}.w-100vw{width:100vw}.h-100vh{height:100vh}.tab-style{margin:6px;height:40px;background-color:#fff;border-radius:6px;overflow:hidden}.layout-content{overflow:auto;margin:5px;background-color:#fff;padding:12px;border-radius:6px}.layout-filter{margin:5px 5px 0;padding:10px;background-color:#fff;border-radius:6px}.layout-container{box-sizing:border-box;padding:5px;width:100%;height:100%;display:flex;flex-direction:column}.layout-body{margin-top:5px;flex:1;display:flex;overflow:hidden;gap:5px}
