/* WODDI Community — Phase 3: one surface, three doors */
.comm-tabs { display:flex; gap:.5rem; margin-bottom:.875rem; overflow-x:auto; }
.comm-tab { display:inline-flex; align-items:center; gap:.45rem; padding:.6rem 1rem;
  border-radius:99px; border:1px solid var(--border); background:var(--surface);
  color:var(--text-2); font-weight:700; font-size:.8438rem; cursor:pointer;
  white-space:nowrap; min-height:42px; }
.comm-tab.active { background:var(--gmn); border-color:var(--gmn); color:#fff; }
.comm-lounge { text-align:center; padding:2rem 1.25rem; }
.comm-lounge-ic { width:64px; height:64px; margin:0 auto .8rem; border-radius:50%;
  background:linear-gradient(135deg,#8DC63F,#C4006A); color:#fff; font-size:1.5rem;
  display:flex; align-items:center; justify-content:center; }
.comm-lounge h3 { margin:0 0 .4rem; }
.comm-lounge p { margin:0 auto 1.1rem; max-width:400px; font-size:.9063rem; color:var(--text-2); }
.comm-lounge-btn { display:inline-flex; align-items:center; gap:.5rem; min-height:48px;
  padding:.75rem 1.4rem; border:none; border-radius:var(--r-sm); background:var(--nnn);
  color:#fff; font-weight:800; font-size:.9375rem; cursor:pointer; }
