.student-battle-entry-card{grid-column:1/-1;position:relative;display:grid;grid-template-columns:64px minmax(0,1fr) auto;align-items:center;gap:14px;min-height:112px;padding:18px;text-decoration:none;color:#fff;border-radius:22px;overflow:hidden;background:linear-gradient(135deg,#201c55,#4230a6 55%,#275fd2);border:1px solid rgba(255,255,255,.12);box-shadow:0 18px 38px rgba(45,45,135,.2);transition:transform .2s,box-shadow .2s}.student-battle-entry-card:hover{transform:translateY(-3px);box-shadow:0 24px 48px rgba(45,45,135,.26)}.student-battle-entry-glow{position:absolute;width:150px;height:150px;border-radius:50%;background:rgba(255,255,255,.1);filter:blur(5px);left:-45px;top:-70px}.student-battle-entry-icon{width:58px;height:58px;display:grid;place-items:center;border-radius:17px;background:rgba(255,255,255,.1);font-size:29px;position:relative}.student-battle-entry-copy{min-width:0;position:relative}.student-battle-entry-copy span{display:block;color:#c8c4ff;font-size:10px;font-weight:900;letter-spacing:1px}.student-battle-entry-copy strong{display:block;font-size:20px;margin:3px 0}.student-battle-entry-copy small{display:block;color:#d9dcfa;line-height:1.6}.student-battle-entry-arrow{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:rgba(255,255,255,.09);font-size:21px;position:relative}@media(max-width:600px){.student-battle-entry-card{grid-template-columns:54px 1fr 36px;min-height:96px;padding:14px;border-radius:18px;gap:10px}.student-battle-entry-icon{width:50px;height:50px;border-radius:15px;font-size:25px}.student-battle-entry-copy strong{font-size:17px}.student-battle-entry-copy small{font-size:11px}.student-battle-entry-arrow{width:34px;height:34px}}

.student-battle-entry-badges{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin-top:10px}.student-battle-entry-badges b{display:inline-flex;align-items:center;gap:5px;padding:6px 9px;border-radius:999px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.08);color:#eef0ff;font-size:10px;white-space:nowrap}.student-battle-entry-cta{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:10px 13px;border-radius:13px;background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.1);color:#fff;font-size:12px;font-weight:900;white-space:nowrap}.student-battle-entry-cta i{font-size:18px}.student-battle-entry-card:hover .student-battle-entry-cta{background:rgba(255,255,255,.17)}
@media(max-width:700px){.student-battle-entry-card{grid-template-columns:54px minmax(0,1fr) 36px}.student-battle-entry-badges{display:none}.student-battle-entry-cta{width:36px;height:36px;padding:0;border-radius:12px}.student-battle-entry-cta span{display:none}.student-battle-entry-cta i{font-size:20px}}
