.ProjectSelector-module__rNaM5q__container{align-items:center;display:flex;position:relative}.ProjectSelector-module__rNaM5q__trigger{background:var(--surface);border:1px solid var(--border-color);cursor:pointer;color:var(--foreground);white-space:nowrap;border-radius:8px;align-items:center;gap:10px;height:36px;padding:6px 12px;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.ProjectSelector-module__rNaM5q__trigger:hover{background:var(--accent-surface)}.ProjectSelector-module__rNaM5q__trigger.ProjectSelector-module__rNaM5q__isOpen{background:var(--accent-surface);border-color:var(--border-color)}.ProjectSelector-module__rNaM5q__projectName{white-space:nowrap;text-overflow:ellipsis;max-width:200px;overflow:hidden}.ProjectSelector-module__rNaM5q__chevron{color:var(--muted-foreground);transition:transform .2s}.ProjectSelector-module__rNaM5q__folderIcon{color:var(--primary)}.ProjectSelector-module__rNaM5q__dropdown{background:var(--surface);border:1px solid var(--border-color);z-index:100;border-radius:12px;width:280px;margin-top:4px;padding:8px;animation:.15s ease-out ProjectSelector-module__rNaM5q__slideDown;position:absolute;top:100%;left:0;box-shadow:0 10px 30px #0000001a}.ProjectSelector-module__rNaM5q__projectItem{text-align:left;cursor:pointer;width:100%;color:var(--foreground);background:0 0;border:none;border-radius:8px;align-items:center;gap:12px;padding:10px 12px;transition:all .15s;display:flex}.ProjectSelector-module__rNaM5q__projectItem:hover{background:var(--accent-surface)}.ProjectSelector-module__rNaM5q__projectItem.ProjectSelector-module__rNaM5q__active{background:var(--primary-surface)}.ProjectSelector-module__rNaM5q__itemIcon{background:var(--bg-secondary);width:32px;height:32px;color:var(--muted-foreground);border-radius:6px;justify-content:center;align-items:center;display:flex}.ProjectSelector-module__rNaM5q__projectItem.ProjectSelector-module__rNaM5q__active .ProjectSelector-module__rNaM5q__itemIcon{background:var(--background);color:var(--primary)}.ProjectSelector-module__rNaM5q__itemInfo{flex:1;min-width:0}.ProjectSelector-module__rNaM5q__itemName{white-space:nowrap;text-overflow:ellipsis;margin-bottom:2px;font-weight:500;display:block;overflow:hidden}.ProjectSelector-module__rNaM5q__itemDesc{color:var(--muted-foreground);white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;display:block;overflow:hidden}.ProjectSelector-module__rNaM5q__checkIcon{color:var(--primary)}@keyframes ProjectSelector-module__rNaM5q__slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}
.layout-module__muyaCG__container{background-color:var(--background-base);min-height:100vh;display:flex}.layout-module__muyaCG__sidebar{background-color:var(--background-surface);border-right:1px solid var(--border-color);flex-direction:column;flex-shrink:0;width:260px;height:100vh;display:flex;position:sticky;top:0}.layout-module__muyaCG__logoContainer{height:64px;padding:0 var(--spacing-4);align-items:center;gap:var(--spacing-3);border-bottom:1px solid var(--border-color);display:flex}.layout-module__muyaCG__brandLogo{background:var(--color-primary);color:#fff;border-radius:var(--radius-md);justify-content:center;align-items:center;width:32px;height:32px;font-size:1.2rem;font-weight:700;display:flex}.layout-module__muyaCG__brandName{letter-spacing:-.01em;font-size:1.1rem;font-weight:600}.layout-module__muyaCG__nav{padding:var(--spacing-6)var(--spacing-3);flex-direction:column;flex:1;gap:2px;display:flex}.layout-module__muyaCG__sectionHeader{text-transform:uppercase;color:var(--text-tertiary);letter-spacing:.05em;padding:var(--spacing-2)var(--spacing-3);margin-bottom:var(--spacing-1);font-size:.75rem;font-weight:600}.layout-module__muyaCG__sidebarItem{align-items:center;gap:var(--spacing-3);padding:var(--spacing-2)var(--spacing-3);border-radius:var(--radius-md);color:var(--text-secondary);transition:all var(--transition-fast);font-size:.9rem;font-weight:500;text-decoration:none;display:flex}.layout-module__muyaCG__sidebarItem:hover{background-color:var(--background-surface-hover);color:var(--text-primary)}.layout-module__muyaCG__active{background-color:rgba(var(--brand-hue),var(--brand-sat),var(--brand-light),.1);color:var(--color-primary)}.layout-module__muyaCG__icon{justify-content:center;align-items:center;display:flex}.layout-module__muyaCG__footer{padding:var(--spacing-4)var(--spacing-3);border-top:1px solid var(--border-color);flex-direction:column;gap:2px;display:flex}.layout-module__muyaCG__logoutBtn{text-align:left;width:100%}.layout-module__muyaCG__main{flex-direction:column;flex:1;min-width:0;display:flex}.layout-module__muyaCG__topbar{border-bottom:1px solid var(--border-color);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);height:64px;padding:0 var(--spacing-6);z-index:10;background-color:#0f1115cc;justify-content:space-between;align-items:center;display:flex;position:sticky;top:0}.layout-module__muyaCG__breadcrumbs{align-items:center;gap:var(--spacing-2);display:flex}.layout-module__muyaCG__pageTitle{white-space:nowrap;font-size:1rem;font-weight:600}.layout-module__muyaCG__userProfile{align-items:center;gap:var(--spacing-3);display:flex}.layout-module__muyaCG__avatar{border-radius:var(--radius-full);background-color:var(--color-primary);color:#fff;justify-content:center;align-items:center;width:32px;height:32px;font-size:.875rem;font-weight:600;display:flex}.layout-module__muyaCG__content{padding:var(--spacing-8);width:100%;max-width:1200px;margin:0 auto}.layout-module__muyaCG__loadingOverlay{background:var(--background-base);justify-content:center;align-items:center;gap:var(--spacing-4);z-index:100;flex-direction:column;display:flex;position:fixed;inset:0}.layout-module__muyaCG__spinner{border:3px solid rgba(var(--brand-hue),var(--brand-sat),var(--brand-light),.1);border-top:3px solid var(--color-primary);border-radius:50%;width:40px;height:40px;animation:1s linear infinite layout-module__muyaCG__rotate}@keyframes layout-module__muyaCG__rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
