.ws-teams{display:grid;gap:1.5rem;margin:auto;max-width:88rem}.ws-teams h1{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:700}.ws-teams h2{font-size:1.2rem;font-weight:700}.ws-team-controls{display:grid;gap:1.25rem;min-width:0}.ws-team-grid{align-items:start;display:grid;gap:1.25rem;grid-template-columns:repeat(2,minmax(0,1fr))}.ws-team-card{background:var(--ws-surface,#fff);border:1px solid var(--ws-border,#e2e8f0);border-radius:1rem;display:grid;gap:.9rem;min-width:0;padding:1.3rem}.ws-team-card label{display:grid;gap:.5rem;margin:.6rem 0}.ws-team-card ol,.ws-team-card ul{display:grid;gap:.8rem}.ws-team-card li{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;flex-wrap:wrap;gap:.6rem;overflow-wrap:anywhere;padding:.7rem 0}.ws-team-card li .ws-input{max-width:9rem}.ws-team-card time{color:#475569;font-size:.8rem}.ws-team-card summary{cursor:pointer;font-weight:600;padding:.4rem 0}.ws-team-card p{line-height:1.6}.ws-team-card code{overflow-wrap:anywhere}.ws-team-comment{white-space:pre-wrap;width:100%}@media (max-width:760px){.ws-team-grid{grid-template-columns:1fr}.ws-team-card{padding:1rem}}