.groups-archive-container{max-width:1440px;margin:0 auto}.groups-archive-container .dc-tab-nav{margin-bottom:1.5rem}.groups-list{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media (max-width:60rem){.groups-list{grid-template-columns:repeat(2,1fr)}}@media (max-width:36rem){.groups-list{grid-template-columns:1fr}}.group-card{display:flex;flex-direction:column;background:var(--base-50,#fafafa);border:1px solid var(--base-200,#e5e5e5);border-radius:.75rem;overflow:hidden;text-decoration:none!important;color:inherit;transition:box-shadow 0.2s,transform 0.15s}.group-card:hover{box-shadow:0 4px 16px rgb(0 0 0 / .08);transform:translateY(-2px)}.group-card-image{width:100%;aspect-ratio:16 / 9;overflow:hidden;background:var(--base-100,#f5f5f5)}.group-card-image img{width:100%;height:100%;object-fit:cover}.group-card-placeholder{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--base-100,#f5f5f5) 0%,var(--base-200,#e5e5e5) 100%)}.group-card-initials{font-size:2rem;font-weight:700;color:var(--base-400,#a3a3a3);user-select:none}.group-card-body{padding:1rem 1.25rem 1.25rem;display:flex;flex-direction:column;gap:.375rem}.group-card-name{margin:0;font-size:1.125rem;font-weight:600;color:var(--base-900,#171717);line-height:1.3}.group-card-schedule{margin:0;font-size:.875rem;color:var(--base-700,#404040);font-weight:500}.group-card-location{margin:0;font-size:.8125rem;color:var(--base-500,#737373)}.group-card-leaders{display:flex;align-items:center;gap:0;margin-top:.5rem}.group-leader-avatar{width:32px;height:32px;border-radius:50%;overflow:hidden;background:var(--base-200,#e5e5e5);display:flex;align-items:center;justify-content:center;border:2px solid #fff;margin-left:-8px;flex-shrink:0}.group-leader-avatar:first-child{margin-left:0}.group-leader-avatar img{width:100%;height:100%;object-fit:cover}.group-leader-avatar span{font-size:.75rem;font-weight:600;color:var(--base-500,#737373)}.group-card-tags{display:flex;flex-wrap:wrap;gap:.375rem;margin-top:.5rem}.group-tag{display:inline-block;padding:.25rem .625rem;background:var(--base-100,#f5f5f5);border-radius:1rem;font-size:.6875rem;font-weight:500;color:var(--base-600,#525252);text-transform:uppercase;letter-spacing:.02em}.groups-map-wrapper{border-radius:.75rem;overflow:hidden;border:1px solid var(--base-200,#e5e5e5)}.groups-map{width:100%;height:600px;background:var(--base-100,#f5f5f5)}@media (max-width:36rem){.groups-map{height:450px}}