*{margin:0;padding:0;box-sizing:border-box}.player-profile-container{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px;display:flex;flex-direction:column;align-items:center}.search-section{width:100%;max-width:1000px;margin-bottom:30px}.app-title{color:#6e62c2;text-align:center;font-size:2.5rem;margin-bottom:30px;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.search-box{display:flex;gap:10px;margin-bottom:15px}.player-id-input{flex:1;padding:15px 20px;font-size:1.1rem;border:none;border-radius:10px;outline:none;box-shadow:0 4px 6px #0000001a;transition:all .3s ease}.player-id-input:focus{box-shadow:0 6px 12px #00000026;transform:translateY(-2px)}.search-button{padding:15px 30px;font-size:1.1rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#f093fb,#f5576c);border:none;border-radius:10px;cursor:pointer;box-shadow:0 4px 6px #0000001a;transition:all .3s ease}.search-button:hover{transform:translateY(-2px);box-shadow:0 6px 12px #0003}.search-button:active{transform:translateY(0)}.error-message{background:#ffffffe6;color:#d32f2f;padding:12px 20px;border-radius:8px;text-align:center;font-weight:500;box-shadow:0 2px 4px #0000001a}.profile-card{background:#fff;border-radius:20px;padding:30px;max-width:1200px;width:100%;box-shadow:0 10px 40px #0003;animation:slideUp .5s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.profile-header{display:flex;gap:25px;margin-bottom:30px;padding-bottom:25px;border-bottom:2px solid #f0f0f0}.player-image-container{flex-shrink:0}.player-image{width:600px;height:600px;object-fit:contain;border-radius:15px;box-shadow:0 4px 8px #0000001a;border:4px solid #667eea}.unsupported-file-message{width:600px;height:600px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f8f9fa;border-radius:15px;box-shadow:0 4px 8px #0000001a;border:4px solid #667eea;padding:20px;text-align:center}.file-icon{font-size:4rem;margin-bottom:20px}.file-message{font-size:1.5rem;color:#666;margin-bottom:10px;font-weight:500}.file-name{font-size:1rem;color:#999;word-break:break-all}.player-info{flex:1;display:flex;flex-direction:column;justify-content:center}.player-name{font-size:2.8rem;color:#333;margin-bottom:10px;font-weight:700}.player-id{font-size:2.1rem;color:#666;margin-bottom:8px;font-weight:500}.player-city{font-size:2rem;color:#888;display:flex;align-items:center;gap:5px;margin-bottom:8px}.player-role{font-size:2rem;color:#888;display:flex;align-items:center;gap:5px}.profile-details{display:flex;flex-direction:column;gap:25px}.role-section{background:#f8f9fa;padding:20px;border-radius:12px}.section-title{font-size:1.2rem;color:#333;margin-bottom:15px;font-weight:600}.role-badges{display:flex;flex-wrap:wrap;gap:10px}.role-badge{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:8px 16px;border-radius:20px;font-size:.9rem;font-weight:500;box-shadow:0 2px 4px #0000001a}.role-gif-section{background:#f8f9fa;padding:20px;border-radius:12px}.gif-container{display:flex;justify-content:center;align-items:center;background:#fff;border-radius:10px;padding:10px;box-shadow:0 2px 4px #0000001a}.role-gif{max-width:100%;height:auto;border-radius:8px;max-height:300px}@media (max-width: 768px){.app-title{font-size:2rem}.profile-header{flex-direction:column;align-items:center;text-align:center}.player-image{width:120px;height:120px}.player-name{font-size:1.5rem}.search-box{flex-direction:column}.search-button{width:100%}}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.App{width:100%;min-height:100vh}body{margin:0;padding:0}#root{width:100%;min-height:100vh}
