.layout-module__T8_2_W__container{background-color:var(--background);height:100vh;display:flex;overflow:hidden}.layout-module__T8_2_W__sidebar{background:var(--surface);border-right:1px solid var(--border);flex-direction:column;width:250px;min-width:250px;height:100%;padding:1.5rem;transition:width .25s,min-width .25s,padding .25s,opacity .2s;display:flex;position:relative;overflow-y:auto}.layout-module__T8_2_W__sidebarCollapsed{opacity:0;pointer-events:none;border-right:none;width:0;min-width:0;padding-left:0;padding-right:0}.layout-module__T8_2_W__brand{color:var(--primary);white-space:nowrap;margin-bottom:2.5rem;font-size:1.25rem;font-weight:700}.layout-module__T8_2_W__nav{flex-direction:column;flex:1;gap:.5rem;display:flex}.layout-module__T8_2_W__navItem{border-radius:var(--radius-md);color:var(--text-muted);white-space:nowrap;padding:.75rem 1rem;font-weight:500;text-decoration:none;transition:all .2s;display:block}.layout-module__T8_2_W__navItem:hover,.layout-module__T8_2_W__navItemActive{color:var(--primary);background-color:#3b82f61a}.layout-module__T8_2_W__navDivider{background:var(--border);height:1px;margin:.5rem 0}.layout-module__T8_2_W__navLabel{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);white-space:nowrap;padding:.25rem 1rem .5rem;font-size:.7rem;font-weight:600}.layout-module__T8_2_W__toggleBtn{z-index:100;background:var(--surface);border:1px solid var(--border);cursor:pointer;width:22px;height:48px;color:var(--text-muted);border-left:none;border-radius:0 6px 6px 0;justify-content:center;align-items:center;font-size:.7rem;transition:left .25s,background .2s,color .2s;display:flex;position:fixed;top:50%;transform:translateY(-50%)}.layout-module__T8_2_W__toggleBtn:hover{background:var(--primary);color:#fff;border-color:var(--primary)}.layout-module__T8_2_W__content{flex:1;min-width:0;height:100%;padding:2rem 3rem;transition:padding .25s;overflow:auto}.layout-module__T8_2_W__header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.layout-module__T8_2_W__userInfo{align-items:center;gap:1rem;display:flex}.layout-module__T8_2_W__logoutBtn{color:var(--danger);border-radius:var(--radius-sm);background:#ef44441a;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s}.layout-module__T8_2_W__logoutBtn:hover{background:var(--danger);color:#fff}
