html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}::-webkit-scrollbar{width:0;height:0;display:none}::-webkit-scrollbar-track{background:transparent;display:none}::-webkit-scrollbar-thumb{background:transparent;display:none}::-webkit-scrollbar-thumb:hover{background:transparent;display:none}*{scrollbar-width:none;-ms-overflow-style:none}*{-ms-overflow-style:none}.navbar-scrollarea ::-webkit-scrollbar{width:0;display:none}.navbar-scrollarea ::-webkit-scrollbar-thumb{background:transparent;display:none}.navbar-scrollarea ::-webkit-scrollbar-thumb:hover{background:transparent;display:none}.navbar-scrollarea{overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.bottom-nav{position:fixed;bottom:0;left:0;right:0;height:56px;background:var(--mantine-color-body);border-top:1px solid var(--mantine-color-default-border);z-index:200;padding:0;box-shadow:0 -2px 10px #0000001a;transition:transform .2s ease-in-out,opacity .2s ease-in-out;will-change:transform;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}[data-mantine-color-scheme=dark] .bottom-nav{background:rgba(26,27,30,.95);border-top-color:#ffffff1a;box-shadow:0 -2px 10px #0000004d}.bottom-nav-landscape{height:40px!important}.bottom-nav-content{height:100%;width:100%;display:flex;justify-content:space-around;align-items:center;padding:0 8px}.bottom-nav-item{flex:1;display:flex;align-items:center;justify-content:center;height:100%;position:relative;transition:background-color .2s ease;border-radius:8px;margin:4px 2px;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.bottom-nav-item:active{transform:scale(.95);transition:transform .1s ease}.bottom-nav-item.active{background-color:var(--mantine-color-blue-light)}[data-mantine-color-scheme=dark] .bottom-nav-item.active{background-color:#339af026}.bottom-nav-item-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px}.bottom-nav-icon-wrapper{position:relative;display:flex;align-items:center;justify-content:center}.bottom-nav-badge{position:absolute;top:-4px;right:-8px;min-width:16px;height:16px;padding:0 4px;font-size:9px;line-height:16px}.bottom-nav-label{font-size:11px;line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:60px}.bottom-nav-landscape .bottom-nav-label{font-size:10px}.bottom-nav-landscape .bottom-nav-item-content{gap:1px}.bottom-nav-indicator{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100px;height:20px;display:flex;align-items:center;justify-content:center;z-index:199;cursor:pointer;-webkit-tap-highlight-color:transparent}.swipe-indicator{width:40px;height:4px;border-radius:2px;background:var(--mantine-color-gray-5);opacity:.6;transition:opacity .2s ease,width .2s ease}.bottom-nav-indicator:hover .swipe-indicator,.bottom-nav-indicator:active .swipe-indicator{opacity:1;width:60px}[data-mantine-color-scheme=dark] .swipe-indicator{background:rgba(255,255,255,.3)}@media (max-width: 768px){body.has-bottom-nav .main-content,body.has-bottom-nav .mantine-AppShell-main{padding-bottom:60px!important}body.has-bottom-nav.landscape .main-content,body.has-bottom-nav.landscape .mantine-AppShell-main{padding-bottom:44px!important}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes slideDown{0%{transform:translateY(0)}to{transform:translateY(100%)}}.bottom-nav{animation-fill-mode:both}.bottom-nav.hiding{animation:slideDown .2s ease-in-out}.bottom-nav.showing{animation:slideUp .2s ease-in-out}@media (prefers-reduced-motion: reduce){.bottom-nav{transition:none;animation:none}.bottom-nav-item:active{transform:none}}@media (prefers-contrast: high){.bottom-nav{border-top-width:2px}.bottom-nav-item.active{outline:2px solid var(--mantine-color-blue-6);outline-offset:-2px}}@supports (-webkit-touch-callout: none){.bottom-nav-item{-webkit-touch-callout:none;-webkit-user-select:none}}@media (min-width: 769px) and (max-width: 1024px){.bottom-nav{display:none}}@media (max-width: 320px){.bottom-nav-label{font-size:10px;max-width:45px}.bottom-nav-content{padding:0 4px}}@supports (padding: max(0px)){.bottom-nav{padding-bottom:env(safe-area-inset-bottom);height:calc(56px + env(safe-area-inset-bottom))}.bottom-nav-landscape{height:calc(40px + env(safe-area-inset-bottom))!important}}.bottom-nav-item:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:currentColor;opacity:0;transform:translate(-50%,-50%);transition:width .3s,height .3s,opacity .3s}.bottom-nav-item:active:before{width:100%;height:100%;opacity:.1}
