.teams-page{display:flex;flex-direction:column;gap:2.5rem}.teams-section,.saved-section{display:flex;flex-direction:column;gap:.75rem}.saved-section{padding-top:1.5rem;border-top:1px solid var(--gb-3)}.section-header{display:flex;flex-direction:column;gap:.2rem}.section-title{font-family:var(--font-heading);font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--gb-low);margin:0}.section-meta{font-size:.72rem;color:var(--gb-low)}.teams-list,.saved-list{display:flex;flex-direction:column;gap:.5rem}.teams-empty{font-size:.85rem;color:var(--gb-low);margin:0}.teams-empty a{color:var(--gb-hi);text-decoration:underline}.tc-card{background:var(--gb-4);border:1px solid var(--gb-3);border-radius:var(--radius);overflow:hidden;transition:border-color .15s}.tc-card.expanded{border-color:var(--gb-low)}.tc-header{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:.35rem;width:100%;padding:.65rem 2rem .65rem .85rem;background:none;border:none;cursor:pointer;text-align:left;color:inherit;min-height:unset}@media(hover:hover){.tc-header:hover{background:color-mix(in srgb,var(--gb-3) 30%,transparent)}}.tc-chevron{position:absolute;top:.75rem;right:.75rem;color:var(--gb-low);transition:transform .2s}.tc-card.expanded .tc-chevron{transform:rotate(180deg)}.tc-meta{display:flex;flex-direction:column;gap:.2rem;min-width:0}.tc-player-block{display:flex;align-items:baseline;gap:.4rem;min-width:0}.tc-placing{font-family:var(--font-heading);font-size:.68rem;font-weight:700;color:var(--gb-hi);text-transform:uppercase;letter-spacing:.05em;flex-shrink:0}.tc-player{font-family:var(--font-heading);font-weight:600;font-size:.92rem;color:var(--gb-2);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.tc-country{font-size:.75rem;color:var(--gb-low);flex-shrink:0}.tc-tourney{display:flex;flex-direction:column;gap:.05rem;min-width:0}.tc-tourney-name{font-size:.78rem;color:var(--gb-hi);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tc-tourney-meta{font-size:.72rem;color:var(--gb-low);white-space:nowrap}.tc-sprites{display:flex;gap:0}.tc-sprite{flex-shrink:0}@media(min-width:560px){.tc-header{flex-direction:row;align-items:center;gap:.75rem;padding-right:2.2rem}.tc-meta{flex:1}}.tc-details{padding:0 .85rem .85rem;border-top:1px solid var(--gb-3);display:flex;flex-direction:column;gap:.85rem}.tc-pokemon-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.6rem;padding-top:.75rem}@media(min-width:480px){.tc-pokemon-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:720px){.tc-pokemon-grid{grid-template-columns:repeat(6,1fr)}}.tc-pokemon{display:flex;flex-direction:column;gap:.2rem;min-width:0}.tc-pokemon-header{display:flex;align-items:center;gap:.3rem;min-width:0}.tc-pokemon-name-block{display:flex;flex-direction:column;min-width:0}.tc-pokemon-name{font-family:var(--font-heading);font-weight:600;font-size:.8rem;color:var(--gb-2);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tc-tera{font-size:.68rem;color:var(--gb-hi)}.tc-pokemon-meta{display:flex;flex-direction:column;gap:.05rem;min-width:0}.tc-detail-line{font-size:.72rem;color:var(--gb-hi);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tc-ability{color:var(--gb-low)}.tc-moves{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.05rem}.tc-moves li{font-size:.72rem;color:var(--gb-hi);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tc-moves li:before{content:"— ";color:var(--gb-low)}.tc-actions{display:flex;gap:.5rem;flex-wrap:wrap}
