/* ===== 完整排名页面样式 ===== */
.full-rank-page {
    background: #e30a18;
    min-height: 100%;
    position: relative;
    overflow: hidden;
}

.full-rank-page .status-bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: transparent;
}

.full-rank-bg-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 350px;
    z-index: 1;
    overflow: hidden;
    background: radial-gradient(circle at 50% 30%, #ff3b30 0%, #e30a18 60%, #ba000d 100%);
}

.full-rank-v-shape-1 {
    position: absolute;
    width: 150%;
    height: 200px;
    background: rgba(255, 60, 48, 0.4);
    border-radius: 50%;
    top: 120px;
    left: -25%;
    transform: rotate(-10deg);
    box-shadow: 0 -10px 30px rgba(255,0,0,0.3);
}

.full-rank-v-shape-2 {
    position: absolute;
    width: 150%;
    height: 200px;
    background: #c6000b;
    border-radius: 50%;
    top: 150px;
    left: -10%;
    transform: rotate(8deg);
}

.full-rank-v-shape-3 {
    position: absolute;
    width: 120%;
    height: 250px;
    background: linear-gradient(180deg, transparent, #e30a18);
    top: 180px;
    left: -10%;
    z-index: 2;
}

.full-rank-glow-center {
    position: absolute;
    width: 200px;
    height: 50px;
    background: rgba(255, 230, 150, 0.5);
    filter: blur(20px);
    top: 110px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 1;
}

.full-rank-header-content {
    position: relative;
    z-index: 10;
    padding: 55px 20px 20px;
    color: white;
}

.full-rank-back-btn {
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.full-rank-title-wrapper {
    text-align: center;
    margin-bottom: 25px;
    position: relative;
}

.full-rank-main-title {
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 1px;
    margin-bottom: 15px;
    color: #fff;
    text-shadow: 0px 2px 0px #9e0000, 0px 3px 0px #7a0000, 0px 4px 6px rgba(0,0,0,0.5);
}

.full-rank-subtitle-line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: relative;
}

.full-rank-glow-line {
    width: 60px;
    height: 1px;
}

.full-rank-glow-line.left {
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.9));
}

.full-rank-glow-line.right {
    background: linear-gradient(90deg, rgba(255,255,255,0.9), transparent);
}

.full-rank-glow-dot {
    width: 3px;
    height: 3px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 6px 2px rgba(255, 255, 255, 0.8);
}

.full-rank-subtitle {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
}

.full-rank-card-container {
    position: relative;
    z-index: 10;
    background: linear-gradient(180deg, #fefbfa 0%, #fdf5e3 100%);
    flex: 1;
    border-radius: 20px 20px 0 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    margin: 0 8px;
    box-shadow: 0 -5px 15px rgba(0,0,0,0.1);
    min-height: calc(100% - 280px);
}

.full-rank-card-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}

.full-rank-card-line {
    width: 30px;
    height: 1px;
    background-color: #7d1115;
}

.full-rank-card-title h2 {
    color: #7d1115;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
}

.full-rank-list {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.full-rank-item {
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid rgba(200, 180, 150, 0.3);
}

.full-rank-item:last-child {
    border-bottom: none;
}

.full-rank-num {
    width: 28px;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    text-align: center;
    margin-right: 12px;
}

.full-rank-avatar-wrap {
    position: relative;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin-right: 12px;
    padding: 2px;
    background: #e0e0e0;
}

.full-rank-avatar-wrap.champion {
    background: #e30a18;
}

.full-rank-avatar {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    object-fit: cover;
}

.full-rank-user-name {
    flex: 1;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.full-rank-score-desc {
    font-size: 16px;
    font-weight: bold;
    color: #a41c1f;
}

.full-rank-score-desc.highlight {
    color: #e30a18;
}

.full-rank-score-row {
    display: flex;
    align-items: center;
    gap: 4px;
}

.full-rank-score {
    font-size: 16px;
    font-weight: bold;
    color: #a41c1f;
}

.full-rank-score.highlight {
    color: #e30a18;
}

.full-rank-item.my-rank {
    background: linear-gradient(90deg, rgba(255,215,0,0.15) 0%, rgba(255,140,0,0.1) 100%);
    border-radius: 12px;
    padding: 14px 16px;
    margin: 4px 0;
    border: 1px solid rgba(255,193,7,0.3);
    box-shadow: 0 2px 8px rgba(255,152,0,0.15);
}

.full-rank-item.my-rank .full-rank-user-name {
    color: #e65100;
    font-weight: 700;
}

.full-rank-item.my-rank .full-rank-score {
    color: #ff6f00;
    font-weight: 800;
    font-size: 17px;
}

.full-rank-btn-wrapper {
    padding: 15px 0;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.full-rank-submit-btn {
    width: 100%;
    max-width: 300px;
    background: linear-gradient(90deg, #ff4c3b 0%, #d8000b 100%);
    color: white;
    font-size: 17px;
    font-weight: bold;
    padding: 13px 0;
    border: none;
    border-radius: 25px;
    box-shadow: 0 4px 10px rgba(216, 0, 11, 0.4);
    cursor: pointer;
    letter-spacing: 1px;
}

.full-rank-item.my-rank.highlight-flash {
    animation: redBorderFlash 0.5s ease-in-out 3;
    border-color: #e30a18;
    box-shadow: 0 0 0 3px rgba(227, 10, 24, 0.3), 0 0 20px rgba(227, 10, 24, 0.4);
}

@keyframes redBorderFlash {
    0%, 100% {
        border-color: #e30a18;
        box-shadow: 0 0 0 3px rgba(227, 10, 24, 0.3), 0 0 20px rgba(227, 10, 24, 0.4);
    }
    50% {
        border-color: transparent;
        box-shadow: 0 0 0 0 transparent;
    }
}
