@charset "UTF-8";.team-section{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}@media(max-width:860px){.team-section{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.team-section{grid-template-columns:1fr}}.teamloader{box-sizing:border-box;min-width:0;height:137px;border-radius:var(--radius);padding:12px;display:flex;flex-direction:column;justify-content:space-between;gap:8px;background:color-mix(in srgb,#5f5d5e 5%,transparent);box-shadow:0 1px 4px #0c0c0d0d;transition:background .15s;--accent-soft: #5f5d5e}.teamloader-top{display:flex;flex-direction:column;padding:0 2px}.teamloader-title-row{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0}.teamloader-actions{display:flex;gap:6px;flex-shrink:0}.teamloader-name{font-family:var(--font-arc);font-weight:500;font-size:var(--font-size-5);color:var(--color-secondary);line-height:1.3;font-variation-settings:"wdth" 100;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.teamloader-sub{font-family:var(--font-dm-mono);font-size:var(--font-size-3);font-weight:500;color:var(--color-secondary);opacity:.7;line-height:1.3;white-space:nowrap}.teamloader-sprites{display:flex;align-items:center;justify-content:space-between;gap:4px}.teamloader-sprite-wrap{flex:1;height:46px;display:flex;align-items:center;justify-content:center}.teamloader-sprite{width:38px;height:36px;object-fit:contain;image-rendering:pixelated;flex-shrink:0}
