.Navbar-module__Bx5P0q__topBarMobile{justify-content:space-between;align-items:center;width:100%;padding:12px 16px 0;display:flex}.Navbar-module__Bx5P0q__logoMobileCenter{flex:1;justify-content:center;align-items:center;display:flex}.Navbar-module__Bx5P0q__logoMobile{object-fit:contain;width:120px;height:36px;margin-left:8px;margin-right:8px;display:block}.Navbar-module__Bx5P0q__navbar{background:var(--navbar-background-color);height:100vh;color:var(--navbar-text-color);z-index:1000;flex-direction:column;align-items:stretch;gap:12px;transition:width .2s cubic-bezier(.4,2,.6,1),transform .3s;display:flex;position:fixed;top:0;left:0;box-shadow:2px 0 12px #0002}.Navbar-module__Bx5P0q__topBar{justify-content:flex-start;align-items:center;padding:12px 16px 0;display:flex}.Navbar-module__Bx5P0q__brand{letter-spacing:1px;white-space:nowrap;text-overflow:ellipsis;font-size:clamp(1rem,2vw + .5rem,1.5rem);font-weight:700;overflow:hidden}.Navbar-module__Bx5P0q__links{flex-direction:column;gap:4px;max-height:calc(100vh - 96px);padding:0;display:flex;overflow-y:auto}.Navbar-module__Bx5P0q__linksDesktop{align-items:center}.Navbar-module__Bx5P0q__linksMobileOpen{opacity:1;pointer-events:auto;background:var(--navbar-background-color);max-height:60vh;color:var(--navbar-text-color);border-bottom-right-radius:16px;border-bottom-left-radius:16px;padding:12px 16px 24px;transition:max-height .3s,opacity .2s;display:flex}.Navbar-module__Bx5P0q__linksMobileClosed{opacity:0;pointer-events:none;max-height:0;padding:0 16px;transition:max-height .3s,opacity .2s;display:flex;overflow:hidden}.Navbar-module__Bx5P0q__navLinkExpanded{color:var(--navbar-text-color);cursor:pointer;text-align:left;white-space:nowrap;text-overflow:ellipsis;border-radius:12px;width:min(200px,100%);margin:0 8px;padding:12px 20px;font-size:clamp(.875rem,.4vw + .9rem,1rem);font-weight:500;text-decoration:none;transition:background .2s,color .2s;display:block;overflow:hidden}.Navbar-module__Bx5P0q__navLinkExpanded:hover{background:var(--navbar-active-background-color)}.Navbar-module__Bx5P0q__navLinkCollapsed{color:var(--navbar-text-color);cursor:pointer;text-align:center;margin:0;border-radius:12px;width:48px;margin-inline:auto;padding:12px 0;font-size:clamp(.875rem,.4vw + .9rem,1rem);font-weight:500;text-decoration:none;transition:background .2s,color .2s;display:block}.Navbar-module__Bx5P0q__navLinkCollapsed:hover{background:var(--navbar-active-background-color)}.Navbar-module__Bx5P0q__menuBtn{color:var(--navbar-text-color);cursor:pointer;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:4px;transition:background .2s;display:flex}.Navbar-module__Bx5P0q__menuBtn:hover,.Navbar-module__Bx5P0q__menuBtn:focus-visible{background:var(--navbar-active-background-color);outline:none}.Navbar-module__Bx5P0q__expanded{width:220px;padding-bottom:24px}.Navbar-module__Bx5P0q__collapsed{width:72px;padding-bottom:24px}.Navbar-module__Bx5P0q__mobile{width:100%;height:auto;padding-bottom:0;position:fixed;top:0;left:0;right:0;box-shadow:0 4px 12px #0003}.Navbar-module__Bx5P0q__mobile .Navbar-module__Bx5P0q__topBar{justify-content:space-between}.Navbar-module__Bx5P0q__mobile .Navbar-module__Bx5P0q__brand{font-size:clamp(1.125rem,1.8vw + .7rem,1.75rem)}@media (max-width:959px){.Navbar-module__Bx5P0q__navbar{height:auto}}
:root{--color-primary:#5c63f2;--color-secondary:#00e5ff;--color-primary-container:#4350d0;--color-on-primary-container:#fff;--color-secondary-container:#4f378b;--color-on-secondary-container:#fff;--color-background:#181820;--color-background-detail:#1e1e1e;--color-surface:#222;--color-surface-container-low:#333;--color-surface-container-high:#424242;--color-surface-variant:#23263a;--color-card:#333;--navbar-background-color:#181c24;--navbar-text-color:#fff;--navbar-active-background-color:#ffffff14;--header-background-color:transparent;--header-text-color:#fff;--color-text-primary:#fff;--color-text-secondary:#ccc;--color-text-tertiary:#888;--color-error:#e53935;--color-success:#00e676;--color-warning:#fbc02d;--color-accent:#43ea43;--color-border:#888;--color-shadow:#0003;--spacing-unit:.25rem;--logo-header-width:180px;--logo-header-height:60px;--border-radius:8px;--font-inter:"Inter"}*{box-sizing:border-box}:before,:after{box-sizing:inherit}html{height:100%;font-size:100%}body{height:100%;font-family:var(--font-inter),"Segoe UI","Roboto","Arial",sans-serif;background:var(--color-background);color:var(--color-text-primary);-webkit-font-smoothing:antialiased;margin:0;padding:0;font-size:1rem;line-height:1.5}img,picture,video,canvas,svg{max-width:100%;display:block}input,button,textarea,select{font:inherit}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*{scrollbar-width:thin;scrollbar-color:var(--color-text-tertiary)var(--color-surface)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--color-surface);border-radius:4px}::-webkit-scrollbar-thumb{background:var(--color-text-tertiary);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-secondary)}
._app-module__nXi_Ta__appRoot{background:#181820;flex-direction:row;min-height:100vh;display:flex}._app-module__nXi_Ta__appContent{flex:1;width:100%;min-height:100vh;transition:padding-left .2s cubic-bezier(.4,2,.6,1),padding-top .2s cubic-bezier(.4,2,.6,1)}@media (max-width:959px){._app-module__nXi_Ta__appRoot{flex-direction:column}._app-module__nXi_Ta__appContent{min-height:auto}}
