.player-page{margin-top:0!important}.player-header{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:0;padding:2rem;background:var(--sl-color-gray-6);border:1px solid var(--sl-color-gray-5);border-radius:12px}.player-header-top{display:flex;gap:2.5rem;align-items:flex-start}.player-profile-picture{flex-shrink:0;width:200px;height:200px;border-radius:12px;overflow:hidden;background:var(--sl-color-gray-6);border:3px solid var(--sl-color-gray-5);box-shadow:0 8px 24px #0006;transition:transform .3s ease}.player-profile-picture:hover{transform:scale(1.02)}.player-profile-picture img{width:100%;height:100%;object-fit:cover}.player-header-info{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center}.player-name{margin:0 0 .5rem;font-size:3rem;font-weight:600;color:var(--sl-color-white);line-height:1.2}.player-real-name{margin:0 0 1.25rem;font-size:1.35rem;color:var(--sl-color-gray-2);font-style:italic;font-weight:300}.player-intro{margin:0;font-size:1.1rem;color:var(--sl-color-gray-1);line-height:1.7;font-weight:400;padding:1rem 1.5rem;background:#38bdf814;border-left:4px solid #38bdf8;border-radius:6px}.player-bullets{margin:0;padding:1rem 1.5rem 1rem 3rem;list-style-type:disc;background:#38bdf814;border-left:4px solid #38bdf8;border-radius:6px}.player-bullets li{font-size:1rem;color:var(--sl-color-gray-1);line-height:1.6;margin-bottom:.5rem}.player-bullets li:last-child{margin-bottom:0}.player-summary{margin:0;font-size:1.25rem;color:var(--sl-color-gray-1);line-height:1.6;font-weight:500;padding:1rem 1.5rem;background:#38bdf814;border-left:4px solid #38bdf8;border-radius:6px}.player-stats-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;margin-bottom:2rem;align-items:stretch;grid-auto-rows:1fr}.stat-card{background:linear-gradient(135deg,var(--sl-color-gray-6) 0%,var(--sl-color-gray-5) 100%);border:1px solid var(--sl-color-gray-5);border-radius:10px;padding:.275rem 1.25rem;text-align:center;transition:all .3s ease;position:relative;overflow:hidden;height:100%;min-height:80px;display:flex;flex-direction:column;justify-content:center;align-items:center;flex-shrink:0;margin:0!important}.player-stats-grid .stat-card:first-child{margin-top:0!important}.stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0%,var(--sl-color-blue) 50%,transparent 100%);opacity:0;transition:opacity .3s ease}.stat-card:hover{transform:translateY(-2px);border-color:var(--sl-color-blue);box-shadow:0 8px 20px #38bdf826}.stat-card:hover:before{opacity:1}.stat-label{font-size:.75rem;color:#aea6d9;text-transform:uppercase;letter-spacing:.08em;margin-bottom:0!important;margin-top:0!important;font-weight:600}.stat-value{font-size:1.3rem;font-weight:700;color:var(--sl-color-white);margin-top:.25rem!important;margin-bottom:0!important}.player-preferences{margin-bottom:2rem}.player-preferences h2{margin-bottom:1rem;color:var(--sl-color-white);font-size:1.5rem;font-weight:700}.preferences-grid{display:flex;flex-direction:column;gap:.75rem}.preference-item{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;background:linear-gradient(90deg,var(--sl-color-gray-6) 0%,var(--sl-color-gray-5) 100%);border:1px solid var(--sl-color-gray-5);border-radius:8px;transition:all .2s ease}.preference-item:hover{border-color:var(--sl-color-blue);background:linear-gradient(90deg,rgba(56,189,248,.08) 0%,var(--sl-color-gray-5) 100%)}.preference-label{font-weight:600;color:#aea6d9;font-size:.95rem}.preference-value{font-weight:700;font-size:1.05rem;color:var(--sl-color-white)}.player-tournament-history{margin-bottom:2rem}.player-tournament-history h2{margin-bottom:1rem;color:var(--sl-color-white);font-size:1.5rem;font-weight:700}.tournament-placements-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;margin:0!important}.tournament-placements-list .tournament-placement-card:first-child{margin-top:0!important}.tournament-placement-card{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;background:linear-gradient(90deg,var(--sl-color-gray-6) 0%,var(--sl-color-gray-5) 100%);border:1px solid var(--sl-color-gray-5);border-radius:8px;text-decoration:none;transition:all .3s ease;cursor:pointer;margin:0!important}.tournament-placement-card:hover{border-color:var(--sl-color-blue);background:linear-gradient(90deg,rgba(56,189,248,.08) 0%,var(--sl-color-gray-5) 100%);transform:translateY(-2px);box-shadow:0 6px 16px #38bdf826}.tournament-name{font-weight:600;color:var(--sl-color-white);font-size:1rem;line-height:1.3;flex:1;margin:0!important}.placement-badge{display:inline-flex;align-items:center;justify-content:center;min-width:60px;height:40px;padding:0 1rem;background:var(--sl-color-gray-6);border:2px solid var(--sl-color-gray-5);border-radius:8px;font-weight:800;font-size:1.1rem;color:var(--sl-color-white);transition:all .3s ease;position:relative;flex-shrink:0;margin:0!important}.placement-badge.first-place{background:linear-gradient(135deg,gold,#ffed4e);border-color:gold;color:#1a1a1a;box-shadow:0 6px 16px #ffd70066;font-size:1.3rem}.placement-badge.second-place{background:linear-gradient(135deg,silver,#e8e8e8);border-color:silver;color:#1a1a1a;box-shadow:0 6px 16px #c0c0c066}.placement-badge.third-place{background:linear-gradient(135deg,#cd7f32,#e6a65d);border-color:#cd7f32;color:#1a1a1a;box-shadow:0 6px 16px #cd7f3266}.player-socials{margin-bottom:2rem}.player-socials h2{margin-bottom:1rem;color:var(--sl-color-white);font-size:1.5rem;font-weight:700}.socials-list{display:flex;flex-direction:column;gap:.75rem}.social-link-wrapper{display:flex;align-items:center;gap:.5rem;position:relative}.social-link{display:flex;align-items:center;gap:1.25rem;padding:1rem 1.5rem;background:linear-gradient(90deg,var(--sl-color-gray-6) 0%,var(--sl-color-gray-5) 100%);border:1px solid var(--sl-color-gray-5);border-radius:8px;text-decoration:none;color:var(--sl-color-white);transition:all .3s ease;position:relative;overflow:hidden;flex:1}.social-link:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#38bdf8,#8b5cf6);transform:scaleY(0);transition:transform .3s ease}.social-link:hover{background:linear-gradient(90deg,rgba(56,189,248,.1) 0%,var(--sl-color-gray-5) 100%);border-color:var(--sl-color-blue);transform:translate(8px)}.social-link:hover:before{transform:scaleY(1)}.social-platform{font-weight:700;text-transform:capitalize;min-width:90px;font-size:1.05rem;color:#aea6d9}.social-url{color:var(--sl-color-gray-2);font-size:.9rem;font-weight:500}.player-steam{margin-bottom:2rem}.player-steam h2{margin-bottom:1rem;color:var(--sl-color-white);font-size:1.5rem;font-weight:700}.steam-id-wrapper{display:flex;align-items:center;gap:.5rem}.steam-id{display:flex;align-items:center;gap:.75rem;padding:.625rem 1.5rem;background:linear-gradient(90deg,rgba(23,26,32,.8) 0%,var(--sl-color-gray-6) 100%);border:1px solid var(--sl-color-gray-5);border-radius:8px;transition:all .2s ease;flex:1;min-height:40px}.steam-id:hover{border-color:#66c0f4;background:linear-gradient(90deg,rgba(102,192,244,.1) 0%,var(--sl-color-gray-6) 100%)}.steam-label{font-weight:600;color:#aea6d9;font-size:.95rem}.steam-id a{color:#66c0f4;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all .2s ease}.steam-id a:hover{color:#a8d8f7;text-decoration:underline;text-shadow:0 0 8px rgba(102,192,244,.5)}@media(max-width:768px){.player-header{flex-direction:column;align-items:center;text-align:center;padding:1.5rem}.player-profile-picture{width:160px;height:160px}.player-name{font-size:2.25rem}.player-real-name{font-size:1.1rem}.player-summary{font-size:1rem;padding:.875rem 1.25rem}.player-stats-grid{grid-template-columns:repeat(2,1fr)}.stat-card{height:75px;padding:.75rem 1rem}.stat-value{font-size:1.15rem}.preference-item{flex-direction:column;gap:.5rem;text-align:center;padding:.875rem 1rem}.placement-badge{min-width:60px;height:44px;font-size:1.1rem}.social-link{flex-direction:column;align-items:flex-start;gap:.5rem}.social-platform{min-width:auto}}.copy-button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;background:var(--sl-color-gray-6);border:1px solid var(--sl-color-gray-5);border-radius:6px;color:#aea6d9;cursor:pointer;transition:all .2s ease;flex-shrink:0}.copy-button:hover{background:var(--sl-color-gray-5);border-color:#aea6d9;color:#cfc9e8}.copy-button:active{transform:scale(.95)}.copy-button.copied{background:#16a249;border-color:#1cce5e;color:#fff}.copy-button svg{width:18px;height:18px}.country-display{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem}.country-flag{width:2.5rem!important;height:1.875rem!important;display:inline-block;border-radius:3px;box-shadow:0 2px 6px #0000004d;flex-shrink:0}.country-name{font-size:.85rem;font-weight:500;color:var(--sl-color-white);text-align:center;line-height:1.2}
