*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{color:#e2e8f0;background:#0f172a;justify-content:center;min-height:100vh;padding-top:2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}@media (width>=640px){body{padding-top:10vh}}#root{width:100%;max-width:540px;padding:0 1rem}h1{text-align:center;color:#f8fafc;margin-bottom:2rem;font-size:1.6rem;font-weight:700}h1 span{color:#38bdf8}.search-box{width:100%;position:relative}.search-box input{color:#f1f5f9;background:#1e293b;border:1px solid #334155;border-radius:.75rem;outline:none;width:100%;padding:.85rem 1rem;font-size:1rem;transition:border-color .2s}.search-box input:focus{border-color:#38bdf8}.search-box input::placeholder{color:#64748b}.dropdown{z-index:10;background:#1e293b;border:1px solid #334155;border-radius:.75rem;max-height:260px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto}.dropdown-item{cursor:pointer;border-bottom:1px solid #1a2332;justify-content:space-between;align-items:center;padding:.65rem 1rem;font-size:.9rem;display:flex}.dropdown-item:last-child{border-bottom:none}.dropdown-item:hover,.dropdown-item.active{background:#334155}.dropdown-item .meta{color:#64748b;font-size:.8rem}.card{background:#1e293b;border:1px solid #334155;border-radius:.75rem;margin-top:1.5rem;padding:1.5rem;animation:.25s fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.card .headshot-wrapper{width:200px;margin:0 auto 1rem;position:relative}.card .headshot-wrapper.coward .headshot{filter:grayscale()}.card .coward-text{color:#ef444473;text-transform:uppercase;letter-spacing:.15em;pointer-events:none;white-space:nowrap;font-size:2.5rem;font-weight:900;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(-20deg)}.card .headshot{object-fit:cover;background:#334155;border-radius:50%;width:200px;height:200px;margin:0 auto 1rem;display:block}.card .headshot.placeholder-avatar{color:#64748b;justify-content:center;align-items:center;display:flex}.card .player-name{text-align:center;color:#f8fafc;margin-bottom:1.25rem;font-size:1.4rem}.cone-status{border-radius:.5rem;align-items:center;gap:.75rem;margin-bottom:1rem;padding:1rem;font-size:1rem;font-weight:600;display:flex}.cone-status.completed{color:#6ee7b7;background:#064e3b}.cone-status.not-completed{color:#fca5a5;background:#450a0a}.cone-time{text-align:center;color:#38bdf8;margin:.5rem 0;font-size:2.2rem;font-weight:700}.cone-time small{color:#94a3b8;margin-top:4px;font-size:.85rem;font-weight:400;display:block}.stats-grid{grid-template-columns:1fr 1fr;gap:.5rem;margin-top:1rem;display:grid}.stat{background:#0f172a;border-radius:.4rem;padding:.6rem .75rem;font-size:.8rem}.stat .label{color:#64748b;margin-bottom:2px}.stat .value{color:#e2e8f0;font-weight:600}
