 .team-ecos-widget{border:1px solid #ddd;border-radius:12px;padding:16px;margin:12px 0}
.team-ecos-header h2{margin:0 0 6px 0}
.team-ecos-sub{margin:0 0 12px 0;opacity:.85}
.team-ecos-alert{padding:10px 12px;border-radius:10px;margin:10px 0}
.team-ecos-alert.is-error{background:#fff0f0;border:1px solid #ffd0d0}
.team-ecos-alert.is-success{background:#f0fff4;border:1px solid #c8f5d1}
.team-ecos-two-cols{display:grid;grid-template-columns:1fr;gap:16px}
@media (min-width: 800px){.team-ecos-two-cols{grid-template-columns:1.3fr 1fr}}
.team-ecos-card{border:1px solid #eee;border-radius:12px;padding:12px}
.team-ecos-slotlist{display:flex;flex-direction:column;gap:10px}
.team-ecos-slot{display:flex;gap:10px;align-items:center;justify-content:space-between;border:1px solid #eee;border-radius:12px;padding:10px}
.team-ecos-slot__label{font-weight:600}
.team-ecos-slot__meta{opacity:.8;font-size:.9em;margin-right:auto;margin-left:10px}
.team-ecos-btn{border-radius:999px;padding:8px 12px;text-decoration:none;cursor:pointer}
.team-ecos-btn[disabled]{opacity:.45;cursor:not-allowed}
.team-ecos-btn.is-secondary{opacity:0.95}
.team-ecos-pill{display:inline-block;padding:3px 10px;border-radius:999px;background:#f3f3f3;border:1px solid #e6e6e6}
.team-ecos-banner{position:sticky;top:0;z-index:9999;background:#111;color:#fff;padding:10px 12px}
.team-ecos-banner__inner{max-width:1100px;margin:0 auto;display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.team-ecos-banner__link{color:#fff;text-decoration:underline;margin-left:auto}
