: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}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.player-selector{margin-bottom:20px}.player-selector-title{text-align:center;margin-bottom:15px}.volleyball-court{display:flex;flex-direction:column;background-color:#e0f7fa;border:4px solid #0097a7;border-radius:8px;padding:20px;position:relative;max-width:500px;height:400px;margin:0 auto;justify-content:space-between}.volleyball-court:before{content:"";position:absolute;top:0;left:0;right:0;height:50%;border-bottom:4px dashed #0097a7;z-index:1}.volleyball-court:after{content:"";position:absolute;top:33%;left:0;right:0;border-bottom:2px dotted #0097a7;z-index:1}.court-row{display:flex;justify-content:space-around;height:33.33%;position:relative;z-index:2}.player-position{width:80px;height:80px;background-color:#fff;border:2px solid #b2ebf2;border-radius:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer;transition:all .2s ease;margin:10px;position:relative;z-index:2}.player-position:hover{box-shadow:0 4px 8px #0000001a}.player-position.selected{background-color:#b2ebf2;border-color:#00bcd4;box-shadow:0 0 10px #00bcd480}.player-number{font-size:24px;font-weight:700;color:#00838f}.player-name{font-size:12px;text-align:center;margin-top:5px;color:#006064}.team-selector{position:absolute;bottom:-30px;left:50%;transform:translate(-50%);width:80px;height:40px;background-color:#fff;border:2px solid #b2ebf2;border-radius:20px;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .2s ease;z-index:3}.team-selector:hover{background-color:#e0f7fa}.team-selector.selected{background-color:#b2ebf2;border-color:#00bcd4}.team-icon{font-size:18px;font-weight:700;color:#00838f;margin-right:5px}.team-label{font-size:12px;color:#006064}.position-indicator{position:absolute;font-size:10px;color:#0097a7;background-color:#e0f7fab3;padding:2px 5px;border-radius:10px;top:-5px;right:-5px}@media(max-width:500px){.volleyball-court{padding:10px;height:350px}.player-position{width:70px;height:70px;margin:5px}.player-number{font-size:20px}.player-name{font-size:10px}}@media(max-width:500px){.player-position{width:80px;height:80px;margin:0 5px}.player-number{font-size:20px}.player-name{font-size:10px}}@media(max-width:400px){.player-position{width:70px;height:70px;margin:0 3px}.player-number{font-size:18px}.player-name{font-size:9px}}.match-card{transition:box-shadow .2s ease}.match-card:hover{box-shadow:0 4px 8px #0000001a}.match-card.selected{border-color:#00bcd4;background-color:#00bcd41a}.match-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.match-date{display:flex;align-items:center;color:#757575;font-size:.875rem}.match-opponent{color:#757575;font-size:.875rem;margin-bottom:8px}.match-score{display:flex;justify-content:space-between;align-items:center}.match-actions{display:flex;gap:8px}@media(max-width:600px){.match-header{flex-direction:column;align-items:flex-start}.match-score{margin-top:8px}}.coaching-advice{background:linear-gradient(135deg,#1a2a3a,#0d1520);border:2px solid #e24a4a;border-radius:15px;margin:20px 0;box-shadow:0 0 20px #e24a4a80,inset 0 0 30px #0000004d;overflow:hidden;transition:all .3s ease}.coaching-advice.expanded{box-shadow:0 0 30px #e24a4ab3,inset 0 0 30px #0000004d}.coaching-advice.empty{padding:20px;opacity:.7}.advice-header{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;cursor:pointer;background:#e24a4a33;transition:background .3s ease}.advice-header:hover{background:#e24a4a4d}.advice-title{color:#e24a4a;margin:0;font-size:22px;text-shadow:0 0 10px rgba(226,74,74,.5)}.expand-icon{color:#e24a4a;font-size:18px;transition:transform .3s ease}.coaching-advice.expanded .expand-icon{transform:rotate(180deg)}.advice-content{padding:0 20px 20px;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.no-advice{color:#ffffffb3;text-align:center;font-style:italic}.advice-section{margin-top:15px;padding:15px;border-radius:10px;background:#0003}.advice-section h4{margin-top:0;margin-bottom:10px;color:#e24a4a;font-size:18px}.advice-section p{margin:0;color:#fff;line-height:1.5}.advice-section ul{margin:0;padding-left:20px;color:#fff}.advice-section li{margin-bottom:8px;line-height:1.5}.advice-section.timeout{border-left:4px solid #e24a4a}.advice-section.substitutions{border-left:4px solid #e2a44a}.advice-section.focus{border-left:4px solid #4ae24a}@media(max-width:768px){.advice-title{font-size:18px}.advice-section h4{font-size:16px}.advice-content{padding:0 15px 15px}}.player-dashboard{width:100%}.player-dashboard-header{margin-bottom:20px}.player-dashboard-content{margin-top:20px}.player-dashboard-card{margin-bottom:16px;transition:box-shadow .3s ease}.player-dashboard-card:hover{box-shadow:0 4px 20px #0000001a}.player-stat-value{font-weight:700;font-size:1.2rem}.player-stat-label{color:#666;font-size:.9rem}.player-advice-item{padding:8px 0;border-bottom:1px solid #eee}.player-advice-item:last-child{border-bottom:none}.player-dashboard-tabs,.player-dashboard-select{margin-bottom:16px}@keyframes pulse{0%{opacity:.8}to{opacity:1;box-shadow:0 0 15px #4a90e280}}.highlight-element{animation:pulse 2s infinite alternate}*{box-sizing:border-box}body{margin:0;padding:0;overflow-x:hidden}#root{width:100%;min-height:100vh;display:flex;flex-direction:column}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0003}::-webkit-scrollbar-thumb{background:#4a90e2;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#2a5298}.elevation-1{box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f}.elevation-2{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.elevation-3{box-shadow:0 3px 3px -2px #0003,0 3px 4px #00000024,0 1px 8px #0000001f}
