/* Exco group + tenant subscription landing */

.exco-gate {
  max-width: 420px;
  margin: 0 auto;
  text-align: center;
  padding: 2rem;
}

.exco-gate__icon {
  font-size: 2.5rem;
  margin-bottom: 0.75rem;
}

.exco-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.exco-grid {
  display: grid;
  gap: 1rem;
}

.exco-link-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.exco-link-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid #e2e8f0;
}

.exco-link-item:last-child {
  border-bottom: none;
}

.exco-add-form {
  display: flex;
  gap: 0.5rem;
  align-items: flex-end;
}

.exco-add-form input {
  flex: 1;
}

.subscribe-hero {
  text-align: center;
  margin-bottom: 1.5rem;
}

.subscribe-hero h2 {
  font-size: 1.5rem;
  margin-bottom: 0.35rem;
}

.subscribe-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 0.75rem;
  margin: 1.25rem 0;
}

.subscribe-feature {
  background: #f8fafc;
  border-radius: 12px;
  padding: 0.85rem;
  font-size: 0.85rem;
  text-align: center;
}

.platform-only-banner {
  background: #eef2ff;
  border: 1px solid #c7d2fe;
  border-radius: 12px;
  padding: 1rem 1.25rem;
  margin-bottom: 1rem;
}

.platform-only-banner strong {
  color: #4338ca;
}

.nav-item--exco .nav-lock {
  font-size: 0.75rem;
}

.exco-members-panel {
  margin-bottom: 0.5rem;
}

.exco-members-select {
  width: 100%;
  padding: 0.65rem 0.85rem;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  font: inherit;
  margin-bottom: 0.75rem;
}

.exco-roster-table {
  list-style: none;
  padding: 0;
  margin: 0.75rem 0 0;
}

.exco-roster-row {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 0.75rem;
  padding: 0.65rem 0;
  border-bottom: 1px solid #f1f5f9;
  align-items: center;
}

.exco-roster-row:last-child {
  border-bottom: none;
}

.exco-roster-name {
  font-weight: 600;
}

.exco-roster-email {
  color: #64748b;
  font-size: 0.9rem;
}

.exco-roster-date {
  font-size: 0.8rem;
  color: #4338ca;
  white-space: nowrap;
}

.exco-zoom-badge {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
}

.exco-zoom-badge--live {
  background: #ecfdf5;
  color: #059669;
}

.exco-zoom-badge--demo {
  background: #fef3c7;
  color: #b45309;
}

.exco-demo-tag {
  font-size: 0.7rem;
  background: #fef3c7;
  color: #b45309;
  padding: 0.1rem 0.4rem;
  border-radius: 4px;
  margin-left: 0.35rem;
}

.exco-passcode {
  display: block;
  margin-top: 0.25rem;
  color: #4338ca;
}

.exco-member-picker {
  flex: 1;
  padding: 0.65rem;
  border-radius: 10px;
  border: 1px solid #cbd5e1;
}

@media (max-width: 640px) {
  .exco-roster-row {
    grid-template-columns: 1fr;
  }
}

/* Member directory */
.members-directory-hero {
  background: linear-gradient(135deg, #312e81, #4338ca);
  color: #fff;
  border-radius: 18px;
  padding: 1.75rem 2rem;
  margin-bottom: 1.25rem;
}

.members-directory-hero h2 {
  margin: 0 0 0.35rem;
}

.members-tabs {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.members-tab {
  padding: 0.55rem 1rem;
  border: 1px solid #e2e8f0;
  background: #fff;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
}

.members-tab.active {
  background: #4338ca;
  color: #fff;
  border-color: #4338ca;
}

.members-search {
  width: 100%;
  max-width: 320px;
  padding: 0.6rem 0.85rem;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  margin-bottom: 1rem;
}
