.layout-module__L5FxyW__appContainer{background:var(--bg-app);width:100vw;height:100vh;display:flex;overflow:hidden}.layout-module__L5FxyW__sidebar{background:var(--bg-sidebar);border-right:1px solid var(--border-light);z-index:1001;flex-direction:column;flex-shrink:0;width:280px;padding-bottom:16px;transition:transform .4s cubic-bezier(.4,0,.2,1),box-shadow .3s;display:flex}@media (max-width:1024px){.layout-module__L5FxyW__sidebar{border-right:1px solid var(--border-light);background:var(--bg-sidebar);width:280px;padding-top:20px;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%);box-shadow:20px 0 80px #0009}.layout-module__L5FxyW__searchShortcut{display:none}.layout-module__L5FxyW__sidebar.layout-module__L5FxyW__visible{transform:translate(0)}}.layout-module__L5FxyW__orgHeader{cursor:pointer;align-items:center;gap:10px;padding:16px;display:flex}.layout-module__L5FxyW__orgHeader:hover .layout-module__L5FxyW__orgChevron{opacity:1}.layout-module__L5FxyW__orgAvatar{background:#ffffff0d;border-radius:6px;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.layout-module__L5FxyW__orgInfo{flex-direction:column;flex:1;display:flex}.layout-module__L5FxyW__orgName{letter-spacing:.08em;text-transform:uppercase;color:var(--text-main);font-family:Inter,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:14px;font-weight:700}.layout-module__L5FxyW__orgMembers{text-transform:uppercase;letter-spacing:.05em;color:var(--text-tertiary);font-family:Inter,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:10px}.layout-module__L5FxyW__orgChevron{opacity:.5;color:var(--text-secondary);transition:opacity .2s}.layout-module__L5FxyW__searchContainer{background:var(--bg-surface-hover);border-radius:var(--radius-md);align-items:center;gap:8px;margin:0 12px 16px;padding:6px 10px;display:flex}.layout-module__L5FxyW__searchIcon{color:var(--text-tertiary)}.layout-module__L5FxyW__searchInput{color:var(--text-main);background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:12px}.layout-module__L5FxyW__searchInput::placeholder{color:var(--text-tertiary)}.layout-module__L5FxyW__searchShortcut{color:var(--text-tertiary);border-radius:var(--radius-sm);background:#ffffff0d;align-items:center;gap:2px;padding:2px 4px;font-size:10px;display:flex}.layout-module__L5FxyW__navBlock{flex-direction:column;gap:2px;margin-bottom:16px;padding:0 8px;display:flex}.layout-module__L5FxyW__navSection{flex-direction:column;gap:2px;margin-bottom:12px;padding:0 8px;display:flex}.layout-module__L5FxyW__navSectionHeader{color:var(--text-tertiary);cursor:pointer;align-items:center;gap:6px;padding:6px 8px;font-size:11px;font-weight:500;display:flex}.layout-module__L5FxyW__navItem{border-radius:var(--radius-md);color:var(--text-secondary);cursor:pointer;align-items:center;gap:10px;padding:6px 8px;text-decoration:none;transition:all .1s;display:flex}.layout-module__L5FxyW__navItem span{flex:1}.layout-module__L5FxyW__navItem:hover{background:var(--bg-surface-hover);color:var(--text-main)}.layout-module__L5FxyW__navItem.layout-module__L5FxyW__active{background:var(--bg-surface-active);color:var(--text-main);font-weight:500}.layout-module__L5FxyW__badge{color:var(--text-tertiary);font-size:10px}.layout-module__L5FxyW__navSpacer{flex:1}.layout-module__L5FxyW__userFooter{border-radius:var(--radius-md);cursor:pointer;align-items:center;gap:10px;padding:8px 10px;display:flex}.layout-module__L5FxyW__userFooter:hover{background:var(--bg-surface-hover)}.layout-module__L5FxyW__userAvatar{border-radius:var(--radius-sm);color:#fff;background:0 0;justify-content:center;align-items:center;width:24px;height:24px;font-size:10px;font-weight:600;display:flex;overflow:hidden}.layout-module__L5FxyW__userInfo{flex-direction:column;display:flex}.layout-module__L5FxyW__userName{color:var(--text-main);font-size:12px}.layout-module__L5FxyW__userEmail{color:var(--accent-blue);opacity:.8;font-family:monospace;font-size:10px;font-weight:700}.layout-module__L5FxyW__userFooterWrapper{margin:0 12px;position:relative}.layout-module__L5FxyW__signOutPopup{background:var(--bg-surface-hover);border:1px solid var(--border-light);border-radius:var(--radius-md);z-index:100;width:100%;padding:4px;position:absolute;bottom:calc(100% + 8px);left:0;box-shadow:0 4px 12px #00000080}.layout-module__L5FxyW__signOutBtn{width:100%;color:var(--text-main);cursor:pointer;border-radius:var(--radius-sm);text-align:left;background:0 0;border:none;align-items:center;gap:8px;padding:10px;font-size:13px;font-weight:500;transition:background .2s;display:flex}.layout-module__L5FxyW__signOutBtn:hover{background:var(--bg-surface-active);color:#ef4444}.layout-module__L5FxyW__popupItem{width:100%;color:var(--text-main);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;align-items:center;gap:8px;padding:10px;font-size:13px;font-weight:500;text-decoration:none;transition:background .2s;display:flex}.layout-module__L5FxyW__popupItem:hover{background:var(--bg-surface-active);color:var(--accent-blue)}.layout-module__L5FxyW__popupDivider{background:var(--border-light);height:1px;margin:4px 8px}.layout-module__L5FxyW__mainContent{background:var(--bg-app);flex-direction:column;flex:1;min-width:0;height:100vh;display:flex;position:relative;overflow-y:auto}.layout-module__L5FxyW__mobileHeader{display:none}@media (max-width:1024px){.layout-module__L5FxyW__mobileHeader{-webkit-backdrop-filter:blur(12px);z-index:1000;background:#0a0b0ecc;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;height:64px;padding:0 16px;display:flex;position:fixed;top:0;left:0;right:0}.layout-module__L5FxyW__mainContent{padding-top:64px}}.layout-module__L5FxyW__mobileBrand{align-items:center;gap:10px;display:flex}.layout-module__L5FxyW__mobileBrand span{letter-spacing:.08em;text-transform:uppercase;color:var(--text-main);font-family:Inter,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:14px;font-weight:700}.layout-module__L5FxyW__mobileMenuBtn{color:var(--text-main);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s;display:flex}.layout-module__L5FxyW__mobileMenuBtn:active{background:#ffffff1a}.layout-module__L5FxyW__drawerOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;opacity:0;pointer-events:none;background:#0006;transition:opacity .3s cubic-bezier(.4,0,.2,1);position:fixed;inset:0}.layout-module__L5FxyW__drawerOverlay.layout-module__L5FxyW__visible{opacity:1;pointer-events:auto}.layout-module__L5FxyW__menuToggle{cursor:pointer;flex-direction:column;gap:4px;width:24px;display:flex}.layout-module__L5FxyW__bar{background:var(--text-main);border-radius:2px;width:100%;height:2px}.layout-module__L5FxyW__logo{text-transform:uppercase;letter-spacing:.05em;color:var(--accent-blue);font-family:Inter,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:16px;font-weight:800}.layout-module__L5FxyW__mobileActions{color:var(--text-secondary)}.layout-module__L5FxyW__fullScreen{width:100vw;height:100vh;overflow-y:auto}
