:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.App{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.App-header{margin-bottom:3rem}.App-header h1{font-size:3.2em;line-height:1.1;background:linear-gradient(45deg,#646cff,#535bf2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.App-main{margin:2rem 0}.items-section{padding:2rem;background-color:#1a1a1a;border-radius:8px;margin-bottom:2rem}.items-section h2{margin-bottom:1.5rem;color:#646cff}.items-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin:2rem 0}.item-card{background-color:#2a2a2a;padding:1.5rem;border-radius:8px;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #3a3a3a}.item-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #646cff33}.item-card h3{color:#646cff;margin-bottom:.5rem}.item-card p{color:#999;font-size:.9rem}.player-card{position:relative;overflow:hidden}.player-number{position:absolute;top:10px;right:10px;background:linear-gradient(135deg,#646cff,#535bf2);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem}.player-info{margin-top:1rem;text-align:left}.player-info p{margin:.5rem 0;color:#ccc}.player-info strong{color:#646cff}.stats{margin:1rem 0;padding:1rem;background-color:#2a2a2a;border-radius:8px;border:1px solid #646cff}.stats p{margin:0;font-size:1.1rem}.stats strong{color:#646cff;font-size:1.3rem}.error{padding:1.5rem;background-color:#3a1a1a;border:1px solid #ff4444;border-radius:8px;color:#ff6b6b}.error p{margin:.5rem 0}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#646cff;color:#fff;cursor:pointer;transition:background-color .25s,border-color .25s;margin:.5rem}button:hover{background-color:#535bf2;border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.refresh-btn{margin-top:1.5rem}@media(prefers-color-scheme:light){.items-section{background-color:#f5f5f5}.item-card{background-color:#fff;border-color:#e0e0e0}.error{background-color:#ffe0e0}}
