.hr-overlay {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background-color: #f7f8fa;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Segoe UI, Arial, Roboto, "PingFang SC", "miui", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
}

@media (min-aspect-ratio: 5/8) {
    .hr-overlay {
        width: 480px;
    }
}

.hr-topbar {
    height: 50px;
    background-color: #fff;
    display: flex;
    align-items: center;
    position: relative;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    flex-shrink: 0;
}

.hr-back-btn {
    position: absolute;
    left: 10px;
    top: 10px;
    border: 1px solid #eee;
    background: #fdfdfd;
    padding: 0 12px;
    height: 30px;
    border-radius: 4px;
    font-size: 18px;
    color: #0066cc;
    cursor: pointer;
    font-weight: bold;
    line-height: 1;
}

.hr-title {
    flex: 1;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.hr-content {
    flex: 1;
    overflow-y: auto;
    padding: 10px 15px;
    -webkit-overflow-scrolling: touch;
}

.hr-card {
    background-color: #fff;
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 12px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}

.hr-card-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    font-size: 13px;
    color: #666;
}

.hr-blue {
    color: #0066cc;
    font-weight: bold;
    font-size: 15px;
}

.hr-balls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.hr-ball-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.hr-ball {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    background: transparent !important;
    border: 2px solid transparent;
}

.hr-ball.bg-amage-red {
    border-color: #ff4d4f;
    color: #ff4d4f;
}

.hr-ball.bg-amage-blue {
    border-color: #1890ff;
    color: #1890ff;
}

.hr-ball.bg-amage-green {
    border-color: #52c41a;
    color: #52c41a;
}

@media (max-width: 360px) {
    .hr-ball {
        width: 24px;
        height: 24px;
        font-size: 12px;
    }
}

.hr-zodiac {
    font-size: 12px;
    color: #333;
    font-weight: bold;
}

.hr-plus {
    color: #999;
    font-size: 20px;
    margin: 0 2px;
    padding-bottom: 15px;
}

.hr-loading, .hr-no-more, .hr-empty {
    text-align: center;
    padding: 15px 0;
    color: #999;
    font-size: 13px;
}
