.organizations-module__LuI9qW__orgsPage{background:var(--bg-primary);flex-direction:column;min-height:100vh;display:flex}.organizations-module__LuI9qW__main{padding:var(--space-xl) var(--space-l);padding-top:calc(var(--header-height) + var(--space-xl));flex:1}.organizations-module__LuI9qW__container{max-width:1200px;margin:0 auto}.organizations-module__LuI9qW__header{justify-content:space-between;align-items:flex-start;gap:var(--space-l);margin-bottom:var(--space-xl);flex-wrap:wrap;display:flex}.organizations-module__LuI9qW__headerText{flex:1;min-width:200px}.organizations-module__LuI9qW__headerTitle{font-size:var(--text-3xl);font-weight:var(--font-bold);color:var(--text-primary);margin-bottom:var(--space-2xs)}.organizations-module__LuI9qW__headerSubtitle{color:var(--text-secondary);font-size:var(--text-lg)}.organizations-module__LuI9qW__headerCreateBtn{align-items:center;gap:var(--space-xs);padding:var(--space-s) var(--space-l);background:linear-gradient(135deg, var(--accent) 0%, var(--terra-deep) 100%);color:#fff;border-radius:var(--radius-m);font-size:var(--text-sm);font-weight:var(--font-semibold);cursor:pointer;border:none;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 4px 15px #c25e3a4d}.organizations-module__LuI9qW__headerCreateBtn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #c25e3a66}.organizations-module__LuI9qW__headerCreateBtn:active{transform:translateY(0)}.organizations-module__LuI9qW__headerCreateBtn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.organizations-module__LuI9qW__search{align-items:center;gap:var(--space-s);background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-m);padding:var(--space-m);margin-bottom:var(--space-xl);display:flex}.organizations-module__LuI9qW__search svg{color:var(--text-secondary)}.organizations-module__LuI9qW__searchInput{color:var(--text-primary);font-size:var(--text-base);background:0 0;border:none;outline:none;flex:1}.organizations-module__LuI9qW__searchInput::placeholder{color:var(--text-secondary)}.organizations-module__LuI9qW__loading,.organizations-module__LuI9qW__empty{padding:var(--space-3xl);color:var(--text-secondary);text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.organizations-module__LuI9qW__empty h3{margin-top:var(--space-m);color:var(--text-primary)}.organizations-module__LuI9qW__grid{gap:var(--space-l);grid-template-columns:repeat(auto-fill,minmax(320px,1fr));display:grid}.organizations-module__LuI9qW__mySection{margin-bottom:var(--space-xl);padding-bottom:var(--space-xl);border-bottom:1px solid var(--border-color)}.organizations-module__LuI9qW__mySectionTitle,.organizations-module__LuI9qW__sectionTitle{font-size:var(--text-lg);font-weight:var(--font-semibold);color:var(--text-primary);margin-bottom:var(--space-m)}.organizations-module__LuI9qW__card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-l);color:inherit;cursor:pointer;text-decoration:none;transition:border-color .3s,transform .3s,box-shadow .3s;display:block;overflow:hidden}.organizations-module__LuI9qW__card:hover{border-color:var(--border-hover);transform:translateY(-4px);box-shadow:0 8px 25px #0000001a}.organizations-module__LuI9qW__card:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.organizations-module__LuI9qW__cardCover{background:linear-gradient(135deg, var(--accent) 0%, var(--terra-deep) 100%);height:100px;position:relative;overflow:hidden}.organizations-module__LuI9qW__cardCover img{object-fit:cover;width:100%;height:100%}.organizations-module__LuI9qW__cardCoverPlaceholder{width:100%;height:100%}.organizations-module__LuI9qW__cardContent{padding:var(--space-m);position:relative}.organizations-module__LuI9qW__cardLogo{top:-30px;left:var(--space-m);background:var(--bg-tertiary);border:3px solid var(--bg-card);border-radius:var(--radius-m);width:60px;height:60px;color:var(--text-secondary);justify-content:center;align-items:center;display:flex;position:absolute;overflow:hidden}.organizations-module__LuI9qW__cardLogo img{object-fit:cover;width:100%;height:100%}.organizations-module__LuI9qW__cardName{align-items:center;gap:var(--space-2xs);font-size:var(--text-lg);font-weight:var(--font-semibold);color:var(--text-primary);margin-top:var(--space-xl);margin-bottom:var(--space-2xs);display:flex}.organizations-module__LuI9qW__cardVerified{color:var(--color-success);flex-shrink:0;font-size:1rem}.organizations-module__LuI9qW__cardDescription{color:var(--text-secondary);font-size:var(--text-sm);margin-bottom:var(--space-m);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.organizations-module__LuI9qW__cardStats{gap:var(--space-m);display:flex}.organizations-module__LuI9qW__cardStats span{align-items:center;gap:var(--space-2xs);color:var(--text-secondary);font-size:var(--text-sm);display:flex}.organizations-module__LuI9qW__pagination{justify-content:center;align-items:center;gap:var(--space-m);margin-top:var(--space-xl);display:flex}.organizations-module__LuI9qW__paginationBtn{padding:var(--space-s) var(--space-m);background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--radius-m);color:var(--text-primary);font-size:var(--text-sm);cursor:pointer;transition:all .2s}.organizations-module__LuI9qW__paginationBtn:hover:not(:disabled){background:var(--bg-secondary);border-color:var(--border-hover)}.organizations-module__LuI9qW__paginationBtn:disabled{opacity:.4;cursor:not-allowed}.organizations-module__LuI9qW__paginationBtn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.organizations-module__LuI9qW__paginationInfo{color:var(--text-secondary);font-size:var(--text-sm)}@media (max-width:640px){.organizations-module__LuI9qW__main{padding:var(--space-l) var(--space-m);padding-top:calc(var(--header-height) + var(--space-l))}.organizations-module__LuI9qW__grid{grid-template-columns:1fr}.organizations-module__LuI9qW__header{flex-direction:column;align-items:stretch}.organizations-module__LuI9qW__headerCreateBtn{justify-content:center}}
