.team-header-wrapper{max-width:var(--maxw);background-color:#151533;border:1px solid #3a3a6a;border-radius:10px;margin:0 auto}.team-header{text-align:left;grid-template-rows:auto auto;grid-template-columns:auto 1fr auto;align-items:center;gap:.5rem 1rem;margin:0 auto 1rem;padding:1rem 0 0 1rem;display:grid}.team-header img{object-fit:contain;background-color:var(--bg-card);border:1px solid #ffffff1a;border-radius:8px;grid-row:span 2;width:45px;height:auto;padding:.3rem}.team-header h1{margin:0;font-size:clamp(1.2rem,2.5vw,1.5rem)}.team-header p{color:var(--muted);letter-spacing:.05em;margin:0;font-size:clamp(.8rem,1.5vw,1rem)}.team-header .notif-btn{grid-area:1/3;margin-top:-1rem;margin-right:.5rem}.competition-list{flex-wrap:wrap;justify-content:space-between;gap:.5rem .75rem;padding:0;list-style:none;display:flex}.competition-list a .competition-item{cursor:pointer}.competition-item{background:var(--bg-card);cursor:default;border-radius:.75rem;flex:auto;justify-content:center;align-items:center;gap:.5rem;min-height:24px;padding:.35rem .6rem;font-size:.9rem;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 2px 10px #0006}.competition-logo{object-fit:contain;border-radius:4px;width:24px;height:24px}.competition-name{color:#fff}.embed-button{color:#ddd;cursor:pointer;background:#151533;border:1px solid #3a3a6a;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:18px;transition:all .15s;display:inline-flex}.embed-button:hover{background:#2a2a4f}.toast{backdrop-filter:blur(12px);color:#fff;text-align:center;opacity:0;pointer-events:none;background:#46466ee6;border:1px solid #fff3;border-radius:1rem;width:max-content;max-width:75%;padding:12px 18px;line-height:1.4;transition:opacity .25s,transform .25s;position:fixed;top:24px;left:50%;transform:translate(-50%,-20px);box-shadow:0 8px 24px #00000059,inset 0 1px #ffffff0a}.toast.show{opacity:1;transform:translate(-50%)}.toast .icon{color:#4ade80;margin-right:.5rem}
