.top-players-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a1a2e0d;border:1px solid #ffffff1a;border-radius:12px;height:fit-content;position:sticky;top:20px;overflow:hidden}.top-players-header{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:20px 20px 10px;display:flex;position:relative}.top-players-header h3{color:#fff;text-align:center;margin:0;font-size:20px;font-weight:600}.tp-progress-inline{vertical-align:middle;opacity:.95;cursor:pointer;align-items:center;gap:6px;width:30px;height:30px;margin-left:10px;display:inline-flex;position:absolute;top:50%;left:20px;transform:translateY(-50%)}.tp-progress-ring{flex-shrink:0}.tp-progress-text{color:#ffffffe6;margin-left:2px;font-size:12px;font-weight:700}.tp-progress-ring .tp-progress-circle{transition:stroke-dashoffset .2s linear}.coin-icon{vertical-align:middle;margin-right:6px}.top-players-header-main{flex-direction:column;flex:1;align-items:center;gap:6px;display:flex}.top-players-header-actions{align-items:center;gap:12px;display:flex}.top-players-progress{flex-shrink:0}.top-players-desc{color:#ffffffa6;font-size:12px}.top-players-list{grid-template-columns:1fr;gap:12px;padding:15px;display:grid}@media (min-width:600px){.top-players-list{grid-template-columns:repeat(2,1fr)}}@media (min-width:1000px){.top-players-list{grid-template-columns:repeat(3,1fr)}}.top-players-loading{color:#ffffffb3;justify-content:center;align-items:center;width:100%;height:100px;font-size:14px;display:flex}.top-players-controls{align-items:center;gap:8px;padding:12px 16px;display:flex}.tp-btn{color:#ffffffe6;cursor:pointer;background:#ffffff08;border:1px solid #ffffff0f;border-radius:8px;align-items:center;gap:8px;padding:8px 10px;font-weight:600;transition:all .2s;display:inline-flex}.tp-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000040}.tp-btn.active{color:#fff;background:linear-gradient(90deg,#4d55cc,#6c7bff);border-color:#4d55cccc}.top-player-item{background:#ffffff08;border:1px solid #ffffff14;border-radius:8px;align-items:center;gap:12px;width:100%;padding:12px;transition:all .3s;display:flex}.top-player-item:hover{background:#ffffff14;border-color:#ffffff26;transform:translateY(-2px);box-shadow:0 4px 15px #0003}.player-rank{justify-content:center;align-items:center;min-width:30px;display:flex}.rank-number{color:#ffffffb3;text-shadow:0 1px 2px #00000080;font-size:16px;font-weight:700}.rank-number.rank-1{color:gold;text-shadow:0 0 10px #ffd70080}.rank-number.rank-2{color:silver;text-shadow:0 0 10px #c0c0c080}.rank-number.rank-3{color:#cd7f32;text-shadow:0 0 10px #cd7f3280}.player-avatar{border-radius:6px;width:40px;height:40px;transition:all .3s;overflow:hidden}.player-avatar svg{border-radius:6px;display:block;box-shadow:0 -1px 1px #ffffff80}.player-info{flex-direction:row;flex:auto;align-items:center;gap:8px;min-width:0;display:flex}.player-name{color:#fff;letter-spacing:.5px;text-overflow:ellipsis;white-space:nowrap;flex:auto;min-width:0;margin:0;font-family:Minecraft-Bold;font-size:16px;font-weight:600;line-height:1.2;overflow:hidden}.player-points{color:#e6e9ff;text-shadow:0 1px 2px #0006;white-space:nowrap;flex:none;margin-left:6px;font-size:16px;font-weight:800}.top-player-item:first-child{background:linear-gradient(135deg,#ffd7001a,#ffffff08);border-color:#ffd70033}.top-player-item:nth-child(2){background:linear-gradient(135deg,#c0c0c01a,#ffffff08);border-color:#c0c0c033}.top-player-item:nth-child(3){background:linear-gradient(135deg,#cd7f321a,#ffffff08);border-color:#cd7f3233}.top-player-item:first-child:hover{box-shadow:0 4px 15px #ffd7004d}.top-player-item:nth-child(2):hover{box-shadow:0 4px 15px #c0c0c04d}.top-player-item:nth-child(3):hover{box-shadow:0 4px 15px #cd7f324d}.top-players-header-btn{cursor:pointer;justify-content:center;align-items:center;width:30px;height:30px;display:flex;position:absolute;top:50%;right:0;transform:translate(-20px,-50%)}.top-players-header-line-1{background:#cacaca;border-radius:4px;width:15px;height:3px;transition:all .3s;position:absolute;top:50%;right:50%;transform:translate(50%,-50%)translate(-30%)rotate(45deg)}.top-players-header-line-2{background:#cacaca;border-radius:4px;width:15px;height:3px;transition:all .3s;position:absolute;top:50%;right:50%;transform:translate(50%,-50%)translate(30%)rotate(-45deg)}.top-players-header-btn:hover .top-players-header-line-1,.top-players-header-btn:hover .top-players-header-line-2{background:#4d55cc}.top-players-header-btn.active .top-players-header-line-1{transform:translate(50%,-50%)translate(-30%)rotate(-45deg)}.top-players-header-btn.active .top-players-header-line-2{transform:translate(50%,-50%)translate(30%)rotate(45deg)}.top-players-list .top-player-item:nth-child(n+4){display:none}.top-players-list.active .top-player-item:nth-child(n+4){display:flex}.loading-row,.error-row{color:#ffffffb3;justify-content:center;align-items:center;height:88px;display:flex}@media (max-width:1200px){.top-players-container{margin-bottom:20px;position:static}.player-info{flex-direction:row;justify-content:space-between}}@media (max-width:900px){.top-players-controls{padding:10px}}@media (max-width:520px){.top-player-item{gap:10px;padding:10px}.player-info{flex-direction:column}.player-name,.player-points{font-size:13px}}@media (max-width:768px){.top-players-header{padding:15px 15px 8px}.top-players-header h3{font-size:18px}.top-players-list{gap:10px;padding:12px}.top-player-item{gap:10px;padding:10px}.player-avatar,.player-avatar svg{width:35px;height:35px}.player-name{font-size:13px}.player-points{font-size:11px}}@media (max-width:490px){.top-players-controls{flex-wrap:wrap;width:100%}.top-players-controls .tp-btn{flex:1 0 auto}.rank-number{font-size:14px}.player-avatar,.player-avatar svg{width:30px;height:30px}.player-name{font-size:12px}.tp-progress-inline{height:22px;margin-left:0;top:26px}.top-players-header-btn{top:22px}}@media (max-width:390px){.tp-btn{justify-content:center;width:100%}.tp-progress-inline{transform:translate(15px,-50%)}.top-players-header-btn{transform:translate(-8px,-50%)}}@media (max-width:350px){.tp-progress-text{display:none}}
.last-news-root{z-index:111;position:fixed;bottom:44px;right:44px}@keyframes last-news-slide-in{0%{opacity:0;transform:translate(140%)}to{opacity:1;transform:translate(0)}}.last-news-root{animation:.42s cubic-bezier(.2,.8,.2,1) 80ms both last-news-slide-in}.last-news-btn{color:#e6e6e6;cursor:pointer;background:linear-gradient(#111214 0%,#19191b 100%);border:1px solid #ffffff08;border-radius:0 0 10px 10px;align-items:center;gap:8px;padding:12px 14px;font-size:14px;font-weight:700;transition:all .2s ease-in-out;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 10px 36px #0009}.last-news-btn span{transition:all .2s ease-in-out}.last-news-btn:hover{color:#6b72f0;border-color:#6b72f0;box-shadow:0 0 15px #787ece99}.last-news-btn:hover span{color:#6b72f0}.last-news-btn:before{content:"";background:#ffffff26;width:50%;height:100%;transition:left .5s;position:absolute;top:0;left:-75%;transform:skew(-25deg)}.last-news-btn:hover:before{left:130%}.last-news-btn:focus{transform:scale(.97)}.last-news-text{color:#e6e6e6}.last-news-arrow{color:#cfcfcf;font-size:26px}.last-news-root:before{content:"";z-index:3;background:linear-gradient(90deg,#557aff 0%,#f96b03 100%);border-radius:8px 8px 0 0;height:3px;position:absolute;top:0;left:0;right:0}@media (max-width:800px){.last-news-btn{padding:10px 12px;font-size:13px}.last-news-arrow{font-size:18px}}@media (max-width:600px){.last-news-root{bottom:90px;right:25px}}@media (max-width:480px){.last-news-btn{border-radius:8px;padding:8px 10px;font-size:12px}}
