.school-community-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:10020;padding:1rem;backdrop-filter:blur(4px)}::-webkit-scrollbar{display:none}.school-community-content{background:white;border-radius:1.5rem;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;animation:schoolCommunitySlideIn .3s ease-out}@keyframes schoolCommunitySlideIn{0%{opacity:0;transform:scale(.95) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.school-community-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 1.5rem 1.25rem;border-bottom:1px solid #e5e7eb}.school-community-title{font-size:1.5rem;font-weight:600;color:#1955d5;margin:0;font-family:NeueHaasDisplay,sans-serif}.school-community-close{background:none;border:none;font-size:1.5rem;color:#9ca3af;cursor:pointer;padding:.5rem;border-radius:.75rem;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:40px;height:40px}.school-community-close:hover{background:#f3f4f6;color:#6b7280}.school-community-body{padding:1.5rem}.school-community-image{width:100%;height:200px;border-radius:.75rem;overflow:hidden;margin-bottom:1.5rem}.school-community-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.school-community-info{display:flex;flex-direction:column;gap:1rem}.school-community-location,.school-community-members,.school-community-type{display:flex;align-items:center;gap:.75rem;color:#374151;font-size:.95rem;font-weight:500;max-height:18.5px}.user-page .school-community-location,.user-page .school-community-members,.user-page .school-community-type{max-height:18.5px}.school-community-icon{color:#6b7280;font-size:1rem;width:16px;flex-shrink:0}.school-community-description{color:#6b7280;font-size:.95rem;margin-top:.5rem;padding:1rem;font-weight:500;background:#f9fafb;border-radius:.5rem}.school-community-footer{display:flex;gap:.75rem;padding:1.25rem 1.5rem 1.5rem;border-top:1px solid #e5e7eb;justify-content:flex-end}.school-community-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;border-radius:.75rem;font-family:NeueHaasDisplay,sans-serif;font-size:14px;font-weight:500;text-decoration:none;border:none;cursor:pointer;transition:all .2s ease;white-space:nowrap;min-width:120px}.user-page .school-community-btn{gap:.75rem}.school-community-btn.secondary{background:#f3f4f6;color:#374151;border:1px solid #d1d5db}.school-community-btn.secondary:hover{background:#e5e7eb;color:#1f2937}.school-community-btn.primary{background:#1955d5;color:white;font-weight:600}.school-community-btn.primary:hover{background:#1e40af}.school-community-btn.primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.school-community-btn.primary:disabled:hover{background:#1955d5;transform:none}