.home-page{height:calc(100vh - 84px);padding:20px;overflow-y:auto}.home-page .user-card{border-radius:12px;margin-bottom:20px}.home-page .user-card .user-info{align-items:center;gap:16px;display:flex}.home-page .user-card .user-detail .user-name{font-size:22px;font-weight:600}.home-page .user-card .user-detail .user-meta{margin-top:4px;font-size:14px}.home-page .stats-row{margin-bottom:20px}.home-page .stats-row .stat-card{border-radius:12px;justify-content:center;align-items:center;height:115px;display:flex}.home-page .podium-row{margin-bottom:20px}.home-page .podium-row .podium-card{border-radius:12px;height:430px}.home-page .podium-row .podium-card .olympic-podium{justify-content:center;align-items:flex-end;gap:10px;height:300px;padding-bottom:10px;display:flex}.home-page .podium-row .podium-card .olympic-podium .podium-step{flex-direction:column;align-items:center;width:80px;display:flex;position:relative}.home-page .podium-row .podium-card .olympic-podium .podium-step .avatar{background-color:var(--ant-color-primary);border:2px solid #fff;margin-bottom:6px;box-shadow:0 2px 8px #0000001a}.home-page .podium-row .podium-card .olympic-podium .podium-step .name{font-size:13px;font-weight:500}.home-page .podium-row .podium-card .olympic-podium .podium-step .value{color:var(--ant-color-text-label);margin-bottom:6px;font-size:12px}.home-page .podium-row .podium-card .olympic-podium .podium-step .step{width:90px}.home-page .podium-row .podium-card .olympic-podium .podium-step .step-1{background:gold;border-radius:4px 4px 0 0;height:60px}.home-page .podium-row .podium-card .olympic-podium .podium-step .step-2{background:silver;border-radius:4px 0 0;height:40px}.home-page .podium-row .podium-card .olympic-podium .podium-step .step-3{background:#cd7f32;border-radius:0 4px 0 0;height:30px}.home-page .pk-card{border-radius:12px;height:380px;margin-top:20px}.home-page .pk-card .pk-content{justify-content:space-evenly;align-items:center;gap:40px;padding:20px 0;display:flex}.home-page .pk-card .pk-content .pk-item{flex-direction:column;align-items:center;display:flex}.home-page .pk-card .pk-content .pk-avatar{border:4px solid #fff;margin-bottom:12px;box-shadow:0 4px 12px #0000001a}.home-page .pk-card .pk-content .pk-name{margin-bottom:4px;font-size:22px;font-weight:700}.home-page .pk-card .pk-content .pk-score{color:var(--ant-color-text-label);font-size:18px;font-weight:500}.home-page .pk-card .pk-content .red-team .pk-avatar{border-color:#ff4d4f}.home-page .pk-card .pk-content .blue-team .pk-avatar{border-color:#1677ff}.home-page .pk-card .pk-content .pk-vs{color:#ff4d4f;background:linear-gradient(90deg,#ff4d4f,#1677ff);-webkit-text-fill-color:transparent;text-shadow:0 2px 8px #0000001a;-webkit-background-clip:text;font-size:48px;font-weight:800}
