.app{flex-direction:column;height:100dvh;display:flex}.app-content{flex:1;display:flex;overflow-y:auto}.tab-bar{border-top-style:solid;border-top-width:1px;flex-shrink:0;display:flex}.tab-item{text-align:center;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;flex:1;padding:10px 0;font-size:12px;text-decoration:none;transition:color .2s}.tab-item.active{font-weight:600}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:system-ui,Segoe UI,Roboto,sans-serif}#root{width:100%;max-width:100%;min-height:100dvh}
