.manager-tabs{display:flex;gap:10px;background:#081321;border-radius:14px;padding:12px;margin-bottom:16px}.manager-tab{flex:1;height:48px;border:1px solid rgba(255,255,255,.08);border-radius:10px;background:#101d2b;color:white;font-weight:1000}.manager-tab.active{background:linear-gradient(135deg,#254eea,#1335b9)}.manager-box{display:none}.active-manager{display:block}.toolbar{display:grid;grid-template-columns:220px 1fr;gap:12px;margin-bottom:16px}.toolbar button{height:50px;border:0;border-radius:12px;background:#10a34a;color:white;font-weight:1000}.toolbar input{height:50px;background:#0b1624;border:1px solid rgba(255,255,255,.12);border-radius:12px;color:white;padding:0 14px}.card-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px}.entity-card{background:linear-gradient(180deg,rgba(13,27,44,.95),rgba(7,15,27,.98));border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:16px;position:relative;overflow:hidden}.entity-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:6px;background:var(--c,#1c64e8)}.entity-top{display:flex;gap:12px;align-items:center}.entity-img{width:70px;height:70px;background:#fff;color:#10213c;border-radius:16px;display:flex;align-items:center;justify-content:center;font-weight:1000;overflow:hidden}.player-img{border-radius:50%}.entity-img img{width:100%;height:100%;object-fit:cover}.entity-card h3{margin:0 0 5px}.tag{display:inline-block;background:var(--c,#1c64e8);padding:4px 10px;border-radius:999px;font-size:12px;font-weight:900}.entity-meta{color:#b9c7d8;margin-top:12px;font-size:14px}.entity-actions{display:flex;gap:8px;margin-top:14px}.entity-actions button{flex:1;height:38px;border:0;border-radius:10px;color:white;font-weight:900}.edit{background:#1c64e8}.delete{background:#c62935}.modal{position:fixed;inset:0;background:rgba(0,0,0,.78);z-index:9999;display:none;align-items:center;justify-content:center;padding:20px}.modal.show{display:flex}.modal-card{width:min(700px,96vw);background:#0c1727;border:1px solid rgba(255,255,255,.16);border-radius:22px;padding:20px;box-shadow:0 30px 90px rgba(0,0,0,.6)}.modal-card.large{width:min(880px,96vw)}.modal-head{display:flex;justify-content:space-between;align-items:center}.modal-head h3{margin:0;color:#4baaff}.modal-head button{width:40px;height:40px;border:0;border-radius:50%;background:#25364c;color:white;font-size:24px}.photo-preview{width:100px;height:100px;background:#fff;color:#10213c;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:12px auto;font-weight:1000;overflow:hidden}.photo-preview img{width:100%;height:100%;object-fit:cover}.team-options{max-height:140px;overflow:auto;background:#07101b;border:1px solid rgba(255,255,255,.12);border-radius:12px;margin-top:10px}.team-option{display:flex;justify-content:space-between;padding:10px 12px;border-bottom:1px solid rgba(255,255,255,.08);cursor:pointer}.team-option:hover{background:#1335b9}.selected-text{margin-top:10px;color:#b9c7d8}@media(max-width:800px){.toolbar,.form-grid{grid-template-columns:1fr}}
