.player-card{color:#fff;background:linear-gradient(160deg,#0f172a,#020617);border-radius:14px;width:240px;transition:transform .2s;overflow:hidden;box-shadow:0 10px 30px #0006}.player-card:hover{transform:translateY(-5px)}.player-image{height:300px;position:relative;overflow:hidden}.player-image img{object-fit:cover;width:100%;height:100%}.role-badge{color:#000;background:gold;border-radius:6px;padding:4px 8px;font-size:12px;font-weight:700;position:absolute;top:12px;left:12px}.player-info{padding:12px}.player-name{margin-bottom:6px;font-size:18px;font-weight:700}.player-style{color:#cbd5f5;font-size:13px}.status{margin-top:8px;font-weight:700}.status.sold{color:#22c55e}.status.unsold{color:#ef4444}.player-footer{background:#ffffff0d;justify-content:space-between;align-items:center;padding:12px;display:flex}.price{color:#facc15;font-size:16px;font-weight:700}.team{font-size:14px;font-weight:700}.unsold{text-align:center;color:#ef4444;width:100%;font-weight:700}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100%}@font-face{font-family:Larken;src:url(/fonts/LarkenDEMO-Thin.otf)format("opentype");font-weight:100}@font-face{font-family:Larken;src:url(/fonts/LarkenDEMO-Light.otf)format("opentype");font-weight:300}@font-face{font-family:Larken;src:url(/fonts/LarkenDEMO-Regular.otf)format("opentype");font-weight:400}@font-face{font-family:Larken;src:url(/fonts/LarkenDEMO-Medium.otf)format("opentype");font-weight:500}@font-face{font-family:Larken;src:url(/fonts/LarkenDEMO-Bold.otf)format("opentype");font-weight:700}@font-face{font-family:Larken;src:url(/fonts/LarkenDEMO-ExtraBold.otf)format("opentype");font-weight:800}@font-face{font-family:Larken;src:url(/fonts/LarkenDEMO-Black.otf)format("opentype");font-weight:900}@font-face{font-family:Akony;src:url(/fonts/Akony-Display.woff2)format("woff2");font-weight:400;font-style:normal}.card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#121822e6;border:1px solid #ffffff14;border-radius:16px;padding:20px;box-shadow:0 10px 40px #0009}.btn-primary{color:#022c22;cursor:pointer;background:linear-gradient(135deg,#22c55e,#15803d);border:none;border-radius:10px;width:100%;padding:12px;font-weight:700;transition:all .3s}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #22c55e66}input,select{border:none;border-radius:8px;outline:none;width:100%;margin-bottom:12px;padding:12px}@keyframes fadeSlide{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes headerFade{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{box-shadow:0 0 #22c55e99}70%{box-shadow:0 0 0 10px #22c55e00}to{box-shadow:0 0 #22c55e00}}.header-enter{animation:.4s headerFade}.live-pulse{animation:1.8s infinite pulse}
