.groups-page{background:var(--surface);min-height:100vh}.groups-loading,.groups-empty{text-align:center;color:var(--slate-body);padding:4rem 2rem}.groups-header{border-bottom:1px solid var(--line);background:#fbf3e5;padding:3rem 0 2rem}.groups-header__content{flex-direction:column;gap:2rem;display:flex}.groups-header__title{font-family:var(--font-fraunces), "Fraunces", "Georgia", serif;color:var(--ink);margin:0;font-size:150%;font-weight:600;line-height:1.2}@media (min-width:768px){.groups-header__title{font-size:250%}}.groups-header__subtitle{color:var(--slate-body);margin-top:.5rem;font-size:87.5%}@media (min-width:768px){.groups-header__subtitle{font-size:112.5%}}.groups-header__stats{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.groups-stat{text-align:center;background:var(--surface);border:1px solid var(--line);border-radius:.75rem;padding:1rem}.groups-stat__value{font-family:var(--font-fraunces), "Fraunces", "Georgia", serif;color:var(--accent);font-size:125%;font-weight:600;line-height:1}@media (min-width:768px){.groups-stat{padding:1.25rem}.groups-stat__value{font-size:187.5%}.groups-header__stats{gap:1.5rem}}.groups-stat__label{color:var(--slate-muted);margin-top:.375rem;font-size:75%}@media (min-width:768px){.groups-stat__label{font-size:87.5%}.groups-header__content{flex-direction:row;justify-content:space-between;align-items:center}.groups-header__stats{max-width:24rem}}.groups-filters{background:var(--surface);border-bottom:1px solid var(--line);padding:1.5rem 0}.groups-filters__list{gap:.75rem;display:flex;overflow-x:auto}.groups-filter-btn{border:1px solid var(--line);background:var(--surface);color:var(--slate-body);cursor:pointer;white-space:nowrap;border-radius:9999px;padding:.5rem 1.25rem;font-size:87.5%;font-weight:500;transition:all .2s}.groups-filter-btn:hover{background:var(--surface-alt);border-color:var(--accent)}.groups-filter-btn--active{background:var(--accent);border-color:var(--accent);color:#fff}.groups-content{padding:2.5rem 0}.groups-list{flex-direction:column;gap:3rem;display:flex}.groups-property-section{border:1px solid var(--line);background:var(--surface);border-radius:.75rem;flex-direction:column;gap:0;display:flex;overflow:hidden}.groups-property-header{background:var(--surface);border-bottom:1px solid var(--line);flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.groups-property-info{gap:1rem;display:flex}.groups-property-image{border-radius:.5rem;flex-shrink:0;width:5rem;height:5rem;overflow:hidden}.groups-property-image img{object-fit:cover;width:100%;height:100%}.groups-property-details{flex:1;min-width:0}.groups-property-title{font-family:var(--font-fraunces), "Fraunces", "Georgia", serif;color:var(--ink);margin:0;font-size:150%;font-weight:600}.groups-property-title a{color:inherit;text-decoration:none;transition:color .2s}.groups-property-title a:hover{color:var(--accent)}.groups-property-meta{color:var(--slate-muted);flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.375rem;font-size:87.5%;display:flex}.groups-property-separator{color:var(--line)}.groups-property-link{border:1px solid var(--line);background:var(--surface);color:var(--accent);border-radius:.5rem;align-self:flex-start;padding:.5rem 1rem;font-size:87.5%;font-weight:600;text-decoration:none;transition:all .2s}.groups-property-link:hover{background:var(--accent-tint);border-color:var(--accent)}@media (min-width:768px){.groups-property-header{flex-direction:row;justify-content:space-between;align-items:center}}.groups-table-wrapper{background:var(--surface);overflow-x:auto}.groups-table{border-collapse:collapse;width:100%}.groups-table__head{background:var(--surface-warm);border-bottom:1px solid var(--line)}.groups-table__header{text-align:left;text-transform:uppercase;letter-spacing:.05em;color:var(--slate-muted);white-space:nowrap;padding:1rem;font-size:75%;font-weight:600}.groups-table__header--action{text-align:center}.groups-table__body{background:var(--surface)}.groups-table__row{border-bottom:1px solid var(--line);transition:background .2s}.groups-table__row:last-child{border-bottom:none}.groups-table__row:hover{background:var(--surface-alt)}.groups-table__cell{color:var(--ink);vertical-align:middle;padding:1rem;font-size:87.5%}.groups-table__cell--action{text-align:center}.groups-table__group-id{color:var(--slate-body);font-family:SF Mono,Monaco,Courier New,monospace;font-size:87.5%}.groups-table__group-name{color:var(--slate-body);font-size:87.5%;font-weight:600}.groups-table__status-badge{white-space:nowrap;border-radius:9999px;align-items:center;gap:.375rem;padding:.25rem .75rem;font-size:75%;font-weight:600;display:inline-flex}.groups-table__status-badge--negotiating{background:var(--accent-tint);color:var(--accent)}.groups-table__status-badge--forming{background:var(--info-tint);color:var(--info)}.groups-table__status-badge--success{background:var(--trust-tint);color:var(--trust)}.groups-table__status-badge--closed{background:var(--surface-alt);color:var(--slate-muted)}.groups-table__status-pulse{background:currentColor;border-radius:50%;width:.375rem;height:.375rem;animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.groups-table__members{flex-direction:column;gap:.375rem;min-width:8rem;display:flex}.groups-table__members-count{color:var(--ink);font-weight:600}.groups-table__progress{background:var(--line);border-radius:9999px;height:.375rem;overflow:hidden}.groups-table__progress-fill{background:var(--accent);border-radius:9999px;height:100%;transition:width .3s}.groups-table__members-percent{color:var(--slate-muted);font-size:75%}.groups-table__price{color:var(--savings);font-weight:600}.groups-table__discount{color:var(--trust);font-weight:600}.groups-table__date{color:var(--slate-body)}.groups-table__join-btn{background:var(--accent);color:#fff;white-space:nowrap;border:none;border-radius:.5rem;padding:.5rem 1.25rem;font-size:87.5%;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.groups-table__join-btn:hover{background:var(--accent-hover);box-shadow:0 4px 12px rgba(var(--accent-rgb), .3);transform:translateY(-1px)}.groups-table__join-btn--urgent{background:#000c;border:1px solid #000000e6}.groups-table__join-btn--urgent:hover{background:#000000f2;box-shadow:0 4px 12px #0000004d}.groups-table__status-text{color:var(--slate-muted);font-size:87.5%}@media (max-width:767px){.groups-table-wrapper{-webkit-overflow-scrolling:touch;overflow-x:auto}.groups-table{border-collapse:collapse;width:100%}.groups-table__head{background:var(--surface-warm);border-bottom:1px solid var(--line);display:table-header-group}.groups-table__header:first-child,.groups-table__cell:first-child,.groups-table__header:nth-child(4),.groups-table__cell:nth-child(4),.groups-table__header:nth-child(6),.groups-table__cell:nth-child(6){display:none}.groups-table__header{padding:.75rem .5rem;font-size:62.5%}.groups-table__body{display:table-row-group}.groups-table__row{border-bottom:1px solid var(--line);display:table-row}.groups-table__cell{vertical-align:middle;padding:.75rem .5rem;font-size:81.25%;display:table-cell}.groups-table__cell:before{display:none}.groups-table__cell--action{text-align:center}.groups-table__members{min-width:5rem}.groups-table__progress{width:4rem}.groups-table__join-btn{padding:.375rem .75rem;font-size:75%}.groups-table__status-badge{padding:.125rem .5rem;font-size:68.75%}.groups-table__status-pulse{width:.25rem;height:.25rem}.groups-table__price,.groups-table__discount{font-size:87.5%}}
