: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}}html,body,#root{margin:0;padding:0;width:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#0f172a;background-image:radial-gradient(circle at 50% 0%,rgba(99,102,241,.15),transparent 70%);color:#e2e8f0;-webkit-font-smoothing:antialiased;min-height:100vh;overflow-x:hidden}.dashboard-container{width:100%;min-height:100vh;padding:30px;display:flex;flex-direction:column;align-items:center}@media(max-width:768px){.dashboard-container{padding:15px}}.report-card{width:100%;max-width:1200px;background-color:#1e293bb3;border-radius:16px;border:1px solid rgba(148,163,184,.1);box-shadow:0 0 20px #6366f126;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow:hidden;margin-bottom:40px}.report-header{background:linear-gradient(135deg,#6366f1e6,#a855f7e6)!important;padding:40px 50px;color:#fff;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(255,255,255,.1)}@media(max-width:768px){.report-header{flex-direction:column;text-align:center;padding:30px 20px;gap:25px}}.report-header .header-profile-section{display:flex;align-items:center;gap:25px}@media(max-width:768px){.report-header .header-profile-section{flex-direction:column;gap:15px}}.report-header .header-profile-section .avatar-frame{width:80px;height:80px;padding:3px;background:linear-gradient(135deg,#fff,#fff3);border-radius:50%;box-shadow:0 0 20px #6366f180}.report-header .header-profile-section .avatar-frame .avatar-placeholder{width:100%;height:100%;background-color:#1e1b4b;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:800;color:#fff}.report-header .header-profile-section .header-info h1{margin:0;font-size:28px;font-weight:700;letter-spacing:-.5px;text-shadow:0 2px 4px rgba(0,0,0,.3)}.report-header .header-profile-section .header-info .player-title{margin:5px 0 10px;color:#fffc;text-transform:uppercase;font-size:12px;letter-spacing:2px;font-weight:600}.report-header .header-profile-section .header-info .badge-date{display:inline-flex;align-items:center;background:#0000004d;padding:4px 12px;border-radius:20px;font-size:11px;font-weight:500;border:1px solid rgba(255,255,255,.1)}.report-header .header-profile-section .header-info .badge-date .dot{width:6px;height:6px;background-color:#4ade80;border-radius:50%;margin-right:8px;box-shadow:0 0 5px #4ade80}.report-header .header-kpi-hero{text-align:right}@media(max-width:768px){.report-header .header-kpi-hero{text-align:center}}.report-header .header-kpi-hero .kpi-label{font-size:12px;text-transform:uppercase;letter-spacing:2px;opacity:.8;display:block;margin-bottom:5px;font-weight:600}.report-header .header-kpi-hero .kpi-value{font-size:42px;font-weight:900;display:flex;align-items:center;gap:12px;color:#fff;text-shadow:0 0 15px rgba(255,215,0,.4)}.report-body{padding:40px}@media(max-width:768px){.report-body{padding:20px}}.report-body .xp-section{margin-bottom:50px;background:#0f172a99;padding:20px;border-radius:12px;border:1px solid rgba(148,163,184,.1)}.report-body .xp-section .xp-info{display:flex;justify-content:space-between;font-size:14px;color:#94a3b8;margin-bottom:12px}.report-body .xp-section .xp-info strong{color:#fff;font-size:15px}.report-body .xp-section .xp-track{height:16px;background:#0006;border-radius:10px;overflow:hidden;border:1px solid rgba(255,255,255,.05);position:relative}.report-body .xp-section .xp-progress{height:100%;background:linear-gradient(90deg,#6366f1,#a855f7);border-radius:10px;transition:width 1s cubic-bezier(.4,0,.2,1);box-shadow:0 0 15px #8b5cf680;position:relative}.report-body .xp-section .xp-progress:after{content:"";position:absolute;inset:0;background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:20px 20px;animation:move-stripes 1s linear infinite}.report-body .xp-section .xp-hint{font-size:12px;color:#fbbf24;margin-top:10px;font-weight:600;text-align:right;display:flex;align-items:center;justify-content:flex-end;gap:5px}.report-body .grid-layout{display:grid;grid-template-columns:1fr 1fr;gap:30px}@media(max-width:768px){.report-body .grid-layout{grid-template-columns:1fr}}.report-body .grid-layout .card-internal{border:1px solid rgba(148,163,184,.1);border-radius:16px;padding:25px;background:#0f172a99;position:relative}.report-body .grid-layout .card-internal h3{margin-top:0;font-size:16px;color:#94a3b8;text-transform:uppercase;letter-spacing:1px;display:flex;align-items:center;gap:10px;border-bottom:1px solid rgba(255,255,255,.05);padding-bottom:15px;margin-bottom:20px}.report-body .grid-layout .card-internal h3 svg{color:#a855f7}.report-body .grid-layout .card-internal .radar-insight{text-align:center;margin-top:15px;font-size:14px;color:#94a3b8}.report-body .grid-layout .card-internal .radar-insight strong{color:#fff;font-weight:600}.report-body .grid-layout .card-internal .improvement-list{list-style:none;padding:0;margin:0}.report-body .grid-layout .card-internal .improvement-list li{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px dashed rgba(255,255,255,.1)}.report-body .grid-layout .card-internal .improvement-list li:last-child{border-bottom:none}.report-body .grid-layout .card-internal .improvement-list li .tag{color:#e2e8f0;font-weight:500}.report-body .grid-layout .card-internal .improvement-list li .count{color:#f87171;font-weight:700;background:#f8717126;padding:2px 10px;border-radius:12px;font-size:12px;border:1px solid rgba(248,113,113,.3);height:18px}.report-body .grid-layout .card-internal .coach-message{margin-top:20px;background:#fbbf241a;padding:15px;border-left:3px solid #fbbf24;border-radius:4px}.report-body .grid-layout .card-internal .coach-message h4{margin:0 0 5px;font-size:12px;color:#fbbf24;text-transform:uppercase;letter-spacing:1px}.report-body .grid-layout .card-internal .coach-message p{margin:0;font-size:14px;color:#fff;font-style:italic;line-height:1.5;opacity:.9}.report-footer{padding:20px;text-align:center;border-top:1px solid rgba(255,255,255,.05)}.report-footer p{margin:0;font-size:12px;color:#94a3b8;opacity:.5}@keyframes move-stripes{0%{background-position:0 0}to{background-position:20px 20px}}
