.side-bar-item{display:flex;justify-content:start;align-items:center;text-align:left;height:44px;min-height:44px;width:100%;padding:0 .625rem;gap:.625rem;position:relative;opacity:.75;transition:width .3s ease-in-out;border-radius:10px}.side-bar-item.active{opacity:1;background:rgb(var(--fg-alpha)/.1)}@media(max-width:1024px){.side-bar-item.active,.side-bar-item.active:hover{background:rgba(0,0,0,0)}}.side-bar-item.expanded{overflow:hidden}@media(hover:hover)and (pointer:fine){.side-bar-item:hover{opacity:1;background:rgb(var(--fg-alpha)/.05)}}@media(hover:none)and (pointer:coarse){.side-bar-item:active{opacity:1;background:rgb(var(--fg-alpha)/.05)}}.side-bar-item.logo{opacity:1;background:rgba(0,0,0,0);padding:0}.side-bar-item.extra{padding:20px 10px}.side-bar-item-overlay{display:flex;position:fixed;transform:translateY(-50%);z-index:50;pointer-events:none;font-family:var(--font-inter,"Inter"),sans-serif}.side-bar-item-overlay .side-bar-item-overlay-container{min-width:0;background:rgb(var(--fg-alpha)/1);color:rgb(var(--bg-alpha));border-radius:12.5px;padding:7.5px 15px;text-align:center;overflow-wrap:anywhere}.sidebar-layout-slot{--layout-sidebar-width:var(--layout-sidebar-default-width);flex:none;width:var(--layout-sidebar-width);min-width:var(--layout-sidebar-width);height:100%;overflow:hidden;transition:width .3s ease-in-out,min-width .3s ease-in-out}@media(min-width:1025px)and (max-width:1279px){.sidebar-layout-slot.clipping-sidebar-detail{--layout-sidebar-width:var(--layout-sidebar-collapsed-width)}}@media(max-width:1024px){.event-layout-content .root-page-container.root-page-container{gap:0}.sidebar-layout-slot{width:0;min-width:0}.sidebar-layout-slot>.desktop-sidebar-content{display:none}}.side-bar{display:flex;flex-direction:column;position:relative;box-sizing:border-box;align-items:flex-start;padding:0 .6rem;width:4rem;height:100%;border-radius:0 20px 20px 0;border-top:1px solid rgb(var(--fg-alpha)/.05);border-right:1px solid rgb(var(--fg-alpha)/.05);border-bottom:1px solid rgb(var(--fg-alpha)/.05);background:rgb(var(--surface));flex:none;order:0;flex-grow:0;font-family:var(--font-inter,"Inter"),sans-serif;transition:width .3s ease-in-out;overflow:auto;scrollbar-width:none}.side-bar.expand{width:279px}.side-bar.full-height{height:100%}.side-bar .logo{opacity:1}.side-bar .login{border-radius:50%;border:1px solid rgb(var(--fg-alpha)/.2);width:24px;height:24px}.side-bar.expanded{min-width:250px}.side-bar .close-button{position:absolute;top:30px;right:30px}.side-bar .collapsible-reveal{opacity:1;transform:translateY(0);transition:opacity .2s ease-out,transform .2s ease-out}.side-bar .collapsible-reveal.reveal-hidden{opacity:0;transform:translateY(-6px);pointer-events:none}@media(prefers-reduced-motion:reduce){.side-bar .collapsible-reveal{transition:none}}.side-bar-scroll{height:100%;width:100%;overflow-y:auto;overflow-x:visible;scrollbar-width:none}.mobile-sidebar-layer{display:none}.mobile-sidebar-shell{z-index:1}.mobile-sidebar-shell,.mobile-sidebar-shell-surface{position:relative;flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.mobile-sidebar-shell-surface{background:rgb(var(--bg-alpha))}.mobile-sidebar-shell-scrim{position:absolute;inset:0;z-index:70;background:rgba(0,0,0,0)}@media(max-width:1024px){.mobile-sidebar-layer{display:block;position:fixed;top:0;left:0;bottom:0;width:var(--mobile-sidebar-reveal-width,min(311px,88vw));z-index:0;visibility:hidden;pointer-events:none}.mobile-sidebar-layer.revealing{visibility:visible}.mobile-sidebar-layer.open{pointer-events:auto}.mobile-sidebar-shell-enabled{will-change:transform}.mobile-sidebar-shell-enabled .mobile-sidebar-shell-surface{transform:translateZ(0);overflow:clip}}.mobile-footer{display:none}@media(max-width:1024px){.mobile-footer{display:flex;position:fixed;bottom:0;left:0;right:0;height:calc(65px + env(safe-area-inset-bottom, 0px));background:rgb(var(--bg-alpha));border-top:1px solid rgb(var(--fg-alpha)/.05);align-items:center;justify-content:space-around;padding:0 8px env(safe-area-inset-bottom,0)}.mobile-footer .mobile-footer-item{display:flex;align-items:center;justify-content:center;height:100%;flex:1;background:rgba(0,0,0,0);border:none;color:rgb(var(--fg-alpha)/.9);font-weight:600;font-size:12px;cursor:pointer}}