#chatter-team-list{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px;align-items:start}#chatter-team-list>.chatter-profile-card{min-height:235px;padding:22px!important;display:flex!important;flex-direction:column;align-items:stretch!important;justify-content:space-between;border:1px solid #23344d!important;border-radius:20px;background:linear-gradient(145deg,#121c2a,#090e16);cursor:pointer;transition:.2s transform,.2s border-color,.2s box-shadow}#chatter-team-list>.chatter-profile-card:hover,#chatter-team-list>.chatter-profile-card:focus-visible{transform:translateY(-3px);border-color:#69adff!important;box-shadow:0 18px 45px #0006;outline:none}#chatter-team-list>.chatter-profile-card:after{content:'Click to manage →';margin-top:auto;padding-top:20px;color:#69adff;font-size:11px;font-weight:900;letter-spacing:.05em}.chatter-profile-card>.chatter-pay-form{display:none}.chatter-profile-card.open{grid-column:1/-1;min-height:0}.chatter-profile-card.open:after{content:'Profile controls open'}.chatter-profile-card.open>.chatter-pay-form{display:grid}.chatter-profile-card.open>span:first-child b{font-size:20px}@media(max-width:600px){#chatter-team-list{grid-template-columns:1fr}#chatter-team-list>.chatter-profile-card{min-height:190px}}
